.modal {
    overflow-y:auto;
  }
  .img_container{
      display: inline-block;
      font-size: 40px;
      line-height: 50px;
      color:#c96c92;
      width: 50px;
      height: 50px;
      text-align: center;
      vertical-align: bottom;
      left: 50px;
      margin-left: 45%;
      margin-top: 10%;
  }
  
  .help { display: inline-block; position: relative; }
  
  .help-button {
    color: #222;
    font-weight: bold;
    text-decoration: none;
  }
  
  .info-box {
      border-radius: 15px;
      border: 2px solid #bdbdbd;
      box-shadow: 8px 10px 10px 0px #888888;
      background-color: #ddd;
      display: none;
      color: #d55c91;
      /*background-color: #ddd;*/
      /*display: none;*/
      /*color: #888;*/
      font-family: sans-serif;
      font-size: smaller;
      padding: 10px;
      width: 170px;
      position: absolute;
      right: -190px;
      bottom: 0;
  }
  
  .info-box::after {
      border-top: 20px solid transparent;
      border-right: 20px solid #ddd;
      content: " ";
      display: block;
      position: absolute;
      left: -20px;
      bottom: 0;
      width: 0;
      height: 0;
  }
  
  .info-box .close-button {
      border: 1px dotted #222;
      color: #222;
      float: right;
      line-height: 0.6em;
      padding: 0;
      text-decoration: none;
  }
  
  .info-box .close-button:hover {
      border-color: #aaa;
      color: #aaa;
  }
  .d-flex.myFlex ._aside {
      max-height: 100vh;
     overflow: auto;
  }
  .service-price-type,.service-price,.product-price{
      font-size: 14px;
      font-weight: bold;
      margin:0;
  }
  .service-price-type,.product-price{
      margin-top:10px;
  }
  
  .service-price,.product-price{
      color:#d55c91;
  }

  p.card-text{
    overflow: hidden;
    height: 53px;
}
h5.card-title{
    overflow: hidden;
	height: 25px;
}
div.nearShops ul{
	max-width:100%;
}
@media only screen and (min-width:1024px) {
    .nearShops .ourSrvice ul li,.nearShops .ourProdcts ul li {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media only screen and (min-width:601px) and (max-width:991px) {
    .nearShops .ourSrvice ul li,.nearShops .ourProdcts ul li {
        flex: 0 0 50%;
        max-width: 45%;
    }
}
.ourSrvice .imgBoxx {
    width: 100%;
}

.addToCart{
	cursor:pointer;
    position: absolute;
    right: 7px;
    top: 4px;
    color: #FFF;
    z-index: 1;
}
.modal {
  overflow-y:auto;
}
.img_container{
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color:#c96c92;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    left: 50px;
    margin-left: 45%;
    margin-top: 10%;
}

.help { display: inline-block; position: relative; }

.help-button {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

.info-box {
    border-radius: 15px;
    border: 2px solid #bdbdbd;
    box-shadow: 8px 10px 10px 0px #888888;
    background-color: #ddd;
    display: none;
    color: #d55c91;
/*    /background-color: #ddd;/
    /display: none;/
    /color: #888;/*/
    font-family: sans-serif;
    font-size: smaller;
    padding: 10px;
    width: 170px;
    position: absolute;
    right: -190px;
    bottom: 0;
}

.info-box::after {
    border-top: 20px solid transparent;
    border-right: 20px solid #ddd;
    content: " ";
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
}

.info-box .close-button {
    border: 1px dotted #222;
    color: #222;
    float: right;
    line-height: 0.6em;
    padding: 0;
    text-decoration: none;
}

.info-box .close-button:hover {
    border-color: #aaa;
    color: #aaa;
}
.service-price-type,.service-price,.product-price{
	font-size: 14px;
    font-weight: bold;
	margin:0;
}
.service-price-type,.product-price{
	margin-top:10px;
}

.service-price,.product-price{
	color:#d55c91;
}

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    overflow: auto;
    background-color: black;
    z-index: 99;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .shopImageSlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    background: blanchedalmond;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .indexSlides {
    opacity: 0.6;
  }
  
  .active,
  .indexSlides:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .modal-backdrop.fade.show {
      display: none !important;
  }