/* 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: 'Montserrat', sans-serif;
}

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

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

a {
    text-decoration: none;
}

/* 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;
}

footer {
    background: #101010;
    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: #F5F4F4 !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: #333;
    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;*/
    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;
}

.activeMenu {
    background: #3E4249 !important;
    color: white !important;
}

.activeMenu a {
    color: white !important;
}

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

/* 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: 0px;
    height: 6rem;
}

.settings-toggle.collapsed > i.fas.fa-chevron-down {
    display: inline-block;
}
.settings-toggle.collapsed i.fas.fa-chevron-up,
.settings-toggle > i.fas.fa-chevron-down { 
    display: none;
}

/* MEDIA QUERYES */
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent; 
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); 
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1); 
        margin-right: -15px;
        margin-left: -15px;
    }
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .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: 0rem;
        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: 0rem;
        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%;
  }
}

/**
 * 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 );
  }
  
}

/* TABLE GRID */

td.col-1, th.col-1 {
  width: 8.33333%; }

td.col-2, th.col-2 {
  width: 16.66667%; }

td.col-3, th.col-3 {
  width: 25%; }

td.col-4, th.col-4 {
  width: 33.33333%; }

td.col-5, th.col-5 {
  width: 41.66667%; }

td.col-6, th.col-6 {
  width: 50%; }

td.col-7, th.col-7 {
  width: 58.33333%; }

td.col-8, th.col-8 {
  width: 66.66667%; }

td.col-9, th.col-9 {
  width: 75%; }

td.col-10, th.col-10 {
  width: 83.33333%; }

td.col-11, th.col-11 {
  width: 91.66667%; }

td.col-12, th.col-12 {
  width: 100%; }

td.col-sm-1, th.col-sm-1 {
  width: 8.33333%; }

td.col-sm-2, th.col-sm-2 {
  width: 16.66667%; }

td.col-sm-3, th.col-sm-3 {
  width: 25%; }

td.col-sm-4, th.col-sm-4 {
  width: 33.33333%; }

td.col-sm-5, th.col-sm-5 {
  width: 41.66667%; }

td.col-sm-6, th.col-sm-6 {
  width: 50%; }

td.col-sm-7, th.col-sm-7 {
  width: 58.33333%; }

td.col-sm-8, th.col-sm-8 {
  width: 66.66667%; }

td.col-sm-9, th.col-sm-9 {
  width: 75%; }

td.col-sm-10, th.col-sm-10 {
  width: 83.33333%; }

td.col-sm-11, th.col-sm-11 {
  width: 91.66667%; }

td.col-sm-12, th.col-sm-12 {
  width: 100%; }

td.col-md-1, th.col-md-1 {
  width: 8.33333%; }

td.col-md-2, th.col-md-2 {
  width: 16.66667%; }

td.col-md-3, th.col-md-3 {
  width: 25%; }

td.col-md-4, th.col-md-4 {
  width: 33.33333%; }

td.col-md-5, th.col-md-5 {
  width: 41.66667%; }

td.col-md-6, th.col-md-6 {
  width: 50%; }

td.col-md-7, th.col-md-7 {
  width: 58.33333%; }

td.col-md-8, th.col-md-8 {
  width: 66.66667%; }

td.col-md-9, th.col-md-9 {
  width: 75%; }

td.col-md-10, th.col-md-10 {
  width: 83.33333%; }

td.col-md-11, th.col-md-11 {
  width: 91.66667%; }

td.col-md-12, th.col-md-12 {
  width: 100%; }

td.col-lg-1, th.col-lg-1 {
  width: 8.33333%; }

td.col-lg-2, th.col-lg-2 {
  width: 16.66667%; }

td.col-lg-3, th.col-lg-3 {
  width: 25%; }

td.col-lg-4, th.col-lg-4 {
  width: 33.33333%; }

td.col-lg-5, th.col-lg-5 {
  width: 41.66667%; }

td.col-lg-6, th.col-lg-6 {
  width: 50%; }

td.col-lg-7, th.col-lg-7 {
  width: 58.33333%; }

td.col-lg-8, th.col-lg-8 {
  width: 66.66667%; }

td.col-lg-9, th.col-lg-9 {
  width: 75%; }

td.col-lg-10, th.col-lg-10 {
  width: 83.33333%; }

td.col-lg-11, th.col-lg-11 {
  width: 91.66667%; }

td.col-lg-12, th.col-lg-12 {
  width: 100%; }

td.col-xl-1, th.col-xl-1 {
  width: 8.33333%; }

td.col-xl-2, th.col-xl-2 {
  width: 16.66667%; }

td.col-xl-3, th.col-xl-3 {
  width: 25%; }

td.col-xl-4, th.col-xl-4 {
  width: 33.33333%; }

td.col-xl-5, th.col-xl-5 {
  width: 41.66667%; }

td.col-xl-6, th.col-xl-6 {
  width: 50%; }

td.col-xl-7, th.col-xl-7 {
  width: 58.33333%; }

td.col-xl-8, th.col-xl-8 {
  width: 66.66667%; }

td.col-xl-9, th.col-xl-9 {
  width: 75%; }

td.col-xl-10, th.col-xl-10 {
  width: 83.33333%; }

td.col-xl-11, th.col-xl-11 {
  width: 91.66667%; }

td.col-xl-12, th.col-xl-12 {
  width: 100%; }