

body {
  margin: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.environment{
  width: auto;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 13px;
}
.environment.dev{
  background-color:#1864ba;
  color:#fff;
}
.environment.stage{
  background-color:#db6b09;
  color:#fff;
}
.environment.master{
  background-color:#cc0000;
  color:#fff;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#header {
  display: flex;
  flex-direction: column;
}

#menu {
  background-color: #FFF;
  height: 90px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#header-image {
  height: 270px;
  margin-bottom: 20px;
  background-image: url('./img/section-bg-shop.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-image>div {
  margin: 50px
    /*margin-left: 200px;*/
}

#header-image h3 {
  margin-bottom: 0px;
  font-size: 29px;
}

#header-image h2 {
  margin-top: 0;
  font-size: 47px;
}

#footer {
  background-color: #303233;
  height: 200px;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
  margin-top: 5%;
}

#main>div {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*Table*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  text-align: left;
}

table.table {
  font-size: 14px;
}

table.table tr:first-child {
  background-color: #f2f2f2;
  text-transform: uppercase;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-color: #e7e7e7 !important;
}

table.shopping-cart-table tr th,
table.shopping-cart-table tr td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

th {
  text-align: left;
}

td,
th {
  padding: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.header-font-color,
.accordion>dt>a.active span,
.accordion>dt>a:hover span,
.toggle>dt>a.active span,
.toggle>dt>a:hover span,
.button-shadow,
.button-border,
.blog-icon,
.portfolio-title a,
.portfolio-title,
.potfolio-hover-container .icon-container>a,
.font-color-alt,
.pricing-icon,
.pricing-title,
.pricing-num {
  color: #303233;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form input[type="subject"],
.form select {
  display: inline-block;
  height: 33px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  color: #9D9D9D;
  border: 1px solid #eaeaea;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.shopping-cart-table .input-sm {
  padding: 0;
  padding-right: 10px !important;
  line-height: 1;
  width: 70px;
  height: 35px !important;
  color: #303233 !important;
  border-color: #e7e7e7;
}

.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

li {
  display: flex;
  list-style: none;
  font-size: 18px;
  justify-content: space-between;
  margin-bottom: 6px;
}

ul {
  margin: 0;
  padding: 0;
  width: 330px;
}

li span {
  font-weight: 100;
  color: #a9a8a8;
}

button {
  background-color: #fcca03;
  border: 0;
  padding: 10px;
  width: 150px;
  margin-top: 20px;
}

#checkout {
  display: flex;
  margin-top: 50px;
  text-align: left;
  justify-content: left !important;
  margin: 20px 20px;
  width: 90% !important;
  flex-direction: column;

}

#checkout h1 {
  text-align: left;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {

  #header-image {
    background-position: 580px 0px;
  }

  ul {
    width: 295px;
  }

  table.table {
    font-size: 11px;
  }

  #menu {
    justify-content: center;
  }

}