.checkout-box {
    display: flex;
    flex-wrap: wrap;
    background-color: #faf7f6;
  }
  .checkout-box .checkout-info {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    width: 100%;
    background: #fff;
  }
  .checkout-info .web-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .checkout-info .web-info .web-title {
    font-size: 25px;
  }

  .checkout-box .checkout-info .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .checkout-box .checkout-info [class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .checkout-box .checkout-info .checkout-form {
    max-width: 670px;
    width: 100%;
  }
  .checkout-box .summary-box {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
  }
  .checkout-box .summary-box .summary-content {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 25px 0 25px 25px;
  }
  .checkout-box .summary-box .summary-content .summary-inner {
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .checkout-box .summary-box .summary-item {
    display: flex;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dashed #dedede;
  }
  .checkout-box .summary-box .summary-item:last-child {
    border-bottom: none;
  }
  .checkout-box .summary-box .summary-item-pic-box {
    width: 100px;
    height: 0;
    padding-bottom: 100px;
    background-color: #f8f8f8;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .checkout-box .summary-box .summary-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .checkout-box .summary-box .summary-item-title {
    padding: 0 15px;
    flex: 1;
    line-height: 1.25;
  }
  .checkout-box .summary-box .summary-item-title .summary-item-title-text {
    padding-bottom: 5px;
      max-height: 44px;
      overflow: hidden;
  }
  .checkout-box .summary-box .summary-item-options-text {
    color: #787878;
  }
  .checkout-box .summary-box .summary-item-num {
    position: absolute;
    left: 47px;
    top: 10px;
    background: #666;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .checkout-box .summary-box .summary-item-price {
    width: 6dvb;
    text-align: right;
    flex: 0 0 atuo;
  }

  .checkout-box .summary-box .summary-total-item {
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1;
  }
  .checkout-box.checkout-box-detail {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .checkout-box.checkout-box-detail .checkout-info {
    padding-left: 25px;
    border: none;
  }
  .checkout-box.checkout-box-detail .summary-box {
    padding-right: 25px;
  }
  .checkout-box .checkout-footer-box {
    padding: 25px 25px 25px 0;
    width: 100%;
    max-width: 670px;
  }
  .checkout-box .checkout-footer .checkout-link-box {
    border-top: 1px solid #dedede;
    padding: 25px 0;
    font-size: 15px;
  }
  .checkout-box .checkout-footer-link {
    color: #222222;
    text-decoration: underline;
    padding-right: 15px;
    white-space: nowrap;
  }
  .payment-form {
    padding: 0 25px 15px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 670px;
  }
  .checkout-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .checkout-title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .checkout-title-sub {
    color: #666666;
  }
  .checkout-title-sub .checkout-login-link {
    text-decoration: underline;
    color: #007bff;
  }

  .payment-box {
    border: 1px solid #dedede;
    border-radius: 5px;
  }
  .pay-radio {
    display: flex;
    align-items: center;
    border: 1px solid #333333;
    margin: -1px;
    position: relative;
  }
  .pay-radio .radio {
    position: absolute;
    left: 15px;
  }
  .pay-item:last-child .pay-radio {
    border-radius: 0 0 5px 5px;
  }
  .pay-item:first-child .pay-radio {
    border-radius: 5px 5px 0 0;
  }
  .pay-label {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 40px;
    margin-bottom: 0;
  }
  .pay-img {
    max-height: 24px;
  }
  .pay-item-content {
    padding: 0 15px 15px;
  }

  .cart-wrap {
    margin: 0 auto;
  }
  .cart-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F8F9FA;
  }
  .cart-header .cart-title {
    font-size: 32px;
  }
  .cart-header .cart-subinfo {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  .cart-body {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
  }
  .cart-list .cart-list-header {
    display: flex;
    border-bottom: 1px solid #dedede;
  }
  .cart-list .cart-list-header .cart-list-header-label {
    padding: 15px 0;
    width: 20%;
  }
  .cart-list .cart-list-header .cart-list-header-label:first-child {
    width: 100px;
  }
  .cart-list .cart-list-header .cart-list-header-label:nth-child(2) {
    width: calc(60% - 100px);
  }
  .cart-list .cart-list-header .cart-list-header-label:last-child {
    text-align: right;
  }
  .cart-list-item {
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dedede;
  }
  .cart-list-item .cart-list-item-pic-box {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .cart-list-item .cart-list-item-pic-box .cart-pic {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transform: translateY(-50%);
  }
  .cart-list-item .cart-list-item-product-info {
    width: calc(60% - 100px);
    display: flex;
    align-items: flex-start;
  }
  .cart-list-item .cart-list-item-product-info .cart-list-item-info {
    padding-left: 15px;
  }
  .cart-list-item .cart-list-product-qty-box {
    width: 20%;
  }
  .cart-list-item .cart-list-item-product-price-box {
    width: 20%;
    text-align: right;
  }
  .cart-list-item .cart-list-item-remove {
    color: #666666;
    text-decoration: underline;
  }
  .cart-list-item .input-group-text {
    cursor: pointer;
  }
  .cart-list-footer {
    display: flex;
    flex-direction: column;
    padding: 45px 0;
    align-items: flex-start;
  }
  .cart-list-footer .cart-summary {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .cart-list-footer .cart-link-back {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    padding: 2px 10px 2px 5px;
    border-radius: 5px;
  }
  .cart-list-footer .cart-link-back i {
    font-size: 22px;
  }
  .cart-list-footer .sub-total-row {
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .cart-list {
      display: none;
    }

    .cart-list-item {
      position: relative;
      flex-direction: column;
      padding: 10px 0 10px 115px;
    }
    .cart-list-item .cart-list-item-product-info {
      width: 100%;
      padding-right: 30px;
    }
    .cart-list-item .cart-list-item-pic-box {
      position: absolute;
      left: 0;
      top: 10px;
    }
    .cart-list-item .cart-list-item-product-info .cart-list-item-info {
      padding-left: 0;
    }
    .cart-list-item .cart-list-item-product-price-box {
      padding-top: 10px;
    }
    .cart-list-item .cart-list-item-product-price {
      text-align: left !important;
    }
    .cart-list-item .product-remove-box {
      position: absolute;
      right: 0;
      top: 10px;
      width: 30px;
      height: 30px;
      overflow: hidden;
    }
    .cart-list-item .product-remove-box .cart-list-item-remove {
      display: flex;
      height: 100%;
      width: 100%;
      flex: 0 0 auto;
    }
    .cart-list-item .product-remove-box .cart-list-item-remove span {
      display: none;
    }
    .cart-list-item .product-remove-box .cart-list-item-remove::before {
      font-family: bootstrap-icons !important;
      content: "\f5de";
      width: 30px;
    }
    .cart-list-footer .cart-summary {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

      .account-body .account-sidenav{padding:15px 0}
      .account-body .account-sidenav .account-sidenav-link{
          padding:0;
      }
      .account-body .account-sidenav .account-sidenav-link{text-decoration: underline}
      .account-body .account-sidenav .account-sidenav-link.active{
          background-color: #fff;border-radius: 5px;color:#1677FF;text-decoration:none
      }
  .checkout-box .summary-box .summary-coupon{padding:0}
      .checkout-box.checkout-box-detail .summary-box{padding-right:0}
      .checkout-box .summary-box .summary-content{padding:15px}
      .checkout-box .checkout-footer-box{padding:15px}

  }
  @media (min-width: 768px) {
    .home-main-wrap {

    }

    .collections-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px;
    }
    .cart-list-footer {
      flex-direction: row;
      justify-content: space-between;
    }




  }
  .cart-empty{
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .cart-empty .cart-empty-img img{
    width: 90%;
    margin: 0 auto;
  }
  .cart-empty-text{
    font-size: 21px;
    padding: 20px 0;
  }
  .cart-empty-link {
    padding-bottom: 80px;
  }
  .cart-empty-link .btn-link{
    border-radius: 0;
    background-color: #00befa;
    border-color: #00befa;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
  border-radius: 20px;
  }
  .cart-empty-link .btn-link:hover{
    background-color: #26ccff;
    border-color: #26ccff;
  }
  .cart-empty-link .btn-link:focus{
    box-shadow: none;
  }
  .cart-body{
    padding: 20px;
  }
  .cart-list-product-qty-box .input-group-prepend span,
  .cart-list-product-qty-box .input-group-append span{
    background-color: #fff;
  }
  .cart-list-product-qty-box .input-group-prepend.cart-item-minus span{
    border-radius: 50px 0 0 50px;
  border: 2px #ccc solid;
  border-right: 0;
  }
  .cart-list-product-qty-box .input-group-append.cart-item-plus span{
    border-radius: 0 50px 50px 0;
  border: 2px #ccc solid;
  border-left: 0;
  }
  .cart-list-product-qty-box .input-group .input{
    border-width: 1px;
    border-left: 0;
    border-right: 0;
  }
  .cart-list .cart-list-header .cart-list-header-label:first-child{
    flex: 0 0 auto;
  }
  .cart-list .cart-list-header .cart-list-header-label:last-child{
    width: 30px;
    flex: 0 0 auto;
  }
  .cart-list-item {
    align-items: center;
  }
  .cart-list-item .cart-list-item-product-price-box {
    text-align: center;
    width: 120px;
    flex: 0 0 auto;
  }
  .cart-list-item .cart-list-product-qty-box,.cart-list .cart-list-header .cart-list-header-label.quantity{
    width: 120px;
    text-align: center;
    flex: 0 0 auto;
  }
  .cart-list .cart-list-header .cart-list-header-label.price{
    width: 120px;
    flex: 0 0 auto;
  }
  .cart-list-item .cart-list-item-remove{
    text-decoration: none;
    width: 30px;
    text-align: center;
    font-size: 20px;
    flex: 0 0 auto;
  }
  .cart-list .cart-list-header .cart-list-header-label:nth-child(2),
  .cart-list-item .cart-list-item-product-info{
    flex: 1;
  }
  .cart-list-price-qty{
    display: flex;
    align-items: center;
  }
  .cart-list-item .cart-list-product-qty-box .input-group{
    width: 100%;
    margin: 0 auto;
  border:2px
  }
  .cart-content {
    display: flex;
    align-items: flex-start;
  }
  .cart-left {
    padding-right: 30px;
  padding-bottom: 30px;
  }
  .cart-list-footer {
    position: sticky;
    top: 120px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 20px;
    width: 320px;
    flex: 0 0 auto;
  }
  .cart-list-footer .cart-summary{
    flex-direction: column;
    width: 100%;

  }
  .cart-list-footer .sub-total-row{
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
  }
  .cart-summary-title {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 15px;
  }
  .shopping-link{
    padding: 10px 0;
  }
  .cart-list-item-title{height:50px;overflow: hidden;color:#000;padding-bottom:5px;}
  .cart-list-item-option{color:#666;padding:2px 0;line-height: 120%;}
  .cart-pic{border:1px solid #ddd;border-radius: 10px}
  @media (min-width: 768px) {
      .cart-list-footer {
          flex-direction: row;
          justify-content: space-between;
      }
  }
  @media (max-width: 992px) {
    .cart-content {
      flex-direction: column;
    }
    .cart-left{
      padding-right: 0;
    }
    .cart-list-footer{
      width: 100%;
      position: relative;
      margin-bottom: 30px;
      top: 0;
    }
  }
  .cart-list-item-title{height:50px;overflow: hidden;color:#000;padding-bottom:5px;}
  .cart-list-item-option{color:#666;padding:2px 0;line-height: 120%;}
  .cart-pic{border:1px solid #ddd;border-radius: 10px}
  @media (max-width: 768px) {
    .cart-list-item .cart-list-item-product-info{
      padding-right: 0;
    }
    .cart-list-price-qty {
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .cart-list-item .cart-list-item-product-price-box {
      padding-top: 5px;
      width: 100%;
      order: 3;
    }
    .cart-list-item .cart-list-item-product-price-box .cart-list-item-product-price::before{
      content: 'Total Price: '
    }
    .cart-list-item .cart-list-item-product-price-box:first-child .cart-list-item-product-price::before{
      content: 'Price: '
    }
    .cart-list-item .cart-list-product-qty-box {
      order: 1;
      width: 70%;
      flex: 0 0 auto;
    }
    .cart-list-item .cart-list-product-qty-box .input-group {
      margin-left: 0;
      max-width: 120px;
    }
    .cart-list-item .cart-list-item-remove{
      order: 2;
    }
  }
  @media (min-width: 1024px) {
    .checkout-box .checkout-info {
      justify-content: flex-end;
      width: 50%;
    }
    .checkout-box .summary-box {
      background-color: #faf7f6;
      justify-content: flex-start;
    }
    .checkout-box .summary-box .summary-content {
      position: sticky;
      width: 100%;
      top: 70px;
      margin-left: 0;
      padding-left: 65px;
    }
    .checkout-box .summary-box .summary-title .checkout-title-text {
      font-size: 23px;
    }
    .checkout-box.checkout-box-detail .checkout-info {
      padding-left: 48px;
    }
    .checkout-box.checkout-box-detail .summary-box {
      padding-right: 48px;
    }
    .checkout-box .checkout-footer-box {
      padding: 25px 25px 25px 0;
      width: 100%;
      max-width: 670px;
    }

  }

  .checkout-edit-link{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    padding: 0 2px;
    border-bottom: 2px solid #007bff;
    margin-left: 10px;
  }
  .checkout-text {
    color: #333333;
  }
  .checkout-wrap .summary-total{
    padding-top: 30px;
  }
  .checkout-wrap .summary-cart-icon {
      font-size: 24px;
      color: #007bff;
  }
  .checkout-wrap .summary-list-count {
      font-size: 21px;
      align-items: baseline;
      gap: 4px;
      position: relative;
      padding-bottom: 10px;
  }
  .checkout-wrap .summary-list-count::after {
      content: "";
      position: absolute;
      width: 200px;
      height: 2px;
      background-color: #007bff;
      bottom: 5px;
      left: 0;

  }
  .checkout-wrap .summary-list-count .count {
      color: #787878;
      font-size: 16px;
  }
  .checkout-wrap .checkout-box .form-group{margin-bottom:10px}
  .checkout-wrap .checkout-box .form-group label{margin-bottom:5px;font-weight: 600;color: #333}
  .checkout-wrap .checkout-box .form-group .checkout-title .checkout-title-text{font-size:22px;padding-top:20px}
  .checkout-wrap .checkout-box  .form-control{font-size: 18px;color: #000}
  .checkout-wrap .error-tip{
    padding-bottom: 20px;
    padding-right: 20px;
    display: none;
  }
  .checkout-wrap .error-tip .error-tip-box{
    display: flex;
    padding: 10px 15px 10px 20px;
    border: 2px solid #FEA395;
    background-color: #FFF0EB;
    border-radius: 20px;

  }
  .checkout-wrap .error-tip .error-tip-box i{
    font-size: 25px;
    color: #df2a2a;
    width: 25px;
    flex: 0 0 auto;
    line-height: 1;
  }
  .checkout-wrap .error-tip .error-tip-box .error-tip-content{
    padding-left: 15px;
  }
  .checkout-wrap .error-tip .error-tip-box .error-tip-content .error-tip-title{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .modal-pay .modal-content {
      border-radius: 15px;
      border: 0;
      padding: 50px 20px;
      text-align: center;
  }

  .modal-pay .modal-content .loading .spinner-border {
      border-color: #cccccb;
      border-top-color: #2380be;
      width: 110px;
      height: 110px;
      border-width: 5px;
  }

  .modal-pay .modal-content .loading {
      position: relative;
  }
  .modal-pay .modal-content .success-icon img {
      width: 145px;
      height: 145px;
  }

  .modal-pay .modal-content .loading-lock {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  .modal-pay .modal-content .modal-title {
    font-size: 24px;
    padding: 25px 0;
  }




  .custom-radio .custom-control-label::before{
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .custom-radio .custom-control-label::after{
    background: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -19px;
    top: 9px;
  }
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background: #afd6ff;
  }
  .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #007bff;
  }

  .custom-radio.shipping-radio {
    padding-left: 0;
  }

  .custom-radio.shipping-radio .custom-control-label {
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #dedede;
    display: block;
    padding: 15px 15px 15px 50px;
  }
  .custom-radio.shipping-radio input[type=radio]:checked ~ .custom-control-label{
    border-color: #007bff;
  }
  .custom-radio.shipping-radio input[type=radio]:checked ~ .custom-control-label .label-title{
    font-weight: bold;
  }


  .custom-radio.shipping-radio .custom-control-label::before {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-radio.shipping-radio .custom-control-label::after {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-radio.shipping-radio .custom-control-label .label-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
  }

  .custom-radio.shipping-radio .custom-control-label .lable-subtitle {
    color: #787878;
  }

  .payments .custom-radio.shipping-radio.pay-item,
  .billing-address .custom-radio.shipping-radio.billing-item{
    border: 2px solid #dedede;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .payments .custom-radio.shipping-radio.pay-item.active,
  .billing-address .custom-radio.shipping-radio.billing-item.active{
    border-color: #007bff;
  }
  .payments .custom-radio.shipping-radio .custom-control-label,
  .billing-address .custom-radio.shipping-radio .custom-control-label{
    border: none;
    margin-bottom: 0;
  }
  .payments .custom-radio.shipping-radio .pay-item-content,
  .billing-address .custom-radio.shipping-radio .address-info{
    display: none;
  }
  .billing-address .address-info{
    padding: 0 15px;
  }