/** Shopify CDN: Minification failed

Line 7:7 Expected identifier but found whitespace
Line 7:15 Unexpected ";"

**/
--gray: #f2f2f2;
--dark-gray: #848484;
--green: #6cad61;
--red: #e73820;
--layoutRadius: 6px;

.error-container ul li a,
.login-bottom-box p a {
    text-decoration: underline
}
input{
  border-radius:(--layoutRadius);
}

.order-history td a,
.total td {
    font-weight: 700
}

.left-side-content {
    border-right: 0;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center
}

.yv-login-form {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 60px 55px 70px;
    text-align: left;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.frgt-pw {
    text-decoration: none;
    display: inline-flex;
    cursor: pointer
}

.yv-reset-password-form input#password {
    scroll-margin-top: 200px
}

.right-side-content {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.customer-page-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0
}

.customer-page-title {
    margin-bottom: 20px
}

.customer-page-desc {
    margin-bottom: 40px;
}

.yv-customer-pages form {
    margin-top: 20px
}

.form-title {
    margin-bottom: 5px
}

.login-bottom-box {
    margin-top: 20px
}

.address-side-drawer-body label,
.customer table,
.fulfillment * {
    font-size: var(--smallText)
}

.login-bottom-box p a {
    text-underline-offset: 3px;
    font-weight: 700;
}

.error-container {
    background-color: #FFF7F7;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #E73820;
}

.error-container ul {
    margin-top: 0;
    list-style-type: none
}

.error-container ul li {
    color: var(--red);
    padding-left:0;
}

#RecoverEmail-email-error,
.error-container ul li a,
.error-container{
  color: var(--red);
  font-size:var(--smallText);
}

.success-container {
    margin-top: 16px;
    color: var(--green)
}

.form__message svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 5px
}

.table-responsive {
    margin: 0;
}

.customer table thead {
    background-color: #f2f2f2;/*var(--theme-light-color);*/
    border-bottom: 0
}

.customer table td {
    border: 0
}

.account-header-tabs,
.order-details tbody tr {
    border-bottom: 1px solid var(--colorXXlightTextBody)
}

.payment-status {
   display:block;
   width:112px;
    text-align:center;  
    padding: 2px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: var(--msmallText);
    font-weight:400;
    line-height:1.3;
}

.payment-status.voided {
    background-color: #B8C2EC;
}

.payment-status.paid,
.payment-status.partially_paid {
    background-color: #A5DD4D;/*#d1efd1*/
}

.payment-status.partially_refunded,
.payment-status.refunded {
    background-color: #FFD4B4;
}

.payment-status.authorized {
    background-color:#FFD2D2;/*#fddbdb*/
}
.payment-status.expired {
   background-color: #ccc;
}
.payment-status.pending {
   background-color: #D3B8EC;
}

.account-pages-content h5,
.address-side-drawer-body .form-group,
.order-detail-head {
    margin-bottom: 15px
}

.account-pages-content .d-flex,
.product-name-link {
    margin-bottom: 10px
}

.order-details .order-detail-product {
    display: flex;
    max-width: 400px;
    white-space: normal
}

td.product-order-img-wrapper {
    width: 110px;
    padding-right: 0
}

.product-order-img {
    border-radius: var(--layoutRadius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: var(--colorImageBg)
}

.shopify-section.customer.account {
    padding: 0 0 0 0;
}

.product-name-link {
    display: block
}

.fulfillment * {
    margin-bottom: 8px
}

.fulfillment a {
    color: var(--theme-color);
    display: inline-block;
    padding: 4px 9px;
    background-color: #fbf3ef;
    color: #000;
    border-radius: 20px;
    margin-top: 5px
}

.order-details tfoot tr:not(.total) td {
    padding-bottom: 0;
    font-size: var(--mediumText)
}

.account-pages-header {
    margin-bottom: 40px
}

.account-header-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.account-header-tabs a:not(.button) {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid transparent;
    margin-right: 20px;
    padding: 18px 0;
    text-transform: uppercase;
    opacity: .4;
    line-height: 1;
    font-weight: bold;
    font-family: var(--tabHeadingFontFamily);
    color: var(--colorTextBody)
}
.account-header-tabs a:hover{
  opacity: 1;
  text-decoration:none;
}

.account-header-tabs a:not(.button).active {
    border-color: var(--colorTextBody);
    opacity: 1;
  
}

.account-header-tabs a:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.account-pages-content .d-flex p {
    margin-left: 11px;
    color: var(--dark-gray)
}

.order-detail-address {
    border: 1px solid var(--colorXXlightTextBody);
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden;
}

.order-detail-address h6 {
    padding: 14px 20px;
}

.order-detail-address p {
    padding: 13px 20px;
    opacity: .7
}

.order-detail-address .address-bill-status {
    justify-content: space-between;
    padding: 10px 20px;
    display: flex;
    background-color:#f2f2f2;
}

.order-detail-address .address-bill-status span {
    display: inline-block;
    padding: 2px 13px;
    font-size: var(--smallText);
    border-radius: 20px;
    background-color: #fff;
    color: #1a1a19;
    box-shadow: 0 1px 1px #00000021
}

.cart-discount svg,
.order-detail-product .list-unstyled svg {
    width: 10px;
    vertical-align: middle;
    margin-right: 3px;
    fill: currentColor;
}

.address-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%
}

.address-list li {
    max-width: 19%;
    flex: 0 0 19%;
    border: 1px solid var(--colorXXlightTextBody);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-height: 250px;
    margin-right: 17px;;
    border-radius: var(--layoutRadius);
    overflow: hidden;
}

#yvForgetPassword,
#yvForgetPassword:target+#yvLogin,
.address-list .addressPopUp {
    display: none
}

.address-header {
    margin-bottom: 10px;
    background-color: var(--theme-light-color);
    padding: 14px 20px
}

.address-content {
    padding: 6px 20px 40px
}

.address-footer {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 5px
}

.address-footer .address-btn {
    margin: 0 5px;
    color: var(--colorTextBody);
}

.address-footer .address-btn svg {
    vertical-align: middle;
    fill: currentcolor;
    width: 17px;
    height: 17px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.address-footer .address-btn:hover,
.address-footer .address-btn:hover svg {
    color: var(--theme-color);
    fill: var(--theme-color)
}

.address-list li.add-address {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-light-color);
    border: 0;
    margin-right: 0
}

.address-list li.add-address .link,
.address-list li.add-address .link h6 {
    color: var(--theme-color);
}
.address-list li.add-address .link{
  padding-right:0;
  transform: translate(0);
}
.address-list li.add-address .link:hover:after{
  content:none;
}
.address-list li.add-address .link:hover h6{
  font-weight:700;
}

.address-list li.add-address svg path {
    fill: currentColor;
}

.address-side-drawer-body {
    padding: 20px 30px;
    height: 100%
}

.address-side-drawer-body .form-control {
    min-height: 40px
}

.address-side-drawer-body form {
    /*height: calc(100% - 50px)*/
  height:100%;
  overflow-y:scroll;
}

/* スクロールバー非表示 */
.address-side-drawer-body .address-form-body {
    height: auto;/*100%;*/
    -ms-overflow-style: none;  /* IE and Edge */
  　scrollbar-width: none;     /* Firefox */
}
.address-side-drawer-body .address-form-body::-webkit-scrollbar {
  display: none;
}
/* ここまで */

.address-form-footer {
    bottom: 0;
    background-color: var(--primaryColorBody);
    padding: 20px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.address-form-footer button {
    max-width: 48%;
    flex: 0 0 48%;
    min-width: auto;
    min-height: 50px;
    line-height: 1
}

#yvForgetPassword:target {
    display: flex
}

.cart-discount {
    margin-left: 20px;
    font-size: var(--smallText)
}

/* マイページ変更 */
/*
.my-page-common{
  margin-top: 40px;
}
.my-page-common .shopify-section.customer.account.my-accunt{
  margin-left: auto;
  margin-right: auto;
  padding-left:40px;
  padding-right: 40px;
}


/* 共通sideナビゲーション */
/*
.mypage-nav{
  max-width: 220px;
  width: 100%;
}
.mypage-nav h3{
  font-size: 14px;
  margin-bottom: 12px;
}
.mypage-nav ul{
  padding-left: 0;
  border-top:solid 1px var(--primaryBorderColor);
}
.mypage-nav li a{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-bottom: solid 1px var(--primaryBorderColor);
}
.mypage-nav li a > img{ 
  width: 20px;
  margin-right:8px;
}
.img-dame{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
*/

/* マイーページmain部分 */
/*
.my-page-main{
  width: calc(100% - 280px); 
  margin-left: 60px;
}
.page-banner-title{
  width: 100%;
  margin-bottom: 12px;
}

.acconunt-box .acconunt-inner.user-card {
  background: #fff;
  box-shadow: 0px 0px 18px 2px rgba(26, 26, 25, 0.1);
  border: 0;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.user-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-bottom:12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
.user-text{
  width: calc(100% - 30px - 23.152174%);
  padding-right:30px;
  border-right:solid 1px #ccc;
}
.user-text .profile-box p{
  margin-left: 0;
}
i.user-icons {
  margin-right: 6px;
}
i.user-icons svg{
  width: 22px;
  height: 22px;
  cursor: pointer;
  fill: currentColor;
}
.user-text .profile-box.user-info .user-name{
  font-weight: 400;
  margin-right: auto;
}
.user-text .profile-box.user-info span{
  margin-left: 6px;
}
.wakumake-points.user-point{
  margin-left: auto;
}

.user-rank {
  width: 23.152174%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rank-icon {
  width: 54px;
  height: 54px;
  margin-top: 6px;
}
.rank-message {
  font-size: 14px;
}
.rank-setumei{
  width: 100%;
  margin-top: 12px;
  text-align: right;
}
.rank-setumei a{
  text-decoration: underline;
}

.rank-table-wrapper {
  max-width: 100%;
  margin-top: 40px;
}
.rank-table {
  width: 100%;
  border-collapse: collapse;
}
.customer .rank-table tbody tr:last-of-type{
  border-bottom:solid 1px #ccc;
}
.my-page-common .rank-table th,
.rank-table td {
  width: 17.83%!important;
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: center;
}
.my-page-common .rank-table th.short,
.rank-table td.short {
  width: 14.2%!important;
}
.customer .rank-table th.head-th{
  padding-top:10px;
  padding-bottom: 6px;
}
.my-page-common .rank-table th{
  border: none;
}
.my-page-common .rank-table th div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-page-common .rank-table th div i{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right:2px;
}
.customer .rank-table .head-th,
.rank-table .head-td{
  width: 21.74%!important;
  padding: 8px 15px;
  text-align: left;
}
.rank-table .head-td{
  padding: 15px;
}
.my-page-common .rank-table td:last-of-type{
  font-weight: 400!important;
}
.w-line{
  position: relative;
}
.w-line i{
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #1a1a19;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
svg#mypage-check {
    width: 18px;
    height: 18px;
}
.rank-accordion {
  display: none;
}

.accordion-body {
  display: none;
}

.my-page-recently{
  position: relative;
  margin-top: 40px;
}
.my-page-recently .products-grid{
  width: calc(100% + 10px);
  margin-left: -10px;
}
.my-page-recently .products-grid .product-item{
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  padding: 0 12px;
}
*/



@media (max-width:1440px) {
    .yv-login-form {
        min-height: 600px;
        max-width: 470px;
        padding: 50px 50px 60px
    }
    .address-side-drawer-body {
        padding: 20px
    }
    .address-list li {
        max-width: 23.3%;
        flex: 0 0 23.3%
    }
    .order-detail-product .product-order-img {
        width: 70px
    }
    .order-detail-address h6 {
        padding: 14px 20px
    }
    .order-details {
        white-space: nowrap
    }
    .order-detail-responsive {
        overflow-x: auto;
        border-right: 1px solid var(--colorXXlightTextBody)
    }
}

@media (max-width:1199px) {
    .yv-login-form {
        max-width: 390px;
        padding: 30px 35px 40px
    }
    .customer-page-content {
        max-width: 370px
    }
    .customer-page-title {
        margin-bottom: 10px
    }
    .customer-page-desc {
        margin-bottom: 30px;
    }
    .account-pages-header {
        margin-bottom: 30px
    }
    .address-list li {
        max-width: 30%;
        flex: 0 0 30%;
        min-height: 220px
    }
    .order-detail-product .product-order-img {
        width: 50px
    }

    /* マイページTop */
  .customer table thead tr{
    align-items: center;
  }
   .my-page-common .rank-table th div{
     flex-direction: column;
   }



  
}

@media (max-width:991px) {
    .right-side-content {
        justify-content: left
    }
    .yv-login-form,
    .login .sns-form,
    .login .no-registered-user{
        max-width: 350px;
    }
  .yv-login-form,
  .login .sns-form{
    padding:30px 0;
  }
   .login .no-registered-user{
     padding:0 0px;
   }
    .customer-page-content {
        max-width: 260px;
        margin: 10px 0
    }
    .yv-customer-pages form {
        margin-top: 15px
    }
    .customer-page-desc {
        margin-bottom: 30px;
    }
    .left-side-content {
        border: 0
    }
    .address-list li {
        max-width: 31.3%;
        flex: 0 0 31.3%;
        min-height: 200px;
        margin-right: 15px
    }
    .address-header {
        padding: 10px 16px
    }
    .address-content {
        padding: 5px 16px 40px
    }
    .order-detail-address {
        margin-top: 20px;
        margin-bottom: 0
    }
    .product-name-link {
        margin-bottom: 6px
    }

    /* マイページTop */
  /*
  .mypage-nav{
    width: 200px;
  }
  .my-page-main {
    width: calc(100% - 240px);
    margin-left: 40px;
  }
  .user-info{
    width: calc(100% - 140px);
    flex-direction: column;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom:0;
    padding-right: 30px;
    border-right: solid 1px #ccc;
  }
  .user-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .user-rank{
   width: 110px;
   margin-left: auto;
  }
  .rank-message{
    width: 100%;
    margin-top:12px;
    padding-top: 12px;
    border-top:solid 1px #ccc;
  }
  .rank-icon{
    width: 42px;
    height: 42px;
  }
  
    .rank-table{
      display: none;
    }
    .rank-accordion,
    .rank-card.is-open{
      display: block;
    }
   .rank-accordion h3{
     margin-bottom:12px;
   }
  .rank-accordion h3 + .rank-card{
    border-top: solid 1px #ccc;
  }
    .rank-card{
      border-bottom: solid 1px #ccc;
    }
    .accordion-header{
      width: 100%;
      display: flex;
      align-items:center;
      padding:10px 15px;
      text-align: left;
      position: relative;
    }
  .accordion-header i{
    line-height: 1;
    margin-right:4px;
  }
  .accordion-header:before{
    transition: 0.5s ease all;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 10px;
    height: 1px;
    background-color: #1a1a19;
    transition-property: transform;
    transform: rotate(-90deg);    
  }
  .accordion-header:after{
    transition: 0.5s ease all;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 10px;
    height: 1px;
    background-color: #1a1a19;
    transition-property: transform;
  }
  .is-open .accordion-header:before{
    content: none;
  }
  .is-open .accordion-header{
    font-weight: 700;
  }
    .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding-top: 0;
      padding-bottom: 0;
    }
    .rank-card.is-open .accordion-body {
      display: flex;
      flex-wrap: wrap;
      overflow: auto;
      max-height: 1000px; /* 十分大きければOK。必要に応じて調整 */
  /*
      transition: max-height 0.4s ease, padding 0.4s ease;
      box-sizing: content-box;
    }
  .div-heder:not(:last-of-type) {
    border-bottom: solid 1px #ccc;
  }
  .accordion-body{
    display: flex;
    flex-wrap: wrap;
    background: #f8f8f8;
  }
  .div-heder {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 12px 15px;
  }
  .sp-buy{
    display: flex;
    align-items: center;
  }
  .non{
    width: 28px;
    text-align: center;
    letter-spacing: -0.1rem;
  }
*/

  
}

@media (max-width:768px) {
    .yv-login-form {
        min-height: 500px;
        height: auto;
        border-bottom:0;
    }
    .yv-register-form {
        max-width: 70%
    }
    .customer .order-details tbody td:before,
    .customer tfoot td:first-of-type,
    /*.customer th,*/
    .customer thead,
    .right-side-content,
    .yv-login-form label {
        display: none
    }
    .customer-page-title,
    .form-title {
        text-align: center;
        margin-bottom: 12px;
    }
    .yv-login-form .form-title+p {
        margin-bottom: 25px
    }
    .shopify-section.customer.account {
        padding: 0
    }
    .customer table {
        border: transparent
    }
    tr td {
        padding:15px 0;
    }
    .customer td:nth-child(odd):not(.product-order-img-wrapper) {
        background-color: var(--colorXXlightTextBody)
    }
    .customer td {
        display: flex;
        text-align: right;
        align-items: center;
    }
    .customer td::before {
        content: attr(data-label);
        padding-right: 2rem;
        text-transform: uppercase;
        font-size:14px;
        flex-grow: 1;
        text-align: left;
        font-weight: 400;
        color: var(--colorTextBody)
    }
    .customer td:first-of-type {
        display: flex;
        align-items: center
    }
  .customer td:not(:last-of-type) {
    border-bottom:solid 1px #ccc;
  }
    .customer tr {
        display: flex;
        /*flex-direction: column;
        justify-content: flex-start;*/
        width: 100%
    }
    .account-header-tabs a:last-child {
        min-width: auto;
        padding: 10px 15px;
    }
    .address-list li {
        max-width: 47%;
        flex: 0 0 47%;
        margin-right: 13px
    }
    .order-detail-responsive {
        border-right: 0
    }
    .customer .order-details tbody td {
        display: flex;
        text-align: left
    }
    .order-details .order-detail-product {
        max-width: 100%
    }
    .product-order-img-wrapper {
        padding-bottom: 0
    }


  
}

@media (max-width:575px) {
    .yv-login-form {
        padding-left: 0;
        padding-right: 0
    }
    .yv-register-form {
        max-width: 90%
    }
    .account-header-tabs a:not(.button) {
        padding: 12px 0;
        margin-right: 20px;
    }
    .address-form-footer button {
        min-height: 50px
    }

    /* マイページ変更分 */
    /*
    .my-page-common .shopify-section.customer.account.my-accunt{
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      padding-left:20px;
      padding-right:20px;
    }
    .mypage-nav{
      width: 100%;
    }
   .my-page-main{
     width: 100%;
     margin-left:0; 
   }
  .acconunt-box .acconunt-inner{
    width: 100%;
    margin-left: 0;
  }
  .user-info{
    width: 100%; 
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    border-bottom:solid 1px #ccc;
    border-right: 0;
  }
  .user-rank{
     margin: 0 auto;
  }
  .div-heder{
    width: 100%; 
  }
*/
  
}

@media (max-width:481px) {
    .address-list li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
        min-height: auto
    }
    .address-list li.add-address {
        padding: 30px;
        margin-bottom: 0;
        min-height: 150px
    }
  /*
    .address-side-drawer-body form {
        height: calc(100% - 105px)
    }
  */
    .address-form-footer {
        flex-wrap: wrap
    }
    .address-form-footer button {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .address-form-footer button:not(:last-of-type) {
      margin-bottom:15px;
    }
}

@media (max-width:414px) {
    .yv-register-form {
        max-width: 100%
    }
}

@media (max-width:360px) {
    .account-header-tabs a:not(.button) {
        font-size: var(--smallText);
    }
}

/* Reorder CSS start */
.reorderPopupShow {
    overflow: hidden;
}

.yv-reorder-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorLightTextBody);
    z-index: 99;
    overflow: auto;
    display: none;
    transition: all 0.3s linear;
}

.reorderPopupShow .yv-reorder-popup {
    display: block;
}

.yv-reorder-popup-Container {
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    padding: 50px 0;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
    max-height: 100%;
    transition: all .3s linear;
}

.yv-reorder-popup-body {
    background-color: var(--primaryColorBody);
    padding: 20px;
    border-radius: var(--layoutRadius);
}

.reorder-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
}

.reorder-item-wrapper .button {
    margin-left: 10px;
}

.reorder-item-wrapper .reorder__continue {
    display: block;
}

.Reorder__container,
.reorder-item-wrapper.addToCart .reorder__continue,
.yv-reorder-popup-body .Reorder__container.addToCart .cart-warning-wrapper,
.yv-reorder-popup-body .Reorder__container.cart-empty .cart-warning-wrapper,
.yv-reorder-popup-body .Reorder__container.addToCart .reorder__continue {
    display: none;
}

.yv-reorder-popup-body .Reorder__container {
    display: block;
}

.yv-reorder-popup-body .Reorder__container.cart-warning .reorder-item-wrapper .reorder__clear-cart,
.yv-reorder-popup-body .Reorder__container.cart-warning .reorder-item-wrapper .reorder__add_to_cart,
.yv-reorder-popup-body .Reorder__container.addToCart .reorder__add_to_cart {
    display: block;
}

.cart-warning-wrapper {
    margin-top: 15px;
}

.reorder-right-div .quantity {
    max-width: 120px;
    height: 40px;
}

.theme-layout-rounded .reorder-right-div .quantity.quantity-button {
    width: 24px;
    height: 24px;
}

.reorder-right-div {
    position: relative;
    padding-left: 30px;
    margin-left: auto;
}

.reorder-right-div .form-status {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 100%;
}

.form-status svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}

.form-status.form-loading {
    background: transparent;
    padding: 0;
    color: var(--colorTextBody);
}

.form-status.form-success {
    background: #e4f3ef;
    color: var(--green);
    padding: 6px;
}

.form-status.form-error {
    background: #ffebeb;
    color: red;
}
/* Reorder CSS end */