.grasiano-top {
  background-image: url(../img/grasianohedder-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 394px;
}

.top-text {
  padding-top: 5%;
}
.star-size {
  font-size: 16px;
}
.item-div {
  /* width: 25%; */
  background-color: #ffffff;
  padding: 16px;
  /* border: solid 0.5pt #c4c4c4;
  border-top-left-radius: 120px; */
  margin-bottom: 38px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
}

.item-inner-div {
  text-align: start;
  height: 245px;
  background-position: center;
  background-size: cover;
  /* border-top-left-radius: 106px; */
  border: solid 1px #c4c4c4;
}

.item-img {
  text-align: start;
  height: 288px;
  background-position: center;
  background-size: cover;
  /* border-top-left-radius: 106px; */
  /* border: solid 1px #c4c4c4; */
}
.blue_text{
  color: #0c10f5 !important;
}
.pink_text{
  color: #c733ae !important;
}
.product-img {
  display: block;
  position: relative;
  top: -35px;
}
.sort-text {
  font-size: 28px;
  font-weight: 500;
  text-align: right;
}
.display-sort-item {
  display: none;
}
@media (max-width: 991px) {
  .shop-card {
    width: 100% !important;
  }
  .star-size {
    font-size: 11px !important;
  }
  .item-descrip {
    font-size: 10px !important;
  }
  .dis-price-1 {
    font-size: 10px !important;
  }
  .dis-price-2 {
    font-size: 12px !important;
  }
  .item-div {
    padding: 10px !important;
    /* border-top-left-radius: 68px; */
  }
  .item-img {
    height: 178px;
    /* border-top-left-radius: 58px; */
  }
  .item-descrip2 {
    font-size: 10px !important;
  }
  .btn-shop-here {
    top: 46% !important;
    left: 33% !important;
  }
  @media (min-width: 991px) and (max-width: 1106px) {
    .btn-shop-here {
      position: absolute;
      top: 60%;
      left: 42%;
    }
  }
  .mobo-d-none {
    display: none;
  }
  .sort-text {
    display: none;
  }
  .sort-bar {
    width: 94% !important;
    padding: 6px !important;
  }
  .sort-option-text {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
  .display-sort-item {
    display: block;
  }
}

/* .item-inner-div img {
  width: 100%;
  height: 182px;
  border-top-left-radius: 102px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
} */

/* .item-inner-div2 {
  padding: 16px;
} */
.shop-card {
  width: 50%;
}
.item-descrip {
  font-size: 16px;
  font-weight: 800;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-descrip2 {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 
.item-inner-div i {
} */

h5 {
  font-weight: 600;
}

/* .btn-shop-here {
  position: absolute;
  top: 100%;
  left: 46%;
} */

.btn-product {
  background-color: #fff0;
  border: solid 2px #ebf0f4;
  border-radius: 6px;
  width: 100%;
  padding: 6px 0px !important;
  font-size: 14px;
}

.sort-bar {
  background-color: #f9f9f9;
  border: solid 1px;
  width: 76%;
  padding: 16px;
}

.item-icon {
  padding-top: 5px;
  font-size: 22px;
}
.item-col-sizing {
  width: 25%;
}
.modal-item {
 /* border-top-left-radius: 75px; */
}
.btn-product-card {
  /* background-color: DodgerBlue;
  border: none; */
  /* color: white; */
  padding: 6px 16px;
  /* font-size: 16px; */
  cursor: pointer;

  background-color: #fff0;
  border: solid 2px #ebf0f4;
  border-radius: 6px;
  width: 100%;
  /* padding: 0 !important; */
  font-size: 14px;
}

.btn-primary {
  background-color: #3382c7;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-primary span {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-primary i {
  font-size: 20px;
  background-color: #306fa5;
  padding: 15px 20px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .shop-card-col {
    width: 33.3333% !important;
  }
}
.dis-price-1 {
  font-size: 14px ;
}
