.wrapper {
	position: relative;
 
}
#defront {
	position: relative;
}
#content,
.bread {
	position: relative;
}
#right-mod {
	clear: both;
	display: inline;
  position: absolute;
 text-align: right;
 width: 110.8%;
  z-index: 0 !important;
}
.imej {
float: left;
	margin-right: 8px;
}
.ititle {
float: left;
	margin-right: 8px;
	font-size: 14px;
	    line-height: 48px;
}
.iprice {
	float: right;
	font-size: 14px;
	    line-height: 48px;
}
.ispeci{
   float: left;
    line-height: 48px;
	 margin-right: 8px;
	 font-size: 12px;
	 color: red;
	 opacity: 0.7;
	 text-decoration: line-through;
}
.isaving {
float: left;
font-weight: 700;
color: green;
	margin: 0 8px;
	font-size: 12px;
	    line-height: 48px;
}
#nodata{
	top: 80px;
	text-align: center;
	padding: 10px;
	width: 600px;
	left: -100px;
	right: 0;
	margin: 0 auto;
  z-index: 999;
  position: fixed;
  opacity: 0.9;
  background: #fff;
		color: red;
		font-weight: 700;
		    -webkit-border-radius: 0px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 0px 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ilabel {
	display: inline-block;
	float: left;
	font-size: 13px;
	padding: 2px 4px;
	vertical-align: middle;
	margin-top: 12px;
}
  .ui-autocomplete {
    position: fixed  !important;
    top: 54px !important;
    margin-top:  0 !important;
    left: 0;
       z-index: 99999 !important;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 0px 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
       padding: 4px 6px !important;
    clear: both;
    font-weight: normal;
        height: 58px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    cursor: pointer;
      padding: 8px 6px !important;
      margin: 0px 0px !important;
    text-decoration: none;
    background-color: #eee;
    background-image: none;
}

/* Menu General Styles */
#meganav {
	margin-top: 6px;
	margin-right: 0px;
	display: block;
	float: none;
	z-index: 99;
	text-align: left; /* or change the value to left to align left*/
}
#meganav a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
#meganav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#meganav > ul > li {
	position: relative;
	list-style: none;
	 padding: 0px 0px;
}
 
#meganav > ul > li:last-child > a {
	border-right: 0px;

}
#meganav > ul > li > a {
	display: block;
	text-decoration: none;
}
#meganav a:hover {
	background: #444;
}

/* Level 1 Drop Down Menu */
#meganav ul > li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
#meganav ul > li:first-child {
	margin-left: 0;
}

#meganav li:hover ul {
  /* Display the dropdown on hover */
  left: 0;
  /* Bring back on-screen when needed */
}

#meganav ul a {
  white-space: nowrap;
  /* Stop text wrapping and creating multi-line dropdown items */
  text-decoration: none;
}
#meganav ol a {
  white-space: nowrap;
  /* Stop text wrapping and creating multi-line dropdown items */
  text-decoration: none;
}
/* Level 2 */
#meganav ul > li > ol {
	text-align: left;
	width: auto; /* change auto value with 200px if you want a bigger menu */
	display: none;
	position: absolute;
	top: 100%;
	min-width: 150px;
	left: 0;
	 -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
	z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
#meganav ul > li:hover > ol {
	display: block;
	margin: 0;
	padding: 0;
}
#meganav ul > li > ol > li > a {
	padding: 10px;
    display: block;
}
#meganav ul > li > ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#meganav > ul > li > ol > li {
	position: relative;
	list-style: none;
}

#meganav > ul > li ol > li > a {
	display: block;
	text-decoration: none;
}
#meganav > ul > li ol > li > a:hover {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
/* Level 3 */
#meganav ul > li > ol > li > ol {
	text-align: left;
	display: none;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
	 -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
	min-width: 150px;
	margin: 0;
	padding: 0;
	z-index: 9999999;
}
#meganav ul > li > ol > li:hover > ol {
	display: block;
	margin: 0;
	padding: 0;
}
#meganav > ul > li > ol > li {
	margin: 0;
}
#meganav > ul > li > ol > li > ol > li > a {
	padding: 10px;
	color: #fff;
   display: block;
}
#meganav > ul > li > ol > li > ol > li > a:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .navbar-right{margin-right: 10px !important;}
   .fly-right{position: absolute !important; top: 0; right: 20px;}   
       .fly-right i { font-size: 24px !important;}  
        .fly-right span.fa { font-size: 24px !important;}  
       .fly-right span.count { background-color:  #d9534f; margin-top: -15px!important; font-size: 14px !important; line-height: 18px !important; text-align: center;  width: 20px !important; height: 20px !important;padding: 0;}    
        
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .navbar-inverse .navbar-logo {margin-left: 25px;}
}
@media only screen and (min-width: 979px) and (max-width: 1050px) {
   	.navbar-inverse .navbar-logo {margin-left: 55px;}
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
@media only screen and (max-width: 480px) {
.text-left-xs { text-align: left !important; }
.text-right-xs { text-align: right !important; }
.text-center-xs { text-align: center !important; }
.text-justify-xs { text-align: justify !important; }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
.text-left-sm { text-align: left !important; }
.text-right-sm { text-align: right !important; }
.text-center-sm { text-align: center !important; }
.text-justify-sm { text-align: justify !important; }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
.text-left-md { text-align: left !important; }
.text-right-md { text-align: right !important; }
.text-center-md { text-align: center !important; }
.text-justify-md { text-align: justify !important; }
}

@media only screen and (min-width: 979px) {
.text-left-lg { text-align: left !important; }
.text-right-lg { text-align: right !important; }
.text-center-lg { text-align: center !important; }
.text-justify-lg { text-align: justify !important; }
}