:root {
  --color-blue: #3e92b3;
  --color-lightblue: #F0F9FC;
  --color-lightgrey: #F2F2F2;
  --color-darkgrey: #4A4A4A;
  --color-blue-hover: #2e7b9a;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-family: vag-rundschrift-d, sans-serif;
    font-weight: 200;
}

.no-select {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
.pointer {cursor: pointer;}
.line-header {
    display: block;
    line-height: 0.2em;
    border-bottom: 1px solid #666;
}
.line-header span {
    background-color: #fff;
}

body {
  /* margin-top: 95px; */
  /* margin-bottom: 125px;  */
  background-color: var(--color-lightblue);
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200 !important;
  font-size: 1.125rem;
  line-height: 1.77778;
  line-height: 1.56;
}
.lead {
    font-size: 0.9rem;
    font-weight: 300;
    color: #a3abb5;
}
.card.product {
    cursor: pointer;
    overflow: hidden;
}
.card.product img
{
    transition: all 0.2s;
}
.card.product:hover img{
    transform: scale(1.05);
}
.card.product a:hover{
    text-decoration: unset;
}


.btn {
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 400;
    padding: .375rem 2em;
  }

  .btn-primary {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color:#fff;
  }

  .btn-primary:hover {
    background-color: var(--color-blue-hover);
    border-color: var(--color-blue-hover);
    color:#fff;
  }

  .btn-stryk{
    color:#fff;
    font-weight: bolder;
    background-color: var(--color-blue);
  }
  .btn-stryk:hover {
    color:#fff;
    background-color: rgb(0, 13, 84);
  }

  .btn-stryk2{
    border-radius: 10px!important;
    font-size: 20px;
    /* font-family: "superior-title", serif; */
    font-weight: 700;
    color:#072f52;
    background-color: #fff;
  }
  .btn-stryk2:hover {
    color:#072f52;
    background-color: #fff;
  }
  h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0 0 24px 0;
    line-height: 1;
    /* font-family: "superior-title", serif; */
    font-weight: 500;
    color: var(--color-blue);
  }

  h4 {
    font-weight: 300;
  }

  b {
    font-weight: bolder;
  }
  a {
    color:#041e42;
  }

a:hover {
  color:#041e42;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-align: center;
}
.carousel-caption h1,.carousel-caption h5{
  /* text-shadow: 0px 0px 6px #000; */
  color:#fff;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  min-height: 300px;
  /* max-height: 500px; */
  height:100vw;
}

.carousel-item > img {
position: absolute;
top: 50%;  /* position the top  edge of the element at the middle of the parent */
left: 50%; /* position the left edge of the element at the middle of the parent */
transform: translate(-50%, -50%);
width: 100%;
}


.carousel-control-next, .carousel-control-prev{
cursor: pointer;  }
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #f00;
  background-color: #fff;
}
.carousel-indicators li{
  background-color: rgba(1,66,122,0.5);
}
.carousel-indicators .active {
  background-color: #041e42;
}
abbr {
  /* color:#f00; */
}

/* ---------------------------------------------------
    Footer
----------------------------------------------------- */
.footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 125px;

    background-color: var(--color-blue);
  }
  
  .footer-wrapper {
    background-color: var(--color-blue);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

  .footer ul {
    list-style-type: none;
    padding: 0;

  }
  .footer ul li {
    margin: 5px;
    float:left;
  }
  .footer ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
  }

.u-list {
  list-style: none;
}

.u-list li a {
  color: #fff;
  line-height: 1px;
  font-weight: 300;
  line-height: 1.625;
}
.u-list li a:hover {
  text-decoration: none;
  color: rgb(149, 212, 238);
}

.foot-header {
  /* font-family: "superior-title", serif; */
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}

.footer-copy {
  color: #808080;
  display: flex;
  flex-direction: row;
}

.footer-copy-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.center-txt {
  text-align: center;
}

.footer-neh-img {
  width: 4rem;
}

.footer-neh-img img{
  width: 100%;
}

.grey-bg {
  background-color: #2B2B2B;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.footer-logo img {
  width: 100%;
  height: auto;
 
}

.foot-social-media-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 30px;
}

.foot-social-media-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-social-media-item img {
  vertical-align: text-top; 
  width:1em;
  margin-right: 5px;
}

.foot-social-media-item a {
  color:white; 
  font-weight: 600;
  font-size: 0.7rem;
}

.footer-official-text {
  /* padding-right: 30px !important; */
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer-official-text img {
  width: 55px;
}

@media (max-width: 768px) { 
  .foot-social-media-wrapper {
      margin: 0 10px;
  }

  .center-content {
      justify-content: center;
      display: flex;
  }

  .foot-image {
      width: 150px;
  }

  .footer-official-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .footer-copy {
      padding-left: 0px;
      padding-right: 0px;
  }

  .copyright-text {
      text-align: center;
  }
}


table.contact th {
    background-color: #214065;
    color: #fff;
}
table.contact td {

    color: #666;
}
.btn-secondary {
    font-weight: bold;
    background-color: #214065;
}
.btn-secondary:hover {
    background-color: #08274C;
}
.parallax {
    /* The image used */
    background-image: url("images/parallax.jpg");
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);

    /* Create the parallax scrolling effect */

    background-position: "center 0px"; 
    background-repeat: no-repeat;

}
.parallax div {
    display: table-cell;vertical-align: middle;  background-color: rgba(0, 0, 0, 0.4);
}
/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */
.mainbar {
    background-color: rgb(241, 241, 241);
    background-color: white;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
nav .navMain {
    height: 50px;
    height: 75px;
    background-color: #001489;
    background-color: white;
    /* -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.4); */
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4); */
}

nav .navSub {
}

.navbar-first {
  z-index: 1030;
  padding: 0px;
  height: 46px;
  font-size: 12px;
  background-color: var(--color-lightgrey);
  color: var(--color-darkgrey);
}

.navbar-first a {
  color: var(--color-darkgrey);
}

.navbar-first a:hover {
  color: rgba(0, 0, 0, 1);
}

.logotype {
  bottom: 1.4rem;
  left: 0;
  width: 5em;
}

@media (min-width: 992px) {
  .logotype {
      bottom: 1.8em;
      left: -0.7rem;
      width: 5em;
  }
}

.logotype img {
  width: 175px;
  height: auto;
  z-index: 9999;
}

@media (max-width: 600px) {
  .logotype img {
      /* width: 40px !important; */
  }
}

.navbar-second {
  /* height: 80px; */
  background-color: var(--color-blue);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.navbar-second .nav-link {
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--color-blue);
}

.navbar-second .nav-link:hover {
  color: var(--main-text-color-hover);
}

.navbar-second #navbarSearch1 .btn, .navbar-second #navbarSearch2 .btn  {
  border-radius: 0;
}

.navbar-second input[type="search"], .slideout-left__content .search-input {
  color: #000;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #fff !important;
  color: var(--color-blue);
  border-right: 0px solid #fff !important;
  height: 34px;
}

.navbar-second input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.navbar-second input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.navbar-second input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-block: 5px; */
  padding-top: 5px;
}

.navbar-items {
  display: flex;
  gap: 30px;
}
.navbar-item {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  color: var(--color-blue);
  border-bottom: 4px solid transparent;
}
.navbar-item:hover {
  text-decoration: none;
  color: var(--color-blue);
  border-bottom: 4px solid var(--color-blue);
}
.navbar-item.active {
  border-bottom: 4px solid var(--color-blue);
}
/* ---------------------------------------------------
    Mini Cart
----------------------------------------------------- */
.btn-cart{
    color:var(--color-blue);
}
.btn-cart:hover{
    color:var(--color-blue);
}

.cart-menu, .search-menu {
  position: relative;
}

.miniSearch-wrapper {
  display: flex;
}

#miniCart, #miniSearch {
  transition: all 0.4s;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    right:-30px;
    top: 40px;
    min-height: 100px;
    width: 400px;
    background-color: rgba(255, 255, 255);
    border: 0px;
    border-radius:3px !important;
    padding: 10px 10px 40px 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
}

#miniSearch {
  /* visibility: visible;
  opacity: 1; */
  background-color: var(--color-blue);
  min-height: auto;
  padding-bottom: 15px;
  right: -30px;
}


#miniCart p {
  text-align: center;
}

#miniCart.show {
  visibility: visible;
  opacity: 1;
}

#miniCart #goToCart {
  border:0px;
  border-radius: 0px 0px 5px 5px;
  bottom: 0px;
  left:0px;
}

#miniCartTotal, #miniCartTotal2 {
  background-color: var(--color-blue);
  color: white;
  border-radius: 50%;
  padding: 5px 10px 2px 10px;
  margin-right: -10px;
}

#miniCartTotal.notEmpty {
  background-color: #BA0A14;
}

#miniCart #cartTable {
  max-height:60vh;
  overflow-y: scroll;
}
#miniCart #cartTable a {
  color:#000;
}


#miniCart p {
  text-align: center;
}

#miniCart.show, #miniSearch.show {
  visibility: visible;
  opacity: 1;
}

#miniCart #goToCart {
  border: 0px;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0px;
  left: 0px;
}


/* ---------------------------------------------------
    TYPOGRAPHY STYLE
----------------------------------------------------- */
.overlay {
    overflow: hidden;
}
.overlay img{
    transition: all 0.8s;
}
.overlay-text {
    transition: all 0.4s;
    padding: 10px;
    display: block;
    background-color: rgba(50, 50, 50, 0.5);
    color:#fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.overlay:hover .overlay-text {
    color: #fff;
    background-color:rgba(33, 64, 101, 0.9);
}
.overlay:hover img {
    transform: scale(1.1);
}
/* ---------------------------------------------------
    Social Icons
----------------------------------------------------- */
#socialIcons a{
    color:#fff;
}
#socialIcons i {
        transition: all 0.2s;
}
#socialIcons a:hover {

 text-decoration: none;   
}
#socialIcons a:hover i {
    transform: scale(1.8);
}

/* ---------------------------------------------------
    Spinner
----------------------------------------------------- */
.spinner {
  display: inline-block;
}
.spinner:after {
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.4s ease-in-out infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header-overlay-image {
  display: none;
}

.article-content-box {
  /* min-height: 560px; */
  background-color:#e9e9e9;
  background-color: rgb(241, 241, 241); 
  background-color: white; 
}

.main-text {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.xlead, .lead {
  width: 100%;
  max-width: 950px;
}


.start-hero {
  width: 100%;
  height: 40vh;
  background-image: linear-gradient(rgba(12,3,51,0.5), rgba(12,3,51,0.5));
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit:cover;
  object-position: center;
  background-repeat: no-repeat;
}

.start-hero-image-desktop {
  display: none;
}
.start-hero-image-mobile {
  display: block;
}

.start-hero-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  height: 100%;
  justify-content: flex-end;
}

.start-hero-content-box {
  padding: 15px;
}

.start-hero-content-text {
  margin-top: 10px;
  font-size: 0.9rem;
  /* letter-spacing: 0.1rem; */
  font-weight: 400;
}

.product-container {
  padding: 30px 0;
  color: #4A4A4A;
}

.product {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media(min-width: 992px) {
  .product {
    flex-direction: row;
  }
}

.product-info-container, .product-image-container {
  flex: 1;
  background-color: #ffffff;
  padding: 3rem;
}

.product-info-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 2px;
}

.product-info-container--title {
  text-align: left;
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.product-info-container--description {}
.product-info-container--quantity {
  margin-top: 1.5rem;
}
.product-info-container--button {}


.shopping-cart-bar {
  padding-right: 40px;
}

.headline-hero {
  text-align: center;
}

.headline-hero-header {
  /* font-family: "superior-title", serif; */
  font-weight: 800;
  font-size: 2rem;
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 0;
}

.headline-hero-subheader {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

@media(min-width: 792px) {
  .footer ul li {
    margin: 20px;
  }
  .header-overlay-image {
    display: inline;
  }

  .carousel-caption {
    text-align: left;
  }

  .carousel-item {
    min-height: 300px;
    max-height: 500px;
    height:40vw;
  }

  .headline-hero-header {
    font-size: 4rem;
    /* text-align: left; */
  }

  .headline-hero-subheader {
    font-size: 18px;
  }

  .article-content-box {
    /* min-height: 400px; */
  }

  .start-hero-content-box {
    padding: 30px;
  }

  .start-hero {
      height: 50vh;
      align-items: center;
  }   

  .start-hero-image-desktop {
      display: block;
  }

  .start-hero-image-mobile {
      display: none;
  }

  .start-hero-content {
      /* max-width: 80%; */
      justify-content: flex-end;
  }

  .product-container {
    padding: 5rem 0px;
    padding: 40px 0px;
  }

  .xlead, .lead {
    /* max-width: 70vw; */
  }

  .shopping-cart-bar {
    padding-right: 0px;
  }

  .headline-hero {
    text-align: left;
  }
}

@media(min-width: 991px) {
  .xlead, .lead {
    /* max-width: 55vw; */
  }

  .headline-hero-header {
    font-size: 5rem;
  }
}
@media(min-width: 1400px) {
  .xlead, .lead {
    /* max-width: 55vw; */
  }

  .headline-hero-header {
    font-size: 5rem;
  }
}

.soldout {
  color: #dc3545;
  font-size: 1.4rem;
  margin-top: 10px;
}

.start-page-box {
  display: block; 
  padding-block: 5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(74, 74, 74);
  padding-inline: 30px;
}


.start-page-ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
ul.start-page-ul li {
  margin-bottom: 0.5rem;
}

.light-blue-box {
  background-color: rgb(240, 249, 252);
}

.start-page-box a {
  color: var(--color-blue);
}
.start-page-box a:visited {
  color: var(--color-blue);
}


@media (min-width: 767px) {
  .start-page-box {
    padding-inline: 0;
    font-size: 1.125rem;
  }
}

@media (min-width: 75em) {
  .start-hero {
    min-height: 360px;
  }
}

.article-price {
  margin-top: 70px !important; 
  text-align: left; 
  font-weight: 600;
  /* color: var(--color-blue); */
}

.product-price {
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 10px;
}

.start-page-imagetext-wrapper {
  display: flex; 
  flex-direction: column-reverse;
  gap: 60px;
}

.start-page-poster-image {
  display: flex;
  justify-content: center;
}

@media (min-width: 767px) {
  .start-page-imagetext-wrapper {
    flex-direction: row;
    gap: 90px;
  }

  .start-page-poster-image {
    display: block;
  }
}

@media (max-width: 767px) {
  .checkout-products-column {
    margin-top: 40px;
  }
}

.price-details {
  padding-inline-start: 2rem;
  font-size: 18px;
  background-color: rgb(241, 241, 241);
  padding-block: 20px;
  border-radius: 4px;
}


.contact-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-address {
  padding: 0 30px;
}

.contact-form {
  flex: 1;
  background-color: white;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 2px;
}

@media(min-width:  992px) {
  .contact-container {
    flex-direction: row;
  }
  .contact-address {
    padding: 0;
  }
}

.checkout-wrapper {
  padding: 0px;
}

.checkout-wrapper-title {
  padding-inline: 30px;
}

.checkout-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.checkout-address, .checkout-summery {
  background-color: #ffffff;
  padding: 3rem;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 2px;
}
.checkout-address {
  
}
.checkout-summery {
  
}

@media(min-width:  992px) {
  .checkout-wrapper {
    padding: 15px 0 60px 0;
  }
  .checkout-wrapper-title {
    padding-inline: 0;
  }
  .checkout-container {
    flex-direction: row;
  }
  .checkout-address, .checkout-summery {
    padding: 1.5rem;
  }
}

.cart-table-article {
  display: flex;
  gap: 30px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #DFE2E6; */
}

.cart-table-article-image img {
  width: 100%;
  max-width: 90px;
}
.cart-table-article-information {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-table-article-title {
  /* font-family: "superior-title", serif; */
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  /* text-transform: uppercase; */
}

.cart-table-article-title a {
  color: var(--color-darkgrey);
}

.cart-table-article-variation {
  font-size: 0.8rem;
}
.cart-table-article-extrainfo {
  font-size: 0.7rem;
}
.cart-table-article-quantity {
  max-width: 100px;
  font-size: 0.8rem;
}
.cart-table-article-delete .btn { padding: 0 !important }

@media (min-width: 600px) {
  .cart-table-article-title {
      font-size: 1.1rem;
  }
  .cart-table-article-variation {
      font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  #termsModal .modal-dialog {
      max-width: 700px;
  }
}

#payButton {
  font-weight: 300;
}

.dakrgrey-text {
  color: var(--color-darkgrey);
}

.terms-wrapper {
  position:relative; 
  margin-block: 40px; 
  padding: 0;
  padding: 0 30px;
}

@media(min-width: 600px) {
  .terms-wrapper {
    padding: 0;
  }
}

.bold-text {
  /* font-family: "superior-title", serif; */
  font-weight: 700;
}

.carousel-control-next {
  right: -50px;
}
.carousel-control-prev {
  margin-left: -50px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }

 .form-control::placeholder {
  color: #bbb;
}

#cc-main .cm__title {
  display: flex;
  align-items: center;
}

#extraPrint.list-group {
  flex-direction: row;
}

.list-group-item {
  border: none;
  border-radius: .25rem;
}

.list-group-item.active {
  background-color: #3e92b3;
  border-color: #DFDFDF;
  border: none;
}

.form-control, .custom-select {
  font-weight: 300;
}