#header {
  border-bottom: 1px solid #b0a28b;
  .container {
    @include clearfix;
  }
  @media (min-width: $grid-float-breakpoint) {
    .container {
      max-width: 1370px;
    }
    .logo {
      float: left;
      a {
        display: block;
        width: 250px;
        height: 80px;
        text-indent: -9999px;
        background: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/logo.png?v=1598531695") no-repeat 0 50%;
      }
    }
    a {
      color: inherit;
    }
    nav {
      float: right;
      font-family: $font-reemKufi;
      padding: 28px 10px;
      color: #777065;
      a {
        color: inherit;
      }
      > ul {
        float: left;
        list-style: none;
        > li {
          float: left;
        }
        &.menu {
          margin: 0;
          padding: 0;
          > li {
            margin-left: 32px;
            position: relative;
            &:first-child{
              margin-left: 29px;
            }
            &:nth-child(2){
              margin-left: 50px;
            }
            > a {
              display: block;
              padding: 0 20px 0 0;
              &.has-child-menu {
                &:before {
                  content: "";
                  display: block;
                  width: 6px;
                  height: 6px;
                  border-right: 1px solid #777065;
                  border-bottom: 1px solid #777065;
                  transform: rotate(45deg);
                  right: 3px;
                  top: 7px;
                  position: absolute;
                }
              }
              &:hover {
                color: #41392d;
                &:before {
                  border-right: 1px solid #41392d;
                  border-bottom: 1px solid #41392d;
                }
              }
            }
            ul {
              display: none;
              position: absolute;
              z-index: 5;
              list-style: none;
              padding: 5px;
              margin: 0;
              border: 1px solid #b0a28b;
              box-shadow: 0 3px 15px rgba(119, 112, 101, 0.2);
              background: #fff;
              width: 125px;
              font-size: 15px;
              left: -15px;
              li {
                a {
                  color: #b0a28b;
                  padding: 1px 10px;
                  display: block;
                  &:hover {
                    color: #41392d;
                  }
                }
              }
            }
            &:hover ul {
              display: block;
            }
          }
        }
        &.fav-icon {
          padding: 2px 0;
          margin: 0 0 0 12px;
          li {
            margin-left: 30px;
            &:first-child {
              margin: 0;
            }
            a {
              display: block;
              width: 20px;
              height: 20px;
              text-indent: -9999px;
            }
            &.favorite {
              a {
                background: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/heart.svg?v=1598529825") no-repeat 50% 50%;
              }
            }
            &.account {
              a {
                background: url("../../../files/user.svg") no-repeat 50% 50%;
              }
            }
            &.search {
              a {
                background: url("../../../files/icon-search.png") no-repeat 50% 50%;
              }
            }
          }
        }
      }
    }
    .search-window-area {
      background-color: #a39580;
      .search {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
        font-size: 16px;
        &-txt {
          color: #fff;
          margin: 0;
          line-height: 40px;
        }
        &-keyword {
          font-size: 14px;
          border: 3px solid #777065;
          height: 40px;
          width: 300px;
          margin: 0 5px 0 10px;
          padding: 5px 10px;
          &:focus {
            outline: none;
          }
          &::placeholder {
            color: #c0b5a2;
            font-size: 15px;
          }
        }
        &-btn {
          height: 40px;
          width: 100px;
          color: #fff;
          background-color: #777065;
          border: 4px solid #777065;
          border-color: #a29d96 #756e63 #58534b #726c61;
          position: relative;
          cursor: pointer;
          &::before {
            content: "";
            display: inline-block;
            background-image: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/icon-search-white.png?v=1598243783");
            background-size: cover;
            padding: 8px;
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translateY(-50%);
          }
          &:focus {
            outline: none;
          }
          > span {
            font-size: 16px;
            padding-left: 17px;
          }
        }
      }
    }
  }
  @media (max-width: $grid-float-breakpoint-max) {
    .container {
      position: relative;
      padding: 30px 20px 10px;
    }
    .logo {
      float: left;
      a {
        display: block;
        text-indent: -9999px;
        background: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/logo-sp.png?v=1598531696") no-repeat 0 50%;
        width: calc(398px / 2);
        height: calc(26px / 2);
        background-size: cover;
      }
    }
    a {
      color: inherit;
    }
    nav {
      font-family: $font-reemKufi;
      padding: 0;
      color: #777065;
      a {
        color: inherit;
      }
      > ul {
        float: left;
        list-style: none;
        > li {
          float: left;
        }
        &.menu {
          margin: 34px 0 0;
          padding: 0;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          > li {
            position: relative;
            > a {
              display: block;
              &.has-child-menu {
                padding: 0 20px 0 0;
                &:before {
                  content: "";
                  display: block;
                  width: 6px;
                  height: 6px;
                  border-right: 1px solid #777065;
                  border-bottom: 1px solid #777065;
                  transform: rotate(45deg);
                  right: 3px;
                  top: 5px;
                  position: absolute;
                }
              }
              &:hover {
                color: #41392d;
                &:before {
                  border-right: 1px solid #41392d;
                  border-bottom: 1px solid #41392d;
                }
              }
            }
            ul {
              display: none;
              position: absolute;
              z-index: 5;
              list-style: none;
              padding: 5px;
              margin: 0;
              border: 1px solid #b0a28b;
              box-shadow: 0 3px 15px rgba(119, 112, 101, 0.2);
              background: #fff;
              width: 120px;
              font-size: 15px;
              left: -15px;
              li {
                a {
                  color: #b0a28b;
                  padding: 1px 10px;
                  display: block;
                  &:hover {
                    color: #41392d;
                  }
                }
              }
            }
            &:hover ul {
              display: block;
            }
          }
        }
        &.fav-icon {
          padding: 0;
          margin: 0;
          position: absolute;
          top: 30px;
          right: 20px;
          li {
            margin-left: 22px;
            a {
              display: block;
              width: 20px;
              height: 20px;
              text-indent: -9999px;
            }
            &.favorite {
              a {
                width: 18px;
                height: 17px;
                background: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/heart.svg?v=1598529825") no-repeat 50% 50%;
                background-size: cover;
              }
            }
            &.account {
              a {
                width: 17px;
                height: 17px;
                background: url("../../../files/user.svg") no-repeat 50% 50%;
                background-size: cover;
              }
            }
          }
        }
      }
    }
    .search-window-area {
      background-color: #a39580;
      .search {
        text-align: center;
        padding: 20px;
        font-size: 16px;
        max-width: 680px;
        margin: 0 auto;
        @include clearfix();
        &-txt {
          color: #fff;
          margin: 0 0 0.6em;
        }
        &-keyword {
          float: left;
          width: calc(100% - 75px);
          height: 36px;
          font-size: 14px;
          border: 1.5px solid #777065;
          margin: 0;
          padding: 5px 10px;
          &:focus {
            outline: none;
          }
          &::placeholder {
            color: #c0b5a2;
          }
        }
        &-btn {
          float: right;
          width: 70px;
          height: 36px;
          color: #fff;
          background-color: #777065;
          border: 3px solid #777065;
          border-color: #a29d96 #756e63 #58534b #726c61;
          position: relative;
          padding: 1px 0;
          &::before {
            content: "";
            display: inline-block;
            background-image: url("https://cdn.shopify.com/s/files/1/0447/7180/3297/files/icon-search-white.png?v=1598243783");
            background-size: cover;
            padding: 8px;
            position: absolute;
            top: 50%;
            left: 7px;
            transform: translateY(-50%);
          }
          &:focus {
            outline: none;
          }
          > span {
            font-size: 15px;
            padding-left: 22px;
          }
        }
      }
    }
  }
}
