body {
  color: #363636;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  text-rendering: optimizelegibility;
  color: #363636;
}

h1, .h1 {
  font-size: 2.5rem;
  color: #1E5F76;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 5rem;
  }
  h1.price, .h1.price {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

.hr-dotted {
  border-top: 4px dotted;
}

.widget-item-list.widget-primary .widget-caption h2, .widget-item-list.widget-primary .widget-caption h3 {
  color: #fff;
  padding: 0.4rem;
}

.widget-step-by-step-navigation img {
  object-fit: cover;
}
.widget-step-by-step-navigation .nav-item {
  border: 0 !important;
}
.widget-step-by-step-navigation .nav-text {
  background-color: #1E5F76;
  height: 45px;
  position: absolute;
  bottom: 15px;
  width: 80%;
  left: 10%;
  font-size: 17px;
  font-weight: bold;
}
.widget-step-by-step-navigation.widget-none span, .widget-step-by-step-navigation.widget-none i {
  color: #fff;
}

.widget-item-list.widget-secondary h2 {
  color: #fff;
}
.widget-item-list.caption-no-bg .bg-appearance {
  background-color: transparent !important;
}

.widget-image-box.widget-image-box-block-caption .widget-inner .widget-caption {
  bottom: 15px;
  left: 5%;
  width: 90%;
  background-color: #1E5F76;
  font-size: 17px;
  font-weight: bold;
}
.widget-image-box.widget-image-box-block-caption .widget-inner .widget-caption h2 {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 17px;
}
.widget-image-box.widget-image-box-block-caption .widget-inner .widget-caption i {
  display: none;
}
.widget-image-box.widget-image-box-block-caption .widget-inner:hover .widget-caption {
  background-color: #1E5F76 !important;
}
.widget-image-box.widget-image-box-block-caption.home-teaser .widget-caption {
  font-size: 30px;
  padding: 5px;
}

.widget-link.widget-primary a {
  border: 1px solid #e3e3e3;
}

.widget-place-order .paypal-payuponinvoice-legal-notice {
  background: #f1d0d6;
  padding: 10px;
  border: 3px solid #ba1530;
  margin-bottom: 10px;
}

.navbar-brand img {
  max-height: 50px;
}

.top-bar .nav-link {
  color: #363636;
}
.top-bar .toggle-basket-preview {
  background-color: #1E5F76;
  color: #fff;
}
.top-bar .nav-link:hover {
  background-color: #1E5F76;
}

@media (min-width: 768px) {
  .search-permanent .controls .nav-link {
    padding: 1.3rem 0.8rem;
  }
}
#page-header .megamenu .collapse {
  padding: 1em 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.single .nav-tabs {
  border-bottom: 4px dotted #1E5F76;
  padding-bottom: 4px;
}
.single .nav-tabs .nav-link {
  border: 0;
}
.single .nav-tabs .nav-link:hover, .single .nav-tabs .nav-link.active {
  background: #1E5F76;
  color: #fff !important;
  border: 0;
}

.wishlist {
  z-index: 100;
  position: relative;
}
.wishlist .wl-title {
  display: none;
}
.wishlist i {
  font-size: 1.75rem;
}

@media (max-width: 576px) {
  .cmp-product-thumb .thumb-image {
    float: none;
    width: 100%;
  }
  .cmp-product-thumb .thumb-content {
    width: 100%;
  }
}
.cmp-product-thumb .thumb-title {
  min-height: 60px;
}

.footer {
  color: #fff;
}
.footer a {
  color: #fff !important;
  text-decoration: underline;
}
.footer .cookie-bar a {
  color: #1E5F76 !important;
}
.footer .brand {
  height: 50px;
}
.footer .widget-legal-information > div {
  text-align: right !important;
}
.footer .news-widget a span {
  color: #fff !important;
}
.footer .news-widget .btn {
  background: #fff;
  border-color: #fff;
  color: #3c6d9d;
}