/* -------Main Styles-------- */
.happy-cookie .header-page .top-bar {
  background: #fdf2f5;
  padding: 10px 0;
  text-align: center;
  font-size: 18px; }
.happy-cookie .header-page .shop-bar {
  margin: 15px 0 -15px 0; }
  .happy-cookie .header-page .shop-bar .mf-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .happy-cookie .header-page .shop-bar .mf-container .left-bar ul li {
      display: inline-block;
      justify-content: center;
      vertical-align: bottom;
      font-size: 13px;
      padding-left: 12px;
      padding-right: 12px;
      border-right: 1px solid #000000;
      line-height: 15px;
      position: relative; }
      .happy-cookie .header-page .shop-bar .mf-container .left-bar ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none; }
      .happy-cookie .header-page .shop-bar .mf-container .left-bar ul li:first-child {
        padding-left: 18px; }
      .happy-cookie .header-page .shop-bar .mf-container .left-bar ul li .bi {
        position: absolute;
        left: 0;
        bottom: 2px; }
      .happy-cookie .header-page .shop-bar .mf-container .left-bar ul li a {
        color: #000000; }
    .happy-cookie .header-page .shop-bar .mf-container .right-bar {
      font-size: 13px;
      position: relative;
      padding-left: 15px; }
      .happy-cookie .header-page .shop-bar .mf-container .right-bar .bi {
        position: absolute;
        left: 0;
        bottom: 2px; }
.happy-cookie .header-page .main-bar {
  padding: 0 0 20px 0; }
  .happy-cookie .header-page .main-bar .mf-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .happy-cookie .header-page .main-bar .mf-container .socials {
      width: 174px; }
      .happy-cookie .header-page .main-bar .mf-container .socials ul li {
        display: inline-block;
        margin-right: 5px; }
        .happy-cookie .header-page .main-bar .mf-container .socials ul li a {
          color: #666666;
          font-size: 20px; }
    .happy-cookie .header-page .main-bar .mf-container .main-logo img {
      max-height: 90px;
      width: auto; }
    .happy-cookie .header-page .main-bar .mf-container .country-select {
      text-align: right; }
      .happy-cookie .header-page .main-bar .mf-container .country-select label {
        display: table;
        font-size: 12px; }
      .happy-cookie .header-page .main-bar .mf-container .country-select select {
        border: 1px solid #999999;
        color: #212529;
        font-size: 14px;
        border-radius: 5px;
        height: 32px;
        background: none; }
        .happy-cookie .header-page .main-bar .mf-container .country-select select:active, .happy-cookie .header-page .main-bar .mf-container .country-select select:focus {
          outline: none; }
.happy-cookie .header-page .close-menu {
  display: none; }
.happy-cookie .header-page .mobile-menu-toggle {
  display: none;
  width: 32px; }
  .happy-cookie .header-page .mobile-menu-toggle .line {
    color: #FFFFFF;
    display: table;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    margin: 8px 0;
    border-radius: 5px; }
.happy-cookie .header-page .bottom-bar {
  background: #736357; }
  .happy-cookie .header-page .bottom-bar .mf-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .happy-cookie .header-page .bottom-bar .cake-left img {
    max-width: 30px;
    height: auto; }
  .happy-cookie .header-page .bottom-bar .navbar {
    padding: 0; }
    .happy-cookie .header-page .bottom-bar .navbar .main-menu li {
      display: inline-block;
      padding: 10px 0 10px 35px; }
      .happy-cookie .header-page .bottom-bar .navbar .main-menu li a {
        font-size: 16px;
        color: #FFFFFF;
        position: relative; }
        .happy-cookie .header-page .bottom-bar .navbar .main-menu li a::before {
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
          position: absolute;
          content: "";
          width: 0%;
          height: 1px;
          background: #FFFFFF;
          bottom: -5px;
          left: 0; }
        .happy-cookie .header-page .bottom-bar .navbar .main-menu li a:hover::before {
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
          width: 100%; }
      .happy-cookie .header-page .bottom-bar .navbar .main-menu li.active a::before {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 100%; }

/*# sourceMappingURL=style.css.map */
