@font-face {
  font-family: 'Gudea-Regular';
  src: url('/public/fonts/Gudea-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('/public/fonts/Gudea-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Inometa';
  src: url('/public/fonts/icons/Inometav2.woff') format('woff'),
  url('/public/fonts/icons/Inometav2.ttf') format('truetype');
}


html {
  position: relative;
  min-height: 100%;
}

body {
  font:    14px/1.5 Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #464545;
  /* margin-top: 70px; */
  /*margin-bottom for footer TODO responsive */
  margin-bottom: 81px;
  height: 100%;
  background-color: white;
}

.btn {
  border: none;
  padding-top: 8px;
  border-radius: 0;
}

span.button-content:after {
  padding-left: 2em;
  font-family: "Glyphicons Halflings", serif;
  content: "\e258";
  position: absolute;
}

.btn-default {
  text-decoration: none;
  color: rgb(46, 52, 54);
  background-color: rgb(229, 229, 229);
  border: 1px solid #ccc
}

.btn-default:hover {
  background-color: rgb(229, 229, 229);
}

.row {
  margin-bottom: 20px;
}

a {
  color: #C6C6C6;
}

hr {
  border-top: 3px solid #C6C6C6;
}

h1, h2, h3 {
  color: #464545;
  font-weight: normal;
}

h1 {
  font-size: 4em;
}

h2 {
  text-transform: uppercase;
  font-size: 3em;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

#cart-title {
  font-size: 48px;
}

.form-control {
  border-radius: 0;
  background-color: white;
  color: #464545;
  border: 1px solid #464545;
}

.table .combobox-input {
  border: none;
  border-top: 1px solid#464545;
  border-bottom: 1px solid#464545;
  border-left: 1px solid#464545;
}


.input-group-btn:last-child > .btn {
  background: white;
  border: none;
  border-top: 1px solid#464545;
  border-bottom: 1px solid#464545;
  border-right: 1px solid#464545;
  min-height: 34px;
}

input[type='text'] {
  background: transparent;
}

input[type='password'] {
  background: transparent;
}


.d-form {
  text-align: right;
  border: 0;
  max-width: 10ch;
  background-color: #F0F0F0;
  padding-right: 10px;
}

.d-label input[type='text'] {
  background: #F0F0F0;
}

#header {
  color: white;
}

#header a{
  color: white;
}


.styled-select select {
  background: transparent;
  height: 34px;
  -webkit-appearance: none;
}

.styled-select {
  height: 34px;
  overflow: hidden;
  background: url(/public/img/angle_down_small.png) no-repeat right 10px top 10px white;
}


.nav > li > a {
  color: #464545;
  text-transform: uppercase;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 50px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
  opacity: 0.7;
}


.navbar {
  background-color: rgba(255,255, 255, 0.95);
  padding: 20px;
  font-size: 120%;
}

.navbar-right {
  margin-right: 70px;
}

.nav .lang-select > a {
  display: inline;
  padding: 15px 0;
}

.nav .lang-select > a.active {
  font-weight: bold;
}

.nav .lang-select {
  padding: 2px 40px;
}


.nav .lang-select span {
  font-size: 26px;
  line-height: 34px;
}

.navbar-btn {
  background: none;
  border: none;
}

.burger-text {
  position: relative;
  top: -6px;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}

.burger-text:hover {
  position: relative;
  top: -6px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .image-menu .btn {
    float: right;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-left: 0;
  }

  .modal-dialog {
    width: 760px;
  }

}

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.image-menu a:hover img {
  opacity: .75;
}

/** custom icons */

.ino-icon {
  font-family: Inometa, sans-serif;
  text-decoration: none;
  font-style: normal;
  line-height: 0.9em;
}

.ino-icon:after {
  display: block;
  float:left;
  padding-top: 0.2em;
}

.ino-letter:after {
  content: "a";
}

.ino-register:after {
  content: "b";
}

.ino-cart:after {
  content: "c";
}


.ino-home:after {
  content: "d";
  font-size: 1.1em;
}

.ino-log-out:after {
  content: "e";
}

.ino-log-in:after {
  content: "f";
}

.ino-phone:after {
  content: "g";
}


.no-margin {
  margin: 0
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px
}

.margin-top-40 {
  margin-top: 40px
}

.margin-bottom-30 {
  margin-bottom: 30px
}


.margin-bottom-40 {
  margin-bottom: 40px
}

.margin-bottom-50 {
  margin-bottom: 50px
}

.margin-bottom-60 {
  margin-bottom: 60px
}

.margin-right-100 {
  margin-right: 100px;
}



.m-40 {
  margin: 40px;
}

.padding-left-50 {
  padding-left: 50px;
}


.thumbnail-slider-container{
  margin-top: 5px;
}

.thumbnail-slider .owl-item.active.center{
  border: 2px solid  #005482;
}

.thumbnail-slider img:hover {
  opacity: .75;
}

.form-group.required label:after {
  color: #464545;
  content: "*";
  position: absolute;
  margin-left: 4px;
}


span.error {
  color: #E30613;
  margin-left: 10px;
}

.no-padding {
  padding: 0;
}

.padding-top-2 {
  padding-top: 2px;
}

.page-footer {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
  color: #E30613;
  font-size: 14px;
  padding-top: 20px;
}

.page-footer a {
  color: #E30613;
  text-transform: uppercase;
}

.page-footer-divider {
  font-size: 1.3em;
}
.page-footer .row {
  margin-bottom: 10px;
}

ul.left-align {
  list-style: circle;
  padding-left: 15px;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

.row.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.flex-align-bottom {
  align-self: flex-end;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}



@media (min-width: 1200px ) {
  .margin-lg-top-200 {
    margin-top: 200px;
  }

  .margin-lg-bottom-200 {
    margin-bottom: 200px;
  }

  .margin-lg-top-50 {
    margin-top: 50px;
  }

  .menu-margin {
    margin-right: -5px;
    margin-top: 26px;
  }

  .modal-dialog {
    width: 1100px;
  }
}

/* cookie bar stuff */

@media (min-width: 768px ) {
  .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .margin-md-top-50 {
    margin-top: 50px;
  }

  .margin-md-top-100 {
    margin-top: 100px;
  }
}



.cookie-link {
  color: #005482;;
}

.cookie-message {
  z-index: 2000;
  min-height: 38px;
  width: 100%;
  color: black;
  background-color:rgba(225,225,225,.90); ;
}
#cookie-bar-button {
  background-color: #005482;
}

.dynexa-burger {
  font-size: 30px;
}

.jarallax .title-dark {
  color: #464545;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax h1 {
  font-size: 48px;
  text-transform: uppercase;
}

.jarallax h2 {
  font-size: 32px;
}

.flex {
  display: flex;
}

.d-link {
  color: #E30613;
  border: 2px solid #E30613;
  padding: 8px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
}

.d-link:hover {
  color: white;
  background-color: #E30613;
  text-decoration: none;
  cursor: pointer;
}

.d-link:focus {
  color: #E30613;
  background: transparent;
  text-decoration: none;
}

.d-link:after {
  padding-left: 2em;
  font-family: "Glyphicons Halflings", serif;
  content: "\e258";
  font-size: 0.8em;
}

.cart-table thead {
  text-transform: uppercase;
}


.table-hover > tbody > tr:hover {
    background-color: white;
}



@media screen and (min-width: 400px) {
  .masonry {
    height: 1600px;
  }
}
@media screen and (min-width: 600px) {
  .masonry {
    height: 1300px;
  }
}
@media screen and (min-width: 800px) {
  .masonry {
    height: 1100px;
  }
}
@media screen and (min-width: 1100px) {
  .masonry {
    height: 800px;
  }
}

.item {
  box-sizing: border-box;
  padding: 10px;
}

.dynexa-slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 8px; /* Specified height */
  background: #E30613;
  outline: none; /* Remove outline */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.dynexa-slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  border-radius: 10px;
  background: #E30613;
  cursor: pointer;
  z-index: 200;
}

.dynexa-slider::-moz-range-thumb {
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  background: #E30613;
  border: none;
  cursor: pointer; /* Cursor on hover */
  z-index: 300;
  opacity: 1;
}


.d-jumbotron {
  background-color: #E30613;
  color: white;
  text-transform: uppercase;
  padding: 50px;
  font-size: 2em;
}

.d-jumbotron p {
  font-size: 32px;
}
.d-jumbotron a {
  border: 2px solid white;
  font-size: medium;
  padding: 8px;
  color: white;
}

.d-jumbotron a:after {
  padding-left: 2em;
  font-family: "Glyphicons Halflings", serif;
  content: "\e258";
  font-size: 0.8em;
}
.d-jumbotron a:hover {
  color: #E30613;
  background-color: white;
  text-decoration: none;
  cursor: pointer;
}

.d-jumbotron a:focus {
  text-decoration: none;
}

.logo-button img {
  max-height: 30px;
  filter: brightness(100);
}

.logo-button {
  padding: 20px;
  background-color: lightgray;
  width: 220px;
  display: inline-block;
  text-align: center;
}

.logo-button.active{
  background-color: #E30613;
}

.logo-button.active:hover{
  background-color: #E30613;
}

.logo-button:hover{
  background-color: #E30613;
}

/* info boxes */
.modal2 {
   text-align: center;
}

@media screen and (min-width: 768px) {
  .modal2:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal2 .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #464545;
}

.modal-header > button.close {
  color: #E30613;
  opacity: 1;
  font-size: 60px;
  margin-top: -20px;
  margin-bottom: -20px;
}


/* modal menu */
#menuModal {
  font-size: 50px;
  color: white;
  text-align: right;
  top: 0;
}

#menuModal .modal-dialog {
  margin: 0;
  width: 100%;
}

#menuModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#menuModal a {
  color: white;
  text-transform: uppercase;
}

#menuModal .row {
  line-height: 1;
}

#menuModal .modal-footer {
  line-height: 1;
  border: 0;
  font-size: medium;
}

#menuModal button.close {
  padding: 0;
  background: transparent;
  color: white;
  opacity: 1;
  margin-top: 0;
  margin-right: 18px;
  text-transform: uppercase;
  position: absolute;
  right: 70px;
  top: 5px;
}

.hamburger {
  color: #464545;
  font-size: 120%;
}



#menuModal .hamburger-inner {
  background-color: white;
}

#menuModal .hamburger.is-active .hamburger-inner:before {
  background-color: white;
}
#menuModal .hamburger.is-active .hamburger-inner:after {
  background-color: white;
}

.modal.in .hamburger-inner, .modal.in .hamburger-inner::before, .modal.in .hamburger-inner::after {
  background: #FFFFFF;
}


.modal-backdrop.in {
  background-color: #E30613;
  opacity: 0.95;
}


.btn-default {
  color: #E30613;
  border: 2px solid #E30613;
  padding: 8px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  outline: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  outline: none;
  color: white;
  background-color: #E30613;
  border-color: #E30613;
}

.btn-default:hover {
  color: white;
  background-color: #E30613;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #E30613;
  outline: none;
}

.btn-default:focus {
  background-color: #E30613;
  color: white;
  border: 2px solid #E30613;
  outline: none;
}

.btn-default:active {
  background-color: #E30613;
  color: white;
  border: 2px solid #E30613;
  outline: none;
}

.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:focus{
  background-color: white;
  border: 1px solid #464545;
  border-left: none;
  color: #464545;
  outline: none;
}

.btn.dropdown-toggle:hover {
  background-color: white;
  color: #464545;
}

.btn.dropdown-toggle:active {
  background-color: white;
  color: #E30613;
}




.panel-body {
  background-color: transparent;
  box-shadow: none;
}

.no-border {
  border: none !important;
}

.panel {
  background-color: transparent;
  box-shadow: none;
}

.panel-default {
  border: none;
  background-color: transparent;
}

.panel-default > .panel-heading{
  background-color: transparent;
  border: none;
  color: #E30613;
}

.panel-title {
  border: none;
  background-color: transparent;
  color: #E30613;
}

.modal.in .hamburger-inner, .modal.in .hamburger-inner::before, .modal.in .hamburger-inner::after {
  background: #FFFFFF;
}

.form-control:focus {
  border-color: #E30613;
  color: #464545;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(200,200,200,.6);
}

.recommendation-label > p {
  font-weight: 1;
  padding-left: 20px;
  margin: 0;
}

.dropdown-toggle {
  line-height: 14px;
}

.glyphicon-menu-hamburger {
  top: 3px;
}

.glyphicon > a:focus, a:hover {
  color: #E30613;
}

.container-fluid.no-padding > .row {
  margin-left:0;
  margin-right:0;
}

:focus {
    outline: none;
}

.progress-container {
  width: 100%;
  background-color: #E30613;
  color: white;
  padding-top: 18px;
  font-size: 22px;
  position: fixed;
  top: 105px;
  opacity: 1;
  z-index: 1000;
  text-transform: uppercase;
}

.progress{
  border: 0;
  border-radius: 0;
  height: 8px;
  background-color: #F0F0F0B0;
  margin-bottom: 15px;
}

.progress-container .row {
  margin-bottom: 10px;
}

.progress-bar {
  border: 0;
  background-color: white;
}

.barCnt {
  position: relative;
  height: 10px;
  padding: 5px 0px;
  margin-bottom: 10px;
}

.barCnt .preBar {
  position: absolute;
  background-color:  #E30613;
  height: 5px;
  line-height: 5px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  z-index: 200;
}

input[type=range].colorized {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  cursor: ew-resize;
  z-index: 200;
  border-radius: 0;
  left: 0;
}

input[type=range].colorized::-webkit-slider-runnable-track {
  height: 5px;
  background: #F0F0F0;
  border: none;
  border-radius: 0;
}

input[type=range].colorized::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #E30613;
  margin-top: -6px;
  z-index: 300;
  opacity: 1;
}

hr {
  border-top: solid 2px #F0F0F0;
}

input[type=range].colorized:focus {
  outline: none;
}

input[type=range].colorized:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range].colorized::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #F0F0F0;
  border: none;
  border-radius: 0;
}

input[type=range].colorized::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #E30613;
  z-index: 300;
}

input[type=range].colorized::-moz-focus-outer {
  border: 0;
}


/* Radio buttons */
.dynexa-check {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check .dynexa-check {
  margin-left: 40px;
}

/* Hide the browser's default radio button */
.dynexa-check input {
  opacity: 0;
  cursor: pointer;
  margin-left: -30px
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  margin-left: -30px
}

/* When the radio button is checked, add a blue background */
.dynexa-check:checked ~ .checkmark {
  background-color: #F0F0F0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.dynexa-check .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
}

.popover{
  border-radius: 0;
  border: 1px solid #E30613;
  color: #E30613;
}
.popover.right > .arrow {
  border-right-color: #E30613;
}

.glyphicon-info-sign {
  top: 3px;
  font-size: 22px;
  color: #464545;
}

.glyphicon-info-sign:hover {
  color: #E30613;
}


.gray-background {
  background-color: #FBFBFB;
}

.gray-text {
  color: #F0F0F0B0;
}


label {
  font-size: larger;
  font-weight: unset;
}

/* Animation thingy */
.line{
  position: inherit;
  top: 10px;
  left: 0;
  width: 5px;
  height: 100px;
  background: transparent;
  z-index: 99999;
  overflow: hidden;
}

.dot{
  position: absolute;
  height: 60px;
  width: 5px;
  background-image: linear-gradient(rgba(255, 0,0,0), #E30613, rgba(255, 0,0,0));
  animation: dotleft 3s cubic-bezier(.72,.03,.75,.54) infinite;
}

@keyframes dotleft {
  0% {
    top: -100px;
  }
  100% {
    top: 100%;
  }
}

.d-panel h4 {
  font-size: 20px;
  font-weight: bold;
}

.d-panel p {
  margin: 0;
}

.check-right {
  left: 300px;
}

a.d-chevron {
  font-family: 'Glyphicons Halflings';
  color: #E30613;
  display: inline;
  position: relative;
  top: 2px;
  font-size: 20px;
}
a.d-chevron:hover {
  color: lightgray;
  text-decoration: none;
}

a.d-chevron:focus {
  color: lightgray;
  text-decoration: none;
}

.d-chevron:before {
  content: "\e080";
}
.d-chevron.collapsed:before {
  content: "\e114";
}


input[type="radio"].addon_checkbox {
  margin-bottom: 15px;
  margin-right: 15px;
}



.checkbox label {
  font-size: 16px;
}

#deliveryDate {
  padding-left: 15px; !important
}

.flex-wrap {
  flex-wrap: wrap;
}

.loading-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: table;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px; position: relative; text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.05);
  border-right: 1.1em solid rgba(0, 0, 0, 0.05);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.05);
  border-left: 1.1em solid #E30613;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }


.modal2.in ~ .modal-backdrop.in {
  background-color: lightgray;
  opacity: 0.2;
}


button[value="order"] {
  display: none;
}

