﻿  .mySlides {display:none;}
    
.rowx {
    margin-top: 15px;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;

}

/* Create four equal columns that sits next to each other */
.columnx {
  -ms-flex: 240px; /* IE10 */
  flex: 240px;;
  max-width:240px;
  padding: 0 10px;
  /*border: solid 2px;
  border-color:white;*/
}

.columnx img {
  margin-top: 8px;
  vertical-align:top;
  width: 100%;
}

.itemDiv {
  overflow: hidden;
  /*border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;*/
   /*border: solid 2px;
  border-color:white;*/
  text-align:center;
}
.itemDiv img {
  transition: all ease-in-out 0.4s;
  width:180px;
height:200px;
}
.itemDiv:hover img {
  transform: scale(1.1);
}
.itemText
{
    font-family:Calibr Verdanai;
    font-size:smaller;
    text-align:center;
}
.ItemRate
{
color:red;
}
.ItemMRP
{
font-size:9px;
text-decoration: line-through;
}
.ItemMRP2
{
text-decoration: line-through;
}

.Itemoff
{
font-size:10px;
}
.LeftHeader
{
    font-weight:bold;
    margin-top:10px;
}
.LeftBottom
{
    margin-bottom:20px;
}
.Lbh
{
font-weight:bold;font-family:Calibri,Verdana;
}
.HrCss
{
color:#a09e9e;padding:0px;margin:0px;
}