
.template-info header.hd-11 {
  -webkit-box-shadow: 0 2px 10px var(--rgba01);
          box-shadow: 0 2px 10px var(--rgba01);
}

.template-info .hd-11 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .hd-11 img {
  max-width: 100%;
}

.template-info .hd-11 .container-11 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.template-info .hd-11 a {
  text-decoration: none;
}

.template-info .hd-11 li {
  list-style-type: none;
}

.template-info .hd-11 .dis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-11 .jb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-info .hd-11 .js {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.template-info .hd-11 .jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-info .hd-11 .ac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .hd-11 .has-drop {
  position: relative;
  padding: 0.55em 1.75em 0.55em 1em;
}

.template-info .hd-11 .has-drop:before {
  content: '';
  position: absolute;
  left: calc(100% - 1.225rem);
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px solid var(--black-color);
  border-right: 1px solid var(--black-color);
}

.template-info .hd-11-top-header-sec {
  padding: 10px 0;
  border-top: 1px solid var(--black-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.template-info .hd-11 .logo img {
  display: block;
}

.template-info .hd-11 .header-nav {
  padding: 2.65% 0;
}

.template-info .hd-11 .header-nav .sub {
  display: block;
  color: var(--text_color);
  font-size: 100%;
  padding: 0.55em 1em 0.55em 1em;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  height: 100%;
  text-transform: capitalize;
}

.template-info .hd-11 .header-nav .sub.has-drop {
  padding-right: 2.25em;
}

.template-info .hd-11-menu-list {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.template-info .hd-11-menu-list.has-sub {
  position: relative;
}

.template-info .hd-11-menu-list.has-sub:hover ul {
  display: block;
}

.template-info .hd-11-menu-list:hover .master-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.template-info .hd-11-menu-list:hover > a.sub {
  text-decoration: none;
  border-color: transparent;
  border-radius: 0;
  color: var(--heading_color);
}

.template-info .hd-11-menu-list:hover > a.sub.has-drop:before {
  border-color: var(--heading_color);
}

.template-info .hd-11-menu-list-sub {
  min-width: 17em;
  display: block;
  background: var(--ededed);
  position: absolute;
  right: 0px;
  display: none;
}

.template-info .hd-11-menu-list-sub a {
  display: block;
  padding: 0.55em 1em;
  color: var(--anchor_color);
}

.template-info .hd-11-menu-list-sub li a:hover {
  background: var(--e3e3e3);
}

.template-info .hd-11-header-top {
  background-color: var(--ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white-color)), to(var(--ddd)));
  background-image: linear-gradient(to bottom, var(--white-color), var(--ddd));
  background-repeat: repeat-x;
}

.template-info .hd-11 .header-top-menu {
  padding: 0 10px;
  height: 40px;
}

.template-info .hd-11 .del-info {
  font-weight: 600;
  font-size: 12px;
}

.template-info .hd-11 .del-info a {
  color: var(--anchor_color);
}

.template-info .hd-11 .del-info li {
  margin-right: 10px;
}

.template-info .hd-11 .del-info i {
  margin-right: 5px;
}

.template-info .hd-11 .login-tube {
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.template-info .hd-11 .login-tube li {
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-color: var(--ddd);
  height: 40px;
}

.template-info .hd-11 .login-tube li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--anchor_color);
}

.template-info .hd-11 .login-tube li a:hover {
  background-color: var(--ddd);
}

.template-info .hd-11 li.login-cart a {
  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;
  background-color: var(--heading_color);
  position: relative;
  color: var(--white-color);
  padding-right: 50px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.template-info .hd-11 li.login-cart a:hover {
  background-color: var(--ddd);
}

.template-info .hd-11 li.login-cart a span {
  background: var(--rgba01);
  -webkit-box-shadow: inset 1px 0 3px var(--rgba3);
          box-shadow: inset 1px 0 3px var(--rgba3);
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
}

.template-info .hd-11 li.login-cart a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
}

.template-info .hd-11 .master-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 51px;
  margin: auto;
  width: calc(100% - 20px);
  padding: 1.5% 0.5%;
  background: var(--white-color);
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border-top: 2px solid var(--a00);
  -webkit-box-shadow: 0 1px 10px var(--rgba8), 0 1px 0 var(--rgba5), 0 5px 10px var(--rgba01);
          box-shadow: 0 1px 10px var(--rgba8), 0 1px 0 var(--rgba5), 0 5px 10px var(--rgba01);
}

.template-info .hd-11 .hd-11 {
  padding-top: 5.1%;
  padding-bottom: 5.1%;
}

.template-info .hd-11 .hd-11__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .hd-11 .hd-11__list {
    width: calc(100% / 2);
    padding: 0px 12px 10px;
  }
}

@media all and (min-width: 641px) {
  .template-info .hd-11 .hd-11__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .hd-11 .hd-11__list {
    width: calc(100% / 3);
    padding: 0px 12px 10px;
  }
}

@media all and (max-width: 767px) {
  .template-info .hd-11 .hd-11 {
    padding: 0 15px;
  }
  .template-info .hd-11 .hd-11__list {
    margin-bottom: 12px;
  }
}

.template-info .hd-11 .hd-11__titles {
  margin-top: 1px;
  margin-bottom: 18px;
  font-size: 18px;
}

.template-info .hd-11 .hd-11 .right-sec > div:first-child {
  width: 100%;
}

.template-info .hd-11 .hd-11__links img {
  max-height: 128px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-info .hd-11 .hd-11__link img {
  max-width: 165px;
}

.template-info .hd-11 .hd-11__btm_link {
  margin-top: 18px;
  border-top: 2px solid var(--border_color);
  padding-top: 10px;
}

.template-info .hd-11 .hd-11__btm_link a {
  font-weight: bold;
  color: var(--anchor_color);
}

.template-info .hd-11 .hd-11__btm_link a:hover {
  text-decoration: underline;
}

.template-info .hd-11 .hd-11__keylist {
  padding-right: 20px;
}

.template-info .hd-11 .hd-11__keylist.nw li {
  margin-bottom: 5px;
}

.template-info .hd-11 .hd-11__keylist li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .hd-11 .hd-11__keylist li img {
  margin-left: 5px;
}

.template-info .hd-11 .hd-11__keylist li a {
  font-size: 13px;
  color: var(--c-595959);
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.3;
}

.template-info .hd-11 .hd-11__keylist li a:hover {
  color: var(--anchor_color);
}

.template-info .hd-11 .hd-11__all-product {
  border-top: 1px solid var(--c-666);
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.template-info .hd-11 .hd-11__all-product .btn-pink {
  color: var(--white-color);
  -webkit-filter: var(--primary-btn-fliter-color);
  filter: var(--primary-btn-fliter-color);
  background-image: var(--btn-bg-image);
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
}

.template-info .hd-11 .hd-11__promo-img {
  position: relative;
}

.template-info .hd-11 .hd-11__promo-img img {
  max-width: 100px;
  display: block;
  position: relative;
  top: -12px;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  left: -10px;
}

.template-info .hd-11 .hd-11__more-info p {
  font-size: 14px;
  line-height: 1.5;
}

.template-info .hd-11 .hd-11__more-info div {
  margin-top: 20px;
  margin-bottom: 25px;
}

.template-info .hd-11 .promo-sec-head {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

.template-info .hd-11__link-label {
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .template-info .hd-11 .humburgerMenu1 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .hd-11 .logo img {
    width: 120px;
  }
  .template-info .hd-11 .login-tube a {
    font-size: 12px;
  }
  .template-info .hd-11 .header-top-menu {
    padding: 0 10px;
  }
  .template-info .hd-11-menu-list {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .template-info .hd-11 .header-nav .sub {
    font-size: 14px;
    padding: 0.25em 0.55em;
  }
  .template-info .hd-11 .del-info {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .hd-11 .has-drop {
    position: relative;
    padding: 0.55em 1.75em 0.55em 1em;
  }
  .template-info .hd-11 .has-drop:before {
    content: '';
    position: absolute;
    left: calc(100% - 1.225rem);
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 1px solid var(--black-color);
    border-right: 1px solid var(--black-color);
  }
  .template-info .hd-11-top-header-sec {
    padding: 10px 0;
    border-top: 1px solid var(--black-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .template-info .hd-11 .logo img {
    display: block;
  }
  .template-info .hd-11 .master-dropdown {
    padding: 1.5% 2.5%;
    z-index: 11;
  }
  .template-info .hd-11 .humburgerMenu1 {
    width: 36px;
    height: 36px;
    padding: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .template-info .hd-11 .humburgerMenu1 span {
    height: 2px;
    background: var(--black-color);
    border-radius: 11.4vw;
    display: block;
    margin-bottom: 32%;
  }
  .template-info .hd-11 .humburgerMenu1 span {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .template-info .hd-11 .humburgerMenu1 span:nth-child(2) {
    width: 11px;
  }
  .template-info .hd-11 .humburgerMenu1 span:nth-child(3) {
    width: 19px;
  }
  .template-info .hd-11 .logo {
    margin-left: 0px;
  }
  .template-info .hd-11 .logo img {
    max-width: 145px;
  }
  .template-info .hd-11 .head-section {
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .template-info .hd-11 .mclose span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: auto;
    margin-top: 13px;
  }
  .template-info .hd-11 .mclose span:nth-child(2) {
    display: none;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .template-info .hd-11 .mclose span:nth-child(3) {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    margin-top: -11px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: auto !important;
  }
  .template-info .hd-11 .nav-mob-desk {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: var(--white-color);
    border-top: 1px solid var(--border_color);
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  .template-info .hd-11__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .hd-11 .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-info .hd-11 .del-info li {
    display: none;
  }
  .template-info .hd-11 .right-sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .hd-11 .hd-11__link img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=hd-11.css.map */