
.template-info .hd-59 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .template-info .hd-59 img {
    max-width: 100%;
  }
  
  .template-info .hd-59 a {
    text-decoration: none;
  }
  
  .template-info .hd-59 li {
    list-style-type: none;
  }
  
  .template-info .hd-59 .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
  
  .template-info .hd-59 .ds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .template-info .hd-59 .jb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .template-info .hd-59 .al {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .hd-59-top-header-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--grey_eee);
  }
  
  .template-info .hd-59-top-header-sec ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .template-info .hd-59-top-header-sec ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 16px;
    margin: 0 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black_color);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-top-header-sec ul li a:hover {
    color: var(--btn_bg_hover_color);
  }
  
  .template-info .hd-59-top-header-sec ul > li:first-child a {
    border-bottom: 2px solid var(--black_color);
  }
  
  .template-info .hd-59-lower-header {
    padding-top: 24px;
  }
  
  .template-info .hd-59-middle-header {
    padding-bottom: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .hd-59-middle-header li {
    margin: 0 8px;
  }
  
  .template-info .hd-59-logo-sec {
    width: 100%;
  }
  
  .template-info .hd-59-logo-sec a {
    display: block;
  }
  
  .template-info .hd-59-logo-sec a img {
    /*width: 100px;*/
    /*height: 50px;
height:70px;*/
    display: block;
  }
  
  .template-info .hd-59-search-sec {
    padding: 0 10px;
  }
  
  .template-info .hd-59-search {
    padding: 4px;
    margin: 0 -10px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid;
  }
  
  .template-info .hd-59-search input {
    width: 100%;
    padding: 1px 10px;
    margin: 0 0 0 8px;
    border: none;
    outline: none;
  }
  
  .template-info .hd-59-search button {
    padding: 8px 12px;
    background-color: var(--btn_border_color);
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 17px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-search button:hover {
    background-color: var(--card_border_color);
  }
  
  .template-info .hd-59-myaccount {
    position: relative;
  }
  
  .template-info .hd-59-acc-btn {
    display: block;
    padding: 8px 14px 4px 30px;
    border: 1px solid var(--btn_border_color);
    border-radius: 30px;
  }
  
  .template-info .hd-59-acc-btn div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  
  .template-info .hd-59-acc-btn div > span:first-child {
    line-height: 1.3;
    font-weight: 600;
    color: var(--black_color);
  }
  
  .template-info .hd-59-acc-btn div > span:last-child {
    margin-left: 8px;
  }
  
  .template-info .hd-59-acc-btn p {
    font-size: 14px;
    text-align: center;
    color: var(--btn_border_color);
  }
  
  .template-info .hd-59-myaccount:hover .hd-59-account-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .template-info .hd-59-pdb8 {
    padding-top: 8px;
  }
  
  .template-info .hd-59-account-sec {
    position: absolute;
    display: none;
    top: 48px;
    right: 0;
    background-color: var(--white_color);
    padding: 15px;
    width: 288px;
    border: 1px solid var(--btn_border_color);
    border-radius: 8px;
    z-index: 1;
  }
  
  .template-info .hd-59-acc-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  
  .template-info .hd-59-menu-desc {
    margin-bottom: 16px;
  }
  
  .template-info .hd-59-menu-desc div {
    position: relative;
  }
  
  .template-info .hd-59-menu-desc div input {
    width: 100%;
    padding: 8px 8px 8px 32px;
    border: 2px solid var(--btn_border_color);
    border-radius: 1px;
  }
  
  .template-info .hd-59-menu-desc div span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 9px;
    font-size: larger;
    color: var(--btn_border_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .hd-59-menu-head-font {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
  }
  
  .template-info .hd-59-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .template-info .hd-59-pd8 {
    padding-bottom: 8px;
  }
  
  .template-info .hd-59-forgot {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    color: var(--black_color);
    cursor: pointer;
  }
  
  .template-info .hd-59-sign-btn {
    max-width: 200px;
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white_color);
    background-color: var(--c-40b546);
    border: 1px solid var(--c-40b546);
    outline: none;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
  }
  
  .template-info .hd-59-terms {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  
  .template-info .hd-59-terms a {
    color: var(--btn_bg_color);
    text-decoration: underline;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer;
  }
  
  .template-info .hd-59-terms a:hover {
    color: var(--btn_bg_hover_color);
  }
  
  .template-info .hd-59-or {
    padding: 8px 0;
    position: relative;
    border-top: 1px solid var(--btn_border_color);
  }
  
  .template-info .hd-59-or p {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    background: var(--white_color);
    z-index: 1;
    max-width: 42px;
    text-align: center;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
  
  .template-info .hd-59-create-acc {
    max-width: 200px;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid var(--black_color);
    cursor: pointer;
    background-color: var(--white_color);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-create-acc:hover {
    background-color: var(--card_border_color);
  }
  
  .template-info .hd-59-arrow {
    color: var(--black_color);
  }
  
  .template-info .hd-59-cart-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .hd-59-cart-sec a {
    position: relative;
  }
  
  .template-info .hd-59-cart-sec a svg {
    width: 44px;
  }
  
  .template-info .hd-59-cart-sec a span {
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--red-color);
    font-size: 14px;
  }
  
  .template-info .hd-59-down-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid var(--btn_border_color);
  }
  
  .template-info .hd-59-menu-btn {
    line-height: 1.5;
    font-weight: 600;
    color: var(--black_color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-menu-btn span {
    margin-left: 5px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-menu-btn:hover {
    color: var(--btn_bg_hover_color);
  }
  
  .template-info .hd-59-menu-btn:hover span {
    color: var(--btn_bg_hover_color);
  }
  
  .template-info .hd-59-menubtn {
    position: relative;
  }
  
  .template-info .hd-59-menubtn:hover .hd-59-drpdown-list-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
z-index:1;
background:white;
  }
  
  .template-info .hd-59-drpdown-list-sec {
    display: none;
    position: absolute;
    width: 300px;
    border: 1px solid var(--btn_border_color);
  }
  
  .template-info .hd-59-drpdown-list-sec ul {
    width: 100%;
  }
  
  .template-info .hd-59-drpdown-list-sec ul li a {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--black_color);
    font-weight: 400;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  .template-info .hd-59-drpdown-list-sec ul li a:hover {
    background-color: var(--btn_border_color);
  }
  
  .template-info .hd-59-iml-link {
    padding: 8px 10px;
    display: block;
  }
  
  .template-info .hd-59-menu-list2 li a {
    line-height: 1.5;
    color: var(--black_color);
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .hd-59-menu-list2 li a:hover {
    color: var(--btn_bg_hover_color);
  }
  
  @media (min-width: 768px) {
    .template-info .hd-59-menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .template-info .hd-59-top-header-sec ul {
      width: 50%;
    }
    .template-info .hd-59-middle-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .template-info .hd-59-humburger-menu {
      display: none;
    }
    .template-info .hd-59-logo-sec {
      max-width: 250px;
    }
  }
  
  @media (min-width: 1024px) {
    .template-info .hd-59-wd-70 {
      width: 66%;
    }
    .template-info .hd-59-top-header-sec ul li a {
      font-size: 16px;
    }
    .template-info .hd-59-acc-btn {
      max-width: 156px;
      width: 100%;
    }
    .template-info .hd-59-acc-btn div > span:first-child {
      font-size: 16px;
    }
    .template-info .hd-59-arrow {
      font-size: smaller;
    }
    .template-info .hd-59-menu-btn {
      font-size: 16px;
      padding: 0 6px;
    }
    .template-info .hd-59-menu-list2 li a {
      padding: 0 8px;
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    .template-info .hd-59-middle-header {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .template-info .hd-59-wd-70 {
      width: 58%;
    }
    .template-info .hd-59-top-header-sec ul li a {
      font-size: 12px;
    }
    .template-info .hd-59-acc-btn div > span:first-child {
      font-size: 12px;
    }
    .template-info .hd-59-arrow {
      font-size: x-small;
    }
    .template-info .hd-59-menu-btn {
      font-size: 12px;
      padding: 0 3.5px;
    }
    .template-info .hd-59-menu-list2 li a {
      padding: 0 4px;
      font-size: 12px;
    }
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    .template-info .hd-59-middle-header li {
      padding: 5px 0;
    }
    .template-info .hd-59-myaccount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .template-info .hd-59-acc-btn {
      max-width: 200px;
      width: 100%;
    }
    .template-info .hd-59 .sb {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .template-info .hd-59 .fl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .template-info .hd-59-myaccount-sec {
      margin: 0 -8px;
    }
    .template-info .hd-59-humburger-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .template-info .hd-59-down-header-sec {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .template-info .hd-59-account-sec {
      left: 0;
      -webkit-transform: translate(-130%, 0);
              transform: translate(-130%, 0);
      margin: auto;
      top: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-account-sec.signshow {
      -webkit-transform: translate(0);
              transform: translate(0);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-menu-list {
      width: 100%;
    }
    .template-info .hd-59-menu-list2 {
      width: 100%;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
    }
    .template-info .hd-59-menu-btn {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0px 15px;
      border-bottom: 1px solid var(--btn_border_color);
    }
    .template-info .hd-59-menu-btn span {
      width: 30%;
      text-align: right;
    }
    .template-info .hd-59-menu-btn:hover .hd-59-drpdown-list-sec {
      display: none;
    }
    .template-info .hd-59-menubtn:hover .hd-59-drpdown-list-sec {
      display: none;
    }
    .template-info .hd-59 .showsubmenu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .template-info .hd-59-down-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 3px solid var(--btn_border_color);
    }
    .template-info .hd-59-down-header-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate(-130%, 0);
              transform: translate(-130%, 0);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-down-header-sec.menushow {
      -webkit-transform: translate(0%, 0);
              transform: translate(0%, 0);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-humburger-menu .fa {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-humburger-menu.close .fa {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-humburger-menu.close .fa::before {
      content: "\f00d";
    }
    .template-info .hd-59-arrow .fa {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-arrow.arwup .fa {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
    }
    .template-info .hd-59-drpdown-list-sec {
      width: 100%;
      position: relative;
    }
    .template-info .hd-59-drpdown-list-sec.showsubmenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  /*# sourceMappingURL=hd-59.css.map */