body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.2em;
  color: #292c2e;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 2px;
  /* max-width: 992px; */
  /* max-width: 1140px; */
  /* max-width: 1280px; */
  /* max-width: 1366px; */
  /* max-width: 1440px; */
  max-width: 1920px;
  margin: auto;
}

body h1 {
  font-size: 32px;
  font-weight: 800;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

body h2 {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

body h3 {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 8px;
}

body h4 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 8px;
}

body p {
  color: gray;
  /* font-size: 18px; */
  font-size: 1em;
  line-height: 1.5em;
}

body a .btn {
  color: #000000;
}

body .btn-primary {
  color: white !important;
  background-color: #337ab7;
  border-color: #2e6da4;
}

body .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #ccc;
}

/* body .color-black {
  color: black;
} */

.sections-products-menu .color-make,
.sections-categories-menu .color-make {
  color: #607d8d;
}

.sections-products-menu .color-model,
.sections-categories-menu .color-model {
  color: red;
}

/* body .color-yellow {
  color: #ffa12a;
} */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

/* @media screen and (max-width: 320px) {
  .d-320-none {
    display: none;
  }
} */

/* .row {
  margin-left: -15px!important;
  margin-right: -15px!important;
} */

.navbar {
  /* max-width: 1440px; */
  max-width: 1920px;
  /* padding-top: 0.2em; */
  /* padding-bottom: 0.2em; */
}

.navbar.fixed-top {
  border-bottom: 2px solid #f9f9f9;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  /* padding-top: 2px; */
  padding-top: 0px;
  padding-bottom: 0px;
  /* padding-left: 2px; */
  padding-left: 0px;
  /* padding-right: 4px; */
  padding-right: 0px;
}

.navbar.fixed-top a {
  color: #607d8d;
}

.navbar.fixed-top .dropdown-menu a {
  font-weight: 700;
  color: #607d8d;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar.fixed-top .dropdown-toggle::after {
  margin-left: 0px;
}

.navbar-nav {
  margin: 0 auto;
}

/* .nav .container {
  position: relative;
} */

.navbar-brand {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
}

@media screen and (max-width: 575px) {
  .navbar.brand {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.navbar-brand img {
  vertical-align: baseline;
}

.navbar .navbar-toggler-right {
  margin-top: 5px;
  margin-right: 10px;
}

.main-menu {
  margin-left: 10px;
}

.navbar-brand a {
  color: #777;
}

.main-menu li a.nav-link.menu {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: #607d8d;
  padding-top: 6px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 16px;
}

.main-menu-xs {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.main-menu-xs li {
  width: 100%;
  text-align: left;
  border-bottom: 4px solid #f9f9f9;
}

.main-menu-xs li a {
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  color: #607d8d;
  text-decoration: none;
}

.main-menu-xs .dropdown-menu>li>a {
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  text-decoration: none;
}

.main-menu-xs .open .dropdown-menu>li>a {
  font-size: 24px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  text-decoration: none;
}

.main-menu-xs .open .dropdown-menu .category>li>a {
  padding-left: 40px;
}

.main-menu-xs .open .dropdown-menu .product>li>a {
  padding-left: 60px;
}

.main-menu-xs .open li:last-child {
  margin-bottom: 10px;
  border-bottom: none;
}

.main-menu-xs .dropdown-submenu>.dropdown-menu {
  border: none;
  padding-top: 0px;
  padding-left: 10px;
}

.main-menu-xs .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 0.6em;
  margin-right: 0px;
}

.main-menu-xs .dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

x.main-menu-xs .dropdown-submenu.pull-left {
  float: none;
}

x.main-menu-xs .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.products-menu {
  color: #607d8d;
}

.products-menu .columns {
  columns: 4;
  column-width: 11.5em;
}

.products-menu .columns ul {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  list-style-type: none;
}

.products-menu li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  list-style-type: none;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #607d8d;
}

.products-menu li .type {
  padding-left: 5px;
  margin-bottom: 5px;
}

.products-menu ul.type {
  border-top: 2px solid #e7e7e7;
}

.products-menu li .type>a {
  font-size: 18px;
  padding-right: 0px;
  padding-left: 0px;
}

.products-menu li .series>a {
  font-size: 16px;
  padding-right: 0px;
  padding-left: 10px;
}

.products-menu li .series .product>a {
  font-size: 16px;
  padding-right: 0px;
  padding-left: 5px;
}

.categories-menu {
  margin-top: 5px;
  margin-bottom: 10px;
}

.categories-menu .navbar-nav {
  background-color: #607d8d;
  background-color: white;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.categories-menu .dropdown-menu a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #607d8d;
}

/* navbar toggle */

.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

.navbar.navbar-inverse {
  background-color: #607d8d;
  border: none;
  border-radius: 0px;
  min-height: 30px;
  margin-bottom: 5px;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  left: 5px;
  /* width: 100%; */
}

.second-nav {
  width: 100%;
  text-align: center;
}

.second-nav li {
  float: none;
  display: inline-block;
}

.second-nav li a {
  line-height: 10px;
}

.second-menu {
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .second-nav li a {
    font-size: 18px;
    line-height: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.category-menu {
  background-color: #607d8d;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  border: 2px solid white;
}

.category-menu a {
  text-decoration: none;
  color: white;
}

.category-menu-item {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 3em;
}

.fixed-top .header-top {
  color: #fff;
  background-color: #607d8d;
  display: flex;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.fixed-top .header-top .nav-link {
  color: #fff;
}

.fixed-top .header-top .flag {
  padding-bottom: 2px;
}

.fixed-top .header-top .header-icon {
  font-size: 1.7em;
  margin-top: 5px;
}

.footer-top {
  color: #fff;
  background-color: #607d8d;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: -12px;
  margin-right: -12px;
}

.footer-bottom {
  color: #fff;
  background-color: #607d8d;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: -12px;
  margin-right: -12px;
}

.widget p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8em;
  color: #000;
}

.widget a {
  text-decoration: none;
  color: #000;
}

.widget .widget-title {
  font-size: 20px;
  font-weight: 400;
}

.copy-right-line {
  border-bottom: 2px solid #f9f9f9
}

.copy-right {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  padding-top: 12px;
  padding-bottom: 10px;
}

.copy-right p {
  text-align: left;
  margin-left: 16px;
  padding-top: 11px;
}

.footer-bottom .payments {
  text-align: right;
}

.footer-bottom .payments i {
  font-size: 1.8em;
  padding-top: 5px;
  margin-right: 10px;
}

.footer-bottom .payments img {
  display: inline-block;
  width: 40px;
  margin-left: 3px;
  margin-right: 6px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .copy-right p {
    text-align: center;
    margin-left: 0px;
    padding-top: 11px;
  }

  .footer-bottom .payments {
    text-align: center;
    margin-right: 0px;
    padding-bottom: 10px;
  }

  .footer-bottom .payments img {
    display: inline-block;
    width: 40px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 5px;
  }
}

.container404 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.container404 button {
  margin-top: 30px;
}

.container404 h3,
.container404 h4 {
  margin-top: 30px;
}


.checkbox label {
  vertical-align: middle;
  display: inline-block;
}

.icheckbox input[type="checkbox"] {
  margin-top: 1px;
}

.discount-coupons-link a {
  text-decoration: none;
}

.discount-coupons-link a:hover,
active,
visited {
  text-decoration: none;
}

.row .address {
  color: gray;
  font-size: 16px;
  line-height: 1.5em;
}

.support h1 {
  margin-top: 0px;
  margin-bottom: 24px;
}

.contact h1 {
  margin-top: 0px;
  margin-bottom: 24px;
}

.contact h4 {
  line-height: 24px;
}

.products-data-description {
  color: gray;
  font-size: 16px;
  line-height: 1.5em;
}

.form-error-text {
  font-size: 0.9em;
  color: gray;
  padding-top: 4px;
}

.payment a,
.payment a:hover,
.payment a:active,
.payment a:visited {
  text-decoration: none !important;
  color: white;
}

.credit-card-payment-form a,
.credit-card-payment-form a:hover,
.credit-card-payment-form a:active,
.credit-card-payment-form a:visited {
  text-decoration: none !important;
  color: gray;
  font-weight: 600;
}

.price {
  font-size: 30px;
  font-weight: 800;
  /* text-transform: uppercase; */
  /* color: #ffa12a; */
  /* color: #607d8d; */
  color: gray;
  color: black;
}

.price-small {
  /* font-size: 1.2em; */
  font-size: 18px;
  line-height: 1.2em;
}

.price-cart {
  font-size: 1rem !important;
  color: black;
}

.price-currency {
  font-size: 0.5em;
}

.price-value {
  font-size: 1em;
}

.price .icon-foreground {
  font-size: 1em;
  position: relative;
  display: inline;
  color: forestgreen;
}

.price .added-to-cart {
  font-size: 1rem;
  font-weight: 600;
  color: forestgreen;
}

.add-to-cart .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.add-to-cart .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}

.product-image {
  margin-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

.product-name h1 {
  font-size: 36px;
}

.product-sku {
  color: #777;
}

.product-short-specs {
  font-weight: 800;
  color: #777;
  text-align: center;
}

.product-availability {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  color: #777;
}

.add-to-cart-group {
  xmargin-bottom: 20px;
}

.add-to-cart-counter {
  width: 134px;
}

.add-to-wishlist-button {
  margin-left: 0px;
  margin-right: 0px;
}

.add-to-cart-button {
  margin-left: 0px;
  margin-right: 0px;
}

/* Carousel */

#carousel-product-image.index {
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

#carousel-product-image .carousel-indicators {
  margin: 10px auto;
  overflow: auto;
  overflow-y: hidden;
  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;
  /* width: 64px; */
  /* opacity: 0.5; */
}

#carousel-product-image .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-product-image .carousel-indicators li:hover img {
  opacity: 0.75;
}

.thumbnail {
  padding: 0px;
  border: none;
}

.thumbnail.products {
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 100ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 100ms ease-in;
  -moz-transform: scale(1);
  transition: all 100ms ease-in;
  transform: scale(1);
}

.thumbnail.products:hover {
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 100ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 100ms ease-in;
  -moz-transform: scale(1);
  transition: all 100ms ease-in;
  transform: scale(1);
}

.products-list.item {
  text-align: center;
  padding-right: 3px;
  padding-left: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-list.item .card.card-product {
  border: none;
  border-radius: 0px;
}

.products-list.item .card.card-package {
  border-radius: 0px;
}

.products-list.item .card .card-img-top {
  border-radius: 0px;
}

.products-list.item a {
  color: #777;
  text-decoration: none;
}

.products-list.item h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  height: 46px;
  overflow: hidden;
}

.products-list.item h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  height: 42px;
  overflow: hidden;
}

.product-in-wishlist {
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: 1.5em;
}

.product-in-wishlist .icon-foreground {
  color: #ffffff;
}

.product-in-wishlist .icon-background {
  color: #ffa12a;
}

.product-in-cart {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
}

.product-in-cart .icon-foreground {
  color: #ffffff;
}

.product-in-cart .icon-background {
  color: #ffa12a;
}

.products-btns {
  position: absolute;
  bottom: 40px;
  width: 50%;
  left: 25%;
  transition: all 200ms ease-in;
  opacity: 0;
  font-size: 1.2em;
}

.products-btns .icon-foreground {
  color: #ffffff;
}

.products-btns .icon-background {
  color: #ffa12a;
}

.thumbnail.products:hover .products-btns {
  bottom: 10px;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1);
  transition-delay: 200ms;
  opacity: 1;
}

/* Tooltip container */

.tooltipz {
  position: relative;
  display: inline-block;
}

/* Tooltip text */

.tooltipz .tooltiptextz {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  font-size: 0.6em;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -50px;
}

/* Tooltip arrow */

.tooltipz .tooltiptextz::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltipz:hover .tooltiptextz {
  visibility: visible;
}

/* Product Data Table */

.table-container-outer {
  xmargin-top: 1.5em;
  padding-right: 0px;
  padding-left: 0px;
  overflow-y: auto;
}

.table-container-outer .table-container {
  width: 100%;
  min-width: 512px;
  overflow-y: auto;
  margin: 0 0 1em;
}

.flashlight-data {
  width: 100%;
  border-collapse: collapse;
}

.flashlight-data .row-1 td {
  background: #ffa12a;
  text-align: center;
  font-weight: bold;
  border: 3px solid #555555;
  padding: 3px;
}

.flashlight-data .row-2 td {
  background: #231f20;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
  border: 3px solid #555555;
  padding: 3px;
}

.flashlight-data .row-x td {
  background: #dcdada;
  color: #000;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #555555;
  padding: 3px;
}

.flashlight-data .row-x .column-1 {
  background: #aeadad;
}

.features-content li {
  line-height: 1.7em;
}

.specifications-content {
  /* padding-right: 5px; */
  /* padding-left: 0px; */
}

.specifications-content div {
  line-height: 1.7em;
}

.specifications-content li {
  line-height: 1.7em;
}

.ngTruncateToggleText {
  color: red;
  font-style: italic;
}

.columns {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* webkit, Safari, Chrome */
  column-count: 2;
}

.columns ul {
  list-style-type: none;
  padding-left: 20px;
}

/* correct webkit/chrome uneven margin on the first column*/

.columns ul li:first-child {
  margin-top: 0px;
}

.columns>ul {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}

.nocolumns {}

.nocolumns ul {
  list-style-type: none;
  padding-left: 20px;
}

/* correct webkit/chrome uneven margin on the first column*/

.nocolumns ul li:first-child {
  margin-top: 0px;
}

.nocolumns>ul {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}

/* choose the right light */

.right-light {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.right-light h2 {
  border-bottom: 1px solid gray;
  line-height: 1.5em;
  margin-top: 10px;
}

.right-light [class^="col-"],
.right-light [class*=" col-"] {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.right-light [class^="col-"][class$="-12"],
.right-light [class*=" col-"][class$="-12"] {
  padding-left: 15px;
  padding-right: 15px;
}

.right-light .thumbnail {
  margin-bottom: 0px;
}

/* shopping cart */

.shopping-cart .line-bottom {
  border-bottom: 1px solid #b2b2b2;
}

.shopping-cart table td {
  padding: 12px 0 12px 0;
  vertical-align: middle;
  xfont-size: 1.125em;
  font-weight: 300;
  position: relative;
}

.shopping-cart table td,
.shopping-cart table th {
  margin-right: 5px;
  padding-right: 5px;
}

.shopping-cart table .name a {
  color: #607d8d;
  line-height: 1.2em;
}

.shopping-cart .cart-empty {
  vertical-align: middle;
  font-size: 1.125em;
  font-weight: 300;
  position: relative;
  padding: 0px 0 30px 0;
}

.shopping-cart .cart-totals table td {
  padding: 0px 0 0px 0;
  vertical-align: middle;
  font-size: 1.125em;
  font-weight: 300;
  position: relative;
}

.shopping-cart .cart-totals table td,
.shopping-cart .cart-totals table th {
  margin-right: 5px;
  padding-right: 5px;
}

.shopping-cart .shipping-method-name-small {
  font-size: 0.7em;
  margin-top: 5px;
}

/* .shopping-cart .qty_minus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.shopping-cart .qty_plus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
} */

.shopping-cart .price-crossed {
  color: darkgray;
  text-decoration: line-through;
  text-decoration: red line-through;
}

.shopping-cart .coupon-price {
  color: black;
  text-decoration: none;
}

.shopping-cart .coupon-code {
  font-size: 0.9em;
  color: #607d8d;
}

.shopping-cart .delete-item {
  font-size: 0.9em;
  cursor: pointer;
  color: #607d8d;
}

/* descriptions */

.type-description {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-top: 5px;
}

.type-description h1 {
  margin-top: 5px;
}

.alert-green {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.button-green {
  /* font-size: 16px; */
  /* padding: 1rem 1rem; */
  /* padding: 0.2em 0.2em;  */
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  /* margin-bottom: 1rem; */
  /* border: 0px solid transparent; */
  /* border-radius: 0.25rem; */
  /* color: #0f5132; */
  background-color: #d1e7dd;
  /* border-color: #badbcc; */
  border-color: forestgreen;

}

.for-printer-only {
  display: none;
}

#main-order {
  font-size: 1em;
  line-height: 1.3em;
}

#main-order .cart-item-price-before-coupon {
  color: darkgray;
  text-decoration: red line-through;
}

@media print {
  #main-order {
    font-size: 1em;
    padding-left: 4em;
    padding-right: 3em;
  }


  .for-printer-only {
    display: block;
  }

  .for-display-only {
    display: none;
  }

  #btnPrint {
    display: none;
  }
}

/* for [_2_] */

.form-group {
  margin-top: 1em;
}

.form-group label {
  margin-bottom: 0.3em;
}

.discount-name {
  color: #607d8d;
  line-height: 1.2em
}

.discount-button {
  color: red;
  line-height: 1em;
  border: none;
}