body {
  margin-top: 40px;
}

header,
footer {
  display: none !important;
}

.col-full {
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

@media only screen and (max-width: 600px) {
  .product {
    width: 100%;
  }

  img {
    width: 100%;
    height: 100%;
  }
}
.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  margin-top: -10px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 7px 0;
  font-size: 25px;
  line-height: 1.428571429;
  border-radius: 50px;
}
.form {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.filter-select {
  padding: 10px;
  margin-bottom: 20px;
}

.product {
 /* margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;*/
	margin-right: 30px;
    margin-bottom: 20px;
    width: 270px;
 
  height: 100%;
}

.psc {
  border: 1px solid #000;
  padding: 50px;
}

.prod-price {
  font-size: 17px;
}

.qty {
  padding: 10px;
  width: 100%;
}

.attrs {
  height: 45px;
}

.customer-info {
  padding: 20px;
  border: 1px solid #000;
  margin: 20px;
}

.prod {
  margin: 20px;
  padding: 20px;
  border: 1px solid #000;
}

.products-info {
  border-collapse: collapse;
  width: 100%;
}

.products-info td,
#products-info th {
  border: 1px solid #ddd;
  padding: 8px;
}

.products-info tr:nth-child(even) {
  background-color: #f2f2f2;
}

.products-info tr:hover {
  background-color: #ddd;
}

.products-info th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  text-align: left;
  background-color: #04aa6d !important;
  color: white;
}

.numbers {
  display: flex;
  flex-wrap: wrap;
}

.number {
  font-size: 70px;
  margin: 10px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
  width: 100px;
  text-align: center;
  cursor: pointer;
}

.actions {
  display: flex;
  justify-content: space-between;
}

.display-tot {
  font-size: 70px;
  font-weight: bold;
}

.delete-btn {
  margin: 10px;
  font-size: 50px;
  border: 1px solid #000;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  background: #1a3d5c;
}

.add-btn {
  margin: 10px;
  font-size: 50px;
  border: 1px solid #000;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  background: #1a3d5c;
}

.totals {
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}

.show-deposit {
  font-size: 20px;
  font-weight: bold;
}

/* .grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid1:after {
  content: '';
  display: block;
  clear: both;
}

.grid2:after {
  content: '';
  display: block;
  clear: both;
} */

@media print {
  .homeredirect,
  .printorder {
    display: none !important;
  }
}

.grid,
.grid1,
.grid2 {
  display: flex;
 flex-wrap: wrap;
	/*justify-content: center;*/
}

.order_details_eux {
  display: flex;
}
.side1 {
  width: 50%;
  margin-right: 10px;
  font-size: 12px;
  margin-top: -40px;
}
.side2 {
  width: 50%;
}
.woocommerce-order-details__title {
  display: none;
}
.prod-name {
	font-size:20px;
}
.psc {
width:200px;
height:200px;
	text-align:center;
}