:root {
  --main-dark-color: #616369;
}

.timeline .timeline-item .timeline-icon {
  background-color:  var(--main-dark-color) !important;
}

input:([type="date"]){
  padding: 19px 5px !important;
}

.nav-link.active:hover, .dropdown-item.active:hover{
  /* color: #FFFFFF !important; */
  /* opacity: 0.9; */
}
.nav-link.active, .dropdown-item.active{
  /* color: #FFFFFF !important; */
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle)
{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}

.dotDown > td
{
	border-bottom: dotted 1px #bdbbbb !important;
}
.dotDownTd
{
	border-bottom: dotted 1px #bdbbbb !important;
}

.table-border-around
{
	border: dotted 1px #bdbbbb !important;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.basketNames
{
	font-size: 1.4rem !important;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child):not(.dropdown-toggle)
{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.table-no-border, .table-no-border tr, .table-no-border tr td, .table-no-border tr th{
border: none !important;
}
.fa-stack 
{ 
	font-size: 0.8em; 
}

.st2
{
	position: relative;
	bottom: 3px;
}
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.twitter-typeahead
{
	width: 100%;
}

.tb-small-cell
{
	min-width: 80px; 
	max-width: 90px; 
	width: 90px;
}

.btn-sm-pd
{
  padding: 12px 8px !important;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  
  .chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  .center {
    text-align:center;
  }
  
.tt-typeahead { width: 100%; } 

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  min-width: 200px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
  color: var(--main-dark-color);
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: var(--main-dark-color);

}

.tt-suggestion p {
  margin: 0;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}
.form input {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  padding: 5px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.form .register-form {
  display: none;
}

.m-5
{
	margin: 15px;
}

.tab-content {
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

body { 
font-family: "Roboto", sans-serif;
}
html
{
font-family: "Roboto", sans-serif;
}


@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.basket_sm
{
	min-width: 60px;
	max-width: 200px;
}

.basket_qty
{
	min-width: 135px;
	max-width: 200px;
}

.basket_xsm
{
	min-width: 20px;
	max-width: 40px;
}
.basket_ch
{
	width: 40px;
}

.basket_qty
{
	border: none;
	text-align: center;
}

.no-border {
  border: none !important;
}

.table-colspan-header
{
  background-color: rgb(218, 218, 218);
  padding: 13px !important;
  border-top: double 3px black !important;
  border-bottom: solid 1px black !important;
}

.table-subtotal
{
  background-color: #eadbfd;
}

.table-input
{
  border: none !important; 
  border-radius:0 !important; 
  padding: 0px !important;
}

.td-sm
{
  max-width: 20px !important; 
}

.td-md
{
  max-width: 80px !important; 
}

.card-body p
{
  min-height: 50px !important;
}

.image>img {
    width:100%;
}

.sort-up
{
  float: right;
  top: -3px;
  position: relative;
  font-size: 0.8rem;
}
.sort-down
{
  float: right;
  top: 17px;
  left: 10px;
  position: relative;
  font-size: 0.8rem;
}

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
  background-color: var(--main-dark-color) !important;
}

.dark #header .header-inner a:hover, .dark #header #header-wrap a:hover, #header.dark .header-inner a:hover, #header.dark #header-wrap a:hover
.dark #header .header-inner span:hover, .dark #header #header-wrap span:hover, #header.dark .header-inner span:hover, #header.dark #header-wrap span:hover
{
  color: #FFFFFF !important;
  /* border-right: solid 4px var(--main-dark-color); */
  background-color: var(--main-dark-color) !important;
  transition: 0.2s ease;
}

.header-extras > ul > li a, .header-extras > ul > li i {
color: #ffffff !important;
}
.sticky-active > .header-inner > .container > .header-extras > ul > li a, .sticky-active > .header-inner > .container >  .header-extras > ul > li i {
color: var(--main-dark-color) !important;
}

#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span
{
font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #1f1f1f;
  font-weight: 400;
  /* letter-spacing: 3.5px; */
}

#header #mainMenu nav > ul > li.hover-active > a, #header #mainMenu nav > ul > li.hover-active > span, #header #mainMenu nav > ul > li.current > a, #header #mainMenu nav > ul > li.current > span, #header #mainMenu nav > ul > li:hover > a, #header #mainMenu nav > ul > li:hover > span, #header #mainMenu nav > ul > li:focus > a, #header #mainMenu nav > ul > li:focus > span {
color: #ffffff;
}

#header .header-sticky > #mainMenu nav > ul > li.hover-active > a, #header .header-sticky > #mainMenu nav > ul > li.hover-active > span, #header .header-sticky > #mainMenu nav > ul > li.current > a, #header .header-sticky > #mainMenu nav > ul > li.current > span, #header .header-sticky > #mainMenu nav > ul > li:hover > a, #header .header-sticky > #mainMenu nav > ul > li:hover > span, #header .header-sticky > #mainMenu nav > ul > li:focus > a, #header .header-sticky > #mainMenu nav > ul > li:focus > span {
color: #000;
}

.sticky-active > .header-inner > .container > #mainMenu nav > ul > li > a
{
  color: #000000 !important;
}

@media (max-width: 1024px) {
  #header #mainMenu nav > ul > li.hover-active > a, #header #mainMenu nav > ul > li.hover-active > span, #header #mainMenu nav > ul > li.current > a, #header #mainMenu nav > ul > li.current > span, #header #mainMenu nav > ul > li:hover > a, #header #mainMenu nav > ul > li:hover > span, #header #mainMenu nav > ul > li:focus > a, #header #mainMenu nav > ul > li:focus > span {
    color: var(--main-dark-color);
  }

  .tb-small-cell
  {
    min-width: 80px; 
    max-width: 90px; 
  }
  
  .inp-min
  {
    min-width: 15px !important; 
  }
}

.sticky-active > .header-inner > .container > #mainMenu nav > ul > li > a:hover
{
color: var(--main-dark-color) !important;
}

.card-body-basket
{
padding: 1rem 0rem !important;
}

.wizard[data-style="1"] > .steps ul {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 1rem;
}

.dt-bootstrap4
{
margin-bottom: 80px;
}

.btn-icon 
{
  padding: 0px !important;
  font-size: 20px !important;
}

.btn-arrow
{
  padding: 0px !important;
  font-size: 20px !important;
}

.table-input-wo-border
{
	border: none;
}