:root {
   --babbykit-primary-color : #0E314B;
   --babbykit-secondary-color : #FEB737;
}

@font-face {
  font-family: 'nunito-regular';
  src: url('./assets/fonts/Poppins-Regular.ttf');
}

body{
  background-color: white !important;
  font-family: 'poppins',sans-serif;

}

.cart-head{
    background-color: #FBF6F3;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.user-head{
  background-color: #FBF6F3;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
}


.user-head img, .header img {
  height: 28px;

}
#header .header-nav .language-selector, #header .header-nav .user-info {
  margin-top: .9375rem;

  white-space: nowrap;

}

.wishlist-button-add{
  display: none !important;
}
#header .header-nav .user-info {
  margin-left: 0px !important;
  margin-top: 0px !important;
  text-align: right;
}

.nbr-cart{
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--babbykit-primary-color);
  border-radius: 40px;
  padding: 1px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}


.container-user-cart-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.information{
  background-color: var(--babbykit-primary-color);
  color: white;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-open .babbikit-menu-icon {
   transition: 200ms;
}

.information p{
 color: white;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.thumbnail-top{
    border-radius: 16px !important;
}

#wrapper
 {
    background: white;
}

.product-title a{
    font-weight: 700 !important;
    color: var(--babbykit-primary-color) !important;
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    line-height: 22px;
}

.current  a {
  color: var(--babbykit-secondary-color) !important;
}

.price {
  color: var(--babbykit-primary-color) !important;
  font-weight: 700;
}

#top-menu a {
  color: var(--babbykit-primary-color)   ;
  font-size: 14px ;
}

.nbr-cart-price {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #0E314B;
  background: #EAEAEA;
  margin: 5px;
}

.detail-product{
  display: flex;
  align-items: center;
  gap: 10px;
}
.container-nbr-cart-price {
  display: grid;
  grid-template-columns: 40px auto 40px;
  width: 100px;
  align-items: center;
}

#top-menu a:hover {
  color: #FEB737 !important;
}

#header {
  position: sticky;
  top: 0;
}