 :root{
        --diy-color1:#E5E5E5;
    --fc-black:#000000;
    --lor-color1:#bcbcbc;
    --color_borders: #e8e8e1;
    --color_body_bg: #ffffff;
     --color-primary-btn-bg: #005670;
     --color-primary-btn-bgS:rgba(255, 115, 80, 1);
  }
    .require-cls{
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;

  }

  .require-cls .input-box input{
    margin-bottom: 0px;
  }

  .require-cls .input-box label{
    bottom: -11px;
  }

  .require-cls .not-empty{
    /* text-indent: -9999px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--error); */
  }

  .require-cls .not-empty::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    /* border: 2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    transform: rotate(-55deg); */
    background: #ffffff;
    z-index: 5;
  }

  .require-cls .not-empty::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--error);
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
  }
  .flex-around{
    display: flex;
    justify-content: space-around;
  }

  .theme-color{
    color: var(--color-primary-btn-bg);
  }

  /* 优化样式 */
  .vip_image{
    margin:0px 9px;
    height:80px;
  }

  .select__ruri--wrap{
    /* border-width: 2px;
    border-color: transparent;
    border-bottom-color: #f00; */
    border:1px solid transparent;
    border-bottom-color: var(--color-primary-btn-bg);
    transition: all 0.6s;
    border-radius:0;
    padding-left:10px;
  }

  .select__ruri--wrap:hover,
  .select__ruri--wrap-b:hover{
    border-color: var(--color-primary-btn-bg);
  }

  .select__ruri--wrap-b{
    /* border:1px solid transparent;
    border-bottom-color: var(--color-primary-btn-bg); */
    border:1px solid var(--color-primary-btn-bg);
    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;
  }

  .label__field--ruri-b{
    width: 100%;
    border-bottom:1px solid var(--color-primary-btn-bg);
    /* border:1px solid var(--color-primary-btn-bg); */
    padding:4px 0 4px 10px;
    margin-bottom: 0;
  }

  .select__ruri--wrap:hover .label__field--ruri{
    border-right-color:var(--color-primary-btn-bg);
  }

  .select__ruri--wrap-b:hover .select__field--ruri-b{
    /* animation: bgMove 1s infinite; */
    background:rgba(230, 210, 230, 0.5);
  }

 .line-item-property__field  .flex{
    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;
    background-color:var(--color-primary-btn-bg);
    color:#fff;
    position: absolute;
    top: 0;
    border: none;
  }

  .product-info__qty-wrapper .btn.product-info__qty_btn:disabled{
    background-color:#efefef;
  }
  .textarea__field--ruri  textarea{
    width: 100%;
    min-height: 100px;
    border: 1px dotted var(--color-primary-btn-bg);
    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;
    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);
    /* line-height:3rem; */
    margin-top:1rem;
    color:var(--fc-black);
    position: relative;
    display: flex;
    padding: 10px 10px 10px 16px;
    align-items: center;
    font-size: 12px;
    /* justify-content: space-between; */
        margin-bottom: 1rem;
  }
  .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 var(--color-primary-btn-bgS);
    color:var(--color-primary-btn-bgS);
    padding: 0 1.25rem;
  }

  .p_name + .p_name{
    margin-left: 5px;
  }

  .p_name input{
    padding-left: 10px;
    border: none;
    border-bottom:1px dotted var(--color-primary-btn-bg);
  }

  .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: 1px solid var(--color-primary-btn-bg);
    outline: none;
    background: transparent;
  }

  .input-box input::placeholder{
    text-align:right;
  }

  .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: var(--color-primary-btn-bg);
    transform: scale3d(.93,.93,1);
    font-size: 12px;
    bottom: -40px;
    left: 0;
  }
   .font-change-inputs  .input-box input:focus~label,
   .font-change-inputs   .input-box input:valid~label{
    bottom: -11px;
   }

  .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 var(--color-primary-btn-bg);
    /* color: #fff; */
    background:#ffffff;
  }
.date-picker .date-input {
    position: relative;
}

.date-picker .date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: calc(100% - 40px);
    /*padding-right: 5px;*/
}
  .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 var(--color-primary-btn-bg);
    background-size: 21px 21px;
    color: var(--color-primary-btn-bg)
  }

  .RadioStyle input:checked + label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-color: var(--color-primary-btn-bg);
    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-box .flex label{
    flex: 1;
  }

  .gift-box .flex label .lazyloaded{
    width: 100%;
    max-width: 130px;
    max-height: 130rpx;
  }
  .gift_add{
    background: var(--diy-color1);text-align:center;height:40px;line-height:40px;
  }
  /* 移动端 */
  @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%;
      }
      .change-font-select_all{
        margin-right:4px;
      }
      .addAjouter{
   height: 59px!important;
   line-height:30px !important
}
  }
    .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%;
  }
  .gift-wraplr{
    background-color:#FCF4F1;margin-top:2rem;padding:10px
  }
  .gift-wraplrs{
    border:1px solid #E5E5E5;display:none;margin-top: 28px;
  }
  .Ajouter{
    background:#FCF4F1;text-align:center;height:40px;line-height:40px
  }
/* ul,dl,ol,li {list-style: none;} */
    .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: 1;
        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;
        max-width: 30px;
    }
    .dropdownbox01 img {
        display: inline-block;
        margin-right: 6px;
        float: left;
        height: 35px;
        max-width: 30px;
    }
    .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;
    }*/

   .label__field--ruri-stone{
    width: 53%;
    border-bottom:1px solid var(--color-primary-btn-bg);
    /* border:1px solid var(--color-primary-btn-bg); */
    padding:4px 0 4px 10px;
    margin-bottom: 0;
  }

  .Mecca_mall{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
  width:100%;
}

.Mecca_mall>div{
  width:30%;
  border: 1px solid #F9E1B7;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  padding:0.5rem;
}


  .Mecca_mall{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
  width:100%;
}


.add_text>div{
  width:46%;
}
.Mecca_mall input[type='checkbox']{
  margin:0 0 10px 0;
}

.Mecca_mall p {
  margin:0;
}
@media (max-width: 767.98px) {
    .Mecca_mall .check-img{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
  }
  .Mecca_mall .check-img input[type='checkbox']{
    margin:0 0 10px 0;
  }
}

.p_name{
  margin:0;
}

@media (max-width: 767.98px) {
  .p_name{
    margin:10px;
    position: relative;
    width: 45%;
  }
  .p_name input::placeholder{
    font-size: 11px;
  }
  .product-info__desc-tab-content  video{
     width:362px;
     height:181px;
  }
  #footer__payment_add_image{
  width:54%;
}
}
@media (min-width: 767.98px) {
  .product-info__desc-tab-content  video{
     width:1000px;
     height:400px;
  }
  .lazyloadeddad{
    max-width: 17%;
      margin-bottom: 9px;
      margin-right:8px;
  }
  .product__info-item.accordion.product__details-wrapper{
    font-size: 18.25px;
  }
}
.date-picker{
  position:relative;
}

.class_j{
  border:1px solid #d6d6d6;
  height:40px;width:14rem;
  transition:border 0.7s;
}
.change-font-select_all{
    word-break: break-word;
   line-height: 1.75rem;
    min-width: 2.5rem;
    font-size: 0.8125rem;
   margin-right: 0.625rem;
   margin-bottom: 0;
   position: relative;
   color: #2a2a2a;
  padding: 0;
  margin-top: 0.625rem;
text-align: center!important;
display: inline-block!important;
}
.change-font-select_label{
  border: 1.5px solid black;
  padding: 0 1.25rem;
}
@media (max-width: 750px) {
   .change-font-select_all {
    margin-right: -1px;
    font-size: 0.8125rem;
   }
.change-font-select_label {
    padding: 0 0.55rem;
    }
.change-font-select_all .active {
    padding: 0 0.55rem;
    }
 .zoomify_img{
   max-width: 100% !important;
 }
  #shoplaza-section-1539149753700{
    margin-top: 0px!important;
  }
   .lazyloadeddad{
    max-width: 23%;
      margin-bottom: 9px;
      margin-right:8px;
  }
  .product__info-item.accordion.product__details-wrapper {
      font-size: 16px;
  }
}

.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;
}
#purchase_gift{
  display: none;
}
#footer__payment_add_image{
  width:34%;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.d-none {
    display: none!important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
     position: absolute;
        right: 0;
        padding-left: calc(100% - 10px); 
    padding-right: 10px;
}
/* .vip-wrap{
  background-color: var(--diy-color1);
  
} */

  .input-boxed input:focus~label,
  .input-boxed input:valid~label {
    bottom: -18px;
  }
  .shoplazza-reviews__rating-num{
    margin-top:7px;
  }
  .product-info__header_price-wrapper.product-info__block.tw-my-6{
    margin-bottom:15px!important
  }
  .shoplazza-reviews-rating{
        font-size: 4px!important;
  }
  .product-snippet-button.product-snippet-button-bottom_right{
    display: none!important;
  }
  .close-icon::before{
     content: "X";
  }
  .add_texts>div{
  width:25%;
}

.add_header_zindex{
    z-index: 0!important;
}
#product-form-main-product-info__wrapper{
    margin-top:1rem;
}
.payment-content {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 0 12px;
    margin: 10px 0;
}

.payment-content .tab {
    border-bottom: 1px solid #DDDDDD;
}

.line-item-property__field  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.select__ruri--wrap.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.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;
}