.small-container {
  /* border: 2px solid red; */
  min-width: 100%;
  margin-bottom: 300px;
}
.row {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.small-img-row {
  display: flex;
  justify-content: space-around;
}
.col-2 img {
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.single-product .col-2 img {
  padding: 0;
  object-fit: contain;
  background-color: white;
  border: 1rem solid white;
}
.small-img-col {
  width: 100px;
  cursor: pointer;
}
.small-img-col img {
  width: 100%;
  height: 100%;
}
.col-2 {
  flex-basis: 40%;
  min-width: 300px;
  /* border: 2px solid red; */
}
.col-2.rigth {
  flex-basis: 60%;
  padding-left: 20px;
  /* border: 2px solid red; */
}
.col-2 h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  color: #1a3775;
}

.single-product select {
  display: block;
  padding: 10px;
  margin-top: 20px;
  color: #1a3775;
}

/* select:focus{
    outline: none;
    border: 1px solid #F88E2B;
} */

.single-product > h4 {
  margin: 20px 15%;
  font-size: 22px;
  font-weight: bold;
  color: #1a3775;
}

.single-product input {
  width: 50px;
  height: 40px;
  padding-left: 10px;
  font-size: 20px;
  margin-right: 10px;
  color: #1a3775;
  font-weight: bold;
}
.single-product input[type="text"] {
  min-width: 100px;
  text-align: center;
}

.single-product input[type="number"] {
  margin-top: 2px;
  min-width: 150px;
  text-align: center;
}

.col-2 h3 {
  color: #1a3775;
}
.single-product .fa {
  color: #f88e2b;
  margin-left: 10px;
}

.description > ul > li {
  display: inline;
  margin-right: 30px;
}

.btn.product {
  display: block;
  width: 150px;
  background: #f88e2b;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 30px;
  margin-bottom: 50px;
  /* margin: 0 auto; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.btn:hover {
  /* background: #563434; */
  background: #a85404;
}

.detall {
  margin-top: 50px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-top: 0.5px solid #1a3775;
}

.detall p {
  color: #1a3775;
  font-weight: bold;
}
