@font-face {
  font-family: "Lato-Regular";
  src: url("../documents/fonts/lato-regular.eot"); /* IE9 Compat Modes */
  src: url("../documents/fonts/lato-regular.ttf") format("truetype"), url("../documents/fonts/lato-regular.woff") format("woff"), url("../documents/fonts/lato-regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Titillium-Bold";
  src: url("../documents/fonts/titillium-bold.eot"); /* IE9 Compat Modes */
  src: url("../documents/fonts/titillium-bold.ttf") format("truetype"), url("../documents/fonts/titillium-bold.woff") format("woff"), url("../documents/fonts/titillium-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #1e6e82;
  color: #00283c;
  font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}
body > #vue-app {
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Titillium-Bold", sans-serif;
  font-weight: normal;
  text-rendering: optimizelegibility;
  color: #00283c;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.75rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h5, .h6 {
  font-size: 1rem;
}

.container-max {
  max-width: 1400px;
  z-index: auto;
}

#ppButton {
  padding: 1rem 0;
}

.sidebar-categories .cat,
.widget-navigation-tree .cat {
  display: none;
}
.sidebar-categories .cat-active,
.widget-navigation-tree .cat-active {
  display: block;
}
.sidebar-categories .cat-active + li,
.widget-navigation-tree .cat-active + li {
  display: none;
}
.sidebar-categories .cat-active + li.active.is-open,
.widget-navigation-tree .cat-active + li.active.is-open {
  display: block;
}
.sidebar-categories ul > .nav-item > .nav-link,
.widget-navigation-tree ul > .nav-item > .nav-link {
  text-transform: uppercase;
  color: #1e6e82;
}
.sidebar-categories ul > .nav-item > .nav-link:hover,
.widget-navigation-tree ul > .nav-item > .nav-link:hover {
  background: transparent;
  color: #00283c;
}

.btn {
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
}

.single .paypalSmartButtons {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}
.single .paypalSmartButtons .paypal-buttons-context-iframe {
  width: 100% !important;
  margin: 0 !important;
}

.page-header .topbar {
  background: #dee2e6;
}
.page-header .topbar img {
  vertical-align: text-bottom;
}
.page-header .topbar a {
  color: #00283c;
}
.page-header .brand-box .brand-box-inner img {
  height: 3rem;
  margin: 1.2rem 0;
}
.page-header .menu-icon {
  display: inline-block;
  margin: 0;
  padding-top: 1rem;
}
.page-header .menu-icon span {
  background-color: #00283c;
  display: block;
  height: 4px;
  margin-bottom: 10px;
  width: 50px;
}
.page-header .menu-icon span :last-child {
  margin-bottom: 0px;
}
.page-header .cmp-search-box .search-input {
  background: #dee2e6;
  border-radius: 3px;
  line-height: 2;
  font-size: 1rem;
}
.page-header .cmp-search-box .search-submit {
  background-color: #1e6e82;
  border-width: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
}
.page-header .cmp-search-box .search-submit:hover {
  color: #fff;
}
.page-header .breadcrumbs,
.page-header .breadcrumb {
  background: #f8f9fa;
}
.page-header .control-list .list-inline-item {
  margin: 0;
}
.page-header .control-list .badge-right {
  background: #c84646;
  border-radius: 20px;
  bottom: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  right: 5px;
  line-height: 1.1;
  padding: 0.2em 0.4em 0.1rem;
  position: absolute;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.page-header #login-change a {
  line-height: 0.8;
}
.page-header .navbar {
  border: 0;
}
.page-header .navbar a {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.page-header .navbar ul.mainmenu > li {
  background: #1e6e82;
  margin: 0.1rem;
  flex: 1 1 auto;
  text-align: center;
}
.page-header .navbar ul.mainmenu > li a {
  color: #fff;
  padding: 0.3rem;
}
.page-header .navbar ul.mainmenu > li a:hover {
  color: #fff;
}
.page-header .navbar .collapse {
  z-index: 100;
  right: 0;
  padding: 20px;
}
.page-header .navbar .collapse > li {
  padding: 0;
}
.page-header .navbar .main-navbar-collapsable .ddown > a::after {
  display: none;
}

.megamenu .ddown:hover .collapse {
  display: flex !important;
  flex-wrap: wrap !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
.megamenu .collapse > li {
  flex: 0 0 22%;
  margin: 1rem;
}
.megamenu .collapse .collapse-inner .level1 a {
  border-bottom: 1px solid #dee2e6;
}
.megamenu .collapse .collapse-inner .level1,
.megamenu .collapse .collapse-inner .level2 {
  padding: 0 2rem;
}
.megamenu .collapse .collapse-inner .level2 a {
  color: #1e6e82;
  text-transform: none;
}
.megamenu .collapse .collapse-inner .level2 a:hover {
  color: #00283c;
}

@media (max-width: 1350px) {
  .megamenu .collapse > li {
    flex: 0 0 30%;
    margin: 1rem;
  }
}
@media (max-width: 374px) {
  .page-header .brand-box .brand-box-inner img {
    height: 2.5rem;
  }
}
.mobile-navigation {
  background: #fff;
  color: #00283c;
}
.mobile-navigation ul.mainmenu li {
  border-bottom: 1px solid #00283c;
}
.mobile-navigation ul.mainmenu li a {
  color: #00283c;
}
.mobile-navigation ul.mainmenu li a:hover {
  color: initial;
}
.mobile-navigation ul .navdirection {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 1rem;
  text-align: center;
}
.mobile-navigation ul .navdirection.up {
  flex: none !important;
}
.mobile-navigation ul.breadcrumb {
  background: #f8f9fa;
  border-radius: 0;
  padding: 1rem;
}

@media (min-width: 768px) {
  .page-header .brand-box .brand-box-inner img {
    height: 4rem;
    margin: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .page-header .brand-box {
    max-width: 450px;
  }
  .page-header .brand-box .brand-box-inner img {
    height: auto;
  }
  .page-header .search-wrapper {
    min-width: 600px;
  }
}
#page-body {
  background: #f8f9fa;
}
#page-body .page-content:not(.single) {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#page-body .checkout {
  padding-bottom: 5rem;
}

.page-login .mb-5,
.page-register .mb-5 {
  margin-bottom: 0 !important;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.page-login .mt-3, .page-login .mt-5,
.page-register .mt-3,
.page-register .mt-5 {
  margin-top: 0 !important;
}

.page-my-account .basket.mb-5 {
  margin-bottom: 0 !important;
}
.page-my-account .mt-3 {
  margin-top: 0 !important;
}

.page-contact .page-content,
.page-confirmation .page-content {
  padding-bottom: 5rem;
}

.page-category-content .main {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.widget-item-list .widget-inner .widget-caption {
  background-color: transparent !important;
  border-bottom: 3px solid #c8c846;
  padding: 0.5rem;
}
.widget-item-list .widget-inner .widget-item-list-inline-caption h3 {
  font-size: 2rem;
}

.fr-p p {
  margin-bottom: 5px;
}

.fr-headline h1, .fr-headline h2, .fr-headline h3, .fr-headline h4 {
  border-bottom: 3px solid #c8c846;
  padding: 0.5rem;
  text-transform: uppercase;
}
.fr-headline h1, .fr-headline h2, .fr-headline h3, .fr-headline h4 {
  font-size: 2rem;
}

.bubble-container .bubble {
  position: relative;
  border: 3px solid #c8c846;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  transform: skew(-2deg, -2deg);
}
.bubble-container .bubble:after {
  content: "";
  position: absolute;
  top: -38px;
  right: 202px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-top: 0px solid #f8f9fa;
  border-bottom: 40px solid #f8f9fa;
  transform: skew(2deg);
  border-right: 18px solid transparent;
}
.bubble-container .bubble:before {
  content: "";
  position: absolute;
  top: -45px;
  right: 200px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 0px solid #c8c846;
  border-bottom: 45px solid #c8c846;
  transform: skew(2deg);
  border-right: 20px solid transparent;
}
.bubble-container .bubble-content {
  transform: skew(2deg, 2deg);
}
.bubble-container .bubble-content h3 {
  font-size: 1.2em;
  margin: 0 0 10px;
}
.bubble-container .bubble-content p {
  font-size: 1em;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .bubble-container .bubble:after {
    top: 87px;
    left: -60px;
    border-right: 45px solid #f8f9fa;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .bubble-container .bubble:before {
    top: 85px;
    left: -70px;
    border-right: 50px solid #c8c846;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
}
.widget-step-by-step-navigation .nav-text {
  background: #1e6e82;
  font-family: "Titillium-Bold", sans-serif;
  text-transform: uppercase;
}
.widget-step-by-step-navigation .nav-text span {
  color: #fff !important;
  font-size: 1.5rem;
}

.single .item-description h2, .single .item-description h3 {
  border-bottom: 3px solid #c8c846;
  padding: 0.5rem;
  text-transform: uppercase;
}
.single .item-description h2 {
  font-size: 2rem;
}
.single .item-description h3 {
  font-size: 1.75rem;
  margin-top: 3rem;
}
.single .item-description .table td {
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  border-top: 0;
}
.single .item-description .table td:first-of-type {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single .item-description .table td:first-of-type {
    width: 40%;
  }
}

.footer .footer-alt {
  background: #212529;
  color: #fff;
}
.footer .footer-alt a {
  color: #fff;
  padding: 0.5rem 0;
}
.footer .footer-alt a:hover {
  color: #fff;
}
.footer .footer-alt hr {
  border-top: 1px solid #f8f9fa;
}
.footer .footer-alt h4,
.footer .footer-alt .h4 {
  color: #fff;
}
.footer .footer-alt .widget-list a,
.footer .footer-alt .widget-link-list a {
  color: #fff;
}

.footer {
  color: #00283c;
  padding: 2rem 15px 0 !important;
}
.footer a {
  color: #00283c;
  padding: 0.1rem 0;
}
.footer a:hover {
  color: #00283c;
}
.footer hr {
  border-top: 3px solid #c8c846;
}
.footer h4,
.footer .h4 {
  color: #00283c;
}
.footer .widget-list a,
.footer .widget-link-list a {
  color: #00283c;
}
.footer .dark-section {
  color: #fff;
}
.footer .dark-section a {
  color: #fff;
}
.footer .dark-section a:hover {
  color: #fff;
}
.footer .dark-section h3, .footer .dark-section .h3, .footer .dark-section h4, .footer .dark-section .h4, .footer .dark-section h5, .footer .dark-section .h5 {
  color: #fff;
}
.footer .dark-section .h5 {
  font-size: 1.2rem;
}
.footer .dark-section .news-icon {
  filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(49deg) brightness(118%) contrast(84%);
  rotate: -5deg;
  max-width: 150px;
  margin-top: 1rem;
  margin-left: 1rem;
}

.footer .dark-section .news-form form .row > div:nth-child(1) {
  max-width: 60% !important;
  padding: 0 !important;
}
.footer .dark-section .news-form form .row > div:nth-child(2) {
  order: 3;
}
.footer .dark-section .news-form form .row > div:nth-child(3) {
  order: 2;
  max-width: 40% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer .dark-section .news-form form .row > div:nth-child(4) {
  display: none;
}
.footer .dark-section .news-form form .input-unit {
  border-radius: 0;
  border: 0;
}
.footer .dark-section .news-form form .input-unit input {
  height: 45px;
}
.footer .dark-section .news-form form .btn {
  height: 45px;
}

@media (min-width: 768px) {
  .footer .dark-section .news-icon {
    max-width: 200px;
    margin-top: 2rem;
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .footer .dark-section .news-icon {
    max-width: 250px;
    margin-top: 4rem;
    margin-left: 3rem;
  }
  .footer .dark-section .news-form form {
    max-width: 600px;
    margin: auto;
  }
  .footer .dark-section .news-form form .row > div:nth-child(1) {
    max-width: 70% !important;
  }
  .footer .dark-section .news-form form .row > div:nth-child(3) {
    max-width: 30% !important;
  }
}