.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(--theme_color);
  color: white;
  border: 1px solid var(--theme_color);
}
.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: 8rem;
}
.woocommerce-cart h2{
  font-size: 3rem;
  font-weight: 600;
  margin-top: 8rem;
  margin-bottom: 2rem;
}
.woocommerce-cart-form table tr {
  border-top: 1px solid #dfdfdf;
  gap: 0;
}
.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: 2rem;
  cursor: pointer;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: rgb(244, 244, 244);
}
.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;
  background-color: rgb(244, 244, 244);
  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/cart-minus.svg');
}
.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: 2rem;
  height: 2rem;
  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:nth-last-of-type(2){
  border-bottom: 1px solid #dfdfdf;
}
.woocommerce-cart-form td.product-thumbnail {
  /* width: 110px;
  height: 120px; */

  width: 15rem;
  height: 15rem;
  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;
  margin-top: auto;
  margin-top: 0;
  border-radius: 8px;
}
.woocommerce-cart-form td.product-name {
  width: 57%;
  text-transform: capitalize;
  font-size: 0.8rem;
  display: inline-block;
  padding-top: 2.4rem !important;
}
.woocommerce-cart-form td.product-name a{
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
  padding-top: 0.4rem;
}
.woocommerce-cart-form td.product-name span {
  display: block;
  font-size: 1rem;
  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: 2.4rem;
}
.woocommerce-cart-form table tr td.product-price {
  padding-top: 2.65rem;
  display: none;
}
.woocommerce-cart-form table tr td.product-remove{
  min-width: 5%;
}
.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;
}
.woocommerce-cart table.cart .product-thumbnail{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.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: 2rem;
  font-weight: 600;
  color: #333;
}
.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 .woocommerce-shipping-calculator{
  display: none;
}
.woocommerce-cart .woocommerce-shipping-destination{
  display: none !important;
}
.woocommerce div.cart-collaterals div.cart_totals {
  width: 100%;
  background-color: #e7eff9;
  border: none;
  padding: 3rem 4.3rem;
  border-radius: 4px;
  float: unset;
  margin-bottom: 4rem;
}
.cart_totals .total {
  color: #161616;
}
.cart_totals .shipping, .woocommerce div.cart_totals table.shop_table th, .woocommerce div.cart_totals table.shop_table td {
  color: #161616;
  /* margin: 0.3rem 0 1rem; */
  font-weight: normal;
  flex: 1;
  flex-grow: 1;
  border-top: none;
  font-size: 1.8rem;
}
.woocommerce ul#shipping_method li label{
  font-size: 1.8rem;
  color: #161616;
  font-weight: 400;
}
.woocommerce ul#shipping_method li span, .woocommerce ul#shipping_method li span bdi{
  font-weight: 600;
}
.woocommerce ul#shipping_method li, .woocommerce ul#shipping_method li span{
  font-size: 1.8rem;
  color: #161616;
}
.woocommerce div.cart_totals table.shop_table td{
  font-weight: 600;
}
.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;
  align-items: center;
}
.woocommerce-checkout .woocommerce ul#shipping_method li{
  border-width: 1px;
}
.woocommerce ul#shipping_method li.active label{
  color: #333;
}
.woocommerce ul#shipping_method li.active{
  background-color: transparent;
  color: #333;
  border-color: #999;
  position: relative;
}
.woocommerce ul#shipping_method li.active:after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  border: 8px solid var(--theme_color);
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.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(-3px);
}
.woocommerce ul#shipping_method li.active input[type="radio"]{
  border-color: #666;
  display: block;
  position: relative;
}
.woocommerce ul#shipping_method li.active input[type="radio"]:after{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #666;
  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;
}

.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;
}
.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: 500;
}
div.cart_totals div.wc-proceed-to-checkout .checkout-button {
  text-transform: capitalize;
  font-size: 2.3rem;
  width: 100%;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  border: 1px solid var(--theme_color);
  background: var(--theme_color);
  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(--theme_color);
}
.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 #cccccc;
  border: 0;
  padding: 0;
  outline: none;
  margin-top: 0rem;
  color: #222222;
  background-color: transparent;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.8;
}
.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;
}
.woocommerce form .form-row .required{
  color: #989898 !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: 48.5%;
}
.woocommerce-billing-fields__field-wrapper{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.comfirm-content .form > p, .woocommerce form.checkout p.form-row {
  border: 1px solid #dfdfdf;
  padding: 0.4rem 0.8rem 0.7rem;
  border-radius: 3px;
  margin-bottom: 1.4rem;
  position: relative;
  vertical-align: top;
}
.woocommerce form.checkout .form-row#billing_address_2_field{
  display: none !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;
  width: 31.5% !important;
  /* margin-right: 2%; */
  /* background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 31px;
    background-position-x: 95%; */
}
.woocommerce form.checkout .form-row.form-row-wide#billing_postcode_field{
  width: 31.5% !important;
}
.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;
}

.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 */

.woocommerce-order-received .woocommerce-order{
  display: none;
}

.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;
  font-weight: 600;
  font-size: 2rem;
}
.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{
  width: 110px;
  height: 110px;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}
.woocommerce .woocommerce-additional-fields table .product-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%); */
  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: 17px;
  padding: 1.5rem;
  padding-left: 160px;
  position: relative;
  vertical-align: bottom;
  width: 80%;
  font-weight: 600;
  padding-bottom: 0;
}
.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;
}
.woocommerce .woocommerce-additional-fields table tbody tr:nth-of-type(1) td {
  border: none;
  min-height: 150px;
}
.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: 43px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: 1px solid var(--theme_color);
  color: var(--theme_color);
  margin-left: 0;
  width: 100%;
}
.woocommerce-page #payment #place_order{
  padding-top: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  float: unset;
  background-color: var(--theme_color);
  padding: 22px 0;
  font-size: 2.3rem;
  border: 1px solid var(--theme_color);
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: -1rem;
  font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box::before{
  border-bottom-color: #eee !important;
}
.woocommerce-checkout #payment div.payment_box{
  background-color: #eee !important;
}
.woocommerce-page #payment #place_order:hover{
  background-color: transparent;
  color: var(--theme_color);
  border-color: var(--theme_color);
}
.woocommerce-checkout #payment ul.payment_methods li{
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 1rem !important;
  cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li.active{
  border-color: #999;
}
.woocommerce-checkout #payment ul.payment_methods li label{
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: none !important;
  padding: 3.5rem !important;
}
.woocommerce-checkout #payment div.form-row{
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}
.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: 1rem;
  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,
.woocommerce-cart .cart-content {
  padding-bottom: 8rem;
}

.comfirm-content h2, .woocommerce form.checkout h3{
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
}

.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(--theme_color);
  background-color: var(--theme_color);
  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(--theme_color);
  border-color: var(--theme_color);
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals{
  flex-flow: wrap;
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals th{
  display: none;
}
.woocommerce .woocommerce-additional-fields table tfoot th{
  padding-left: 0rem;
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals td{
  font-size: 14px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  /* flex: unset !important;
  text-align: left !important; */
}
.cart-collaterals .cart_totals .order-total td{
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  /* flex: unset !important;
  text-align: left !important; */
}
.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;

  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: 48.5% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
  width: 63.8% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width: 32.4% !important;
}
.woocommerce-checkout li{
  /* width: 100%; */
}
.woocommerce table.shop_table td[data-title="Shipping"]{
  white-space: nowrap;
  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;
}
.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal th{
  padding-left: 0rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal td{
  padding-right: 0rem;
}
.woocommerce-cart .woocommerce table.shop_table .cart-subtotal 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;
}
.woocommerce-checkout .woocommerce table.shop_table td{
  border: none;
}
.woocommerce-checkout .woocommerce table.shop_table .coupon-form td{
  padding: 0;
  width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table td.product-total{
  display: flex;
  align-items: end;
  width: 30%;
  justify-content: right;
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;
  padding-bottom: 3rem;
}
.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: 60px;
}
.woocommerce-form-coupon .form-row.form-row-first{
  width: 65% !important;
  margin-right: 2%;
}
.woocommerce .woocommerce-additional-fields table tfoot{
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  display: block;
  margin-top: 3rem;
  padding: 4rem 3.5rem;
  border-radius: 5px;
  background-color: #e7eff9;
}
.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: 600 !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;
}
.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: 31.5%;
}
.woocommerce form.checkout .form-row.form-row-wide#billing_address_1_field, .woocommerce form.checkout .form-row.form-row-wide#shipping_address_1_field{
  width: 48.5%;
}
.woocommerce form.checkout .form-row.form-row-wide#billing_city_field, .woocommerce form.checkout .form-row.form-row-wide#shipping_city_field{
  width: 31.5%;
}
.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: 2rem;
}
h3.shipping_ways.active{
  border: 1px solid #dfdfdf;
}
h3.shipping_ways.active input{
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
}
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: 16px !important;
}
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;
}
/* .woocommerce ul#shipping_method li{
  padding-left: 50px;
  position: relative;
}
.woocommerce ul#shipping_method li:before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
  border: 6px solid var(--theme_color);
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
} */
h3.shipping_ways label{
  cursor: pointer;
}
.woocommerce form.checkout .form-row.form-row-wide#shipping_company_field{
  width: 48.5%;
}
.woocommerce form.checkout .form-row.form-row-wide#shipping_country_field{
  width: 48.5%;
}
#shipping_address_2_field{
  display: none !important;
}
.woocommerce-checkout #payment{
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.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(--subtheme_color);
  border-color: var(--subtheme_color);
  
}
.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%);
}


body .woocommerce .woocommerce-message, body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info {
  border-top: none;
  background-color: var(--theme_color) !important;
  padding: 1rem 1.5rem;
  color: #fff;
  border: 1px solid var(--theme_color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  flex-flow: wrap;
  border-radius: 5px;
  margin-top: 2rem;
}
body .woocommerce .woocommerce-message{
  background-color: var(--subtheme_color) !important;
  border: 1px solid var(--subtheme_color);
}
.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(--theme_color) !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;
}
.woocommerce-checkout #payment ul.payment_methods li label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#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(--theme_color);
  color: var(--theme_color);
  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(--theme_color);
  color: var(--theme_color);
  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: 0 !important;
}


.payments_accept strong{
  font-size: 1.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.2rem;
}


.woocommerce-checkout .description_content{
  padding-top: 84px;
}

.woocommerce-checkout.woocommerce-order-received .description_content{
  padding-top: 0;
}

