.twoColTextImage {
  max-width: 1710px;
  padding: 80px 50px;
  margin-bottom: 50px;
}

.twoColTextTitle, .twoColTextText {
  font-size: 1.2rem;
}

.twoColTextTitle {
  color: white;
  background-color: #E30613;
  padding: 10px 0 10px 2rem;
  margin: 0 0px 20px 0;
}

.twoColTextText {
  padding: 10px 0 10px 0;
}

.twoColTextText a.more-link {
  float: right;
  padding: 10px 20px;
  border: solid 2.5px red;
}

.twoColTextImage.bgGrey .twoColTextText a {
  background-color: #E3E3E3;
}

.twoColImage {
  width: 100%;
  height: auto;
}

.twoColTextTitle a {
  color: white;
  text-decoration: none;
  margin-left: 50px;
}

@media (min-width: 992px) {
  .bgGrey {
    background-color: #E4E4E3;
  }
}

@media (max-width: 991px) {
  .twoColTextTitle {
    padding: 10px;
  }
}


.variableGallery {
  background-color: #E4E4E3;
  margin-bottom: 50px;
}

.galleryImages {
  padding: 50px;
}

.variableGallery .galleryImages .galleryTile {
  margin-bottom: 30px;
}

.variableGallery .galleryImages .galleryTile img {
  width: 100%;
}


#product-data {
  margin: 30px;
  margin-top: 50px;
}

.tx-cart-products .tx-cart-products .cart_form form{
  display:flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}

/* .tx-cart-products .tx-cart-products .cart_form form input[type="text"]{
  width: 10%;
} */

.cart_form input, .cart_form label {
  margin-right: 5px;
}

.cart_form label {
  margin-top: 20px;
}

#rent-field {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}

#rent-field label {
  margin-top: 6px;
}

#rent-field .form-control {
  width: 20%;
}

/* .cart_form #rental-fields {
  display: none;
} */

.tx-cart-products .tx-cart-products .cart_form form .form-message {
  margin-top: 5px;
  flex: 0 1 100%;
}

.tx-cart-products .tx-cart-products .cart_form {
  /* width: 80%; */
  margin: 0 auto;
}

.tx-cart-products .tx-cart-products .cart_form form .btn {
  border-color: grey;
  margin-top: 20px;
}

.tx-cart-products .regular_price .price {
  font-weight: bold;
}

.tx-cart-products #product-price, .tx-cart-products #product-total-price {
  float: right;
  margin-bottom: 100px;
  margin-right: 50px;
  margin-top: 50px;
}

.tx-cart-products .slides-container img {
  height: 100%!important;
  top: auto!important;
  object-fit: contain;
}

.tx-cart-products #product-data .tx-cart-products {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.tx-cart-products #product-data .tx-cart-products #product-price {
  display: flex;
}

.tx-cart-products .variant_table.first {
  display: block;
}

.tx-cart-products .variant_table {
  /* display: none; */
  /* margin-top: 30px;
  margin-bottom: 30px; */
}

.tx-cart-products .variant_table table{
  width: 100%;
}

.tx-cart-products .variant_table table, .tx-cart-products .variant_table th, .tx-cart-products .variant_table td {
  border: 0.5px solid grey;
}

.tx-cart-products .variant_table th, .tx-cart-products .variant_table td {
  text-align: center;
}

.tx-cart-products #product-data #product-additional-buttons {
  margin-top: 30px;
}

/* .tx-cart-products .tx-cart-products .cart_form #be-variants-select {
  width: 30%;
} */

/* #product-price {
  float: right;
} */

.staticContent dl dt {
  padding: 5px;
  border: 1px grey solid;
}

.staticContent dl dt.closed::before {
  content: "+ ";
}

.staticContent dl dt.open::before {
  content: "- ";
}


.cart-flashmessages {
  background-color: #dff0d8;
  color: #3c763d;
  padding: 10px;
}

.tx-cart .checkout-step-content-list fieldset {
  margin-bottom: 30px;
}

.tx-cart #checkout-step-summary td.text-right.last {
  padding-left: 10px;
}

/* .tx-cart .field.address {
  margin-left: -15px;
  margin-right: -15px;
} */


