/* .woocommerce-notice-success .woocommerce-notice-icon {
    background-image: url('path/to/success/icon.svg') !important;
  }
  .woocommerce-notice-error .woocommerce-notice-icon {
    background-image: url('path/to/error/icon.svg') !important;
  }
  .woocommerce-notice-info .woocommerce-notice-icon {
    background-image: url('path/to/info/icon.svg') !important;
  }
  .woocommerce-notice-warning .woocommerce-notice-icon {
    background-image: url('path/to/warning/icon.svg') !important;
  } */

  /* general */
  .highlight-text{
    color: rgba(0, 73, 135, 1);
  }

  /* popup */
  .c-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
  }

  .c-popup.is-show {
    opacity: 1;
    visibility: visible;
  }

  .popup-inner {
    background-color: white;
    padding: 40px 24px;
    border-radius: 32px; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: 20px; 
    position: relative;
    max-width: 450px;
    text-align: center;
  }

  .popup-overlay {
    opacity: 0.24;
    background: var(--neutrals-700, #141416);
    opacity: 0.24;
    background: var(--neutrals-700, #141416);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .c-popup .redeem-button {
    margin: 0 12px;
  }

  strong {
    font-family: "bb";
  }
  .cart_totals  .woocommerce-Price-currencySymbol ,
  .woocommerce-cart-form .woocommerce-Price-currencySymbol   {
    display: none;
  }

.woocommerce-message .wc-forward {
  display: none;
}


.product-filters {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--neutrals-400, #b1b5c3);
  margin-bottom: 56px;
  margin-left: 10px;
  margin-right: 10px;
}
.product-filters .product-filter {
  text-transform: capitalize;
  padding: 8px 15px;
  cursor: pointer;
}
.product-filters .product-filter.is-active {
  border-bottom: 2px solid var(--Main-color, #004987);
  pointer-events: none;
}

#popup-redeem-sample .popup-inner {
  gap: 16px;
}

/* cart */
.woocommerce-notices-wrapper {
	 padding-top: 30px;
	 margin-bottom: 0 !important;
}
 .cart-page {
	 padding-bottom: 100px !important;
	 margin-bottom: 0;
	 background: var(--neutrals-200, #f4f5f6);
}
 .cart-page table.shop_table_responsive tr:nth-child(2n) td, .cart-page .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	 background-color: transparent!important;
}
 .cart-page .cart-subtotal, .cart-page .order-total, .cart-page .product-name, .cart-page .product-total, .cart-page .total {
	 color: #141416;
}
 .cart-page .wc-proceed-to-checkout {
	 margin-top: 24px;
	 float: none;
	 text-align: right;
}

.cart-page .product-thumbnail img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.cart-page .woocommerce-notices-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.quantity-input {
	 display: inline-flex;
	 align-items: center;
	 border: 1px solid #ccc;
	 padding: 5px;
	 border-radius: 19px;
}

input[type="number"] {
	 -webkit-appearance: textfield;
	 -moz-appearance: textfield;
	 appearance: textfield;
	 outline: 0;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
}
 .quantity-input input {
	 text-align: center;
	 border: none;
	 appearance: none;
     width: 50px;
}
 .quantity-input .quantity-minus {
	 color: #fff;
}
 .quantity-input span {
	 color: #fff;
   display: flex;
   align-items: center;
}
 .quantity-input .quantity-plus {
	 color: #fff;
}
 .woocommerce table.shop_table {
	 margin-top: 0!important;
	 box-shadow: none;
	 border: none;
	 padding: 0 24px;
	 border-radius: 16px;
	 background: #fff;
	 color: var(--neutrals-700, #141416);
}
 .woocommerce table.shop_table input[type="number"] {
	 -webkit-appearance: textfield;
	 -moz-appearance: textfield;
	 appearance: textfield;
}
 .woocommerce table.shop_table input[type=number]::-webkit-inner-spin-button, .woocommerce table.shop_table input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
}
 .woocommerce table.shop_table tr:nth-child(2n+1) {
	 background: transparent;
}
 .woocommerce table.shop_table td {
	 padding-top: 24px;
	 padding-bottom: 24px;
}
 .woocommerce table.shop_table th {
	 background: transparent;
}
 .woocommerce table.shop_table thead {
	 font-family: "bm";
	 font-size: 16px;
}
 .woocommerce table.shop_table thead .product-name {
	 color: #141416;
}
 .woocommerce table.shop_table tbody .product-name {
	 color: #141416 !important;
	 font-family: "bm";
}
 .woocommerce table.shop_table tbody .product-subtotal {
	 text-align: left;
}
 .woocommerce table.shop_table tbody .product-subtotal .woocommerce-Price-amount {
	 color: #141416 !important;
}
 .woocommerce table.shop_table tbody .product-price {
	 text-align: left;
}
 .woocommerce table.shop_table tbody td {
	 color: #141416;
}
 .cart-collaterals {
	 background: #fff;
	 border-radius: 16px;
}
 .cart-collaterals .cart_totals {
	 width: 100% !important;
	 color: #141416 !important;
	 float: left !important;
}
 .cart-collaterals h4 {
	 padding: 24px 0;
	 margin: 0 24px 15px;
	 border-bottom: 1px solid #e6e8ec;
   font-size: 16px;
}
 .cart-collaterals table.shop_table {
	 margin-top: 10px;
	 border: none!important;
   max-width: 200px;
}
 .cart-collaterals table.shop_table tbody th, .cart-collaterals table.shop_table tbody td {
	 border-top: 0!important;
	 padding: 0;
	 line-height: 1.1;
}
 
.cart-collaterals .cptlgrey, .cart-collaterals .woocommerce-Price-amount {
  font-size: 16px;
  color: #141416 !important;
  font-weight: 500;
}
.cart-collaterals td, .cart-collaterals th {
  height: 40px !important;
}
 .redeem-button {
  border: none;
 }
.quantity-input span {
  display: flex;
  align-items: center;
}


/* profile */
.profile-main[data-color="white"] {
  background-color: #fff!important;
}

.coin-history {
  margin-top: 50px;
}
.history_image {
  border-radius: 11.755px;
  border: 1.5px solid #014a88;
  padding: 25px;
  text-align: center;
  margin-bottom: 16px;
}
.history_image img {
  object-fit: contain;
  max-width: 100%;
}
.history_title {
  color: var(--neutrals-700, #141416);
  font-size: 18px;
  line-height: 24px;
 /* 133.333% */
  font-family: "bm";
}

.redeem-button {
  background-color: transparent!important;
}

/* navbar right */
.nav-divider {
  padding: 0 12px;
}
.text-normal {
  font-size: 16px;
}
.nav-right-loggedin {
  font-family: "bm";
}
#mainNav .navbar-nav li.nav-item a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.nav-user-dashboard {
  align-items: center;
  margin-left: auto;
}
.nav-user-dashboard > a {
  display: inline-flex;
}
.nav-user-dashboard .fa, .nav-user-dashboard .fas {
  font-size: 24px !important;
}

/* profile */
.profile-main[data-color="white"] {
  background-color: #fff!important;
}

.coin-history {
  margin-top: 50px;
}
.history_image {
  border-radius: 11.755px;
  border: 1.5px solid #014a88;
  padding: 25px;
  text-align: center;
  margin-bottom: 16px;
}
.history_image img {
  object-fit: contain;
  max-width: 100%;
}
.history_title {
  color: var(--neutrals-700, #141416);
  font-size: 18px;
  line-height: 24px;
 /* 133.333% */
  font-family: "bm";
}

.redeem-button {
  background-color: transparent!important;
}

/* navbar right */
.nav-divider {
  padding: 0 12px;
}
.text-normal {
  font-size: 16px;
}
.nav-right-loggedin {
  font-family: "bm";
}
#mainNav .navbar-nav li.nav-item a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.nav-user-dashboard {
  align-items: center;
  margin-left: auto;
}
.nav-user-dashboard > a {
  display: inline-flex;
}
.nav-user-dashboard .fa, .nav-user-dashboard .fas {
  font-size: 24px !important;
}

.baby-panel__row {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.baby-panel__row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.baby-panel__item {
  margin-top: 20px;
}
.baby-panel__item h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "bm";
}
.c-btn--big-border {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed;
  font-family: "bm";
}


/* nav dropdown */
.user-items {
  position: absolute;
  top: 100%;
  width: 200px;
  padding: 0;
  margin: 0;
  left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(100px);
  visibility: hidden;
  padding: 15px;
}
.user-items li {
  width: 100%;
  text-align: left;
  padding: 5px 0;
}
.user-items li + li {
  border-top: 1px solid #d9d9d9;
}
.user-dropdown {
  position: relative;
}
.user-dropdown svg {
  margin-right: 5px;
}
.user-dropdown svg path {
  fill: rgba(0, 73, 135, 1);
}
.user-dropdown:hover .user-items {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.baby-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px!important;
}

.baby-controls label {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  #mainNav .navbar-nav li.nav-item a{
    font-size: 14px;
  }
  #mainNav .navbar-nav li.nav-item a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  #mainNav .text-normal{
    font-size: 14px;
  }
}