body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  color: #333e48;
  font-size: 14px;
  opacity: 1;
}

.nopadding {
  padding: 0px;
  margin: 0px;
}

.product-thumb {
  position: relative;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s;
  margin-top: 25px;
  height: 450px;
}

.product-thumb .image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 250px;
}

.product-thumb .image img {
  height: 100%;
  width: auto !important;
}

.product-thumb .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product-info {
  margin-top: 50px;
}
.single-product-info .product-title {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px;
}
.navbar.bg-dark {
  background-color: #333e48 !important;
}
.navbar-dark .navbar-nav .nav-link {
  background: none;
  line-height: 45px;
  min-height: 45px;
  height: 45px !important;
  padding: 0 20px 0 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-primary {
  color: #fff;
  background-color: #f5cb13;
  border-color: #f5cb13;
}
.btn-dark {
  background-color: #333e48;
}
.btn-primary:hover {
  background: #e5bc0a;
  border-color: #e5bc0a;
}
.single-product-info .price {
  font-size: 2.4rem;
  font-weight: 600;
  color: #f5cb13;
}

.product-thumb .price {
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  color: #f5cb13;
  font-weight: bold;
}

.product-thumb:hover {
  cursor: pointer;
  border-color: #e1e1e1;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.13);
}

.product-category-tree {
  margin-top: 25px;
  padding: 5px;
  font-size: 14px;
  list-style: none;
}

.product-category-tree li {
  border-bottom: 1px solid #eee;
  padding: 10px 0px 10px 0px;
}

.product-category-tree li.active a:link,
.product-category-tree li.active a:visited {
  color: #f5cb13;
  text-decoration: none;
  font-weight: bold;
}

a {
  color: #333e48;
}

a:hover {
  color: #f5cb13;
  text-decoration: none;
}

.flex-direction-nav a {
  width: 30px !important;
  height: 60px !important;
  margin-top: -30px;
}
.flexslider {
  margin-bottom: 0px;
}

#carousel li {
  padding: 5px;
}

#carousel .flex-active-slide {
  border: 1px solid #ccc;
}

.product-item-minimal {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.spacer {
  height: 25px;
  clear: both;
}

.money-totals {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.money-grand-total {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}

.invoice-fields {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}

.bordered-container {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 25px 0px 25px 0px;
}

.table td {
  border-color: #eee;
}
.table thead th {
  border-bottom: 1px solid #eee;
  border-top: 0px solid #fff;
}

.order-header-logo {
  display: none;
}

@media print {
  .navbar {
    display: none;
  }
  .admin-menu {
    display: none;
  }
  .order-header-title {
    display: none;
  }
  .order-header-logo {
    font-size: 11px;
    display: block;
  }
  .no-print{
    display:none;
  }
}

@media (max-width: 576px) {
  .responsive > thead th {
    display: none;
  }
  .responsive > tbody td,
  .responsive > tbody th {
    display: flex;
  }
  .responsive > tbody > tr:nth-child(even) td,
  .responsive > tbody > tr:nth-child(even) th {
    /* background-color: #eee; */
  }
  [row-header] {
    position: relative;
    width: 80%;
    vertical-align: middle;
  }
  [row-header]:before {
    content: attr(row-header);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    padding-right: 30px;
  }
  .table td,
  .table th {
    border-top: 0px solid #dee2e6;
  }
  .responsive > tbody tr {
    border: 1px solid #dee2e6 !important;
  }
}

.bordered {
  border-top: solid 1px;
  border-bottom: solid 1px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* .form-inline button {
    padding: 10px 20px;
    background-color: -internal-light-dark;
    border: 1px solid #ddd;
    color: #333e48;
    cursor: pointer;
  }
  
  .form-inline button:hover {
    background-color: #333e48;
    color: white;
  } */

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

.addressBox {
  border: solid 2px;
  border-radius: 40px 40px;
  margin: 11px;
  padding: 40px;
}

.creditNoteCheckBox {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close {
  text-align: right;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
