.ribbon-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 9;
  }
  
  .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
   position: relative;
    padding: 7px 0;
    top: 30px;
    left: -38px;
    width: 172px;
    background-color: #ff0099;
    color: #fff;
  }

.des{
	
	color: #bc0000ff;
}
.img-res
{
	width: 100%;
    height: auto;
}

.italic-f
{
	font-style: italic;
	color: #000000 !important;
	font-weight: 600;
	font-size: 18px;
}

.price-des
{
	padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #d51515;
}

  .pd-grms
        {
        padding: 10px;
        font-weight: 600;
        font-size: 15px;
        font-style: italic;
        }
          
.gallery-filters img {
   transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.gallery-filters img:hover 

{
   transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
        .gallery-filters a.gallery-filter-active p
        {
        	color: #e1770a;
        	transition: ease-in-out .1s;
        }
        
        .gallery-filter:hover p
        {
        	color: #e1770a;
        	transition: ease-in-out .5s;
        }
        
.gallery-item:hover h3

        {
        	color: #e1770a;
        	transition: ease-in-out .5s;
        }
 .gallery-filters img
        	{
            margin: auto;
            max-width: 170px;
        	}
        	.read-more-show{
      cursor:pointer;
      color: #ed8323;
    }
    .read-more-hide{
      cursor:pointer;
      color: #ed8323;
    }
 
    .hide_content{
      display: none;
    }

    .gallery-filters-mb-50
    {
      margin-bottom:50px;
    }
    
    .box-width-180 {
      width: 180px;
    }
    
    .modal-display-align {
      display: block;
      align-items: center;
    }