body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-display: swap;
  }
  
  h1,h2,h3,h4,h5,h6,
  .oswald,
  .regular
  {
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    font-display: swap;
    font-stretch: condensed;
  } 
  
  .regular {
    font-weight: 400;
  }
  
  .text-orange {
    color: #FF6600
  }
  .text-black {
    color: #000
  }
  
  .bg-orange {
    background-color: #FF6600
  }
  
  .bg-silver {
    background-color: #DDD
  }
  
  .navbar-brand {
    font-size: 1.2em;
    float:left;
  }
  
  .fw-bold {
    font-weight: bold
  }
  
  .mw-input {
    max-width: 4rem
  }
  
  .banner-header {
    font-size: calc(100% + 1vw)
  }
  
  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.90;
    z-index: 10;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 55px;
    right: 30px;
    font-size: 40px;
    z-index: 11;
  }
  
  .text-max-height {
    height: 25em;
    overflow: hidden;
  }
  
  .card-badge {
    top: 0.5rem;
    right: 0.5rem;
    position: absolute;
  }
  
  .badge {
    font-weight: normal;
  }
  
  .card-body .h2 {
    font-size: 1rem;
    color: #212529;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
  }
  
  .card-shadow:hover,
  .card-shadow:focus {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .rotated-10 {
    transform: rotate(10deg);
  }
  
  .active .rotated-10 {
    animation: show 3s;
  }
  
  @keyframes show {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(10deg);
    }
  }
  
  .active .moveright {
    animation: moveRight 5s;
    position: relative;
  }
  
  @keyframes moveRight {
    0% {
      left: -50vw;
    }
  
    100% {
      left: 0;
    }
  }
  
  .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
  }
  
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
  }
  
  .video-container {
    position: relative;
    padding-bottom: 57.25%;
    height: 0;
    overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .dropdown-menu li {
    position: relative;
  }
  
  .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -5px;
  }
  
  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }
  
  .dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
  }
  
  .dropdown-viewed {    
    min-width: 500px; 
  }
  
  .input-group-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
  }
  
  .card-img-top { 
    max-width: 100%;
    min-height: 190px;
    margin: auto;
    width: auto;
    display: block;
    overflow: hidden;
  }
  
  .img-cart {
    max-height: 140px;  
    margin: auto;
    width: auto;  
    overflow: hidden;
  }
  
  .list-group-item a {
    color:#6c757d;
  }
  
  .list-group-item a:hover {
    color:#000;  
    text-decoration:none;
  }
  
  .lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .form-check-label {
    font-weight: bold;  
  }
  
  /* Backwards compatibility content pages */
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .centerpic {
    text-align:center;
  }
  
  a.content {
    color:#FF6600; 
  }
  
  img.img-responsive {
    width: 100%; 
    height: auto; 
    display: block;    
  }
/* ID's */   
 
  #carouselHomepage .carousel-inner {
    min-height:500px;  
  }
  
  #carouselHomepage .carousel-indicators {
    position: absolute;
    bottom: -50px;
  } 

  #carouselHomepage .carousel-inner .carousel-item {
    display: flex;
    background-size: cover;
    background-position: center center;
  }
  
  #imageSlider .carousel-inner .carousel-item {
    transition: transform 0s ease-in-out, opacity 0s ease-in-out;
  }

  #imageThumbnails .carousel-inner .carousel-item img {
   max-height: 55px;
  }
  
  #imageSlider .carousel-control-prev,
  #imageSlider .carousel-control-next {
    background-color: transparent !important;
    border: 0;
    filter: invert(100%);
  }
  
  #carouselThumbnails {
    height: 130px;
    width: 100%;
  }
  
  #searchMenu {
    position: absolute;
    width: 150%;
    left: -25%;
  }
  
  #searchMenu li, .dropdown-viewed li {
    height: 60px;
    position: relative;
  }
  
  #searchMenu li a, .dropdown-viewed a {
    display: block;
    min-width: 60px;
    margin-right: 4px;
  }
  
  #searchMenu:after,
  #searchMenu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  #searchMenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
  }
  
  #searchMenu:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #CCC;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
  }
  
  #mainImage {
    object-fit:fit;
    display:block;    
    max-width:100%;
    max-height:100%;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
  }
  
  #productsAddedList {
    list-style-type: none;
    padding: 0;
  }
  
  
  
  @keyframes flashColor {
    0% {
      color: initial;
    }
    50% {
      color: red; /* Change this to your desired color */
    }
    100% {
      color: initial;
    }
  }
  
  .flash-color {
    animation: flashColor 0.5s ease-in-out;
  }
  
  /* Screen size adjustments */
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }   
    
  }
  
  @media (max-width: 1200px) {
    #carouselHomepage .carousel-inner {
      min-height:300px;  
    }       
  }  
  
  @media (max-width: 992px) {
    .banner-header {
      font-size: 1.1rem;
    }
  
    .overlay .closebtn {
      top: 170px;
    }
  
    .dropdown-menu .dropdown-submenu {
      position: relative;
      left: 0;
      top: 0;
      display: block;
    }
  
    .dropdown-menu .dropdown-submenu .dropdown-item {
      padding-left: 20%;
    } 
    
    .dropdown-viewed, #searchMenu {    
      min-width:0;
      width: 100%!important;
    }
    
    .navbar-brand {   
      float:none;      
    }
    
    .full-width-sm {
      width:100%;  
    }
  
    #searchMenu {
      left: 0;
    }  
      
  }
 
  