/* Fixed sidenav, full height */
.sidenav {
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: right;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #136f9f;
}

/* Add an active class to the active dropdown button */
.active1 {
  background-color:#4fbfa8;
  color: black;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-right: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: left;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 16px;}
}


/* Shrink wrap strategy 1 */
.easyzoom {
    float: left;
}
.easyzoom img {
    display: block;
}


/* Shrink wrap strategy 2 */
.easyzoom {
    display: inline-block;
}
.easyzoom img {
    vertical-align: bottom;
}

/* [1] The container */
.img-hover-zoom {
  height: 397.5px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.producttitle {
    background: rgba(65,161,155,.8);
    border: 1px solid rgba(98,135,135,.8);
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #000;
	direction:rtl;
}
.mine20 {
	margin-top:10px !important;
	direction:rtl;
}
.mine21{
	direction:rtl;
}
.mine22{
	color: #136f9f;
}
.mine23{
	font-size: x-large;
}
.mine24{
	color: #00a79c;
}
.mine25{
	font-size: large;
	direction:rtl !important;
}
.mine26{
	font-size: medium;
}
.mine27{
	color: #000000;
	direction:rtl !important;
}
.tablel1{
	direction: ltr;
	width: 416px; 
	height: 141px;
	max-width:100%;
	margin-bottom: 20px;
}
.mine28{
	background-color: #3b88c3;
	text-align: center;
	padding: 8px;
}
.mine29{
	background-color: #f5f5f5; 
	text-align: center;
	padding: 8px !important;
	border-top: 1px solid #dddddd;
}
.mine30{
	background-color: #ffffff;
	text-align: center;
	padding: 8px !important;
	border-top: 1px solid #dddddd;
}
.mine31{
	direction:rtl; padding-top:0 !important;
}
.mine32{
	font-size:14px !important;
}
.mine33{
	height:180px !important;
    min-width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mine34{
	text-align:center;
}
.mine35{
	width: 100%;
}
.mine36{
    overflow-x:auto;
}