  :root {
      --diy-color1: #F9E1B7;
      --fc-black: #000000;
      --color_body_bg: #ffffff;
      --color_borders: #e8e8e1;
  }
 .Mecca_mallssd{
    background: #F9E1B7;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size:14px;
 }
  .flex-around {
      display: flex;
      justify-content: space-around;
  }

  .theme-color {
      color: #005670;
  }

  .require-cls {
      position: relative;
      margin-bottom: 20px;
      padding: 2px;
  }

  /* 优化样式 */
  .vip_image {
      margin: 0px 9px;
      height: 80px;
  }

  .select__ruri--wrap {
      /* border-width: 2px;
    border-color: transparent;
    border-bottom-color: #f00; */
      border: 1px dotted transparent;
      border-bottom-color: #005670;
      transition: all 0.6s;
      border-radius: 0;
      padding-left: 10px;
  }

  .select__ruri--wrap:hover,
  .select__ruri--wrap-b:hover {
      border-color: #005670;
  }

  .select__ruri--wrap-b {
      /* border:1px solid transparent;
    border-bottom-color: rgb(250 237 228); */
      border: 1px solid #005670;
      transition: all 0.6s;
      border-radius: 0;
  }

  .select__field--ruri {
      width: 100%;
      outline: none;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      padding-left: 10px;
      flex: 3.5;
      border-color: transparent;
  }

  .select__field--ruri-b {
      width: 100%;
      outline: none;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      padding-left: 10px;
      transition: all 1s;
      border: none;
      display: block;
  }

  @keyframes bgMove {
      0% {
          background: linear-gradient(275deg, var(--diy-color1), #f8f8f8, #ffffff);
      }

      50% {
          background: linear-gradient(45deg, var(--diy-color1), #f8f8f8, #ffffff);
      }

      100% {
          background: linear-gradient(275deg, var(--diy-color1), #f8f8f8, #ffffff);
      }
  }

  .label__field--ruri {
      flex: 1;
      margin: 0;
      padding-top: 6px;
      border-right: 1px dotted transparent;
      transition: all 0.6s;
      font-size: 16px;
  }

  .label__field--ruri-b {
      width: 100%;
      border-bottom: 1px solid rgb(250 237 228);
      /* border:1px solid rgb(250 237 228); */
      padding: 4px 0 4px 10px;
      margin-bottom: 0;
  }

  .select__ruri--wrap:hover .label__field--ruri {
      border-right-color: #005670;
  }

  .select__ruri--wrap-b:hover .select__field--ruri-b {
      /* animation: bgMove 1s infinite; */
      background:#005670;
  }

  .flex.select__ruri--wrap {
      display: flex;
  }

  .product-info__qty {
      display: flex;
      align-items: flex-end;
      background-color: var(--color_body_bg);
      color: #000;
  }

  .product-info__qty-wrapper .btn.product-info__qty_btn {
      width: 32px;
      height: 32px;
      color: #212529;
      position: absolute;
      top: 0;
      border: none;
  }

  .product-info__qty-wrapper .btn.product-info__qty_btn:disabled {
      background-color: #efefef;
  }

  .textarea__field--ruri {
      width: 100%;
      min-height: 100px;
      border: 1px dotted rgb(250 237 228);
      border-radius: 2px;
      outline: none;
      text-indent: 1em;
      padding: 5px 3px;
      box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
  }

  .vip-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: var(--diy-color1);
      color: var(--fc-black);
      padding: 0 1em;
  }

  .vip-wrap .mfont p {
      margin: 0;
  }

  #add_gifts {
      border: 1px solid rgb(229, 229, 229);
      margin-top: 10px;
      display: none;
  }

  #add_gifts .gift-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--fc-black);
  }

  #add_gifts .gift-wrap .mfont p {
      margin: 0;
  }

  .add_pet {
      border: 1px solid rgb(229, 229, 229);
      margin-top: 10px;

  }

  .add_pet .gift-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--fc-black);
  }

  .add_pet .gift-wrap .mfont p {
      margin: 0;
  }

  .quality-wrap {
      background-color: var(--diy-color1);
      min-height: 3rem;
      /* line-height:3rem; */
      margin-top: 1rem;
      margin-bottom:1rem;
      color: var(--fc-black);
      position: relative;
      display: flex;
      padding: 10px 10px 10px 16px;
      align-items: center;
      /* font-size: 0; */
      /* justify-content: space-between; */
  }

  @media (max-width: 767.98px) {
      .quality-wrap {
          font-size: 0.9rem;
          min-height: 0rem;
      }
  }

  .quality-inputsde {
      left: 0;
      top: 0;
      margin-right: 20px;
  }

  .change-font-select_all .change-font-select_label {
      border-color: #d6d6d6;
  }

  .change-font-select_all .active {
      border: 1.5px solid rgb(221 145 147);
      color: rgb(221 145 147);
      padding: 0 1.25rem;
  }

  .p_name+.p_name {
      margin-left: 5px;
  }

  .p_name input {
      padding-left: 10px;
      border: none;
      border-bottom: 1px dotted #005670;
  }

  .font-change-wrap {
      background-color: #f2f2f257;
      padding: 8px;
      margin-bottom: 10px;
  }


  .input-box {
      position: relative;
  }

  .input-box input {
      width: 100%;
      padding: 10px 0 5px;
      font-size: 16px;
      color: #000000;
      margin-bottom: 30px;
      border: none;
      border-bottom: 2px solid #005670;
      outline: none;
      background: transparent;
  }

  .input-box input::placeholder {
      text-align: right;
  }
        .input-boxs input {
            width: 100%;
            padding: 10px 0 5px;
            font-size: 16px;
            color: #000000;
            margin-bottom: 30px;
            border: none;
            border-bottom: 2px solid #005670;
            outline: none;
            background: transparent;
        }
    
        .input-boxs input::placeholder {
            text-align: right;
        }
 .input-boxs label {
     position: absolute;
     /* top: 0; */
     bottom: 20px;
     left: 0;
     padding: 10px 0;
     font-size: 16px;
     color: #000000;
     pointer-events: none;
     transition: .3s;
 }
  .input-box label {
      position: absolute;
      /* top: 0; */
      bottom: 20px;
      left: 0;
      padding: 10px 0;
      font-size: 16px;
      color: #000000;
      pointer-events: none;
      transition: .3s;
  }

  .input-box input:focus~label,
  .input-box input:valid~label {
      color: #005670;
      transform: scale3d(.93, .93, 1);
      font-size: 12px;
      bottom: -10px;
      left: 0;
  }
        .input-boxs input:focus~label,
        .input-boxs input:valid~label {
            color: #005670;
            transform: scale3d(.93, .93, 1);
            font-size: 12px;
            bottom: -10px;
            left: 0;
        }

  .date-picker {
      position: relative;
  }

  .date-picker .date-ruri {
      width: 100%;
      border-top-left-radius: 7px;
      border-bottom-right-radius: 7px;
      padding: 7px 0;
  }

  .date-picker #date-input {
      border: 1px solid rgb(250 237 228);
      /* color: #fff; */
      background: #ffffff;
  }

  .date-picker .date-ruri+input {
      position: absolute;
      border: none;
      outline: none;
      left: 1px;
      top: 1px;
      width: 80%;
      height: 95%;
      font-size: 16px;
      padding-left: 10px;
      border-top-left-radius: 7px;
  }

  .RadioStyle {
      margin-bottom: 1em;
  }

  /* 单选按钮 */
  .RadioStyle input[type='radio'] {
      display: none
  }

  .RadioStyle label {
      border: 1px solid #e5e5e5;
      color: #666;
      padding: 2px 10px;
      line-height: 28px;
      text-align: center;
      margin: 2px 10px 2px 2px;
  }

  .RadioStyle input:checked+label {
      /* background: url("https://img.shoplazza.com/548810b3e9f7cb6e078b88ce52d32cae.svg") no-repeat right bottom; */
      position: relative;
      border: 1px solid rgb(250 237 228);
      background-size: 21px 21px;
      color: rgb(250 237 228)
  }

  .RadioStyle input:checked+label::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 15px;
      background-color: rgb(250 237 228);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      ;
  }

  .RadioStyle input:checked+label::before {
      content: "";
      position: absolute;
      right: 1px;
      bottom: 3px;
      width: 8px;
      height: 5px;
      border: 2px solid #fff;
      border-radius: 1px;
      border-top: none;
      border-right: none;
      background: transparent;
      transform: rotate(-55deg);
      z-index: 5;
  }

  .RadioStyle input:disabled+label {
      opacity: 0.7;
  }

  .gift-box {
      border: 1px solid rgb(229, 229, 229);
  }

  .gift_add {
      background: var(--diy-color1);
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
  }

  /* 移动端 */
  @media (max-width: 767.98px) {
      .select__ruri--wrap {
          padding-left: 5px;
      }

      .select__ruri--wrap .label__field--ruri {
          min-width: 130px;
      }

      .mfont {
          font-size: 0.75em;
      }

      .p_name+.p_name {
          margin-left: 0px;
      }

      .p_name,
      .p_name input {
          width: 100%;
      }

  }

  .font-change-wrap {}

  .font-change-wrap .font-change-inputs {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }

  .font-change-wrap .font-change-inputs .input-box {
      width: 48%;
  }

  .dropdown {
      float: right;
      position: relative;
      font-size: 16px;
      width: 100%;
      flex: 3.5
  }

  .dropdownbox01 {
      width: 100%;
      height: 35px;
      color: #707070;
      line-height: 35px;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;

  }

  .dropdownbox01 span {
      margin-left: 10px;
      width: 212px !important;
  }

  .dropdownbox01 .tac {
      text-align: left !important;
  }

  #dropDownList1 .dropdownbox01 {
      width: 120px;
      background-position: 96px center;
  }

  #dropDownList1 .dropdownbox02 li {
      width: 100%;
  }

  .dropdownbox02 {
      width: 100%;
      display: none;
      position: absolute;
      left: 0px;
      top: 32px;
      z-index: 99;
      background: #fff;
      border: 1px solid #dcdcdc;
      -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      /* max-height: 160px;  */
      overflow-y: auto;
      overflow-x: hidden;
  }

  .dropdownbox02 ul {
      padding-left: 0px;
  }

  .dropdownbox02 span {
      width: 212px !important;
  }

  .dropdownbox02 img {
      display: inline-block;
      margin-right: 6px;
      float: left;
      height: 30px;
  }

  .dropdownbox01 img {
      display: inline-block;
      margin-right: 6px;
      float: left;
      height: 35px;
  }

  .dropdownbox02 li {
      width: 100%;
      height: 30px;
      line-height: 32px;
      background: #fff;
      color: #707070;
      cursor: pointer;
      margin: 10px auto !important;
      font-size: 16px;
  }

  .dropdownbox02 li .img02 {
      display: none;
  }

  /*.dropdownbox02 li:hover {
        background: #48a0ff;
        color: #fff;
    }*/
  @media (max-width: 750px) {

      /*    
    .change-font-select_all {
    margin-right: -1px;
    font-size: 0.5125rem;
   
     } */
      .change-font-select_label {
          padding: 0 0.25rem;
      }

      .change-font-select_all .active {
          padding: 0 0.25rem;
      }
  }

  .product-info__qty_btn[data-click="reduce"] {
      left: 0;
      border-right: 1px solid #f2f2f2;
  }

  .product-info__qty_btn[data-click="add"] {
      right: 0;
      border-left: 1px solid #f2f2f2;
  }

  .product-info__qty_nums {
      box-shadow: none;
      display: block;
      background: 0 0;
      border: none;
      text-align: center;
      width: 100%;
      padding: 5px 25px;
      margin: 0;
      z-index: 1;
  }

  .product-info__qty-wrapper {
      position: relative;
      max-width: 100px;
      min-width: 75px;
      overflow: visible;
      border: 1px solid var(--color_borders);
      font-size: 14px;
  }

  .plugin_modals__list {
      display: none !important;
  }

  .close-icon {
      position: absolute;
      right: 30px;
      top: 10px;
      cursor: pointer;
      background-color: #eee;
      padding: 2px 5px;
      border: 2px dotted white;
  }

  .b_image {
      width: 4%;
      position: absolute;
      left: -8px;
      top: 14px;
  }

  @media (max-width: 750px) {
      .b_image {
          width: 5%;
          position: absolute;
          left: -7px;
          top: 14px;
      }
  }

  @media (min-width: 750px) {
      .content-ps {
          height: 701px !important
      }
  }

  .dropdownbox03 span {
      font-size: 13px;
  }

  .dropdownbox04 img {
      float: none !important
  }
  .sep-font-close-strong:before {
      content: "X";
  }
  .add_header_zindex{
    z-index: 0 !important;
  }

  .payment-content .tab .tab-item.active {
      -webkit-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
  }

  .payment-content .tab .tab-item {
      margin-right: 35px;
      position: relative;
      padding: 16px 0;
      -webkit-filter: grayscale(100%) contrast(0);
      -ms-filter: grayscale(100%) contrast(0);
      -moz-filter: grayscale(100%) contrast(0);
      -o-filter: grayscale(100%) contrast(0);
      filter: grayscale(100%) contrast(0);
      cursor: pointer;
      transition: all 0.1s ease;
  }

  .flex>* {
      box-sizing: border-box;
      flex-shrink: 0;
  }

  .payment-content .tab .tab-item>img {
      background-color: transparent;
      height: 14px;
      width: auto;
      max-width: 100%;
      object-fit: contain;
  }

  .bgimg img {
      background-color: #F6F6F6;
      height: auto;
  }

  .payment-content .tab .tab-item {
      margin-right: 35px;
      position: relative;
      padding: 16px 0;
      -webkit-filter: grayscale(100%) contrast(0);
      -ms-filter: grayscale(100%) contrast(0);
      -moz-filter: grayscale(100%) contrast(0);
      -o-filter: grayscale(100%) contrast(0);
      filter: grayscale(100%) contrast(0);
      cursor: pointer;
      transition: all 0.1s ease;
  }

  .payment-content .tab .tab-item.active::after {
      content: '';
      border-radius: 1px;
      height: 2px;
      width: 100%;
      background-color: #333;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .payment-content .tab-content {
      padding: 16px 0;
      color: #666;
      font-size: 12px;
      line-height: 1;
      min-height: 45px;
      margin: 0;
      width: 100%;
  }

  .d-none {
      display: none !important;
  }

  .overlay-dialog {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9998;
      width: 100%;
      height: 100%;
      user-select: none;
      opacity: 0;
      transition: opacity .1s;
  }

  .dialog-main {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      z-index: 9999;
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      transition: transform .2s;
  }

  .dialog-vessel {
      height: 100%;
      overflow: auto;
  }

  .fixed-wrapper {
      height: 100%;
  }

  .fixed-wrapper {
      position: relative;
      overflow: hidden;
      background-color: #fff;
      border-radius: 4px;
      height: 100%;
  }

  .overlay-dialog-shadow {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .5;
      user-select: none;
  }

  .iconfont {
      font-size: 34px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
  }

  .dialog-main {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      z-index: 9999;
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      transition: transform .2s;
  }

  .overlay-dialog-shadow {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .5;
      user-select: none;
  }

  .dynamic__container ol {
      outline: none;
      padding: 0;
      margin: 0;
      word-wrap: break-word;
      line-height: 1.2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
  }

  @media (min-width: 750px) {
      .content__wrapper-overflow {
          margin: auto;
          overflow: hidden;
          width: 100%;
          max-width: 840px;
          transform: translate(0, 0);
      }

      .dialog-main.dialog__modal {
          width: 48.85%;
          height: 80%;
          max-width: 938px;
          max-height: 80vh;
          min-width: 40%;
          min-height: 40%;
          top: 10.04%;
          left: 25.57%;
          transform: translate(0px, 0px);
      }
  }

  @media (max-width: 750px) {
      .content__wrapper-overflow {
          margin: auto;
          overflow: hidden;
          width: 100%;
          transform: translate(0, 0);
      }

      .dialog-main.dialog__modal {
          width: 100%;
          height: 85%;
          max-width: 100%;
          max-height: 85%;
          min-width: 40%;
          min-height: 40%;
          top: auto;
          bottom: 0px;
          left: 0%;
          border-radius: 4px 4px 0px 0px;
          transform: translate(0px, 0px);
      }
      .product__info-description.body3 iframe{
        max-width: 100% !important
      }
  }

  .payment-logo {
      background-color: transparent;
      height: 12px;
      margin-left: 4px;
      width: auto;
      max-width: 100%;
      display: inline;
  }

  .add_header_zindex {
      z-index: 0 !important
  }

  .common-confirm.paylist-dialog {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1001;
      left: 0;
      right: 0;
  }

  .common-confirm-mask {
      position: relative;
      width: 100%;
      height: 100%;
      opacity: .4;
      background-color: #0d0d0d;
  }

  .common-confirm-content {
      padding: 3.06667rem 1.76667rem 3.06667rem;
      width: 28rem;
      max-height: 100vh !important;
      height: auto;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      box-sizing: border-box;
      font-size: .37333rem;
      line-height: 140%;
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 0.76rem;

  }

  .paypal-after-msg-container {
      border-bottom: .02667rem solid #eae7e4;
      padding-bottom: 0.53333rem;
  }

  .common-confirm-head {
      position: absolute;
      top: 0.26667rem;
      cursor: pointer;
      right: 1.16667rem;
      line-height: normal;
      font-size: 18px;
  }

  .icon-close_18:before {
      content: "\e627";
  }

  .common-confirm-body .paypal-placement {
      background-color: transparent;
      border: none;
      height: 25px;
      opacity: 1;
      font-size: 16px;
      padding-bottom: 2.53333rem;
      border-bottom: 0.02667rem solid #eae7e4;
      padding-left: 0.8rem;
  }

  .klarna-official-placements {
      padding-top: 1rem;
  }

  @media (max-width: 750px) {
      .common-confirm-content {
          width: 22.93333rem;
      }
  }

  .pay-method-list {
      margin: 1.53333rem;
      display: flex;
      line-height: 1.17rem;
      flex-wrap: wrap;
      font-size: 16px;
      margin-left: 8px !important;
  }

  .pay-method-list img {

      min-width: 1em;
      min-height: 1em;
      vertical-align: -0.15em;
      fill: currentcolor;
      overflow: hidden;
  }

  .payment-logo.payk {
      margin-top: 0.1rem;
      margin-left: 0.2rem;
      margin-right: 0.2rem;
  }