.page-header {
  padding-bottom: 3.75em;
}

.page-body {
  padding-top: 0;
}

#store ul, #store ol {
  margin: 0;
}

/* HEADER */
#store nav.breadcrumb {
  display: none;
}

#store nav.user-actions {
  text-align: left;
  color: #fff;
  font-family: "montserrat", arial, helvetica, sans-serif;
  position: relative;
  margin: -2.25em 0 2.25em;
  font-size: 1em;
}
@media (max-width: 1020px) {
  #store nav.user-actions {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  html.no-touch #store nav.user-actions {
    box-sizing: content-box;
  }
}
#store nav.user-actions ul {
  list-style: none;
  margin: 0;
  float: none;
  line-height: 1.5em;
  overflow: visible;
}
#store nav.user-actions ul li {
  display: inline-block;
  margin-right: 1.2em;
  border: none;
  padding: 0;
}
#store nav.user-actions ul li:last-child {
  margin-right: 0;
}
#store nav.user-actions ul a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 0.83333em;
  line-height: 1.8em;
  margin: 0em;
  padding-top: 0em;
  padding-bottom: 0.9em;
}
#store nav.user-actions ul li.current a {
  font-weight: bold;
  text-decoration: none;
}
#store nav.user-actions ul li.current a:after {
  content: " ";
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  border-width: 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #fff;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
@media (min-width: 1021px) {
  #store nav.user-actions ul li.user-logout {
    float: right;
  }
  #store nav.user-actions ul li.user-logout a {
    font-size: 0.5787em;
    line-height: 2.4138em;
    height: 2.592em;
    margin: 0em;
    padding: 0em 0.972em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #006db7;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #store nav.user-actions ul li.user-logout a:hover {
    color: #fff;
    background-color: #006db7;
  }
}
#store nav.user-actions ul li.user-logout a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08b";
  margin-left: .3em;
}

.filters {
  padding: 5px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.products .grid, #store .products .grid {
  margin-bottom: -2px;
}

.products ul > li {
  border-top: 2px solid #eee;
}
.products .grid > li {
  border-color: #eee;
  border-width: 2px;
}
.products .list > li > a {
  float: left;
}
.products .grid > li > a {
  display: block;
}
.products .list > li .product-img {
  margin-right: 1em;
}
.products .grid > li .product-img {
  display: block;
  margin: 0;
}

.grid .price, .grid .sale, .grid .cart-add {
  font-size: 0.82em !important;
}

.products .grid .read_more {
  display: none;
}
.products .title {
  margin: .81em 0 .81em;
}
.products .title a {
  color: #ff5e17;
  font-weight: bold;
  font-size: 1.33em;
  text-decoration: none;
}
.products .title a:hover {
  text-decoration: underline;
}

/* LOGIN */
@media (min-width: 1021px) {
  .page-store #store {
    margin-right: 90px;
  }
}

@media (max-width: 860px) {
  .login .main > div {
    width: auto;
    float: none !important;
  }
}

.login .current-user label {
  display: block;
}
.login .current-user input {
  width: 100%;
  max-width: 100%;
}
.login .current-user input[type="checkbox"] {
  width: auto !important;
}

/* DETAIL VIEW */
#img-main img {
  display: block;
}

form.add-cart-form .add-cart-form button {
  font-size: 1em;
}

/* SIDEBAR */
#store .sidebar .search input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.breadcrumb {
  border: 2px solid #e6e6e6;
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#store .search {
  border: 2px solid #e6e6e6;
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#store .sidebar > div, #store .sidebar nav {
  border: 2px solid #e6e6e6;
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#store .sidebar div > h3, #store .sidebar nav > h3 {
  text-transform: uppercase;
  border-radius: 1px 1px 0 0;
}

.category-nav li {
  padding: 3px 0;
}
.category-nav a {
  color: #ff5e17;
}
.category-nav .current > a {
  color: #333;
}
.category-nav > ul > li ul {
  border-top: 1px solid #e6e6e6;
}
.category-nav > ul > li ul > li {
  border-bottom: 1px solid #e6e6e6;
}

/* TABS */
@media (min-width: 1201px) {
  #store .ui-tabs > .ui-tabs-nav {
    border-bottom: 2px solid #e6e6e6;
    overflow: visible;
    list-style: none;
    height: 37px;
    margin-bottom: 1.5em;
    box-sizing: content-box;
  }
  #store .ui-tabs > .ui-tabs-nav > li {
    float: none;
    display: inline-block;
    color: #999;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    background-color: #f6f6f6;
    border-bottom: none;
    height: 35px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    font-weight: bold;
    opacity: 1;
    width: auto;
  }
  #store .ui-tabs > .ui-tabs-nav > li a {
    color: #999;
    padding: 6px 1.22em;
    display: inline-block;
    height: 23px;
  }
  #store .ui-tabs > .ui-tabs-nav > li a:hover {
    color: #ff5e17;
  }
  #store .ui-tabs > .ui-tabs-nav > li.ui-state-active {
    background-color: #fff;
    color: #333;
    height: 37px;
  }
  #store .ui-tabs > .ui-tabs-nav > li.ui-state-active a {
    color: #333;
    padding-bottom: 8px;
    margin-bottom: -2px;
  }
}

@media (max-width: 1200px) {
  .ui-tabs > .ui-tabs-nav {
    display: none;
    list-style: none;
  }
  .ui-tabs > .ui-tabs-nav > li {
    float: none;
    display: block;
    background-color: transparent;
    opacity: 1;
  }
  .ui-tabs > .ui-tabs-nav > li a {
    display: block;
    color: #2b9dde;
  }
  .ui-tabs > .ui-tabs-nav > li.ui-state-active a {
    background-color: #2b9dde;
    color: #fff;
  }

  .ui-tabs-panel.ui-tabs-hide {
    display: block;
  }

  .two-columns > div {
    float: none !important;
    width: auto !important;
  }

  #my-account .ui-nav-buttons {
    margin-top: 0;
    border: none;
    padding: 0;
  }
}
a.emphasized.link-discuss,
a.emphasized.link-prayers {
  margin-bottom: .75em;
}

/* TABLES */
table th {
  text-transform: uppercase;
  color: #888;
}
table a.remove-item {
  font-size: .8em;
}

/* FORMS */
ul.form, #store ul.form {
  list-style: none;
  margin: 0 0 1.5em;
}

ul.form > li {
  padding: 0.75em 1em;
  border-top: 1px solid #fff;
  background-color: #eee;
}

.overlay .add-cart-form > ul, .overlay .add-cart-form > div {
  float: none;
  margin-bottom: 0.75em;
}

ul.form.discipleship-essentials {
  margin-top: 0.75em !important;
}

ul.form label {
  display: inline-block;
  color: #444;
}
@media (max-width: 860px) {
  ul.form label {
    display: block;
    width: auto;
  }
}
ul.form label small {
  color: #888;
  font-style: italic;
}

div.two-columns label {
  width: 50%;
}

ul.form fieldset ul {
  margin: 0;
  list-style: none;
}
ul.form fieldset ul label {
  display: block;
  width: auto;
}

form button {
  border: none;
  -webkit-appearance: none;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  background-color: #2b9dde;
  font-family: "montserrat", arial, helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: .3s;
  cursor: pointer;
  display: inline-block;
}

#main #my-address-book ul.addresses {
  margin-bottom: .81em;
}

.ui-nav-buttons {
  border-top: 2px solid #e6e6e6;
  padding: .81em 0;
  background-color: transparent;
}

.product-reviews .average-review + .review-form-link {
  display: none;
}
