/*
  *(=========== Bootstrap customzation ============)*
  This File made by me ("Ahmed Saeed")
  Web and developer for the web lives in Cairo, Egypt
  E-Mail: mr.ahmedsaeed1@gmail.com
  Tel: (02) 01228652007
*/
/*## Table of Content  ## ==================
===========================================================================
# 1- over ride inputs and textarea and select styling
============================================================================
# 2- over ride dropdown-menu styling
===========================================================================
# 3- over ride btn-group styling
============================================================================
# 4- over ride navbar styling
==============================================================================
# 5- over btn and btn-primary styling
=============================================================================
# 6- over pagination styling
============================================================================
# 7- over carousel styling
============================================================================
# 8- over table styling
============================================================================
# 9- over accoradain styling
============================================================================
# 10- over form-horizonta styling
============================================================================
# 11- over nav-tabs styling
============================================================================
# 12- over media-list styling
============================================================================
# 13- over well styling
============================================================================
# 14- Media qauery styling for this file
=================================================================================*/


/*# 1- over ride inputs and textarea and select styling
============================================================================*/
/*=============== inputs ==================*/
label,
input,
button,
select,
textarea {
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color:#444;
}
textarea {
  height:120px;
}
select {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  background:#f7f7f7;
}
select option {
  background:#f7f7f7;
}
select:focus {
  outline:none;
}

select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0,0,0,.3);
  border-color: #aaa;
}


/*# 2- over ride dropdown-menu styling
===========================================================================*/
/*========= dropdown-menu =============*/
.dropdown-menu {
  background-color: #f0f0f0;
}
.dropdown-menu .divider {
  margin: 2px 1px;
  *margin: -5px 0 5px;
  background-color: #e0e0e0;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background:#f16325;
  background-color:#f16325;
  filter:#f16325;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background:#f16325;
  background-color:#f16325;
  filter: #f16325;
}


/*# 3- over ride btn-group styling
============================================================================*/
/*============== btn-group =============*/
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}


/*# 4- over ride navbar styling
==============================================================================*/
/*=================== navbar ================*/
.navbar {
  margin:0;
  width:100%;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  background-color: #e7e7e7;
  background-image:none;
  filter:none;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar select {
  display: none;
}
.navbar .nav {
  margin: 0 auto 0;
}
.navbar .nav > li {
  line-height:40px;
  border-right:1px solid #c7c7c7;
  position:relative;
  -webkit-transition:background .1s linear;
  -moz-transition:background .1s linear;
  transition:background .1s linear;
}
.navbar .nav > li:hover {
  background:#f16325;
  color:#fff !important;
}
.navbar .nav > li:first-child {
	border-left:1px solid #c7c7c7;
}
.navbar .nav > li:first-child a {
  font-size : 13px;
  padding:0 16px;
}
.navbar .nav li span {
  display: none;
  color:#333;
}
.navbar .nav > li > a {
  padding: 0 18px;
  color: #505050;
  text-shadow: 0 1px 0 #ffffff;
  -moz-text-shadow: 0 1px 0 #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:hover > a:hover,
.navbar .nav > li:hover > a:focus i,
.navbar .nav > li:hover > a:hover i,
.navbar .nav > li:hover > a:focus span,
.navbar .nav > li:hover > a:hover span {
  color:#fff;
}
.navbar .nav > li:hover a{
  color:#fff;
  -webkit-text-shadow:0 1px 0 rgba(0,0,0,.1);
  -moz-text-shadow:0 1px 0 rgba(0,0,0,.1);
  text-shadow:0 1px 0 rgba(0,0,0,.1);
}
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a i,
.navbar .nav > .active > a:focus i,
.navbar .nav > .active > a:hover i,
.navbar .nav > .active > a span,
.navbar .nav > .active > a:focus span,
.navbar .nav > .active > a:hover span {
  color: #fff;
  text-decoration: none;
  background: #f16325;
  background-color: #f16325;
  filter:#f16325;
  -webkit-text-shadow:0 1px 0 rgba(0,0,0,.1);
  -moz-text-shadow:0 1px 0 rgba(0,0,0,.1);
  text-shadow:0 1px 0 rgba(0,0,0,.1);
  cursor:pointer;
}

/* ul nested inside ul */
.navbar .nav div {
  position: absolute;
  left:-1px;
  background: #f16325;
  z-index:100;
  border:1px solid #c7c7c7;
  border-top:none;
  -webkit-border-radius:0 0 4px 4px;
  -moz-border-radius:0 0 4px 4px;
  border-radius:0 0 4px 4px;
  display: none;
}
.navbar .nav div ul {
  list-style: none;
  margin:0;
  padding:0;
  display: table-cell;
}
.navbar .nav div ul li {
  position: relative;
  margin:0;
  padding:0;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(0,0,0,.1);
}
.navbar .nav div ul li:first-child {
  border-top:none;
}
.navbar .nav div ul li a {
  color:#fff;
  white-space: nowrap;
  padding:6px 18px;
  display: block;
  font-size:12px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .nav div ul li a:hover {
  text-decoration: none;
  background:rgba(0,0,0,.1);
}
.navbar .nav li:hover > div {
  display: block;
}

/* the third level submenu */
.navbar .nav div li div {
  left:100%;
  top:0;
}


/*# 5- over ride btn and btn-primary styling
=============================================================================*/
/*======== btn =======*/
.btn {
  font-size: 12px;
}
/*========== btn-primary (orange-btn) ==========*/
.btn-primary {
  border:1px solid #f16325;
  background: #f16325;
  background: -moz-linear-gradient(top, #f4885a 0%, #f16325 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4885a), color-stop(100%,#f16325));
  background: -webkit-linear-gradient(top, #f4885a 0%,#f16325 100%);
  background: -o-linear-gradient(top, #f4885a 0%,#f16325 100%);
  background: -ms-linear-gradient(top, #f4885a 0%,#f16325 100%);
  background: linear-gradient(to bottom, #f4885a 0%,#f16325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #f16325;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #f46f35;
}

/*# 6- over ride pagination styling
============================================================================*/
.pagination {
  clear:both;
  margin: 42px 0 0;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
  background:#eee;
}


/*# 7- over ride carousel styling
============================================================================*/
.carousel {
  position: relative;
  line-height: 1;
  margin:0;
  padding:4px;
  background:#fff;
  border:1px solid #e0e0e0;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 30px;
  font-weight: 100;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*# 6- over ride table styling
============================================================================*/
.table {
  margin:0;
}

.pointer {
	cursor: pointer;
}

.table th,
.table td {
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
  border:none;
  background:url('../img/dottedBorder.png') repeat-x left bottom;
}
.table th {
  padding:8px 0;
  background: none;
  font-family: 'Sanchez', serif;
  font-size: 14px;
  font-weight: normal;
}
.table thead {
  border:1px solid #ddd;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
}
.table td img {
  padding: 3px;
  border: 1px solid #e0e0e0;
  background-color:#fff;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  background-color:#fff;
}
.table td img:hover {
  border: 1px solid #d0d0d0;
}
/* td.desc */
.table td.desc,
.table th.desc {
  text-align: left;
  vertical-align: top;
}
.table td.desc .rating {
  list-style: none;
  padding:0;
  margin:6px 0;
}
.table td.desc .rating li {
  margin:0;
  padding:0;
  float: left;
}
.table td.desc .rating li i {
  margin:0;
  padding:0;
  font-size: 14px;
}
.table td.desc .rating i.star-on {
  width:17px;
  height:17px;
  display: block;
  background:url('../img/star-on.png') no-repeat left top;
}
.table td.desc .rating i.star-off {
  width:17px;
  height:17px;
  display: block;
  background:url('../img/star-off.png') no-repeat left top;
}
/* quantity */
.table td.quantity input {
  width:25px;
  text-align: center;
}
/* sub-price */
.table td.sub-price {
  font-size: 18px;
  font-weight: 600;
}


/*# 9- over ride accordion styling
============================================================================*/
.cart-accordion {
  margin-top:60px;
  margin-bottom:0;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}
.accordion-heading {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );

}
.accordion-heading .accordion-toggle {
  padding: 5px 14px;
  color:#444;
  font-family: 'Sanchez', serif;
  font-weight: 13px;
}
.accordion-heading .accordion-toggle:hover,
.accordion-heading .accordion-toggle:active {
  text-decoration: none;
}
.accordion-inner {
  padding: 14px;
  border-top: 1px solid #d6d6d6;
}


/*# 10- over ride form-horizonta styling
============================================================================*/
.form-horizontal .control-group {
  margin-bottom: 14px;
  *zoom: 1;
}
.form-horizontal .control-label {
  width: 140px;
  color:#777;
}
.form-horizontal .controls {
  margin-left: 160px;
}


/*# 11- over ride nav-tabs styling
============================================================================*/
.nav-tabs > li:first-child {
  margin-left:8px;
}
.nav-tabs {
  border-bottom: 1px solid #c4c4c4;
}
.nav-tabs > li > a {
  color:#444;
  border: 1px solid #d2d2d2;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e2e2e2',GradientType=0 );
}
.nav-tabs > li > a:hover {
  border-color: #d2d2d2 #d2d2d2 #d2d2d2;
  background: #e0e0e0;
}
.nav-tabs > li > a:active {
  border-color: #ddd #ddd #ddd;
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0, .05);
  -moz-box-shadow: inset 0 3px 3px rgba(0,0,0, .05);
  box-shadow: inset 0 3px 3px rgba(0,0,0, .05);
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #fff;
  filter: #fff;
}

/* opened dropdown in nav-tabs */
.nav-tabs .open > a {
  background:#555;
  background-color:#555;
  filter: #555;
}


/*# 12- over ride media-list styling
============================================================================*/
.media-list .media img {
  padding: 3px;
  border: 1px solid #e0e0e0;
  background-color:#fff;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.media-list .media img:hover {
  border: 1px solid #aaa;
}


/*# 12- over ride well styling
============================================================================*/
.well {
  padding:20px;
  margin:0;
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.rBorder {
	border: 1px solid #E7E7E7;
	border-radius:6px;
	padding: 15px;
}

.itemPrice {
color: red; 
margin-right: 10px;
}


.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}

.error,
.has-error input,
.has-error select {
  color: #a94442;
}
.has-error input,
.has-error select  {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#errorDiv
{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	text-align: center;
}

#loadingDiv
{

	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #4e4e59;
	opacity: 0.4;
	overflow-x: hidden;
	transition: 0.5s;
	display: none;
	text-align: center;
}

#loadingDivCheckout {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #4e4e59;
	opacity: 0.4;
	overflow-x: hidden;
	transition: 0.5s;
	display: none;
	text-align: center;
}

#loadingDivText {
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	opacity: 1 !important;
	font-weight: bold;
	font-size: x-large;
}

#top_menu_store_credit {
	display: inline-block;
	padding-top: 10px;
}

#mid_hdr_store_credit {
	padding-top: 10px;
}

.lj-countdown {
	color: #ff0000;
	margin-top: 3px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}

.lj-countdown > * {
	text-align: center;
}

.lj-countdown div {
	display: inline-block;
}

.countdown_block {
	margin-left:10px;
}

.lj-countdown div span {
	width: 25px;
	display: inline-block;    	
}

.lj-countdown div span:first-child {
	font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
}

.lj-countdown div span:last-child {
	font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
}

.lj-countdown .row {
	margin-left:0px;
}
	
.mobile_show {
	display:none !important;
}

.upperHeader .inline {
	float:right !important;
}

/*# 14- Media qauery styling for this file
=================================================================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/* navbar */
	.navbar .nav > li:first-child a {
		padding: 0 6px;
	}

	.navbar .nav > li a {
		padding: 0 9px;
	}
	/*.nav-tabs*/
	.blog-tab .nav-tabs > li > a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.hppFrame {
		/*height: 790px;*/
	}

	#top_menu_store_credit {
		display:none;
	}

}

@media only screen and (max-width: 767px) {
  /* navbar */

  .navbar {
	  height:auto;
  }

  .navbar ul.nav {
	display: none;
  }
  .navbar select {
	display: block;
	max-width:90%;
	margin:8px auto 5px;
	padding-right:10px;
	padding-left:10px;
	line-height: 40px;
  }
  
  header {
	 margin-bottom: 0px;
  }
  
.show_list_view {
	display: none;
}
.show_grid_view {
	display: block;
}

  .no_show {
	display: none !important;
  }

  .mobile_show {
	display:block !important;
  }

  .middleHeader .inline {
	  float:left !important;
  }

	.middleHeader .inline li {
		color: white;
		display: block !important;
		font-size: 20px;
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.middleHeader .inline li a {
		color: white;
		display: block !important;
		font-size: 20px;
		font-weight: 900;
		line-height: 30px;
	}

  .middleHeader .inline li a:hover {
	color:#0069b4;
  }
}

.ml-50 {
	 margin-left: 50px;
}

.mr-50 {
	 margin-right: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 730px) {
	.hppFrame {
		/*height: 790px;*/
	}

	.btn-mini {
		height: 30px;
	}

	.payField {
		margin-left: 25px;
	}
}


@media only screen and (min-device-width: 0px) and (max-device-width: 720px) {div#special {visibility:hidden;}}


@media only screen and (min-width: 0px) and (max-width: 485px) {
	 .middleHeader .input-append .ml-50 {
		  margin-left: 0px;
		  padding: 0px 2px 0px 5px;
		  width: 125px;
	 }

	 .middleHeader .input-append .btn.mr-50 {
		  margin-right: 0px;
		  padding: 4px 8px;
	 }
}

@media only screen and (min-width: 0px) and (max-width: 382px) {
	#btnCancelCard {
		float: none;
	}
	.btnDeleteCard {
		float: none;
	}

  
}
/* small screen */
@media (max-width: 768px) {
  .side-menu {
	position: relative;
	width: 100%;
	height: 0;
	border-right: 0;
	border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
	display: inline-block;
  } 

  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
	-moz-animation: slidein 300ms forwards;
	-o-animation: slidein 300ms forwards;
	-webkit-animation: slidein 300ms forwards;
	animation: slidein 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
	/* Add position:absolute for scrollable menu -> see top comment */
	position: fixed;
	left: -300px;
	width: 300px;
	top: 43px;
	height: 100%;
	border-right: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	-moz-animation: slideout 300ms forwards;
	-o-animation: slideout 300ms forwards;
	-webkit-animation: slideout 300ms forwards;
	animation: slideout 300ms forwards;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }

  /* Hamburger */
  .navbar-toggle {
	border: 0;
	float: left;
	padding: 18px;
	margin: 0;
	border-radius: 0;
	background-color: #f3f3f3;
  }

  .navbar-header {
	/* this is probably redundant */
	position: fixed;
	z-index: 3;
	background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
	margin: 0;
  }


  @media print
 {
	body * { visibility: hidden; }
	.print_div * { visibility: visible; }
	.print_div { position: absolute; top: 10px; left: 0px; }
	.print_button { visibility: hidden; }
 }
}

.responsive-nav-icon::before,
.responsive-nav-close::before {
	color: #0069b4;
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 22px;
	position: relative;
}

.responsive-nav-close::before {
	color: #0069b4;
	content: "\f00d";
	font-size: 18px;
}

.responsive-nav-icon {
	background: #fff;
	line-height: normal;
	padding: 5px 8px 4px;
}

.responsive-nav-icon:hover,
.responsive-nav-close:hover {
	opacity: .7;
}

.responsive-nav-close {
	float:right;
	padding-right:15px;
}

.responsive-nav-icon,
.responsive-nav-close {
	cursor: pointer;
	display: none;
}

#overlay {
	background: 0 0 rgba(225, 225, 225, 0.8);
	display: none;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 90;
}

.middleHeader nav {
	 background-color: #1baabd;
	 width: 30%;
	 height: 100%;
	 display:none;
}

.custom-ham-bar {
	width: 20px; /*35px*/
	height: 3px; /*5px*/
	background-color: black;
	margin: 2px 0; /*6px 0*/
}

.responsive-nav-icon2 {
	margin-bottom: 2px;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width: 767px) {
	.responsive-nav-icon{
		display: block;
		z-index: 1;
	}
	
	.responsive-nav-close {
		display: block;
		z-index: 1;
	}

	nav {
		height: 100%;
		padding: 30px;
		position: fixed;
		top: 0; left: -400px;
		-moz-transition: all 0.2s linear 0s;
		-webkit-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
		width: 0;
	}
	
	nav.slide-in {
		left: 0;
		width: 90%;
		z-index: 100;
	}
	
	nav .menu-item {
		display: block;
	}
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.bill-address-error, ship-address-error {
	display: none;
}

.s-address {
	cursor: pointer;
}

	#availableAddresses .table th, .s-address td {
		padding: 5px 0 0 0;
	}

	.s-address:hover .table td {
		background-color: transparent; /* or #000 */
	}

	.s-address:hover {
		background-color: #ccc;
	}

.big-link {
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #2374B2;
	margin: 10px 0 10px 0;
}

.mobilemenulogin {
	 float: left;
}

.mobilemenuaccount {
	 margin-left: auto;
	 float: right;
	 text-align: center;
	 padding-top: 5px;
}

.powered {
	display: none;
}

@media (max-width: 767px) {
	.hProductItems li {
		float: left;
		display: block;
		width: 220px;
		margin-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 731px) {
	.hProductItems li {
		float: left;
		display: block;
		width: 185px;
		margin-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 500px) {
	.hProductItems li {
		float: none;
		display: block;
		width: 100%;
		margin-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}