.button, button {
  background: #bd391d;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 30px;
  border-width: 0px;
  text-shadow: 0px 1px 5px #5F5F5F;
  padding: 4px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(224, 72, 47);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button.large {border: 1px solid #fff;}

section[name="breadcrumbs"] {
  font-size: 16px;
}


/* =============================================================


CART MENU

============================================================= */


.cart-menu {
  display: block;
  margin: 0px auto;
  width: 100%;
  padding: 0;
  text-align: center;
}

.cart-menu li {
  display: inline;
  list-style: none;
  text-decoration: none;
  border-right: 1px solid #3a3a3a;
}

.cart-menu a {
  display: inline-block;
  font-weight: 200;
  text-decoration: none;
  color: #3a3a3a;
  padding: 5px 0px;
  font-size: 18px;
  margin: 0px 10px;
  line-height: .75em;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
  
.cart-menu .active {
  color: #cc2900;
  border-bottom: 5px solid #cc2900;
}

.cart-menu a:hover {
  color: #cc2900;
  border-bottom: 5px solid #cc2900;
}

.cart-menu li.last {
  border-right: none;
}


@media only screen and (min-width: 650px) {
  .cart-menu {
    position: relative;
    top: 0;
    width: 18em !important;
  }
}

@media only screen and (min-width: 960px) {
  .cart-menu {
    position: absolute;
    top: 5em;
    right: 1em;
    text-align: right;
    width: 18em !important;
  } 
}


/* =============================================================


SIDEBAR STYLES

============================================================= */



@media only screen and (min-width: 650px) {

}


.sidebar-links {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.sidebar-links li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.1;
  margin: .5em 0;
}

.sidebar-links li a {
  color: #0C2D49;
  font-weight: normal;
  text-decoration: none;
}
.sidebar-links li a:hover {
  text-decoration: underline;
}

.sidebar-links li ul {
  padding-left: 25px;
}

.sidebar-links li ul li {
  display: block;
}

aside h2 {
  font-size: 24px;
  margin: 0 0 .5em;
}


/* =============================================================


PRODUCTS STYLES

============================================================= */

.product-description {
  color: #A60E23;
  font-size: .8em;
}

.product-list li {
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.product-list h3 {
  clear: none;
  padding-top: 0;
}

.product-list .button {
  float: right !important;
  margin-top: 20px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.product-list .button:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #f6fdff;
}

.list li img {
  padding-right: 10px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  display: block;
  box-sizing: border-box;
  margin-bottom: 2em;
  padding-bottom: 2em;
  width: 100%;
  height: 120px;
  clear: both;
}

.list li img {
  float: left;
  margin-right: .25em;
  width: inherit;
}

.list li h3 {
  margin: 0;
  font-size: .9em;
  line-height: 1;
}

.list li .button {display: none;}

@media only screen and (min-width: 650px) {
  .list li .button {
    display: block;
    float: right;
    margin-top: -50px;
  }
}


#categories-list {
  padding: 0 0 2em 0;
  margin: 0;

}

#categories-list li {
  position: relative;
  display: inline-block;
  margin: 0 0.2em 1em;
  padding-bottom: 1em;
  vertical-align: top;
}

#categories-list img {
  width: 100%;
  
  overflow: none;
}

#categories-list li h2 {
  font-size: .8em;
  width: 100%;
  text-align: center;
}



@media only screen and (min-width: 650px) {
  
  
}

@media only screen and (min-width: 960px) {
  #categories-list li {
    width: 23.5%;
  }
  
  #categories-list li {
      width: 23%;
      height: 12em;
    }
  
    #categories-list img {
      width: 100%;
      height: 10em;
      overflow: none;
    }
  
    #categories-list li h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
}


.categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-list li {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.categories-list h2 {
  font-size: 22px;
  color: #A60E23;
  margin: 0;
  line-height: 1.1;
}

.categories-list h2 a {
  color: #A60E23;
}

.categories-list .button {
  display: inline-block;
  float: right;
  clear: right;
  margin-top: 1em;
}

.gallery, .featured {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery li, .featured li {
  height: 480px;
  margin-bottom: 1em;
  padding: 0 1em;
  text-align: center;
}


.gallery li a.product-photo, .featured li a.product-photo {
  display: block;
  height: 300px;
  line-height: 300px;
  overflow: hidden;
}

.gallery li a.product-photo img, .featured li a.product-photo img {vertical-align: top;}

.gallery li h3, .featured li h3 {
  font-size: 22px;
  padding: 0;
  margin: 10px 0 0;
}

.gallery li .button, .featured li .button {
  margin: 1em 0 0 0;
  float: none !important;
  display: inline-block;
}

.gallery .product-description, .featured .product-description {
  font-size: .8em;
}

@media only screen and (min-width: 650px) {
  .gallery li, .featured i {
    height: 480px;
    padding: 0 1em 1em 1em;
  }
  
  .gallery .product-description, .featured .product-description { 
    font-size: 1em;
  }
  
  .gallery li .button,  .featured li .button {
    margin: 1em 1em 0 0;
    float: right !important;
  }
  
  .gallery li, .featured li {
    text-align: left;
  }
  
  .featured li.left, .gallery li.left {
    margin-bottom: 1em;
    padding-left: 0;
  }
  
}

/* =============================================================


PRODUCT PAGE STYLES

============================================================= */

body.products section {
  box-sizing: border-box;
}

body.products section:before, 
body.products section:after {
  content: " ";
  display: table;
}
body.products section:after {clear: both;}
body.products section {*zoom: 1;}


section[name="product-image"] {
  width: 100%;
  float: none;
}

section[name="product-image"] a {
  display: inline-block;
}

img.large {
  width: 100%;
  margin-bottom: 1em;
  box-sizing: border-box;
}

section[name="product-description"] {
  margin-top: 1em;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

section[name="product-price"] {
  width: 100%;
  float: none;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #ccc;
  border-radius: 0.25em;
  padding: 0.5em;
  margin: 0 0 0.25em 0;
  background-color: rgba(128, 128, 128, 0.1);
}

section[name="product-price"] h4 {
  margin-top: 0;
  font-size: 1.2em;
}

section[name="product-price"] h5 {
  margin: 1em 0;
}

section[name="product-specifications"] {
  float: none;
  width: 100%;
  margin: 0 0 2em;
}

/* payment option tabs */

.tabs {
  list-style: none;
  margin-left: 0;
  height: 1.6em;
  border-bottom: 1px solid #ccc;
}

.tab {
  float: left;
  margin-right: .5em;
  padding: 0;
  line-height: 2em;
}

.tab a {
  font-size: .8em;
  font-weight: bold;
  padding: 0 .5em;
  display: block;
  background-color: transparent;
  border-top-left-radius: .25em;
  border-top-right-radius: .25em;
  border: 1px solid #ccc;
  height: 2em;
  line-height: 2em;
}

.tab a:hover {text-decoration: none;}

.tab.active a {background-color: #cc2900; color: #fff;}

@media only screen and (min-width: 650px) {
  #product_price {
    margin-top: 0em;
  }
  
  section[name="product-image"] {
    width: 66%;
    float: left;
  }
  
  section[name="product-price"] {
    width: 32%;
    float: right;
  }
  
  section[name="product-specifications"] {
    float: right;
    width: 32%;
    margin: 0 0 2em;
  }
  
  section[name="product-description"] {
    margin-top: 1em;
    width: 66%;
    box-sizing: border-box;
    padding: 1em 0 0 0;
    clear: both;
  }
  
}

h4.sale.price {
  color: red;
}

h4.sale.price span {
  font-size: .6em;
  font-weight: normal;
  display: block;
  color: #999;
}

#quantity {
  width: 100px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 5px;

}

#product_specifications {
  margin: 2em .25em;
  box-sizing: border-box;
  padding: 1em;
}

section[name="suggested-products"] {
  clear: both;
  display: none;
}

@media only screen and (min-width: 650px) {
  section[name="suggested-products"] {
    width: 66%;
    display: block;
  }
  
  #product-description {
    width: 600px;
    padding: 0;
  }
  
  #product_specifications {
    padding: 0;
  }
}






/* =============================================================


CART PAGE STYLES

============================================================= */


ul#cart-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul#cart-list li {
  position: relative;
  padding: 10px;
  margin-bottom: .5em;
}

.cart-quantity {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: right;
}

.cart-name {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 180px;
  font-size: .7em;
  font-weight: bold;
  line-height: 1;
}
.cart-name a {color: #0055A5;}

.cart-price {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
  text-align: right;
  font-size: .7em;
}

.cart-remove {
  position: absolute;
  top: 35px;
  right: 5px;
  width: 80px;
  text-align: right;
  font-size: .6em;
}
.cart-remove a {color: red;}

.cart-options {
  padding: 0px 0 0 0px !important;
  margin: 1.25em 0 0 10px !important;
  list-style: square;
  font-size: .7em;
  line-height: 1.3;
}
.cart-options li {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.cart-total-line {
  height: 2em;
}

#shopping-buttons {
  text-align: center;
  padding: 2em 0;
}

@media only screen and (min-width: 650px) {
  #shopping-buttons {
    padding: 4em;
  }
  
  .cart-quantity {
    width: 50px;
    left: 5px;
  }
  
  .cart-name {
    left: 70px;
    width: 500px;
    font-size: 1em;
  }
  
  .cart-price {
    right: 5px;
    width: 140px;
    font-size: 1em;
  }
  
  .cart-options {
    padding: 0px 0 0 60px !important;
    margin: 25px 0 0 15px !important;
    width: 500px;
    list-style: square;
    font-size: 90%;
    line-height: 1.3;
  }
}


/* =============================================================


CHECKOUT PAGE STYLES

============================================================= */

@media only screen and (min-width: 650px) {
  body#cart main {
    padding-left: 6em;
    padding-right: 6em;
  }
  
  body#cart article {
    width: 100%;
    margin: 0 auto;
  }
}

fieldset {
  margin: 0 0 1em 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

label, span.label {
  display: block;
  font-size: .8em;
  font-weight: bold;
}

body#cart fieldset input[type="text"], body#cart fieldset input[type="password"] {
  display: block;
  width: 100%;
}


body#cart h3 {
  font-size: 1.1em;
  font-weight: 200;
}

body#cart h3 span {
  font-size: 16px;
  font-weight: normal;
}

body#cart h2 {
  margin: 2em 0 .5em 0;
}

#shipping_methods {
  list-style: none;
  margin: 0 0 0 2px;
  padding: 0;
}

.purchase-box {
  margin-bottom: 2em;
}

.purchase-box input[type="radio"] {
  margin-left: 2px;
}

.error {
  color: red;
}

#coupon-form {
  text-align: center;
  clear: both;
  margin-top: 4em;
}

#continue-shopping-buttons {
  text-align: center;
  margin: 2em 0;
}

.address.city {
  float: left;
  width: 50%;
  margin-right: 20px
}

.address.state {
  float: left;
}

.address.zip {
  float: left;
}

.card-number-set {
  float: left; 
  width: 48%;
  padding-right: 5%;
}

.card-expiration-set {
  float: left; 
  width: 30%;
  padding-right: 5%;
}

.card-cvc-set {
  width: 12%; 
  float: left; 
}

.card-cvc-description {
  display: none;
  font-size: 0.75rem;
  overflow-x: visible;
}

@media only screen and (min-width: 650px) {
  .address.zip {
    float: left;
    width: 15%; 
    margin-left: 20px;
  }
}

.cart-total {
  width: 280px !important;
}

.purchase-box .column {
  width: 100%;
}

@media only screen and (min-width: 650px) {
  .purchase-box .column {
    width: 48%;
  }
}


/* =============================================================


CUSTOMERS PAGE STYLES

============================================================= */

#new_customer input[type="text"], #customers input[type="password"] {
  width: 100%;
  
}

#orders-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.order {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

li.order a {
  text-decoration: none;
  color: #0f2e48;
}

li.order a.button {
  color: #fff;
}

li.order h3 {
  font-size: 1.5em;
}

li.order h3 span {
  font-size: .5em;
  font-weight: normal;
}

li.order .status {
  position: absolute;
  top: 20px;
  right: 0;
}

.status {
  display: inline-block;
  background-color: #0f2e48;
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}


ul#customer-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

ul#customer-menu li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #999;
  padding: 4px 10px;
}

ul#customer-menu li:last-child {border: none;}

body#customers.sessions h2 {
  font-size: 1.3em;
}

body#customers.sessions form {
  box-sizing: border-box;
  width: 100%;
  padding: 0 3em;
}

@media only screen and (min-width: 650px) {
  body#customers.sessions form {
    float: left;
    width: 50%;
  }
}

