* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}


.slider {
  height: 100%;
}

#imagebox {
  height: 100%;
  opacity: 1;
}

.product {
  width: 90%;
}

.product img {
  height: 10vh;
  margin-bottom: 9px;
  cursor: pointer;
  opacity: 0.6;
}

.product img:hover {
  opacity: 1;
}

.inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner img {
  width: 100%;
}

a,
.share-btn-container a {
  text-decoration: none;
}

.location a:hover,
.details a:hover,
.contact-seller:hover,
.share-btn-container a:hover,
.product a:hover {
  text-decoration: none;
}

.price {
  color: #fe980f;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

button {
  color: #fff;
  font-size: 15px;
  outline: none;
  border: 0;
  border-radius: 5px;
  background: #fe980f;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
}

button .fa {
  margin-right: 10px;
}


.items img {
  width: 100%;
}

.details {
  margin-top: 20px;
}

.details p {
  font-size: 14px;
  margin-bottom: 10px;
}

.social {
  margin-left: 5px;
}

#my-input {
  border: 1px solid #D9D9D9;
  text-align: center;
  font-weight: bold;
  width: 50px;
}






/*  Cart CSS  */
#cart {
  display: none;
}

.cart {
  height: calc(100vh - 133px);
  width: 500px;
  max-width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 8px;
  position: fixed;
  z-index: 2;
  right: 0px;
  top: 123px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
}

.cartTable {
  height: calc(100vh - 350px);
  overflow-y: scroll;
  font-size: 14px;
}


.cartFooter {
  width: 90%;
  position: absolute;
  bottom: 10px;
}

.table {
  color: #666;
}

.cart-small {
  min-height: 5% !important;
  width: 7%;
  color: white !important;
  background-color: #fff;
  cursor: pointer;
  z-index: 2 !important;
  border-radius: 10px;
  position: fixed;
  right: 0px;
  top: 40%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
}

.submitDiv {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.submitBtn {
  width: 20%;
  position: relative;
  left: 40%;
}

.quantity {
  padding: 0px 10px;
}


/* Ended Here */


/* jahid code */
.product-img {
  min-height: 250px;
  max-height: 250px;
}
i {
    font-style: normal !important;
}