
@media (min-width: 1160px) {
  .template-info header.hd-271 {
    border-bottom: 1px solid var(--border_color);
    padding: 20px 0 5px 0;
  }
  .template-info header.hd-271 img {
    max-width: 100%;
  }
  .template-info header.hd-271 .hd-27 {
    max-width: 1250px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .template-info header.hd-271 .hd-27 .desktophide {
    display: none !important;
  }
  .template-info header.hd-271 .hd-27-nav {
    width: 86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info header.hd-271 .hd-27-logo {
    display: block;
    width: 150px;
    margin-right: 48px;
  }
  .template-info header.hd-271 .hd-27-menuMain {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74%;
    padding-bottom: 14px;
  }
  .template-info header.hd-271 .hd-27-menuSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 26%;
    padding: 0;
    margin: 0;
  }
  .template-info header.hd-271 .hd-27-menuSide li {
    list-style: none;
    margin: 0 3px 15px 24px;
  }
  .template-info header.hd-271 .hd-27-menuSide .fa {
    font-size: 20px;
  }
  .template-info header.hd-271 .hd-27-menuPrnt {
    list-style: none;
  }
  .template-info header.hd-271 .hd-27-menuPrnt a {
    font-size: 16px;
    line-height: 20px;
    color: var(--black-color);
    text-decoration: none;
    font-weight: 500;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover > a {
    color: var(--blue-color);
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover .hd-27-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000000;
    position: absolute;
    bottom: -22px;
    z-index: 1;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover.nodrop::before {
    display: none;
  }
  .template-info header.hd-271 .hd-27-menuSub {
    margin: 0;
    padding: 4px 0 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*height: 256px;*/
    width: 74%;
  }
  .template-info header.hd-271 .hd-27-menuSub-img {
    width: 300px;
  }
  .template-info header.hd-271 .hd-27-menuSub li {
    list-style: none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 16px;
  }
  .template-info header.hd-271 .hd-27-menuSub li .sale {
    color: var(--white-color);
    background: var(--c-40b546);
    border-radius: 20px;
    padding: 4px 10px;
    margin-left: 5px;
  }
  .template-info header.hd-271 .hd-27-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border: 1px solid var(--black-color);
    top: 82px;
    /*width: 98.4%;*/
/*width:80%;*/
background:White;
/*    left: 3%;*/
    padding: 35px 45px;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .template-info header.hd-271 .hd-27-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    top: -38px;
    width: calc(100% - 200px);
    height: 38px;
  }
}

@media (max-width: 1159px) {
  .template-info header.hd-271 {
    border-bottom: 1px solid var(--border_color);
  }
  .template-info header.hd-271 .hidden-xs {
    display: none;
  }
  .template-info header.hd-271 .mobilehide {
    display: none !important;
  }
  .template-info header.hd-271 .visible-xs {
    display: block;
  }
  .template-info header.hd-271 .has-menu-mobile {
    overflow: hidden;
  }
  .template-info header.hd-271 img {
    max-width: 100%;
  }
  .template-info header.hd-271 .mmenu.mopen {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .template-info header.hd-271 .mmenu.mopen .fa-bars:before {
    content: "\f00d";
  }
  .template-info header.hd-271 .hd-27 {
    max-width: 90%;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .template-info header.hd-271 .hd-27-nav {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: -100%;
    top: 71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    background: var(--white-color);
    height: 100%;
    overflow: hidden;
    border-right: 1px solid var(--border_color);
  }
  .template-info header.hd-271 .hd-27-nav.showmenu {
    left: -5.5%;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .template-info header.hd-271 .hd-27-logo {
    display: block;
    width: 150px;
    margin-left: 40px;
  }
  .template-info header.hd-271 .hd-27-menuMain {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .template-info header.hd-271 .hd-27-menuSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .template-info header.hd-271 .hd-27-menuSide li {
    list-style: none;
    padding: 10px;
    border: 1px solid var(--border_color);
    width: 50%;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info header.hd-271 .hd-27-menuSide li:nth-child(2) {
    display: none;
  }
  .template-info header.hd-271 .hd-27-menuSide .fa {
    font-size: 20px;
  }
  .template-info header.hd-271 .hd-27-menuPrnt {
    list-style: none;
    padding: 10px;
    border: 1px solid var(--border_color);
    border-right: none;
  }
  .template-info header.hd-271 .hd-27-menuPrnt a {
    font-size: 16px;
    line-height: 20px;
    color: var(--black-color);
    text-decoration: none;
    font-weight: 400;
    display: block;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover .hd-27-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000000;
    position: absolute;
    bottom: -19px;
    z-index: 1;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover.nodrop::before {
    display: none;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover.backbtn {
    background: var(--c-7db9e8);
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover.backbtn > a {
    color: var(--white-color) !important;
  }
  .template-info header.hd-271 .hd-27-menuPrnt:hover.backbtn .fa-caret-down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .template-info header.hd-271 .hd-27-menuPrnt.hide {
    display: none;
  }
  .template-info header.hd-271 .hd-27-menuSub {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .template-info header.hd-271 .hd-27-menuSub-img {
    display: none;
  }
  .template-info header.hd-271 .hd-27-menuSub li {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-color);
    padding: 10px;
    border: 1px solid var(--border_color);
  }
  .template-info header.hd-271 .hd-27-menuSub li .sale {
    color: var(--white-color);
    background: var(--c-40b546);
    border-radius: 20px;
    padding: 4px 10px;
    margin-left: 5px;
  }
  .template-info header.hd-271 .hd-27-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    z-index: -10;
    position: absolute;
    left: 10px;
    top: 84px;
    margin: 0px -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: var(--white-color);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .template-info header.hd-271 .hd-27-dropdown.showdrop {
    left: 10px;
    top: 84px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/*# sourceMappingURL=hd-27.css.map */