/* Mobile Menu Button */
.menu-bars {
  width: 30px;
  height: 14px;
  position: relative;
  margin: 0px;
  margin-left: 0 !important;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.menu-bars__item {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 0;
  background: #616161;
  margin-left: 0 !important;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-bars__item:nth-child(1) {
  top: 0px;
}

.menu-bars__item:nth-child(2) {
  top: 6px;
}

.menu-bars__item:nth-child(3) {
  top: 12px;
}

.menu-bars_open .menu-bars__item:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-bars_open .menu-bars__item:nth-child(2) {
  opacity: 0;
}

.menu-bars_open .menu-bars__item:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes input-show-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

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

@keyframes input-show-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

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

@-webkit-keyframes header-slideup-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

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

@keyframes header-slideup-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

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

@-webkit-keyframes item-searchshow {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
            animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes item-searchshow {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
            animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes item-searchhide {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
            animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
}

@keyframes item-searchhide {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
            animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
}

@-webkit-keyframes searchresults-items-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes searchresults-items-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes list-searchshow {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }

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

@keyframes list-searchshow {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }

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

.rs-header {
  /* Menu Navigation */
  /* ./Menu Navigation */
}

.rs-header__main-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
}

.rs-header__item {
  position: relative;
}

.rs-header__item:hover .rs-header__link,
.rs-header__item:focus .rs-header__link {
  color: #0488CD;
}

.rs-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  text-decoration: none;
  opacity: 1;
  font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rs-header__main-menu .current-menu-item span,
.rs-header__main-menu .current-menu-item >a {
  color: #0488CD;
}
.rs-header__main-menu a:hover{
  text-decoration: none;
}
.rs-header_opening-search .rs-header__main-menu {
  pointer-events: none;
}

.rs-header_opening-search .rs-header__item {
  pointer-events: none;
}

.rs-header_opening-search .rs-header__link,
.rs-header_opening-search #showSearch {
  -webkit-animation: item-searchshow 0.2s both;
          animation: item-searchshow 0.2s both;
}

.rs-header_hiding-search .rs-header__link,
.rs-header_hiding-search #showSearch {
  -webkit-animation: item-searchhide 0.2s both;
          animation: item-searchhide 0.2s both;
}

.rs-header_hiding-search .rs-header__item:nth-child(2) .rs-header__link {
  -webkit-animation-delay: 0.035s;
          animation-delay: 0.035s;
}

.rs-header_hiding-search .rs-header__item:nth-child(3) .rs-header__link {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}

.rs-header_hiding-search .rs-header__item:nth-child(4) .rs-header__link {
  -webkit-animation-delay: 0.105s;
          animation-delay: 0.105s;
}

.rs-header_hiding-search .rs-header__item:nth-child(5) .rs-header__link {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.rs-header_hiding-search .rs-header__item:nth-child(6) .rs-header__link {
  -webkit-animation-delay: 0.175s;
          animation-delay: 0.175s;
}

.rs-header_hiding-search .rs-header__item:nth-child(7) .rs-header__link {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.rs-header_hiding-search .rs-header__item:nth-child(8) .rs-header__link {
  -webkit-animation-delay: 0.245s;
          animation-delay: 0.245s;
}

.rs-header_hiding-search .rs-header__item:nth-child(9) .rs-header__link {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.rs-header_hiding-search .rs-header__item:nth-child(10) .rs-header__link {
  -webkit-animation-delay: 0.315s;
          animation-delay: 0.315s;
}

/*.rs-header-submenu__item_has-child > .rs-header-submenu__link::after {
  font-family: "rosait-icons";
  content: "\6a";
  font-size: 10px;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 10px;
  color: #211f1f;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}*/

.rs-header-submenu {
  display: block;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  background-color: #ffffff;
  padding: 0;
  padding-bottom: 0;
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.04);
          box-shadow: 0 7px 21px rgba(0, 0, 0, 0.04);
}

.rs-header-submenu__link {
  display: block;
  color: #211f1f;
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  /* or 170% */


  color: #111111;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 5px 25px;
  padding-right: 40px;
}

.rs-header-submenu__link:hover {
  color: white;
}

.rs-header-submenu__link:hover::after {
  color: white;
}

/* Sub Menu */

.rs-header-submenu {
  top: 0;
  left: -10px;
  visibility: hidden;
  opacity: 0;
}

.rs-header-submenu__item {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rs-header-submenu__item:first-of-type {
  margin-top: 20px;
}
.rs-header-submenu__item:last-of-type {
  margin-bottom: 20px;
}

.rs-header-submenu__item_has-child > .rs-header-submenu__link {
  position: relative;
}

.rs-header-submenu__item:hover > .rs-header-submenu__link,
.rs-header-submenu__item:focus > .rs-header-submenu__link {
  color: #0488CD;
}

.rs-header-submenu__item:hover > .rs-header-submenu__link::after,
.rs-header-submenu__item:focus > .rs-header-submenu__link::after {
  color: #0488CD;
}

.rs-header-submenu_2,
.rs-header-submenu_3 {
  top: 0;
  left: 100%;
}

/* Sub Menu */

/* Menu Search bar */

.searchview {
  display: none;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 25px 30px 25px 20px;
  gap: 15px;

  position: absolute;
  width: 309px;
  height: 76px;
  right: 114px;
  top: 100%;

  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  white-space: nowrap;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.searchview.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchview__content {
  height: 100%;
  width: 100%;
}

.searchview__bar {
  height: 100%;
}

.searchview__wrapper {
  height: 100%;
}

.searchform {
  height: 100%;
}

.searchform__wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 38px 0 0;
}

.searchform__input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-animation: input-show-up 0.2s both;
          animation: input-show-up 0.2s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  color: #424242;
  caret-color: #000000;
  padding-left: 0;

  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

.searchform__input::-webkit-input-placeholder {
  color: #969696;
}

.searchform__input::-moz-placeholder {
  color: #969696;
}

.searchform__input:-ms-input-placeholder {
  color: #969696;
}

.searchform__input::-ms-input-placeholder {
  color: #969696;
}

.searchform__input::placeholder {
  color: #969696;
}

.searchform .searchform__submit,
.searchform .searchform__reset {
  position: absolute;
  top: calc(50% - 19px);
  height: 38px;
  width: auto;
  background: transparent;
  border: none;
  color: #000000;
  outline: none;
  cursor: pointer;
  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;
  -webkit-animation: searchresults-items-show 0.2s both;
          animation: searchresults-items-show 0.2s both;
}

.searchform .searchform__submit:hover,
.searchform .searchform__reset:hover,
.searchform .searchform__submit:focus,
.searchform .searchform__reset:focus {
  background: none;
}

.searchform__submit {
  font-size: 14px;
  left: 12px;
}

.searchform__reset {
  font-size: 12px;
  right: 0;
}

.searchresults {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 96%;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: -0.016em;
  background: #fff;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #666666;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.04);
          box-shadow: 0 7px 21px rgba(0, 0, 0, 0.04);
  -webkit-animation: header-slideup-searchshow 0.2s both;
          animation: header-slideup-searchshow 0.2s both;
  z-index: 1;
}

.searchresults.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.searchresults__section {
  margin: 0 30px;
  padding: 15px 0;
}

.searchresults__list {
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  margin: 0;
}

.searchresults__item {
  margin: 5px 0;
  -webkit-animation: searchresults-items-show 0.2s both;
          animation: searchresults-items-show 0.2s both;
}

.searchresults__item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.searchresults__item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.searchresults__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.searchresults__item:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.searchresults__item:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.searchresults__item:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.searchresults__item:nth-child(7) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.searchresults__item:nth-child(8) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.searchresults__item:nth-child(9) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.searchresults__item:nth-child(10) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.searchresults__link {
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #6e6e73;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

/* ./Menu Search bar */

header {
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
  z-index: 99;
  padding: 40px 0;
}
.customize-support .rs-header {
  top: 32px;
}

.rs-header__mobile-menu-button {
  display: none;
}

.rs-header__content {
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index:  100;
}

.rs-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  padding: 20px;
  gap: 45px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
  max-width: 1110px;
  position: relative;
  z-index:  100;
}

.rs-header__logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rs-header__logo_link svg {
  height: 15px;
  width: auto;
}

.rs-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rs-header__icons-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  padding: 8px 18.5px;
  gap: 4px;
  background: #F2F5F9;
  border-radius: 4px;
  text-decoration: none;
}
.rs-header__icons-link:hover,
.rs-header__icons-link:focus{
  background: #E0EAF8;
  outline: none;
}
.login-btn{
  margin-left: 8px;
}
.rs-header__icons-link.disabled {
  pointer-events: none;
}
.rs-header__icons-link span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #143D8F;
}

.rs-header__nav-search {
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  height: 57px;
}

.rs-header-icons-tab {
  display: none;
  width: 100%;
  padding-bottom: 20px;
}

.rs-header-icons-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  border: none;
}

.rs-header-icons-tab__item {
  padding: 5px;
  border-radius: 100%;
}

.rs-header-icons-tab .rs-header-icons-tab__link {
  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;
  align-items: center;
  height: 35px;
  width: 35px;
  border: 0.5px solid #cacaca !important;
  border-radius: 100% !important;
  color: #616161;
  line-height: 1;
}

.rs-header-icons-tab .active .rs-header-icons-tab__link {
  background-color: #0488CD !important;
  color: #ffffff !important;
  border-color: #0488CD !important;
}

.rs-header-icons-tab__link.nav-link_lang {
  font-size: 15px;
  text-transform: uppercase;
}

.rs-header-icons-tab__content {
  padding-top: 10px;
}

.rs-header-icons-tab__pane {
  text-align: center;
  font-size: 13px;
  color: #211f1f;
}

.rs-header-icons-tab__pane_link {
  color: #211f1f;
}



@media (min-width: 992px) {
  .rs-header__item:hover > .rs-header-submenu,
  .rs-header__item:focus > .rs-header-submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 100%;
    width: 295px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }

  .rs-header-submenu__item:hover > .rs-header-submenu,
  .rs-header-submenu__item:focus > .rs-header-submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    left: 100%;
    width: 295px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
  .searchform .searchform__submit{
    display: none;
  }
}

@media (max-width: 1199px) {
  .rs-header-contacts__list .rs-contacts-list__item {
    margin-left: 0;
  }

  .rs-header__nav-search {
    width: 72%;
  }
}

@media (max-width: 1080px) {
  .rs-header__icons-link span{display: none}
  .rs-header__icons-link{padding: 8px;    width: 39px;}
}
@media (max-width: 991px) {
  .rs-header-cart .rs-header__icons-link {
    font-size: 15px;
  }

  .rs-header-cart__wrapper {
    position: fixed;
    z-index: -1;
  }

  .rs-header-cart__wrapper.active {
    top: 57px;
  }

  .rs-header-contacts {
    display: none;
  }

  .rs-header__item:last-of-type {
    border-bottom: none;
  }

  .rs-header__item.active > .rs-header-submenu {
    top: 0;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 0.3s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 0.3s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  .rs-header__item.active > .rs-header-submenu > .rs-header-submenu__item {
    max-height: 600px;
  }

  .rs-header__item.active .rs-header__link::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .rs-header__link {
    border-bottom: 1px solid;
    border-color: #ebebed;
    padding: 10px 0;
    height: auto;
  }

  .rs-header__main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    height: auto
  }

  .rs-header-submenu {
    background-color: transparent;
  }

  .rs-header-submenu__item_has-child > .rs-header-submenu__link::after {
    font-size: 12px;
    top: calc(50% - 12px);
    right: 0;
  }

  .rs-header-submenu__link {
    padding: 5px 0;
  }
  .rs-header-submenu__item:first-of-type {
    margin-top: 0;
  }
  .rs-header-submenu__item:last-of-type {
    margin-bottom: 0;
  }
  .rs-header__dropdown{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 47px;
    z-index: 10;
  }
  .rs-header-submenu {
    border-top: none;
    top: 0;
    margin-top: 0;
    left: 0;
    height: auto;
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    position: relative;
    border-top: 0;
    padding: 0 0 0 10px;
    min-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .rs-header-submenu__item {
    max-height: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  .rs-header-submenu__item:hover,
  .rs-header-submenu__item:focus {
    background-color: transparent;
  }

  .rs-header-submenu__item.active > .rs-header-submenu {
    top: 0;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  .rs-header-submenu__item.active > .rs-header-submenu > .rs-header-submenu__item {
    max-height: 600px;
  }

  .rs-header-submenu__item.active > .rs-header-submenu__link::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .rs-header-submenu__link {
    color: #211f1f;
    line-height: 2;
    border-bottom: 1px solid;
    border-color: #ebebed;
  }

  .rs-header-submenu_has-child > .rs-header-submenu__link::after {
    font-family: "rosait-icons";
    content: "\6a";
    font-size: 12px;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .rs-header-submenu_2,
  .rs-header-submenu_3 {
    border-left: none;
  }

  .searchform__submit,
  .searchform__reset {
    width: 38px !important;
    color: #616161;
  }

  .searchview {
    display: block;
    top: 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    right: unset;
    width: 100%;
    padding: 15px;
    height: 56px;
  }
  .searchform__wrapper{
    padding-left: 30px;
  }

  .searchform__submit {
    left: 0;
  }

  .searchform__reset {
    right: 0;
    color: #616161;
  }

  .searchform__input {
    color: #616161;
    caret-color: #616161;
    padding-top: 0;
  }

  .searchform__input::-webkit-input-placeholder {
    color: #616161;
  }

  .searchform__input::-moz-placeholder {
    color: #616161;
  }

  .searchform__input:-ms-input-placeholder {
    color: #616161;
  }

  .searchform__input::-ms-input-placeholder {
    color: #616161;
  }

  .searchform__input::placeholder {
    color: #616161;
  }

  #showSearch {
    display: none;
  }

  header {
    top: 0;
    padding-top: 0;
  }
  .rs-header__container{
    min-height: 90px;
  }

  .rs-header-icons-tab {
    display: block;
  }

  .rs-header__content {
    border-top-width: 0;
  }

  .rs-header__mobile-menu-button {
    display: block;
    z-index: 1;
  }

  .rs-header__logo {
    z-index: 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 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;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100px;
  }

  .rs-header__icons_link {
    font-size: 18px;
  }

  .rs-header__icons-link {
    font-size: 15px;
  }

  .rs-header__nav-search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 0%;
    padding: 30px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: all 0.2s cubic-bezier(0.52, 0.16, 0.24, 1);
    overflow-y: scroll;
  }

  .rs-header__nav-search::-webkit-scrollbar {
    width: 5px;
  }

  .rs-header__nav-search::-webkit-scrollbar-track {
    padding: 5px;
  }

  .rs-header__nav-search::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    -webkit-border-radius: 7px;
  }

  .rs-header__nav-search.show {
    top: 90px;
    height: calc(100% - 90px);
  }
  .customize-support .rs-header__nav-search.show {
    top: 120px;
    height: calc(100% - 120px);
  }
  .rs-header__main-menu .rs-header__dropdown::after{right: 15px}
}

@media (max-width: 767px) {
  .rs-header-cart__wrapper {
    min-width: 100%;
    width: 100%;
    height: calc(100% - 57px);
  }

  .rs-header-cart__content {
    max-height: 100%;
    height: calc(100% - 100px);
  }

  .rs-header-cart__footer {
    height: 100px;
  }
}

@media (max-width: 575px) {
  .rs-header-cart__delete-product {
    line-height: 2;
  }

  .rs-header-cart__product-sku span:first-child {
    display: none;
  }

  .rs-header-cart__product-total {
    font-size: 13px;
  }

  .rs-header-cart__product-total span:last-child {
    margin-left: 2px;
  }

  .rs-header-cart__footer {
    padding: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .rs-header-cart__total {
    padding-bottom: 12px;
  }

  .rs-header-cart__total,
  .rs-header-cart__button {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .rs-header-cart__button .btn {
    width: 100%;
  }

  .rs-header__nav-search {
    padding: 20px;
    padding-bottom: 100px;
  }
}
.rs-header__main-menu .rs-header__dropdown::after {
  font-family: "rosait-icons";
  content: "\6a";
  font-size: 10px;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.rs-header__logo_link img{margin: 0}

.rs-page .entry-header  {
	z-index:  0;
}

@media (hover: hover) {
  .rs-header__main-menu .rs-header__dropdown {
    display: none;
  }
}