/* GENERAL */

@font-face {
  font-family: 'Montserrat';
/*  src: 
    url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Montserrat-Regular.woff') format('woff'),
    url('../font/Montserrat-Regular.ttf')  format('truetype'),
    url('../font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Lora', sans-serif !important;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}

.card-img-top {
  /* width: 100%; */
  /*height: 15vw;*/
  /*object-fit: contain;*/
  object-fit: fill;
}

body {
    font-family: 'Lora', sans-serif !important;
    margin-top: 94px;
    font-size: 16px;
    background-color: white !important;
    min-width: 100% !important;
    /*margin-bottom: 200px;*/
}

.modal-header{
  background-color: #414042 !important;
}

html, body {
    width:100%;
    /*overflow: hidden;*/
}

a {
  text-decoration: none !important;
}

/* GLOBAL */

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h1 {
    font-size: 3em;
}

h1,h2 {

}

h3 {
    margin: 20px 0;
}

h4 {
    font-size: 18px;
}

button, .btn, a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.btn-success {
    background: #78b033;
    border: none;
}

/*.btn-success:hover {
    background: #ba9b3d;
    border-color: #6a0b3d;
}*/

.nav-link {
    color: #2983C1 !important;
}

footer {
    background: #D7282F;
    color: #d8d8d8;
    font-size: 16px;
    /*text-align: center;*/
    bottom: 0;
    width: 100%;
    /*position: absolute;*/
    padding-bottom: 2rem;
}

footer p {
    margin: 0;
}

footer a:link, footer a:visited {
    color: white;
}

footer a:hover {
    color: #dd5638;
}

footer li.signup-link a {
    color: #dd5638;
}

footer li.signup-link a:hover {
    font-weight: bold;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white !important;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav li.active a {
    background: none;
}

.navbar-brand img {
    position: relative;
    max-width: 300px;
    margin-top: -20px;
    background-size: contain;
}

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}*/

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2983C1 !important;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.menu-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.navbar-dark .navbar-toggler {
    margin-bottom: 10px;
}

.btn {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border: none;
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background-image: none;
    
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-warning {
  background-color: #f36709 !important;
  border-color: #f36709 !important;
  color: white !important;
}

.btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.showVAT {
    /*margin-top: 3rem;*/
}

/* LAYOUT */
.no-style {
    color: inherit;
    text-decoration: inherit;
}

.no-style:focus, .no-style:hover {
    color: inherit;
    text-decoration: inherit;
}

.layout {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

.layout-margin {
    margin-bottom: 30px;
    margin-top: 10px;
}

.layout-padding {
    padding: 50px 70px 70px 71px;
}

.login {
    border-radius: 2px;
    margin: 10px auto 30px 30px !important;
    padding: 50px 70px 70px 71px;
}

.offer-box {
    border-radius: 2px;
    padding: 50px 70px 70px 71px;
}

section {
    padding: 16px 0;
}

.section-header {
    text-align: center;
}

section h2 {
    margin: 20px 0 40px;
}

section h3 {
    margin: 30px 0 10px;
}

.footer-list {
    display: inline-block !important;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-img img {
    height: 16px;
}

.mr-2 {
    margin-right: 2rem !important;
}

#lpro {
    margin-top: 1rem;
}

.search-area {
    color: white !important;
    /*font-family: sans-serif;*/
    font-size: 20px;
    font-weight: bold;
}

.white-text {
    color: #ffffff !important;
}

.color-black {
    /*font-family: sans-serif;*/
    font-size: 14px;
    color: #2a2a2a;
}

.color-black-bold {
    /*font-family: sans-serif;*/
    font-size: 16px;
    font-weight: bold; 
    color: #2a2a2a;
}

.price {
    /*font-family: sans-serif;*/
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
}

.shoppingCart-text {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
}

.add-to-cart {
/*    width: 102px;
    height: 40px;*/
/*    background-color: #f36709;
    border-color: #f36709;*/
}

.fa-cart-plus:before{
  /*background-color: #2C68AE;
  height: 36px;*/
}

.activeMenu {
    background: #2c68ae !important;
    color: white !important;
}

.activeMenu a {
    color: white !important;
}

.product-name {
    word-break: break-all;
}

/* CHECKBOX */
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nav-tabs .nav-link {
    /*border: 0px solid transparent; */
}

.nav-tabs {
    /*border-bottom: 2px;
    height: 6rem;*/
}

.nav-tabs.active {
   /* border-bottom: 2px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    height: 6rem;*/
}

.commercial-link {
  border-radius: 2px;
/*  margin: 10px auto 30px;*/
  padding: 50px 70px 70px 71px;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* MEDIA QUERYES */
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        background: white;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-nav .nav-link:hover {
        margin-right: -15px;
        margin-left: -15px;
    }
    .nav-link:hover {
        padding: 10px 15px;
    }
    .dropdown-menu .divider {
        background-color: #080808;
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-collapse, .navbar-form {
        border-color: #101010;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .showVAT {
        margin-top: 2rem;
        /*margin-left: 5rem !important;*/
    }

    #nav-other-tab {
        margin-right: 1rem;
    }
}

@media (min-width: 768px) {
    .nav-tabs {
        /*height: 0rem !important;*/
    }

    .km-nav {
        margin-bottom: 5.6rem !important;
    }
}

@media (min-width: 992px) {
    .km-nav {
        margin-bottom: 5.6rem !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .showVAT {
        margin-top: 2rem;
        /*margin-left: 12rem;*/
    }

    .totals .totals-item label {
        width: 42% !important;
    }

    .table-overflow {
        overflow-x:auto;
    }

    .table-overflow td, .table-overflow th {
        /*white-space: nowrap;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .product-name {
        word-break: normal;
    }

    .table-overflow {
        overflow-x:auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .product-name {
        word-break: normal;
    }
}

.hide {
    display: none !important;
}

/* TOTALS */

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  padding-top: 1rem;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
  padding-right: 2rem;
}
 
.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}
 
.checkout:hover {
  background-color: #494;
}
 
.total-text {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
}

.total-price-text {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2a2a2a;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
 
  .column-labels {
    display: none;
  }
 
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
 
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
 
  .product-price {
    clear: both;
    width: 70px;
  }
 
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 0px;
  }
 
  .product-removal {
    width: auto;
  }
 
  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

p.price {
  font-size: 24px;
  color: black;
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 600;
  padding-left: 0px !important;
}

.area-nav {
  height: 50px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs.active .nav-link.active {
  background: white !important;
  color: #414042 !important;
  border-bottom-color: #414042 !important;
}

.nav-tabs{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #F1F2F2 !important;
}

/*.nav-link:hover{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #414042 !important;
}*/

/*.nav-link.active{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #414042 !important;
}*/

/*.nav-tabs.active{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #414042 !important;
}*/

.documents {
    list-style-type: none;
    padding-left: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #D7282F !important;
  color: white !important;
}

.nav-pills .area-select {
  background: white !important;
  color: #D7282F !important;
}

.seprator {
  background: #2983C1 !important;
  height: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-color: #2983C1 !important
}

.fa-facebook-square {
  color: #D7282F;
  background: white;
}

.fa-youtube {
  color: #D7282F;
  background: white;
}

.fa-instagram {
  color: #D7282F;
  background: white;
}

.icons a {
  height: 46px;
}

/*.fa-stack { height:1.2em !important; }*/

/*
  LOADER
*/
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/**
 * Tooltip Styles
 */
/* Tooltip hidden by default */
.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
  display: none;
}

/* position relative for containers */
.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative;
  display: inline;
}

/* tooltip styles */
.simpletooltip, 
.minimalist-simpletooltip, 
.minimalist-left-simpletooltip {
  position: absolute;
  display: inline-block;
  z-index: 666;
  border-radius: .5em;
  background: rgba( 0, 0, 0, .9 );
  color: #eee;
  padding: .5em;
  text-align: left;
  line-height: 1.3;
  width: 18em;
  white-space: pre-wrap;
}

.simpletooltip, 
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: .5em;
}

.minimalist-left-simpletooltip {
  right: 100%;
  left: auto;
  margin-right: .5em;
}

/* used pseudo-element to make arrows */
.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
}

.simpletooltip::before,
.minimalist-simpletooltip::before {
  top: .5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba( 0, 0, 0, .9 );
}

.minimalist-left-simpletooltip::before {
  top: .5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba( 0, 0, 0, .9 )
}


/* for responsive design */
@media (max-width: 44.375em) {

  .simpletooltip, 
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip  {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: .7em;
    margin-left: -9.2em;
  }
  
  .simpletooltip::before, 
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before  {
    top: -10px;
  right: auto;
  left: 50%;
  margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba( 0, 0, 0, .9 );
  }
  
}

/*-------------------------------*/
/*      Stock statukses          */
/*-------------------------------*/

.stock-status {
    height: 20px;
    width: 20px;
    background-color: #111;
    border-radius: 50%;
    margin: 25px auto;
    transition: background 500ms;
}

.in-stock {
  background: #87ae39;
}

.warning-stock {
  border: yellow solid;
  background: yellow;
}

.outof-stock {
  border: red solid;
  background: red;
}

.order-product {
  background: #414042;
  border: #414042 solid;
}

/*-------------------------------*/
/*      /Stock statukses         */
/*-------------------------------*/

/*-------------------------------*/
/*           search bar         */
/*-------------------------------*/
.search_container{
position: relative;
}
.search_btn{
position: absolute;
height: 60px;
width: 60px;
/*background: #34495e;*/
right: -60px;
top:0;
bottom: 0;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.search_open::after{
content: "\f002";
font-family: "Font Awesome 5 Free";
font-size: 25px;
font-weight: 700;
color: white;
}
.search_close::after{
content: "\f00d";
font-family: "Font Awesome 5 Free";
font-size: 25px;
font-weight: 700;
color: white;
}
.search{
background: #576574;
height: 60px;
width: 0;
display: flex;
align-items: center;
transition: all 0.6s;


}
.search_active{
width: 400px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 80px;
}
.search input{
width: 100%;
height: 100%;
background: transparent;
border:0;
color: white;
caret:white;
}
.search input::placeholder{
color: #ecf0f1;
}
.search input:focus{
border:0;
outline: 0;
box-shadow: 0;
}
.search .go_btn{
position: absolute;
right:  -60px;
height: 30px;
width: 60px;
line-height: 30px;
text-align: center;
font-size: 18px;
font-weight: 600;
color: white;
background: #e74c3c;
transition: all 0.5s;
cursor: pointer;

}
.search_active_go_btn{
right: 10px !important;
}

/*-------------------------------*/
/*          / search bar         */
/*-------------------------------*/

.breadcrumb-item {
  color: #999;
}

.breadcrumb-item.current {
  color: #414042;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

.languange-select{
  padding-top: 10px !important;
  /*padding-right: 50px !important;*/
  color: #414042;
}

.dropdown-menu {
    left: auto;
    right: auto;
    bottom: auto;
    color: #414042;
}

/* RESPONSIVE TABLE */
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
   text-align: center;
}

@media screen and (max-width: 992px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }

   .td-responsive {
        text-align: center;
   }

/*   td {
      text-align: center;
   }
*/
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}