.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.8rem;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.cart-navigation > ul li.active,
.cart-navigation > ul li.active a {
  color: #005da6;
}
.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: #005da6;
  color: white;
  border: 1px solid #005da6;
}
.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: 5.5rem 0 4rem;
  margin-bottom: 8rem;
}
.cart-content h2,
.buy-together h2,
.cart-head h1 {
  font-size: 2.5rem;
  margin-bottom: 2.2rem;
  font-weight: 400;
  text-align: left;
}
.woocommerce-cart-form table tr {
  border-top: 1px solid #dfdfdf;
}
.woocommerce-cart-form table tr:last-of-type {
  display: none;
}
.woocommerce .woocommerce-cart-form table tr td .quantity {
  align-items: center;
}
.woocommerce .woocommerce-cart-form table tr td .quantity .qty {
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
}
.woocommerce .woocommerce-cart-form table tr td .quantity span.qty {
  margin-top: -0.3rem;
}
.woocommerce .woocommerce-cart-form table tr td .quantity .qty.min {
  font-size: 1.9rem;
}
.woocommerce .woocommerce-cart-form table tr td.product-quantity {
  padding-top: 2.2rem;
}
form.woocommerce-cart-form {
  width: 65%;
  background-color: white;
  display: inline-block;
}
.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.4rem;
  height: 1.4rem;
  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;
}
.woocommerce-cart-form table tr td.product-remove a:hover {
  font-weight: 600;
  color: inherit !important;
}
.woocommerce-cart-form td.product-thumbnail {
  width: 140px;
  height: 150px;
  text-align: center;
  margin-right: 1.2rem;
  padding: 0 !important;
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img,
.woocommerce-cart-form td.product-thumbnail img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.woocommerce-cart-form td.product-name {
  width: 42%;
  text-transform: capitalize;
  font-size: 1.3rem;
  display: inline-block;
  padding-top: 2.4rem !important;
}
.woocommerce-cart-form td.product-name span {
  display: block;
  font-size: 1rem;
  color: #989898;
  text-transform: capitalize;
}
.woocommerce-cart-form table tr td:not(:nth-child(2)) {
  padding-top: 2.2rem;
}
.woocommerce-cart-form table tr td.product-price {
  padding-top: 2.65rem;
}
.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;
}
.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.4rem;
  font-weight: 600;
}
.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: 30.5%;
}
.woocommerce div.cart-collaterals h2 {
  font-size: 1.7rem;
}
.woocommerce div.cart-collaterals div.cart_totals {
  width: 100%;
  background-color: white;
  border: 1px solid rgb(205, 205, 205);
  padding: 1.5rem;
  border-radius: 4px;
  padding-bottom: 20px;
  padding-top: 2.2rem;
  float: unset;
  margin-bottom: 4rem;
}
.cart_totals .total {
  color: #666;
}
.cart_totals .shipping,
.woocommerce div.cart_totals table.shop_table th,
.woocommerce div.cart_totals table.shop_table td {
  color: #666;
  margin: 0.3rem 0 1rem;
  font-weight: normal;
}
.cart_totals .order-total {
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 1.3rem;
  border-top: 2px dashed #cccccc;
  border-width: medium;
  position: relative;
}
.cart_totals .order-total::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: -1px;
  left: 0;
}
.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce .cart-collaterals .cart_totals .order-total td {
  border-top: none !important;
  font-weight: unset;
  color: #222;
}
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: 1.55rem;
  font-weight: 500;
}
div.cart_totals div.wc-proceed-to-checkout .checkout-button {
  text-transform: capitalize;
  font-size: 1.1rem;
  width: 100%;
  font-weight: 400;
  line-height: 42px;
  padding: 0;
  border: 1px solid rgba(51, 51, 51, 0.545);
  background: #333;
  z-index: 20;
  position: relative;
  transition: 0.3s all ease;
}
.cart_totals label {
  font-size: 12px;
  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 #cccccc;
  border: 0;
  padding: 0;
  outline: none;
  margin-top: 0.2rem;
  color: #222222;
  background-color: transparent;
  font-family: inherit;
  font-size: 1rem;
}
.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: 14px;
  color: #989898;
}
.comfirm-content .form > p,
.woocommerce form.checkout p.form-row {
  border: 1px solid #dfdfdf;
  padding: 0.3rem 0.8rem 0.4rem;
  border-radius: 3px;
  margin-bottom: 1.4rem;
  position: relative;
  vertical-align: top;
}
.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;
  width: 31.5%;
  margin-right: 2%;
  /* background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 31px;
    background-position-x: 95%; */
}
.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;
  /* background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 31px;
    background-position-x: 95%; */
}
.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;
}
.comfirm-content h2,
.woocommerce form.checkout h3 {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
.woocommerce form.checkout input {
  outline: none;
}
.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 {
  border: none;
  height: unset;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  transform: translateY(-50%);
  right: 0.2rem;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
  border-color: #222222 transparent transparent transparent;
}
.woocommerce
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #222222 transparent;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  padding: 0 !important;
  margin-top: 3px;
  display: inline-block;
  line-height: normal;
}
.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: 40%;
}
form.checkout .woocommerce-checkout-review-order .shop_table {
  padding: 0 1.2rem;
}
.woocommerce .woocommerce-additional-fields table .product-item-thumbnail img {
  width: 143px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .woocommerce-additional-fields table thead {
  display: none;
}
.woocommerce .woocommerce-additional-fields table .product-name {
  color: #333;
  font-size: 18px;
  padding: 1.5rem;
  padding-left: 160px;
  position: relative;
  vertical-align: top;
}
.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: 1.15rem;
  font-weight: 600;
}
.woocommerce .woocommerce-additional-fields table .product-total {
  vertical-align: bottom;
  padding: 1.5rem;
}
.woocommerce .woocommerce-additional-fields table .product-name .product-quantity {
  font-size: 17px;
  font-weight: 400;
  margin-left: -8px;
  display: block;
  margin-top: 1rem;
}
.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 #order_review_heading {
  display: none;
}
input[name='coupon_code'] {
  background-color: #333;
  color: white;
  width: 100% !important;
  padding: 0.5rem;
  outline: none;
  margin-top: 1rem;
  border: none;
  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;
  border: 1px solid #cccccc !important;
}
.woocommerce .woocommerce-form-coupon p.form-row-last {
  width: 33% !important;
  padding: 0 !important;
}
.woocommerce .woocommerce-form-coupon p.form-row-last button {
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #005da6;
  color: #005da6;
  margin-left: 1rem;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: unset;
  background-color: #222222;
  padding: 22px 0;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
.cart-payment p {
  font-size: 14px;
  color: #999;
  margin-bottom: 2.5rem;
  margin-top: -1.2rem;
}
.cart-payment strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 18px;
}
.cart-payment {
  padding-bottom: 1rem;
}
.woocommerce form.checkout_coupon {
  border: none !important;
  padding: 0 !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,
.woocommerce-cart .cart-content {
  padding-bottom: 8rem;
}

.comfirm-content h2 ,.woocommerce form.checkout h3{
  margin-bottom: 2rem;
}

.submit_sypoints_form {
  margin-bottom: 1rem;
  display: block;
}