@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("/fonts/NHaasGroteskTXPro-55Rg.ttf");
}

@font-face {
  font-family: "NHaasGroteskTXPro-65Md";
  src: url("/fonts/NHaasGroteskTXPro-65Md.ttf");
}

@font-face {
  font-family: "NHaasGroteskTXPro-75Bd";
  src: url("/fonts/NHaasGroteskTXPro-75Bd.ttf");
}

/* CSS */
:root {
  font-family: "NHaasGroteskTXPro-55Rg";
  font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

b,
strong {
  font-family: "NHaasGroteskTXPro-75Bd";
}

.panel-default,
.panel-default .panel-heading {
  border-color: #225460 !important;
}

.panel-default .panel-heading {
  background-color: #225460 !important;
}

.wrapper--bg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrapper--new {
  padding-top: 22px;
}

.wrapper--no-header {
  height: 100vh;
  padding-bottom: 60px;
}

.header {
  position: relative;
}

.header__top {
  min-height: 58px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #225460;
  z-index: 200;
  max-height: 100%;
}

.header__grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__grid,
.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -15px;
}

.header__menu > ul > li {
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.header__menu > ul > li a {
  color: inherit;
  text-decoration: none;
}

.header__menu > ul > li .dropdown-menu {
  color: #000;
}

.header__ui > ul {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header__ui > ul > li {
  padding: 0 10px;
  color: #fff;
  font-weight: 500;
}

.header__ui > ul > li a {
  color: inherit;
  text-decoration: none;
}

.header__ui > ul > li a:hover {
  color: #fff;
}

.header__ui > ul > li .dropdown-menu {
  background-color: #225460;
}

.header__ui > ul > li .fa {
  font-size: 22px;
}

.header__dummy {
  height: 58px;
}

.header__mob-toggler {
  display: none;
}

@media screen and (max-width: 1220px) {
  .header__menu > ul > li {
    font-size: 14px;
  }
}

@media screen and (max-width: 961px) {
  .header__mob-toggler {
    display: block;
  }
  .header__top {
    overflow-y: auto;
  }
  .header__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__grid > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header__menu,
  .header__ui {
    display: none;
    padding: 20px 0;
  }
  .header__menu > ul,
  .header__ui > ul {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__menu > ul > li,
  .header__ui > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 16px;
    margin: 15px 0;
    padding: 0;
  }
  .header.active .header__menu,
  .header.active .header__ui {
    display: block;
  }
}

.hero__img img {
  width: 100%;
}

.menu-toggler-icon {
  display: block;
  padding: 5px;
  position: relative;
}

.menu-toggler-icon > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin: 4px 0;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.menu-toggler-icon.active > span:first-child {
  -webkit-transform: rotate(45deg) translate(2px, 5px);
  transform: rotate(45deg) translate(2px, 5px);
}

.menu-toggler-icon.active > span:nth-child(2) {
  opacity: 0;
}

.menu-toggler-icon.active > span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -7px);
  transform: rotate(-45deg) translate(3px, -7px);
}

.new_category-list {
  position: relative;
  background-color: #225460;
}

.new_category-list > .panel-heading {
  background-color: #225460;
  color: #fff;
  /* font-family: "Inter", sans-serif; */
  font-weight: 500;
}

.new_category-list > .panel-body {
  background-color: #fff;
  border: 1px solid #225460;
}

.new_category-list .tree li a {
  color: #34364e;
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_category-list .tree li a:hover {
  color: #225460;
}

.category-list .tree li.single {
  padding-bottom: 0;
  padding-top: 0;
  /* font-family: "NHaasGroteskTXPro-55Rg"; */
  font-family: "NHaasGroteskTXPro-55Rg";
  font-weight: 500;
}

.category-list .tree li a:hover {
  color: #225460;
  font-weight: 600;
}

.category-list .tree li.active {
  background: #39899d;
  border: none;
}

.category-list .tree li.active a {
  color: #fff;
  font-weight: 600;
  border: none;
}

.new_products-list .product-thumbnail {
  border: 0;
  background-color: #fff;
  /* box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3); */
  margin-top: 0;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  box-shadow: none;
}

.new_products-list .card-title a {
  font-weight: 600;
  color: #34364e;
}

.new_products-list .card-title a:hover {
  color: #225460;
}

#footer {
  background-color: #34364e;
}

#footer .copyright,
#footer .footer-link,
#footer .footer-link a {
  color: #fff;
}

.login-box {
  position: relative;
  min-width: 400px;
  margin: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 8px;
  border: 1px solid #225460;
}

.login-box__header {
  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;
  background-color: #225460;
  min-height: 50px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  color: #fff;
  padding: 10px;
}

.login-box__body {
  padding: 15px;
}

.login-box__form {
  padding: 15px 45px 0;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  width: 100%;
}

.login-box__wrap {
  height: 100%;
  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;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login-box__logo {
  margin-bottom: 35px;
}

.login-box__logo img {
  max-width: 330px;
}

@media screen and (max-width: 1100px) {
  .login-box__form {
    padding: 15px 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .login-box {
    min-width: 100%;
  }
  .login-box__header {
    text-align: center;
    font-size: 12px;
  }
  .login-box__logo {
    margin-bottom: 10px;
    text-align: center;
  }
  .login-box__logo img {
    max-width: 275px;
  }
}

.box-wrapper {
  border: 1px solid #225460;
  background-color: #fff;
  padding: 40px 25px 30px 40px;
  border-radius: 0px;
}

.box-wrapper.product-detail {
  margin-bottom: 50px;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1200px) {
  .box-wrapper {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .box-wrapper {
    padding: 10px;
  }
}

.size-table thead tr th {
  border-color: #225460;
  background-color: #225460;
}

.top-menu {
  background: transparent;
}

.top-menu .search-wrap .submit-search {
  color: #fff;
}

.progress-bar-warning {
  background: #4189c9 !important;
}

.input-group-addon {
  font-weight: 400;
  padding: 5px 10px;
  text-transform: uppercase;
  border: 1px #34364e solid;
}

.form-control {
  border: 1px #34364e solid;
}

.form-control:focus {
  border: 1px #225460 solid;
}

.btn-cart {
  color: #225460;
}

.btn-cart:hover {
  color: #34364e;
}

.card-body h5 {
  font-weight: bold;
  color: #34364e !important;
  margin-bottom: 0;
}

.products-list .product-thumbnail .card-title a:hover,
.products-list .product-thumbnail:hover .card-title a,
.products-list .product-thumbnail .card-title a:focus {
  color: #225460;
  text-decoration: none;
}

.breadcrumblink,
.text-orange {
  color: #225460;
}

.breadcrumblink:hover {
  color: #34364e;
}

.btn-default {
  color: #34364e;
  background-color: #fff;
  border-color: #34364e;
}

.btn-primary,
.btn-order {
  color: #fff;
  background-color: #225460;
  border-color: #225460;
}

.btn-primary:hover,
.btn-order:hover {
  color: #225460;
  background-color: #fff;
  border-color: #225460;
}

.btn-primary.active,
.btn-primary:active,
.btn-order:active,
.btn-primary:focus,
.btn-order:focus {
  color: #fff;
  background-color: #225460;
  border-color: #225460;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #225460;
}

.category-list .tree ul {
  background: #fff;
}

/** 

  Main menu

**/

/** Menu Top **/
.main-menu {
  background: rgb(255, 255, 255);
  padding: 30px 0px;
}

.main-menu .menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  flex: 1 0 0;
  flex-flow: row wrap;
}

.main-menu .main-brand {
  max-width: 60%;
}

.main-menu .main-logo img {
  width: 100%;
  vertical-align: middle;
}

.main-menu .menu-toggler {
  background-color: transparent;
  border: none;
  margin-right: 0;
  margin-left: 40px;
  display: none;
}

.main-menu .menu-toggler .icon-bar {
  background-color: #34364e;
}

a.dropdown-toggle {
  color: #34364e;
}

.dropdown-menu {
  border: 1px solid #34364e;
  /* border-radius: 0; */
}

.dropdown-menu > li > a {
  text-transform: uppercase;
  text-align: left;
}

.main-menu .menu-right > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
}

.main-menu .menu-right li {
  padding: 0 10px;
}

.menu-right li a {
  position: relative;
}

.main-menu .menu-right > ul > li .menu-icon {
  font-size: 28px;
}

.badge-number {
  position: absolute;
  top: -15px;
  right: -15px;
  background: red;
  border-radius: 11px;
  padding: 3px 5px;
  font-size: 11px;
}

.main-menu .search-bar {
  position: relative;
  margin-bottom: 0;
}

.main-menu .search-bar .form-control.search {
  padding-right: 30px;
  max-width: 180px;
  border-radius: 20px;
  border: 1px solid #34364e;
}

.main-menu .search-bar .form-control:focus.search {
  border: 1px solid #225460;
}

.main-menu .search-bar .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #225460;
  border-radius: 0 20px 20px 0;
  outline: none;
  padding: 6px 10px;
}

.main-menu .search-bar .search-submit:active,
.main-menu .search-bar .search-submit:hover {
  color: #34364e;
  background: transparent;
  box-shadow: none;
}

/** Menu Bottom **/
.menu-bottom {
  margin-top: 30px;
  flex-grow: 1;
  width: 100%;
}

.menu-nav {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-nav > li,
.menu-right > ul > li {
  font-size: 15px;
  color: #34364e;
  flex-grow: 1;
  /* font-family: "NHaasGroteskTXPro-55Rg"; */
  font-family: "NHaasGroteskTXPro-55Rg";
  font-weight: 500;
}

.menu-nav-item.active,
.menu-nav-item.active a {
  background-color: #34364e;
  color: #fff;
}

.menu-nav-item:not(:last-child) {
  border-right: 1px solid #34364e;
}

.menu-nav > li,
.menu-nav > li > a {
  display: block;
  position: relative;
  text-align: center;
  color: #34364e;
  padding: 5px 0px;
}

.menu-nav > li > a {
  padding: 0 20px;
}

/** Responsive Menu **/
@media screen and (max-width: 961px) {
  .main-menu.active .menu-right,
  .main-menu.active .menu-bottom {
    display: block;
  }

  .menu-right {
    margin-top: 20px;
    order: 1;
    display: none;
  }

  .menu-bottom {
    order: 0;
    width: 100%;
    display: none;
  }

  .menu-right,
  .menu-bottom {
    flex-grow: 1;
  }

  .menu-right ul {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }

  .menu-right > ul > li:not(.menu-search) {
    padding: 15px 0px;
    text-align: left;
  }

  .main-menu .menu-toggler {
    display: block;
  }

  .menu-nav {
    flex-flow: column wrap;
  }

  .menu-nav-item {
    border-top: 1px solid #34364e;
    border-right: 0 !important;
    padding: 15px 0px !important;
  }

  .menu-nav-item:last-child {
    border-bottom: 1px solid #34364e;
  }

  .menu-nav > li > a {
    text-align: left;
  }

  .menu-search {
    flex-grow: 1;
    width: 100%;
    padding: 0 !important;
  }

  .main-menu .search-bar .form-control.search {
    max-width: 100%;
  }
}

.product-header {
  padding: 70px 25px;
  color: #fff;
  text-align: center;
}

.product-header > h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}

.product-header > h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 35px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}

.panel-title {
  color: #ffffff;
}

/* Overide Autofill Form */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  transition: background-color 5000s ease-in-out 0s;
}
