body {
  background-image: none;
}

.checkout_steps {
  padding: 3.6rem 0;
}

.checkout_steps ul {
  counter-reset: steps;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
}

.checkout_steps ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 4.1rem;
  z-index: -1;
  background-color: #858585;
}
.woocommerce-cart #ppc-button-ppcp-gateway{
  display: none!important;
}
.checkout_steps li {
  width: 16.8rem;
  position: relative;
  z-index: 2;
  counter-increment: steps;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
}

.checkout_steps li.active {
  color: var(--primary);
}

.checkout_steps li.active::before {
  color: #fff;
  background-color: var(--primary);
}

.checkout_steps li:first-child::after,
.checkout_steps li:last-child::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 4.1rem;
  z-index: -1;
  background-color: #1B2335;
}

.checkout_steps li:last-child::after {
  left: 50%;
}

.checkout_steps li::before {
  content: counter(steps);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: var(--text);
  font-weight: 500;
  font-size: 2.09rem;
  width: 8.4rem;
  height: 8.4rem;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #F4F4F6;
  border: 1.6rem solid #fff;
  margin-bottom: -0.4rem;
}

.wads-progress-wrap {
  margin: 7.4rem 0;
}

.section_process .tip {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

.section_process .desc {
  margin-top: 1rem;
  font-size: 1.4rem;
  opacity: .8;
}

.section_process .bar {
  max-width: 42.8rem;
  height: 1.5rem;
  margin: 1.5rem auto 0;
  border-radius: 0.4rem;
  outline: 1px solid #666354;
  border: 0.4rem solid #191919;
  border-top-width: 0.3rem;
  border-bottom-width: 0.3rem;
  position: relative;
}

.section_process .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0.2rem;
  overflow: hidden;
  background: url(../img/bar.svg) repeat left center / auto 100%;
}

.section_process .bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 0.2rem;
  background-color: var(--primary);
  animation: bar ease-in-out 2s 0.5s forwards;
}

.section_success {
  padding: 29rem 0 49rem;
}

.section_success .img {
  max-width: 7.8rem;
  margin: 0 auto;
}

.section_success .head {
  margin-top: 2.6rem;
}

.section_success .head h1 {
  color: var(--primary);
  font-weight: 500;
  font-size: 4rem;
}

.section_success .head p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 1.8rem;
  margin-top: 1rem;
}

.section_success .btns {
  gap: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.2rem;
}

.section_success .btns a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 5.4rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  min-width: 20.6rem;
  padding: 0 3rem;
  border: 2px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
}

.section_success .btns a:hover {
  color: #fff;
  background-color: var(--primary);
}

.section_success .btns .detail {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.section_success .btns .detail:hover {
  color: var(--primary);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .section_success .head h1 {
    font-size: 30px;
  }

  .section_success .head p {
    font-size: inherit;
  }

  .section_success .btns {
    gap: 15px;
    margin-top: 30px;
  }

  .section_success .btns a {
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 120px;
  }
}

@media screen and (max-width: 576px) {
  .checkout_steps {
    padding: 4px 0;
  }

  .checkout_steps ul::before {
    top: 25px;
  }

  .checkout_steps li {
    font-size: 12px;
  }

  .checkout_steps li::before {
    width: 52px;
    height: 52px;
    border-width: 10px;
    font-size: 12px;
  }

  .checkout_steps li:first-child::after,
  .checkout_steps li:last-child::after {
    top: 25px;
  }

  .section_process {
    padding: 0px 0;
  }

  .section_process .tip {
    font-size: 16px;
  }

  .section_process .bar {
    margin-top: 6px;
  }

  .section_success {
    padding: 150px 0 280px;
  }

  .section_success .head h1 {
    margin: 0 auto;
    max-width: 270px;
  }
}





/* checkout 2 */


.cart-navigation>ul li {
  width: 190px;
}

.cart-navigation>ul li a,
.cart-navigation>ul li {
  position: relative;
  font-size: 20px;
  color: rgb(160, 160, 160);
  padding-top: 5.1rem;
  text-align: center;
  text-transform: capitalize;
}

.cart-navigation>ul li {
  padding-top: 5.5rem;
}

.cart-navigation>ul li.active,
.cart-navigation>ul li.active a {
  color: #333;
  font-weight: 600;
}

.return-to-shop {
  display: none;
}

.cart-navigation>ul li:before {
  content: '1';
  position: absolute;
  width: 61px;
  height: 61px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgb(164, 164, 164);
  text-align: center;
  line-height: 61px;
  border-radius: 50%;
  font-size: 21px;
}

.cart-navigation>ul li:nth-of-type(2):before {
  content: '2';
}

.cart-navigation>ul li:nth-of-type(3):before {
  content: '3';
}

.cart-navigation>ul li:nth-of-type(4):before {
  content: '4';
}

.cart-navigation>ul li.active:before {
  background: var(--primary);
  color: white;
  border: 1px solid var(--primary);
}

.cart-navigation>ul li:after {
  content: '';
  position: absolute;
  top: 28%;
  left: 74%;
  width: 100px;
  height: 1px;
  background: rgb(164, 164, 164);
}

.cart-navigation>ul li:last-child:after {
  display: none;
}

.cart-navigation {
  width: 100%;
  background: #f7f8fa;
  padding: 68px 0 55px;
  margin-bottom: 0;
  background: url('../img/shopping-bg.jpg') no-repeat center/cover;
}

.woocommerce-cart h1 {
  font-size: 3rem;
  margin-bottom: 2.2rem;
  font-weight: 600;
  text-align: left;
  margin-top: 2rem;
}

.woocommerce-cart h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.woocommerce-cart-form table tr {
  gap: 0;
}

.woocommerce-cart-form table tr:last-of-type {
  display: none;
}

.woocommerce .woocommerce-cart-form table tr td .quantity {
  align-items: center;
  background-color: #F4F4F6;
}

.woocommerce .woocommerce-cart-form table tr td .quantity .qty {
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: transparent;
}

.woocommerce .woocommerce-cart-form table tr td .quantity span.qty {
  margin-top: -0rem;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  background: url('../img/plus.svg') no-repeat center/12px;
  text-indent: -99999px;
}

.woocommerce .woocommerce-cart-form table tr td .quantity span.qty.add {
  transform: translateY(-0px);
}

.woocommerce .woocommerce-cart-form table tr td .quantity .qty.min {
  font-size: 1.9rem;
  background-image: url('../img/minus.svg');
}

body.sample-cart .woocommerce .woocommerce-cart-form table tr td.product-quantity {
  display: none !important
}

form.woocommerce-cart-form {
  width: 64%;
  display: inline-block;
  min-height: 65rem;
}

.woocommerce-cart-form table {
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.woocommerce-cart-form table tbody {
  display: block;
}

.woocommerce-cart-form table tbody td.actions button.button {
  line-height: 17px;
  border: 1px solid #333;
  color: white !important;
  background-color: #333;
  transition: 0.3s all ease;
  font-weight: normal;
  font-family: inherit;
  margin-right: 5px;
}

.woocommerce-cart-form table tbody td.actions button.button:hover {
  color: #333 !important;
  background-color: transparent;
}

.woocommerce-cart-form table tr td {
  min-width: 10%;
}

.woocommerce-cart-form table tr {
  display: flex;
  justify-content: space-between;
}

.woocommerce-cart-form table tr td.product-remove {
  order: 9;
  padding-right: 1vw;
  text-align: right;
}

.woocommerce-cart-form table tr td.product-remove a {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: inherit !important;
  background-color: unset !important;
  transition: 0.3s all ease;
  text-indent: -9999px;
  background: url('../img/trash.svg') no-repeat center/contain;
  border-radius: 0;
}

.woocommerce-cart-form table tr td.product-remove a:hover {
  filter: unset !important;
  background: url('../img/trash.svg') no-repeat center/contain;
}

.woocommerce-cart-form table tbody tr {
  position: relative;
}

.woocommerce-cart-form table tbody tr::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  max-width: 164rem;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 2px auto 0;
  background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a {
  display: flex;
}

.woocommerce-cart-form table tbody tr:nth-last-of-type(2)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  max-width: 164rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 2px auto 0;
  background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
}

.woocommerce-cart-form td.product-thumbnail {
  text-align: center;
  padding: 0 !important;
  min-width: 13.9rem !important;
}

.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img,
.woocommerce-cart-form td.product-thumbnail img {
  height: 13.9rem;
  width: 13.9rem;
  min-width: 13.9rem;
  object-fit: cover;
  margin-top: auto;
  margin-top: 0;
}

.woocommerce td.product-quantity {
  min-width: 131px !important;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  margin-top: .5rem;
  opacity: .8;
}

.woocommerce-cart-form td.product-name {
  width: 52%;
  text-transform: capitalize;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 2.8rem !important;
}

.woocommerce td.product-quantity .gift-qty {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.woocommerce-cart-form td.product-name a {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.2;
}

.woocommerce-cart-form td.product-name span {
  display: block;
  font-size: 1.6rem;
  margin-top: 1.2rem;
  color: #989898;
  text-transform: capitalize;
}

.woocommerce-cart-form td.product-name li {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #676767;
}

.woocommerce-cart-form table tr td:not(:nth-child(2)) {
  padding-top: 3rem;
}

.woocommerce-cart-form table tr td.product-price {
  padding-top: 2.65rem;
  display: none;
}

.woocommerce-cart-form table tr td.product-remove {
  padding-left: 0;
  padding-right: .2rem;
  min-width: auto;
}

.woocommerce-cart-form table tr td.product-subtotal {
  min-width: 15%;
  text-align: center;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  border: none;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
  border-top: unset;
}

.woocommerce-cart-form .quantity {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-cart table.cart .product-thumbnail {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.woocommerce-cart-form .quantity button {
  font-size: 20px;
  color: #a8a8a8;
  border: none;
  background: none;
  cursor: pointer;
}

.woocommerce-cart-form .quantity .input-text {
  border: none;
  font-size: 20px;
  outline: none;
  width: 2.5rem !important;
  text-align: center;
  -moz-appearance: textfield;
  font-family: inherit;
  height: unset;
}

.woocommerce-cart-form .quantity button.minusqty {
  font-size: 27px;
}

.woocommerce-cart-form td.product-subtotal {
  font-size: 1.8rem;
}

.woocommerce-cart-form table thead {
  width: 100%;
  display: block;
}

.woocommerce-cart-form table thead tr {
  padding: 0 10% 0 10%;
}

.woocommerce-cart-form table thead th.product-name {
  min-width: 47%;
}

.woocommerce-cart-form table.shop_table thead th {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 16px 12px;
}

.woocommerce-cart-form table tr.sub-cart {
  margin-left: 156px;
}

.woocommerce-cart-form tr.sub-cart td.product-thumbnail {
  width: 110px;
}

.woocommerce-cart-form tr.sub-cart td.product-name {
  max-width: 35%;
}

.woocommerce-cart-form tr.sub-cart td {
  min-width: 12%;
}

.woocommerce-cart-form tr.sub-cart td.product-thumbnail {
  max-height: 128px;
  margin-right: 0.5rem;
}

.woocommerce-cart-form tr.sub-cart td.product-subtotal {
  margin-left: 8%;
}

.woocommerce-cart-form tbody>tr:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.woocommerce div.cart-collaterals,
.woocommerce-page div.cart-collaterals {
  float: right;
  width: 31.5%;
}

.woocommerce-cart h2 {
  color: var(--primary);
  font-size: 4rem;
  font-weight: 500;
}

.woocommerce-cart .woocommerce-shipping-calculator {
  display: none;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none !important;
}

.woocommerce div.cart-collaterals div.cart_totals {
  width: 100%;
  border: none;
  padding: 3rem 4.3rem;
  border-radius: 4px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: unset;
}

.woocommerce div.cart-collaterals div.cart_totals .blockUI.blockOverlay {
  display: none !important;
}

.woocommerce table.shop_table tr.fee th {
  font-size: 1.6rem !important;
}

.woocommerce table.shop_table tr.fee td {
  text-align: right;
}

.woocommerce div.cart-collaterals div.cart_totals h2 {
  display: none;
}

.cart_totals .shipping,
.woocommerce div.cart_totals table.shop_table th,
.woocommerce div.cart_totals table.shop_table td {
  font-weight: normal;
  flex: 1;
  flex-grow: 1;
  border-top: none;
  font-size: 1.8rem;
}

.woocommerce ul#shipping_method li label {
  font-size: 1.5rem;
  font-weight: 400;
}

.woocommerce ul#shipping_method li span,
.woocommerce ul#shipping_method li span bdi {
  /* font-weight: 600; */
}

.woocommerce ul#shipping_method li span bdi,
.woocommerce ul#shipping_method li span bdi span {
  font-size: 1.5rem;
}

.woocommerce ul#shipping_method li,
.woocommerce ul#shipping_method li span {
  font-size: 1.8rem;
}

.woocommerce div.cart_totals table.shop_table td {
  font-weight: 400;
}

.woocommerce div.cart_totals table.shop_table .shipping td {
  text-align: left;
}

.betrs_option_desc {
  display: none !important;
}

.woocommerce ul#shipping_method li {
  padding: 1rem;
  border: 2px solid #ddd;
  border-radius: 4px;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
  border-width: 1px;
}

.woocommerce ul#shipping_method li.active {
  background-color: transparent;
  border: var(--primary) 2px solid;
  position: relative;
}

.woocommerce ul#shipping_method li label {
  display: block;
  margin: 0 !important;
  cursor: pointer;
  font-weight: 400 !important;
}

.woocommerce ul#shipping_method li input[type="radio"] {
  appearance: none;
  border: 1px solid #ccc;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-1px);
}

.woocommerce ul#shipping_method li.active input[type="radio"] {
  border-color: var(--primary);
  display: block;
  position: relative;
}

.woocommerce ul#shipping_method li.active input[type="radio"]:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.cart_totals .order-total {
  font-size: 1.2rem;
  font-weight: 600;
  border-width: medium;
  position: relative;
  border-top: rgba(246, 239, 211, .13) dashed 1px;
  padding-top: 1rem;
  margin-top: 1rem;
}

.woocommerce .cart-collaterals .cart_totals .order-total th {
  color: rgba(0, 0, 0, 0.8);

}

.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce .cart-collaterals .cart_totals .order-total td {
  border-top: none !important;
  font-weight: 400;
}

.woocommerce-checkout .order-total td {
  padding-right: 0 !important;
}

div.cart_totals .shop_table tbody {
  display: block;
}

div.cart_totals table.shop_table {
  border: none;
}

div.cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
}

.cart_totals .order-total strong {
  font-size: 2.55rem;
  font-weight: 400;
}

div.cart_totals div.wc-proceed-to-checkout .checkout-button {
  text-transform: capitalize;
  font-size: 2.2rem;
  width: 100%;
  font-weight: 500;
  line-height: 60px;
  margin-top: .5rem;
  padding: 0;
  border: 1px solid var(--primary);
  background: var(--primary);
  z-index: 20;
  position: relative;
  transition: 0.3s all ease;
  border-radius: 5px;
}

div.cart_totals div.wc-proceed-to-checkout .checkout-button:hover {
  background-color: transparent;
  color: var(--primary);
}


.cart_payments ul {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.cart_payments ul li {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart_payments ul li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

body.sample-cart div.cart_totals div.wc-proceed-to-checkout .checkout-button {
  background-color: var(--primary);
  border-color: var(--primary);
}

body.sample-cart div.cart_totals div.wc-proceed-to-checkout .checkout-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);

}

.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img,
.woocommerce-cart-form td.product-thumbnail img {
  padding-top: 0;
}

.cart_totals label {
  font-size: 16px;
  color: #989898;
  display: inline-block;
  margin: 0.7rem 0 2rem;
}

.cart_totals .bank-logo {
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.8rem;
}

.cart_totals .bank-logo img {
  max-height: 1.8rem;
}

.buy-btn.swiper-btn .btn,
.like-btn.swiper-btn .btn {
  background-size: 0.85rem;
  left: -4.5rem;
}

.buy-btn.swiper-btn .btn.swiper-button-next {
  left: unset;
  right: -4.5rem;
}

.like-btn.swiper-btn .btn {
  left: -4.5rem;
}

.like-btn.swiper-btn .btn.swiper-button-next {
  left: unset;
  right: -4rem;
}

.buy-together ul.products li.product img {
  height: 18.5rem;
}

.buy-together ul.products li.product a.cat {
  margin-top: 0;
}

.buy-together ul.products li.product,
.product-like .swiper-like .like-part li.product {
  padding: 1.1rem 1.4rem;
}

.buy-together ul.products li.product span.price_label {
  left: 0;
}

.buy-together .white-btn {
  margin-top: 6rem;
}

.buy-together h2 {
  margin-bottom: 4rem;
}

/* COMFIRM */
.comfirm-content .left {
  width: 55%;
  display: inline-block;
}

.comfirm-content .right {
  width: 40%;
  float: right;
}

.comfirm-content .right .coupon {
  padding: 2.4rem 1.3rem 2rem;
  margin-bottom: 3rem;
}

.comfirm-content .form>p input,
.comfirm-content .form>p textarea,
.woocommerce form.checkout p.form-row input,
.woocommerce form.checkout p.form-row textarea {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border: 0;
  padding: 0;
  outline: none;
  margin-top: 0rem;
  color: var(--text);
  background-color: transparent;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  padding: 1.85rem 1.5rem;
  outline: none;
  line-height: 0.8;
  background-color: transparent !important;
  display: block;
}

.woocommerce form.checkout p.form-row input:-webkit-autofill,
.woocommerce form.checkout p.form-row input:-webkit-autofill:hover,
.woocommerce form.checkout p.form-row input:-webkit-autofill:focus,
.woocommerce form.checkout p.form-row input:-webkit-autofill:active {
  /* 字体颜色 */
  -webkit-text-fill-color: #F6EFD3 !important;
  caret-color: #F6EFD3 !important;

  /* 用和输入框背景一样的颜色去盖住 Chrome 的 autofill 背景 */
  -webkit-box-shadow: 0 0 0 1000px #191919 inset !important;
  box-shadow: 0 0 0 1000px #191919 inset !important;

  /* 防止 autofill 动画又把颜色改回来 */
  transition: background-color 9999s ease-in-out 0s !important;

  /* 你原来的样式 */
  border: 1px solid rgba(246, 239, 211, 0.1) !important;
  background-color: #191919 !important;
  /* 或 transparent 也行，但有了上面的阴影就看不到浏览器背景了 */
  padding: 1.85rem 1.5rem !important;
  font-family: inherit !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  outline: none !important;
}

.woocommerce-checkout .section_page>.content {
  max-width: 126rem;
}

.woocommerce form.checkout p.form-row .woocommerce-input-wrapper textarea {
  height: 7rem;
  resize: none;
}

.comfirm-content .form>p label,
.woocommerce form.checkout p.form-row>label {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  color: #8B8B8B;

}

.woocommerce form .form-row .required {
  color: #8B8B8B !important;
}

.woocommerce form.checkout .form-row.form-row-wide {
  width: 100%;
}

.woocommerce form.checkout .form-row#billing_company_field {
  width: 48.5%;
}

.woocommerce form.checkout .form-row#billing_country_field {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.comfirm-content .form>p,
.woocommerce form.checkout p.form-row {
  margin-bottom: 1.8rem;
  position: relative;
  vertical-align: top;
  background-color: transparent !important;
}

.comfirm-content .form>p:first-child {
  display: inline-block;
  width: 48.5%;
}

.comfirm-content .form>p:nth-child(2) {
  float: right;
  width: 48.5%;
}

.comfirm-content .form>p:nth-child(5),
.comfirm-content .form>p:nth-child(6),
.comfirm-content .form>p,
.woocommerce form.checkout p:nth-child(7),
.comfirm-content .form>p,
.woocommerce form.checkout p:nth-child(8) {
  display: inline-block;
}

.comfirm-content .form>p:nth-child(7),
.comfirm-content .form>p,
.woocommerce form.checkout p:nth-child(9) {
  display: inline-block;
  width: 31.5%;
  float: right;
}

.comfirm-content .form>p:last-child,
.comfirm-content .form>p,
.woocommerce form.checkout p.validate-phone {
  /* background: url(../img/trouble.svg) no-repeat; */
  background-position-x: 98%;
  background-size: 1.2rem;
  background-position-y: 18px;
}

.woocommerce form.checkout input {
  outline: none;
}

.woocommerce form.checkout input#ship-to-different-address-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 12px !important;
  transform: translateY(3px);
}

.woocommerce form.checkout .form-row {
  margin-bottom: 0.8rem;
}

.comfirm-content .method {
  border: 1px solid #b7b7b7;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 3px;
  margin-bottom: 0.7rem;
}

.comfirm-content .method.mb4 {
  margin-bottom: 4rem;
}

.comfirm-content .method span {
  color: #b78650;
}

.comfirm-content .select-obj {
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}

.comfirm-content .select-obj::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #222;
  position: absolute;
  top: 4px;
  left: 0;
}

.comfirm-content .select-obj::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 6px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0px;
  transition: 0.3s all ease;
  opacity: 0;
}

.comfirm-content .select-obj.active::before {
  opacity: 1;
}

.comfirm-content p.title-text {
  max-width: unset;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.comfirm-content .more {
  color: #989898;
  font-size: 13px;
  margin-left: 0.5rem;
}

.comfirm-content .pay span {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  background-size: contain !important;
  margin-left: 0.8rem;
}

.comfirm-content .default-block {
  padding: 2rem 1.8rem;
}

.comfirm-content .credit-form label {
  color: #989898;
  font-size: 15px;
}

.comfirm-content .credit-form input {
  padding: 0.3rem;
  border: 0;
  border-bottom: 1px solid #00000057;
  border-radius: 0;
  line-height: 20px;
  margin-top: 0.4rem;
}

.comfirm-content .credit-form>p {
  margin-bottom: 1.8rem;
}

.comfirm-content .credit-form>p:nth-child(3) {
  display: inline-block;
  width: 47%;
}

.comfirm-content .credit-form>p:nth-child(4) {
  float: right;
  width: 47%;
  background: url(../img/trouble.svg) no-repeat top;
  background-position-x: 98%;
  background-size: 1.2rem;
}

.comfirm-content .credit-form ul {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.comfirm-content .credit-form ul li {
  height: 4rem;
  width: 32%;
  background-size: 5rem 3rem !important;
  line-height: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 4rem;
}

.comfirm-content .credit-form ul li+li {
  border-left: 1px solid #dfdfdf;
}

.comfirm-content .credit-form ul li::before,
.comfirm-content .credit-form ul li::after {
  left: 14%;
  top: 1.5rem;
}

.billimg-addres li.method {
  border: 1px solid transparent;
  transition: 0.3s all ease;
}

.billimg-addres li.method.active {
  border: 1px solid #b7b7b7;
}

.comfirm-content {
  margin-bottom: 14rem;
}

.confirm-order table tr td.product-thumbnail img {
  margin-right: 25px;
  max-height: 9rem;
  width: auto;
}

.confirm-order table tr td.product-thumbnail {
  min-width: 130px;
}

.comfirm-content .confirm-order.default-block {
  padding: 0 1.2rem;
}

.confirm-order table tr td {
  vertical-align: top;
  font-size: 1.15rem;
}

.confirm-order table tr td.product-name span {
  display: block;
  font-size: 15px;
  color: #989898;
  margin-bottom: 1rem;
}

.confirm-order table tr td.product-name p {
  font-size: 15px;
}

.confirm-order table {
  width: 100%;
  border-collapse: collapse;
}

.confirm-order table tr+tr {
  border-top: 1px solid #dfdfdf;
}

.confirm-order table tr td.product-subtotal {
  vertical-align: bottom;
  padding-bottom: 2.4rem !important;
  font-weight: 600;
  transform: translateX(-1vw);
}

.confirm-order table tr td:not(:first-child) {
  padding: 1.5rem 0;
}

.comfirm-content .cart_totals {
  float: unset;
  width: 100%;
  margin-left: unset;
  font-size: 1.1rem;
}

.comfirm-content .coupon input[type='submit'] {
  padding: 0 2.6rem;
  margin-left: 3%;
  background-color: transparent;
  border: 1px solid #b7865094;
  color: #b78650;
  transition: 0.3s all ease;
  border-radius: 3px;
  font-weight: normal;
}

.comfirm-content .coupon input {
  padding: 0.6rem;
}

.comfirm-content .coupon label {
  margin: 1.8rem 0 1.2rem;
  font-size: 1.1rem;
  display: inline-block;
  color: #989898;
}

.comfirm-content .coupon label span {
  color: #b78650;
  position: relative;
}

.comfirm-content .coupon label span::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #b78650;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: -0.6rem;
}

.cart_totals.summary .shipping {
  margin: 1rem 0;
}

.cart_totals.summary {
  font-size: 1.2rem;
}

.cart_totals.summary .taxes {
  color: #666666;
  margin-bottom: 2rem;
}

.cart_totals.summary .order-total {
  font-size: 1.3rem;
}

.cart_totals.summary .remember {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cart_totals.summary .checkbox {
  color: #666;
}

.cart_totals.summary .checkbox input {
  margin-right: 8px;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  margin-top: -2px;
}

.cart_totals.summary .checkbox input::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #999;
  border-radius: 50%;
}

.cart_totals.summary .checkbox input::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  opacity: 0;
}

.cart_totals.summary .checkbox input:checked:after {
  opacity: 1;
}

.cart_totals.summary .button-black {
  font-size: 1.3rem;
  line-height: 58px;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

/* CONPLETE */

.thanks-content>div,
.woocommerce-order p.woocommerce-thankyou-order-received {
  padding-bottom: 12rem;
  padding-left: 166px;
  position: relative;
  background: white;
  max-width: 56rem;
  margin: 10rem auto 0;
}

.woocommerce-order p.woocommerce-thankyou-order-received {
  font-size: 2.4rem;
}

.thanks-content {
  /* border-bottom: 1px solid #dfdfdf;  */
  margin-bottom: 3rem;
}

.thanks-content>div:before,
.woocommerce-order p.woocommerce-thankyou-order-received::before {
  content: '';
  position: absolute;
  width: 107px;
  height: 107px;
  top: 0.5rem;
  left: 0;
  background: url(../img/OLD/duigou.svg) no-repeat center;
  background-size: cover;
}

.woocommerce-order p.woocommerce-thankyou-order-received::before {
  top: 0;
}

.order-complete h2 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: 500;
}

.order-complete p.tip {
  font-size: 17px;
  color: rgb(157, 157, 157);
  margin-bottom: 3.5rem;
}

.order-complete .thanks-content h2 {
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.thank-btn a {
  width: 41%;
  text-align: center;
  padding: 0;
  font-size: 1.3rem;
  text-transform: capitalize;
  line-height: 58px;
}

.thank-btn a.white-btn {
  width: 43%;
  margin: 0 0 0 1.5vw;
  color: #989898;
  border: 1px solid #989898;
}

.swiper-like {
  overflow: hidden;
  padding: 1rem;
}

.product-like .swiper-like .like-part {
  width: unset;
  margin-left: unset;
  margin-bottom: 5rem;
}

.product-like .swiper-like .like-part li.swiper-slide>span.rate {
  display: none;
}

.woocommerce .select2-container--default .select2-selection--single {
  height: unset;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent;
  padding: 1.7rem 1.5rem;
  display: flex;
  align-items: center;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.select2-dropdown {
  background-color: #1B2335 !important;
  color: #fff !important;
  border: 1px solid rgba(246, 239, 211, 0.1) !important;

}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  color: var(--text);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
  background-size: 20px;
  width: 14px;
  height: 5px;
  border-color: #ffffff transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary) !important;
  color: #191919 !important;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text);
  padding: 0 !important;
  margin-top: 3px;
  display: inline-block;
  line-height: normal;
  font-weight: 400;
  font-size: 1.6rem;
}

.woocommerce form.checkbox .form-row.woocommerce-validated .select2-container,
.woocommerce.checkbox form .form-row.woocommerce-validated input.input-text,
.woocommerce.checkbox form .form-row.woocommerce-validated select {
  border: none !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #222;
}

.woocommerce form.checkout .form-row .select2-container {
  line-height: unset;
}

form.checkout .woocommerce-checkout-review-order {
  width: 100%;
}

form.checkout .woocommerce-checkout-review-order .shop_table {
  padding: 0 1.2rem;
}

.woocommerce .woocommerce-additional-fields table .product-item-thumbnail {
  width: 18.5rem;
  height: 14.2rem;
  background-color: #f0f0f0;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}

.woocommerce .woocommerce-additional-fields table .product-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.woocommerce .woocommerce-additional-fields table .product-name span {
  display: block;
  font-size: 13px;
  color: #999;
  margin-top: 0rem;
}

.woocommerce .woocommerce-additional-fields table thead {
  display: none;
}

.woocommerce .woocommerce-additional-fields table .product-name {
  color: #333;
  font-size: 18px;
  padding: 2.8rem 0 2.8rem;
  padding-left: 22.5rem;
  position: relative;
  min-height: 17.3rem;
  vertical-align: bottom;
  width: 100%;
  font-weight: 600;
}

.woocommerce .woocommerce-additional-fields table .product-name .attr-value-content {
  display: block;
  font-size: 15px;
  color: #989898;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.woocommerce .woocommerce-additional-fields table .woocommerce-Price-amount {
  font-size: 2rem;
  font-weight: 600;
}

.woocommerce .woocommerce-additional-fields table .order-total .woocommerce-Price-amount {
  font-size: 2.5rem;
}

.woocommerce .woocommerce-additional-fields table .product-total {
  vertical-align: top;
  padding: 1.5rem;
}

.woocommerce .woocommerce-additional-fields table .product-name .product-quantity {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: -1.5rem;
  position: absolute;
  bottom: 2.9rem;
}

.woocommerce .woocommerce-additional-fields table tbody tr:nth-of-type(1) td {
  border: none;
}

.woocommerce .woocommerce-additional-fields table tbody tr {
  /* min-height: 172px;
  height: 172px; */
}

.woocommerce-checkout .default-head h1 {
  display: none;
}

.woocommerce-checkout input[name='coupon_code'] {
  background-color: #F4F4F6;
  color: var(--text);
  width: 100% !important;
  padding: 1.1rem 1.5rem;
  height: 4.5rem;
  outline: none;
  border: none;
  font-size: 1.6rem;
  border-radius: 3px;
}

.woocommerce-form-coupon {
  display: flex;
  flex-flow: wrap;
  /* align-items: center; */
  justify-content: space-between;
}

.woocommerce-form-coupon p {
  width: 100%;
  border: none !important;
}

.woocommerce-form-coupon p:nth-of-type(1) {
  margin-bottom: 1.2rem;
}

.woocommerce-form-coupon p.form-row-first {
  width: 65% !important;
}

span.coupon-error-notice {
  font-size: 1.3rem;
  display: block;
  margin-top: .8rem;
  color: #cb5656;
}


.woocommerce .woocommerce-form-coupon p.form-row-last {
  width: 33% !important;
  padding: 0 !important;
}

.woocommerce .woocommerce-form-coupon p.form-row-last button {
  height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-left: 0;
  border-radius: 3px;
  width: 100%;
}

.woocommerce-page #payment #place_order {
  padding-top: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: unset;
  transition: all .3s;
  background-color: var(--primary);
  padding: 20px 0;
  font-size: 2.2rem;
  border: 1px solid var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 5rem;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

.woocommerce-checkout #payment div.payment_box::before {}

.woocommerce-checkout #payment div.payment_box {
  grid-column: span 2;
  line-height: 1.7;
  font-size: 1.5rem;
  background-color: #F4F4F6;
  padding: 1.5rem;
  padding-bottom: 3rem;
  margin-top: 1rem;
}

.woocommerce-page #payment #place_order:hover {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 1.6rem !important;
  cursor: pointer;
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: auto 1fr;
}



.woocommerce-checkout #payment ul.payment_methods li.active {
  /* border-color: var(--primary); */
}

.woocommerce-checkout #payment ul.payment_methods li label {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: none;
}

.cart-payment p {
  font-size: 13px;
  color: #999;
  margin-bottom: 2.5rem;
  margin-top: -1.2rem;
}

.cart-payment strong {
  display: block;
  /* font-weight: 500; */
  margin-bottom: 1.5rem;
  /* font-size: 16px; */
}

.cart-payment {
  padding-bottom: 1rem;
}

.woocommerce form.checkout_coupon {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 30px 1.8rem !important;
  margin-bottom: 1rem !important;
}

.woocommerce form.checkout_coupon p.form-row {
  margin-bottom: 0;
}

.woocommerce .cross-sells {
  margin-top: 3rem;
}

.woocommerce .cross-sells ul.products {
  display: flex;
  flex-flow: wrap;
}

.woocommerce .cross-sells ul.products li.product {
  width: 23% !important;
  flex: unset;
  margin-right: 2.6666%;
  padding: 1rem 1.2rem;
}

.woocommerce .cross-sells ul.products li.product:nth-of-type(4n) {
  margin-right: 0;
}

.woocommerce .cross-sells ul.products li.product .price * {
  text-decoration: none;
}

.woocommerce .cross-sells ul.products li.product .price del {
  font-size: 0.9rem;
  text-decoration: line-through;
}

.woocommerce-checkout .cart-content {
  padding-bottom: 8rem;
}

.comfirm-content h2,
.woocommerce form.checkout h3 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 500;
  color: var(--primary);
}

.submit_sypoints_form {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  text-align: center;
}

.cart-content .description_content .woocommerce {
  overflow: hidden;
}

.cart-navigation {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout .cart-navigation {
  margin-bottom: 8rem;
}

.complete-main img {
  width: 95px;
  margin-right: 55px;
  min-width: 95px;
  height: auto;
}

.complete-main h2 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 35px;
}

.complete-main p {
  font-size: 16px;
  color: #979797;
  margin-bottom: 40px;
}

.complete-main p a {
  padding: 14px 50px;
  font-size: 17px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: white;
  border-radius: 3px;
  margin-right: 25px;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
}

.complete-main p a:nth-of-type(2) {
  border-color: rgb(202, 202, 202);
  background-color: transparent;
  color: #333;
}

.complete-main p a:hover {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals {
  flex-flow: wrap;
  display: none !important;
}

/* .cart-collaterals .cart_totals .woocommerce-shipping-totals th{
  display: none;
} */

.cart-collaterals .cart_totals .woocommerce-shipping-totals,
.cart-collaterals .cart_totals .smp-redeem-row {
  flex-direction: column;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals th,
.cart-collaterals .cart_totals .smp-redeem-row th {
  width: 100% !important;
}

.cart-collaterals .cart_totals .smp-redeem-row td {
  padding: 0;
}

.cart-collaterals .cart_totals .smp-redeem-row td .desc {
  display: block;
  opacity: .8;
  font-size: 1.4rem;
}

.woocommerce .woocommerce-additional-fields table tfoot th {
  padding-left: 0rem;
  font-size: 1.6rem;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  font-size: 14px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cart-collaterals .cart_totals .order-total td {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals td label {
  font-size: 14px;

}

.woocommerce ul#shipping_method .amount {
  margin-left: auto;
  font-weight: 400 !important;
  font-size: 2rem;
}

.woocommerce ul#shipping_method li label {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
}

.woocommerce table.shop_table td[data-title="Shipping"] {
  /* white-space: nowrap; */
  font-size: 1.4rem !important;
  width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table td[data-title="Shipping"] {
  padding-left: 0rem;
  padding-right: 0rem;
}

.woocommerce-cart .woocommerce table.shop_table th {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.8);
}

.woocommerce-cart .woocommerce table.shop_table th small {
  color: inherit !important;
}

.woocommerce-checkout .woocommerce table.shop_table thead {
  display: none;
}

.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal th {
  font-weight: 400;
}

.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal td {
  padding-right: 0rem;
}

.woocommerce-cart .woocommerce table.shop_table .cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table .fee td,
.woocommerce-cart .woocommerce table.shop_table .tax-total td {
  padding-right: 0;
  text-align: right;
}

.coupon_text {
  font-size: 14px;
  color: #666;
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce table.shop_table {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce table.shop_table tbody,
.woocommerce-checkout .woocommerce table.shop_table tfoot {
  margin: 2rem;
  display: block;
}

.woocommerce-checkout td.product-name dl.variation {
  display: flex;
  font-size: 14px;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot {
  border-top: rgba(246, 239, 211, .13) solid 1px;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot tr td,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr th {
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1.8rem;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot tr,
.woocommerce-checkout .woocommerce table.shop_table tbody .cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot tr.shipping {
  flex-direction: column;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot tr.shipping td {
  width: 100%;
  max-width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table td {
  border: none;
  padding: 1rem 0;
  font-size: 1.8rem;
  max-width: 80%;
}

.woocommerce-checkout .woocommerce table.shop_table td .product-quantity {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.woocommerce-checkout .woocommerce table.shop_table .coupon-form td {
  padding: 0;
  width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table td.product-total {
  text-align: right;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce table.shop_table .woocommerce-Price-amount {
  font-family: "Jost", sans-serif;
}

.woocommerce .woocommerce-additional-fields table tbody tr.cart_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  display: flex;
  width: 100%;
  position: relative;
}

.woocommerce .woocommerce-additional-fields table tbody tr.cart_item:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0 0;
}

.woocommerce .woocommerce-additional-fields table tbody tr.cart_item:nth-last-of-type(2) {
  border-radius: 0 0 5px 5px;
}

.woocommerce .woocommerce-additional-fields table tbody tr.coupon-form {
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.woocommerce-form-coupon .form-row.form-row-first {
  width: 65% !important;
  margin-right: 2%;
}

.woocommerce .woocommerce-additional-fields table tfoot {
  display: block;
  margin-top: 2rem;
  padding: 3.5rem;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.woocommerce .woocommerce-additional-fields table tfoot th {
  border: none !important;
  font-weight: 400 !important;
}

.woocommerce .woocommerce-additional-fields table tfoot .order-total th {
  font-weight: 400 !important;
  font-size: 1.9rem;
}

.woocommerce .woocommerce-additional-fields table tfoot tr {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.woocommerce-shipping-fields {
  padding-top: 3rem;
  display: none;
}

.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.woocommerce form.checkout .form-row.form-row-wide#shipping_postcode_field {
  width: 100%;
}

.woocommerce form.checkout .form-row.form-row-wide#billing_city_field,
.woocommerce form.checkout .form-row.form-row-wide#shipping_city_field {
  width: 100%;
}

.woocommerce form.checkout h3+p {
  font-size: 16px;
  color: #666;
  margin-top: 0;
}

.woocommerce form.checkout h3+p.form-row-first {
  margin-top: 0;
}

#ship-to-different-address label {
  padding-bottom: 5px;
  line-height: 0.1;
}

h3#ship-to-different-address {
  margin-bottom: 1.5rem !important;
  position: relative;
}

h3.shipping_ways {
  border: 1px solid transparent;
  padding: 2.2rem 2.3rem;
  margin-bottom: 0rem !important;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

h3.shipping_ways.detault {
  margin-top: 1.5rem;
}

h3.shipping_ways.active {
  border: 1px solid var(--primary);
}

h3.shipping_ways.active input {
  background-color: var(--primary);
  border-color: var(--primary);
}

h3.shipping_ways.active input::after {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
}

h3.shipping_ways span {
  font-size: 1.8rem;
}

h3.shipping_ways input {
  width: 18px;
  display: inline-block;
  appearance: none;
  height: 18px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #666;
  margin-right: 20px !important;
}

h3.shipping_ways label {
  cursor: pointer;
}

.woocommerce form.checkout .form-row.form-row-wide#shipping_company_field {
  width: 48.5%;
}

#shipping_address_2_field {
  display: none !important;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot .order-total strong {
  font-weight: 400 !important;
}

/* .woocommerce-checkout #payment input[type="radio"]{
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.woocommerce-checkout #payment input[type="radio"]:checked{
  background-color: var(--primary);
  border-color: var(--primary); 
}
.woocommerce-checkout #payment input[type="radio"]:checked:after{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  background-color: #fff;
  transform: translate(-50%,-50%);
} */

.woocommerce-checkout #payment input[type="radio"] {
  appearance: none;
  border: 1px solid #ccc;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-1px);
}

.woocommerce-checkout #payment input[type="radio"]:checked {
  border-color: var(--primary);
  display: block;
  position: relative;
}

.woocommerce-checkout #payment input[type="radio"]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}



body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info {
  border-top: none;
  background-color: var(--primary) !important;
  padding: 1rem 1.5rem;
  color: #fff;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  flex-flow: wrap;
  border-radius: 5px;
}

body .woocommerce .woocommerce-message {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
}

.woocommerce-info a {
  display: inline-block;
  background-color: #eee;
  color: #333;
  padding: 0.5rem 1rem;
  font-size: 13px;
  margin-left: auto;
}

.woocommerce-invalid-required-field {
  border-color: var(--primary) !important;
  background-color: #bcd2f33b;
}

.return-to-shop {
  display: none !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  display: none;
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button {
  order: 9;
  background-color: white;
  color: #333;
  font-weight: 400;
  box-shadow: none;
}

.woocommerce-additional-fields__field-wrapper {
  display: none;
}

#payment+h3 {
  display: none;
}


.woocommerce-checkout #payment ul.payment_methods li {
  position: relative;
  border-radius: 5px;

}


.woocommerce-checkout #payment ul.payment_methods li label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

.woocommerce-checkout #payment input[type="radio"]:checked+label::after {
  border: var(--primary) solid 2px;
}



#ship-to-different-address label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}





#ship-to-different-address.active .over {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.coupon-con {
  padding: 1rem;
  border: 1px solid #cccccc;
}

.coupon-con p {
  width: 100%;
  border: none !important;
}

.coupon-con p:nth-of-type(1) {
  margin-bottom: 1.2rem;
}

.coupon-con p.form-row-first {
  width: 65% !important;
  border: 1px solid #cccccc !important;
}

.woocommerce .coupon-con p.form-row-last button {
  height: 43px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-left: 0;
  width: 100%;
}

.coupon-con .form-row.form-row-first {
  width: 65% !important;
  margin-right: 2%;
}

.woocommerce .coupon-form p.form-row-last {
  width: 33% !important;
  padding: 0 !important;
}

.woocommerce div.coupon-con {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 3rem 3.5rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
}

.woocommerce div.coupon-con p.form-row {
  margin-bottom: 0;
}

.coupon-con p {
  width: 100%;
  border: none !important;
}

.coupon-con p:nth-of-type(1) {
  margin-bottom: 1.2rem;
}

.coupon-con p.form-row-first {
  width: 65% !important;
  border: 1px solid #cccccc !important;
}

.woocommerce .coupon-con p.form-row-last button {
  height: 43px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-left: 0;
  width: 100%;
}

.coupon-con .form-row.form-row-first {
  width: 65% !important;
  margin-right: 2%;
}

.woocommerce .coupon-form p.form-row-last {
  width: 33% !important;
  padding: 0 !important;
}

.woocommerce form.checkout_coupon {
  padding: 0 !important;
  border: none !important;
  margin-top: 1rem;
}


.payments_accept strong {
  font-size: 1.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.2rem;
}


.woocommerce-checkout .description_content {
  padding-top: 84px;
  max-width: 142rem;
}

.woocommerce-checkout.woocommerce-order-received .description_content {
  padding-top: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-error {
  display: block !important;
}

.woocommerce-additional-fields {
  display: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout {
  display: grid;
  margin-top: 3rem;
  margin-bottom: 5rem;
  gap: 3rem 7rem;
  grid-template-columns: 1fr 1fr;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .col2-set {
  width: 59rem;
}

.woocommerce-NoticeGroup {
  grid-column: span 2;
}

.checkout-inline-error-message {
  font-size: 1.3rem;
  margin-top: .8rem;
  color: #cb5656;
}

.smp-redeem-notice {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  background-color: #1B2335;
  color: #fff;
  margin-top: 2rem;
  border-radius: 5px;
  font-size: 1.6rem;
}

.smp-redeem-notice .btn {
  font-size: 1.4rem !important;
}

.smp-redeem-notice>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.smp-redeem-notice>div strong {
  display: block;
  font-weight: 500;
}

.smp-redeem-notice>div form {
  margin-left: auto !important;
}

.smp-redeem-notice .btn {
  line-height: 3.5rem;
  min-width: 13rem;
}

.blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: 1 !important;
  position: unset !important;
  margin-top: 1rem !important;
}

body.woocommerce-checkout .woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: unset;
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../img/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75);
}

.woocommerce-checkout .woocommerce table.shop_table .blockUI.blockOverlay {
  padding: 0 2rem 2rem !important;
}

.woocommerce .blockUI.blockOverlay::before {
  position: unset !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

.woocommerce-order-received .checkout_footer {
  display: none !important;
}

.checkout_footer,
.total_check_box {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-form-coupon-toggle~#woocommerce-checkout-form-coupon {
  display: flex !important;
}

.woocommerce form.checkout .form-row#billing_country_field {
  display: none;
}
 
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .woocommerce .woocommerce-additional-fields table .product-item-thumbnail {
    width: 14.5rem;
    height: 11.2rem;
  }

  .woocommerce .woocommerce-additional-fields table .product-name {
    padding-left: 18.5rem;
  }

  .woocommerce .woocommerce-additional-fields table .product-name {
    font-size: 1.8rem;
  }

  .woocommerce .woocommerce-additional-fields table .product-name .product-quantity {
    position: unset;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  .woocommerce div.cart-collaterals,
  .woocommerce-page div.cart-collaterals {
    width: 100%;
    float: unset;
  }

  .cart_payments ul li {
    max-width: 10rem;
  }

  form.woocommerce-cart-form {
    width: 100%;
  }

  .payment_list li {
    max-width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .smp-redeem-notice {
    width: 100%;
  }

  .woocommerce .cart-collaterals .cart_totals .order-total th {
    color: rgba(255, 255, 255, 0.8);
  }

  .woocommerce div.cart-collaterals,
  .woocommerce-page div.cart-collaterals {
    color: #fff;
  }

  div.woocommerce div.cart-collaterals div.cart_totals::before,
  div.checkout_footer::before,
  div.shop_table .woocommerce-shipping-totals::before {
    display: none;
  }

  div.woocommerce div.cart-collaterals div.cart_totals {
    background-color: #1B2335;
    border-radius: 0;
  }

  div.cart_totals div.wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .checkout_footer .left .price {
    color: #fff;
  }

  div.cart_totals div.wc-proceed-to-checkout a.checkout-button::before {
    display: none;
  }

  .shop_table .woocommerce-shipping-totals .close_shipping {
    filter: contrast(0) brightness(2);
  }

  .shop_table .woocommerce-shipping-totals strong.center,
  .woocommerce ul#shipping_method li label {
    color: #fff;
  }

  .woocommerce-checkout #payment {
    color: #fff;
  }

  .ppc-button-wrapper.active{
    position: fixed!important;
    zoom: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 3rem; 
  }

  .woocommerce-checkout #payment.has_paypal ul.payment_methods{
    padding-bottom: 4rem !important;
  }





}