/* typekit */
@import url("https://use.typekit.net/xrm6dts.css");
/* slabtext */
@import url(slabtext.css);
/* bootstrap */
@import url(bootstrap.css);
/* css variables */
/* SCSS Variables */
html {
  --blue: #02528a !important;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c32214 !important;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #74787d !important;
  --gray-dark: #343539 !important;
  --gray-light: #ebebeb !important;
  --primary: #02528a !important;
  --secondary: #74787d !important;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107 !important;
  --danger: #c32214 !important;
  --light: #f8f9fa;
  --dark: #343539 !important;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: proxima-nova, sans-serif !important;
  --font-family-monospace:courier-prime, monospace !important;
  --font-family-serif: garamond-premier-pro-display, serif !important;
}

*:focus {
  outline: none;
}

html, body {
  font-family: var(--font-family-sans-serif) !important;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

/* Navigation */
.navbar-brand img {
  width: 162px;
}

.secondary-nav {
  z-index: 9999999;
  padding: 0px 0px;
  overflow-y: hidden;
}

.secondary-nav ul.secondary-left {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-left li {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}

.secondary-nav ul.secondary-left li.our-family {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 9px 0px 3px 0px !important;
  cursor: default;
}

.secondary-nav ul.secondary-left li.our-family::after {
  content: '';
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-left li.brands {
  padding: 7px 15px;
}

.secondary-nav ul.secondary-right {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-right li {
  float: right;
}

.secondary-nav ul.secondary-right li.cart {
  padding: 7px 0px 7px 15px;
}

.secondary-nav ul.secondary-right li.account {
  padding: 7px 15px 7px 25px;
}

.secondary-nav ul.secondary-right li.live-chat {
  padding: 7px 15px;
  background: var(--primary);
}

.secondary-nav ul.secondary-right li.live-chat:hover {
  background: var(--secondary);
}

.secondary-nav ul.secondary-right li.live-chat::after {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-right li.live-chat::before {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: -55px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242527+0,242527+96,6d7176+98&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242527', endColorstr='#6d7176',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-right li.social {
  padding: 7px 15px;
}

/* main nav */
.primary-nav {
  background: none !important;
  z-index: 100;
}

.primary-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff !important;
}

.primary-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* color nav */
.color-nav {
  background: none !important;
  z-index: 100;
}

.color-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.9em;
  color: var(--dark) !important;
}

.color-nav .nav-link:hover {
  color: var(--primary) !important;
}

/* Font Weights */
.text-thinnest {
  font-weight: 100;
}

.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

/* Font Sizing */
h2 {
  font-size: 1em;
  line-height: 1;
}

/* home header image */
#home-slider {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  box-shadow: inset 0px 0px 93px 0px rgba(0, 0, 0, 0.5);
}

#home-slider .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.9);
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  display: block;
}

.vertical .btn-outline-light {
  border-width: 3px;
}

.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  margin-left: -35px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.learn i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}

.learn:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}

.learn:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* home learn more */
#learn-more {
  width: 100vw;
  background: var(--secondary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}

#learn-more hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}

#learn-more p {
  width: 65%;
  margin: 0 auto;
}

.features img {
  margin: 0 auto;
  display: block;
}

.features p {
  width: 90% !important;
  margin: 0 auto;
}

/* home shop buttons */
.shop-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
}

/* home what is an evaporative cooler */
#what-cooler {
  width: 100vw;
  height: 50vw;
  max-height: 885px;
  position: relative;
  background-image: url("../img/blue-water-drops.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: solid 4vw white;
}

#what-cooler .what-cooler-box {
  margin: -4vw auto;
  height: 50vw;
  height: 50vw;
  overflow: visible;
}

#what-cooler .what-cooler-box .mcp-large {
  /*min-height:calc(50vw + 30px); */
  height: calc(50vw + 30px);
  max-height: calc(885px + 30px);
  margin-top: -30px;
  background-image: url("../img/mcp44-large-angle.png");
  background-size: 100%;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

#what-cooler .what-cooler-box .what-border {
  margin-top: calc(4vw + 3em);
}

#what-cooler .what-cooler-box .what-border #what-border {
  min-height: 100%;
  width: 50%;
  border-right: solid 3px white;
}

#what-cooler .what-cooler-box .what-text {
  margin-top: calc(4vw + 3em);
}

#what-cooler .what-cooler-box .what-text h3 span {
  line-height: 1em;
}

#what-cooler .what-cooler-box .what-text p {
  margin: 2em 0;
  width: 100%;
  line-height: 2em;
}

/* evaporative cooling and news */
.vs {
  background-color: var(--gray-light);
  min-height: 500px;
}

.vs .eva-text {
  margin-top: 4em;
}

.vs .eva-text p {
  width: 100% !important;
}

.vs .eva-text .btn-outline-primary {
  border-width: 3px;
  position: absolute;
  bottom: 1.5em;
}

.vs .eva-text .btn-outline-primary:hover {
  color: var(--gray-light);
}

.vs .ampersand {
  overflow: hidden;
  text-align: center;
  font-style: normal;
}

.vs .ampersand:before, .vs .ampersand:after {
  background-color: var(--primary);
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.vs .ampersand:before {
  right: 0.5em;
  margin-left: -50px;
}

.vs .ampersand:after {
  left: 0.5em;
  margin-right: -50px;
}

.vs .vs-border {
  margin-top: 0;
}

.vs .vs-border #vs-border {
  min-height: calc(100% - 1.5em);
  width: 50%;
  border-right: solid 3px var(--primary);
}

.vs .recent-news {
  margin-top: 4em;
}

.vs .recent-news h4 {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: solid 3px var(--primary);
  margin-bottom: 1em;
}

.vs .news-items {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
  display: block;
  overflow: auto;
}

.vs .news-items .news-img-box {
  width: 25%;
  margin-right: 0.5em;
  height: 100%;
  float: left;
}

.vs .news-items .news-img-box .news-img {
  padding: 50% 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: block;
  background: var(--dark);
  border-radius: 50%;
}

.vs .news-items .news-text {
  margin-left: 0.5em;
  width: calc(75% - 1em);
  float: left;
}

.vs .news-items .news-text p {
  width: 100% !important;
  font-size: 0.8em;
}

/* footer */
footer p {
  width: 80% !important;
  margin: 0 0 !important;
  font-size: 0.8em;
}

footer .nav-link {
  padding: 0.5rem 2rem 0.5rem 0rem;
}

/* interior header image */
#int-hero {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  /*-webkit-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5); */
}

#int-hero .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  /*-webkit-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
    box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);*/
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  display: block;
}

.vertical .btn-outline-light {
  border-width: 3px;
}

.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn-right {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.learn-right i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}

.learn-right:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}

.learn-right:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* int learn more */
#int-learn {
  width: 100vw;
  background: var(--primary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}

#int-learn hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}

#int-learn p {
  width: 100%;
  margin: 0 auto;
}

.int-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}

.int-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* interior shop */
#shop-int {
  width: 100vw;
  display: block;
  min-height: 200px;
  position: relative;
  background: var(--gray-light);
}

#shop-int .shop-int-btn {
  min-height: 100%;
	position: relative;
display: inline-flex;
	flex-direction:column;
}

#shop-int .row.equal {
				display: flex;
				display: -webkit-flex;
				flex-wrap: wrap;
			}

#shoip-int .sib-right .btn-group{
	display: inline-flex;
vertical-align: bottom;
width: calc(100% + 30px);
margin-bottom: auto;
margin-left: -15px;
margin-right: -15px;
/* bottom: 0px !important; */
position: absolute;
}

.sib-left {
  min-height: calc(100% - 10px);
  width: 40%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 10px 0 0;
  position: relative;
  display: block;
  height:190px;
}

#shop-int .sib-left{
	min-height: calc(50% - 10px);
width: 100%;
background-size: 100% auto;
background-position: top center;
background-repeat: no-repeat;
/* float: left; */
box-sizing: border-box;
padding: 50% 0;
position: relative;
display: block;
	min-width:100%;
}

.sib-right {
  min-height: calc(100% - 30px);
  width: calc(60% - 20px);
  margin: 30px 10px 0 0;
  float: left;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: block;
}

.sib-right h5{
	font-size:0.9rem;
}

.sib-right p{
	font-size: 0.8rem;
	font-weight:300;
}

#shop-int .sib-right{
	min-height: calc(100% - 30px);
width: 100%;
margin: 30px 10px 0 0;
/* float: left; */
box-sizing: border-box;
padding: 0;
position: relative;
display: block;
	min-width:100%;
	flex-grow: 1 !important;
}

#shop-int .sib-btn {
  border: 3px solid var(--primary) !important;
}

/* search */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  /*  -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    */
  opacity: 0;
  z-index: 999999999;
}

#search.open {
  /*    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); */
  opacity: 1;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 60%;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border-bottom: solid 3px var(--secondary);
  left: 0;
  right: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  opacity: 1;
  padding: 11px 17px;
  font-size: 27px;
  color: white;
  border-radius: 50%;
}

/*modal dialog */
.modal {
  z-index: 9999999;
}

.modal-lg {
  max-width: 100%;
  min-height: 100vh;
  margin: 0 0;
}

.modal-content {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0;
}

.modal-content .card-header {
  background-color: var(--primary);
  color: white;
}

.modal-content .list-group-flush .list-group-item h6 {
  margin-bottom: 0px;
}

.modal-content .list-group-flush .list-group-item:nth-child(even) {
  background-color: whitesmoke;
}


#product-main{
  min-height:62vh;
}


.table thead td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: var(--gray-light);
  color: var(--primary);
  text-align: center;
}

.table tbody th {
  position: sticky;
  left: 0;
  background: var(--secondary);
  z-index: 1;
  color: white;
  font-weight:400;
}

.table td{
  text-align:center;
}

.table{
width: 100%;
margin-bottom: 1rem;
vertical-align: top;
}

.table-responsive{
  width:100%;
}
table{
  width:100%;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table tr td table{
  background:transparent !important;
}
.table tr td table tr td{
  background:transparent !important;
}

.table tr td table tr td table tr td{
  background:transparent !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,0);
}

  .table td{
    border-bottom:none;
    padding:0 !important;
  }

  .table{
    margin-bottom:0.5rem !important;
    margin-top:0.5rem !important;
    font-size:0.65rem;
  }

.table tbody tr td{
  border-right: 1px solid white;
}
  .table tr td table tr td{
    border-right:none;
  }
