/* Mobile first design (xs - <768px) */
body
{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000000;
}

.row
{
  margin-right: 0;
  margin-left: -15px;
}

/* header */
.headerShipping
{
  display: none;
}
.headerLogo a img
{
  width: 250px;
}
.headerLogo
{
  text-align: center;
}
#linksWrapper
{
  text-align: center;
  padding: 10px 0;
  font-size: 1.5em;
}
.linksBorder
{
  border-right: 1px solid black;
  padding: 0 10px;
}

/* categories menu */
.navbar-default
{
  background-color: #86ae6f;
}

/* misc */
.button
{
  background-color: #86ae6f;
  color: white;
  padding: 3px 10px;
  border: none;
}

.headerError
{
  background-color: red;
  padding: 5px;
  font-size: 1.2em;
  border-bottom: 2px solid #cdcdcd;
}

.headerInfo
{
  background-color: #add8e6;
  padding: 5px;
  font-size: 1.2em;
  border-bottom: 2px solid #cdcdcd;
}

/* hamburger menu */
.navbar-nav
{
  margin-bottom: 10px;
}

.navbar-collapse
{
  border: none;
  box-shadow: none;
}

.navbar-nav li
{
  list-style: none;
}

.navbar-nav li a
{
  color: #ffffff;
  font-size: 1.3em;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover
{
  color: #ffffff;
  font-size: 1.3em;
}

/* homepage */
.welcomeHome
{
  font-size: 1.3em;
  text-align: center;
  margin: 15px 0;
}

#featuredFindsTitle
{
  text-transform: uppercase;
  font-size: 1.5em;
  padding-left: 25px;
}

hr#featuredFindsLine
{
  display: inline-block;
  height: 1px;
  background: #d3d3d3;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.featuredFindsWrapper,.featuredFindsCategoryWrapper
{
  padding: 4px;
}

.featuredFind
{
  margin-bottom: 20px;
  display: table;
}

.featuredImage img,.featuredCategoryImage img
{
  width: 100%;
  height: auto;
}
.featuredImage img a,.featuredCategoryImage img a
{
  width: inherit;
  height: auto;
  text-decoration: none!important;
}
.featuredImage a:hover,.featuredCategoryImage a:hover
{
  text-decoration: none!important;
}
.featuredImage,.featuredCategoryImage
{
  width: inherit;
  border: 2px solid #2d6b84;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.featuredName,.featuredCategoryName
{
  margin-top: 10px;
  color: #000000;
  font-size: 0.9em;
}

.itemWrapper
{
  border: 2px solid #2d6b84;
  display: block;
  margin-left: 5px;
  padding: 5px;
  border-radius: 5px;
  vertical-align: middle;
}

.categoryItem,.productItem
{
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.categoryItem a:hover,.productItem a:hover
{
  text-decoration: none;
}

.categoryTitle,.productTitle
{
  padding: 10px;
  font-size: 0.8em;
}

.productSpecialPrice
{
  color: red;
  font-weight: bold;
  color: black;
}

/* popup div */
.popdiv {
  width: 640px;
  text-align: left;
  background:#FFF;
  padding: 10px 0;
}
.popdivover {
  position: absolute; 
  top: 0;
  left: 50%;
  margin: 50px 0 0 -320px;
  box-shadow: 0 0 20px #000;
  z-index: 11000;
  padding: 20px 0;
  text-align: center;
}
.popdivtitle {
  clear: both;
  padding-left: 20px;
  cursor: move;
}
.popdivclose {
  position: absolute; 
  top: 0;
  right: 0;
  padding: 10px 20px;
}

/* override query ui: the light blue was hard to see on white background */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
  border: 1px solid #337ab7;
  background: #add8e6;
}

.ui-widget {
        font-size: 0.8em;
}

/* account */
.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/* footer */
#footerWrapper
{
  float: right;
  padding-top: 10px;
}
      
#footer
{
  text-align: left;
}

#companyTitle, #connectedTitle, #personalizedTitle
{
  color: #000000;
  font-size: 1.3em;
}

#companyTitle
{
  margin-left: 10px;
}

ul#companyList
{
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
}
ul#companyList li
{
  color: #9a9a9a;
  font-size: 1.1em;
}

#rightVine
{
        padding-right: 0;
}

#rightVine img
{
        float: right;
}

#leftVine, #rightVine
{
  display: none;
}

.social_icon
{
  width: 32px;
  height: 32px;
}

.format img
{
  height: 32px;
}
.format
{
  color: #9a9a9a;
  font-size: 0.7em;
  display: block;
  float: left;
  margin-right: 10px;
}

/* images on homepage */
#leftWing, #rightWing, #middleImage
{
  width: 100%;
  height: 100px;
  overflow: hidden;
}
  
.middleImageWrapper
{
  padding: 0;
  margin: 0;
}

.wing a:hover,.middleImageWrapper a:hover
{
  text-decoration: none;
}
  
.wingTitle
{
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: -14px;
  height: 14px;
  z-index: 9999;
  color: white;
  background-color: rgba(0,0,0,0.3);
  padding: 1px 0;
  font-size: 0.6em;
}

#piGal img
{
  height: auto;
  width: 100%;
}

/* shopping cart */
#cartWrapper
{
  margin: 5px 20px;
}

.messageStackError
{
  font-size: 1.2em;
  color: #D8000C;
  background-color: #FFBABA;
}

.messageStackWarning
{
  font-size: 1.2em;
  color: #9F6000;
  background-color: #FEEFB3;
}

.messageStackSuccess
{
  font-size: 1.2em;
  color: #4F8A10;
  background-color: #DFF2BF;
}

/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;
}

/* OTF contrib ends */

/* Tablet (sm - between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px)
{
  /* header */
  .headerShipping
  {
    display: none;
  }

  /* categories menu */
  /* show hamburger menu on tablet */
  .navbar-header 
  {
    float: none;
  }
  .navbar-left,.navbar-right 
  {
    float: none !important;
  }
  .navbar-toggle 
  {
    display: block;
  }
  .navbar-collapse 
  {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top 
  {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse 
  {
    display: none!important;
  }
  .navbar-nav 
  {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li 
  {
    float: none;
  }
  .navbar-nav > li > a 
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in
  {
      display:block !important;
  }

  /* hamburger menu */
  .navbar-nav
  {
    margin-bottom: 10px;
  }

  .navbar-collapse
  {
    border: none;
    box-shadow: none;
  }

  .navbar-nav li
  {
    list-style: none;
  }

  .navbar-nav li a
  {
    color: #ffffff;
    font-size: 1.1em;
    text-decoration: none;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover
  {
    color: #ffffff;
    font-size: 1.1em;
  }

  /* footer */
  #leftVine, #rightVine
  {
    display: none;
  }

  /* images on homepage */
  #leftWing, #rightWing, #middleImage
  {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  .wingTitle
  {
    font-size: 0.65em;
    padding: 5px 0;
    margin-top: -25px;
    height: 25px;
  }
}

/* Desktop/Laptop (md - between 992px and 1199px     lg - >=1200px) */
@media (min-width: 992px)
{
  /* header */
  .headerShipping
  {
    display: inline; 
  }

  #headerShippingWrapper
  {
    height: 213px;
    display: table-cell; 
    vertical-align: bottom;
    width: inherit;
    text-align: center;   
  }

  #headerShippingTop
  {
    color: #86ae6f;
    font-size: 1em;
  }

  #headerShippingBottom
  {
    text-transform: uppercase;
    color: #6d4d5a;
    font-size: 1.5em;
  }

  #headerShippingBottom hr
  {
    width: 64%;
    height: 2px;
    border-top: #6d4d5a;
    background-color: #6d4d5a;
    padding: 0;
    margin: 0 0 0 18%;
  }

  #headerFreeShipping
  {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
  }

  #linksWrapper
  {
    height: inherit;
    width: inherit;
    display: table-cell; 
    vertical-align: bottom;
    text-align: right;
    padding-right: 20px;
    font-size: 1em;
  }

  .headerLinks
  {
    height: 213px;
  }

  /* categories menu */
  /* pure css drop down menu */
  .navbar
  {
    min-height: 0;
    padding: 6px 0;
    margin: 0;
    width: 100%;
  }

  #topnavbar .container
  {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #top_navbar
  {
    padding: 0;
    margin: 0;
    /* center drop down menu (4 lines) */
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
  }
  
  #top_navbar ul
  {
    list-style: none;
    padding: 0;
    margin: 0;
    /* center drop down menu (3 lines) */
    position: relative;
    float: left;
    left: 50%;
  }

  #top_navbar ul a
  {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    margin: 3px;
    padding: 0 4px;
  }

  #top_navbar ul a .submenuIcon:before
  {
    content: '▶';
  }

  #top_navbar ul a .submenuIcon
  {
    height: inherit;
    display: inline-block;
    float: right;
  }

  #top_navbar ul li
  {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ffffff;
  }

  #top_navbar ul li:last-of-type
  {
    /* remove line after last element in menu */
    border-right: none;
  }
  
  #top_navbar ul li:hover
  {
    background: #2d6b84;
  }

  #top_navbar ul ul
  {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2d6b84;
    padding: 0;
  }

  #top_navbar ul ul li
  {
    float: none;
    width: 175px;
    border: 1px dashed #cdcdcd;
    z-index: 999999;
    background: #2d6b84;
  }

  #top_navbar ul ul a
  {
    line-height: 120%;
    padding: 10px;
    margin: 0;
    font-size: 0.7em;
  }

  #top_navbar ul ul ul
  {
    top: 0;
    left: 100%;
  }

  #top_navbar ul li:hover > ul
  {
    display: block;
  }
  
  /* footer */
  #leftVine, #rightVine
  {
    display: inline;
  }
  
  /* images on homepage */
  #leftWing, #rightWing, #middleImage
  {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  
  .wingTitle
  {
    padding: 5px 0;
    font-size: 0.85em;
    margin-top: -25px;
    height: 25px;
  }
}


.subtle-link
{
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline;
}

.subtle-link:hover
{
    color: black;
    cursor: pointer;
}


.cart-header
{
   color: rgba(0, 0, 0, 0.6);
   font-weight: bold;
}