@charset "UTF-8";
/* My account outer pages */
/************************************************************/
.shop-header {
  border-bottom: 1px solid #EAECF0;
  height: 75px;
  padding-bottom: 0px;
}

body.page-template-tpl-cart .shop-header {
  border-bottom: 1px solid #E1E3E6;
}

.woocommerce-checkout .shop-header {
  display: block;
}

.shopHeadlogo {
  margin-top: -5px;
  width: 20%;
  display: flex;
  align-items: center;
}

.shopHeadmenu {
  padding-left: 0px;
  width: 55%;
}

body.page-template-tpl-thankyou .shopHeadmenu, body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.shopcustommenu {
  display: flex;
  align-items: center;
  margin: 0px;
}
.shopcustommenu li {
  display: inline-block;
  padding: 1.2% 1.5%;
  min-width: fit-content;
}
.shopcustommenu li a {
  color: #31343F;
}

.headbtnsContainer {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  padding-left: 0px;
  width: 25%;
  justify-content: center;
}

.profilebtn, .cartbtn {
  width: 40px;
  height: 40px;
  position: relative;
  min-width: fit-content;
}

.generalbtn:hover, .mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

body.page-template-tpl-cart .cartbtn, .woocommerce-checkout .cartbtn {
  display: none;
}

body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.cartNotificationDiv {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #EC7F47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.cartNotification {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.mobmenubtn {
  display: none;
}

/* Cart Popup Window */
/***************************************************************/
.grayContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  justify-content: center;
  background: rgba(39, 42, 70, 0.5);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.cartPopup {
  width: 540px;
  height: 100%;
  position: fixed;
  right: 0px;
  background: #FFFFFF;
}

.cartHeader .windowCloseBtn img {
  width: 24px !important;
  height: 24px !important;
}

body.page-template-tpl-cart .cartHeader {
  display: none;
}

.popupCartheadTxt {
  display: block;
  margin: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

.fullCartbtn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 16px;
  right: 60px;
  opacity: 0.4;
}
.fullCartbtn:hover {
  opacity: 1;
}

.windowCloseBtn {
  position: absolute;
  right: 26px;
  top: 26px;
  opacity: 0.4;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.windowCloseBtn:hover {
  opacity: 1;
  cursor: pointer;
}

body.page-template-tpl-cart .windowCloseBtn {
  display: none;
}

.hrmargin {
  margin: 0;
}

body.page-template-tpl-cart .hrmargin {
  display: none;
}

.popupCartBody {
  display: flex;
  flex-direction: column;
  height: 89.3%;
}
.popupCartBody .addbtn {
  right: 9% !important;
}

.emptyCartbody {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80%;
}

.cartBody {
  flex-direction: column;
}

.loading {
  visibility: visible !important;
  content: url("../img/shop/loading.gif");
  width: 64px;
  height: 64px;
  position: absolute;
  right: 45%;
  top: 40%;
}

.cartPopup .woocommerce-cart-form__contents tbody tr {
  transform: scale(1);
}
.cartPopup .woocommerce-cart-form__contents tbody td {
  position: absolute;
  top: 0;
  right: 0;
}
.cartPopup .woocommerce-cart-form__contents tbody .productdiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #E6EAEE;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
  position: absolute;
  top: 113px;
  right: 30px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-price {
  position: absolute;
  right: 25px;
  top: 26px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

.woocommerce-cart-form {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 350px;
}

.cartPopup .woocommerce-cart-form {
  height: auto !important;
  max-height: 60%;
  margin-bottom: 45%;
}

.woocommerce-cart-form::-webkit-scrollbar {
  width: 5px;
}
.woocommerce-cart-form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
  background: #EC7F47;
}

body.page-template-tpl-cart .woocommerce-cart-form {
  margin-top: 30px;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
  column-gap: 2.5%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents td {
  display: flex;
  align-items: center;
}

.cart-table-header {
  display: none;
}

body.page-template-tpl-cart .cart-table-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .cart-table-header tr {
  display: flex;
  column-gap: 2.5%;
}
body.page-template-tpl-cart .cart-table-header .product-price {
  padding-left: 25px;
}
body.page-template-tpl-cart .productdiv, body.page-template-tpl-cart .product-thumbnail {
  width: 45%;
  border: none !important;
  text-align: left;
}

.custom-single-product .product-price {
  margin-bottom: 45px;
}

.product-price .woocommerce-Price-currencySymbol {
  position: relative;
  left: 5px !important;
}

body.page-template-tpl-cart .product-price, body.page-template-tpl-cart .product-subtotal {
  width: 14%;
  position: static !important;
}
body.page-template-tpl-cart .product-price {
  text-align: start;
}

.custom-single-product .summary .product-price {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.product-quantity .qtybtndiv {
  width: 108px;
  height: 40px;
  position: relative;
}
.product-quantity .qtybtn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border: 1px solid #E6EAEE !important;
  background: #FFFFFF;
  color: #000;
}
.product-quantity .minQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  left: 0px;
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .addQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  align-items: center;
  right: 0px;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .minusbtn {
  visibility: visible !important;
  content: url(../img/shop/minus.svg);
}
.product-quantity .plusbtn {
  visibility: visible !important;
  content: url(../img/shop/plus.svg);
}

body.page-template-tpl-cart .product-quantity, body.page-template-tpl-cart .product-remove {
  width: 8.7% !important;
  position: static !important;
}

.product-subtotal {
  display: none;
}

body.page-template-tpl-cart thead .product-subtotal {
  display: flex;
  justify-content: center;
}
body.page-template-tpl-cart tbody .product-subtotal {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #31343F;
}
body.page-template-tpl-cart .product-remove {
  display: flex;
  justify-content: end;
  align-items: center;
}

.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

body.page-template-tpl-cart .productdiv {
  display: flex;
  align-items: center;
}

.cartProductImg {
  width: 100px !important;
  height: 128px !important;
  margin: 24px 16px 16px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.woocommerce-cart .checkProdCount {
  display: none !important;
}

.checkProdCount {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #004FE5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  right: -8px;
  top: -8px;
}

.productTitleInfo {
  margin-top: 24px;
  width: 50%;
}

.cartProductTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #31343F;
}

.cartProductCategory {
  display: block;
  font-weight: 500;
  color: #475467;
  margin-top: 4px;
}

.checkproductdiv .cartProductCategory {
  margin-bottom: 12px;
}

.cartProductPrice {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #31343F;
}

body.page-template-tpl-cart .cartProductPrice {
  font-size: 20px;
  position: static;
}

.checkproductdiv .cartProductPrice {
  position: static;
}

.product-details-btns .qtybtndiv {
  width: 108px !important;
  height: 48px !important;
  position: relative;
}

body.page-template-tpl-cart .qtybtndiv {
  width: 100px;
  height: 40px;
}

.generalbtn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  margin-right: 15px;
  border: 1px solid #000;
  background: #EC7F47;
  color: #FFFFFF;
  border: none;
}
.generalbtn:hover {
  cursor: pointer;
}

.mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

.product-details-btns .qtybtn {
  width: 100%;
  height: 100%;
  border: 1px solid #E6EAEE !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #000;
}

body.page-template-tpl-cart .qtybtn {
  font-size: 16px !important;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details-btns .minQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.product-details-btns .minQTYbtn img {
  width: 20px !important;
  height: 20px !important;
}
.product-details-btns .addQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-details-btns .minQTYbtn:hover, .product-details-btns .addQTYbtn:hover, .product-details-btns .units-count:hover {
  color: #31343F;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.cartminQTYbtn {
  opacity: 1 !important;
}

body.page-template-tpl-cart .minusbtn {
  width: 20px !important;
  height: 20px !important;
}

.product-details-btns .addQTYbtn img {
  width: 10px !important;
  height: 10px !important;
}

body.page-template-tpl-cart .plusbtn {
  width: 10px !important;
  height: 10px !important;
}
body.page-template-tpl-cart .rmvProductbtn {
  position: static;
}

.rmvbtnimg {
  visibility: visible !important;
  content: url("../img/trash.svg");
}
.rmvbtnimg:hover {
  content: url(../img/trashhover.svg);
}

body.page-template-tpl-cart .rmvbtnimg {
  width: 24px !important;
  height: 24px !important;
}

.cartPopup .cart-collaterals {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

body.page-template-tpl-cart .cart-collaterals {
  align-items: end;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}

.totalDetails {
  margin: 0px 24px 0px 24px;
}

.cartPopup .totalDetails h3 {
  display: none !important;
}

body.page-template-tpl-cart .totalDetails {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  margin-top: 40px;
}
body.page-template-tpl-cart .totalDetails h3 {
  margin-bottom: 0px;
}

.cartPopup .totalsTxt {
  display: none;
}

.shop_table, body.page-template-tpl-cart .shop_table {
  width: 100%;
}

.orderSummaryHeader, .shop_table .product {
  display: none;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: unset;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0;
}

.cart-subtotal {
  margin-top: 10px;
  padding-top: 0px;
}

.woocommerce table.shop_table tbody th {
  border-top: none;
  padding: 0;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none;
  padding: 0;
}

.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th {
  color: #7688A2;
  font-size: 16px;
  font-weight: 400 !important;
  border-top: none !important;
}
.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
  color: #31343F;
  font-size: 16px;
  font-weight: 600 !important;
  border-top: none !important;
}

.detailinfodiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px 0px;
  padding-top: 16px;
}

.detailtxt {
  font-weight: 400 !important;
  line-height: 170% !important;
  color: #475467 !important;
}

body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
  font-size: 18px;
}

.detailvalue {
  font-weight: 600;
  line-height: 170% !important;
  color: #31343F;
}

.order-total {
  border-top: 1px solid #E6EAEE;
}

body.page-template-tpl-cart .order-total {
  margin-top: 24px;
  padding-top: 24px;
}

.woocommerce-checkout-review-order-table .orderTotals .order-total {
  border-top: none !important;
  border-bottom: 1px solid #E6EAEE !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #31343F;
  height: 60px;
  margin-bottom: 32px;
}
.woocommerce-checkout-review-order-table .orderTotals .order-total th, .woocommerce-checkout-review-order-table .orderTotals .order-total td {
  border-top: none !important;
}

.totaltxt, .totalvalue {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
  font-size: 24px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout {
  width: 400px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout a {
  border-radius: 100px !important;
}

.proceedbtn {
  border-radius: 0px !important;
  width: 100%;
  height: 48px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004FE5;
  border: 1px solid #004FE5;
  text-align: center !important;
  color: #FFFFFF;
}
.proceedbtn:hover {
  color: #FFFFFF;
}

.mainbtn {
  border-radius: 100px !important;
  text-align: center !important;
  background: #004FE5;
  border: 1px solid #004FE5;
  color: #FFFFFF;
}

.woocommerce-cart table.cart img {
  width: 90% !important;
}

body.page-template-tpl-cart .uk-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

/***************************************************************/
.shopwpBtn {
  height: 48.8px;
  margin-top: -5px;
  margin-left: 10px;
  min-width: fit-content;
}

.mobgrayContainer {
  position: fixed;
  top: 75px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(39, 42, 70, 0.5);
  display: none;
}

.mobileListdiv {
  position: fixed;
  left: 0px;
  top: 75px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 280px;
  justify-content: space-between;
}

.mobcustommenu {
  padding-top: 8px !important;
  border-top: 1px solid #E6EAEE;
}
.mobcustommenu li {
  margin-left: 20px;
  margin-top: 32px;
  font-weight: 600;
  color: #31343F;
}
.mobcustommenu .activeTab a {
  color: #EC7F47;
}

.mobwpBtn {
  display: none !important;
  margin-bottom: 24px;
  margin-left: 24px;
  width: 82%;
  padding: 13px 13px 13px 45px !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .shopwpBtn {
    height: 44.8px;
  }
}
@media (max-width: 1024px) and (min-width: 959px) {
  .shopwpBtn {
    padding: 13px 13px;
  }
}
@media (max-width: 959px) {
  .openedMobMenu {
    content: url("../img/listclose.svg") !important;
  }
  .shopwpBtn {
    padding: 13px 13px;
  }
  body.page-template-tpl-cart .cartheaderTxt {
    margin-left: 0px;
  }
  .cartTxt {
    width: 55%;
  }
  body.page-template-tpl-cart .woocommerce-cart-form {
    padding-left: 0px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents thead {
    font-size: 14px;
    line-height: 20px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: 125px !important;
    position: relative;
  }
  body.page-template-tpl-cart .product-thumbnail {
    display: initial !important;
    padding-left: 0px !important;
  }
  body.page-template-tpl-cart tbody .product-price {
    position: absolute !important;
    left: 72px;
    top: 100px;
  }
  body.page-template-tpl-cart tbody .product-quantity {
    position: absolute !important;
    top: 60px;
    width: 100% !important;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal {
    margin-right: 10px;
    align-items: initial;
    padding-top: 25px;
    width: 50%;
    margin-right: 0px;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal .woocommerce-Price-amount {
    font-size: 18px;
  }
  body.page-template-tpl-cart thead .product-subtotal {
    margin-right: 2%;
  }
  .woocommerce-checkout .product-subtotal {
    width: 50%;
  }
  body.page-template-tpl-cart tbody .product-remove {
    display: none;
  }
  body.page-template-tpl-cart .productdiv {
    align-items: start !important;
    width: 100% !important;
  }
  body.page-template-tpl-cart .cartProductImg {
    width: 60px !important;
    height: 80px !important;
    margin-top: 16px !important;
  }
  .woocommerce-checkout .cartProductImg {
    width: 75px;
    height: 96px;
  }
  .checkProdCount {
    width: 20px;
    height: 20px;
  }
  body.page-template-tpl-cart .productTitleInfo {
    margin-top: 14px !important;
  }
  body.page-template-tpl-cart .cartProductTitle {
    font-size: 15px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductTitle {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .cartProductCategory {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductCategory {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .cartProductPrice {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductPrice {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .qtybtndiv {
    width: 108px !important;
    height: 40px !important;
    position: relative;
  }
  body.page-template-tpl-cart .qtybtn {
    border-radius: 6px;
    padding: 6px 47px;
    width: 108px;
  }
  body.page-template-tpl-cart .minQTYbtn {
    left: 2px;
    top: 2px;
    width: 40%;
    height: 90%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .minusbtn {
    content: url(../img/shop/minus.svg);
    bottom: initial;
    width: 24px !important;
    height: 24px !important;
  }
  body.page-template-tpl-cart .addQTYbtn {
    background: #FFFFFF;
    right: 2px;
    top: 2px;
    width: 40% !important;
    height: 90% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .plusbtn {
    content: url(../img/shop/plus.svg);
    top: initial;
    width: 14px !important;
    height: 14px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th, .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
    font-size: 16px;
    line-height: 24px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .order-total {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
    font-size: 20px;
  }
  body.page-template-tpl-cart .uk-container {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .cartPopup {
    width: 100%;
    height: 100%;
  }
  .cartTxt {
    width: 80%;
  }
  .woocommerce-cart-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .productdiv {
    height: 140px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-price {
    right: 20px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
    right: 10px;
    top: 90px;
    display: flex;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-price {
    left: 60px;
  }
  .cartProductImg {
    width: 80px !important;
    height: 100px !important;
  }
  .cartPopup .productTitleInfo {
    width: 42%;
  }
  .page-template-tpl-cart .productTitleInfo {
    width: 100%;
  }
  .cartProductTitle {
    font-size: 0.9rem;
    display: flex;
    width: 90%;
  }
  .cartProductCategory {
    font-size: 0.875rem;
  }
  .cartProductPrice {
    font-size: 0.875rem;
    right: initial;
    top: 60px;
    left: 0px;
  }
  .qtybtndiv {
    width: 86px !important;
    height: 32px !important;
  }
  .rmvProductbtn {
    top: 18%;
  }
  body.page-template-tpl-cart .cart-collaterals {
    align-items: center;
  }
  body.page-template-tpl-cart .totalDetails {
    width: 100%;
    margin-right: 0px;
    padding-right: 24px;
  }
  .detailtxt, .detailvalue {
    font-size: 0.875rem;
  }
  .totaltxt, .totalvalue {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .wc-proceed-to-checkout {
    width: 90%;
  }
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 310px) {
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: auto !important;
    min-height: 125px;
    padding-bottom: 24px;
  }
  body.page-template-tpl-cart tbody .product-price {
    top: initial;
    bottom: 0px;
    margin-bottom: 0px;
    left: 50px;
  }
}
@media only screen and (max-width: 300px) {
  .cartProductTitle {
    font-size: 0.725rem;
    line-height: 1rem;
    width: 85%;
  }
}
@media (max-width: 361px) {
  body.page-template-tpl-cart tbody .product-price {
    left: 55px;
  }
}
/***************************************************************/
@media (max-width: 959px) {
  body.page-template-tpl-cart .shop-header {
    position: static;
  }
  body.page-template-tpl-thankyou .shop-header {
    position: static !important;
  }
  .shopHeadlogo {
    padding-left: 0px;
    margin-top: 0px;
  }
  .headbtnsContainer {
    justify-content: right;
    width: 80%;
    column-gap: 10px;
  }
  body.post-type-archive-product .mobmenubtn, body.page-template-tpl-myaccountpages .mobmenubtn, body.page-template-tpl-account .mobmenubtn {
    display: inline-block;
    margin-top: 7px;
  }
  body.page-template-tpl-cart .mobmenubtn, body.page-template-tpl-thankyou .mobmenubtn {
    display: none;
  }
  body.post-type-archive-product header .wpBtn {
    margin: 0;
    padding: 0;
    height: 39px;
    width: 40px;
  }
  body.post-type-archive-product header .wpBtn .cont-whats .wphide {
    display: none;
  }
  body.page-template-tpl-account header .wpBtn {
    display: none;
  }
  body.page-template-tpl-myaccountpages header .wpBtn {
    display: none;
  }
}
@media (max-width: 900px) {
  .woocommerce-account .shop-header {
    position: inherit !important;
    left: 0px;
    right: 0px;
    z-index: 101;
  }
}
@media (max-width: 1085px) and (min-width: 959px) {
  .headbtnsContainer {
    column-gap: 5px;
  }
  .shopcustommenu li {
    font-size: 14px;
  }
}
@media (max-width: 312px) {
  .headbtnsContainer {
    column-gap: 3px;
  }
}
@media (max-width: 461px) {
  .woocommerce-checkout .profilebtn {
    display: none;
  }
  .shopwpBtn {
    padding: 10px 11px;
    height: 44.8px;
  }
  .shopwpBtn .wptext {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
.mobgrayContainer {
  position: fixed;
  top: 75px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(39, 42, 70, 0.5);
  display: none;
}

.backpages {
  background: #FFFFFF;
}

.centerDiv2 {
  text-align: -webkit-center;
}

.filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 12px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.filtericonAccount {
  width: 24px;
  height: 24px;
}

.flipped-image {
  transform: scaleX(-1);
}

.accounthead, .accounthead2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #31343F;
  margin-bottom: 0;
}

.centerDiv {
  text-align: -webkit-center;
  margin-top: 3%;
  align-items: center;
}

.signGoogle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 12px;
  width: 440px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #31343F;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.googleiconAccount {
  width: 28px;
  height: 28px;
}

.googlebold {
  font-weight: bold;
}

.lineBefore {
  width: 440px;
  height: 1px;
  background: #E6EAEE;
}

.lineOr {
  position: absolute;
  height: 2px;
  width: 40px;
  left: 48.5%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #475467;
  margin: 0;
  background: #FFFFFF;
  justify-content: center;
}

.customText, .customText1, .customText2 {
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.customText {
  font-weight: 400;
}

.customText1 {
  font-weight: 400;
  margin-bottom: 0;
}

.customText2 {
  font-weight: 600;
}

.Firstinputs {
  width: 440px;
  height: 48px;
  left: 0px;
  top: 9px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  position: relative;
  /* Add this line */
}

.input1.red-border, .input2.red-border, .input3.red-border, .input4.red-border, .input5.red-border, .input6.red-border {
  border-color: red !important;
}

.inputLabel, .inputLabel1, .inputLabel2, .inputLabel3 {
  position: absolute;
  top: -12px;
  left: 8px;
  font-size: 12px;
  color: #475467;
  background: #FFFFFF;
  height: 18px;
  font-weight: 400;
  line-height: 18px;
}

.inputLabel {
  width: 73px;
}

.inputLabel1 {
  width: 94px;
}

.inputLabel2 {
  width: 120px;
}

.inputLabel3 {
  width: auto;
}

.inputText {
  width: 94%;
  height: 100%;
  left: 16px;
  top: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  border: none;
  outline: none;
  background-color: #FFFFFF !important;
}

.password-toggle {
  position: relative;
  height: 40px;
  margin-top: 1%;
}
.password-toggle input[type=password] {
  padding-right: 30px;
}
.password-toggle .toggle-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle1 .toggle-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.forgotpass {
  width: 440px;
  text-align: right;
  margin-top: 20px;
}

.forgot {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #31343F;
  cursor: pointer;
}
.forgot:hover {
  color: #31343F;
}

.disabled {
  pointer-events: none;
  color: gray;
  /* Optional: Change the color to indicate disabled state */
}

.contbutton {
  height: 48px;
  width: 440px;
  border: none;
  padding: 13px 9% 13px;
  background: #004FE5;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.contbutton.disabled {
  color: #FFFFFF;
  cursor: not-allowed;
}
.contbutton:hover {
  color: #FFFFFF;
  /* Change this to the desired color on hover */
}

.captchaerror {
  width: 440px;
  top: 0px;
  position: relative;
  text-align: initial;
  font-size: 14px;
}

.allerror {
  color: #000;
}

.capt {
  width: 440px;
  text-align: initial;
}

.passerror {
  width: 440px;
  top: 10px;
  position: relative;
  text-align: initial;
  font-size: 14px;
}

.logLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #EC7F47;
}
.logLink:hover {
  color: #EC7F47;
}

.disp {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  width: 440px;
  text-align: initial;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #ec7f47;
}

.checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #FFFFFF;
  /* Change the color of the tick sign */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #ec7f47;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #31343F;
}

.forgotkey {
  width: 440px;
  text-align: center;
  margin-top: 20px;
}

.backbutton {
  height: 48px;
  width: 210px;
  padding-top: 10px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #31343F;
  margin-right: 1%;
}
.backbutton:hover {
  color: #31343F;
  /* Change this to the desired color on hover */
}

.completebutton {
  height: 48px;
  width: 210px;
  border: none;
  background: #EC7F47;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 1%;
  cursor: pointer;
}
.completebutton:hover {
  color: #FFFFFF;
  /* Change this to the desired color on hover */
}

.selected-icon2 {
  right: 6%;
  color: #ec7f47;
  position: absolute;
}

@media (max-width: 550px) {
  .accounthead, .accounthead2 {
    letter-spacing: -0.02em;
    color: #31343F;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
  .uk-accordion-content {
    margin-top: 15px;
  }
  .centerDiv {
    text-align: -webkit-center;
    margin-top: 8%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .signGoogle, .lineBefore {
    width: 340px;
  }
  .lineOr {
    left: 44%;
  }
  .customText {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #475467;
  }
  .customText1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #475467;
    margin-bottom: 0;
  }
  .customText2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #31343F;
  }
  .Firstinputs {
    width: 340px;
  }
  .forgotpass {
    width: 340px;
    text-align: right;
    margin-top: 20px;
  }
  .captchaerror, .contbutton, .passerror {
    width: 340px;
  }
  .forgotkey {
    width: 340px;
    text-align: center;
    margin-top: 20px;
  }
  .backbutton {
    height: 48px;
    width: 340px;
    padding-top: 10px;
    background: #FFFFFF;
    border: 1px solid #E6EAEE;
    border-radius: 100px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #31343F;
    margin-right: 0;
    order: 2;
  }
  .completebutton {
    height: 48px;
    width: 340px;
    border: none;
    background: #EC7F47;
    border-radius: 100px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 0;
    order: 1;
    margin-bottom: 5%;
  }
}
@media (max-width: 550px) {
  .capt {
    width: 340px;
    text-align: initial;
  }
  .checkbox-container {
    width: 340px;
  }
}
/* My account inside pages */
/************************************************************/
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  display: flex;
  padding: 40px 40px 30px 40px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #FDFAF7;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  line-height: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #000;
  outline: none;
  text-decoration: none;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #ec7f47;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 6 pro";
  color: #000;
  width: 20px;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover::before {
  color: #ec7f47;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:nth-of-type(1) a::before {
  font-weight: 400;
  font-size: 16px;
  content: "\f2bd";
  /* Icon code for the first list item */
}
.woocommerce-account .woocommerce-MyAccount-navigation li:nth-of-type(2) a::before {
  font-weight: 400;
  font-size: 16px;
  content: "\f017";
  /* Icon code for the second list item */
}
.woocommerce-account .woocommerce-MyAccount-navigation li:nth-of-type(3) a::before {
  font-size: 16px;
  content: "\f3c5";
  /* Icon code for the third list item */
}
.woocommerce-account .woocommerce-MyAccount-navigation li:nth-of-type(4) a::before {
  font-size: 14px;
  content: "\f09d";
  /* Icon code for the fourth list item */
}
.woocommerce-account .woocommerce-MyAccount-navigation li:nth-of-type(5) a::before {
  font-size: 16px;
  content: "\f08b";
  /* Icon code for the fifth list item */
  transform: scaleX(-1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
}

/* Replace ".your-account-menu-class" with the appropriate CSS class or ID selector for your account menu */
/* Styles for first link */
/* Styles for second link */
/* Styles for third link */
/* Styles for fourth link */
/* Styles for fifth link */
.woocommerce-MyAccount-navigation li.selected a, .woocommerce-account .woocommerce-MyAccount-navigation li.selected a::before {
  color: #ec7f47 !important;
}

.iconcenter {
  align-self: center;
}

.selected-option {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #31343F;
  text-align: start;
  margin-left: 32%;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .summary {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.woocommerce-orders-table__cell {
  padding: 20px 20px;
  width: 20%;
}

.logDiv2 {
  height: 40px;
  padding: 8px 24px 8px 20px;
  border-radius: 100px;
  border: 1px solid #E6EAEE;
  width: 55%;
  gap: 2px;
  display: flex;
  justify-content: center;
}

.iconcenter2 {
  align-self: center;
  align-self: center;
  transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 10%;
  margin-right: 10%;
  color: #31343F;
}

.logoutText {
  font-weight: 600;
  line-height: 24px !important;
  color: #31343F;
  font-size: 16px !important;
}

.woocommerce-EditAccountForm1 {
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  background: var(--white, #FFFFFF);
  padding: 20px 32px 30px;
}

.edit-account-toggle {
  text-align: right;
  position: relative;
  width: 100%;
}

.pencilButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.pencilButtonn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0;
}

.pencil {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.edit-account-form-wrapper, .edit-address-form-wrapper {
  margin-top: 0px;
}

.edit-account-form-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #475467;
  margin: 0 0 20px;
}

.label1 {
  line-height: 2;
  color: #31343F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.label2 {
  line-height: 2;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.accountFieldset {
  margin: 0px !important;
  border: none;
  padding: 0;
  display: flex;
  gap: 30px;
}

.woocommerce form .form-row-myaccount input.input-text, .woocommerce form .form-row-myaccount textarea {
  box-sizing: border-box;
  margin: 5px 15px;
  width: 100%;
  height: 90%;
  left: 16px;
  top: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  border: none;
  outline: none;
  background-color: white !important;
  text-underline-position: under;
  padding: 0;
}
.woocommerce form .form-row-myaccount input.input-text1 {
  box-sizing: border-box;
  margin: 5px 15px;
  width: 90%;
  height: 90%;
  left: 16px;
  top: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  border: none;
  outline: none;
  background-color: white !important;
  padding: 0;
}
.woocommerce form .form-row-myaccount input.input-text2 {
  box-sizing: border-box;
  margin: 5px 7px 5px 90px;
  height: 90%;
  left: 0px;
  top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #E6EAEE;
  outline: none;
  background-color: white !important;
  text-underline-position: under;
  padding-left: 10px !important;
}
.woocommerce form .form-row-myaccount input.input-pass {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row-myaccount label {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 14px;
  color: #475467;
  background: #FFFFFF;
  height: 18px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  padding: 2px;
}
.woocommerce form .form-row-myaccount select {
  cursor: auto;
  margin: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  margin: 5px 11px;
  width: 100%;
  height: 90%;
  left: 16px;
  top: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
  border: none;
  outline: none;
  text-underline-position: under;
  background-color: white !important;
}
.woocommerce form .form-row-wide-myaccount {
  clear: both;
  display: flex;
  gap: 5px;
  width: 50%;
  height: 48px;
  left: 0px;
  top: 9px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  position: relative;
}

.woocommerce-page form .form-row-wide-myaccount {
  clear: both;
  display: flex;
  gap: 5px;
  width: 50%;
  height: 48px;
  left: 0px;
  top: 9px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  position: relative;
}

.input1.red-border, .input2.red-border, .input3.red-border, .input4.red-border, .input5.red-border, .input6.red-border {
  border-color: red !important;
}

.woocommerce form .pickupdateplaceholder input.input-text::placeholder {
  color: black;
  opacity: 1;
}

.accPass .input-text {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: red;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #E6EAEE;
}

.myaccountbutton {
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  background-color: #ebe9eb;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  width: 140px;
  height: 48px;
  border-radius: 100px;
  background: #004FE5;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.saveloadingicon {
  color: #FFFFFF;
}

.woocommerce-MyAccount-orders {
  width: 100%;
}

.order {
  display: flex;
  margin-bottom: 5%;
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  background: var(--white, #FFFFFF);
}

.bodywid {
  width: 100%;
}

.colortd {
  padding: 20px 10px 20px 20px;
  width: 2%;
}

/* Green border for completed status */
.td-green-border {
  width: 4px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #5EAA22;
}

/* Yellow border for processing status */
.td-yellow-border {
  width: 4px;
  height: 56px;
  border-radius: 100px;
  background: #F5DD62;
}

.td-grey-border {
  width: 4px;
  height: 56px;
  border-radius: 100px;
  background: #E6EAEE;
}

.firsttd {
  width: 32.5%;
  padding: 20px 0px 20px 10px;
}

.orderweight {
  font-weight: 400;
  padding-right: 5px;
  color: #475467;
}

.timestyle {
  padding-left: 5px;
  margin-top: 10px !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
}

.woocommerce div.product div.summary p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #667085;
}

.custom-single-product .summary .product-title {
  color: var(--Gray-900, #101828);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  /* 116.667% */
  margin-bottom: 16px !important;
}
.custom-single-product .summary .input-box {
  align-self: stretch;
  color: var(--Gray-500, #667085);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.custom-single-product .summary .product-divider {
  margin: 32px 0px !important;
  color: #EAECF0 !important;
}
.custom-single-product .summary input {
  font-family: "Poppins-Regular";
  font-weight: 600;
  text-align: center;
  border: none;
  font-size: 16px;
  width: 50px;
}
.custom-single-product .summary .product-dimensions div:first-child {
  margin-right: 12px !important;
}
.custom-single-product .summary .price-title {
  margin-bottom: 0px !important;
}
.custom-single-product .summary .product-price {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.custom-single-product .summary .price-value {
  color: #122247 !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: -0.64px;
}

.imagelength {
  display: flex;
  justify-content: right;
  gap: 10px;
}

.numberitem {
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  background: #FFFFFF;
  width: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  text-align: center;
  padding: 6%;
}

.tdstyle {
  padding: 0 3% 0 0;
  align-self: center;
  text-align: right;
  width: 5%;
}

.arrowbut {
  background: transparent;
  border: none;
  cursor: pointer;
}

.woocommerce-info .button {
  float: inherit !important;
}

.woocommerce-order-history {
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  padding: 20px 32px 30px;
  text-align: center;
}

.orderimg {
  margin-bottom: 20px;
}

.orderstext {
  color: #31343F;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px !important;
  margin-bottom: 5px;
}

.ordertext2 {
  color: #31343F;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

.shopButton {
  border-radius: 100px !important;
  background: #004FE5 !important;
  padding: 15px 40px !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px !important;
  cursor: pointer;
  border: none;
}
.shopButton:disabled {
  border-radius: 100px !important;
  background: #004FE5 !important;
  padding: 15px 40px !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px !important;
  cursor: pointer;
  border: none;
  background: #ccc !important;
}
.shopButton:hover {
  border-radius: 100px !important;
  padding: 15px 40px;
  color: #FFFFFF !important;
}

.woocommerce-order-details {
  margin-bottom: 2em;
  padding: 0;
}
.woocommerce-order-details :last-child {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce table.shop_table_myaccount {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border: none !important;
}
.woocommerce table.shop_table_myaccount td {
  border-top: none;
  padding: 9px 12px;
  vertical-align: text-bottom;
  line-height: 1.5em;
  font-size: 14px;
}
.woocommerce table.shop_table_myaccount tbody th {
  font-weight: 700;
  border-top: none;
  color: #31343F;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  /* 155.556% */
}
.woocommerce table.shop_table_myaccount tfoot th {
  font-weight: 700;
  border-top: none;
  color: #31343F;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  /* 155.556% */
}
.woocommerce table.shop_table_myaccount tfoot td {
  font-weight: 400;
  border-top: none;
  color: var(--secondary, #475467);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.woocommerce table.shop_table_myaccount td {
  border-top: none;
  padding: 0 5px 12px;
  vertical-align: top;
  line-height: 1.5em;
}

.newpad {
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-weight: 400 !important;
}

.newpad1 {
  padding: 9px 5% !important;
  line-height: 1.5em;
  font-weight: 400 !important;
}

.newpadwid1 {
  width: 25%;
}

.newpadwid2 {
  width: 10%;
  text-align: center;
}

.newpadwid3 {
  width: 15%;
  text-align: right;
}

.newpadwid4 {
  width: 40%;
}

.addressvertical {
  vertical-align: top !important;
}

.last-item-row {
  height: 1px;
  background: #E6EAEE;
}

.valuetd {
  color: #31343F !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  text-align: right;
  padding-left: 0 !important;
}

.viewtotal1 {
  text-align: right;
  padding: 9px 12px;
}

.order-again {
  float: right;
  margin-bottom: 25px !important;
  border-radius: 100px;
  padding-right: 12px;
}

.buttonagain {
  margin: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  width: 180px;
  background: #004FE5;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px !important;
  padding: 15px !important;
}
.buttonagain:hover {
  color: white;
  text-decoration: none;
}

.alignlast {
  text-align: right;
  color: #31343F;
  padding: 9px 12px !important;
}

.alignlast1 {
  text-align: center;
  color: #31343F;
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: none;
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}

.woocommerce-account .addresses .title .edit {
  float: right;
  justify-self: center;
  text-decoration: underline;
}

.addclass {
  padding: 0 0 0 10% !important;
}
.addclass p {
  margin-bottom: 12px;
  line-height: 1.5em !important;
  font-size: 14px !important;
}

.addressimg {
  text-align: center;
  width: 100%;
}

.editdiv {
  text-align: center;
}

.editbut {
  border: none;
  background: transparent;
}

.woocommerce-account .addresses .title .edit {
  float: right;
  justify-self: center;
  text-decoration: underline;
}

.edit-account-form-wrapper {
  margin-top: 0px;
}

.edit-address-form-wrapper {
  margin-top: 0px;
}
.edit-address-form-wrapper p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #31343F;
  cursor: pointer;
}

.woocommerce form .form-row-wide2-myaccount, .woocommerce-page form .form-row-wide2-myaccount {
  clear: both;
  display: flex;
  gap: 5px;
  width: 100%;
  height: 48px;
  left: 0px;
  top: 9px;
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  position: relative;
}

.cancel {
  color: #31343F !important;
  text-align: center !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-decoration: none !important;
}

.woocommerce-EditpaymentForm1 {
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  padding: 20px 32px 30px;
}

.woocommerce-message::before {
  content: "";
}

.woocommerce-info {
  border: none;
  background: var(--white, #FFFFFF);
  padding: 0;
  text-align: center;
  margin: 0;
}
.woocommerce-info .button {
  float: inherit !important;
}

.nocard {
  color: #31343F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.ordertext2 {
  color: #31343F;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

.editbut {
  border: none;
  background: transparent;
}

.cko-form .card-number-frame:before {
  content: "Card Number";
  display: block;
  position: absolute;
  top: -11px;
  left: 10px;
  background: #FFFFFF;
  width: auto;
  font-size: 12px;
  color: #475467;
  line-height: 18px;
}

.card-number-frame {
  background-color: white;
  border-radius: 8px !important;
  border: 1px solid #E6EAEE !important;
  box-shadow: none !important;
}

.cko-form .card-number-frame, .expiry-date-frame, .cko-form .cvv-frame {
  border-radius: 8px !important;
  border: 1px solid #E6EAEE !important;
  box-shadow: none !important;
  height: 48px;
}

.card-number-wrapper {
  position: relative;
  display: inline-block;
  width: 50%;
}

.pading {
  padding-left: 15px !important;
}

.cardlabel {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 14px;
  color: #475467;
  background: #FFFFFF;
  height: 18px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  padding: 2px;
}

.cko-form .cvv-frame:before {
  content: "Security Code (CVV)";
  display: block;
  position: absolute;
  top: -11px;
  left: 10px;
  background: #FFFFFF;
  width: auto;
  font-size: 12px;
  color: #475467;
  line-height: 18px;
}

.cvv-frame {
  background-color: white;
  border-radius: 8px !important;
  border: 1px solid #E6EAEE !important;
  box-shadow: none !important;
}

#cardNumber, #cvv, #expiryDate {
  height: 48px !important;
}

.password-toggle .toggle-icon, .password-toggle1 .toggle-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.savedisplay {
  display: inline-flex;
}

.error-message {
  display: block;
  color: #C9501C;
  font-size: 0.9rem !important;
  margin: 8px 0 0 1px;
  font-weight: 300;
}

.woocommerce-Address {
  padding: 32px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  background: var(--white, #FFFFFF);
  margin-bottom: 5% !important;
  list-style: none !important;
  font-size: 16px !important;
  line-height: 0 !important;
  margin-left: 0 !important;
}

.edit-card-toggle {
  text-align: end;
  padding-bottom: 32px;
}

.payment-group {
  display: flex;
  /* Use flexbox to display two divs side by side */
}

.woocommerce-payment {
  margin-right: 20px;
  border-radius: 12px;
  border: 1px solid #E6EAEE;
  background: #F8F9FB;
  padding: 0 4% 4% 4%;
  margin-bottom: 5%;
  width: 50%;
}
.woocommerce-payment:nth-child(2n) {
  margin-right: 0;
}

.delete-card {
  text-align: right;
  position: relative;
  width: 100%;
  display: none;
}

.shoptext {
  color: #FFFFFF !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
}

.loaderSave {
  display: none; /* Initially hide the loader */
  width: 20px;
  height: 20px;
  border: 3px solid #CCC;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  animation: spin 1s linear infinite;
  margin-left: 10px; /* Adjust the margin as needed */
  vertical-align: middle;
}

.delete-button {
  background: #DD5C5C;
  border: none;
  border-radius: 20px;
  padding: 7px 10px;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -10px;
}

.iconcenter3 {
  transform: scaleX(-1);
  color: var(--cta, #DD5C5C);
  margin-top: 10%;
  margin-bottom: 4%;
}

.trashcolor1 {
  color: white;
  margin-right: 4%;
}

.trashcolor {
  color: white;
}

.twodiv {
  display: flex;
  margin-top: 15%;
}

.twodivv {
  display: flex;
  align-items: baseline;
  padding-top: 8%;
}

.bebold {
  min-width: fit-content;
}

.bebold, .bebold1 {
  color: #31343F;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px !important;
}

.dispdiv {
  display: flex;
  gap: 1%;
}

.notbebold {
  color: var(--secondary, #475467);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  overflow-wrap: anywhere;
}

.dispdivcard {
  width: 80%;
}

.dispdivcard1 {
  width: 20%;
  text-align: right;
}

.make-main-address {
  margin-top: 4%;
}
.make-main-address a {
  outline: none;
  text-decoration: none;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.make-main-address1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #31343F;
  cursor: pointer;
}
.make-main-address1:hover {
  color: #31343F;
  text-decoration-line: underline;
}

/* Style for "Make this my main" link */
.main-address {
  color: #ec7f47;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.main-address:hover {
  color: #ec7f47;
}
.main-address::before {
  content: "✓";
  font-family: "Font Awesome 6 pro";
  margin-right: 0.75%;
}

.card-icon {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

.notbebold3 {
  color: #31343F;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  word-spacing: 2.5rem;
}

.notbebold4 {
  color: #31343F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
}

.editnewcard {
  color: #31343F !important;
  text-align: right !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  /* 150% */
  text-decoration-line: underline !important;
  cursor: pointer;
}
.editnewcard:hover {
  color: #31343F !important;
  text-align: right !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  /* 150% */
  text-decoration-line: underline !important;
  cursor: pointer;
}

.card-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

input:not(:placeholder-shown) + .card-icons {
  display: block;
}

.date-and-code {
  display: flex;
  margin-bottom: 8px;
}

.cko-form .date-and-code {
  margin-top: 25px;
  margin-bottom: 16px;
  column-gap: 16px;
}

.date-and-code > div:nth-child(1), .date-and-code > div:nth-child(2) {
  width: 50% !important;
}

.payment_box .cko-form .input-container, .payment_box .cko-form .date-and-code {
  width: 100%;
  height: 50px !important;
}

.cko-form .expiry-date-frame:before {
  content: "Expiry Date";
  display: block;
  position: absolute;
  top: -11px;
  left: 10px;
  background: #FFFFFF;
  width: auto;
  font-size: 12px;
  color: #475467;
  line-height: 18px;
}

.logout-confirmation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 2px 15px 0px rgba(33, 33, 52, 0.1);
  z-index: 9999;
  width: 412px;
}
.logout-confirmation h3 {
  margin-top: 0;
  font-family: "Poppins-Regular";
}
.logout-confirmation hr {
  border: none;
  border-top: 1px solid #E6EAEE;
  margin: 10px 0;
}
.logout-confirmation img {
  display: block;
  margin: 10px auto;
}
.logout-confirmation p {
  margin-bottom: 10%;
  color: #31343F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.logout-confirmation .buttonCancel {
  margin: 0 5px;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #DCDCE4;
  background: #FFFFFF;
  color: #31343F;
  width: 45%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.logout-confirmation .buttonConfirm, .logout-confirmation .buttonConfirmm {
  margin: 0 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 100px;
  /*  background: $secondary_color;*/
  width: 45%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.logout-confirmation .buttonConfirm {
  background: #004FE5;
}
.logout-confirmation .buttonConfirmm {
  background: #DD5C5C;
}

.iconcenter1 {
  transform: scaleX(-1);
  color: #ec7f47;
  margin-top: 10%;
  margin-bottom: 4%;
}

.page-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

@media (max-width: 850px) {
  .addbut {
    min-width: 100% !important;
    cursor: pointer;
    margin-top: 5%;
    padding: 5px 2% 5px !important;
    background: #ec7f47 !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(1) {
    border-bottom: 1px solid #E6EAEE;
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2) {
    border-bottom: 1px solid #E6EAEE;
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(3) {
    border-bottom: 1px solid #E6EAEE;
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(4) {
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(5) {
    display: none;
  }
  .logout-confirmation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 2px 15px 0px rgba(33, 33, 52, 0.1);
    z-index: 9999;
    width: 90%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #000;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-wrapper {
    position: relative;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation.open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
    border-radius: 8px;
    background: var(--light-mode-neutral-0, #FFFFFF);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .selected-option {
    width: 100%;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    border: 1px solid #E6EAEE;
    background: #FFFFFF;
    color: #31343F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5%;
    margin-left: 0;
  }
  .selected-option.open {
    background: #FFFFFF;
    border: 1px solid #ec7f47;
  }
  .selected-icon::before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    /* Content is set dynamically using the 'data-icon' attribute */
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }
  .dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }
  .logDiv {
    text-align: -webkit-center;
    margin-top: 20%;
  }
  .woocommerce form .form-row-myaccount {
    padding: 3px;
    margin: 0 0 6%;
  }
  .cancelbut {
    border-radius: 100px;
    border: 1px solid #E6EAEE;
    background: #FFFFFF;
    min-width: 45%;
    line-height: 2;
    padding: 10px 2% 10px;
    margin-right: 2%;
  }
  .addbut1 {
    min-width: 47% !important;
    cursor: pointer;
    margin-top: 5%;
    padding: 5px 2% 5px !important;
    background: #ec7f47 !important;
  }
  .shopButton:disabled {
    width: 45%;
    padding: 13px 19px !important;
  }
  .paydiv {
    gap: 15px;
  }
  .date-and-code {
    display: flex;
    margin-bottom: 8px;
    padding-left: 30px;
  }
  .woocommerce-checkout .date-and-code {
    padding-left: 0px;
  }
}
@media (min-width: 850px) {
  .addbut {
    min-width: 23% !important;
    cursor: pointer;
    background: #ec7f47 !important;
  }
  .selected-icon2 {
    display: none;
  }
  .iconcenter, .dropdown-arrow {
    display: none;
  }
  .logDiv {
    text-align: -webkit-center;
    margin-top: 20%;
    display: none;
  }
  .woocommerce form .form-row-myaccount {
    padding: 3px;
    margin: 0 0 4%;
  }
  .cancelbut {
    border-radius: 100px;
    border: 1px solid #E6EAEE;
    background: #FFFFFF;
    min-width: 23%;
    line-height: 2;
    padding: 10px 2% 10px;
    margin-right: 2%;
  }
  .addbut1 {
    min-width: 23% !important;
    cursor: pointer;
    padding: 7px 2% 7px !important;
    background: #004FE5 !important;
  }
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: inherit;
    width: 100%;
  }
  .woocommerce-EditAccountForm1 {
    border-radius: 12px;
    border: 1px solid #E6EAEE;
    background: var(--white, #FFFFFF);
    padding: 20px 10px 30px 10px;
  }
  .label1 {
    line-height: 2;
    color: #31343F;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .label2 {
    line-height: 2;
    color: #475467;
    font-size: 14px;
    line-height: 24px;
  }
  .accountFieldset {
    margin: 0 0 10px 0 !important;
    border: none;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  .woocommerce form .form-row-wide-myaccount, .woocommerce-page form .form-row-wide-myaccount {
    width: 100%;
  }
  .myaccountbutton {
    width: 100%;
    margin-top: 20px;
  }
  .myaccountbutton:hover {
    text-decoration: none;
    background-image: none;
    color: #FFFFFF;
  }
  .woocommerce form .form-row-wide2-myaccount, .woocommerce-page form .form-row-wide2-myaccount {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .notbebold {
    color: var(--secondary, #475467);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    width: 80%;
    overflow-wrap: anywhere;
  }
  .bebold1 {
    color: #31343F;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px !important;
    width: 22%;
  }
  .card-icons {
    top: 50% !important;
  }
  .notbebold3 {
    color: #31343F;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    word-spacing: 38px !important;
  }
  .woocommerce form .form-row-myaccount label {
    font-size: 12px !important;
  }
  .woocommerce table.shop_table_myaccount_responsive tr td::before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
  }
  .woocommerce-page table.shop_table_myaccount_responsive tr td::before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_myaccount_responsive tr, .woocommerce-page table.shop_table_myaccount_responsive tr {
    display: flex;
  }
  .woocommerce table.shop_table_myaccount_responsive tr td, .woocommerce-page table.shop_table_myaccount_responsive tr td {
    display: block;
    text-align: left !important;
  }
  .woocommerce table.shop_table_myaccount_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_myaccount_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table_myaccount_responsive thead, .woocommerce-page table.shop_table_myaccount_responsive thead {
    display: none;
  }
  .mobwidth {
    width: 100%;
    padding: 0;
  }
  .order {
    display: flex;
    margin-bottom: 5%;
    border-radius: 8px;
    border: 1px solid #E6EAEE;
    background: var(--white, #FFFFFF);
  }
  .colortd {
    padding: 20px 10px 20px 10px;
    width: 2%;
  }
  .firsttd {
    width: 84%;
    padding: 20px 0px 20px 10px;
    font-size: 14px;
  }
  .orderweight {
    font-weight: 400;
    padding-right: 1px;
    color: #475467;
  }
  .timestyle {
    padding-left: 1px;
  }
  .tdstyle {
    padding: 0;
    align-self: center;
    width: fit-content;
  }
  .addresfoot1 {
    display: none !important;
  }
  .foottr {
    padding: 0px 5% 9px 1.5% !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #31343F !important;
    display: flex !important;
  }
  .valuetd {
    color: #31343F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-align: right;
    right: 10%;
    position: absolute;
  }
  .viewtotal1 {
    display: block !important;
    position: absolute !important;
    right: 10% !important;
    padding: 0 5px 12px !important;
  }
  .order-again {
    width: 90%;
    float: unset;
    margin-bottom: 25px !important;
    border-radius: 100px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .buttonagain {
    border-radius: 100px !important;
    padding: 15px !important;
    width: 100% !important;
  }
  .itemsdesktop {
    display: none !important;
  }
  .alignlast {
    text-align: right;
    color: #31343F;
    padding: 0 5px 12px !important;
  }
  .allwid {
    width: 25%;
  }
  .allwid2 {
    width: 60%;
  }
  .allwidnew {
    width: 80%;
  }
  .dispview {
    display: grid;
    gap: 5px;
  }
  .addclass {
    padding: 0 !important;
  }
  .card-number-wrapper {
    width: 100% !important;
  }
  .payment-group {
    display: block;
  }
  .woocommerce-payment {
    margin-right: 20px;
    border-radius: 12px;
    border: 1px solid #E6EAEE;
    background: #F8F9FB;
    padding: 0 4% 4% 4%;
    margin-bottom: 5%;
    width: 100%;
  }
}
@media (max-width: 391px) {
  .custom-single-product .summary input {
    width: 30px;
  }
  .custom-single-product .summary .price-value {
    font-size: 24px !important;
  }
  .custom-single-product .summary .product-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .custom-single-product .summary .product-divider {
    margin: 24px 0px !important;
  }
  .custom-single-product .summary .input-box {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 767px) {
  .foottr, .itemsmobile {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .cko-form .cvv-frame:before {
    font-size: 11px;
  }
}
@media (max-width: 650px) {
  .delete-button {
    right: -27px !important;
  }
}

/*# sourceMappingURL=myaccount.css.map */
