.product {
  width: 23%;
  margin-top: 40px;
  float: left;
  padding: 0 1%;

}

.section {
  width: 250px;
  float: left;
}
.sectionsmall  {
  width: 140px;
  float: left;
}
.product .product_img {
  width: 100%;
  /* height: 290px; */
  /* background-image: url(/typo3conf/ext/shop/Resources/Public/prod_img/product_placeholder.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
}

.product .product_data {
  width: 100%;

}

.float-left {
  float: left;
}

.address {
  margin-left: 50px;
}

.basket_item p {
  margin: 0;
  float: left;
  line-height: 60px;
  margin-left: 20px;
}

.basket_item p i {
  font-size: 25px;
}

.basket_item h1 {
  margin: 0;
  float: left;
  line-height: 60px;
  margin-left: 15px;
}
.basket_item {
  border: solid 1px lightgray;
  margin-bottom: 10px;
  height: 60px;
}
.product a {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0px;
  font-size: 25px;
  width: 100%;
  color: black;
  text-decoration: none;
}

.product p {
  margin: 0px;
}
.tx-shop .adtobasket input {
		border: none;
		background-color: #333;
		color: white;
		width: 120px;
		height: 40px;
		margin-top: 5px;
    margin-bottom: 5px;
}

.update_user input,
.create_user input {
  margin: 10px 0px;
  width: 300px;
  height: 30px;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid gray;
}
.create_user p {
  margin: 0px;
}


@media only screen and (max-width: 900px) {
  .product {
    width: 48%;
    margin-top: 40px;
    float: left;
    padding: 0 1%;

  }
}

.button {
  border: none;
  background-color: #333;
  color: white;
  width: 120px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fawbutton {
  background-color: transparent;
  border: none;
}

.float-right {
  float: right;
}

.pages  .next , .pages  .back{
  /* width: 10px; */
  float: left;
  line-height: 100px;
  font-size: 30px;
  color: lightgray;

}

.pages {
  width: 100%;
  height: 100px;
  float: left;
}

.pages a, .pages p {
  float: left;
  margin: 0;
  line-height: 100px;
}

.pages p {
  margin: 0px 10px;

}

/* backend  */

.tx_shop tbody tr th  {
  border: solid 1px lightgray;
  padding: 5px 80px 5px 5px;
}
.tx_shop tbody tr td {
  border-bottom: solid 1px lightgray;
  padding: 5px 80px 5px 5px;
}


.tx_shop .noborder{
  border: none;
  padding: 0px 10px;
}

.tx_shop .edit , .tx_shop .add {
  font-size: 30px;
  color: lightgray;
}

.tx-shop .summ {
  margin: 10px 0px;
}

.tx-shop hr {
  margin: 30px 0;
  margin-bottom: 40px;
}
#web-ShopShop- .add {
  color: lightgray;
  font-size: 50px;
  margin-top: 10px;
}

#web-ShopShop- label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 10px;
}

#web-ShopShop- .create {
  margin-top: 20px;
}
