.f-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: auto;
}

.f-s {
  width: 100%;
  height: auto;
  padding: 10px 0 0 40px;
}
.f_sub{
  margin-bottom: 0.35em;
  color: white;
  /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-family: 'Roboto';
  font-size: 1vw;
}

.f_sub a{
   padding-right: 7px;
}

header {
  padding: 20px;
  width: 100%;
  max-width: 100%;
  height: 120px;
  min-height:135px;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 9990;
}

header .container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  width: 290px;
  height: 70px;
  background:url('/images/print-to-metal-logo-black.png') center left no-repeat;
	background-size: contain;
  display: block;
  margin: 0;
  z-index: 98;
  position: relative;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.above-header-bar {
  padding: 5px;
  background: #ffffff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.social-media-group {
  position: relative;
  display: flex;
  justify-content: flex-end;
  /* margin-right: 20px; */
  margin-right: -265px;
  /*margin-top: 5px;*/
  margin-top: 20px; /*Changed to redesign header #2962 */
  margin-left: 105px;
}

#header-social-media-icons {
  margin-top: 5px;
}

#header-social-media-icons a {
  width: auto;
}

#header-social-media-icons img {
  /* width: 50px;
  height: 51px; */
  width: 26px;
  height: auto;
}

.shop {
  color: #000000;
  font-weight: 700;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  padding-right: 11px;
}

#primary-menu {
  display: inline;
  margin-top: 13px;
  margin-left: 65px;
}

#primary-menu a {
  text-decoration: none;
}

#primary-menu .submenu-text a:hover {
  text-decoration: underline;
}

#primary-menu-strip{
  background-color: #7a7a7a;
}

.menu-block {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.menu-title {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.5px;
  text-transform: uppercase;
}

.menu-title.active {
  text-decoration: underline;
}

.menu-title:hover, .menu-title:active, .menu-title.hovered {
  text-decoration: underline;
}

.menu-title.hovered::after {
  content: " ";
  position: absolute;
  background: #000000 url('/images/white-down-arrow.svg') no-repeat 42% 0;
  width: 20px;
  height: 10px;
  top: 45px;
  left: 34px;
  z-index: 3;
}

.submenu {
  width: 100%;
  position: absolute;
  top: 128px;
  left: 0px;
  z-index: 2;
  display: none;
}

.menu-block:hover .submenu{
  display: block
}

.submenu-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 0 auto;
  padding: 40px 210px;
  max-width: 1320px;
  min-height: 291px;
  background-color: #000000;
}

.submenu-item {
  position: relative;
  width: 300px;
}

.submenu-title {
  text-transform: uppercase;
  transition: line-height 300ms ease;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 5px 0;
}

.submenu-text {
  padding: 3px 0;
}

.submenu-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.submenu-text a:hover {
  text-decoration: underline;
}

.submenu-left-line {
  width: 1px;
  height: 220px;
  background-color: #ffffff;
  position: absolute;
  top: -3px;
  left: -60px;
  display: block;
}

.submenu-right-line {
  width: 1px;
  height: 220px;
  background-color: #ffffff;
  position: absolute;
  top: -3px;
  right: 50px;
  display: block;
}

#primary-mobile-menu {
  display: none;
}

#primary-mobile-menu a {
  text-decoration: none;
}

#primary-mobile-menu a:hover {
  text-decoration: underline;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #000000;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.mobile-menu-drawer {
  background: transparent url('/images/drawer-menu.svg') no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.mobile-menu-close {
  display: none;
  background: transparent url('/images/close.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 23px;
  cursor: pointer;
}

.mobile-menu a {
  color: #ffffff;
  font-weight: initial;
}

.mobile-menu-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.mobile-menu-title.has-submenu {
  cursor: pointer;
}

.mobile-menu-title.has-submenu::after {
  content: " ";
  background: transparent url('/images/white-down-arrow.svg') no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  margin: -10px 0 5px 0;
}

.mobile-submenu-content {
  padding: 0 20px;
  margin: 0;
}

.mobile-submenu-item {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.mobile-submenu-title {
  padding: 5px 0;
  font-weight: 700;
}

.mobile-submenu-text {
  padding: 2px 10px;
}


#search-site {
	width: auto;
  padding: 5px;
  position: relative;
}

#search-site input {
	position: absolute;
  top: -9px;
  right: 0;
  z-index: 2;
  display: none;
  width: 50px;
  transition: width 2s;
}

#search-icon {
  position: relative;
  z-index: 20;
  top: -3px;
  cursor: pointer;
}



/*############################################################################*/

/*                                                                            */

/*                              Responsive                                    */

/*                                                                            */

/*############################################################################*/

/* Mobile */
@media all and (max-width: 414px) {

}

/* Tablet */
@media all and (min-width: 415px) and (max-width: 1024px) {

}

/* Custom */
@media all and (max-width: 650px) {
  header #logo {
    top: 0;
    left: 0;
  }
}

@media all and (min-width: 651px) and (max-width: 767px) {
  header #logo {
    top: 0;
    left: -60px;
  }
}

@media all and (max-width: 767px) {
  .social-media-group {
    display: none;
  }

  .mobile_menu {
    display: block;
    justify-content: center;
    display: flex;
    padding-left: 3px;
    font-size: 15px
  }

  .menu-title {
    justify-content: flex-start;
    height: 50px;
    color: black;
    font-size: 15px;
  }

  .above-header-bar {
	   display: none;
  }
}

@media all and (max-width: 820px) {
  header {
    padding: 20px 0;
    width: 100%;
  }
}

@media all and (max-width: 1043px) {
  .submenu-left-line {
    display: none;
  }

  .submenu-right-line {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1400px) {
  header #logo {
    top: -20px;
    left: -60px;
  }
}

@media all and (max-width: 1400px) {
  #primary-menu {
    display: none;
  }

  #primary-mobile-menu {
    display: block;
  }
}
