/* ========================================================= */
/*        Shop 3                         */
/* ========================================================= */
.mini-img img {
  width: 100%;
  height: 80px;
}

.big-img img {
  width: 80%;
  height: 80vh;
  margin-top: 100px;
  margin-left: 70px;
}

.mrp p{
  line-height: 21px;
}
del{
  font-size: 1rem;
  color: rgb(120, 120, 112);
  text-decoration:line-through ;
}

.mrp .size p {
  text-align: center;
  margin-top: 15px;
  border-radius: 5px;
}

.border1 {
  border: 2px solid transparent;
  border-color: #CACACB;
  border-radius: 5px;
}

.border2{
  border: 2px solid black;
  border-radius: 5px;
}

.size .s1:hover,
.s2:hover,
.s3:hover,
.s4:hover,
.s5:hover,
.s6:hover,
.s7:hover,
.s8:hover,
.s9:hover,
.s10:hover,
.s11:hover,
.s12:hover {
  border: 2px solid black;
}
.add,
.fev {
  padding: 10px;
  width: 80%;
  border-radius: 30px;
  height: 50px;
  background-color: rgb(19, 17, 17);
  color: white;
}