@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
/** COLORS  **/
.bg-light {
  background: #F4F5F7 !important; }

.bg-primary {
  background-color: #15365D !important; }

.bg-lighter {
  background: #F9FAFB !important; }

.bg-lightest {
  background: #FBFCFC !important; }

/** typography **/
body {
  font-family: Open Sans, arial;
  background-color: #ffffff;
  color: #414141; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Open Sans, arial; }

h3, .h3 {
  font-size: 24px; }

footer .tagline {
  font-family: 'Tangerine', cursive;
  font-size: 30px; }
footer h3, footer .h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 40px; }

/** DROWPDOWN FADE ANIMATION **/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; } }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn; }

/** MEGA MENU **/
.megamenu {
  position: static; }

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

/** NAVBAR BRAND FIXED POSITION ON MOBILE **/
.navbar-brand.logo {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 50px;
  color: #15365D;
  transition: all ease 0.3s; }
  .navbar-brand.logo:hover {
    color: #0c1e33;
    transition: all ease 0.3s; }

@media (max-width: 767.98px) {
  .navbar-brand {
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    /* Need a specific value to work */ }
    .navbar-brand.logo {
      font-size: 20px; } }

#q {
  padding-left: 50px;
  background-color: #F4F5F7;
  border: solid 1px #F4F5F7;
  font-size: 16px;
  font-weight: 600; }
  #q::placeholder {
    color: #8396AA; }
  #q::-webkit-input-placeholder {
    color: #8396AA; }
  #q:-ms-input-placeholder {
    color: #8396AA; }

#q::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f002';
  display: none; }

#q svg {
  position: relative; }

footer .footer-lead {
  color: #8396AA;
  line-height: 1.8; }
footer a {
  color: #15365D;
  text-decoration: none;
  transition: all ease 0.3s; }
  footer a:hover {
    color: #2866b0;
    transition: all ease 0.3s;
    text-decoration: none; }
footer .collapsable::after {
  content: '+';
  position: absolute;
  right: 15px; }
footer li {
  margin-bottom: 5px; }
footer h5, footer .h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 24px !important; }

.navbar-main .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }

.card-hero {
  /* The image used */
  background-image: none;
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* i added following code */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  overflow: hidden; }
  .card-hero a.card-title {
    margin-bottom: 0px;
    font-size: 28px;
    color: white;
    transition: all ease 0.3s; }
    .card-hero a.card-title:hover {
      color: white;
      transition: all ease 0.3s;
      text-decoration: none; }
  .card-hero .card-img-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 800; }
  .card-hero .card-img {
    transform: scale(1);
    transition: all ease 0.3s; }

.card-hero-2 .card-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }

.card-hero-2 .card-img-overlay {
  top: unset; }

.nav-headlines {
  display: inline;
  margin-bottom: 4px;
  margin-left: 15px; }
  .nav-headlines .owl-dot {
    display: inline;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius: 50%;
    border-width: 0px; }
    .nav-headlines .owl-dot.active {
      background: white; }
    .nav-headlines .owl-dot:focus {
      outline: none; }

.card-hero:hover > .card-img {
  transform: scale(1.1);
  transition: all ease 0.3s; }

.card-hero-1 {
  height: 134px; }

.card-hero-3 {
  height: 134px; }

@media (min-width: 576px) {
  .card-hero-1 {
    height: 134px; }
  .card-hero-3 {
    height: 134px; } }

@media (min-width: 768px) {
  .card-hero-1 {
    height: 356px; } }

@media (min-width: 992px) {
  .card-hero-1 {
    height: 426px; }
  .card-hero-3 {
    height: 134px; } }

@media (min-width: 1200px) {
  .card-hero-1 {
    height: 496px; }
  .card-hero-3 {
    height: 134px; } }

.card-product, .img-product {
  border: solid 3px white;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .card-product:hover, .img-product:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.product-item .product-title {
  font-size: 18px;
  color: #15365D;
  line-height: 1;
  transition: all ease 0.3s; }
  .product-item .product-title:hover {
    color: #1e4e87;
    text-decoration: none;
    transition: all ease 0.3s; }
.product-item .product-price {
  font-size: 16px;
  color: #ECCC68;
  font-weight: 400; }
  .product-item .product-price.price-old span {
    font-size: 14px;
    color: #8396AA;
    text-decoration: line-through; }

@media (max-width: 767.98px) {
  .product-item .product-title {
    font-size: 14px;
    display: inline-block;
    line-height: 1.1; } }

.card-highlight {
  border-width: 0px;
  height: 100%; }
  .card-highlight h3 svg {
    height: 18px; }
  .card-highlight .card-header {
    border: solid 0px;
    background-color: #F4F5F7;
    padding-top: 1.75rem; }
  .card-highlight .card-body {
    background-color: #F4F5F7; }
  .card-highlight .description {
    max-height: 200px; }

.owl-stage {
  padding-left: 0px !important; }

/** blog cards **/
.card-blog {
  border-width: 0px;
  border-radius: 0;
  overflow: hidden; }
  .card-blog .card-img-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
  .card-blog h5 {
    font-size: 22px; }
  .card-blog .card-img {
    transform: scale(1);
    transition: transform ease 0.3s !important; }
  .card-blog a {
    color: white;
    transition: all ease 0.3s; }
    .card-blog a:hover {
      color: white;
      text-decoration: none; }

.card-blog:hover > .card-img {
  transform: scale(1.1);
  transition: all ease 0.3s; }

#formNewsletterEmail {
  background-color: #F4F5F7;
  border: solid 1px #F4F5F7;
  font-size: 16px;
  font-weight: 600; }
  #formNewsletterEmail::placeholder {
    color: #8396AA; }
  #formNewsletterEmail::-webkit-input-placeholder {
    color: #8396AA; }
  #formNewsletterEmail:-ms-input-placeholder {
    color: #8396AA; }

.card-hero {
  border-width: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-color: #F9FAFB;
  color: white; }

.card-category .card-img-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }

.card-category .card-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px; }
  .card-category .card-title:hover {
    text-decoration: none;
    color: white; }

.card-category {
  border-width: 0px;
  overflow: hidden; }
  .card-category .card-img {
    transform: scale(1);
    transition: all ease 0.3s; }

.card-category:hover > .card-img {
  transform: scale(1.1);
  transition: all ease 0.3s; }

/*** Product page ***/
.product-title, .section-title, .product-price {
  color: #15365D;
  font-weight: 600;
  font-size: 24px; }

.category-title {
  color: #15365D;
  font-weight: 600;
  font-size: 28px; }

.product-price.price-old span {
  font-size: 16px;
  color: #8396AA;
  text-decoration: line-through;
  font-weight: 400; }

.product-performers {
  color: #8396AA;
  font-weight: 600;
  font-size: 16px;
  font-style: italic; }

.product-tax {
  font-size: 12px;
  color: #8396AA;
  font-style: italic; }

.card-price {
  border-width: 0px;
  border-radius: 0px;
  background: #F4F5F7; }

.card-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  margin-top: 13px;
  background: radial-gradient(closest-side, white, white 50%, transparent 50%);
  /*or farthest-side*/
  background-size: 20px 20px;
  /*h h*/
  background-repeat: repeat-x; }

.bundles .card-price:after {
  background: radial-gradient(closest-side, #FBFCFC, #FBFCFC 50%, transparent 50%);
  background-size: 20px 20px;
  /*h h*/
  background-repeat: repeat-x; }

.star-active {
  color: #ECCC68; }

.star-inactive {
  color: #F9FAFB; }

.card-review {
  border-width: 0px; }
  .card-review .review-content {
    color: #15365D;
    font-style: italic;
    line-height: 1.8; }
  .card-review .bull {
    color: #8396AA; }
  .card-review .review-score {
    font-size: 14px; }

.review-meta {
  font-size: 14px;
  color: #8396AA;
  font-weight: 600; }

.no-reviews {
  color: #8396AA;
  font-style: italic; }

.in-stock {
  color: #009432;
  font-weight: 600; }

.product-usp {
  font-size: 12px;
  color: #009432;
  font-weight: 600; }

.btn-cart, .gui-button-action {
  background: #ECCC68 !important;
  transition: all ease 0.3s;
  color: white !important;
  border-width: 0px !important;
  font-wight: 700 !important;
  text-transform: uppercase;
  font-size: 16px; }
  .btn-cart span, .gui-button-action span {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 16px; }
  .btn-cart:hover, .gui-button-action:hover {
    background: #efd47f !important;
    transition: all ease 0.3s; }

.btn-new, .gui a.gui-button-small {
  background: transparent;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  color: #15365D;
  font-size: 14px; }
  .btn-new:hover, .gui a.gui-button-small:hover {
    background: rgba(21, 54, 93, 0.02);
    background: rgba(0, 0, 0, 0.02);
    transition: all ease 0.3s; }
  .btn-new.active, .gui a.gui-button-small.active {
    background: rgba(0, 0, 0, 0.02);
    font-weight: 700; }

.gui a.gui-button-small {
  border-width: 0px !important; }

.btn-outline-wishlist {
  background: transparent;
  border: solid 2px #8396AA;
  color: #8396AA;
  transition: all ease 0.3s; }
  .btn-outline-wishlist span {
    transition: all ease 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    color: #8396AA;
    font-size: 16px; }
  .btn-outline-wishlist:hover {
    border-color: #667c94;
    transition: all ease 0.3s; }
    .btn-outline-wishlist:hover span {
      color: #667c94;
      transition: all ease 0.3s; }

.product-description, .newsletter-content {
  color: #8396AA;
  font-size: 16px;
  line-height: 1.8; }

.tracklist-title {
  color: #15365D;
  font-size: 20px;
  font-weight: 600; }

.card-grid.plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f067';
  display: none; }

.card-grid.plus svg {
  position: absolute;
  right: -35px;
  top: 50%;
  color: #8396AA;
  font-size: 18px; }

.breadcrumbs, .breadcrumbs a {
  color: #8396AA;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.3s; }
  .breadcrumbs .last, .breadcrumbs a .last {
    font-weight: 600; }

.breadcrumbs a:hover {
  text-decoration: none;
  transition: all ease 0.3s;
  color: #a1b0bf; }

.sticky {
  transition: all 0.3s ease;
  z-index: 1040;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: fixed;
  top: 0;
  width: 100%; }

@media (max-width: 767.98px) {
  .badge-highlight {
    font-size: 65%;
    background: #ECCC68;
    position: absolute;
    right: 15px;
    top: -10px !important; } }

@media (min-width: 768px) {
  .badge-highlight {
    background: #ECCC68;
    position: absolute;
    left: 20px;
    font-size: 50%; } }

.navbar-nav.tools .nav-link {
  font-size: 16px;
  color: #15365D;
  transition: all ease 0.3s; }
  .navbar-nav.tools .nav-link:hover {
    color: #1e4e87;
    transition: all ease 0.3s; }

.dropdown-menu a {
  color: #15365D;
  transition: all ease 0.3s; }
  .dropdown-menu a:hover {
    color: #1e4e87;
    text-decoration: none;
    transition: all ease 0.3s; }

/** SIDEBAR **/
@media (max-width: 767.98px) {
  .sidebar.filters, .sidebar.menu {
    width: 300px;
    position: fixed;
    top: 0;
    left: -310px;
    height: 100vh;
    z-index: 1999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
    .sidebar.filters.active, .sidebar.menu.active {
      left: 0; } }

.filters {
  background-color: #FBFCFC; }

.page-title {
  font-size: 28px;
  color: #15365D;
  font-weight: 600; }

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1998;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.2s ease-in-out; }

.overlay.active {
  visibility: visible;
  opacity: 1; }

.product-count {
  font-weight: 600;
  color: #8396AA; }

/* .price-filter */
.price-filter {
  padding-bottom: 40px; }

.price-filter-range {
  font-size: 10px; }

#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative; }

#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px; }

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none; }

.price-filter-range .min {
  float: left; }

.price-filter-range .max {
  float: right; }

/* select */
.sidebar select {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  background: #F4F5F7;
  border-color: #F4F5F7; }

#collection-filter-price {
  border-width: 0px;
  background: #F4F5F7; }
  #collection-filter-price .ui-slider-range {
    background: #15365D;
    border-width: 2px;
    border-color: #F4F5F7; }
  #collection-filter-price .ui-slider-handle {
    background: #15365D;
    border-color: #15365D; }

.filters ul {
  list-style-type: none; }
  .filters ul a {
    color: #15365D;
    transition: all ease 0.3s; }
    .filters ul a:hover {
      color: #1e4e87;
      transition: all ease 0.3s;
      text-decoration: none; }
  .filters ul .subnav {
    padding-left: 15px !important; }

.filters h4 {
  font-weight: 600;
  color: #15365D;
  font-size: 20px; }

.highlight {
  color: #ECCC68; }

.text-collection-count {
  color: #8396AA; }

.catalog-list a {
  color: #15365D;
  font-size: 20px;
  transition: all ease 0.3s; }
  .catalog-list a:hover {
    color: #1e4e87;
    transition: all ease 0.3s;
    text-decoration: none; }

.form-search, .form-search:focus {
  padding-left: 50px;
  background-color: #F4F5F7;
  border: solid 1px #F4F5F7;
  font-size: 16px;
  font-weight: 600; }

/** OWL NAV CHANGES **/
.owl-nav {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.owl-carousel .owl-nav button.owl-next {
  padding-right: 15px !important;
  pointer-events: auto;
  height: 100%;
  float: right; }

.owl-carousel .owl-nav button.owl-prev {
  padding-left: 15px !important;
  pointer-events: auto;
  height: 100%; }

.owl-carousel .owl-stage-outer {
  padding-bottom: 15px; }

.carousel-usp .owl-stage-outer, .carousel-headlines .owl-stage-outer {
  padding-bottom: 0px !important; }

#accordionNav a {
  color: #15365D;
  transition: all ease 0.3s; }
  #accordionNav a:hover {
    color: #1e4e87;
    transition: all ease 0.3s;
    text-decoration: none; }

/** BOOTSTRAP CHANGES **/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important; } }

/** GUI CHANGES **/
.gui-messages ul, .messages ul {
  /** border-width: 0px !important; **/
  padding: 25px 25px !important; }

.headline-title {
  color: white !important;
  position: absolute;
  padding: 1.25rem;
  font-weight: 600;
  z-index: 10;
  font-size: 1rem;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }

.nav-pills .nav-link {
  margin-right: 4px;
  background: #F4F5F7;
  color: #15365D;
  transition: all ease 0.3s; }
  .nav-pills .nav-link:hover {
    background: #8396AA;
    transition: all ease 0.3s; }

.nav-pills .nav-link.active {
  background: #15365D;
  color: #F4F5F7; }

.catalog-list ul {
  padding-left: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px; }
  .catalog-list ul li {
    list-style-type: none; }

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  z-index: 10001;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden; }

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0; }

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%; }

.lightbox-target:target a.lightbox-close {
  top: 0px; }

.container-carousel-products {
  height: 350px; }

.container-carousel-brands {
  height: 160px; }

.container-carousel-blogs {
  height: 260px; }

.container-hero {
  height: 474px; }

@media (min-width: 576px) {
  .container-carousel-products {
    height: 520px; }
  .container-carousel-brands {
    height: 220px; }
  .container-carousel-blogs {
    height: 410px; }
  .container-hero {
    height: 572px; } }

@media (min-width: 768px) {
  .container-carousel-products {
    height: 300px; }
  .container-carousel-brands {
    height: 120px; }
  .container-carousel-blogs {
    height: 230px; }
  .container-hero {
    height: 372px; } }

@media (min-width: 992px) {
  .container-carousel-products {
    height: 370px; }
  .container-carousel-brands {
    height: 160px; }
  .container-carousel-blogs {
    height: 230px; }
  .container-hero {
    height: 442px; } }

@media (min-width: 1200px) {
  .container-carousel-products {
    height: 440px; }
  .container-carousel-brands {
    height: 150px; }
  .container-carousel-blogs {
    height: 300px; }
  .container-hero {
    height: 512px; } }
