@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header__logoDiv {
    width: 200px;
  }
  .header__secondDiv {
    width: 100%;
  }
  .header__shop img, .header__profile img, .header__cart img {
    width: 35px;
  }
  .header__searchDiv {
    text-align: center;
  }
  .header__searchDiv input {
    width: 90%;
    margin: 0 auto;
  }
  .header__thirdDiv {
    height: 50px;
    line-height: 50px;
  }
  .header__videoButtonHolder button {
    border-radius: 15px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .header {
    display: none;
  }
  header.main-header .side-menu {
    display: block;
  }
  button.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.main-header,
  .widget-banner,
  .main-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  header.main-header {
    display: block;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .breadcrumb {
    margin-top: 5em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 14px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px !important;
    margin: 0 !important;
  }
  .header {
    display: none;
  }
  header.main-header .side-menu {
    display: block;
  }
  button.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.main-header,
  .widget-banner,
  .main-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  header.main-header {
    display: block;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .breadcrumb {
    margin-top: 5em !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 15px !important;
    margin: 0 !important;
  }
  .header {
    display: none;
  }
  header.main-header .side-menu {
    display: block;
  }
  button.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.main-header,
  .widget-banner,
  .main-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  header.main-header {
    display: block;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .breadcrumb {
    margin-top: 5em !important;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 13px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .header {
    display: none;
  }
  header.main-header .side-menu {
    display: block;
  }
  button.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.main-header,
  .widget-banner,
  .main-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  header.main-header {
    display: block;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .breadcrumb {
    margin-top: 5em !important;
  }
}
/*# sourceMappingURL=headerresponsive.css.map */