body {
  /*margin: 0;*/
  font-family: Montserrat, sans-serif;
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  /*color: #212529;*/
  /*font-size: 15pt;*/
  text-align: center;
  /*background-color: #fff;*/
}

.masthead {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
}

.title_bgn {
  background-color: rgba(0,0,0,0.58);
}

.pump_title {
  color: rgb(255,255,255);
  font-weight: normal;
  font-size: 19px;
  font-family: Montserrat, sans-serif;
}

.timers {
  margin-bottom: 10px !important;
}

@media (min-width: 576px) {
  .timers {
    margin-right: 20px !important;
  }
}

.card {
  /*opacity: 0.8;*/
  background: transparent;
  /*border-color: rgb(34,48,62);*/
}

.panel_header {
  background: rgb(66,91,55);
}

.section_heading {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-weight: normal;
  background-color: rgba(0,0,0,0.74);
  /*font-size: 50px;*/
  border-radius: .75rem;
  padding: 10px;
}

.data_header {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: rgb(255,255,255);
  /*padding: 2.5px;*/
}

.card-header {
  color: #ffff;
  background: rgba(28,50,10,0.75);
  filter: contrast(135%);
  padding: 0px;
}

.card-body {
  /*background-color: transparent;*/
  /*color: white;*/
  font-size: 20px;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
}

.title_bgnd {
  background-color: rgba(0,0,0,0.83);
  /*box-shadow: 0px 0px 16px 8px rgb(20,32,41);*/
}

.bgnd {
  background-color: rgb(47,64,39);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)!important;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.timer {
  color: rgba(6,64,15,0.69);
  width: 110px!important;
  padding: 0px;
  /*margin: 0px;*/
}

/* The slider */

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

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

input:checked + .slider {
  background-color: #1E7319;
}

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

/* Rounded sliders */

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

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

.header_bgnd {
}

.card-headers h1 {
  color: red;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(25,48,19)!important;
  /*border-color: #4e555b;*/
  /*background: rgb(25,48,19);*/
}

.btn-secondary active {
  background: rgb(25,48,19);
}

.btn btn secondary {
  background: rgb(61,65,59);
}

.container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.hours {
  width: 90px;
  padding: 1px;
  height: 28px;
  color: rgba(0,0,0,0.9);
}

.min {
  width: 65px;
  height: 28px;
  color: rgb(0,0,0);
}

#custom_cycle .form-group {
  display: inline-flex;
  /*padding: 5px;*/
}

@media (min-width: 992px) {
  #custom_cycle .form-group {
    display: inline-flex;
    padding: 5px;
  }
}

#dynamic_cardbody div {
  padding: 2.5px;
}

@media (min-width: 576px) {
  .section_heading.current_data {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section_heading.current_data {
    font-size: 45px;
  }
}

#dash_row div {
  padding: 5px;
}

.btn-secondary {
  color: #fff;
  background-color: rgb(25,48,19)!important;
  border-color: #6c757d;
}

.dropdown-toggle {
  background-color: rgb(25,48,19);
}

#sensor_row .col-auto.text-left {
  padding: 10px;
}

#sensor_row #hit span {
}

.sensor_shadow {
  box-shadow: 4px 4px 13px rgb(214,193,165);
}

#timers * {
  margin: 5px;
}

.section {
  /*padding-top: 30px;*/
  /*height: -webkit-fill-available;*/
  /*padding-bottom: 2rem;*/
}

.red_shadow {
  box-shadow: 2px 2px 9px;
}

.blue_shadow {
  box-shadow: 0px 0px 20px 7px rgb(0,104,255);
}

.full_shadow {
  box-shadow: 6px 0px 20px 12px;
}

/* PRODUCT IMAGES */

.product_images * {
  box-sizing: border-box;
  object-fit: contain;
}

/* Position the image container (needed to position the left and right arrows) */

@media (min-width: 992px) {
  .product_images {
    /*position: relative;*/
    /*height: 45%;*/
    overflow: hidden;
    max-height: 30rem!important;
  }
}

.product_images {
  position: relative;
  /*height: 45%;*/
  overflow: hidden;
  max-height: 40rem;
}

/* Hide the images by default */

.mySlides {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 10;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: #22303e;
  font-weight: bold;
  font-size: 1.5rem;
  opacity: .85;
  /*font-size: 20px;*/
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.product_thumbnail:after {
  content: "";
  display: table;
  clear: both;
  height: 30%;
}

/* Six columns side by side */

.product_thumbnail_img {
  float: left;
  width: 16.66%;
  height: 16.66%;
}

/* Add a transparency effect for thumnbail images */

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

cart_order_info {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .cart_order_info {
    padding-left: 1rem!important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-card {
  background-color: rgba(10,20,25,0.92);
  border-radius: .5rem;
}

.item_card {
  color: white;
}

.quantity_select {
  max-width: 60px;
}

@media (min-width: 300px) {
  .masthead-header {
    margin-top: 3.5rem!important;
  }
}

@media (min-width: 587px) {
  .masthead-header {
    padding-top: 0rem !important;
  }
}

