@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?76i52n");
  src: url("fonts/icomoon.eot?76i52n#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?76i52n") format("truetype"),
    url("fonts/icomoon.woff?76i52n") format("woff"),
    url("fonts/icomoon.svg?76i52n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shipping:before {
  content: "\e928";
  color: #6d8989;
}
.icon-discreet:before {
  content: "\e929";
  color: #6d8989;
}
.icon-quality:before {
  content: "\e92a";
  color: #6d8989;
}
.icon-service:before {
  content: "\e916";
}
.icon-plus:before {
  content: "\e91e";
}
.icon-service:before {
  content: "\e916";
}
.icon-plus:before {
  content: "\e91e";
}
.icon-account:before {
  content: "\e900";
}
.icon-fav-unselected:before {
  content: "\e906";
}
.icon-search-light:before {
  content: "\e910";
}
.icon-shoppingcart:before {
  content: "\e911";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-McAfee:before {
  content: "\e92b";
}

.fa-facebook-square:before {
  content: "\f082";
}

.btn {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border: 0;
  padding: 14px 40px 14px;
  background: #89c53c;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0 !important;
  text-align: center;
}
.btn:hover {
  background: #96e038;
}
.btn_action {
  padding: 16px;
  font-size: 24px;
  background: #f5a623;
  font-weight: bold;
  text-transform: uppercase;
}
.btn_action:hover {
  background: #f5c923;
}
.btn[disabled] {
  background: #d8d8d8;
  cursor: default;
  pointer-events: none;
}
input.input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  font-size: 18px;
  font-weight: normal;
}
.header input.input {
  height: 50px;
}
.header button {
  cursor: pointer;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  background-color: #fff;
  margin: 0;
  min-width: 300px;
}
.header *,
.header *:after,
.header *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header input,
button {
  font-family: inherit;
}
input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}
input::-moz-placeholder,
button::-moz-placeholder {
  color: #d8d8d8;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: #d8d8d8;
}
input:-ms-input-placeholder,
button:-ms-input-placeholder {
  color: #d8d8d8;
}
.wrap {
  overflow: hidden;
}
.header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s linear, border 0.2s linear,
    background 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, background 0.2s linear;
  border-bottom: 1px solid transparent;
}

#header a:hover {
  border-bottom: 1px solid;
}
.global-wrap {
  height: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.header {
  grid-column: 1/-1;
}
div.grid-width {
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toggle-trigger {
  cursor: pointer;
}
.toggle-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.toggle.active > .toggle-content {
  max-height: 1000px;
}
.overlay {
  cursor: pointer;
}
.logo {
  width: 101px;
  display: block;
  border-bottom: 0;
}
.logo:hover {
  border-bottom: 0;
}
.logo img {
  display: block;
  width: 100%;
}
.logo img.show-for-small {
  display: none;
}
.sep_horizontal {
  width: 100%;
  height: 1px;
  grid-column: 1/ -1;
  margin: 0 0 30px;
  background: #d8d8d8;
}
.input {
  width: 100%;
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  padding: 0 20px;
}
.input {
  height: 40px;
}
.show-for-small {
  display: none;
}
.hide-for-small {
  display: block;
} /*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.iconed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.iconed-item .icon {
  margin-right: 5px;
}
.selector {
  position: relative;
  text-align: center;
}
.selector .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 50%;
  margin: -2px 0 0 10px;
}
.selector-selected {
  padding: 10px;
}
.selector-selected span {
  display: inline-block;
  vertical-align: middle;
}
.selector .selector-list {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
.selector .selector-list__item {
  width: 100%;
  padding: 10px 25px 10px 10px;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  background: #3c3c3c;
  display: block;
}
.selector .selector-list__item:hover {
  background: #6d8989;
}
.selector .selector-list__item span,
.selector .selector-list__item img {
  display: inline-block;
  vertical-align: middle;
}
.selector.language-selector img {
  width: 22px;
  margin-right: 10px;
}
.selector.language-selector .selector-list {
  min-width: 150px;
  text-align: left;
}
.search {
  position: relative;
}
.search input {
  padding: 0 100px 0 40px !important;
  letter-spacing: 1px;
}
.search .btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  width: 80px;
  height: 50px;
  border: 0;
  padding: 0;
  font-size: 100%;
}
.shopping-cart {
  position: relative;
  font-size: 36px;
  z-index: 3;
}
.shopping-cart.active .toggle-content {
  max-height: 1000px;
  opacity: 1;
}
.shopping-cart .toggle-trigger {
  z-index: 10;
  position: relative;
  display: block;
}
.shopping-cart .toggle-content {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 520px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: max-height 0.2s linear, opacity 0.2s linear;
  transition: max-height 0.2s linear, opacity 0.2s linear;
}
.shopping-cart .overlay {
  position: fixed;
  content: "";
  top: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.shopping-cart .icon {
  margin-top: -3px;
  font-size: 110%;
  color: #6d8989;
  position: relative;
  z-index: 2;
  display: block;
}
.shopping-cart__number {
  background: #89c53c;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 3;
  display: none;
}
.shopping-cart__content {
  background: #f8f6f6;
  padding: 35px 40px 60px;
  font-size: 16px;
  color: #3c3c3c;
}
.shopping-cart__title {
  font-size: 24px;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 57px;
}
.shopping-cart__title .sep {
  margin-top: 10px;
}
.shopping-cart__price {
  grid-column: 3 / -1;
  text-align: right;
  font-size: 18px;
  line-height: 30px;
}
.shopping-cart__table {
  margin-bottom: 46px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
}
.shopping-cart__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.shopping-cart__total .shopping-cart__price {
  font-size: 36px;
  font-weight: 500;
  line-height: inherit;
}
.shopping-cart__total .shopping-cart__price span {
  font-size: 18px;
  margin-right: 10px;
}
.shopping-cart .btn {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  padding: 15px 0;
}
.free-shipping {
  font-style: italic;
  text-align: right;
}
.header {
  position: relative;
  height: auto;
  z-index: 4;
}
.header-wrap {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  height: 200px;
  z-index: 3;
}
.header__top {
  background: #e2e7e7;
  color: #3f4f4f;
  position: relative;
  z-index: 2;
  height: 43px;
}
.header__top-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [13];
  grid-template-columns: repeat(13, 1fr);
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0 1px;
  font-size: 14px;
}
.header__raiting {
  grid-column: 6 / 8;
  text-align: center;
  color: #9b9b9b !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  border-bottom: 0 !important;
}
.header__raiting strong {
  color: #4a4a4a;
}
.header__benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1 / 6;
  letter-spacing: 0px;
  font-weight: 500;
}
.header__benefits .iconed-item {
  margin-right: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__benefits .iconed-item:last-child {
  display: none;
}
.header__benefits .iconed-item:nth-child(3) {
  margin-right: 0;
}
.header__benefits .iconed-item .icon {
  font-size: 24px;
  margin: -2px 5px 0 0;
}
.header__middle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 3px;
  font-size: 18px;
  color: #3c3c3c;
  height: 110px;
}
.header__middle a {
  color: inherit;
}
.header__middle .logo-wrap {
  grid-column: 1 / 1;
}
.header__middle .search {
  grid-column: 2 / 8;
  margin: 0 13px 0 68px;
}
.header__middle .overlay {
  position: fixed;
  content: "";
  top: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header__middle.active > .overlay {
  top: 0;
  opacity: 1;
}
.header__middle.active .mobile-nav {
  right: 0;
  height: 100%;
}
body.admin-bar .header__middle.active .mobile-nav {
  padding-top: 30px;
}
.header__bottom {
  padding: 0 !important;
  height: 46px;
}
.header__mobile-menu {
  display: none;
  font-size: 24px;
  text-align: center;
  height: 40px;
  line-height: 20px;
  cursor: pointer;
}
.header__mobile-menu .icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 16px;
  position: relative;
  border: 2px solid;
  border-right: 0;
  border-left: 0;
  color: #6d8989;
}
.header__mobile-menu .icon:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #6d8989;
}
.header__mobile-menu span:not(.icon) {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.top-nav-container {
  display: flex;
}
.top-nav {
  grid-column: 8 / -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1px;
  line-height: 16px;
  font-weight: 500;
}
.top-nav li {
  padding: 0 10px 0;
  border-left: 1px solid #979797;
}
.top-nav li:first-child {
  border-left: 0;
  padding-left: 0;
}
.top-nav li .tel {
  letter-spacing: 0;
  font-size: 95%;
}
.top-nav li a {
  color: inherit;
  border-bottom: 0;
}
.top-nav li a:hover {
  color: #000;
}
.top-nav .language-selector .icon {
  font-size: 80%;
  top: 16px;
}
.top-nav .language-selector .selector-selected {
  padding-right: 0;
  white-space: nowrap;
}
.top-nav .language-selector .selector-list {
  font-size: 16px;
  margin-top: 8px;
  width: 180px;
}
.top-nav .language-selector .selector-list__item {
  background: #e2e7e7;
  color: #3c3c3c;
  padding: 10px 20px;
}
.top-nav .language-selector .selector-list__item img {
  margin-right: 17px;
}
.top-nav .language-selector .selector-list__item:hover {
  background: #6d8989;
  color: #fff;
}
.user-nav {
  grid-column: 9 / -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-nav > .iconed-item {
  margin-left: 59px;
  border-bottom: 0;
}
.user-nav > .iconed-item:first-child {
  margin-left: 0;
}
.user-nav > .iconed-item span span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  display: inline;
}
.user-nav > .iconed-item .icon {
  font-size: 20px;
  margin-right: 8px;
  color: #6d8989;
}
.user-nav > .iconed-item:hover span span {
  border-bottom: 1px solid;
}
.user-nav .shopping-cart {
  margin-left: 70px;
  border-bottom: 0;
}
.user-nav .shopping-cart .icon {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.user-nav .shopping-cart:hover .icon {
  color: #3c3c3c;
}
.header__bottom > nav {
  height: 100%;
}
.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style-type: none;
  font-weight: 600;
  font-size: 18px;
  color: #3c3c3c;
  align-items: center;
  height: 100%;
}
.main-nav nav > li {
  position: relative;
  padding: 0 5px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.main-nav nav > li a {
  color: inherit;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  margin-top: 1px;
  background: #fafafa;
  font-size: 18px;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  max-height: none;
  z-index: 10;
  overflow-y: auto;
}
.mobile-nav .menu-trigger {
  text-align: right;
  padding: 8px 18px;
  min-height: 40px;
  cursor: pointer;
}
.mobile-nav .menu-trigger span,
.mobile-nav .menu-trigger .icon {
  display: inline-block;
  vertical-align: middle;
}
.mobile-nav .menu-trigger .icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
  margin-left: 5px;
}
.mobile-nav nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav nav > ul > li > a {
  padding: 8px 18px;
  min-height: 40px;
  background: #3c3c3c;
  border-bottom: 1px solid #5d5d5d;
  color: #fff;
  display: block;
  font-weight: bold;
}
.mobile-nav nav > ul > li > a.iconed-item {
  font-weight: normal;
}
.mobile-nav nav > ul > li > a.iconed-item .icon {
  margin-right: 10px;
  font-size: 125%;
}
.mobile-nav nav > ul > li > a.login {
  background: #89c53c;
  border-bottom: 1px solid #fafafa;
  display: none;
}
.mobile-nav nav > ul > li > a.wishlist {
  background: #6d8989;
  border-bottom: 1px solid #fafafa;
  display: none;
}
.mobile-nav nav > ul > li > a.customer {
  background: #2d2d2d;
  border-bottom: 0;
}
.mobile-nav nav > ul > li .toggle-trigger {
  position: relative;
  padding: 8px 18px;
  min-height: 40px;
  background: #3c3c3c;
  border-bottom: 1px solid #5d5d5d;
  color: #fff;
  display: block;
  font-weight: bold;
}
.mobile-nav nav > ul > li .toggle-trigger:before {
  position: absolute;
  content: "\e91e";
  font-family: "icomoon" !important;
  right: 18px;
  top: 10px;
  font-weight: normal;
}
.mobile-nav .language-selector {
  border-top: 1px solid #5d5d5d;
  border-bottom: 1px solid;
}
.mobile-nav .language-selector .toggle-trigger {
  background: #444;
  text-align: left;
  color: #fff;
  border: 0;
}
.mobile-nav .language-selector .toggle-trigger .icon-play {
  display: none;
}
.mobile-nav .language-selector .selector-list {
  position: relative;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mobile-nav .language-selector .selector-list .selector-list__item {
  padding: 5px 25px 5px 30px;
  border: 0;
  color: #fff;
}
.main-nav > li {
  position: relative;
}

.main-nav > li:hover > ul {
  height: auto !important;
  padding-top: 13px;
  border-bottom: solid #d8d8d8 1px;
  -webkit-animation: scale-up-ver-top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-ver-top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
.main-nav > li > ul.toggle-content {
  max-height: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 200px;
  margin: 0;

  padding-bottom: 0px;
  background: #fff;
  overflow: hidden;
  height: 0;
  display: block;
  z-index: 2;
}
.main-nav > li > ul.toggle-content > li {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid #d8d8d8 1px;
  border-right: solid #d8d8d8 1px;
}
.main-nav > li > ul.toggle-content > li > a {
  display: block;
  width: 100%;
  padding: 5px 0px;

  /*  border-top: solid #d8d8d8 1px;*/

  font-weight: normal;
}
.main-nav > li > ul.toggle-content > li > a:hover {
  border-bottom-color: #d8d8d8;
}
.main-nav > li > ul.toggle-content > li:first-child > a {
  /*  border-top: solid #fff 1px;*/
}
.main-nav > li > ul.toggle-content > li:last-child {
  padding-bottom: 10px;
}
.main-nav > li > ul.toggle-content > li:last-child > a {
  border-bottom: none;
}
.mobile-nav > nav > ul > li > .dd.toggle-trigger {
  text-align: left;
}
.mobile-nav > nav > ul > li > .dd.toggle-content {
  max-height: 0;
  text-align: left;
}
.mobile-nav > nav > ul > li > .dd.toggle-content > a {
  color: #fff;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-nav > nav > ul > li > .dd.active + .dd.toggle-content {
  max-height: 1000px;
}
@media (max-width: 1600px) {
  .header__raiting {
    font-size: 13px;
  }
  .header__benefits {
    font-size: 13px;
  }
  .header__benefits .iconed-item .icon {
    font-size: 20px;
  }
  .header .search input {
    font-size: 15px;
  }
  .header .top-nav {
    font-size: 13px;
  }
  .header .user-nav {
    font-size: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .user-nav .iconed-item {
    margin: 0;
  }
  .header .user-nav .iconed-item .icon {
    font-size: 20px;
  }
  .header .user-nav .shopping-cart {
    margin: 0;
  }
  .header .user-nav .shopping-cart .icon {
    font-size: 100%;
  }
}
@media (max-width: 1440px) {
  .header__raiting {
    display: none;
  }
  .header__benefits {
    grid-column: 1 / 7;
  }
  .header .top-nav {
    grid-column: 7 / -1;
  }
  .header .user-nav {
    grid-column: 8 / -1;
  }
  .header .search {
    margin: 0 40px;
  }
  .header .main-nav {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .header__benefits .iconed-item:last-child {
    display: none;
  }
  .header .top-nav li:last-child {
    display: none;
  }
  .header .user-nav {
    font-size: 15px;
  }
  .header .user-nav .shopping-cart .icon {
    font-size: 95%;
  }
  .shopping-cart .toggle-content {
    right: -20px;
    top: -25px;
    width: 400px;
  }
  .shopping-cart__content {
    padding: 25px 20px;
  }
  .shopping-cart__table {
    margin-bottom: 20px;
  }
  .shopping-cart__title {
    margin-bottom: 20px;
  }
  .shopping-cart__total .shopping-cart__price {
    font-size: 24px;
  }
  .shopping-cart .btn {
    margin-top: 10px;
  }
  div.grid-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .header {
    background: #fff;
    height: auto;
    padding-bottom: 130px;
  }
  .header .header-wrap {
    height: 130px;
    position: fixed;
    left: 0;
    right: 0;
  }
  .header__mobile-menu {
    display: block;
  }
  .header__top {
    display: none;
    height: auto;
  }
  .header__middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -ms-grid-columns: 200px auto 200px;
    grid-template-columns: 200px auto 200px;
    grid-column-gap: 30px;
    height: auto;
    grid-template-areas:
      "menu logo user-nav"
      "search search search";
  }
  .header__middle .header__mobile-menu {
    grid-area: menu;
    z-index: 3;
    width: 50px;
  }
  .header__middle .logo-wrap {
    grid-area: logo;
  }
  .header__middle .logo-wrap .logo {
    margin: 0 auto;
    width: 230px;
  }
  .header__middle .logo-wrap .logo img.show-for-small {
    display: block;
  }
  .header__middle .logo-wrap .logo img.hide-for-small {
    display: none;
  }
  .header__middle .user-nav {
    grid-area: user-nav;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__middle .user-nav > .iconed-item {
    margin-right: 47px;
  }
  .header__middle .user-nav > .iconed-item .icon {
    font-size: 24px;
  }
  .header__middle .user-nav > .iconed-item span:not(.icon) {
    display: none;
  }
  .header__middle .user-nav .shopping-cart .icon {
    font-size: 110%;
  }
  .header__middle .search {
    grid-area: search;
    margin: 15px 0 0;
  }
  .header__bottom {
    display: none;
  }
  .shopping-cart .toggle-content {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
  }
  .shopping-cart.active .overlay {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .show-for-small {
    display: block;
  }
  .hide-for-small {
    display: none !important;
  }
  .header {
    height: auto;
  }
  .mobile-nav .login,
  .mobile-nav .wishlist {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  div.grid-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__middle {
    -ms-grid-columns: 100px auto 100px;
    grid-template-columns: 100px auto 100px;
  }
  .header__mobile-menu {
    width: 40px;
  }
  .header__mobile-menu span:not(.icon) {
    font-size: 12px;
  }
  .header .user-nav > .iconed-item {
    display: none;
  }
  .header .user-nav .shopping-cart .icon {
    font-size: 36px;
  }
  .shopping-cart__content {
    padding: 25px 15px;
  }
}
@media (max-width: 640px) {
  .header {
    height: auto;
    padding-bottom: 106px;
  }
  .header .header-wrap {
    height: 106px;
  }
  .header .logo-wrap .logo {
    width: 120px;
  }
  .header__middle {
    -ms-grid-columns: 50px auto 50px;
    grid-template-columns: 50px auto 50px;
    grid-column-gap: 15px;
    padding: 10px 0 5px;
  }
  .header__middle .search {
    margin-top: 10px;
  }
  .header__middle .search input {
    height: 40px;
    padding-left: 15px;
  }
  .header__middle .search .btn {
    height: 40px;
  }
  .header__middle .search .btn .icon {
    font-size: 18px;
  }
  .header__mobile-menu {
    height: 30px;
    line-height: 15px;
  }
  .header__mobile-menu .icon {
    width: 25px;
    height: 12px;
  }
  .header__mobile-menu .icon:before {
    top: 3px;
  }
  .header .user-nav .shopping-cart {
    margin-top: 5px;
  }
  .header .user-nav .shopping-cart .icon {
    font-size: 32px;
  }
  .header .user-nav .shopping-cart__number {
    width: 23px;
    height: 23px;
    line-height: 25px;
    font-size: 12px;
  }
  .header .user-nav .shopping-cart .toggle-content {
    top: -10px;
  }
  .header .user-nav .shopping-cart__title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .shopping-cart__price {
    grid-area: price;
    font-size: 16px;
  }
  .shopping-cart .shopping-cart__title {
    font-size: 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header.header .header__top-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
}

header.header .header__middle {
  width: 100%;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

@media (min-width: 992px) and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  header.header .header__middle {
    display: flex;
  }
}
