@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
/*	text-align:center; /* for IE */
/*	azimuth:center; /* for IE */
/*	azimuth:0 auto; /* for the rest */
/*	margin:0 auto; /* for the rest */
}
body {
	background-color: #F1F1F1;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	padding-top:0px;
}
a {
	text-decoration:none;
	outline:none;
	color:green;
}
a:hover {
	color: #ec8526;
	text-decoration: none;
	float: none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.colr {
	color:#000 !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:38px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:15px 0px 6px 0px;
	width:100%;
	border-bottom:#272727 solid 1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
input {
	font-size:12px;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	width: 70%;
	line-height: 1.5;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #02388A inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
#cleared {
  clear: both;
}
/*
=======================================================================
	End of General Rules
=======================================================================
*/


/*
=======================================================================
	Start of Header
=======================================================================
*/
@media screen and (max-width: 992px) {
.main_header
{
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 75px;
	/*background-color: #2874F0;*/
	background-color: #02388A;
}

.logo
{
	display: none;
}

}

@media screen and (min-width: 993px) {
.main_header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	/*background-color: #2874F0;*/
	background-color: #02388A;
}

.logo
{
	position: absolute;
	padding: 5px 5px 0px 20px;
}

}

@media screen and (max-width: 992px) {
.header-search {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 100%;
	height: 41px;
	border-bottom: 1px solid #000000;
}

.search_head{
}
	#result
	{
		position: fixed;
		width:99%;
		z-index: 100;
		padding:10px;
		display:none;
		margin-left: 0px;
		margin-top:-1px;
		border-top:0px;
		overflow:hidden;
		border:1px #CCC solid;
		background-color: white;
	}
	
}

@media screen and (min-width: 993px) {

.header-search {
	position: absolute;
	float: left;
	margin: 40px 0px 0px 280px;
	width: 50%;
	height: 40px;
	border: 1px solid #000000;
	font-size: 15px;
}

.search_head{
}
	#result
	{
		position: fixed;
		width:49.84%;
		z-index: 100;
		padding:0px;
		display:none;
		margin-left: 0px;
		margin-top:-1px;
		border-top:0px;
		overflow:hidden;
		border:1px #CCC solid;
		background-color: white;
	}
}

@media screen and (max-width: 992px) {
.top-menu
{
	display: none;
}
}

@media screen and (min-width: 993px) {
.top-menu{}
.top-menu {
  float: right;
  padding-right: 10px;
  padding-top: 40px;
  text-transform: uppercase;
}
.top-menu ul {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
.top-menu ul li {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 0;
}
.top-menu ul li a {color: #FFFFFF;}

.top-menu ul#language {
  float: right;
}
.top-menu ul#language li {
  position: relative;
}
.top-menu ul#language li a{}
.top-menu ul#language li ul {
  background: #02388A none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 135%;
  transition: all 0.3s ease 0s;
  width: 215px;
  visibility:hidden;
  z-index:999;
  font-weight: bold;
  box-shadow: 1px 2px 2px 1px #FFFFFF inset;
}
.top-menu ul#language li:hover ul{opacity: 1;top: 100%;visibility:visible;}
.top-menu ul#language li:hover ul li a:hover{color: #FF0}
.top-menu ul#language li ul li {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.top-menu ul#language li ul li a {
  color: #FFFFFF;
  display: block;
  padding: 16px 0;
}


}

.num{
	padding:0 3px 0 4px;
	text-shadow:none;
	border-radius:4px;
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:2px -1px 0 4px;
	box-shadow: #063455 1px 1px 1px inset;
	color:black;
	font-size:14px;
	line-height:16px;
	vertical-align:top;
	background-color: #FFFFFF;
	color: #F00;
	font-weight: bold;
}

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3295.eot?v=4.5.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3295.html?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-angle-down:before{content:"\f107"}

@media screen and (max-width: 992px) {

.main-menu
{
	display: none;
}
.main-menu-for-mobile{}
.main-menu-for-mobile {
	position: relative;
	float: left;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
}

@media screen and (min-width: 993px) {
.main-menu-for-mobile
{
	display: none;
}

.main-menu {
	clear: both;
	position: absolute;
	padding-top: 8px;
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #02388A;
}
.main-menu ul {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 400px;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 20px;
  padding: 0px 0;
}
.main-menu ul li a{
	color: #02388A;
}
.main-menu ul li a:hover{
	color: #EB3B60;
}

.main-menu ul#language {
}
.main-menu ul#language li {
  position: relative;
}
.main-menu ul#language li a{}
.main-menu ul#language li ul {
  background: #FFFFFF none repeat scroll 0 0;
  border-top: 2px solid #02388A;
  border-bottom: 2px solid #02388A;
  opacity: 0;
  position: absolute;
  left: 0;
  margin-top: 8px;
  top: 135%;
  transition: all 0.3s ease 0s;
  width: 300px;
  visibility:hidden;
  z-index:999;
  font-weight: bold;
}
.main-menu ul#language li:hover ul{opacity: 1;top: 100%;visibility:visible;}
.main-menu ul#language li:hover ul li a:hover{color:#EB3B60}
.main-menu ul#language li ul li {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.main-menu ul#language li ul li a {
  color: #02388A;
  display: block;
  padding: 10px 0;
}

}

.header-search input {
  background: #FFFFFF none repeat scroll 0 0;
  border: 0 none;
  height: 40px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  font-size: 15px;
}

.header-search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.header-search button:hover{color:#02388A}
	.show
	{
		padding:10px; 
		border-bottom:1px #999 dashed;
		font-size:15px; 
		height:30px;
	}
	.show:hover
	{
		background: #FFFFFF;
		color:#000000;
		cursor:pointer;
	}

/*
=======================================================================
	End of Header
=======================================================================
*/

/*
=======================================================================
	Start of Footer
=======================================================================
*/

@media screen and (max-width: 992px) {
.main_footer
{
	clear: both;
	position: fixed;
	text-align: center;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 32px;
	/*background-color: #2874F0;*/
	background-color: #02388A;
	font-weight: bold;
	font-size: 14px;
}

.footer_copyrights
{
	text-align: center;
}

.footer_policy
{
	text-align: center;
}

.footer_advertise
{
	position: fixed;
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	bottom: 31px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	border-top: 1px solid #000000;
}

.header_advertise
{
	display: none;
}

}

@media screen and (min-width: 993px) {
.main_footer
{
	clear: both;
	position: relative;
	text-align: center;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 37px;
	/*background-color: #2874F0;*/
	background-color: #02388A;
	font-weight: bold;
	font-size: 14px;
}

.footer_copyrights
{
	text-align: center;
}

.footer_policy
{
	text-align: center;
}
.footer_advertise
{
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	bottom: 31px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.header_advertise
{
	visibility: hidden;
}

}

.footer_policy a
{
	color: #FFFFFF;
}

.footer_policy_mob a
{
	color: #FFFFFF;
}
/*
=======================================================================
	End of Footer
=======================================================================
*/

/*
=======================================================================
	Start of Main Content
=======================================================================
*/

@media screen and (max-width: 929px) {
.main_content
{
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px 0px 97px 0px;
}
}

@media screen and (min-width: 930px) {
.main_content
{
	clear: both;
	position: relative;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
}

/*
=======================================================================
	End of Main Content
=======================================================================
*/

@media screen and (max-width: 1151px) {
#main_body {
  margin: 0px;
}
#left_content {
	display: none;
}
#middle_content {
  float: left;
  width: 100%;
}
}

@media screen and (min-width: 1152px) {
#main_body {
  margin-left: 230px;
}
#left_content {
  float: left;
  width: 230px;
  margin-left: -230px;
}
#middle_content {
  float: right;
  width: 99%;
}
}
/*
=======================================================================
	Start of Content for Shop Page
=======================================================================
*/

.shop_left_category_heading
{
	clear: both;
	position: relative;
	width: 230px;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
}

.shop_left_category_heading ul li
{
	list-style: none;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

.shop_left_category_heading ul a
{
	color: #000000;
}

.shop_left_category
{
	clear: both;
	position: relative;
	width: 230px;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

.shop_left_category ul li
{
	list-style: none;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

.shop_left_category ul a
{
	color: #000000;
}

.shop_left_category ul a:hover
{
	color: #EB3B60;
}

.second-menu
{
	margin-left: 20px;
}

.shop_left_filter
{
	clear: both;
	position: relative;
	width: 230;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
}

.shop_left_filter ul li
{
	list-style: none;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 200;
}

.shop_left_filter ul a
{
	color: #000000;
}

.shop_left_filter_content
{
	clear: both;
	position: relative;
	width: 230;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	max-height: 215px;
	overflow: scroll;
	overflow-x: hidden;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

.shop_left_filter_content ul li
{
	list-style: none;
	margin-left: 10px;
	font-size: 11px;
	font-weight: 200;
}

.shop_left_filter_content ul a
{
	color: #000000;
}

.shop_left_filter_content::-webkit-scrollbar {
    width: 1em;
}
 
.shop_left_filter_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.shop_left_filter_content::-webkit-scrollbar-thumb {
  background-color: #02388A;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 910px) {
.shop_small_heading_filter
{
	display: none;
}

#middle_heading {
	display: none;
}

#path {
	display: none;
}
#path a{
	display: none;
}

#path a:hover{
	display: none;
}

#sort_by {
	display: none;
}

#sort_by a{
	display: none;
}

#sort_by a:hover{
	display: none;
}

}
@media screen and (min-width: 911px) {
.shop_small_heading_filter
{
	clear: both;
	position: relative;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

#middle_heading {
  margin-left: 200px;
}

#path {
  float: left;
  margin-left: -195px;
}
#path a{
	color: #000000;
}

#path a:hover{
	color: #EB3B60;
}

#sort_by {
  float: right;
  width: 460px;
  margin-right: 5px;
}

#sort_by a{
	color: #000000;
}

#sort_by a:hover{
	color: #EB3B60;
}

}

@media screen and (max-width: 726px) {
.shop_small_heading_for_mobile
{
	clear: both;
	position: relative;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #009933;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

.shop_small_heading
{
	display: none;
}

#product_heading {
	display: none;
}
#product_heading a{
	display: none;
}

#product_heading a:hover{
	display: none;
}

#product_image {
	display: none;
}
#product_image a{
	display: none;
}

#product_image a:hover{
	display: none;
}
}

@media screen and (min-width: 727px) {

.shop_small_heading_for_mobile
{
	display: none;
}

.shop_small_heading
{
	clear: both;
	position: relative;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

#product_heading {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #009933;
	text-transform: uppercase;
}
#product_heading a{
	color: #000000;
}

#product_heading a:hover{
	color: #EB3B60;
}

#product_image {
  float: left;
  margin-left: -190px;
  width: 230px;
  margin-top: 10px;
}
#product_image a{
	color: #000000;
}

#product_image a:hover{
	color: #EB3B60;
}
}

@media screen and (max-width: 910px) {
#product_middle_content {
  float: left;
  vertical-align: top;
  margin-right: 5px;
  margin-left: 5px;
  width: 90%;
}
}

@media screen and (min-width: 911px) {
#product_middle_content {
  vertical-align: top;
  margin-right: 5px;
  margin-left: 5px;
  width: 100%;
}
}

#product_middle_content a{
	color: #000000;
}

#product_middle_content a:hover{
	color: #EB3B60;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
}

#navcontainer ul li
{
	display: inline;
	list-style-type: none;
}

#navcontainer ul li:before
{
	font-size: 20px;
	content: " \00b7 ";
}

@media screen and (max-width: 910px) {
#product_right_content {
	display: none;
}

.pro-price-mobile {
  float: center;
  font-size: 20px;
  font-weight: 700;
}
.pro-price-mobile span.normal {
  color: #eb3b60;
}
.pro-price-mobile span.old {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.pro-rating-mobile {
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 15px;
}
.pro-rating-mobile i{}

.normal-button-mobile a
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #02388A;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.normal-button-mobile a:hover
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #ec8526;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.pro-price {
	display: none;
}
.pro-price span.normal {
	display: none;
}
.pro-price span.old {
	display: none;
}
.pro-rating {
	display: none;
}
.pro-rating i
{
	display: none;
}

.pro-price-middle {
  float: center;
  font-size: 20px;
  font-weight: 700;
}
.pro-price-middle span.normal {
  color: #eb3b60;
}
.pro-price-middle span.old {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.pro-rating-middle {
  float: left;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 15px;
}
.pro-rating-middle i{}

.normal-button-middle a
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #02388A;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.normal-button-middle a:hover
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #ec8526;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.normal-button a
{
	display: none;
}

}

@media screen and (min-width: 911px) {
#product_right_content {
  float: right;
  vertical-align: top;
  margin-right: 5px;
  width: 150px;
}

.pro-price {
  float: center;
  font-size: 20px;
  font-weight: 700;
}
.pro-price span.normal {
  color: #eb3b60;
}
.pro-price span.old {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.pro-rating {
  float: left;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 15px;
}
.pro-rating i{}

.normal-button a
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #02388A;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.normal-button a:hover
{
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	height:20px;
	border:none;
	border-radius:3px;
	background-color: #ec8526;
	font-size:12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.normal-button-middle a
{
	display: none;
}


.pro-price-middle {
	display: none;
}
.pro-price-middle span.normal {
	display: none;
}
.pro-price-middle span.old {
	display: none;
}
.pro-rating-middle {
	display: none;
}
.pro-rating-middle i
{
	display: none;
}

}
/*
=======================================================================
	End of Content for Shop Page
=======================================================================
*/

/*
=======================================================================
	Start of Page Number
=======================================================================
*/

.shop-pagination {
  margin-top: 0px;
}
.pagination {
  margin: 0px 0 0;

}
.pagination ul li {
  display: inline-block;
}
.pagination ul li.active {
  background: #EB3B60 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  padding: 3;
  text-align: center;
  min-width: 25px;
}
.pagination ul li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  color: #777;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  padding: 3;
  text-align: center;
  min-width: 25px;
}
.pagination ul li a:hover {
  border: 1px solid #EB3B60;
  color: #ec4445;
}

/*
=======================================================================
	End of Page Number
=======================================================================
*/


/*
=======================================================================
	Start of Single Product
=======================================================================
*/

.single-product-body
{
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
	text-align: justify;
	font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
}

/*-----------------------------
6. features-area 
-------------------------------*/
.features-area{}
.section-title {
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
.section-title h2 {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.section-title h2::before, .section-title h2::after {
  border-top: 4px double #666;
  content: "";
  left: -136px;
  position: absolute;
  top: 9px;
  width: 120px;
}
.section-title h2::after {
  left: inherit;
  right: -136px;
}
@media screen and (max-width: 400px) {
.single-product{
	width: 100%;
	text-align: center;
}
}

@media screen and (min-width: 401px) {
.single-product{
	width: 250px;
	text-align: center;
}
}
.single-product-out-of-stock{
	opacity: 0.5;
}
.single-product-image
{
	height: 200px;
}
.single-product-name
{
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}
.single-product-ratings
{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.single-product-for-mobile{
	min-height: 220px;
}
.single-product-out-of-stock-for-mobile{
	min-height: 220px;
	opacity: 0.5;
}
.product-img {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-img > a {
  display: block;
  position: relative;
  text-align: center;
}
.product-img > a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  text-align: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:9;
  transition: all 0.3s ease 0s;
}
.single-product:hover a::before{opacity:.6}
.product-img a img{}
img.primary-img{}
img.secondary-img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  opacity:0;
}
.single-product:hover img.secondary-img{opacity:1;}
.product-action {
  bottom: -35px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.single-product:hover .product-action{bottom:0;opacity:1}
.single-product:hover .pro-button-top {top: -100px;;opacity:1}
.pro-button-top {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 35px;
  transition: all 0.5s ease 0s;
}
.pro-button-top a {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 18px;
  text-transform: uppercase;
}
.pro-button-bottom{}
.pro-button-bottom a {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  width: 45px;
}
.product-action a:hover{background:#EB3B60}
span.sale {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 2px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 99;
}
.product-info {
  overflow: hidden;
  padding-top: 10px;
}
.product-info h3 {
  font-size: 17px;
}
.product-info h3 a{}
.pro-price {
  float: center;
  font-size: 20px;
  font-weight: 700;
}
.pro-price span.normal {
  color: #eb3b60;
}
.pro-price span.old {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.pro-rating {
  float: right;
  margin-top: 0px;
  margin-bottom: 2px;
}
.pro-rating i{}
.product-tab{}
ul.tab-menu {
  margin-bottom: 30px;
  text-align: center;
}
ul.tab-menu li {
  display: inline-block;
  margin: 0 3px;
}
ul.tab-menu li.active a,ul.tab-menu li a:hover{border-color:#EB3B60;color:#EB3B60}
ul.tab-menu li a {
  border: 2px solid #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #666;
  display: inline-block;
  font-size: 25px;
  height: 40px;
  left: -30px;
  line-height: 38px;
  margin: -20px 0 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{left:auto;right:-30px;}
.owl-carousel:hover .owl-controls .owl-buttons div{opacity:1}
a.btn-icon {
  border-radius: 0;
  border: 0;
}
a.btn-icon:hover{background:#EB3B60;color:#fff!important}

.single-pro-price {
  float: center;
  font-size: 20px;
  font-weight: 700;
}
.single-pro-price span.normal {
  color: #eb3b60;
}
.single-pro-price span.old {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}

/*
=======================================================================
	End of Single Product
=======================================================================
*/

/*
=======================================================================
	Start of My Account Page
=======================================================================
*/

.my-account
{
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
}

.my-account-text
{
	padding: 10px;
}

.my-account-body
{
	margin: auto;
	width: 50%;
}

.my-account-heading
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #03C;
	margin: 20px 0px 0px 20px;
}
/*
=======================================================================
	End of My Account Page
=======================================================================
*/

.content_body
{
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	line-height: 30px;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	margin-bottom: 20px;
	text-align: justify;
	font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
}

#processing
{
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #006600;
	text-align: center;
}

.alert {
	padding:8px 20px 8px 54px;
	border-radius:3px;
	background-position:24px 8px;
	background-repeat:no-repeat;
	border-width: 1px;
	border-style:solid;
	margin-bottom:0px;
	}
.alert-error {
	text-align: center;
	background-color:#f4c9c9;
	background-image:url(../images/ico-alert-error.png);
	border-color:#ed9d9d;
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	}

.alert-error-small {
	text-align: center;
	background-color:#f4c9c9;
	background-image:url(../images/ico-alert-error.png);
	border-color:#ed9d9d;
	color: #FF0000;
	font-weight: bold;
	}

.alert-warning {
	text-align: center;
	background-color:#f6f1d2;
	background-image:url(../images/ico-alert-warning.png);
	border-color:#e3ce4b;
	color:#d2b715;
	}
.alert-info {
	text-align: center;
	background-color:#d1e8f5;
	background-image:url(../images/ico-alert-info.png);
	border-color:#6bbeed;
	color:#3d9cd2;
	}
.alert-success {
	text-align: center;
	background-color:#deef90;
	background-image:url(../images/ico-alert-success.png);
	border-color:#adc92a;
	color: #009900;
	font-weight: bold;
	}
/*
=======================================================================
	Start of Login Page
=======================================================================
*/
#show_login
{
	cursor: pointer;
	color: #FFFFFF;
}

@media screen and (max-width: 500px) {
#loginform
{
	margin-top: 50px;
	margin-bottom: -30px;
	width: 100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
	visibility:hidden;
	display:none;
}
}

@media screen and (min-width: 501px) {
#loginform
{
	margin-top: 50px;
	margin-bottom: -30px;
	width:500px;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
	visibility:hidden;
	display:none;
}
}

#loginform #close_login
{
	position: relative;
	top: -60px;
	left: 385px;
	width:15px;
	height:15px;
	cursor: pointer;
}

#loginform p
{
 margin-top:10px;
 margin-bottom: 15px;
 font-size:22px;
 color:#000000;
}

#loginform #login
{
 width:280px;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginform #password
{
 margin-top:10px;
 margin-left: 20px;
 width:280px;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginform #jumpperpage
{
 margin-top:10px;
 margin-left: 20px;
 width:280px;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#fullpage #jumpperpage
{
 margin-top:10px;
 margin-left: 20px;
 width:280px;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginform #dologin
{
 margin-left: 20px;
 margin-top:10px;
 padding:10px;
 height:40px;
 border:none;
 border-radius:3px;
 color:#FFFFFF;
 background-color: #02388A;
 font-size:20px;
 cursor: pointer;
}

@media screen and (max-width: 700px) {
#loginpage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}

#attendancepage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}
#fullpage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}

}

@media screen and (min-width: 701px) {
#loginpage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}
#attendancepage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:800px;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}

#fullpage
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-top: 5px solid #02388A;
	border-bottom: 2px solid #02388A;
	box-shadow:0px 0px 10px 0px #424242;
	padding:10px;
	box-sizing:border-box;
}

}

#loginpage #close_login
{
	position: relative;
	top: -60px;
	left: 385px;
	width:15px;
	height:15px;
	cursor: pointer;
}

#loginpage p
{
 margin-top:10px;
 margin-bottom: 15px;
 font-size:22px;
 color:#000000;
}

#loginpage #login
{
 width:80%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #date
{
 width:20%;
 height:18px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #viewuser
{
 width:50%;
 height:10px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #password
{
 margin-top:10px;
 margin-left: 0px;
 width:80%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #selectdrop
{
 margin-top:10px;
 margin-left: 0px;
 width:80px;
 height:30px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #jumpperpage
{
 margin-top:10px;
 margin-left: 0px;
 width:100%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #jumpperaccount
{
 margin-top:10px;
 margin-left: 0px;
 width:100%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#fullpage #jumpperpage
{
 margin-top:10px;
 margin-left: 0px;
 width:100%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#attendancepage #jumpperpage
{
 margin-top:10px;
 margin-left: 0px;
 width:100%;
 height:40px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#loginpage #dologin
{
 margin-left: 0px;
 margin-top:10px;
 padding: 10px;
 height:40px;
 border:none;
 border-radius:3px;
 color:#FFFFFF;
 background-color: #02388A;
 font-size:20px;
 cursor: pointer;
}

#loginpage #doviewuser
{
 margin-left: 0px;
 margin-top:10px;
 padding: 5px;
 height:20px;
 border:none;
 border-radius:3px;
 color:#FFFFFF;
 background-color: #02388A;
 font-size:12px;
 cursor: pointer;
}

#loginpage #doviewuser:hover
{
 margin-left: 0px;
 margin-top:10px;
 height:20px;
 padding: 5px;
 border:none;
 border-radius:3px;
 color:#FFFFFF;
 background-color: #006600;
 font-size:12px;
 cursor: pointer;
}

#website
{
 width:90%;
 height:30px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}
/*
=======================================================================
	End of Login Page
=======================================================================
*/

@media screen and (max-width: 900px) {
.data-page-for-mobile
{
	width: 100%;
}

.data-table-for-mobile
{
	width: 100%;
	border: 2px solid #02388A;
	box-shadow: 20px 50px 40px -20px #02388A inset;
	box-sizing:border-box;
	margin-bottom: 25px;
}

.data-table-for-mobile-first-tr
{
	color: #FFFFFF;
	font-weight: bold;
}

.data-table-for-mobile-first-td
{
	padding: 10px;
}

.data-table-for-mobile-second-tr
{
	color: #000000;
	font-weight: bold;
}

.data-table-for-mobile-second-td
{
	padding: 10px;
}

}

@media screen and (min-width: 901px) {
#data-page
{
	min-width: 901px;
}

.data-table
{
	border: 2px solid #02388A;
	box-shadow: 20px 70px 40px -20px #02388A inset;
	box-sizing:border-box;
}

.data-table-first-tr
{
	font-weight: bold;
	color: #FFFFFF;
}

.data-table-first-td
{
	padding: 20px;
	color: #FFFFFF;
}

.data-table-first-td a
{
	padding: 20px;
	color: #FFFFFF;
}

.data-table-second-tr
{
}

.data-table-second-td
{
	padding: 20px;
}

}

#content_on_phone_specification
{
	width: 100%;
	margin-left: 0px;
	padding: 0px;
}

#description_table
{
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
}

#description_table_heading
{
	width: 100%;
	padding: 5px;
	background-color: #E0DADD;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#description_table_row_one
{
	width: 30%;
	padding: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	border: 1px solid #999999;
	border-top: 0px;
	color: #444444;
}

#description_table_row_two
{
	width: 70%;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #999999;
	border-left: 0px;
	border-top: 0px;
	color: #000000;
}

#button
{
	margin-left: 0px;
	margin-top:10px;
	padding: 10px;
	height:25px;
	border:none;
	border-radius:3px;
	color:#FFFFFF;
	background-color: #02388A;
	font-size:20px;
	cursor: pointer;
}

#invoiceform
{
 width:200px;
 height:20px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}

#invoiceformyear
{
 width:70px;
 height:20px;
 border:2px solid silver;
 border-radius:3px;
 padding:5px;
}
