body {
  max-width: 992px;
  /* max-width: 1140px; */
  /* max-width: 1440px; */
  /* max-width: 1920px; */
  /* padding-top: 0.5rem; */
  padding-bottom: 0.5em;
  padding-left: 3px;
  padding-right: 3px;
  margin: auto;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

body .btn-primary {
  color: white !important;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.search-form {
  padding-top: 2px;
  padding-bottom: 2px;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.motto p {
  color: red;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
  padding-right: 1rem;
}

.main-menu {
  text-align: center;
}

.main-menu .btn {
  line-height: 1rem;
  height: 34px;
}

.main-menu a {
  background: black;
  /* color: #f7ad36; */
  /* color: #f3ae37; */
  color: #ffae37;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  border-width: 2px;
  border-color: white;
  border-radius: 0px;
}

.main-menu a:hover {
  background: black;
  color: white;
}

.main-menu a:first-child,
.main-menu a:first-child:hover {
  border-left-width: 0px;
}

.main-menu a:last-child {
  border-right-width: 0px;
}

.main-menu a:last-child:hover {
  color: white;
  border-right-width: 0px;
}

.page-wrapper {
  align-items: stretch;
  padding-left: 0px;
  padding-right: 0px;
}

/* Sidebar */

.nowrap_truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar {
  width: 40%;
  max-width: 400px;
  padding-left: 0px;
  padding-right: 1rem;
}

@media only screen and (min-width: 992px) {
  .sidebar {
    width: 400px;
  }
}

.sidebar .sidebar-lights {
  margin-bottom: 0.8em;
}

.sidebar .sidebar-accessories {
  margin-bottom: 0.8em;
}

.sidebar .sidebar-make {
  font-size: 0.9em;
  font-weight: 700;
  color: black;
}

.sidebar .sidebar-model {
  font-size: 0.9em;
  font-weight: 700;
  color: red;
}

.sidebar .sidebar-lumens {
  font-size: 0.9em;
  font-weight: 500;
  color: black;
}

.sidebar .sidebar-distance {
  font-size: 0.9em;
  font-weight: 500;
  color: black;
}

.sidebar .l-button {
  /* background: rgb(255, 150, 20); */
  /* background: #f3ae37; */
  background: #ffae37;
  /* background: #FFB500; */
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 34px;
  display: block;
  border-radius: 0px;
}

.sidebar .l-icon {
  vertical-align: 4px;
  display: inline-block;
}

.sidebar .l-icon img {
  height: 24px;
}

.sidebar .l-text {
  font-size: 1.1rem;
  font-weight: 900;
  font-family: Verdana, sans-serif;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff,
    0px 0px 15px #fff, 0px 0px 15px #fff;
  color: red;
  padding-left: 5px;
  line-height: 34px;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 576px) {
  .sidebar .l-text {
    font-size: 0.7rem;
    font-weight: 900;
  }
}

.black-button {
  background: black;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 34px;
  display: block;
  border-radius: 0px;
}

.w-text {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: Verdana, sans-serif;
  /* font-style: italic; */
  text-align: center;
  text-transform: uppercase;
  /* text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, */
  /* 0px 0px 15px white, 0px 0px 15px white; */
  color: white;
  padding-left: 5px;
  line-height: 34px;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
}

/* Products Menu */

.products-menu .l-icon {
  vertical-align: 4px;
  display: inline-block;
}

.products-menu .l-icon img {
  height: 32px;
}

.products-menu .l-text {
  font-size: 1.4rem;
  font-weight: 900;
  font-family: Verdana, sans-serif;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff,
    0px 0px 15px #fff, 0px 0px 15px #fff;
  color: red;
  padding-left: 5px;
  line-height: 46px;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
}

.products-menu .l-button {
  /* background: rgb(243, 183, 37); */
  /* background: #FFB500; */
  background: #ffae37;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 46px;
  display: block;
  border-radius: 0px;
}

.products-menu .sidebar-make {
  font-size: 1.2em;
  font-weight: 700;
  color: black;
}

.products-menu .sidebar-model {
  font-size: 1.2em;
  font-weight: 700;
  color: red;
}

.products-menu .sidebar-lumens {
  font-size: 1.2em;
  font-weight: 500;
  color: black;
}

.products-menu .sidebar-distance {
  font-size: 1.2em;
  font-weight: 500;
  color: black;
}

/* main */

.main {
  padding-left: 0px;
  padding-right: 0px;
}

/* Carousel */

#carousel-product-image .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  width: 100%;
}

#carousel-product-image .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
  border: 0;
}

#carousel-product-image .carousel-indicators li img {
  display: block;
  /* opacity: 0.5; */
}

#carousel-product-image .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-product-image .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* Carousel end */

.input-group-text {
  font-weight: 600;
  opacity: .65;
}

.product-max-values {
  font-size: 1.25rem;
  font-weight: 700;
}

.product-information-banner {
  font-weight: 600;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
}

.product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.7;
  font-size: 1.5rem;
  font-weight: 400;
}

.product-price-currency {
  font-size: 1rem;
  padding-top: 1px;
  padding-right: 0.2rem;
}

.product-price-cents {
  font-size: 1rem;
  align-self: flex-start;
}

.product-price .fa-shopping-cart {
  font-size: 1.0em;
  color: #2aaffc;
}

@media only screen and (max-width: 576px) {
  .product-price .fa-shopping-cart {
    font-size: 0.7em;
    color: #2aaffc;
  }
}

.product-sku {
  font-size: 0.8rem;
  font-weight: 400;
}

.counter button {
  min-width: 3em;
}

/* Specs Table */

.table-container {
  width: 100%;
  overflow-y: auto;
}

.flashlight-data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8em;
}

.flashlight-data .row-1 td {
  background: lightgray;
  text-align: center;
  border: 1px solid #6c757d;
  padding: 3px;
}

.flashlight-data .row-2 td {
  background: #231f20;
  color: white;
  text-align: center;
  vertical-align: bottom;
  font-size: 0.6em;
  border: 1px solid #6c757d;
  padding: 3px;
}

.flashlight-data .row-x td {
  background: #dcdada;
  color: black;
  text-align: center;
  opacity: .65;
  vertical-align: middle;
  font-weight: 600;
  border: 1px solid #6c757d;
  padding: .25em .75em;
}

.flashlight-data .row-x .column-1 {
  background: darkgray;
}

@media only screen and (max-width: 768px) {
  .section-head {
    margin-top: 0;
  }
}

.section-head .btn {
  line-height: 0.8rem;
}

.section-head .btn:hover {
  background: black;
  color: #f7ad36;
}

.section-title {
  color: red;
}

.section-subtitle {
  color: red;
  font-size: 1.3em;
  font-weight: 600;
}

.section-head div {
  background: black;
  color: white;
  font-size: 1em;
  text-align: left;
  border-width: 2px;
  border-color: black;
  border-radius: 0px;
}

.sections p {
  font-size: 1rem;
  font-weight: 500;
}

.section-accessories {
  font-size: 0.8rem;
}

/* product page : flashlight description text */
.product-top p {
  font-size: 1.1rem;
}

.product-package-image {
  border: 1px solid white;
  background-color: black;
}

.footer-line {
  min-height: 3rem;
}

.footer-line-small {
  min-height: 2rem;
}

.footer-line-small a {
  font-size: 0.8rem;
  opacity: 0.5;
}

#contactForm .form-group {
  margin-top: 1em;
}

#creditCardPaymentForm .form-group {
  margin-top: 1em;
}

/* Shopping cart */

.cart-items-head-price {
  padding-right: 2.5em;
}

.cart-items-head-qty {
  padding-right: 2.5em;
}

.cart-items-head-total {
  padding-right: 2.5em;
}

.cart-item-counter-container {
  text-align: right;
}

.cart-counter-button {
  min-width: 1.9em;
}

.cart-item-price-before-coupon {
  text-align: right;
  color: darkgray;
  text-decoration: red line-through;
}

.cart-item-coupon {
  font-size: 0.8em;
  color: gray;
}

.apply_coupon_container {
  display: inline-block;
  white-space: nowrap;
}

.proceed_to_checkout_container {
  display: inline-block;
}

.cart-item .btn-sm {
  line-height: 1;
}

.cart-item .cart-item-remove-button {
  font-size: 0.8em;
  color: gray;
}

.cart-total-value {
  font-weight: normal;
}

.for-printer-only {
  display: none;
}

@media print {
  #main-order {
    font-size: 0.8rem;
  }

  .for-printer-only {
    display: block;
  }

  .for-display-only {
    display: none;
  }

  #btnPrint {
    display: none;
  }
}