@font-face {
  font-family: "RB";
  src: url("font/Roboto-Bold.ttf?v1") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "RG";
  src: url("font/Roboto-Regular.ttf?v1") format('truetype');
  font-display: swap;
}
body {
  margin-top: 3.125vw;
  font-family: "RG";
  height: calc(100vh - 3.125vw);
}
body p {
  margin-bottom: unset;
}
body .button {
  cursor: pointer;
}
body .title {
  font-size: 1.25vw;
  font-weight: bold;
  font-family: "RB";
}
body .small-title {
  font-size: 0.833vw;
  font-weight: bold;
  font-family: "RB";
}
body .small-title-purchase {
  font-size: 0.625vw;
}
body .divider {
  width: 100%;
  height: 1px;
  background-color: #0000004d;
}
body .bg-fixed {
  width: 100%;
  height: 100%;
  background: url(imgs/BG.webp?v1) no-repeat center;
  background-size: cover;
  position: fixed;
  z-index: -1;
}
body .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 3.125vw;
  color: white;
  position: fixed;
  align-items: center;
  transition: all linear 0.5s;
  z-index: 99;
  top: 0px;
  background-color: white;
}
body .header .logo-pp {
  width: 8.646vw;
  height: 2.083vw;
  background: url(imgs/PP-Logo.webp?v1) no-repeat center;
  background-size: 100% auto;
  position: relative;
  left: 1.042vw;
}
body .header .logo-support {
  width: 6.25vw;
  height: 2.083vw;
  right: 1.042vw;
  border-radius: 0.208vw;
  font-size: 1.25vw;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #58b4f5;
  color: #ffffff;
  text-align: center;
  text-decoration: unset;
}
body .header .logo-support:hover {
  background-color: #1390ec;
}
body .header .logo-support .icon-support {
  width: 28px;
  height: 28px;
  background: url(imgs/hotro-icon24.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .top-logo {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
}
body .top-logo .logo-rk {
  width: 12.5vw;
  height: 6.25vw;
  background: url(imgs/Rakion-logo.webp?v1) no-repeat center;
  background-size: 100% auto;
  margin-top: 1.042vw;
  margin-bottom: 1.042vw;
}
body .web-shop-container {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  /* Kích hoạt cuộn dọc cho container */
  margin: auto;
  gap: 1.042vw;
  width: 100%;
  justify-content: center;
}
body .web-shop-container::-webkit-scrollbar {
  scrollbar-width: none !important;
  display: none !important;
}
body .web-shop-container .left-side {
  width: 56vw;
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
}
body .web-shop-container .left-side .top {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.625vw;
  padding: 0.521vw;
  gap: 1.042vw;
}
body .web-shop-container .left-side .top .input-container {
  width: 98%;
  height: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .web-shop-container .left-side .top .input-container .custom-input {
  width: 100%;
  height: 100%;
  font-size: 0.833vw;
  color: #6a6868;
  border: 0.104vw solid #d8d8d8;
  /* Stroke */
  border-radius: 0.208vw;
  /* Radius */
  padding: 0 0.521vw;
  outline: none;
  background-color: #f5f5f7;
  /* Background color */
}
body .web-shop-container .left-side .top .input-container .custom-input:placeholder {
  color: #6a6868;
}
body .web-shop-container .left-side .top .btn-container {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .web-shop-container .left-side .top .btn-container .btn-confirm {
  width: 16.354vw;
  height: 2.083vw;
  border-radius: 0.208vw;
  background-color: #58b4f5;
  color: #ffffff;
  font-size: 1.25vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .web-shop-container .left-side .top .btn-container .btn-confirm:hover {
  background-color: #1390ec;
}
body .web-shop-container .left-side .bottom {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.625vw;
  padding: 0.521vw;
  margin-bottom: 1.042vw;
}
body .web-shop-container .left-side .bottom .title {
  margin-bottom: 1.042vw;
}
body .web-shop-container .left-side .bottom .nav .nav-link {
  height: 2.083vw;
  font-size: 0.833vw;
  color: #1390ec;
  border-radius: 0.208vw;
  font-weight: bold;
  font-family: "RB";
  border: 0.104vw solid #1390ec;
  margin-right: 1.042vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .web-shop-container .left-side .bottom .nav .nav-link.active,
body .web-shop-container .left-side .bottom .nav .nav-link:hover {
  color: #ffffff;
  background-color: #58b4f5;
  border: unset;
}
body .web-shop-container .left-side .bottom .item-container {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.57vw;
}
body .web-shop-container .left-side .bottom .item-container .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 10.521vw;
  height: 14.583vw;
  border-radius: 0.625vw;
  gap: 0.521vw;
  border: 0.104vw solid #d8d8d8;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item {
  width: 100%;
  height: 6vw;
  background: url(imgs/items/basic.webp?v1) no-repeat center;
  background-size: 100% auto;
  border-radius: 0.55vw;
  position: relative;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info {
  background: url("imgs/icon-info.png") 0 0;
  background-size: 100%;
  position: absolute;
  width: 1.40625vw;
  height: 1.40625vw;
  top: 5%;
  left: 83%;
  cursor: pointer;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext {
  visibility: hidden;
  width: 11.416666vw;
  background-color: #0e0700bd;
  color: #fff;
  font-size: 0.833333vw;
  text-align: start;
  position: absolute;
  z-index: 1;
  right: 0%;
  top: 100%;
  height: max-content;
  border-radius: 7px;
  overflow: auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-title {
  font-size: 0.729vw;
  margin: 6px 10px 8px 11px;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-item {
  display: flex;
  align-items: center;
  margin: 0 10px 10px 10px;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-item .image-item {
  width: 50px;
  height: 50px;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-item .item-info {
  display: flex;
  flex-direction: column;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-item .item-info .item-number {
  margin-left: 10px;
  font-size: 13px;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-item .item-info .item-name {
  margin-left: 10px;
  font-size: 12px;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info:hover .tooltiptext {
  visibility: visible;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-1,
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-2,
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-3,
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-4,
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-5 {
  background: url(imgs/items/Rcash-bluecash.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-6 {
  background: url(imgs/items/starter.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-7 {
  background: url(imgs/items/basic.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-8 {
  background: url(imgs/items/gachaA.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-9 {
  background: url(imgs/items/gachaB.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-10 {
  background: url(imgs/items/gachaC.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-11 {
  background: url(imgs/items/gachaD.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-12 {
  background: url(imgs/items/gachaE.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-13 {
  background: url(imgs/items/beginer1.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-14 {
  background: url(imgs/items/beginer2.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-15 {
  background: url(imgs/items/creature1.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .img-item.item-16 {
  background: url(imgs/items/creature2.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.521vw;
  padding: 0 0.521vw 0.521vw 0.521vw;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .name-item {
  color: #6a6868;
  font-size: 0.833vw;
  min-height: 2.604vw;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .des-item {
  color: #6a6868;
  font-size: 0.625vw;
  min-height: 1.875vw;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .item-price {
  width: max-content;
  text-align: center;
  font-size: 0.833vw;
  font-weight: bold;
  font-family: "RB";
  color: #ff8500;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .add-item,
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .check {
  width: 2.083vw;
  height: 2.083vw;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .add-item {
  background: url(imgs/add.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .check {
  display: none;
  background: url(imgs/check.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .left-side .bottom .item-container .item:hover,
body .web-shop-container .left-side .bottom .item-container .item.active {
  border: 3px solid #58b4f5;
}
body .web-shop-container .right-side {
  width: 20.833vw;
  height: max-content;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.625vw;
  padding: 0.521vw;
  gap: 1.042vw;
}
body .web-shop-container .right-side .item-info-confirm {
  display: flex;
  width: 100%;
  height: max-content;
  justify-content: space-between;
  gap: 0.521vw;
}
body .web-shop-container .right-side .item-info-confirm .item-img {
  width: 5.208vw;
  height: 3.125vw;
  background-size: 100% auto;
  border-radius: 0.625vw;
}
body .web-shop-container .right-side .item-info-confirm .item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 14.063vw;
}
body .web-shop-container .right-side .item-info-confirm .item-info .item-name {
  font-size: 0.625vw;
}
body .web-shop-container .right-side .item-info-confirm .item-info .item-price {
  font-size: 0.833vw;
}
body .web-shop-container .right-side .purchase-method-container {
  width: 19.82vw;
  border-radius: 0.208vw;
  background-color: #f5f5f7;
  border: 0.104vw solid #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.521vw 0.69vw;
  gap: 0.521vw;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase {
  width: 5.729vw;
  height: 5.729vw;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-1 {
  background: url(imgs/thanhtoan/Bank-tt.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-1:hover,
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-1.active {
  background: url(imgs/select.webp?v1) no-repeat center, url(imgs/thanhtoan/Bank-tt.webp?v1) no-repeat center;
  background-size: 100% auto, 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-2 {
  background: url(imgs/thanhtoan/DzoCard-tt.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-2:hover,
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-2.active {
  background: url(imgs/select.webp?v1) no-repeat center, url(imgs/thanhtoan/DzoCard-tt.webp?v1) no-repeat center;
  background-size: 100% auto, 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-3 {
  background: url(imgs/thanhtoan/TheGate-tt.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-3:hover,
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-3.active {
  background: url(imgs/select.webp?v1) no-repeat center, url(imgs/thanhtoan/TheGate-tt.webp?v1) no-repeat center;
  background-size: 100% auto, 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-4 {
  background: url(imgs/thanhtoan/VietQR-tt.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-4:hover,
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-4.active {
  background: url(imgs/select.webp?v1) no-repeat center, url(imgs/thanhtoan/VietQR-tt.webp?v1) no-repeat center;
  background-size: 100% auto, 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-5 {
  background: url(imgs/thanhtoan/VisaMaster-tt.webp?v1) no-repeat center;
  background-size: 100% auto;
}
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-5:hover,
body .web-shop-container .right-side .purchase-method-container .method-purchase.method-5.active {
  background: url(imgs/select.webp?v1) no-repeat center, url(imgs/thanhtoan/VisaMaster-tt.webp?v1) no-repeat center;
  background-size: 100% auto, 100% auto;
}
body .web-shop-container .right-side .btn-purchase {
  width: 100%;
  height: 2.083vw;
  border-radius: 0.208vw;
  background-color: #58b4f5;
  color: #ffffff;
  font-size: 1.25vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .web-shop-container .right-side .btn-purchase:hover {
  background-color: #1390ec;
}
@media screen and (min-width: 1920px) {
  .body {
    margin-top: 60px;
  }
  .body .title {
    font-size: 24px;
  }
  .body .small-title-purchase {
    font-size: 12px;
  }
  .body .header {
    height: 60px;
    top: 0px;
  }
  .body .header .logo-pp {
    width: 166px;
    height: 40px;
    left: 20px;
  }
  .body .header .logo-support {
    width: 120px;
    height: 40px;
    right: 20px;
    border-radius: 4px;
    font-size: 24px;
  }
  .body .header .logo-support .icon-support {
    width: 28px;
    height: 28px;
  }
  .body .top-logo .logo-rk {
    width: 240px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .body .web-shop-container {
    gap: 20px;
  }
  .body .web-shop-container .left-side {
    width: 648px;
    gap: 20px;
  }
  .body .web-shop-container .left-side .top {
    border-radius: 12px;
    padding: 10px;
    gap: 20px;
  }
  .body .web-shop-container .left-side .top .input-container {
    width: 628px;
    height: 40px;
  }
  .body .web-shop-container .left-side .top .input-container .custom-input {
    border: 2px solid #d8d8d8;
    /* Stroke */
    border-radius: 4px;
    /* Radius */
    padding: 0 10px;
    font-size: 0.16px;
  }
  .body .web-shop-container .left-side .top .btn-container .btn-confirm {
    width: 314px;
    height: 40px;
    border-radius: 4px;
    font-size: 24px;
  }
  .body .web-shop-container .left-side .bottom {
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .body .web-shop-container .left-side .bottom .title {
    margin-bottom: 20px;
  }
  .body .web-shop-container .left-side .bottom .nav .nav-link {
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    border: 2px solid #1390ec;
    margin-right: 20px;
  }
  .body .web-shop-container .left-side .bottom .item-container {
    gap: 11px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item {
    border-radius: 12px;
    gap: 10px;
    border: 2px solid #d8d8d8;
    width: 202px;
    height: 280px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .img-item {
    height: 115px;
    border-radius: 12px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .info-item {
    gap: 10px;
    padding: 0 10px 10px 10px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .info-item .name-item {
    min-height: 50px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .info-item .des-item {
    min-height: 36px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .item-price {
    font-size: 16px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .add-item,
  .body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .check {
    width: 40px;
    height: 40px;
  }
  .body .web-shop-container .left-side .bottom .item-container .item:hover,
  .body .web-shop-container .left-side .bottom .item-container .item.active {
    border: 3px solid #58b4f5;
  }
  .body .web-shop-container .right-side {
    width: 400px;
    border-radius: 12px;
    padding: 10px;
    gap: 20px;
  }
  .body .web-shop-container .right-side .item-info-confirm {
    gap: 10px;
  }
  .body .web-shop-container .right-side .item-info-confirm .item-img {
    width: 100px;
    height: 60px;
    border-radius: 12px;
  }
  .body .web-shop-container .right-side .item-info-confirm .item-info {
    width: 270px;
  }
  .body .web-shop-container .right-side .item-info-confirm .item-info .item-name {
    font-size: 12px;
  }
  .body .web-shop-container .right-side .item-info-confirm .item-info .item-price {
    font-size: 16px;
  }
  .body .web-shop-container .right-side .purchase-method-container {
    width: 380px;
    border-radius: 4px;
    border: 2px solid #d8d8d8;
    padding: 10px 13.25px;
    gap: 10px;
  }
  .body .web-shop-container .right-side .purchase-method-container .method-purchase {
    width: 110px;
    height: 110px;
  }
  .body .web-shop-container .right-side .purchase-method-container .method-purchase:hover {
    border: 2px solid #58b4f5;
  }
  .body .web-shop-container .right-side .btn-purchase {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 5.859vw;
  }
  body .title {
    font-size: 2.25vw;
  }
  body .small-title {
    font-size: 1.833vw;
  }
  body .small-title-purchase {
    font-size: 1.625vw;
  }
  body .header {
    height: 5.859vw;
    top: 0px;
  }
  body .header .logo-pp {
    width: 16.211vw;
    height: 3.906vw;
    left: 1.953vw;
  }
  body .header .logo-support {
    width: 11.719vw;
    height: 3.906vw;
    right: 1.953vw;
    border-radius: 0.391vw;
    font-size: 2.25vw;
  }
  body .header .logo-support .icon-support {
    width: 2.734vw;
    height: 2.734vw;
  }
  body .top-logo {
    margin-top: 1.953vw;
  }
  body .top-logo .logo-rk {
    width: 23.438vw;
    height: 11.719vw;
    margin-top: 1.953vw;
    margin-bottom: 1.953vw;
  }
  body .web-shop-container {
    width: 91.625vw;
    gap: 1.953vw;
    margin-bottom: 0.977vw;
    justify-content: unset;
  }
  body .web-shop-container .left-side {
    width: 55.75vw;
    gap: 1.042vw;
  }
  body .web-shop-container .left-side .top {
    border-radius: 1.172vw;
    padding: 0.977vw;
    gap: 1.953vw;
  }
  body .web-shop-container .left-side .top .input-container {
    width: 53.708vw;
    height: 3.083vw;
  }
  body .web-shop-container .left-side .top .input-container .custom-input {
    font-size: 1.833vw;
    border: 0.104vw solid #d8d8d8;
    /* Stroke */
    border-radius: 0.208vw;
    /* Radius */
    padding: 0 0.521vw;
  }
  body .web-shop-container .left-side .top .btn-container .btn-confirm {
    width: 25.354vw;
    height: 4.083vw;
    border-radius: 0.391vw;
    font-size: 2.25vw;
  }
  body .web-shop-container .left-side .bottom {
    border-radius: 1.172vw;
    padding: 0.977vw;
    margin-bottom: 1.953vw;
  }
  body .web-shop-container .left-side .bottom .title {
    margin-bottom: 1.953vw;
  }
  body .web-shop-container .left-side .bottom .nav .nav-link {
    height: 3.906vw;
    font-size: 1.833vw;
    border-radius: 0.208vw;
    border: 0.104vw solid #1390ec;
    margin-right: 1.953vw;
  }
  body .web-shop-container .left-side .bottom .item-container {
    gap: 0.977vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item {
    border-radius: 1.172vw;
    gap: 0.977vw;
    border: 0.104vw solid #d8d8d8;
    width: 17.1vw;
    height: 27.583vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item {
    height: 10vw;
    border-radius: 1.172vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info {
    width: 2.417968vw;
    height: 2.417968vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext {
    width: 17.367187vw;
    font-size: 1.3vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-title {
    font-size: 1.5vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item {
    gap: 0.977vw;
    padding: 0 0.977vw 0.977vw 0.977vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .name-item {
    font-size: 1.833vw;
    min-height: 5.566vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .des-item {
    font-size: 1.625vw;
    min-height: 4.883vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .item-price {
    font-size: 1.833vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .add-item,
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .check {
    width: 3.083vw;
    height: 3.083vw;
  }
  body .web-shop-container .right-side {
    width: 33.833vw;
    border-radius: 1.172vw;
    padding: 0.977vw;
    gap: 1.953vw;
  }
  body .web-shop-container .right-side .item-info-confirm {
    gap: 0.977vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-img {
    width: 14.208vw;
    height: 8.125vw;
    border-radius: 1.172vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info {
    width: 17.063vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info .item-name {
    font-size: 1.625vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info .item-price {
    font-size: 1.833vw;
  }
  body .web-shop-container .right-side .purchase-method-container {
    width: 31.82vw;
    border-radius: 0.391vw;
    border: 0.104vw solid #d8d8d8;
    padding: 0.977vw 1.294vw;
    gap: 0.977vw;
  }
  body .web-shop-container .right-side .purchase-method-container .method-purchase {
    width: 9vw;
    height: 9vw;
  }
  body .web-shop-container .right-side .purchase-method-container .method-purchase:hover {
    border: 0.104vw solid #58b4f5;
  }
  body .web-shop-container .right-side .btn-purchase {
    width: 100%;
    height: 4.083vw;
    border-radius: 0.391vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin-top: 12.5vw;
  }
  body .title {
    font-size: 4.25vw;
  }
  body .small-title {
    font-size: 2.833vw;
  }
  body .small-title-purchase {
    font-size: 2.8vw;
    text-align: center;
  }
  body .header {
    height: 12.5vw;
    top: 0px;
  }
  body .header .logo-pp {
    width: 34.583vw;
    height: 8.333vw;
    left: 4.167vw;
  }
  body .header .logo-support {
    width: 25vw;
    height: 8.333vw;
    right: 4.167vw;
    border-radius: 0.833vw;
    font-size: 4.25vw;
  }
  body .header .logo-support .icon-support {
    width: 5.833vw;
    height: 5.833vw;
  }
  body .top-logo {
    justify-content: center;
  }
  body .top-logo .logo-rk {
    width: 50vw;
    height: 25vw;
    margin-top: 4.167vw;
    margin-bottom: 4.167vw;
  }
  body .web-shop-container {
    width: 90%;
    gap: 4.167vw;
    margin-bottom: unset;
    flex-direction: column;
    flex-wrap: unset;
    align-items: center;
    justify-content: unset;
  }
  body .web-shop-container .left-side {
    width: 100%;
    gap: 4.167vw;
    min-height: unset;
  }
  body .web-shop-container .left-side .top {
    border-radius: 2.5vw;
    padding: 2.083vw;
    gap: 4.167vw;
  }
  body .web-shop-container .left-side .top .input-container {
    width: 100%;
    height: 7.083vw;
  }
  body .web-shop-container .left-side .top .input-container .custom-input {
    font-size: 2.833vw;
    border: 0.104vw solid #d8d8d8;
    /* Stroke */
    border-radius: 0.833vw;
    /* Radius */
    padding: 0 2.083vw;
  }
  body .web-shop-container .left-side .top .btn-container .btn-confirm {
    width: 50.354vw;
    height: 8.083vw;
    border-radius: 0.833vw;
    font-size: 4.25vw;
  }
  body .web-shop-container .left-side .bottom {
    border-radius: 2.5vw;
    padding: 2.083vw;
    margin-bottom: 4.167vw;
  }
  body .web-shop-container .left-side .bottom .title {
    margin-bottom: 4.167vw;
  }
  body .web-shop-container .left-side .bottom .nav {
    margin-bottom: 2.083vw !important;
  }
  body .web-shop-container .left-side .bottom .nav .nav-link {
    height: 8.333vw;
    font-size: 2.833vw;
    border-radius: 0.833vw;
    border: 0.104vw solid #1390ec;
    margin-right: 4.167vw;
  }
  body .web-shop-container .left-side .bottom .item-container {
    gap: 2.7vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item {
    border-radius: 2.5vw;
    gap: 2.083vw;
    border: 0.104vw solid #d8d8d8;
    width: 26.8vw;
    height: 45.625vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item {
    height: 16vw;
    border-radius: 2.5vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info {
    width: 3.545454vw;
    height: 3.545454vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext {
    width: 26.30303vw;
    font-size: 2.2vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .img-item .icon-info .tooltiptext .tooltip-title {
    font-size: 2.5vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item {
    gap: 2.083vw;
    padding: 0 2.083vw 2.083vw 2.083vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .name-item {
    min-height: 7.708vw;
    font-size: 2.833vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .des-item {
    min-height: 7.083vw;
    font-size: 2.625vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .item-price {
    font-size: 2.2vw;
  }
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .add-item,
  body .web-shop-container .left-side .bottom .item-container .item .info-item .bottom-info-item .check {
    width: 5.083vw;
    height: 5.083vw;
  }
  body .web-shop-container .right-side {
    width: 100%;
    border-radius: 2.5vw;
    padding: 2.083vw;
    gap: 4.167vw;
    margin-bottom: 4.167vw;
  }
  body .web-shop-container .right-side .item-info-confirm {
    gap: 2.083vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-img {
    width: 25.86vw;
    height: 15vw;
    border-radius: 2.5vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info {
    width: 56.063vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info .item-name {
    font-size: 2.625vw;
  }
  body .web-shop-container .right-side .item-info-confirm .item-info .item-price {
    font-size: 2.433vw;
  }
  body .web-shop-container .right-side .purchase-method-container {
    width: 85.82vw;
    border-radius: 0.833vw;
    border: 0.104vw solid #d8d8d8;
    padding: 2.083vw 3.1vw;
    gap: 2vw;
  }
  body .web-shop-container .right-side .purchase-method-container .method-purchase {
    width: 25vw;
    height: 25vw;
  }
  body .web-shop-container .right-side .purchase-method-container .method-purchase:hover {
    border: 0.104vw solid #58b4f5;
  }
  body .web-shop-container .right-side .btn-purchase {
    width: 100%;
    height: 8.083vw;
    border-radius: 0.833vw;
    font-size: 4.25vw;
  }
}
