
a {
  color: #1072D6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #024A94;
  text-decoration: underline;
}
/* START OVER RIDDEN FROM bootstrap.css */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #333;
  background-color: #F2EEEA;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.container-fluid .jumbotron {
  border-radius: 6px;
}

.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #d5e9fa;
}

.table-lightblue,
.table-lightblue > th,
.table-lightblue > td {
  background-color: #e2eefa;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* END OVER RIDDEN FROM bootstrap.css */


/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
margin-top: 0;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
color: #B94A48;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
color: #C09853;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
color: #3A87AD;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
color: #3C763D;
}

.bs-callout p:last-child {
margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f1e7bc;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #d0e3f0;
}
.bs-callout-success {
background-color: #dff0d8;
border-color: #d6e9c6;
}

/* pagination hover effect */
.pagination a {
    transition: background-color .3s;
}

/* scroll up button NOT bootstrap*/
/* https://markgoodyear.com/labs/scrollup/?theme=link */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: url('../img/top.png') no-repeat;
}

.white, .white a { color: #fff; }
.black, .black a { color: #000; }
.background-black { background-color: #000; }
.background-grey { background-color: #535252; }
.sunburst, .sunburst a { color: #FF8536; }

#header-search { margin-top: 5px; }
.header-search input { color: black; font-size: 1.1em; padding: 6px; border-color: #5a5a5a;   }
.header-search > .btn { background-color: #5a5a5a; border-color: #5a5a5a; padding-left: 15px; padding-right: 15px; }
.navbar-header > ul { margin-top: 16px; }
.navbar-brand { margin-right: 0px; }
.navbar { margin-bottom: 5px; background-color: #fff; border: none; padding: 0px; }
.dropdown-menu { margin-top: -1px; }
.dropdown:hover>.dropdown-menu {
  display: block;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: solid 1px #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #efefef;
  border: solid 1px grey; 
}

#header-menu-dropdown div:first-child { width: 430px; }
#header-menu-dropdown h6 { margin-left: -10px; font-size: 1em; font-weight: bold; color: black; }
#header-menu-dropdown.dropdown-menu a { color: #1072D6; }
#header-menu-dropdown a:hover { color: #024A94; text-decoration: underline; }

.nav-item { padding-left: 2px; }
.nav-pills > li > a:hover { background-color: #F2EEEA; }

@media(min-width: 0px){
  html { font-size: 1.05em; }
  #header-search { display: none; }
  .ebluejay-search input {  width: 620px; }
  #mobile-categories { display: block; font-size: 1.1em; }
  .navbar-brand > img { width: 135px; height: auto; }
  #header-search-mobile { display: block; padding-bottom: 10px; }
}

@media(min-width:768px) {
  html { font-size: 14px; }
  #header-search { float: left; margin-top: 0; display: block; }
  #header-search input { float: left; width: 240px; }
  .navbar-header { height: 80px; width: 100%; }
  #mobile-categories { display: block; font-size: 1.1em; }
  .navbar-brand > img { width: 90%; height: auto; }
  #header-search-mobile { display: none; }
}

@media (min-width:992px) {
  #header-search { float: left; margin-left: 30px; margin-top: 0; }
  #header-search input { width: 375px; }
  .navbar-header { height: 80px; width: 100%; }
  #mobile-categories { display: none; }
  .navbar-brand > img { width: 100%; height: auto; }
  #header-search-mobile { display: none; }
}

@media (min-width:1200px) {
  #header-search input { width: 480px; }
}

/* scroll up button NOT bootstrap*/
/* https://markgoodyear.com/labs/scrollup/?theme=link */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: url('../../img/top.png') no-repeat;
}

/* cart count */
#lblCartCount {
  font-size: 12px;
  background: #FF8536;
  color: #fff;
  padding: 1px 4px;
  vertical-align: top;
  margin-left: -10px;
  margin-top: -5px;
}
.badge {
padding-left: 0px;
padding-right: 0px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 6px;
}

.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}

/* login */
.or-separator {
	margin: 35px 0 15px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.or-separator i {
	padding: 0 10px;
	background: #ffffff;
	position: relative;
	top: -11px;
	z-index: 1;
}
.g-signin2{
  width: 100%;
}

.g-signin2 > div{
  margin: 0 auto;
}

/* custom colors */
.efefef {
  color: #efefef;
}

.sunburst-orange {
  color: #F76321;
}

/* item carousel */
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    
}

/* eb specific css */
.featured-seller { width: 100%; }
.recently-viewed { width: 100%; }
.powered-by-paypal { font-size: .85em; position: absolute; right: 15px; }
.powered-by-paypal a { color: grey; }
.powered-by-paypal a:hover { text-decoration: none; color: black; }
.recently-listed div { margin: 5px 5px 0 0; float: left; border: solid 1px rgba(0, 0, 0, 0.03); }
.recently-listed img { border: solid 1px #efefef; }
.recently-listed img:hover { border: solid 1px #000; }
.click-cursor { cursor: pointer; }

@media(min-width: 0px){
.featured-seller { padding-left: 3px; height: 790px; overflow: hidden; }
.recently-viewed { padding-left: 3px; }
.powered-by-paypal { top:-19px; right: 15px; }
.recently-listed { padding-left: 16px; }
}

@media(min-width:768px) {
.featured-seller { padding-left: 9px; height: 790px; overflow: hidden; }
.recently-viewed { padding-left: 9px; }
.powered-by-paypal { top:-17px; }
.recently-listed { padding-left: 19px; }
}

@media (min-width:992px)  {
.featured-seller { padding-left: 10px; height: 525px; overflow: hidden; }
.recently-viewed { padding-left: 10px; }
.powered-by-paypal { top:-17px; }
.recently-listed { padding-left: 6px; }
}

@media (min-width:1200px)  {
.featured-seller { padding-left: 18px; height: 525px; overflow: hidden; }
.recently-viewed { padding-left: 18px; }
.powered-by-paypal { top:-17px; }
.recently-listed { padding-left: 1px; }
}