/* account */
.woocommerce-account .inner-page-main__container {
  max-width: 1160px;
}
.woocommerce-account .woocommerce {
  display: flex;
  gap: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 244px;
  min-width: 244px;
  max-width: 244px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.woocommerce-MyAccount-content {
  flex-grow: 1;
}
.woocommerce-EditAccountForm-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-EditAccountForm-wrap .form-row {
  width: calc(50% - 10px);
}
.woocommerce-password-section {
  padding: 24px 20px;
  border: 1px solid #d9d9d9;
  background: #ff9f0f1a;
  margin-bottom: 32px;
}
.woocommerce-EditAccountForm button[type="submit"] {
  margin-left: auto;
}
.bt-order-item {
  border: 1px solid #d9d9d9;
  margin-bottom: 44px;
}
.bt-order-head {
  padding: 24px 20px;
  gap: 20px;
  cursor: pointer;
}
.bt-order-head .icon {
  margin-right: 16px;
}
.bt-order-head .icon img {
  transition: 0.3s;
  transform: rotate(0);
}
.bt-order-head .icon.active img {
  transform: rotate(180deg);
  transition: 0.3s;
}

.bt-order-head .order-title {
  font-weight: 600;
  font-size: 16px;
}
.bt-order-head .order-status {
  font-weight: 700;
  font-size: 16px;
  color: #a6a6a6;
}
.bt-order-data {
  padding: 24px 20px;
  gap: 20px;
  border-top: 1px solid #d9d9d966;
  flex-wrap: wrap;
}
.bt-order-data-elem {
  width: 350px;
}
.bt-order-data-elem .elem-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  color: #a6a6a6;
}
.bt-order-data-elem .elem-value {
  /* font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  color: #a6a6a6; */
}
.bt-order-products {
  padding: 24px 20px 0;
  border-top: 1px solid #d9d9d966;
  width: 100%;
}
.order-products__head,
.order-products__row {
  display: grid;
  grid-template-columns: 1.8fr 140px 140px 140px;
  gap: 15px;
  align-items: center;
}

.order-products__head {
  margin-bottom: 20px;
  color: #a6a6a6;
  font-size: 14px;
}

.order-products__row {
  padding: 24px 0;
  /* border-bottom: 1px solid #eee; */
}

.order-products__product {
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-products__image img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.order-products__name a {
  transition: 0.3s;
}
.order-products__name a:hover {
  transition: 0.3s;
  color: #ff9f0f;
}
/* .order-products__name {
  font-size: 18px;
  font-weight: 500;
} */

/* .order-products__price,
.order-products__qty,
.order-products__total {
  font-size: 18px;
} */
.bt-order-totals {
  padding: 24px 20px;
  border-top: 1px solid #d9d9d966;
  width: 100%;
}
.order-summary {
  max-width: 320px;
  margin-left: auto;
}

.order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  padding: 10px 0;
  /* 
    font-size: 18px; */
}

.order-summary__label {
  /* color: #555; */
  font-weight: 400;
}

.order-summary__value {
  font-weight: 400;
  display: block;
  width: 140px;
  min-width: 140px;
}

.order-summary__row--total {
  /* margin-top: 10px; */
  font-size: 20px;
}

.order-summary__row--total .order-summary__label,
.order-summary__row--total .order-summary__value {
  font-weight: 700;
}
.checkout-cart-item__name {
  text-align: left;
}
.woocommerce-checkout button.button {
  /* width: 280px; */
  border: 3px solid #ff9f0f;
  background: #d9d9d936;
  color: #ff9f0f;
  /* min-height: 50px;
    margin-left: auto; */
  /* margin-top: 40px; */
  /* margin-top: 8px; */
  text-transform: none;
}
.woocommerce-checkout button.button:hover {
  transition: 0.3s;
  background-color: #ff9f0f24;
  color: #ff9f0f;
  box-shadow: 0 4px 4px #00000040;
}
.swiper-gift-wrapping.swiper-locked {
  padding-bottom: 7px;
}
.woocommerce-checkout-review-order-table .order-total bdi {
  font-weight: 700;
}
#wcus-shipping-fields h3 {
  margin-bottom: 12px;
}
#confirm_call_field .optional {
  display: none;
}
.woocommerce-MyAccount-content .wc-npab-account {
  margin: 0;
}
.woocommerce-MyAccount-content .wc-npab-account__list {
  grid-template-columns: 1fr 1fr;
}
.woocommerce-MyAccount-content .wc-npab-account-card {
  flex-direction: column;
  gap: 24px;
  border: 1px solid #d9d9d9;
}
.woocommerce-MyAccount-content .wc-npab-account-card.is-default {
  border: 1px solid #d9d9d9;
  background: #ff9f0f1a;
}
.wc-npab-account-card__actions {
  width: 100%;
}
.wc-npab-account-card .wc-npab-account-card__actions {
  justify-content: center;
}
.wc-npab-account button.button {
  height: 36px;
  padding: 5px 16px;
  font-size: 16px;
}
.mini-cart-cross-sells {
  padding-top: 32px;
  margin-top: 32px;
  position: relative;
}
.mini-cart-cross-sells::before {
  content: "";
  display: block;
  height: 0;
  width: 1100px;
  border-bottom: 1px solid #d9d9d966;
  position: absolute;
  left: -50px;
  top: 0;
}
.mini-cart-cross-sells > h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.mini-cart-cross-sells ul.products {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 36px 20px;
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1365px) {
  .bt-order-data-elem {
    width: 48%;
  }
}

@media screen and (max-width: 1099px) {
  .gift-wrap-card .title {
    word-break: break-word;
  }
  .order-products__image {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-checkout .inner-page-main__container {
    padding: 0;
    margin: 0;
  }
  form.checkout {
    flex-direction: column-reverse;
  }
  .checkout-form-col {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }
  .checkout-order-rewiew-col {
    width: 100%;
  }
  .gift-wrapping-head {
    min-height: 40px;
  }
  .checkout-order-rewiew-col {
    /* border-left: none;
border-right: none; */
    border: none;
  }
  .mob-separator {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .mob-separator::after {
    content: "";
    display: block;
    height: 0;
    width: calc(100vw + 40px);
    position: absolute;
    left: -20px;
    bottom: 0;
    border-bottom: 1px solid #d9d9d966;
  }
  .checkout-order-rewiew-head {
    border-bottom: none;
  }
  .woocommerce-NoticeGroup {
    order: 1;
  }

  .checkout-cart-item__image {
    width: 100px;
    min-width: 100px;
  }
  .checkout-cart-item {
    gap: 16px;
  }
  .checkout-cart-item__content {
    gap: 8px;
  }
  .checkout-cart-item__content {
    gap: 8px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .checkout-cart-list {
    gap: 24px;
  }
  .woocommerce-EditAccountForm-wrap .form-row {
    width: 100%;
  }
  .woocommerce-MyAccount-content .wc-npab-account__list {
    grid-template-columns: 1fr;
  }
  .bt-order-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 16px;
  }
  .bt-order-head .bt-order-head-col:last-child {
    margin-left: auto;
  }
  .bt-order-item {
    margin-bottom: 24px;
  }
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .woocommerce-MyAccount-navigation .bt-toggle {
    border-right: none;
    border-bottom: 2px solid #a6a6a6;
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation .bt-toggle.is-active {
    border-right: none;
    border-bottom: 2px solid #000000;
  }
  .woocommerce-MyAccount-navigation .bt-tabs-heads {
    gap: 24px;
  }
  .order-products__image {
    display: block;
  }
  .order-products__head,
  .order-products__row {
    grid-template-columns: 2fr auto auto auto;
    gap: 12px;
    align-items: center;
  }
  .order-products__row {
    padding: 12px 0;
    /* border-bottom: 1px solid #eee; */
  }
  .order-products__total,
  .order-products__head > div:last-child {
    min-width: 100px;
  }
  .order-products__qty,
  .order-products__head > div:nth-child(3) {
    min-width: 80px;
  }
  .order-products__price,
  .order-products__head > div:nth-child(2) {
    min-width: 80px;
  }
  .mini-cart-cross-sells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 24px 10px;
  }
  li.woocommerce-mini-cart-item {
    display: grid;
    grid-template-columns: 80px auto 150px;

    grid-gap: 16px 20px;
  }
  .woocommerce-mini-cart .thumb-wrap {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    grid-area: 1/1/3/2;
  }
  .woocommerce-mini-cart .prod-title {
    grid-area: 1/2/2/3;
  }
  .woocommerce-mini-cart-item .quantity {
    margin-left: 0;
    grid-area: 2/2/3/3;
  }
  .mini-cart-item-quantity {
    grid-area: 2/3/3/4;
  }
  .mini-cart-item-quantity {
    grid-area: 2/3/3/4;
    justify-self: flex-end;
  }
  .woocommerce-mini-cart .remove_from_cart_button {
    grid-area: 1/3/2/4;
    margin-left: 0;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .order-products__head,
  .order-products__row {
    grid-template-columns: 2fr auto auto;
    gap: 8px;
  }
  .order-products__image {
    display: none;
  }
  .order-products__price,
  .order-products__head > div:nth-child(2) {
    display: none;
  }
  .bt-order-data-elem {
    width: 46%;
  }
  .order-products__total,
  .order-products__head > div:last-child {
    min-width: 80px;
  }
  .order-products__qty,
  .order-products__head > div:nth-child(3) {
    min-width: 60px;
  }
  .minicart--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mini-cart-item--footer {
    flex-direction: column-reverse;
    align-items: center;
  }
  .mini-cart-buttons strong {
    display: inline;
  }
  .mini-cart-buttons {
    background: transparent;
    padding: 0;
    gap: 40px 16px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mini-cart-buttons .checkout {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
  .mini-cart-cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .swiper-gift-wrapping {
    overflow: visible;
  }
  .mini-cart-item-quantity {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: flex-start;
  }
  li.woocommerce-mini-cart-item {
    grid-template-columns: 80px auto 30px;
    grid-gap: 8px 16px;
  }
}
@media screen and (max-width: 429px) {
  .checkout-cart-item__image {
    width: 80px;
    min-width: 80px;
  }
  .order-rewiew-head-txt {
    font-size: 20px;
  }
  .order-products__name,
  .order-products__qty,
  .order-products__total {
    font-size: 14px;
    font-weight: 400;
  }
  .order-products__head {
    font-size: 12px;
  }
}
