/* HEADER */
header .container {
  max-width: 1750px;
}

.mainheader {
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  background: #fff;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menu_link ul>li.hidden,
.togglebtn,
.menulogo {
  display: none;
}

.tophead {
  background: #fcd804;
  padding: 7px 0;
}

.free_ship p {
  font-size: 14px;
  color: #000;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.e_comlist {
  display: flex;
  margin: 0 -15px;
}

.e_comlist li {
  padding: 0 15px;
  line-height: 100%;
}

.e_comlist li a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.e_comlist li a:hover {
  color: #1c5632;
}

.e_comlist li a:hover .ecom_img>img {
  filter: invert(23%) sepia(75%) saturate(425%) hue-rotate(90deg) brightness(95%) contrast(89%);
}

.ecom_img {
  margin-right: 13px;
  position: relative;
}

.headul .btn_call {
  padding: 10px 15px;
  min-width: 183px;
}

.headul .btn-list {
  margin: 0 -11px;
}

.headul .btn-list li {
  padding: 0 11px;
}

.logo-left {
  max-width: 230px;
}

.menu_link {
  position: relative;
}

.menu_link>nav>ul {
  font-size: 0;
}

.menu_link nav>ul>li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 18px;
}

.menu_link nav>ul>li:first-child {
  margin-left: 0;
}

.menu_link nav>ul>li:last-child {
  margin-right: 0;
}

.menu_link nav>ul>li>a {
  font-family: "Montserrat";
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  padding: 45px 0;
  display: block;
  position: relative;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.menu_link nav>ul>li>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1c5632;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.menu_link nav>ul>li:hover>a:before,
.menu_link nav>ul>li.active>a:before {
  width: 100%;
}

.sub-menu li a {
  font-family: "Montserrat";
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  padding: 18px 40px;
  display: block;
  position: relative;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.menu_link nav>ul>li:hover>a,
.menu_link nav>ul>li.active>a,
.sub-menu li a:hover,
.sub-menu li.active a {
  color: #1c5632;
}

.sub-menu li a:hover,
.sub-menu li.active a {
  background: #f7f7f7;
}

.headul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.menu_link ul>li:hover>a>i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.headul .btn-list li .head_img {
  width: 55px;
}

/* DROP DOWN */
.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18px;
  background: url(../images/aarow.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
}

.sub-menu li.has-class:before {
  content: "\f105 ";
  position: absolute;
  font-family: "FontAwesome";
  top: 15px;
  right: 18px;
  font-size: 20px;
}

.sub-menu li a:hover:before,
.sub-menu li.active a:before {
  filter: invert(27%) sepia(21%) saturate(1211%) hue-rotate(90deg) brightness(93%) contrast(95%);
}

.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu_link .sub-menu {
  padding: 0;
  left: 0;
  position: absolute;
  top: 98%;
  width: 250px;
  text-align: left;
  border-radius: 0px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  border-top: 3px solid #1c5632;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.23);
  border-top: 2px solid #1c5632;
}

.menudrop {
  z-index: 1;
  display: inline-block;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -1px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: bold;
}

.menu_link li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu_link ul>li .sub-menu li.has-class,
.menu_link ul>li .sub-menu li.has-sub {
  position: relative;
}

.menu_link ul>li .sub-menu li.has-sub a i.menudrop {
  position: absolute;
  top: 21px;
  right: 18px;
}

.menu_link ul>li .sub-menu li.has-sub i.fa-angle-down {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu_link ul>li .sub-menu li .sub-menu {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 0;
  top: 0;
  min-height: 50px;
  border-top: 0;
  display: block;
  opacity: 0;
  left: 99.7%;
  border-top: 3px solid #1c5632;
  filter: alpha(opacity=0);
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s, -ms-transform 0.5s ease 0s;
  visibility: hidden;
  position: absolute;
}

.menu_link ul>li .sub-menu li:hover .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  -o-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  visibility: visible;
  text-align: left;
}

.minicart-count {
  position: absolute;
  top: -5px;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -8px;
}

/*--| FIXED HEADER |--*/
.fixed-header .mainheader {
  width: 100%;
  z-index: 11;
  position: fixed;
  box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: headfadeIn;
  animation-name: headfadeIn;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #fff;
}

.fixed-header .top-bar {
  display: none;
}

@-webkit-keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed-header .logo-left .disblock {
  display: block;
  /* width: 70px; */
  width: 150px;
}

.fixed-header .menu_link nav>ul>li>a {
  padding: 35px 0;
}

.eccom_div {
  text-align: right;
  width: 100%;
}

.eccom_div .e_comlist {
  display: inline-flex;
}

@media screen and (min-width: 1120px) {}

/* START RESPONISVE */

@media screen and (max-width: 1600px) {
  .headul .btn_call {
    min-width: auto;
  }

  .menu_link nav>ul>li {
    margin: 0 14px;
  }
}

@media screen and (max-width: 1366px) {
  .headul .btn-list li {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1439px) {
  .menu_link nav>ul>li {
    margin: 0 6px;
  }

  header .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .headul .btn_call {
    padding: 10px 12px;
    min-width: 140px;
  }

  .menu_link nav>ul>li>a {
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1280px) {
  .menu_link nav>ul>li {
    margin: 0 8px;
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0 0 0 / 75%);
    cursor: pointer;
  }

  html.menuhidden {
    position: fixed;
    overflow-y: hidden;
  }

  .togglebtn span {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
    left: 0;
  }

  .togglebtn span::before {
    top: -7px;
  }

  .togglebtn span::after {
    top: 7px;
  }

  .togglebtn span::before,
  .togglebtn span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 20px;
    height: 2px;
  }

  .togglebtn {
    position: fixed;
    right: 15px;
    top: 66px;
    display: block;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 1001;
    padding: 14px 0px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
  }

  .togglebtn.active span::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 0;
  }

  .togglebtn.active span::after {
    -webkit-transition-delay: 0.09s;
    top: 0;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  .togglebtn.active span {
    background: transparent;
  }

  .togglebtn.active {
    top: 14px;
  }

  .togglebtn.active:before {
    content: none;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    background-color: #1c5632;
  }

  aside {
    display: none;
  }

  .menu_link .fa-angle-down.menudrop,
  .menu_link .sub-menu .menudrop {
    display: block;
    top: 0;
    font-size: 20px;
    height: 38px;
    width: 35px;
    border-radius: 0;
    line-height: 40px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: transparent;
    text-align: center;
  }

  .menu_link ul>li:hover>a>i.fa-angle-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu_link ul>li.hidden {
    display: block;
  }

  .menulogo {
    display: block;
    padding: 20px 25px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .menu_link>.sub-menu .menudrop {
    color: #fff;
  }

  .menu_link {
    float: none;
    padding: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 380px;
    background: #1c5632;
    margin: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    overflow-y: auto;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }

  .menu_link.active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .menu_link .sub-menu,
  .menu_link ul>li .sub-menu li .sub-menu {
    -webkit-transform: none;
    transform: none;
    display: none;
    visibility: unset;
    background: #e7eef6;
    opacity: unset;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: inherit;
    border: 0;
    padding: 0;
    max-width: 100%;
  }

  .menu_link ul>li .sub-menu li .sub-menu {
    padding: 10px 20px;
    background: #fff;
  }

  .menu_link nav>ul>li {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .menu_link ul>li .sub-menu li.has-sub a i.menudrop {
    right: 0;
    top: 0px;
  }

  .menu_link li:hover .sub-menu {
    display: none;
    -webkit-transform: none;
    transform: none;
    opacity: inherit;
  }

  .menudrop.openedmenu::before {
    content: "\f105 ";
  }

  .menu_link ul>li:hover>a>i.fa.fa-caret-down {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .menu_link>nav>ul {
    padding-right: 0;
    width: 100%;
  }

  .menu_link nav {
    width: 100%;
  }

  .menu_link nav>ul>li {
    margin: 0;
  }

  .menu_link nav>ul>li>a {
    padding: 16px 20px !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 08%);
  }

  .headul {
    padding-right: 65px;
  }

  .menulogo a.disblock {
    display: block;
    max-width: 197px;
  }

  .logo-left {
    max-width: 197px;
    padding: 10px 0;
  }

  .mainheader {
    padding-top: 35px;
  }

  .tophead {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .mainheader,
  .fixed-header .mainheader {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 11;
  }

  .fixed-header .mainheader {
    animation-name: inherit;
    animation-duration: inherit;
    animation-fill-mode: inherit;
  }

  .menu_link nav>ul>li>a:before {
    content: none;
  }

  .menu_link nav>ul>li:hover>a,
  .menu_link nav>ul>li.active>a {
    background: #fff;
  }

  .fixed-header .togglebtn {
    top: 56px;
  }

  .menu_link .sub-menu .fa-angle-down.menudrop {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  header .container {
    max-width: 100%;
  }

  .headul .btn_call {
    padding: 10px 12px;
    min-width: 140px;
  }

  .headul .btn-list {
    margin: 0 -6px;
  }

  .headul .btn-list li {
    padding: 0 6px;
  }

  /*TOGGLE*/
}

@media screen and (max-width: 767px) {
  .tophead {
    padding: 0;
  }

  .mainheader {
    padding-top: 0px;
  }

  .togglebtn.active {
    margin-right: 15px;
  }

  .togglebtn {
    top: 62px;
    right: 0;
    margin-right: 181px;
  }

  .tophead .eccom_div {
    display: none;
  }

  .headul {
    padding-right: 0;
  }

  .free_ship {
    width: 100%;
    text-align: center;
  }

  .headul .btn-list li.hidden {
    display: block !important;
  }

  .headul .btn-list li:nth-child(3n) {
    display: none;
  }

  .headul .btn_call span.hidden {
    display: block !important;
    padding-left: 4px;
  }

  .headul .btn-list li a.btn_call {
    font-size: 0;
    min-width: 44px;
    min-height: 44px;
    background: #1c5632;
    padding: 0;
  }

  .headul .btn-list li a {
    width: 44px;
    height: 44px;
    background: #fcd804;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headul .ecom_img {
    margin-right: 0;
  }

  .free_ship p {
    font-size: 12px;
    letter-spacing: normal;
  }

  .togglebtn,
  .fixed-header .togglebtn {
    top: 25px;
  }

  .fixed-header .logo-left .disblock,
  .logo-left .disblock {
    display: block;
    /* width: 70px; */
    width: 150px;
  }

  .minicart-count {
    top: -8px;
    right: -13px;
  }
}

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

  .fixed-header .logo-left .disblock,
  .logo-left .disblock {
    display: block;
    /* width: 70px; */
    width: 110px;
    margin: 10px 0;
  }

}

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

@media screen and (max-width: 480px) {
  .mainheader {
    padding-top: 0px;
  }

  .free_ship p {
    padding: 0 10px;
  }

  .logo-left {
    max-width: 80px;
    padding: 5px 0;
  }

  .menu_link {
    width: 100%;
  }

  /* .togglebtn,
  .fixed-header .togglebtn {
    top: 55px;
  } */
  .togglebtn,
  .fixed-header .togglebtn {
    top: 20px;
  }
}

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

  .togglebtn,
  .fixed-header .togglebtn {
    top: 58px;
  }

  .headul .btn-list {
    margin: 0 -3px;
  }

  .headul .btn-list li {
    padding: 0 3px;
  }

  .togglebtn {
    margin-right: 153px;
    width: 40px;
    height: 40px;
    padding: 10px 0;
  }

  .headul .btn-list li a {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .headul .btn-list li a.btn_call {
    min-width: 40px;
    min-height: 40px;
  }
}