.restock-safety-banner {
      max-width: 100%;
      background-color: #d61f3c;
      border-top: 10px solid #f5c400;
      padding: 20px;
      box-sizing: border-box;
      font-family: "Kanit", sans-serif !important;
    }
    .restock-desk {min-width: 505px;}
    .restock-mob .restock-banner-inner {display: block;}
    .restock-banner-inner {
      display: flex;
      align-items: center;
      gap: 25px;
    }

    .restock-content {
      color: #ffffff;
      flex: 1;
    }
    .safety-img {width: 100%;}
    .restock-header {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .flex-right h3{
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
        color: #fff;
    }
    .flex-right p {font-weight: 400; font-size: 15px; line-height: 19px; color: #fff;}
    .restock-mob .restock-header {align-items: end;}
    .restock-mob .restock-header img {}
    .restock-desk .restock-header img {vertical-align: middle;margin-top: 3px;}

    .restock-text {
      font-size: 12px;
      line-height:16px;
      padding-left: 15px;
      padding-bottom: 12px;
      padding-top: 15px;
    }

    .restock-btn {
      display: block;
      padding: 10px 20px;
      border: 2px solid #ffffff;
      color: #ffffff;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      transition: background-color 0.2s ease, color 0.2s ease;
    }

    .restock-btn:hover {
      background-color: #ffffff;
      color: #d61f3c;
    }

    /*quick ship css */
    .quick-ship-sec {
      display: flex;
      align-items: center;
      gap: 20px;
      padding-left: 5px;
    }
    .quick-flex-right h3{
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .quick-flex-right p {margin-top: 5px; margin-bottom: 10px; font-weight: 300; font-size: 16px; line-height: 20px;}
    .quick-shop {text-decoration: underline; color: #004E7D; font-weight: 600; font-size: 16px;}
