/*======================================================
Header Menu Style
======================================================*/

header .lang-dropdown-select-element {
  width: 165px;
}

header#header .clp {
    text-align: center;
    padding: 0 1rem;
}
div#category-menu.unhide,
div#series-menu.unhide,
div#taste-menu.unhide {
  display: block;
  opacity: 1;
  transition: opacity .5s
}

div#category-menu.mega-nav-menu,
div#series-menu.mega-nav-menu,
div#taste-menu.mega-nav-menu {
    background: rgba(244,205,217,0.9);
    width: 100%;
    height: auto;
    padding: 30px 0 50px 0;
    position: absolute;
    left: 0;
    z-index: 99;
    margin: 0;
    max-height: 100vh;
}

div#category-menu.hide,
div#series-menu.hide,
div#taste-menu.hide {
  display: none;
  opacity: 0;
  transition: opacity .5s
}

.nav-online .mega-nav-menu .row {
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .mm-wrap .special-news {
        height: 1.8rem;
        font-size: 14px;
    }
}

/*======================================================
Search Button
======================================================*/

nav#mmenu form#prod-search {
    border-radius: 15px;
}

nav#mmenu form#prod-search:focus {
    box-shadow: 0 0 10px rgba(233, 83, 125, 1);
}

nav#mmenu input[type=search] {
    border-radius: 15px 0 0 15px;
}

nav#mmenu input[type=search]:focus {
    outline:none;
    box-shadow: -2px 0 5px 1px rgba(233, 83, 125, .8);
    border:0px;
}
nav#mmenu input[type=search]:focus ~ div button {
    outline:none;
    box-shadow: 2px 0 5px 1px rgba(233, 83, 125, .8);
    border:0px;
}

nav#mmenu input[type="search"]::-webkit-search-decoration,
nav#mmenu input[type="search"]::-webkit-search-cancel-button,
nav#mmenu input[type="search"]::-webkit-search-results-button,
nav#mmenu input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

nav#mmenu button {
    border-radius: 0 15px 15px 0;
}

nav#mmenu button:hover {
    box-shadow: 0 0 10px rgba(233, 83, 125, 1);
}
nav#mmenu .mm-panels li.pickup-items section.pickup-items div.product-image {
  position: relative;
}
nav#mmenu .mm-panels li.pickup-items section.pickup-items div.product-image span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(211,215,244,0.8 ) !important;
  z-index: 20;
}

/*======================================================
Mobile Layout
======================================================*/

@media screen and (max-width: 1367px) {

}

@media screen and (max-width: 1115px) {
  footer.site-footer div#block-youtubeblock {
    right: 1rem;
  }
}

@media screen and (max-width: 980px) {
  header#header .header-right-lower {
      flex-wrap: wrap;
      width: 60%;
      justify-content: flex-end;
  }
  header#header .header-right-upper {
      margin-bottom: 5px;
  }
  header#header .d-md-flex {
      justify-content: flex-end;
  }
  header#header .webform-submission-site-search-form .input-group-append {
      right: 9px;
  }
  .webform-submission-site-search-form .input-group-append input#edit-actions-submit.header-search-submit {
      left: -6px!important;
  }
  header#header .special-news {
    padding: 2px 0;
    height: 2rem;
  }
  header#header .header .upper-header .d-md-inline-block {
    overflow: hidden;
    text-align: right;
    height: 1rem;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items {
    display: flex;
    justify-content: space-around;
  }
  footer.site-footer .footer-vertical-items {
    display: flex;
    flex-wrap: wrap;
  }
  footer.site-footer .footer-vertical-items .footer-menu .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.site-footer .footer-vertical-items div#block-youtubeblock {
    position: relative;
    right: unset;
    top: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-bottom-menu {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  header#header .upper-header {
      background: #f4cdd9!important;
      color: #fff!important;
      min-height: 40px;
  }
  header#header .upper-header .w-container {
      flex-wrap: wrap;
      justify-content: center !important;
      padding: 0 40px;
      text-align: center;
  }
  header#header div.header .hamburger_menu.sticky {
      position: fixed!important;
      top: 0px!important;
      width: 40px;
      height: 40px;
  }
  header#header div.header .hamburger_menu #hamburger_menu {
    position: relative;
  }
  header#header div.header .hamburger_menu {
    width: 40px;
    height: 40px;
    position: absolute;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 0;
    left: 0;
  }

  header#header .hamburger_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 60%;
    background: #fff;
    /*border-radius: 9px;*/
    opacity: 1;
    margin-left: 20%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  header#header .hamburger_menu span:nth-child(1) {
    top: 10px;
  }

  header#header .hamburger_menu span:nth-child(2) {
    top: 18px;
  }

  header#header .hamburger_menu span:nth-child(3) {
    top: 27px;
  }
  header#header .hamburger_menu .span-container {
      position: relative;
      width: 40px;
      height: 40px;
  }
  header#header p.cl-p {
      color: #fff;
  }
  header#header #special-news .carousel-item {
    height: 1.5rem;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items {
    display: flex;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.product-image {
    position: relative;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.product-image img {
    position: relative;
    height: 30vw;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.product-image span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(211,215,244,0.8 ) !important;
    z-index: 20;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price .new-price-wrap {
    font-size: small;
    display: flex;
    flex-wrap: wrap;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price .new-price-wrap .percent-off {
    font-size: x-small;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price .old-price-wrap {
    font-size: x-small;
    color: gray;
    width: 100%;
    text-align: right;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price .new-price {
    font-size: small;
  }
  nav#mmenu .mm-panels li.pickup-items section.pickup-items div.price .old-price {
    font-size: x-small;
  }
  footer.site-footer div#block-youtubeblock {
    padding: 0 1rem;
    justify-content: center;
  }
  footer.site-footer div#block-youtubeblock a:first-child img {
    width: 100%;
    margin: 1rem 0px;
  }
  footer.site-footer div#block-youtubeblock a:last-child img {
    margin-bottom: 1em;
  }
  footer.site-footer .accordion ul {
    margin-left: 0px;
  }
  .main-header .header-left {
    display: inline-flex;
    top: auto;
  }
  .lang-dropdown-select-element {
    width: auto;
  }
}

@media screen and (max-width: 417px) {
  header#header .upper-header {
    min-height: auto;
  }
  header#header .upper-header, header#header p.cl-p {
    background: #fff !important;
    color: #f4cdd9 !important;
  }
  header#header .upper-header .w-container {
    padding: unset;
    justify-content: flex-end !important;
  }
  header#header .d-md-flex {
    justify-content: unset;
  }
  header .lang-dropdown-select-element {
    padding-right: 0px;
    width: 75%;
  }
  header#header .main-header .header-right-upper i.fa-door-open {
    display: none;
  }
}
