.alignTextCenter {
  font-size: 30px;
}
.fontWeight700 {
  font-weight: 700;
}
.flex-carrito {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flexImage {
  display: flex;
}
.flex-carrito .contentFlex:nth-child(1) {
  width: 40%;
}
.flex-carrito .contentFlex:nth-child(2),
.contentFlex:nth-child(3),
.contentFlex:nth-child(4) {
  width: 20%;
}
.imgProducto {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.flexImg {
  display: flex;
  justify-content: start;
  align-items: center;
}
/* .flexCantidad{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
} */
.flexCantidad div {
  flex: 0 1 50%;
}

.flexCantidad .flexButton {
  width: 100%;
  border: 1px solid var(--black);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 40px;
}
.flexCantidad .flexButton input,
.flexCantidad .flexButton input:focus {
  border: none;
  outline: none;
  text-align: center;
  background: transparent;
  flex: 0 1 50%;
}
.flexCantidad .flexButton button {
  flex: 0 1 25%;
  border: none;
}
.flexCantidad .flexButton button:nth-child(1) {
  border-right: 1px solid var(--black) !important;
}
.flexCantidad .flexButton button:nth-child(3) {
  border-left: 1px solid var(--black) !important;
}

.classTable,
.classProducts {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.classProducts {
  padding-top: 30px;
  padding-bottom: 30px;
}
.classTable h5 {
  font-weight: 700;
  text-align: center;
}
.classTable .contentTable:nth-child(1),
.classProducts .contentProducts:nth-child(1) {
  flex: 0 1 40%;
}
.classTable .contentTable:nth-child(2),
.classTable .contentTable:nth-child(3),
.classTable .contentTable:nth-child(4),
.classProducts .contentProducts:nth-child(2),
.classProducts .contentProducts:nth-child(3),
.classProducts .contentProducts:nth-child(4) {
  flex: 0 1 20%;
}
.flexImg p {
  margin-left: 10px;
}
.flexImg2 {
  display: flex;
  justify-content: center;
}
.nosotros {
  background: #f7f7f7 !important;
}
.form-control {
  text-align: center;
}
.total {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.titleCart {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
  height: 40px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--rosa);
}
.select2-container:focus {
  outline: none !important;
}
.timepicker {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaa;
  height: 40px;
  background: transparent;
  text-transform: lowercase !important;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: var(--rosa);
  color: #fff;
}
.addButtonCart {
  width: auto !important;
  padding: 10px 50px !important;
  margin-top: 20px;
}
.btn-primary,
#demo3_21,
.btn-primary:hover {
  color: #000;
  background-color: transparent !important;
  border-color: #ccc;
  border-radius: 0px;
}

#demo3_21 {
  font-weight: 700;
}
.classDelete {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  border: none;
  margin-left: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal-header {
  background: black;
  border-radius: 0px;
  border-top: 1px solid black;
  color: #fff;
}
.close {
  color: var(--rosa);
}
.close:hover {
  color: var(--rosa);
}
.message {
  color: red;
  margin-top: 20px;
}
