html {
  font-size: 14px;
}

html,
body {
  min-height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 101px;
}

#page > #header {
  position: fixed;
  z-index: 1000;
  top: 0;
}

#page > #header .container-fluid, #page > #content .container-fluid, #page > footer .container-fluid {
  max-width: 1150px;
}

#page > div {
  flex: 1 0 auto;
}

#page > #header, #page > footer {
  flex: 0 0 auto;
}

/* #region bootstrap*/
.font-weight-semibold {
  font-weight: 600 !important;
}

.btn-outline-success {
  background: #fff;
}

.btn-outline-success:hover {
  background-color: #4a9334;
}

.btn-outline-primary {
  background: #fff;
}

.btn-outline-primary:hover {
  background-color: #277bc9;
  color: #fff;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-row {
  display: block;
  flex-wrap: inherit;
  margin: 0 0 1rem 0;
}

.nav-tabs {
  background: #f1f1f1;
  padding: 1rem 2rem 0 2rem;
}

.nav-tabs li {
  list-style-image: none !important;
}

.nav-tabs .nav-link {
  color: #4c4c4c;
  font-weight: 600;
  border: none;
  padding: 1rem 0;
  margin-right: 4rem;
  font-size: 1.2rem;
}

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav-tabs.many-tabs {
  justify-content: space-between;
}

.nav-tabs.many-tabs .nav-link {
  margin-right: 0;
}

.nav-tabs .nav-item.is-active .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #277bc9;
  background: none;
  position: relative;
}

.nav-tabs .nav-item.is-active .nav-link::after,
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-item.show .nav-link::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  background: #277bc9;
  height: 5px;
  width: 100%;
}

.tab-content {
  margin-top: 2rem;
  padding: 0 1rem;
}

/* #endregion bootstrap*/
/* #region header */
.admin-bar #page #header {
  padding-top: 32px;
}

#page.fix #header,
#page.fix #main > .breadcrumb {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  top: 0;
}

#page.fix #main {
  padding-top: 35px;
}

#page #header {
  width: 100%;
  background: #fff;
}

#page #header .big-logo {
  width: 251px;
  height: 49px;
}

#page #header .small-logo {
  display: none;
  width: 66px;
  height: 29px;
}

#page.fix #header .big-logo {
  display: none;
}

#page.fix #header .small-logo {
  display: block;
}

.site-header {
  border-bottom: 1px solid #ced4da;
}

.site-header .navbar-brand {
  padding: 15px 0;
  transition: all 0.3s ease;
}

.site-header > nav {
  padding-top: 0;
  padding-bottom: 0;
  position: inherit;
  align-items: center;
}

.site-header .navbar-toggler .closer {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

.site-header .navbar-toggler .closer .line {
  position: absolute;
  left: 0px;
  width: 34px;
  height: 3px;
  background-color: #4c4c4c;
  display: block;
  transform-origin: center center;
  transition: all 0.2s ease-in-out 0s;
}

.site-header .navbar-toggler .closer .first {
  top: 16px;
  transform: rotateZ(-45deg);
}

.site-header .navbar-toggler .closer .second {
  top: 16px;
  opacity: 0;
}

.site-header .navbar-toggler .closer .third {
  top: 16px;
  transform: rotateZ(45deg);
}

.site-header .navbar-toggler.collapsed .closer .first {
  top: 8px;
  transform: none;
}

.site-header .navbar-toggler.collapsed .closer .second {
  top: 16px;
  opacity: 1;
}

.site-header .navbar-toggler.collapsed .closer .third {
  top: 24px;
  transform: none;
}

.icon-menu .nav-item > .nav-link {
  padding: 30px 25px 30px 25px;
  line-height: 20px;
}

.icon-menu .navbar-nav .dropdown-menu {
  position: absolute;
  overflow: auto;
  max-height: 90vh;
}

#page.fix .icon-menu .nav-item > .nav-link {
  padding-top: 18px;
  padding-bottom: 10px;
}

.header-menu .dropdown-item.active,
.header-menu .dropdown-item:active {
  background: unset;
}

.header-menu .dropdown-menu {
  top: inherit;
}

.header-menu #menuItemDropdownCart img {
  width: 20px;
}

.header-menu .nav-item a {
  font-size: 1rem;
  font-weight: 600;
}

.header-menu > .nav-item {
  position: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-menu > .nav-item.mini-cart {
  position: relative;
}

.header-menu > .nav-item.menu-item-has-children > ul {
  flex-wrap: wrap;
  margin-top: 0;
  padding: 1rem calc((100vw - 1320px) / 2);
  top: inherit;
  left: 0;
  right: 0;
  width: 100%;
  background: #f1f1f1;
  border-radius: initial;
  border: 1px solid #ced4da;
  border-left: none;
  border-right: none;
  overflow-y: auto;
}

.header-menu > .nav-item.menu-item-has-children > ul > li > a {
  color: #003675;
  font-weight: bold;
  font-size: 1.07rem;
  background: initial;
}

.header-menu > .nav-item.menu-item-has-children > ul > li > a::before {
  content: "";
  background: url(../images/list-arrow.svg) top left no-repeat;
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 22px;
  margin-left: -0.8rem;
  margin-top: 0.05rem;
}

.header-menu > .nav-item.menu-item-has-children > ul > li > a:hover::before {
  color: #000;
}

.header-menu > .nav-item.menu-item-has-children > ul ul.dropdown-menu {
  display: block;
  position: relative;
  border: none;
  background: none;
}

.header-menu > .nav-item.menu-item-has-children > ul ul.dropdown-menu a {
  color: #277bc9;
  font-size: 0.93rem;
  padding-top: 0;
  background: initial;
  white-space: normal;
  margin-bottom: .3em;
  line-height: 1.2em;
  padding-right: 0;
}

.header-menu > .nav-item.menu-item-has-children > ul ul.dropdown-menu a:hover {
  color: #003675;
}

.header-menu > .nav-item.menu-item-has-children > ul ul.dropdown-menu a:hover::before {
  content: "";
  background: url(../images/list-arrow.svg) top left no-repeat;
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 22px;
  margin-left: -0.8rem;
  margin-top: -0.1rem;
}

.header-menu > .nav-item:hover::after, .header-menu > .nav-item.active::after, .header-menu > .nav-item.show::after {
  display: block;
  content: "";
  background: #277bc9;
  height: 5px;
  margin-top: -5px;
  width: 100%;
}

.header-menu > .nav-item:hover > a, .header-menu > .nav-item.active > a, .header-menu > .nav-item.show > a {
  color: #277bc9;
}

.header-menu > .nav-item > .nav-link {
  text-transform: uppercase;
  color: #2e2d2c;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.header-menu > .nav-item.nav-icon > .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.header-menu .search > ul.dropdown-menu > li {
  width: 100%;
  padding: 20px 100px;
}

.header-menu .search .aws-search-field {
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 1rem;
}

.mini-cart .dropdown-menu {
  border: none;
  margin-top: -10px;
  padding: 0;
  background: #eaf5ff;
  border-radius: 0;
  box-shadow: #6c757d 0 10px 50px;
  padding: 15px 20px;
  width: max-content;
  max-width: 90vw;
}

.mini-cart .cart-count {
  float: right;
  margin-top: -5px;
  position: relative;
}

.mini-cart h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #277bc9;
}

.mini-cart h2 a {
  font-size: 1.15rem !important;
  text-decoration: underline;
}

.mini-cart table {
  border-top: 2px solid #277bc9;
  border-bottom: 2px solid #277bc9;
  background: #fff;
  margin-bottom: 1rem;
  width: 100%;
}

.mini-cart table strong {
  font-weight: 600;
}

.mini-cart table .head {
  background: url(../images/background-dotted-2px.png) bottom repeat-x;
}

.mini-cart table tr:not(:last-child) {
  background: url(../images/background-dotted.png) bottom repeat-x;
}

.mini-cart table .qty {
  text-align: center;
}

.mini-cart table td.qty {
  font-weight: 600;
}

.mini-cart table.cart_list td.price,
.mini-cart table .total .price {
  color: #4a9334;
}

.mini-cart table .total .price {
  font-size: 1.20rem;
}

.mini-cart table .price {
  font-weight: 600;
  text-align: right;
}

.mini-cart table .price .normal {
  font-weight: normal;
}

.mini-cart table .subtotal {
  line-height: 180%;
}

.mini-cart table .name a {
  color: #4a9334;
}

.mini-cart th {
  font-weight: 600;
}

.mini-cart th,
.mini-cart td {
  padding: .8rem 1rem;
}

#headerMiniCartCount {
  padding: 1px 5px;
  background: #4a9334;
  color: #fff;
  border-radius: 50%;
  line-height: 1rem;
  font-size: .8rem;
  position: absolute;
}

#navbarHeaderMenu {
  overflow-y: auto;
}

.aws-search-result .aws_result_link {
  padding-left: 1rem;
}

.aws-search-result .aws_result_title {
  font-size: 1.2rem;
  font-weight: 600;
  float: left;
}

.aws-search-result .aws_result_sku {
  font-weight: 600;
  font-size: 1.1rem;
  float: right;
}

.aws-search-result .aws_result_excerpt {
  clear: both;
}

.aws-search-result .aws_result_price {
  font-weight: 600;
  text-align: right;
}

/* #endregion header*/
/* #region breadcrumb */
nav.breadcrumb {
  padding: 0;
  margin: 0;
}

nav.breadcrumb > ul {
  flex-wrap: nowrap;
  white-space: nowrap;
}

nav.breadcrumb .dropdown-item.active,
nav.breadcrumb .dropdown-item:active {
  background: unset;
  font-weight: bold;
}

nav.breadcrumb .dropdown-menu {
  background: #eeeeee;
  color: #fff;
  border: none;
  border-radius: initial;
  margin: 0;
}

nav.breadcrumb .dropdown-menu .dropdown-item {
  color: #4c4c4c;
}

nav.breadcrumb .dropdown-menu .dropdown-item:not(:last-child) > span {
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  padding-bottom: .5rem;
}

nav.breadcrumb .nav-item .nav-link {
  color: #4c4c4c;
}

nav.breadcrumb .nav-item:hover, nav.breadcrumb .nav-item.show {
  background: #979797;
}

nav.breadcrumb .nav-item:hover .nav-link, nav.breadcrumb .nav-item.show .nav-link {
  color: #fff;
}

nav.breadcrumb .nav-item:hover .dropdown-menu, nav.breadcrumb .nav-item.show .dropdown-menu {
  display: block !important;
}

nav.breadcrumb .nav-link.disabled {
  cursor: not-allowed;
}

@media (min-width: 1200px) {
  nav.breadcrumb > ul > li.nav-item:first-child {
    margin-left: -1rem;
  }
}

/* #endregion breadcrumb*/
/* #region page*/
h1.entry-title {
  color: #277bc9;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #277bc9;
}

.entry-content h2 {
  margin: 2rem 0 1.5rem 0;
  padding-bottom: 0.2rem;
}

.entry-content h2::after {
  display: block;
  height: 1px;
  width: 60%;
  content: "";
  margin-top: 4px;
  background: url(../images/background-dotted.png) repeat-x;
}

body.page-id-51 .content-area li {
  list-style-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 12"><polygon points="0 0 0 8.43 9 4.21 0 0" style="fill:#277bc9"/></svg>');
}

/* #endregion */
/* #region footer */
.site-footer {
  margin-top: 2rem;
  text-align: center;
}

.site-footer .container-fluid {
  padding: 0;
}

.site-footer .container-fluid::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: url(../images/background-dotted.png) repeat-x;
}

.site-footer .footer-content {
  margin: 1.3rem 0;
}

.site-footer a {
  color: #2e2d2c;
}

/* #endregion footer */
/* #region utility*/
.dot-top {
  position: relative;
}

.dot-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/background-dotted.png);
}

.dot-bot {
  position: relative;
}

.dot-bot::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/background-dotted.png);
}

.dot-top-2px {
  position: relative;
}

.dot-top-2px::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/background-dotted-2px.png);
}

.dot-bot-2px {
  position: relative;
}

.dot-bot-2px::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/background-dotted-2px.png);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* #endregion utility*/
/* #region Others*/
.woocommerce-MyAccount-navigation {
  margin-top: 5rem;
}

.woocommerce-MyAccount-content {
  margin: 2rem 0;
}

.woocommerce-notices-wrapper .alert {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  list-style-type: none;
}

.woocommerce-notices-wrapper .alert-success {
  border-color: #4a9334;
  color: #4a9334;
}

section.not-found {
  text-align: center;
  margin-top: 90px;
}

section.not-found .icon {
  width: 99px;
  height: 77px;
}

section.not-found h1 {
  margin-top: 35px;
  color: #243661;
  font-size: 32px;
}

section.not-found .page-content p {
  margin-top: 30px;
  color: #0068c3;
  font-size: 21px;
}

section.not-found .page-content a {
  font-weight: 600;
  color: #0068c3;
}

abbr.required {
  color: #dc3545;
}

.buttons {
  margin-top: 2rem;
  white-space: nowrap;
}

/* #endregion Others*/
/* #region add_to_card */
.added_to_cart {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  color: #277bc9;
  border-color: #277bc9;
}

@media (prefers-reduced-motion: reduce) {
  .added_to_cart {
    transition: none;
  }
}

.added_to_cart:hover {
  color: #fff;
  background-color: #4a9334;
  border-color: #4a9334;
  text-decoration: none;
}

.add_to_cart_button,
.added_to_cart {
  padding-left: 40px !important;
  background-image: url("../images/icons/btn/basket.png");
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.add_to_cart_button:hover,
.added_to_cart:hover {
  background-image: url("../images/icons/btn/basket-white.png");
}

.add_to_cart_button.added,
.added_to_cart.added {
  background-image: url("../images/icons/btn/checked.png");
}

.add_to_cart_button.added:hover,
.added_to_cart.added:hover {
  background-image: url("../images/icons/btn/checked-white.png");
}

.add_to_cart_button.loading,
.added_to_cart.loading {
  background-image: url("../images/icons/btn/loader-green.gif");
}

.add_to_cart_button.loading:hover,
.added_to_cart.loading:hover {
  background-image: url("../images/icons/btn/loader-light.gif");
}

.added_to_cart {
  background-image: url("../images/icons/btn/basket-blue.png");
}

.added_to_cart:hover {
  background-color: #277bc9;
}

/* #endregion add_to_card */
/* #region Calculator */
form.calculator {
  color: #4c4c4c;
}

form.calculator .calculator__left::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: url(../images/background-dotted-gray.png) repeat-x;
}

form.calculator .calculator__left label {
  margin-left: 2rem;
  line-height: 2rem;
}

form.calculator .calculator__choose {
  background: #fef3ee;
  color: #f58753;
  padding: .5rem 1rem;
  font-style: italic;
  margin-bottom: 1rem;
}

form.calculator .calculator__last .calculator__left::after {
  display: none;
}

form.calculator .calculator__submit {
  padding: 1rem 0;
  background: #eaf5ff;
  text-align: center;
  margin-bottom: 2rem;
}

form.calculator .small {
  line-height: 1em;
  margin-top: -0.3em;
}

form.calculator .btn {
  padding: 10px 35px;
  letter-spacing: 4px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* #endregion Calculator */
.woocommerce-store-notice {
  background: rgba(0, 0, 0, 0.7);
}

.woocommerce-store-notice .modal-body {
  padding: 35px 35px 10px 35px;
}

.woocommerce-store-notice .modal-footer {
  border: none;
  padding: 15px 35px 35px 35px;
}

.woocommerce-store-notice pre {
  color: #0068c3;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
