/* ========== Custom Menu Item css start ========== */

div[data-elementor-type="header"] .elementor-widget{
  position: static !important;
}

.elementor-nav-menu{
  position: static !important;
}

.tpcf-custom-menu-item{
  position: static !important;
}

.tpcf-custom-menu-item.desktop{
  display: flex !important;
}

.tpcf-custom-menu-item-mobile{
  display: none !important;
}

.tpcf-custom-menu-item span{
  font-family: "Cairo Regular", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-right: 12px;
  padding-left: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.tpcf-custom-menu-item span::after{
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu{
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  min-height: 300px;
  height: auto;
  background-color: #fff;
  z-index: 2;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: none;
}

.tpcf-custom-menu-item:hover .tpcf-custom-menu-item-mega-menu{
  display: flex;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid{
  display: flex;
  align-items: stretch;
  flex: 1;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left{
  width: 30%;
  height: 100%;
  border-left: 1px solid #D9D9D9;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left .tpcf-manufacturer-list{
  display: flex;
  flex-direction: column-reverse;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left .tpcf-manufacturer-list div{
  padding: 14px 24px;
  font-family: "Cairo Regular", Sans-serif;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left .tpcf-manufacturer-list div:hover{
  background-color: #80808033;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left .tpcf-manufacturer-list div.active{
  background-color: #80808033;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-left .tpcf-manufacturer-list div::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0% , -50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right{
  width: 70%;
  padding: 18px;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right .tpcf-year-groups{
  display: none;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right .tpcf-year-groups.active{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right .tpcf-year-groups .tpcf-year-group h4{
  font-family: "Cairo Medium", Sans-serif;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 600;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right .tpcf-year-groups .tpcf-year-group .tpcf-year-cars .tpcf-car-item{
  font-family: "Cairo Regular", Sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 6px;
  padding: 0 !important;
  transition: 0.1s;
}

.tpcf-custom-menu-item .tpcf-custom-menu-item-mega-menu .tpcf-custom-menu-item-mega-menu-grid .tpcf-custom-menu-item-mega-menu-right .tpcf-year-groups .tpcf-year-group .tpcf-year-cars .tpcf-car-item:hover{
  color: #0000009e;
}

.tpcf-custom-menu-item-mobile span{
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
}

.tpcf-custom-menu-item-mobile span::after{
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-item-mobile span.active::after{
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -4px;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body{
  display: none;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body.active{
  display: flex;
  flex-direction: column-reverse;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-m-title{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 0;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-m-title::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0% , -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-m-title.active::after{
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -4px;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years{
  padding-right: 32px;
  display: none;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years.active{
  display: block;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-cars{
  padding-right: 16px;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-cars.active{
  display: block;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-year .tpcf-mobile-y-title{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-year .tpcf-mobile-y-title::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0% , -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-year .tpcf-mobile-y-title.active::after{
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -4px;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-cars a{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 6px;
  padding: 0 !important;
}

.tpcf-custom-menu-item-mobile .tpcf-mobile-body .tpcf-mobile-manufacturer .tpcf-mobile-years .tpcf-mobile-cars a:last-child{
  margin-bottom: 0;
}

.tpcf-custom-menu-brand-item{
  position: static !important;
}

.tpcf-custom-menu-brand-item.desktop{
  display: flex !important;
}

.tpcf-custom-menu-brand-item-mobile{
  display: none !important;
}

.tpcf-custom-menu-brand-item span.tpcf-shop-by-brand-menu-item{
  font-family: "Cairo Regular", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-right: 12px;
  padding-left: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  margin-right: 6px;
  cursor: pointer;
}

.tpcf-custom-menu-brand-item span.tpcf-shop-by-brand-menu-item::after{
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu{
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  min-height: 300px;
  height: auto;
  background-color: #fff;
  z-index: 2;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: none;
}

.tpcf-custom-menu-brand-item:hover .tpcf-custom-menu-brand-item-mega-menu{
  display: block;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-letters{
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #D9D9D9;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-letters span.tpcf-custom-menu-brand-letter{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  padding: 14px 28px;
  transition: 0.3s;
  border-left: 1px solid #D9D9D9;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-letters span.tpcf-custom-menu-brand-letter::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-letters span.tpcf-custom-menu-brand-letter:hover{
  background-color: #80808033;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-letters span.tpcf-custom-menu-brand-letter.active{
  background-color: #80808033;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-panels{
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 24px;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-panels.active{
  display: grid;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-panels .tpcf-custom-menu-brand-panel a{
  padding: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  transition: 0.2s;
  font-weight: 500;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-panels .tpcf-custom-menu-brand-panel img{
  width: 120px;
}

.tpcf-custom-menu-brand-item .tpcf-custom-menu-brand-item-mega-menu .tpcf-custom-menu-brand-panels .tpcf-custom-menu-brand-panel a:hover{
  color: #0000009e;
}

.tpcf-custom-menu-brand-item-mobile span{
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
}

.tpcf-custom-menu-brand-item-mobile span::after{
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-brand-item-mobile span.active::after{
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -4px;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body{
  display: none;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body.active{
  display: block;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-mobile-brands{
  padding-right: 32px;
  display: none;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-mobile-brands .tpcf-custom-menu-mobile-brand{
  padding-top: 8px;
  padding-bottom: 8px;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-mobile-brands a{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 6px;
  padding: 0 !important;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-mobile-brands a:last-child{
  margin-bottom: 0;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-mobile-brands.active{
  display: block;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-brand-mobile-letter-title{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 0;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-brand-mobile-letter-title::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0% , -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/07/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tpcf-custom-menu-brand-item-mobile .tpcf-brand-mobile-body .tpcf-custom-menu-brand-mobile-letter-title.active::after{
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -4px;
}

/* ========== Custom Menu Item css end ========== */

/* ========== Cart icon css start ========== */

.tpcf-cart-icon-button{
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
}

.tpcf-cart-icon-button img{
  height: 30px !important;
}

.tpcf-cart-icon-button .tpcf-cart-bubble{
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: var(--e-global-color-primary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

/* ========== Cart icon css end ========== */

/* ========== Add to cart success message css start ========== */

.tpcf-add-to-cart-success-message-container{
  background-color: #d4edda;
  padding: 14px 20px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.tpcf-add-to-cart-success-message-container p{
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #155724;
}

/* ========== Add to cart success message css end ========== */

/* ========== Products listing css start ========== */

.tpcf-no-products {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.tpcf-desktop-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.tpcf-mobile-products {
  display: none;
}

.tpcf-mobile-ipad-products {
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Product card css start */

.tpcf-product-card {
  width: 100%;
  height: 100%;
}

.tpcf-product-card .tpcf-product-card-thumbnail-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.tpcf-product-card .tpcf-product-card-thumbnail-container img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.tpcf-product-card
  .tpcf-product-card-thumbnail-container
  .tpcf-product-sale-badge-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  font-family: "Montserrat", Sans-serif;
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpcf-product-card
  .tpcf-product-card-thumbnail-container
  .tpcf-product-sale-badge-container
  .tpcf-product-sale-badge {
  font-size: 12px;
  color: #000;
  font-family: "Cairo Medium", Sans-serif;
  direction: ltr;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-brand-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-brand-container
  img {
  width: 84px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-brand-container
  p {
  margin: 0;
  font-family: "Cairo Regular", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-brand-container
  p.desktop {
  display: block;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-brand-container
  p.mobile {
  display: none;
}

.tpcf-product-card .tpcf-product-card-content-container h3 {
  margin: 0;
  font-family: "Cairo Medium", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 6px;
}

.tpcf-product-card .tpcf-product-card-content-container h3 a {
  color: #000000;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-cart-excerpt {
  font-family: "Cairo Regular", Sans-serif;
  font-size: 14px;
  color: #474747;
  margin: 0;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-rating-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-rating-container
  .tpcf-product-card-rating-stars {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-rating-container
  .tpcf-product-card-rating-stars
  span
  img {
  width: 18px;
  height: 18px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-rating-container
  p {
  margin: 0;
  font-size: 14px;
  font-family: "Cairo Medium", Sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-prices
  p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Medium", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-prices
  p
  img {
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-prices
  p.sale-price {
  color: #000;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-prices
  p.regular-price {
  color: #797777;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-add-to-cart-btn {
  background-color: var(--e-global-color-secondary);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 4px;
  font-family: "Cairo Regular", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  color: #000;
}

.tpcf-product-card
  .tpcf-product-card-content-container
  .tpcf-product-card-add-to-cart-btn
  svg {
  width: 14px;
  height: 14px;
}

/* Product card css end */

/* ========== Products listing css end ========== */

/* ========== Single product css start ========== */

/* Single product rating css start */

.tpcf-single-product-rating-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.tpcf-single-product-rating-container
  .tpcf-single-product-review-average-count {
  margin: 0 !important;
  color: #000;
  font-family: "Cairo Semibold", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.tpcf-single-product-rating-container .tpcf-single-product-rating-stars {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  margin-top: 2px;
}

.tpcf-single-product-rating-container
  .tpcf-single-product-rating-stars
  span
  img {
  width: 18px;
}

.tpcf-single-product-rating-container .tpcf-single-product-review-count {
  margin-bottom: 0 !important;
  color: #000;
  font-family: "Cairo Semibold", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-left: 4px;
  margin-top: -2px;
}

/* Single product rating css end */

/* Single product availability css start */

.tpcf-single-product-show-availability-container {
  display: block;
  transition: opacity 0.3s ease;
}

.tpcf-single-product-show-availability-container span {
  display: flex;
  align-items: center;
  font-family: "Cairo Semibold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
}

.tpcf-single-product-show-availability-container span img {
  width: 16px;
  margin-top: -2px;
}

.tpcf-single-product-show-availability-container span.not-available img {
  margin-top: -1px;
}

.tpcf-single-product-show-availability-container span.available {
  color: green;
}

.tpcf-single-product-show-availability-container span.not-available {
  color: red;
}

.glp-custom-availability-container {
  margin-bottom: 28px;
}

.glp-custom-availability-container.fade
  .tpcf-single-product-show-availability-container {
  opacity: 1;
}

.glp-custom-availability-container.fade-out
  .tpcf-single-product-show-availability-container {
  opacity: 0;
}

.glp-custom-availability-container.fade-in
  .tpcf-single-product-show-availability-container {
  opacity: 1;
}

.tpcf-custom-product-gallery-container
  .tpcf-single-product-custom-wishlist-button
  .tinv-wraper {
  top: 18px !important;
  left: 22px !important;
  z-index: 10;
}

.tpcf-custom-product-gallery-container
  .tpcf-single-product-custom-wishlist-button
  .tinv-wraper
  a::before {
  width: 22px !important;
  height: 22px !important;
}

.tpcf-custom-product-gallery-container img {
  border-radius: 6px !important;
  width: 100% !important;
  height: auto !important;
}

.tpcf-custom-product-gallery-container .swiper-pagination {
  bottom: -8px !important;
}

.tpcf-custom-product-gallery-container
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 2px !important;
  background: #c1c1c1 !important;
  opacity: 1 !important;
}

.tpcf-custom-product-gallery-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--e-global-color-secondary) !important;
}

.tpcf-zoom-image-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.tpcf-zoom-image-modal.active {
  opacity: 1;
  visibility: visible;
}

.tpcf-zoom-image-modal .tpcf-zoom-image-modal-close-container {
  width: 100%;
  text-align: right;
  padding: 24px 30px;
  border-bottom: 1px solid #c1c1c1;
}

.tpcf-zoom-image-modal .tpcf-zoom-image-modal-close-container img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.tpcf-zoom-image-modal-wrapper {
  overflow: hidden;
  touch-action: none;
  max-width: 100%;
  max-height: 100%;
}

.tpcf-modal-image {
  max-width: 100%;
  max-height: 100%;
  touch-action: none;
  cursor: grab;
}

/* Single product availability css end */

/* Single product compatible vehicles css start */

.tpcf_compatible_vehicles_table_container{
  overflow: auto;
}

.tpcf_compatible_vehicles_table{
  border: 1px solid #567789 !important;
  max-width: 1350px;
  min-width: 900px;
}

.tpcf_compatible_vehicles_table thead th{
  border: 1px solid #567789 !important;
  background-color: var(--e-global-color-secondary) !important;
  color: #000 !important;
  font-family: "Cairo Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tpcf_compatible_vehicles_table tbody td{
  border: 1px solid #567789 !important;
  background-color: transparent !important;
  color: #000 !important;
  font-family: "Cairo Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* Single product compatible vehicles css start */

/* ========== Single product css end ========== */

/* ========== Cart page css start ========== */

.tpcf-cart-empty-container {
  width: 100%;
  text-align: center;
  padding: 0 24px;
}

.tpcf-cart-empty-container img {
  max-width: 500px !important;
  width: 100%;
  margin-bottom: 20px;
}

.tpcf-cart-empty-container p {
  font-weight: 500;
  font-size: 20px;
  font-family: "Cairo Semibold", Sans-serif;
  color: #858585;
  margin-bottom: 34px !important;
}

.tpcf-cart-empty-container a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  max-width: 300px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.tpcf-cart-empty-container a:hover {
  color: #000 !important;
}

.tpcf-cart-section {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-cart-section.fade {
  opacity: 0.2;
  pointer-events: none;
}

.tpcf-cart-section .tpcf-cart-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.tpcf-cart-section .tpcf-cart-row .tpcf-cart-col:nth-child(1) {
  width: 60%;
}

.tpcf-cart-section .tpcf-cart-row .tpcf-cart-col:nth-child(2) {
  width: 30%;
}

.tpcf-cart-section .tpcf-cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #e6e5e5;
}

.tpcf-cart-section .tpcf-cart-item:first-child {
  padding-top: 0;
}

.tpcf-cart-section .tpcf-cart-item:last-child {
  border-bottom: none;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-thumbnail-container {
  width: 20%;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-content-container {
  width: 80%;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-thumbnail-container a img {
  width: 100%;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-title {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-short-description {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px !important;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-variations {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-variations p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price {
  margin-bottom: 13px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price ins {
  text-decoration: none !important;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-product-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-product-price
  ins
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price del {
  color: #797777;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-product-price
  del
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-product-price
  .tpcf-cart-item-discount {
  background-color: var(--e-global-color-primary);
  font-size: 10px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 400;
  padding: 4px 10px;
  padding-top: 5px;
  line-height: 14px;
  color: #000;
  direction: ltr;
}

.tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-control-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-cart-item-quantity-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-cart-item-quantity-container
  button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-cart-item-quantity-container
  button
  img {
  width: 10px;
  pointer-events: none;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-cart-item-quantity-container
  button.tpcf-plus {
  margin-left: 0;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-cart-item-quantity-container
  input {
  padding: 0 !important;
  width: 40px;
  border: none !important;
  text-align: center;
  user-select: none;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
  margin-left: -14px;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-remove
  button {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  gap: 4px;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-remove
  button
  img {
  width: 24px;
  margin-top: -3px;
}

.tpcf-cart-section
  .tpcf-cart-item
  .tpcf-cart-item-control-container
  .tpcf-remove
  button
  .tpcf-remove-btn-text {
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #474747;
  text-decoration: underline;
}

.tpcf-cart-section .tpcf-cart-summary-container {
  border: 1px solid #e6e5e5;
  border-radius: 4px;
  padding: 20px;
  padding-top: 30px;
}

.tpcf-cart-section .tpcf-cart-summary-container .tpcf-cart-summary-header {
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.tpcf-cart-section .tpcf-cart-summary-container .tpcf-cart-summary-header h4 {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.tpcf-cart-section
  .tpcf-cart-summary-container
  .tpcf-cart-summary-total-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tpcf-cart-section
  .tpcf-cart-summary-container
  .tpcf-cart-summary-total-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.tpcf-cart-section
  .tpcf-cart-summary-container
  .tpcf-cart-summary-total-header
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tpcf-cart-section
  .tpcf-cart-summary-container
  .tpcf-cart-summary-total-header
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
  margin-top: -1px;
}

.tpcf-cart-section .tpcf-cart-summary-container p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #797777;
  margin-bottom: 20px !important;
}

.tpcf-cart-section .tpcf-cart-summary-container a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 10px 16px !important;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* ========== Cart page css end ========== */

/* ========== Cart sidebar css start ========== */

.tpcf-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  transform: translateX(100%);
}

.tpcf-cart-sidebar.active {
  transform: translateX(0%);
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-container {
  background-color: #fff;
  width: 440px;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 24px;
  position: relative;
  z-index: 2;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-header-container
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-header-container
  img {
  width: 24px;
  margin-top: -2px;
  cursor: pointer;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-container .tpcf-cart-sidebar-tagline {
  background-color: var(--e-global-color-primary);
  text-align: center;
  padding: 10px 24px;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-container .tpcf-cart-sidebar-tagline p {
  font-size: 16px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0 !important;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-tagline
  p
  img {
  width: 14px;
  margin-bottom: -3px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-empty-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-empty-container
  img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-empty-container
  p {
  font-weight: 600;
  font-size: 20px;
  font-family: "Cairo Semibold", Sans-serif;
  color: #858585;
  margin-bottom: 34px !important;
  text-align: center;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-empty-container
  a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items {
  padding-top: 30px;
  padding-bottom: 20px;
  max-height: calc(80vh - 235px);
  overflow-y: auto;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items.fade {
  opacity: 0.2;
  pointer-events: none;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items::-webkit-scrollbar {
  width: 6px;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items::-webkit-scrollbar-thumb {
  background: var(--e-global-color-secondary);
  border-radius: 4px;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items .tpcf-cart-sidebar-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid #e6e5e5;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item:first-child {
  padding-top: 0;
}

.tpcf-cart-sidebar .tpcf-cart-sidebar-items .tpcf-cart-sidebar-item:last-child {
  border-bottom: none;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-thumbnail-container {
  width: 30%;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-content-container {
  width: 70%;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-thumbnail-container
  a
  img {
  width: 100%;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-title {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-short-description {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #474747;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 7px !important;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-variations {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-variations
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-variations {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-variations
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price {
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  ins {
  text-decoration: none;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  ins
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  del {
  color: #797777;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  del
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg")
    no-repeat center center;
  background-size: contain;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-product-price
  .tpcf-cart-sidebar-item-discount {
  background-color: var(--e-global-color-primary);
  font-size: 10px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 400;
  padding: 4px 10px;
  padding-top: 5px;
  line-height: 14px;
  color: #000;
  direction: ltr;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-cart-sidebar-item-quantity-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-cart-sidebar-item-quantity-container
  button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-cart-sidebar-item-quantity-container
  button
  img {
  width: 8px;
  pointer-events: none;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-cart-sidebar-item-quantity-container
  button.tpcf-sidebar-plus {
  margin-left: 0;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-cart-sidebar-item-quantity-container
  input {
  padding: 0 !important;
  width: 34px;
  border: none !important;
  text-align: center;
  user-select: none;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
  margin-left: -14px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-sidebar-remove
  button {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  gap: 4px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-sidebar-remove
  button
  img {
  width: 24px;
  margin-top: -3px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-items
  .tpcf-cart-sidebar-item
  .tpcf-cart-sidebar-item-control-container
  .tpcf-sidebar-remove
  button
  .tpcf-sidebar-remove-btn-text {
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #474747;
  text-decoration: underline;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container {
  padding: 30px 24px;
  border-top: 1px solid #e6e5e5;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container.fade {
  opacity: 0.2;
  pointer-events: none;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summary-total-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summary-total-header
  p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Cairo Semibold", Sans-serif;
  margin: 0 !important;
  color: #000 !important;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summary-total-header
  .tpcf-cart-sidebar-summary-total-price
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summary-total-header
  .tpcf-cart-sidebar-summary-total-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #797777;
  margin-bottom: 18px !important;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summart-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summart-buttons
  a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 10px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary);
}

.tpcf-cart-sidebar
  .tpcf-cart-sidebar-container
  .tpcf-cart-sidebar-bottom-container
  .tpcf-cart-sidebar-summary-container
  .tpcf-cart-sidebar-summary-total-container
  .tpcf-cart-sidebar-summart-buttons
  a:nth-child(2) {
  background-color: transparent !important;
  color: #000 !important;
}

/* ========== Cart sidebar css end ========== */

/* ========== Register css start ========== */

.tpcf-registration-process-container .tpcf-error-message {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container .tpcf-error-message.show {
  display: block;
}

.tpcf-registration-process-container .tpcf-create-account .hide {
  opacity: 0;
  display: none;
}

.tpcf-registration-process-container .tpcf-check-account {
  display: none;
}

.tpcf-registration-process-container .tpcf-check-account.hide {
  opacity: 0;
  display: none;
}

.tpcf-registration-process-container .tpcf-check-account.show {
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.tpcf-registration-process-container .tpcf-registration-info-step {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-registration-process-container .tpcf-registration-info-step.hide {
  opacity: 0;
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1 {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1.hide {
  opacity: 0;
  display: none;
}

.tpcf-registration-process-container .tpcf-create-account {
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container .tpcf-create-account h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.tpcf-registration-process-container
  .tpcf-create-account
  p:not(.tpcf-error-message) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 40px !important;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form-group {
  margin-bottom: 40px;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form-group
  label {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form-group
  input {
  border: 1px solid #d9d9d9 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  background-color: transparent !important;
  border-radius: 4px;
  padding: 16px !important;
  outline: none !important;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form-group
  input.required {
  border: 1px solid red !important;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form-group
  input::placeholder {
  color: #d9d9d9 !important;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form
  button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-registration-process-container
  .tpcf-create-account
  .tpcf-create-account-form.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container
  .tpcf-create-account-container
  .tpcf-already-have-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container
  .tpcf-create-account-container
  .tpcf-already-have-container.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-create-account-container
  .tpcf-already-have-container
  p {
  margin: 0 !important;
  color: #3b3b3b;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.tpcf-registration-process-container
  .tpcf-create-account-container
  .tpcf-already-have-container
  p:nth-child(2) {
  font-size: 12px;
}

.tpcf-registration-process-container
  .tpcf-create-account-container
  .tpcf-already-have-container
  p
  a {
  color: #000 !important;
  text-decoration: underline !important;
  font-weight: 500;
}

.tpcf-registration-process-container .tpcf-check-account {
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container .tpcf-check-account h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.tpcf-registration-process-container .tpcf-check-account p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 40px !important;
}

.tpcf-registration-process-container .tpcf-check-account p span {
  color: #000 !important;
  font-weight: 600;
}

.tpcf-registration-process-container
  .tpcf-check-account
  .tpcf-check-account-form
  p {
  margin-bottom: 10px !important;
  color: #918e8e;
  font-size: 14px;
}

.tpcf-registration-process-container
  .tpcf-check-account
  .tpcf-check-account-form
  p
  span {
  color: #918e8e !important;
}

.tpcf-registration-process-container
  .tpcf-check-account
  .tpcf-check-account-form
  button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-registration-process-container
  .tpcf-check-account
  .tpcf-check-account-form.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container
  .tpcf-check-account
  .tpcf-check-account-form.show.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container .tpcf-check-account button[type="button"] {
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  padding: 0px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  max-width: 60px;
  margin: 0 auto;
}

.tpcf-registration-process-container .tpcf-registration-info-step {
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container .tpcf-registration-info-step h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  p:not(.tpcf-error-message) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 40px !important;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group:nth-child(1) {
  margin-bottom: 20px;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group:nth-child(2) {
  margin-bottom: 40px;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group
  label {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group
  input {
  border: 1px solid #d9d9d9 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  background-color: transparent !important;
  border-radius: 4px;
  padding: 16px !important;
  outline: none !important;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group
  input.required {
  border: 1px solid red !important;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  .tpcf-registration-info-form-group
  input::placeholder {
  color: #d9d9d9 !important;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step
  button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-registration-process-container
  .tpcf-registration-info-step.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container .tpcf-registration-process {
  width: 100%;
  max-width: 100%;
}

.tpcf-registration-process-container .tpcf-registration-process.max {
  max-width: 500px;
  width: 100%;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1 {
  max-width: 500px;
  width: 100%;
  margin-bottom: 80px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1
  p:not(.tpcf-error-message) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 20px !important;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #000 !important;
  padding: 16px !important;
  border-radius: 4px;
  cursor: pointer;
  outline: none !important;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
    20px top 24px;
  background-size: 10px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process1
  select.required {
  border: 1px solid red !important;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-progress {
  position: relative;
  width: 124px;
  height: 4px;
  background-color: #dcedf7;
  border-radius: 50px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-progress
  .tpcf-registration-processing-progress-slide {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 25%;
  height: 100%;
  border-radius: 50px;
  background-color: var(--e-global-color-secondary);
  transition: 0.3s;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
  flex-direction: row-reverse;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns.fade
  button.tpcf-next {
  pointer-events: none !important;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns.fade
  button.tpcf-skip {
  pointer-events: none !important;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns
  button.tpcf-next {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  padding: 12px 24px !important;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns
  button.tpcf-next.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-processing
  .tpcf-registration-processing-btns
  button.tpcf-skip {
  background-color: transparent !important;
  padding: 0px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #a19e9e;
  border-bottom: 1px solid #a19e9e;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin: 0 24px;
  cursor: pointer;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2 {
  width: 100%;
  margin-bottom: 80px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2 {
  width: 100%;
  margin-bottom: 80px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  p:not(.tpcf-error-message) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 20px !important;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  .tpcf-part-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 12px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  .tpcf-part-types
  .tpcf-part-type {
  border: 1px solid #dcedf7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background-color: transparent;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  .tpcf-part-types
  .tpcf-part-type.active {
  border: 1px solid var(--e-global-color-secondary);
  background-color: #dcedf7;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  .tpcf-part-types
  .tpcf-part-type
  img {
  width: 54px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 18px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process2
  .tpcf-part-types
  .tpcf-part-type
  span {
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3 {
  width: 100%;
  margin-bottom: 80px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3.hide {
  display: none;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  .tpcf-brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 16px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  .tpcf-brands
  .tpcf-brand {
  border: 1px solid #dcedf7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  padding: 18px 12px;
  cursor: pointer;
  transition: 0.3s;
  background-color: transparent;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  .tpcf-brands
  .tpcf-brand.active {
  border: 1px solid var(--e-global-color-secondary);
  background-color: #dcedf7;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  .tpcf-brands
  .tpcf-brand
  img {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
}

.tpcf-registration-process-container
  .tpcf-registration-process
  .tpcf-registration-process3
  .tpcf-brands
  .tpcf-brand
  span {
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

/* ========== Register css end ========== */

/* ========== Login css start ========== */

.tpcf-login-process-container {
  max-width: 500px;
  width: 100%;
}

.tpcf-login-process-container .tpcf-login-error-message {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-login-process-container .tpcf-login-error-message.show {
  display: block;
}

.tpcf-login-process-container .tpcf-login-account .hide {
  opacity: 0;
  display: none;
}

.tpcf-login-process-container .tpcf-login-check-account {
  display: none;
}

.tpcf-login-process-container .tpcf-login-check-account.hide {
  opacity: 0;
  display: none;
}

.tpcf-login-process-container .tpcf-login-check-account.show {
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.tpcf-login-process-container .tpcf-login-account h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.tpcf-login-process-container .tpcf-login-account p:not(.tpcf-error-message) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 40px !important;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form-group {
  margin-bottom: 40px;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form-group
  label {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form-group
  input {
  border: 1px solid #d9d9d9 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  background-color: transparent !important;
  border-radius: 4px;
  padding: 16px !important;
  outline: none !important;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form-group
  input.required {
  border: 1px solid red !important;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form-group
  input::placeholder {
  color: #797777 !important;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form
  button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-login-process-container
  .tpcf-login-account
  .tpcf-login-account-form.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-login-process-container
  .tpcf-login-account-container
  .tpcf-login-already-have-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.tpcf-login-process-container
  .tpcf-login-account-container
  .tpcf-login-already-have-container.hide {
  display: none;
}

.tpcf-login-process-container
  .tpcf-login-account-container
  .tpcf-login-already-have-container
  p {
  margin: 0 !important;
  color: #3b3b3b;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.tpcf-login-process-container
  .tpcf-login-account-container
  .tpcf-login-already-have-container
  p
  a {
  color: #000 !important;
  text-decoration: underline !important;
  font-weight: 500;
}

.tpcf-login-process-container .tpcf-login-check-account h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.tpcf-login-process-container .tpcf-login-check-account p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #918e8e;
  margin-bottom: 40px !important;
}

.tpcf-login-process-container .tpcf-login-check-account p span {
  color: #000 !important;
  font-weight: 600;
}

.tpcf-login-process-container
  .tpcf-login-check-account
  .tpcf-login-check-account-form
  p {
  margin-bottom: 10px !important;
  color: #918e8e;
  font-size: 14px;
}

.tpcf-login-process-container
  .tpcf-login-check-account
  .tpcf-login-check-account-form
  p
  span {
  color: #918e8e !important;
}

.tpcf-login-process-container
  .tpcf-login-check-account
  .tpcf-login-check-account-form
  button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-login-process-container
  .tpcf-login-check-account
  .tpcf-login-check-account-form.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-login-process-container
  .tpcf-login-check-account
  .tpcf-login-check-account-form.show.fade
  button[type="submit"] {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-login-process-container .tpcf-login-check-account button[type="button"] {
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  padding: 0px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  max-width: 60px;
  margin: 0 auto;
}

/* ========== Login css end ========== */

/* ========== Checkout css start ========== */

.tpcf-checkout .tpcf-checkout-back-btn-container {
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 20px;
  display: block;
}

.tpcf-checkout .iti__flag-container {
  display: none !important;
}

.tpcf-checkout .tpcf-checkout-back-btn-container.hide {
  display: none;
}

.tpcf-checkout .tpcf-checkout-back-btn-container button {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000 !important;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 30px !important;
}

.tpcf-checkout .tpcf-checkout-back-btn-container button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat center
    center;
  background-size: contain;
  transform: rotate(90deg) translate(-50%, 0);
  top: 50%;
  margin-top: -1px;
}

.tpcf-checkout-container {
  width: 100%;
  border-top: 1px solid #e6e5e5;
  padding: 0 24px;
}

.tpcf-checkout-container .tpcf-checkout-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 50px;
}

.tpcf-checkout-container .tpcf-checkout-row .tpcf-checkout-col:nth-child(1) {
  width: 56%;
}

.tpcf-checkout-container .tpcf-checkout-row .tpcf-checkout-col:nth-child(2) {
  width: 30%;
}

.tpcf-checkout-container .tpcf-checkout-shipping-info {
  border: 1px solid #e6e5e5;
  border-radius: 6px;
  padding: 30px;
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: 30px;
}

.tpcf-checkout-container .tpcf-checkout-shipping-info.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container .tpcf-checkout-shipping-info.hide {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tpcf-checkout-container .tpcf-checkout-shipping-info h2 {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  p {
  font-family: "Cairo Semibold", Sans-serif;
  color: #797777;
  font-weight: 500;
  font-size: 16px;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  label
  span {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  color: #797777;
  font-weight: 500;
  line-height: 27px;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  .tpcf-checkout-shipping-address {
  margin-bottom: 24px;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  .tpcf-checkout-shipping-address:last-child {
  margin-bottom: 0;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  label
  input[type="radio"] {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  label
  .custom-radio-circle {
  display: flex;
  width: 100%;
  max-width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-right: 10px !important;
  position: relative;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-address-list
  label
  input[type="radio"]:checked
  + .custom-radio-circle::after {
  content: "";
  width: 100%;
  max-width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-info-header
  .add-shipping-address-button {
  width: 42px;
  height: 42px;
  background-color: #f9f9f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tpcf-checkout-container
  .tpcf-checkout-shipping-info
  .tpcf-checkout-shipping-info-header
  .add-shipping-address-button
  img {
  width: 12px;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods {
  border: 1px solid #e6e5e5;
  border-radius: 6px;
  padding: 30px;
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  p.tpcf-payment-error-message {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  p.tpcf-payment-error-message.show {
  display: block !important;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods.hide {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-checkout-payment-methods-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods h3 {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods .tpcf-payment-option {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option:last-child {
  margin-bottom: 0;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  input[type="radio"] {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  .tpcf-payment-radio {
  display: flex;
  align-items: center;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  .tpcf-radio-circle {
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-left: 16px !important;
  position: relative;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  input[type="radio"]:checked
  + .tpcf-radio-circle::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  .tpcf-payment-radio
  .tpcf-payment-title {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  .tpcf-payment-logos {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-payment-option
  .tpcf-payment-logos
  img {
  width: 35px;
  height: 25px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  .tpcf-form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  .tpcf-form-inline
  .tpcf-form-half {
  width: 50%;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  label {
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  input {
  width: 100%;
  border: 1px solid #d9d9d9 !important;
  padding: 14px 16px !important;
  background-color: transparent !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  outline: none !important;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  input::placeholder {
  color: #a19e9e;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-credit-card-form-container
  form
  button {
  background-color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary) !important;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 10px 20px !important;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods .tpcf-divider {
  width: 100%;
  height: 1px;
  background-color: #e6e5e5;
  margin-top: 40px;
  margin-bottom: 22px;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods .tpcf-selected-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-selected-card
  img {
  width: 35px;
  height: 25px;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-selected-card
  p.tpcf-selected-card-number {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  direction: ltr;
}

.tpcf-checkout-container .tpcf-checkout-payment-methods .tpcf-selected-card p {
  margin: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-selected-card
  button {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #567789;
  text-decoration: underline;
}

.tpcf-checkout-container
  .tpcf-checkout-payment-methods
  .tpcf-selected-card
  p.tpcf-selected-card-cvv {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #a19e9e;
  padding: 4px 12px;
  border-radius: 4px;
  border: 2px solid var(--e-global-color-secondary);
}

.tpcf-checkout-container .tpcf-checkout-add-shipping-address-form-container {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container.hide {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container .tpcf-checkout-add-shipping-address-form-container h3 {
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.tpcf-checkout-container .tpcf-credit-card-form-container {
  display: block;
}

.tpcf-checkout-container .tpcf-credit-card-form-container.hide {
  display: none;
}

.tpcf-checkout-container .tpcf-change-card-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  padding: 0 24px;
}

.tpcf-checkout-container .tpcf-change-card-modal.active {
  opacity: 1;
  visibility: visible;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content {
  width: 100%;
  max-width: 568px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
  min-height: 474px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content.fade {
  opacity: 0.8;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-listing-container {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-listing-container.hide {
  display: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-listing-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container.hide {
  display: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-change-card-modal-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 20px;
  margin-bottom: 8px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-change-card-modal-content-header
  img {
  cursor: pointer;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list {
  margin-bottom: 24px;
  max-height: 330px;
  overflow: auto;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list::-webkit-scrollbar {
  width: 6px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list::-webkit-scrollbar-thumb {
  background: var(--e-global-color-secondary);
  border-radius: 4px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card {
  border-bottom: 1px solid #e6e5e5;
  padding: 20px 0;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label {
  display: flex;
  align-items: center;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  input[type="radio"] {
  display: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  .custom-radio-circle {
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-left: 16px !important;
  position: relative;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  input[type="radio"]:checked
  + .custom-radio-circle::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  .tpcf-payment-card-info {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  .tpcf-payment-card-info
  img {
  width: 35px;
  height: 25px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-payment-card-list
  .tpcf-payment-card
  label
  .tpcf-payment-card-info
  p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 !important;
  direction: ltr;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  button.tpcf-add-new-cart-button {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #567789;
  text-decoration: underline;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  button.tpcf-back-card-listing-button {
  background-color: transparent !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding: 0 !important;
  padding-left: 20px !important;
  margin-bottom: 16px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  button.tpcf-back-card-listing-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat center
    center;
  background-size: contain;
  transform: rotate(90deg) translate(-50%, 0);
  top: 50%;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  .tpcf-form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  .tpcf-form-inline
  .tpcf-form-half {
  width: 50%;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  label {
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  input {
  width: 100%;
  border: 1px solid #d9d9d9 !important;
  padding: 14px 16px !important;
  background-color: transparent !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  outline: none !important;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  input::placeholder {
  color: #a19e9e;
}

.tpcf-checkout-container
  .tpcf-change-card-modal
  .tpcf-change-card-modal-content
  .tpcf-add-new-card-container
  form
  button {
  background-color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary) !important;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 10px 20px !important;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group {
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group:nth-child(4),
.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group:nth-child(5) {
  width: 48.5%;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group:nth-child(7),
.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group:nth-child(8),
.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group:nth-child(9) {
  width: 30%;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  label {
  color: #7e7e7e;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  direction: ltr;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  label
  span.required-mark {
  color: red;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  input:not([type="radio"]) {
  width: 100%;
  border: 1px solid #e6e5e5 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000 !important;
  font-size: 16px;
  padding: 14px 20px !important;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
  text-align: right;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  input.required:not([type="radio"]) {
  border: 1px solid red !important;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  input::placeholder {
  color: #7e7e7e !important;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .tpcf-checkout-phone-number-field-container {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 30px;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .tpcf-checkout-phone-number-field-container
  .tpcf-country-selector {
  display: flex;
  align-items: stretch;
  border: 1px solid #e6e5e5;
  width: 140px;
  padding: 13px 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .tpcf-checkout-phone-number-field-container
  .tpcf-country-selector
  img {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 34px;
  height: 18px;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .tpcf-checkout-phone-number-field-container
  .tpcf-country-selector
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  width: 100%;
  padding-left: 22px !important;
  color: #7e7e7e !important;
  font-weight: 600;
  font-size: 18px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left 4px top 10px;
  background-size: 12px;
  cursor: pointer;
  direction: ltr;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .tpcf-checkout-phone-number-field-container
  .iti {
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  small {
  font-family: "Cairo Semibold", Sans-serif;
  color: #7e7e7e !important;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  color: #7e7e7e !important;
  border: 1px solid #e6e5e5 !important;
  background-color: transparent !important;
  padding: 14px 20px;
  border-radius: 8px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
    16px top 23px;
  background-size: 12px;
  cursor: pointer;
  outline: none;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  select.required {
  border: 1px solid red !important;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  input[type="radio"] {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  .custom-radio-circle {
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  label.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: row-reverse;
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  .tpcf-checkout-add-shipping-address-form-groups
  .tpcf-checkout-add-shipping-address-form-group
  input[type="radio"]:checked
  + .custom-radio-circle::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-checkout-container
  .tpcf-checkout-add-shipping-address-form-container
  .tpcf-checkout-add-shipping-address-form
  button {
  width: 100%;
  background-color: var(--e-global-color-secondary) !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 16px !important;
  border-radius: 8px;
  text-align: center;
}

.tpcf-checkout-container .tpcf-checkout-summary-container {
  padding: 20px;
  border: 1px solid #e6e5e5;
  border-radius: 6px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container .tpcf-checkout-summary-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-success-message {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #d4edda;
  color: #155724 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-success-message.show {
  display: block;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-error-message {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-error-message.show {
  display: block;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form {
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  input {
  padding: 8px 16px;
  border-radius: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 14px;
  border: 1px solid #e6e5e5;
  font-weight: 500;
  outline: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  input.required {
  border: 1px solid red;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  input::placeholder {
  color: #a19e9e;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  button {
  font-family: "Cairo Semibold", Sans-serif;
  background-color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  button:disabled {
  background-color: #e6e5e5 !important;
  border: 1px solid #e6e5e5 !important;
  color: #a19e9e !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form
  button.fade {
  background-color: #e6e5e5 !important;
  border: 1px solid #e6e5e5 !important;
  color: #a19e9e !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-coupon-form-container {
  margin-bottom: 20px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary {
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 20px;
  margin-bottom: 26px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-sub-total-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-sub-total-container
  p {
  margin: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-sub-total-container
  p:not(.tpcf-checkout-summary-sub-total-price) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-sub-total-container
  p.tpcf-checkout-summary-sub-total-price
  bdi {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-sub-total-container
  p.tpcf-checkout-summary-sub-total-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg)
    no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-delivery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-delivery-container
  p {
  margin: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-delivery-container
  p:not(.tpcf-checkout-summary-delivery-price) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-delivery-container
  p.tpcf-checkout-summary-delivery-price
  bdi {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-delivery-container
  p.tpcf-checkout-summary-delivery-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg)
    no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p.tpcf-checkout-summary-fees-price
  bdi {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p.tpcf-checkout-summary-fees-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg)
    no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 20px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p {
  margin: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p:not(.tpcf-checkout-summary-delivery-price) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p.tpcf-checkout-summary-delivery-price
  bdi {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  color: #5b5454;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-fees-container
  p.tpcf-checkout-summary-delivery-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg)
    no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-total
  p {
  margin: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-total
  p:not(.tpcf-checkout-summary-total-price) {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-total
  p.tpcf-checkout-summary-total-price
  bdi {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  .tpcf-checkout-summary-total
  p.tpcf-checkout-summary-total-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: url("/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png")
    no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  p.tpcf-checkout-summary-tagline {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #797777;
  margin-bottom: 20px !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  p.tpcf-checkout-summary-tagline
  a {
  color: #6b95ab !important;
  text-decoration: underline !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  button[type="button"] {
  width: 100%;
  font-family: "Cairo Semibold", Sans-serif;
  background-color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary) !important;
  color: #000;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary
  button[type="button"]:disabled {
  opacity: 0.2;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion.active
  img {
  transform: rotate(-180deg);
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion
  img {
  width: 10px;
  height: 10px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content.active {
  display: block;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content {
  display: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0px;
  border-bottom: 1px solid #e6e5e5;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item:first-child {
  padding-top: 0;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item:last-child {
  border-bottom: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-thumbnail-container {
  width: 30%;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-thumbnail-container
  a
  img {
  width: 100%;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container {
  width: 70%;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-title {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-short-description {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #474747;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 7px !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price {
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  ins {
  text-decoration: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  ins
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  del {
  color: #797777;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  del
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol_Gray.svg)
    no-repeat center center;
  background-size: contain;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-product-price
  .tpcf-checkout-cart-item-discount {
  background-color: var(--e-global-color-primary);
  font-size: 10px;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 400;
  padding: 4px 10px;
  padding-top: 5px;
  line-height: 14px;
  color: #000;
  direction: ltr;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-quantity-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-quantity-container
  button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-quantity-container
  input {
  padding: 0 !important;
  width: 34px;
  border: none !important;
  text-align: center;
  user-select: none;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
  margin-left: -14px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-quantity-container
  button.tpcf-checkout-plus {
  margin-left: 0;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-quantity-container
  button
  img {
  width: 8px;
  pointer-events: none;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-variations {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.tpcf-checkout-container
  .tpcf-checkout-summary-container
  .tpcf-checkout-summary-cart-accordion-container
  .tpcf-checkout-summary-cart-accordion-content
  .tpcf-checkout-cart-item
  .tpcf-checkout-cart-item-content-container
  .tpcf-checkout-cart-item-variations
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

/* ========== Checkout css end ========== */

/* ========== My account css start ========== */

.tpcf-my-account .tpcf-my-account-logout-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account .tpcf-my-account-logout-modal.active{
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content {
  width: 100%;
  max-width: 622px;
  padding: 55px 28px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
}

.tpcf-my-account-logout-modal-content
  .tpcf-myaccount-logout-modal-close-button {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.tpcf-my-account-logout-modal-content
  .tpcf-myaccount-logout-modal-close-button
  img {
  width: 22px;
  cursor: pointer;
}

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content h4 {
  text-align: center;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content p{
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons{
    display: flex;
    align-items: center;
    gap: 26px;
  }

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons button{
    width: 100%;
    font-family: "Cairo Semibold", Sans-serif;
    padding: 14px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: 1px solid var(--e-global-color-secondary);
    background-color: var(--e-global-color-secondary) !important;
    padding: 16px !important;
  }

.tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons a{
    width: 100%;
    font-family: "Cairo Semibold", Sans-serif;
    padding: 14px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    color: #324550;
    border: 1px solid #E7F2FD;
    background-color: #E7F2FD !important;
    padding: 16px !important;
  }

.tpcf-my-account .tpcf-my-account-delete-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account .tpcf-my-account-delete-modal.active{
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content {
  width: 100%;
  max-width: 622px;
  max-height: 80vh;
  overflow: hidden;
  padding: 55px 18px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-container{
  overflow-y: auto;
  flex: 1;
  padding: 0 10px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-container::-webkit-scrollbar{
  width: 6px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-container::-webkit-scrollbar-thumb{
  background-color: var(--e-global-color-secondary);
  border-radius: 20px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content.hide{
    display: none !important;
  }

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 28px;
  margin-bottom: 40px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-header h3{
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-header img{
  cursor: pointer;
  width: 22px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content h4{
  margin-top: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content p{
  color: #3b3b3ba8;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 14px !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content p span.highlight{
  color: #ED2100;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons{
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons button{
  width: 100%;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons button{
  width: 100%;
  font-family: "Cairo Semibold", Sans-serif;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding: 16px !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons button.keep-confirm-delete-account{
  border: 1px solid var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary) !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons button.request-confirm-delete-account{
  border: 1px solid #000;
  background-color: transparent !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content {
  width: 100%;
  max-width: 622px;
  padding: 55px 18px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content.hide{
    display: none !important;
  }

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-myaccount-delete-modal-close-button {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-myaccount-delete-modal-close-button img{
  width: 22px;
  cursor: pointer;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-content-container{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
  overflow-y: auto;
  flex: 1;
  padding: 0 10px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-content-container::-webkit-scrollbar{
  width: 6px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-content-container::-webkit-scrollbar-thumb{
  background-color: var(--e-global-color-secondary);
  border-radius: 20px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-content-container.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content h4{
  margin-top: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content p{
  color: #3b3b3ba8;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px !important;
}


.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form .tpcf-my-account-delete-form-group{
    margin-bottom: 40px;
  }

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form label{
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form textarea{
  resize: none;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  background-color: #F9F9F9;
  border: 1px solid #EAECEF;
  outline: none;
  min-height: 138px;
  max-height: 138px;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form textarea.required{
    border: 1px solid red !important;
  }

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form button{
  width: 100%;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #000;
  border: 1px solid var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary) !important;
}

.tpcf-my-account .tpcf-my-account-delete-modal
  .tpcf-my-account-delete-modal-content form textarea::placeholder{
    color: #7E7E7E;
  }

.tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content
  .tpcf-my-account-delete-modal-error {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content
  .tpcf-my-account-delete-modal-error.show {
  display: block;
}

.tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content
  .tpcf-my-account-delete-modal-success {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #d4edda;
  color: #155724 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content
  .tpcf-my-account-delete-modal-success.show {
  display: block;
}

.tpcf-my-account .tpcf-my-account-language-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account .tpcf-my-account-language-modal.active{
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content {
  width: 100%;
  max-width: 622px;
  max-height: 80vh;
  overflow: hidden;
  padding: 34px 28px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-container{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-container.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 28px;
  margin-bottom: 40px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-header h3{
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-header img{
  cursor: pointer;
  width: 22px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content p{
  font-family: "Cairo Semibold", Sans-serif;
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label .custom-radio-circle{
  display: flex;
  width: 100%;
  max-width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-right: 10px !important;
  position: relative;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label input[type="radio"]{
  display: none;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label input[type="radio"]:checked + .custom-radio-circle::after {
  content: "";
  width: 100%;
  max-width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label span.tpcf-language-text{
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons button{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 50%;
  border: none !important;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons button.cancel-language-button{
  background-color: #E7F2FD !important;
  color: #324550 !important;
}

.tpcf-my-account .tpcf-my-account-language-modal
  .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons button.save-language-button{
  background-color: var( --e-global-color-secondary ) !important;
  color: #000 !important;
}

.tpcf-my-account .tpcf-my-account-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.tpcf-my-account .tpcf-my-account-container .tpcf-myaccount-sidebar-container {
  width: 22%;
}

.tpcf-my-account .tpcf-my-account-container .tpcf-myaccount-content-container {
  width: 70%;
}

.tpcf-my-account .iti__flag-container {
  display: none;
}

/* Myaccount sidebar css start */

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-profile-box-container {
  border-top: 1px solid #dfe1e3;
  border-left: 1px solid #dfe1e3;
  border-right: 1px solid #dfe1e3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 22px 22px;
  padding-bottom: 0;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-profile-box {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #dfe1e3;
  padding-bottom: 18px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-profile-box
  .tpcf-my-account-profile-avatar {
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 50%;
  background-color: #3b3b3b;
  color: #fff;
  font-family: "Cairo Semibold", Sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-profile-box
  .tpcf-my-account-profile-greeting
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-weight: 500;
  font-size: 18px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options {
  border-left: 1px solid #dfe1e3;
  border-right: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option {
  padding: 0px 22px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-myaccount-menu-option-container {
  padding: 24px 0;
  border-bottom: 1px solid #dfe1e3;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option.active {
  background-color: #fdffd0;
  border-left: 1px solid var(--e-global-color-secondary);
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option.second-active {
  background-color: #fdffd0;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option:last-child
  .tpcf-myaccount-menu-option-container {
  border-bottom: none !important;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header
  .tpcf-menu-header-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-title {
  color: #000;
  font-weight: 500;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-icon
  img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header
  .tpcf-menu-toggle
  img {
  width: 12px;
  height: 12px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header
  .tpcf-menu-toggle
  img.plus {
  display: block;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header
  .tpcf-menu-toggle
  img.minus {
  display: none;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header.active
  .tpcf-menu-toggle
  img.minus {
  display: block;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-menu-header.active
  .tpcf-menu-toggle
  img.plus {
  display: none;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu {
  list-style: none;
  padding-right: 28px !important;
  margin-top: 10px;
  display: none;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu.active {
  display: block;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu
  li {
  list-style: none;
  margin-bottom: 12px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu
  li:last-child {
  margin-bottom: 0;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu
  li
  a {
  color: #000;
  font-weight: 500;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-submenu
  li
  a.active {
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  a.active {
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-myaccount-logout-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-myaccount-menu-options
  .tpcf-myaccount-menu-option
  .tpcf-myaccount-change-language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  button[type="button"] {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  background-color: #f4f5f6 !important;
  border: 1px solid #f4f5f6 !important;
  border-radius: 6px;
  width: 100%;
  margin-top: 24px;
  padding: 14px 10px !important;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-sidebar-mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e6e5e5;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-sidebar-mobile-header
  img:not(.tpcf-my-account-sidebar-close-button) {
  width: 80px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-sidebar-container
  .tpcf-myaccount-sidebar
  .tpcf-my-account-sidebar-mobile-header
  img.tpcf-my-account-sidebar-close-button {
  width: 18px;
  cursor: pointer;
}

/* Myaccount sidebar css end */

.tpcf-my-account .tpcf-my-account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
}

.tpcf-my-account .tpcf-my-account-breadcrumb a {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-my-account-breadcrumb
  a.tpcf-my-account-main-breadcrumb-desktop {
  display: block;
}

.tpcf-my-account
  .tpcf-my-account-breadcrumb
  a.tpcf-my-account-main-breadcrumb-mobile {
  display: none;
}

.tpcf-my-account .tpcf-my-account-breadcrumb span {
  font-family: "Cairo Semibold", Sans-serif;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 500;
}

.tpcf-my-account .tpcf-myaccount-dashboard {
  background-color: #f4f5f6;
  padding: 30px 34px;
  border-radius: 20px;
}

.tpcf-my-account .tpcf-myaccount-dashboard h2 {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.tpcf-my-account .tpcf-myaccount-dashboard p {
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

/* Myaccount active orders css start */

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal.active {
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content {
  width: 100%;
  max-width: 550px;
  padding: 55px 28px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-close-button {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-close-button
  img {
  width: 22px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  h4 {
  text-align: center;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  p {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-buttons
  .tpcf-myaccount-cancel-order-modal-button {
  width: 100%;
  display: inline-block;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-buttons
  .tpcf-myaccount-cancel-order-modal-button.cancel-order {
  color: #a80202;
  border: 1px solid #a80202 !important;
  background-color: transparent !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-cancel-order-modal
  .tpcf-myaccount-cancel-order-modal-content
  .tpcf-myaccount-cancel-order-modal-buttons
  .tpcf-myaccount-cancel-order-modal-button.keep-order {
  color: #000;
  border: 1px solid var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary) !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal.active {
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content {
  width: 100%;
  max-width: 550px;
  padding: 55px 28px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-modal-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-modal-content-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-modal-content-header
  p
  span.tpcf-myaccount-order-status-modal-id {
  color: #567789;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-modal-content-header
  img {
  width: 22px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step {
  padding-bottom: 50px;
  position: relative;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step.active {
  padding-bottom: 40px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step:last-child {
  padding-bottom: 0;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step:last-child::before {
  display: none;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step.active::before {
  border: 1px dashed var(--e-global-color-secondary);
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  width: 1px;
  height: 100%;
  border: 1px dashed #8b8b8b;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step
  .tpcf-myaccount-order-status-icon {
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step.active
  .tpcf-myaccount-order-status-icon {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step
  .tpcf-myaccount-order-status-info {
  padding-right: 30px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step
  .tpcf-myaccount-order-status-info
  p {
  text-transform: uppercase;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8b8b8b;
  margin-bottom: 0px !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step.active
  .tpcf-myaccount-order-status-info
  p {
  color: #567789;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-status-modal
  .tpcf-myaccount-order-status-modal-content
  .tpcf-myaccount-order-status-timeline
  .tpcf-myaccount-order-status-step
  .tpcf-myaccount-order-status-info
  span {
  color: #8b8b8b;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tpcf-my-account .tpcf-myaccount-active-orders h2 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.tpcf-my-account .tpcf-myaccount-active-orders .tpcf-myaccount-order-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order {
  width: 100%;
  padding: 28px;
  border: 1px solid #dfe1e3;
  border-radius: 12px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-header
  span.tpcf-order-status {
  font-family: "Cairo Semibold", Sans-serif;
  color: #567789;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-meta
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-meta
  p
  img {
  width: 100%;
  max-width: 20px;
  margin-top: 3px;
  margin-left: 12px;
  margin-bottom: -2px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail {
  border-bottom: 1px solid #dfe1e3;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order.active
  .tpcf-myaccount-order-detail {
  border-bottom: none;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-header
  img {
  width: 12px;
  height: 12px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order.active
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-header
  img {
  transform: rotate(-180deg);
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-total-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-total-container
  p {
  text-transform: uppercase;
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-total-container
  span.tpcf-myaccount-order-total
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-total-container
  span.tpcf-myaccount-order-total
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-actions {
  width: 100%;
  display: none;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order.active
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-actions {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-actions
  button {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "Cairo Semibold", Sans-serif;
  color: #a80202;
  border: 1px solid #a80202 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: transparent !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order.active
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container {
  display: flex;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-subtotal
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-subtotal
  span.tpcf-myaccount-order-subtotal
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-subtotal
  span.tpcf-myaccount-order-subtotal
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-delivery
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-delivery
  span.tpcf-myaccount-order-delivery
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-delivery
  span.tpcf-myaccount-order-delivery
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-promo-code
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-promo-code
  span.tpcf-myaccount-order-promo-code {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a80202;
  direction: ltr;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-promo-code
  span.tpcf-myaccount-order-promo-code
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #a80202;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-summary
  .tpcf-myaccount-order-summary-total-container
  .tpcf-myaccount-order-summary-promo-code
  span.tpcf-myaccount-order-promo-code
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/08/Saudi_Riyal_Symbol_Discount.svg)
    no-repeat center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content {
  display: none;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order.active
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #dfe1e3;
  padding-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item:last-child {
  border-bottom: 0;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-thumbnail {
  width: 20%;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-thumbnail
  img {
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content {
  width: 80%;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-item-price {
  margin-bottom: 8px !important;
  text-align: right;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-item-price
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  justify-content: flex-end;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-item-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-order-item-variation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px !important;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-order-item-variation
  span {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-order-item-variation
  span.variation-seprator {
  width: 1px;
  height: 20px;
  background-color: #c1c1c1;
}

.tpcf-my-account
  .tpcf-myaccount-active-orders
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order
  .tpcf-myaccount-order-detail
  .tpcf-myaccount-order-detail-content
  .tpcf-myaccount-order-items
  .tpcf-myaccount-order-item
  .tpcf-myaccount-order-item-content
  .tpcf-item-qty {
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #7e7e7e;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-content-container
  .tpcf-myaccount-active-orders-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-content-container
  .tpcf-myaccount-active-orders-empty-container
  img {
  width: 464px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-content-container
  .tpcf-myaccount-active-orders-empty-container
  p {
  font-family: "Cairo Semibold", Sans-serif;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.tpcf-my-account
  .tpcf-my-account-container
  .tpcf-myaccount-content-container
  .tpcf-myaccount-active-orders-empty-container
  a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 408px;
  display: inline-block;
  text-align: center;
}

/* Myaccount active orders css end */

/* Myaccount orders history css start */

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal.active {
  opacity: 1;
  visibility: visible;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-container {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
  overflow-y: auto;
  flex: 1;
  padding: 0 10px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-container::-webkit-scrollbar {
  width: 6px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-container::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-secondary);
  border-radius: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-form-error {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-form-error.show {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-form-success {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #d4edda;
  color: #155724 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  max-width: 500px;
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-form-success.show {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content {
  width: 100%;
  max-width: 550px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 55px 18px;
  border-radius: 12px;
  background-color: #fff;
  padding-top: 34px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-modal-content-header
  img {
  width: 22px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-content {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 40px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-content
  .tpcf-myaccount-order-product-review-thumbnail {
  width: 20%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-content
  .tpcf-myaccount-order-product-review-name {
  width: 80%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-content
  .tpcf-myaccount-order-product-review-name
  h4 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  line-height: 27px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating {
  margin-bottom: 40px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating
  p {
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px !important;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating
  p
  span.required-mark {
  color: red;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating
  .tpcf-myaccount-order-product-review-rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating
  .tpcf-myaccount-order-product-review-rating-stars
  img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating
  small {
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating-form
  form
  .tpcf-product-review-form-group {
  margin-bottom: 40px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating-form
  form
  label {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating-form
  form
  textarea {
  font-family: "Cairo Semibold", Sans-serif;
  background-color: #f9f9f9;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #d1d1d1 !important;
  outline: none;
  resize: none;
  min-height: 112px;
  padding: 16px 20px;
  max-height: 112px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating-form
  form
  textarea::placeholder {
  color: #7e7e7e;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-product-review-modal
  .tpcf-myaccount-order-product-review-modal-content
  .tpcf-myaccount-order-product-review-rating-form
  form
  button {
  background-color: var(--e-global-color-secondary) !important;
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary) !important;
}

.tpcf-my-account .tpcf-myaccount-orders-history h2 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.tpcf-my-account .tpcf-myaccount-orders-history .tpcf-myaccount-order-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history {
  width: 100%;
  padding: 28px;
  border: 1px solid #dfe1e3;
  border-radius: 12px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-header
  span.tpcf-order-history-status {
  font-family: "Cairo Semibold", Sans-serif;
  color: #567789;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-meta
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-meta
  p
  img {
  width: 100%;
  max-width: 20px;
  margin-top: 3px;
  margin-left: 12px;
  margin-bottom: -2px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail {
  border-bottom: 1px solid #dfe1e3;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history.active
  .tpcf-myaccount-order-history-detail {
  border-bottom: none;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-header
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-header
  img {
  width: 12px;
  height: 12px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history.active
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-header
  img {
  transform: rotate(-180deg);
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content {
  display: none;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history.active
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #dfe1e3;
  padding-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item:last-child {
  border-bottom: 0;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-thumbnail {
  width: 20%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-thumbnail
  img {
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  h3 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-item-price {
  margin-bottom: 8px !important;
  text-align: right;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-item-price
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-item-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-order-history-item-variation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px !important;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-order-history-item-variation
  span {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-order-history-item-variation
  span.variation-seprator {
  width: 1px;
  height: 20px;
  background-color: #c1c1c1;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .tpcf-item-qty {
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #7e7e7e;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-detail
  .tpcf-myaccount-order-history-detail-content
  .tpcf-myaccount-order-history-items
  .tpcf-myaccount-order-history-item
  .tpcf-myaccount-order-history-item-content
  .order-product-add-review {
  margin-left: auto;
  background-color: transparent !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #567789;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-top: 14px;
  cursor: pointer;
  margin-bottom: -14px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-total-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-total-container
  p {
  text-transform: uppercase;
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-total-container
  span.tpcf-myaccount-order-history-total
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-total-container
  span.tpcf-myaccount-order-history-total
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history.active
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container {
  display: flex;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-subtotal
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-subtotal
  span.tpcf-myaccount-order-history-subtotal
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-subtotal
  span.tpcf-myaccount-order-history-subtotal
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-delivery
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-delivery
  span.tpcf-myaccount-order-history-delivery
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-delivery
  span.tpcf-myaccount-order-history-delivery
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/07/Saudi_Riyal_Symbol.png) no-repeat
    center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-promo-code
  p {
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-promo-code
  span.tpcf-myaccount-order-history-promo-code {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a80202;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-promo-code
  span.tpcf-myaccount-order-history-promo-code
  bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #a80202;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-order-list
  .tpcf-myaccount-order-history
  .tpcf-myaccount-order-history-summary
  .tpcf-myaccount-order-history-summary-total-container
  .tpcf-myaccount-order-history-summary-promo-code
  span.tpcf-myaccount-order-history-promo-code
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2025/08/Saudi_Riyal_Symbol_Discount.svg)
    no-repeat center center;
  background-size: contain;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-orders-history-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-orders-history-empty-container
  img {
  width: 464px;
  margin-bottom: 20px;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-orders-history-empty-container
  p {
  font-family: "Cairo Semibold", Sans-serif;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.tpcf-my-account
  .tpcf-myaccount-orders-history
  .tpcf-myaccount-orders-history-empty-container
  a {
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 14px 16px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 408px;
  display: inline-block;
  text-align: center;
}

/* Myaccount orders history css end */

/* Myaccount account details css start */

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-success {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #d4edda;
  color: #155724 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-success.show {
  display: block;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-error {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-error.show {
  display: block;
}

.tpcf-my-account .tpcf-myaccount-account-details h2 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  label {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  input {
  width: 100%;
  font-family: "Cairo Semibold", Sans-serif;
  border: 1px solid #d9d9d9 !important;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 8px;
  outline: none;
  text-align: right;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  input.required {
  border: 1px solid red !important;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  input::placeholder {
  color: #7e7e7e;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-form-group {
  margin-bottom: 28px;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-mobile-number-field-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-mobile-number-field-container
  .iti {
  width: 100%;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-mobile-number-field-container
  .tpcf-myaccount-country-selector {
  display: flex;
  align-items: stretch;
  border: 1px solid #e6e5e5;
  width: 140px;
  padding: 13px 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-mobile-number-field-container
  .tpcf-myaccount-country-selector
  img {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 34px;
  height: 18px;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  .tpcf-myaccount-account-details-mobile-number-field-container
  .tpcf-myaccount-country-selector
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  width: 100%;
  padding-right: 44px !important;
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
    4px top 10px;
  background-size: 12px;
  cursor: pointer;
}

.tpcf-my-account
  .tpcf-myaccount-account-details
  .tpcf-myaccount-account-details-form-container
  form
  button {
  margin-top: 40px;
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 16px !important;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary);
  cursor: pointer;
}

/* Myaccount account details css end */

/* Myaccount change password css start */

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-success {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #d4edda;
  color: #155724 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-success.show {
  display: block;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-error {
  margin-bottom: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  display: none;
  width: 100%;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-error.show {
  display: block;
}

.tpcf-my-account .tpcf-myaccount-change-password h2 {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container.fade {
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container form .tpcf-myaccount-change-password-form-group{
    margin-bottom: 28px;
  }

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container
  form
  label {
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  direction: ltr;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container
  form
  label span.required-mark{
    color: red;
  }

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container .tpcf-myaccount-change-password-field-container{
    display: flex;
    align-items: stretch;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px;
  }

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container .tpcf-myaccount-change-password-field-container.required{
    border: 1px solid red !important;
  }

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container
  form input{
  width: 100%;
  font-family: "Cairo Semibold", Sans-serif;
  border: none !important;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  outline: none;
  border-radius: 8px;
}

.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container .tpcf-myaccount-change-password-field-container .tpcf-myaccount-change-password-field-icon-container{
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }


.tpcf-my-account .tpcf-myaccount-change-password
  .tpcf-myaccount-change-password-form-container
  form button{
    margin-top: 40px;
    background-color: var(--e-global-color-secondary);
    color: #000;
    font-family: "Cairo Semibold", Sans-serif;
    padding: 16px !important;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--e-global-color-secondary);
    cursor: pointer;
  }


/* Myaccount change password css end */

/* Myaccount addresses css start */

.tpcf-my-account .tpcf-myaccount-addresses-container h2{
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container{
  display: block;
  margin-bottom: 30px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container.hide{
  display: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container button{
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000 !important;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 30px !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container button::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg) translate(-50%, 0);
  top: 50%;
  margin-top: -1px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container.hide{
  display: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container.show{
  display: block;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-add-new-address-box{
  width: 100%;
  max-width: 268px;
  height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  cursor: pointer;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-add-new-address-box p{
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin: 0 !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address{
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #dfe1e3;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address:last-child{
  border-bottom: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail{
  width: 94%;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-icon img{
  width: 28px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail h3{
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1px !important;
  margin-bottom: 14px !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail p{
  font-family: "Cairo Semibold", Sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail .tpcf-myaccount-shipping-address-default{
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail .tpcf-myaccount-shipping-address-default .custom-radio-circle{
  display: flex;
  width: 100%;
  max-width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-left: 10px !important;
  position: relative;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label input[type="radio"]{
  display: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label input[type="radio"]:checked + .custom-radio-circle::after {
  content: "";
  width: 100%;
  max-width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail .tpcf-myaccount-shipping-address-default .tpcf-myaccount-shipping-address-default-text{
  font-family: "Cairo Semibold", Sans-serif;
  color: #6b95ab;
  font-weight: 700;
  font-size: 16px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-angle-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-angle-icon-container img{
  width: 14px;
  transform: rotate(90deg);
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container.hide{
  display: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container.show{
  display: block;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(4), 
.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(5){
  width: 48.5%;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(7), 
.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(8), 
.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(9){
  width: 30%;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group{
  width: 100%;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group label{
  color: #7e7e7e;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  direction: ltr;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group small{
  font-family: "Cairo Semibold", Sans-serif;
  color: #7e7e7e !important;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group label span.required-mark{
  color: red;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group input:not([type="radio"]){
  width: 100%;
  border: 1px solid #e6e5e5 !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000 !important;
  font-size: 16px;
  padding: 14px 20px !important;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
  text-align: right;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group input.required:not([type="radio"]){
  border: 1px solid red !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group select{
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  color: #7e7e7e !important;
  border: 1px solid #e6e5e5 !important;
  background-color: transparent !important;
  padding: 14px 20px;
  border-radius: 8px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left 16px top 23px;
  background-size: 12px;
  cursor: pointer;
  outline: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group select.required{
  border: 1px solid red !important;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container{
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 30px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container .iti{
  width: 100%;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container .tpcf-myaccount-address-country-selector{
  display: flex;
  align-items: stretch;
  border: 1px solid #e6e5e5;
  width: 140px;
  padding: 13px 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container .tpcf-myaccount-address-country-selector img{
  position: absolute;
  top: 16px;
  right: 10px;
  width: 34px;
  height: 18px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Cairo Semibold", Sans-serif;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  width: 100%;
  padding-left: 22px !important;
  color: #7e7e7e !important;
  font-weight: 600;
  font-size: 18px;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left 4px top 10px;
  background-size: 12px;
  cursor: pointer;
  direction: ltr;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group label.custom-radio{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group input[type="radio"]{
  display: none;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .custom-radio-circle{
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group input[type="radio"]:checked + .custom-radio-circle::after{
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form button{
  width: 100%;
  background-color: var(--e-global-color-secondary) !important;
  border: none !important;
  font-family: "Cairo Semibold", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 16px !important;
  border-radius: 8px;
  text-align: center;
}

/* Myaccount addresses css end */

/* ========== My account css end ========== */

/* ========== Vehicle css start ========== */

.tpcf-vehicle-module-container .tpcf-select-vehicle-button{
  background-color: var( --e-global-color-primary );
  padding: 18px 20px;
  border-radius: 6px;
  width: 140px;
  max-width: 220px;
  cursor: pointer;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button.disabled{
  padding: 18px 16px;
  width: 220px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled{
  cursor: auto;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container{
  width: 100%;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled .tpcf-select-vehicle-button-text-container{
  width: 60%;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container{
  display: flex;
  align-items: center;
  gap: 12px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container img{
  width: 100%;
  max-width: 23px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container span.tpcf-selected-vehicle-text{
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled .tpcf-select-vehicle-button-text-container span.tpcf-selected-vehicle-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container.hide{
  display: none;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container.show{
  display: block;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container{
  width: 44%;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var( --e-global-color-secondary );
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container button{
  padding: 0;
  background-color: transparent !important;
  color: #000 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  border: none !important;
  text-decoration: underline;
  border-radius: 0 !important;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal.active{
  opacity: 1;
  visibility: visible;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content{
  width: 100%;
  max-width: 568px;
  padding: 30px 24px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 474px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 20px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header h3{
  margin: 0 !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header img{
  cursor: pointer;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list-container{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list-container.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list{
  display: flex;
  flex-direction: column;
  max-height: 362px;
  overflow: auto;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list::-webkit-scrollbar{
  width: 6px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list::-webkit-scrollbar-thumb{
  background: var(--e-global-color-secondary);
  border-radius: 4px;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list label{
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e6e5e5;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 !important;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list label input[type="radio"]{
  display: none;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list label .custom-radio-circle{
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #6b95ab;
  border-radius: 50%;
  margin-left: 16px !important;
  position: relative;
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list label input[type="radio"]:checked + .custom-radio-circle::after{
  content: "";
  width: 18px;
  height: 18px;
  background-color: #6b95ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicle-error-text{
  margin-top: 18px !important;
  font-family: "Cairo Semibold", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  background-color: #f8d7da;
  color: #721c24 !important;
  padding: 12px 16px;
  border-radius: 4px;
  width: 100%;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 20px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal.active{
  opacity: 1;
  visibility: visible;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content{
  width: 100%;
  max-width: 792px;
  padding: 30px 14px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 434px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-main-container{
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding: 0 10px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-main-container::-webkit-scrollbar{
  width: 6px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs{
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--e-global-color-secondary);
  padding-bottom: 12px;
  position: relative;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs button{
  background-color: transparent !important;
  color: #555757 !important;
  border: none !important;
  padding: 0 18px !important;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs span.tpcf-tab-indicator{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: var(--e-global-color-secondary);
  transition: all 0.3s ease;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-success-message{
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #155724 !important;
  border-radius: 4px;
  display: none;
  width: 100%;
  text-align: center;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-success-message.show{
  display: block;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-error-message {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #721c24 !important;
  border-radius: 4px;
  display: none;
  width: 100%;
  text-align: center;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-error-message.show{
  display: block;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs button.active{
  color: #000 !important;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header img{
  padding-right: 20px;
  padding-bottom: 12px;
  cursor: pointer;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container .tpcf-tab-content{
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.6s ease-in-out;
  display: none;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container .tpcf-tab-content.fade{
  opacity: 0.4;
  pointer-events: none;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container .tpcf-tab-content.active{
  display: block;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form{
  min-height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form label{
  color: #3B3B3B;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form input{
  background-color: #F9F9F9;
  padding: 16px 20px;
  border-radius: 8px;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #EAECEF;
  outline: none;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form input.required{
  border: 1px solid red !important;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form input::placeholder{
  color: #7E7E7E;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form select{
  background-color: #F9F9F9 !important;
  padding: 16px 20px;
  border-radius: 8px;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555757;
  border: 1px solid #EAECEF;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
    20px top 24px;
  background-size: 10px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form select.required{
  border: 1px solid red !important;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form .tpcf-search-by-info-form-groups{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 14px;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form button{
  margin-top: 30px;
  background-color: var(--e-global-color-secondary);
  color: #000;
  font-family: "Cairo Semibold", sans-serif;
  padding: 16px !important;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--e-global-color-secondary);
  cursor: pointer;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-success-message{
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #155724 !important;
  border-radius: 4px;
  display: none;
  width: 100%;
  text-align: center;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-success-message.show{
  display: block;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-error-message {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-family: "Cairo Semibold", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  color: #721c24 !important;
  border-radius: 4px;
  display: none;
  width: 100%;
  text-align: center;
}

.tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-error-message.show{
  display: block;
}

/* ========== Vehicle css end ========== */

@media (max-width: 1024px) {
  .tpcf-desktop-products {
    display: none;
  }

  .tpcf-mobile-products {
    display: block;
  }

  .tpcf-mobile-ipad-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tpcf-cart-section .tpcf-cart-row {
    flex-direction: column;
  }

  .tpcf-cart-section .tpcf-cart-row .tpcf-cart-col:nth-child(1) {
    width: 100%;
  }

  .tpcf-cart-section .tpcf-cart-row .tpcf-cart-col:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-cart-item-quantity-container
    input {
    width: 30px;
    margin-left: -6px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-cart-item-quantity-container
    button.tpcf-plus {
    margin-left: -7px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-cart-sidebar-item-quantity-container
    input {
    width: 30px;
    margin-left: -6px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-cart-sidebar-item-quantity-container
    button.tpcf-sidebar-plus {
    margin-left: -7px;
  }

  .tpcf-registration-process-container .tpcf-create-account {
    max-width: 100%;
  }

  .tpcf-registration-process-container
    .tpcf-create-account-container
    .tpcf-already-have-container {
    max-width: 100%;
  }

  .tpcf-registration-process-container .tpcf-check-account {
    max-width: 100%;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1 {
    max-width: 100%;
  }

  .tpcf-login-process-container {
    max-width: 100%;
  }

  .tpcf-checkout-container .tpcf-checkout-row {
    flex-direction: column;
  }

  .tpcf-checkout-container .tpcf-checkout-row .tpcf-checkout-col:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }

  .tpcf-checkout-container .tpcf-checkout-row .tpcf-checkout-col:nth-child(2) {
    width: 100%;
  }

  .tpcf-checkout .tpcf-checkout-back-btn-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    h3 {
    display: none;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary-cart-accordion-container
    .tpcf-checkout-summary-cart-accordion-content
    .tpcf-checkout-cart-item
    .tpcf-checkout-cart-item-content-container
    .tpcf-checkout-cart-item-quantity-container
    input {
    width: 30px;
    margin-left: -6px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary-cart-accordion-container
    .tpcf-checkout-summary-cart-accordion-content
    .tpcf-checkout-cart-item
    .tpcf-checkout-cart-item-content-container
    .tpcf-checkout-cart-item-quantity-container
    button.tpcf-checkout-plus {
    margin-left: -7px;
  }

  .tpcf-my-account .tpcf-my-account-container {
    flex-direction: column;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow-y: auto;
    transition: 0.4s;
    transform: translateX(-100%);
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container.active {
    transform: translateX(0);
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-content-container {
    width: 100%;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-sidebar-actions-container {
    margin-top: auto !important;
    padding: 20px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    button[type="button"] {
    margin-top: 0 !important;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-my-account-profile-box-container {
    padding: 22px 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-bottom: 0;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option {
    padding: 0 20px !important;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-my-account-sidebar-mobile-header {
    display: flex;
  }

  .tpcf-my-account
    .tpcf-my-account-breadcrumb
    a.tpcf-my-account-main-breadcrumb-desktop {
    display: none;
  }

  .tpcf-my-account
    .tpcf-my-account-breadcrumb
    a.tpcf-my-account-main-breadcrumb-mobile {
    display: block;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button{
    width: 100%;
    max-width: 100%;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container:not(.disabled){
    max-width: 108px;
    margin: 0 auto;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled{
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button{
    padding: 16px 20px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button.disabled{
    padding: 16px 16px;
    width: 100%;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled .tpcf-select-vehicle-button-text-container{
    margin-top: 2px;
  }

  .tpcf-cart-icon-button img{
    height: 34px !important;
  }

  .tpcf-custom-menu-item.desktop{
    display: none !important;
  }

  .tpcf-custom-menu-item-mobile{
    display: block !important;
  }

  .tpcf-custom-menu-brand-item.desktop{
    display: none !important;
  }

  .tpcf-custom-menu-brand-item-mobile{
    display: block !important;
  }

  .tpcf-custom-menu-item-mobile span{
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .tpcf-custom-menu-brand-item-mobile span{
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-brand-container {
    margin-bottom: 10px;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-brand-container
    img {
    width: 64px;
  }

  .tpcf-product-card .tpcf-product-card-content-container h3 {
    font-weight: 500;
    font-size: 14px;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-brand-container
    p {
    font-size: 10px;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-brand-container
    p.desktop {
    display: none;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-brand-container
    p.mobile {
    display: block;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-cart-excerpt {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-rating-container
    p {
    font-size: 10px;
  }

  .tpcf-product-card
    .tpcf-product-card-content-container
    .tpcf-product-card-rating-container {
    margin-bottom: 6px;
  }

  .tpcf-product-card
    .tpcf-product-card-thumbnail-container
    .tpcf-product-sale-badge-container {
    display: none;
  }

  .tpcf-product-card .tpcf-product-card-thumbnail-container img {
    height: 140px;
    object-fit: cover;
  }

  .tpcf-mobile-ipad-products {
    grid-template-columns: 1fr;
  }

  .tpcf-mobile-ipad-products
    .tpcf-product-card
    .tpcf-product-card-thumbnail-container
    img {
    height: 250px;
  }

  .tpcf-mobile-ipad-products .tpcf-product-card-content-container h3 {
    font-weight: 600;
  }

  .tpcf-single-product-show-availability-container span {
    font-size: 12px;
  }

  .tpcf-single-product-show-availability-container span img {
    width: 14px;
  }

  .tpcf-custom-product-gallery-container.compress {
    margin-bottom: -30px;
  }

  .tpcf-cart-empty-container p {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 24px !important;
  }

  .tpcf-cart-empty-container a {
    max-width: 100%;
  }

  .tpcf-cart-section .tpcf-cart-item {
    padding: 14px 24px;
    gap: 12px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-thumbnail-container {
    width: 32%;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-content-container {
    width: 68%;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-title {
    font-size: 16px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-short-description {
    font-size: 12px;
  }

  .tpcf-cart-section .tpcf-cart-row .tpcf-cart-col:nth-child(2) {
    padding: 0 24px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price bdi {
    font-size: 14px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-product-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 14px;
    height: 14px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-short-description {
    margin-bottom: 7px !important;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-cart-item-quantity-container
    button {
    width: 20px;
    height: 20px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-cart-item-quantity-container
    button
    img {
    width: 8px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-cart-item-quantity-container
    input {
    font-size: 14px;
    width: 22px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-product-price {
    margin-bottom: 16px !important;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-remove
    button
    img {
    width: 20px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-remove
    button
    .tpcf-remove-btn-text {
    font-size: 12px;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-control-container
    .tpcf-remove
    button {
    gap: 2px;
  }

  .tpcf-cart-section .tpcf-cart-summary-container {
    padding: 12px;
    padding-top: 20px;
  }

  .tpcf-cart-section .tpcf-cart-summary-container .tpcf-cart-summary-header h4 {
    font-size: 16px;
  }

  .tpcf-cart-section
    .tpcf-cart-summary-container
    .tpcf-cart-summary-total-header
    p {
    font-size: 16px;
  }

  .tpcf-cart-section .tpcf-cart-summary-container .tpcf-cart-summary-header {
    margin-bottom: 14px;
  }

  .tpcf-cart-section
    .tpcf-cart-summary-container
    .tpcf-cart-summary-total-header
    bdi {
    font-size: 16px;
  }

  .tpcf-cart-section
    .tpcf-cart-summary-container
    .tpcf-cart-summary-total-header
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
    margin-top: -2px;
  }

  .tpcf-cart-section
    .tpcf-cart-summary-container
    .tpcf-cart-summary-total-header {
    margin-bottom: 10px;
  }

  .tpcf-cart-section .tpcf-cart-summary-container a {
    font-size: 16px;
  }

  .tpcf-cart-section .tpcf-cart-item .tpcf-cart-item-variations {
    gap: 3px;
    margin-bottom: 8px;
  }

  .tpcf-cart-sidebar .tpcf-cart-sidebar-container {
    width: 100%;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-header-container
    img {
    width: 20px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-header-container
    p {
    font-size: 20px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-header-container {
    padding: 20px 24px;
  }

  .tpcf-cart-sidebar .tpcf-cart-sidebar-container .tpcf-cart-sidebar-tagline {
    padding: 7px 24px;
  }

  .tpcf-cart-sidebar .tpcf-cart-sidebar-container .tpcf-cart-sidebar-tagline p {
    font-size: 12px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-tagline
    p
    img {
    width: 13px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-empty-container
    p {
    font-size: 16px;
    max-width: 300px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-empty-container
    p {
    margin-bottom: 28px !important;
  }

  .tpcf-cart-section
    .tpcf-cart-item
    .tpcf-cart-item-product-price
    .tpcf-cart-item-discount {
    padding: 4px 6px;
    line-height: 10px;
    padding-top: 6px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-product-price
    bdi {
    font-size: 12px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-product-price
    ins
    bdi
    .woocommerce-Price-currencySymbol {
    width: 12px;
    height: 13px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-product-price
    .tpcf-cart-sidebar-item-discount {
    padding: 4px 6px;
    line-height: 10px;
    padding-top: 6px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-cart-sidebar-item-quantity-container
    button {
    width: 20px;
    height: 20px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-cart-sidebar-item-quantity-container
    button
    img {
    width: 7px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-cart-sidebar-item-quantity-container
    input {
    font-size: 14px;
    width: 22px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-sidebar-remove
    button
    .tpcf-sidebar-remove-btn-text {
    font-size: 12px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-items
    .tpcf-cart-sidebar-item
    .tpcf-cart-sidebar-item-control-container
    .tpcf-sidebar-remove
    button
    img {
    width: 20px;
  }

  .tpcf-cart-sidebar .tpcf-cart-sidebar-items .tpcf-cart-sidebar-item {
    padding: 10px 20px;
  }

  .tpcf-cart-sidebar .tpcf-cart-sidebar-items {
    padding-top: 20px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-bottom-container {
    padding: 20px 24px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-bottom-container
    .tpcf-cart-sidebar-summary-container
    .tpcf-cart-sidebar-summary-total-container
    .tpcf-cart-sidebar-summary-total-header
    p {
    font-size: 14px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-bottom-container
    .tpcf-cart-sidebar-summary-container
    .tpcf-cart-sidebar-summary-total-container
    .tpcf-cart-sidebar-summary-total-header {
    margin-bottom: 7px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-bottom-container
    .tpcf-cart-sidebar-summary-container
    .tpcf-cart-sidebar-summary-total-container
    p {
    font-size: 12px;
  }

  .tpcf-cart-sidebar
    .tpcf-cart-sidebar-container
    .tpcf-cart-sidebar-bottom-container
    .tpcf-cart-sidebar-summary-container
    .tpcf-cart-sidebar-summary-total-container
    .tpcf-cart-sidebar-summart-buttons
    a {
    font-size: 14px;
  }

  .tpcf-registration-process-container .tpcf-create-account h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account
    p:not(.tpcf-error-message) {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .tpcf-registration-process-container
    .tpcf-create-account
    .tpcf-create-account-form-group
    label {
    font-size: 14px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account
    .tpcf-create-account-form-group
    input {
    padding: 12px 16px !important;
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account
    .tpcf-create-account-form-group {
    margin-bottom: 20px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account
    .tpcf-create-account-form
    button[type="submit"] {
    font-size: 14px;
    padding: 12px 16px !important;
    margin-bottom: 8px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account-container
    .tpcf-already-have-container
    p {
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-create-account-container
    .tpcf-already-have-container {
    gap: 20px;
  }

  .tpcf-registration-process-container .tpcf-check-account h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-registration-process-container .tpcf-check-account p {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .tpcf-registration-process-container
    .tpcf-check-account
    .tpcf-check-account-form
    button[type="submit"] {
    font-size: 14px;
    padding: 12px 16px !important;
    margin-bottom: 8px;
  }

  .tpcf-registration-process-container
    .tpcf-check-account
    button[type="button"] {
    font-size: 12px;
    max-width: 50px;
  }

  .tpcf-registration-process-container .tpcf-registration-info-step h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-info-step
    p:not(.tpcf-error-message) {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .tpcf-registration-process-container
    .tpcf-registration-info-step
    .tpcf-registration-info-form-group
    label {
    font-size: 14px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-info-step
    .tpcf-registration-info-form-group
    input {
    padding: 12px 16px !important;
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-info-step
    .tpcf-registration-info-form-group:nth-child(2) {
    margin-bottom: 30px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-info-step
    button[type="submit"] {
    font-size: 14px;
    padding: 12px 16px !important;
    margin-bottom: 8px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1
    p:not(.tpcf-error-message) {
    margin-bottom: 12px !important;
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1
    h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1
    select {
    padding: 12px 16px !important;
    font-size: 12px !important;
    background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat right
      18px top 20px;
    background-size: 8px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-processing
    .tpcf-registration-processing-btns
    button.tpcf-next {
    font-size: 12px;
    padding: 10px 24px !important;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-processing
    .tpcf-registration-processing-btns
    button.tpcf-skip {
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2
    p:not(.tpcf-error-message) {
    margin-bottom: 20px !important;
    font-size: 12px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1
    h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2
    h3 {
    font-size: 16px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2
    .tpcf-part-types {
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2
    .tpcf-part-types
    .tpcf-part-type
    span {
    font-size: 10px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2
    .tpcf-part-types
    .tpcf-part-type
    img {
    width: 50px;
    height: 44px;
    margin-bottom: 14px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process2 {
    margin-bottom: 40px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process3
    h3 {
    font-size: 16px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process3
    .tpcf-brands {
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process3
    .tpcf-brands
    .tpcf-brand
    img {
    width: 75px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process3
    .tpcf-brands
    .tpcf-brand
    span {
    font-size: 10px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process1 {
    margin-bottom: 40px;
  }

  .tpcf-registration-process-container
    .tpcf-registration-process
    .tpcf-registration-process3 {
    margin-bottom: 40px;
  }

  .tpcf-registration-process-container .tpcf-error-message {
    font-size: 12px !important;
    padding: 10px 14px;
  }

  .tpcf-login-process-container .tpcf-login-account h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-login-process-container .tpcf-login-account p:not(.tpcf-error-message) {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .tpcf-login-process-container
    .tpcf-login-account
    .tpcf-login-account-form-group
    label {
    font-size: 14px;
  }

  .tpcf-login-process-container
    .tpcf-login-account
    .tpcf-login-account-form-group
    input {
    padding: 12px 16px !important;
    font-size: 12px;
  }

  .tpcf-login-process-container
    .tpcf-login-account
    .tpcf-login-account-form-group {
    margin-bottom: 20px;
  }

  .tpcf-login-process-container
    .tpcf-login-account
    .tpcf-login-account-form
    button[type="submit"] {
    font-size: 14px;
    padding: 12px 16px !important;
    margin-bottom: 8px;
  }

  .tpcf-login-process-container
    .tpcf-login-account-container
    .tpcf-login-already-have-container
    p {
    font-size: 12px;
  }

  .tpcf-login-process-container .tpcf-login-check-account h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-login-process-container .tpcf-login-check-account p {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .tpcf-login-process-container
    .tpcf-login-check-account
    .tpcf-login-check-account-form
    button[type="submit"] {
    font-size: 14px;
    padding: 12px 16px !important;
    margin-bottom: 20px;
  }

  .tpcf-login-process-container
    .tpcf-login-check-account
    button[type="button"] {
    font-size: 12px;
    max-width: 50px;
  }

  .tpcf-login-process-container .tpcf-login-error-message {
    font-size: 12px !important;
    padding: 10px 14px;
  }

  .tpcf-checkout-container .tpcf-checkout-row {
    padding-top: 30px;
  }

  .tpcf-checkout-container .tpcf-checkout-shipping-info {
    padding: 20px;
  }

  .tpcf-checkout-container .tpcf-checkout-shipping-info h2 {
    font-size: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-shipping-info
    .tpcf-checkout-shipping-address-list
    label
    span {
    line-height: 22px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-shipping-info
    .tpcf-checkout-shipping-address-list
    .tpcf-checkout-shipping-address {
    margin-bottom: 18px;
  }

  .tpcf-checkout .tpcf-checkout-back-btn-container {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .tpcf-checkout .tpcf-checkout-back-btn-container button {
    font-size: 14px;
    padding-left: 20px !important;
  }

  .tpcf-checkout .tpcf-checkout-back-btn-container button::before {
    width: 10px;
    height: 10px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    label {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    input:not([type="radio"]) {
    font-size: 14px;
    padding: 12px 20px !important;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups {
    gap: 20px 10px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    small {
    font-size: 12px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group:nth-child(4),
  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group:nth-child(5) {
    width: 47%;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    select {
    font-size: 14px;
    padding: 12px 20px !important;
    background-size: 10px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    .tpcf-checkout-phone-number-field-container
    .tpcf-country-selector {
    padding: 11px 10px;
    width: 154px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    .tpcf-checkout-phone-number-field-container
    .tpcf-country-selector
    img {
    top: 15px;
    width: 30px;
    height: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    .tpcf-checkout-phone-number-field-container
    .tpcf-country-selector
    select {
    background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
      4px top 10px;
    background-size: 10px;
    font-size: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    button {
    padding: 14px 16px !important;
  }

  .tpcf-checkout-container
    .tpcf-checkout-add-shipping-address-form-container
    .tpcf-checkout-add-shipping-address-form
    .tpcf-checkout-add-shipping-address-form-groups
    .tpcf-checkout-add-shipping-address-form-group
    label.custom-radio {
    margin-bottom: 50px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-coupon-form
    button {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    p.tpcf-checkout-summary-tagline {
    font-size: 12px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-fees-container {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-total
    p:not(.tpcf-checkout-summary-total-price) {
    font-size: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-total
    p.tpcf-checkout-summary-total-price
    bdi {
    font-size: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-total
    p.tpcf-checkout-summary-total-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-sub-total-container
    p:not(.tpcf-checkout-summary-sub-total-price) {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-sub-total-container {
    margin-bottom: 6px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-sub-total-container
    p.tpcf-checkout-summary-sub-total-price
    bdi {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-sub-total-container
    p.tpcf-checkout-summary-sub-total-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 14px;
    height: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-delivery-container {
    margin-bottom: 2px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-delivery-container
    p:not(.tpcf-checkout-summary-delivery-price) {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-fees-container
    p:not(.tpcf-checkout-summary-delivery-price) {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-delivery-container
    p.tpcf-checkout-summary-delivery-price
    bdi {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-delivery-container
    p.tpcf-checkout-summary-delivery-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 14px;
    height: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-fees-container
    p.tpcf-checkout-summary-fees-price
    bdi {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    .tpcf-checkout-summary-fees-container
    p.tpcf-checkout-summary-fees-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 14px;
    height: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary
    button[type="button"] {
    padding: 10px 20px;
    font-size: 16px;
  }

  .tpcf-checkout-container .tpcf-checkout-payment-methods {
    padding: 20px;
  }

  .tpcf-checkout-container .tpcf-checkout-payment-methods h3 {
    font-size: 16px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-payment-option
    .tpcf-payment-radio
    .tpcf-payment-title {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-payment-option
    .tpcf-radio-circle {
    margin-right: 12px !important;
  }

  .tpcf-checkout-container .tpcf-checkout-payment-methods .tpcf-payment-option {
    justify-content: start;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-payment-option
    .tpcf-payment-logos {
    margin-right: 20px;
    margin-top: -1px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-selected-card
    p.tpcf-selected-card-number {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-selected-card
    button {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-selected-card
    p.tpcf-selected-card-cvv {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary-cart-accordion-container
    .tpcf-checkout-summary-cart-accordion-content
    .tpcf-checkout-cart-item
    .tpcf-checkout-cart-item-content-container
    .tpcf-checkout-cart-item-quantity-container
    input {
    font-size: 14px;
    width: 22px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary-cart-accordion-container
    .tpcf-checkout-summary-cart-accordion-content
    .tpcf-checkout-cart-item
    .tpcf-checkout-cart-item-content-container
    .tpcf-checkout-cart-item-quantity-container
    button {
    width: 20px;
    height: 20px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-summary-container
    .tpcf-checkout-summary-cart-accordion-container
    .tpcf-checkout-summary-cart-accordion-content
    .tpcf-checkout-cart-item
    .tpcf-checkout-cart-item-content-container
    .tpcf-checkout-cart-item-quantity-container
    button
    img {
    width: 7px;
  }

  .tpcf-checkout-container .tpcf-change-card-modal {
    padding: 0 !important;
    align-items: end;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content {
    transition: 0.3s;
    transform: translateY(100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal.active
    .tpcf-change-card-modal-content {
    transform: translateY(0);
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-change-card-modal-content-header
    img {
    width: 20px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-payment-card-list
    .tpcf-payment-card
    label
    .tpcf-payment-card-info
    p {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-payment-card-list
    .tpcf-payment-card {
    padding: 17px 0;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    button.tpcf-add-new-cart-button {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-payment-card-list {
    max-height: 299px;
    margin-bottom: 20px;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-credit-card-form-container
    form
    input {
    padding: 12px 16px !important;
  }

  .tpcf-checkout-container
    .tpcf-checkout-payment-methods
    .tpcf-credit-card-form-container
    form
    label {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content {
    min-height: 375px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-add-new-card-container
    form
    label {
    font-size: 14px;
  }

  .tpcf-checkout-container
    .tpcf-change-card-modal
    .tpcf-change-card-modal-content
    .tpcf-add-new-card-container
    form
    input {
    padding: 12px 16px !important;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-my-account-profile-box {
    gap: 14px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-my-account-profile-box
    .tpcf-my-account-profile-avatar {
    max-width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-my-account-profile-box
    .tpcf-my-account-profile-greeting
    p {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-menu-title {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-menu-icon
    img {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-myaccount-menu-option-container {
    padding: 16px 0;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    a {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-submenu
    li
    a {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    button[type="button"] {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-menu-header
    .tpcf-menu-toggle
    img {
    width: 10px;
    height: 10px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-sidebar-container
    .tpcf-myaccount-sidebar
    .tpcf-myaccount-menu-options
    .tpcf-myaccount-menu-option
    .tpcf-myaccount-logout-option {
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-container .tpcf-myaccount-sidebar-container .tpcf-myaccount-sidebar .tpcf-myaccount-menu-options .tpcf-myaccount-menu-option .tpcf-myaccount-change-language-option {
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-breadcrumb a {
    font-size: 12px;
  }

  .tpcf-my-account .tpcf-my-account-breadcrumb span {
    font-size: 12px;
  }

  .tpcf-my-account .tpcf-myaccount-active-orders h2 {
    font-size: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order {
    padding: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-header {
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-header
    p {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-header
    span.tpcf-order-status {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-meta {
    gap: 4px;
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-header
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-header {
    padding-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail {
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-total-container
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-total-container
    span.tpcf-myaccount-order-total
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-total-container
    span.tpcf-myaccount-order-total
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    h3 {
    font-size: 16px;
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-thumbnail {
    width: 30%;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content {
    width: 70%;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-item-price
    bdi {
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-item-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 18px;
    height: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-item-qty {
    font-size: 12px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-item-price {
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-order-item-variation {
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-order-item-variation
    span {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-order-item-variation
    span.variation-seprator {
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item {
    padding-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-subtotal
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-subtotal
    span.tpcf-myaccount-order-subtotal
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-subtotal
    span.tpcf-myaccount-order-subtotal
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container {
    gap: 4px;
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-delivery
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-delivery
    span.tpcf-myaccount-order-delivery
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-delivery
    span.tpcf-myaccount-order-delivery
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-actions
    button {
    font-size: 16px;
    padding: 12px 16px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-content-container
    .tpcf-myaccount-active-orders-empty-container {
    padding: 50px 0;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-content-container
    .tpcf-myaccount-active-orders-empty-container
    img {
    width: 307px;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-content-container
    .tpcf-myaccount-active-orders-empty-container
    p {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .tpcf-my-account
    .tpcf-my-account-container
    .tpcf-myaccount-content-container
    .tpcf-myaccount-active-orders-empty-container
    a {
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-myaccount-orders-history h2 {
    font-size: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history {
    padding: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-header
    p {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-header
    span.tpcf-order-history-status {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-header {
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-meta {
    gap: 4px;
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-header
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-header {
    padding-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-total-container
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-total-container
    span.tpcf-myaccount-order-history-total
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-total-container
    span.tpcf-myaccount-order-history-total
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail {
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-thumbnail {
    width: 30%;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content {
    width: 70%;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    h3 {
    font-size: 16px;
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-item-price
    bdi {
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-item-price
    bdi
    .woocommerce-Price-currencySymbol {
    width: 18px;
    height: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-item-price {
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-item-qty {
    font-size: 12px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-detail
    .tpcf-myaccount-order-detail-content
    .tpcf-myaccount-order-items
    .tpcf-myaccount-order-item
    .tpcf-myaccount-order-item-content
    .tpcf-order-item-variation
    span {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-order-history-item-variation
    span.variation-seprator {
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .tpcf-order-history-item-variation {
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item {
    padding-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-detail
    .tpcf-myaccount-order-history-detail-content
    .tpcf-myaccount-order-history-items
    .tpcf-myaccount-order-history-item
    .tpcf-myaccount-order-history-item-content
    .order-product-add-review {
    margin-bottom: -6px;
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container {
    gap: 4px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-subtotal
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-subtotal
    span.tpcf-myaccount-order-history-subtotal
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-subtotal
    span.tpcf-myaccount-order-history-subtotal
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-delivery
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-delivery
    span.tpcf-myaccount-order-history-delivery
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-delivery
    span.tpcf-myaccount-order-history-delivery
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-promo-code
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-promo-code
    span.tpcf-myaccount-order-history-promo-code
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container
    .tpcf-myaccount-order-history-summary-promo-code
    span.tpcf-myaccount-order-history-promo-code
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order-history.active
    .tpcf-myaccount-order-history-summary
    .tpcf-myaccount-order-history-summary-total-container {
    margin-bottom: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-promo-code
    p {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-promo-code
    span.tpcf-myaccount-order-promo-code
    bdi {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-list
    .tpcf-myaccount-order
    .tpcf-myaccount-order-summary
    .tpcf-myaccount-order-summary-total-container
    .tpcf-myaccount-order-summary-promo-code
    span.tpcf-myaccount-order-promo-code
    bdi
    .woocommerce-Price-currencySymbol {
    width: 16px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-orders-history-empty-container
    img {
    width: 307px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-orders-history-empty-container
    p {
    font-size: 16px;
    margin-bottom: 20px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-orders-history-empty-container
    a {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-orders-history-empty-container {
    padding: 50px 0;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-cancel-order-modal
    .tpcf-myaccount-cancel-order-modal-content {
    padding: 30px 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-cancel-order-modal
    .tpcf-myaccount-cancel-order-modal-content
    h4 {
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-cancel-order-modal
    .tpcf-myaccount-cancel-order-modal-content
    p {
    font-size: 16px;
    max-width: 246px;
    margin-left: auto;
    margin-right: auto;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-cancel-order-modal
    .tpcf-myaccount-cancel-order-modal-content
    .tpcf-myaccount-cancel-order-modal-buttons
    .tpcf-myaccount-cancel-order-modal-button {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-cancel-order-modal
    .tpcf-myaccount-cancel-order-modal-content
    .tpcf-myaccount-cancel-order-modal-buttons {
    gap: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content {
    padding: 30px 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-modal-content-header
    p {
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-modal-content-header {
    padding-bottom: 16px;
    margin-bottom: 26px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-timeline
    .tpcf-myaccount-order-status-step
    .tpcf-myaccount-order-status-info
    p {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-timeline
    .tpcf-myaccount-order-status-step
    .tpcf-myaccount-order-status-icon {
    top: 4px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-timeline
    .tpcf-myaccount-order-status-step {
    padding-bottom: 40px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-timeline
    .tpcf-myaccount-order-status-step.active {
    padding-bottom: 30px;
  }

  .tpcf-my-account
    .tpcf-myaccount-active-orders
    .tpcf-myaccount-order-status-modal
    .tpcf-myaccount-order-status-modal-content
    .tpcf-myaccount-order-status-modal-content-header
    img {
    width: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content {
    padding: 30px 8px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-modal-content-header
    p {
    font-size: 18px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-modal-content-header
    img {
    width: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-content
    .tpcf-myaccount-order-product-review-thumbnail {
    width: 30%;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-content
    .tpcf-myaccount-order-product-review-name {
    width: 70%;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-content
    .tpcf-myaccount-order-product-review-name
    h4 {
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating
    p {
    font-size: 14px;
    margin-bottom: 4px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating
    .tpcf-myaccount-order-product-review-rating-stars {
    margin-bottom: 4px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating
    small {
    font-size: 12px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating-form
    form
    label {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating-form
    form
    textarea {
    font-size: 14px;
    padding: 12px 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating-form
    form
    button {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating
    .tpcf-myaccount-order-product-review-rating-stars
    img {
    width: 30px;
    height: 30px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-rating
    .tpcf-myaccount-order-product-review-rating-stars {
    gap: 4px;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-form-error {
    font-size: 12px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-orders-history
    .tpcf-myaccount-order-product-review-modal
    .tpcf-myaccount-order-product-review-modal-content
    .tpcf-myaccount-order-product-review-form-success {
    font-size: 12px !important;
  }

  .tpcf-my-account .tpcf-myaccount-account-details h2 {
    font-size: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    label {
    font-size: 14px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    input {
    font-size: 14px;
    padding: 12px 20px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    .tpcf-myaccount-account-details-form-group {
    margin-bottom: 20px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    button {
    font-size: 16px;
    padding: 14px 16px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    .tpcf-myaccount-account-details-mobile-number-field-container
    .tpcf-myaccount-country-selector {
    padding: 11px 10px;
    width: 154px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    .tpcf-myaccount-account-details-mobile-number-field-container
    .tpcf-myaccount-country-selector
    img {
    top: 15px;
    width: 30px;
    height: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-form-container
    form
    .tpcf-myaccount-account-details-mobile-number-field-container
    .tpcf-myaccount-country-selector
    select {
    background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left
      4px top 10px;
    background-size: 10px;
    font-size: 16px;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-success {
    font-size: 12px !important;
  }

  .tpcf-my-account
    .tpcf-myaccount-account-details
    .tpcf-myaccount-account-details-error {
    font-size: 12px !important;
  }

  .tpcf-my-account .tpcf-myaccount-change-password h2{
    font-size: 20px;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-form-container form input{
    font-size: 14px;
    padding: 12px 20px !important;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-form-container form .tpcf-myaccount-change-password-form-group{
    margin-bottom: 20px;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-form-container form button{
    font-size: 16px;
    padding: 14px 16px !important;
    margin-top: 20px;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-form-container .tpcf-myaccount-change-password-field-container .tpcf-myaccount-change-password-field-icon-container img{
    width: 16px;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-form-container form label{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container h2{
    font-size: 20px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-icon img{
    width: 22px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail{
    width: 84%;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail h3{
    font-size: 18px;
    margin-bottom: 9px !important;
  }
  
  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail p:first-child{
    margin-bottom: 0 !important;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail p{
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-height: 24px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail .tpcf-myaccount-shipping-address-default{
    gap: 0px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-detail .tpcf-myaccount-shipping-address-default .tpcf-myaccount-shipping-address-default-text{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address label .tpcf-myaccount-shipping-address-angle-icon-container img{
    width: 10px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-addresses-list .tpcf-myaccount-shipping-address{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-add-new-address-box{
    max-width: 100%;
    height: 152px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-addresses-list-container .tpcf-myaccount-add-new-address-box p{
    font-size: 16px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container button{
    font-size: 16px;
    padding-left: 20px !important;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-back-btn-container button::before{
    width: 10px;
    height: 10px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group label{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group input:not([type="radio"]){
    font-size: 14px;
    padding: 12px 20px !important;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups{
    gap: 20px 10px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group small{
    font-size: 12px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group select{
    font-size: 14px;
    padding: 12px 20px !important;
    background-size: 10px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group label.custom-radio{
    margin-bottom: 50px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form button{
    padding: 14px 16px !important;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(4), 
  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group:nth-child(5){
    width: 47%;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container .tpcf-myaccount-address-country-selector{
    padding: 11px 10px;
    width: 154px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container .tpcf-myaccount-address-country-selector img{
    top: 15px;
    width: 30px;
    height: 16px;
  }

  .tpcf-my-account .tpcf-myaccount-addresses-container .tpcf-myaccount-add-shipping-address-form-container form .tpcf-myaccount-add-shipping-address-form-groups .tpcf-myaccount-add-shipping-address-form-group .tpcf-myaccount-phone-number-field-container select{
    background: url(/wp-content/uploads/2025/07/angle-down.svg) no-repeat left 4px top 10px;
    background-size: 10px;
    font-size: 16px;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons{
    flex-direction: column;
    gap: 16px;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal .tpcf-my-account-logout-modal-content h4{
    font-size: 18px;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal .tpcf-my-account-logout-modal-content p{
    font-size: 14px;
  }

  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-close-button img{
    width: 18px;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons button{
    padding: 14px 16px !important;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal
  .tpcf-my-account-logout-modal-content .tpcf-myaccount-logout-modal-buttons a{
    padding: 14px 16px !important;
  }

  .tpcf-my-account .tpcf-my-account-logout-modal .tpcf-my-account-logout-modal-content{
    padding: 30px 20px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-header h3{
    font-size: 18px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content .tpcf-my-account-confirm-delete-modal-content-header{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content h4{
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content p{
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons{
    flex-direction: column;
    gap: 14px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons button{
    padding: 14px 16px !important;
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content{
    padding: 30px 8px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-confirm-delete-modal-content .tpcf-myaccount-confirm-delete-modal-buttons{
    margin-top: 24px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content{
    padding: 30px 8px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content h4{
    font-size: 18px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content p{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content .tpcf-myaccount-delete-modal-close-button{
    margin-bottom: 20px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content form label{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content form textarea{
    font-size: 14px;
    padding: 14px 16px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content p{
    margin-bottom: 30px !important;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content form .tpcf-my-account-delete-form-group{
    margin-bottom: 30px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content form button{
    padding: 14px 16px;
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content .tpcf-myaccount-delete-modal-close-button img{
    font-size: 20px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-success{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-delete-modal .tpcf-my-account-delete-modal-content .tpcf-my-account-delete-modal-error{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-myaccount-change-password .tpcf-myaccount-change-password-error{
    font-size: 14px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container{
    max-width: 100%;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container img{
    max-width: 18px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container span.tpcf-selected-vehicle-text{
    font-size: 12px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-select-vehicle-button-text-container{
    gap: 8px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container:not(.disabled){
    max-width: 90px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container button{
    font-size: 12px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button{
    padding: 14px 16px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button.disabled{
    padding: 10px 16px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled{
    max-width: 136px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container .tpcf-change-vehicle-button-container{
    width: 37%;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-button .tpcf-select-vehicle-button-container.disabled .tpcf-select-vehicle-button-text-container{
    margin-top: 4px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header h3{
    font-size: 18px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header img{
    width: 20px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-select-vehicle-modal-header{
    padding-bottom: 16px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content{
    padding: 20px 16px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content{
    min-height: 440px;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicles-list label{
    font-size: 14px;
    padding: 14px 0;
  }

  .tpcf-vehicle-module-container .tpcf-select-vehicle-modal .tpcf-select-vehicle-modal-content .tpcf-vehicle-error-text{
    font-size: 12px;
  }

  .tpcf-add-to-cart-success-message-container p{
    font-size: 14px;
  }

  .tpcf-add-to-cart-success-message-container{
    padding: 12px 16px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs button{
    font-size: 14px;
    padding: 0 10px !important;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header img{
    height: 30px;
    padding-right: 0;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header .tpcf-check-compatible-vehicle-modal-content-header-tabs button[data-tab="info"]{
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content{
    padding: 20px 8px;
    min-height: 300px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form{
    min-height: 250px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form label{
    font-size: 14px;
    line-height: 20px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-header{
    margin-bottom: 24px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form input{
    font-size: 12px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form select{
    font-size: 12px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container form button{
    font-size: 16px;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-success-message{
    font-size: 12px !important;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-search-by-vin-form-container p.tpcf-vin-error-message {
    font-size: 12px !important;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-success-message{
    font-size: 12px !important;
  }

  .tpcf-vehicle-module-container .tpcf-check-compatible-vehicle-modal .tpcf-check-compatible-vehicle-modal-content .tpcf-check-compatible-vehicle-modal-content-container p.tpcf-info-error-message{
    font-size: 12px !important;
  }

  .tpcf-cart-icon-button{
    margin-top: 1px;
  }

  .tpcf-cart-icon-button img{
    height: 30px !important;
  }

  .tpcf_compatible_vehicles_table thead th{
    font-size: 14px;
    padding: 10px;
  }

  .tpcf_compatible_vehicles_table tbody td{
    font-size: 14px;
    padding: 10px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content{
    padding: 30px 18px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-header{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-my-account-language-modal-content-header h3{
    font-size: 18px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content p{
    font-size: 14px;
    margin-bottom: 30px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-my-account-language-list{
    gap: 14px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-my-account-language-list label span.tpcf-language-text{
    font-size: 14px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-my-account-language-list{
    margin-bottom: 30px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons{
    gap: 16px;
  }

  .tpcf-my-account .tpcf-my-account-language-modal .tpcf-my-account-language-modal-content .tpcf-myaccount-language-modal-buttons button{
    font-size: 14px;
    padding: 12px 16px;
  }

  .tpcf-custom-menu-item-mobile span{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .tpcf-custom-menu-brand-item-mobile span{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }
}
