/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.red-dashed-border {
    border: 1px dashed red;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption h4 {
    xwhite-space: nowrap;
}

.carousel-inner .img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.thumbnail .img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}

.price {
    color: #c00;
}

span.crossedout {
    text-decoration: line-through;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    xcolor: #d17581;
    color: #c22;
    margin-top: 10px;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 1.5em;
    color: #333;
}

footer {
    margin: 50px 0;
}

.navbar-inverse {
    background-color: #337ab7;
    font-size: large;
}

.navbar-inverse.aamusic {
    background-color: #008db1;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ddd;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: black;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}

body { xbackground-color: #fff3e9; 

    background: rgba(255,243,233,1);
    background: -moz-linear-gradient(top, rgba(255,243,233,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,243,233,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,243,233,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,243,233,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,243,233,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,243,233,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e9', endColorstr='#ffffff', GradientType=0 );

}


.list-group .img {
    height: 80px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 13px;

    position: relative;
}

.list-group .img span {
    line-height: 1.25;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-group-item {
    background-color: transparent;
    font-size: larger;
    border: 1px solid #486f98;
}

@media (min-width: 768px)  {
  .caption {
    height: 250px;
    overflow: auto;
    }

  .navbar {
    min-height: 80px;
  }
  .navbar-brand {
    font-size: x-large;
  }
  body {
    padding-top: 100px;
  }
  .navbar .container {
    height: 78px;
  }

 .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-top: 10px; 
    }
}

p.lead {
    font-weight: initial;
}

.row.row-text {
    padding-left: 20px;
    padding-right: 20px;
}

.item-price-line {
    width: 100%;
}

.item-price-line .price {
    font-size: x-large;
    font-weight: bold;
}

.item-price-line .msrp {
    text-decoration: line-through;
    margin-left: 1em;
    color: grey;
}

img.img-sku-big {
    margin-top: 1.5em;
}

.desc {
    margin-top: 1.3em;
}

.in-card .desc {
     margin-top: .5em;
     margin-bottom: .5em;   
     xheight: 6em;
     xoverflow: scroll;

}

.item-price-line .savings {
    margin-left: 15px;
}
span.savings {
    color: #c00;
    font-style: italic;
}
span.red {
    color: #c00;
}

.shop-item .buy-button {
    margin-top: .6em;
}

.notification {
    border:1px solid #F5811E;
    top:15px;
    clear:all;
    position:relative; 
    margin-bottom: 2em;
}

.notification .cart-text {
    margin: 10px; font-size:medium;
}

table.shopbasket {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.shopbasket th {
    display: table-cell;
    vertical-align: inherit;
    text-align: left;
    padding: 5px;
    background: #337ab7;
    color: #FFF;
    border: solid 1px #486f98;
}

div.showCheckOutForm table.shopbasket th {
    background: #9ba9b5;
}

table.shopbasket td {
    padding: 15px 5px 13px 5px;
    border: solid 1px #486f98;
    vertical-align: top;
}

input.plain.btn {
    float: right;
    text-decoration: none;
    color: #f5811e;
    margin-right: 20px;
    cursor: pointer;
    height: 1.5em;
    padding: 0px 10px 22px 10px;
    background: ghostwhite;
    border: 1px solid tomato;
    font-size: .9em;
}

td.light-text {
    color: #888;
}

.rightalign {
    text-align: right !important;
}

.inline {
    display: inline;
}

.row-text p {
    font-size: 1.3em;
}

div.checkout-button {
    margin-top: 1.5em;
}

div.border-light {
    xborder: 1px solid #CCC;
}

div.formcol label {
    width: 95%;
    margin-bottom: 3px;
    margin-top: 10px;
}

div.formfield {
    padding-left: 5px;
    padding-right: 5px; 
}

div.formfield input {
    width: 100%;
}

div.formfield label {
    font-weight: initial;
}

div.checkout-next-btn {
    margin-top: 1.8em;
}

div.checkout-next-btn input {
    min-width: 30%;
}

div.store-pickup-heading {
    margin-top: .67em;
}
.store-pickup input {
    margin-left: 1em;
    margin-right: .25em;
}

div.error input.red-border {
    border-color: #f00;
    background: rgba(255, 255, 0, 0.38);
}

div.error div.red-border {
   border: 2px solid #f00;
   background: rgba(255, 255, 0, 0.38);
}

div.final-buttons {
    margin-top: 1.2em;
}

div.shop-page-main hr {
    margin-top: 0px;
}

div.shop-page-main p {
    margin: .8em 0 .8em;
}

div.shop-page-main h1 {
    margin-top: 0;
}

div.ratings {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.row.inline-add-to-cart {
    margin: 0px 0px;
    padding: 0px 9px; 
}
.inline-add-to-cart .buy-button {
    height: 1.7em;
    padding: .1em .8em;
}

img.logo {
    height: 55px;
}

/* hide left railing on mobile */
@media (max-width: 414px)  {
    div.shopPage[data-showCheckOutForm="true"] .shopPage-leftRail, div.shopPage[data-showCart="true"] .shopPage-leftRail{
        display: none;
    }
}

@media (max-width: 768px)  {
    div.shopPage .shopPage-leftRail-shortcutLinks {
        display: none;
    }
    img.logo {
        height: 45px;
    }

}

li.menu-shopping-cart a::before {
    margin-right: -10px;
}

input.buy-card-button {
    margin: 10px 0 10px;
}

div.upper-left {
    position: absolute;
    color: #3c0a79;
    width: 100%;
    text-align: center;
    margin-top: 21px;
    font-size: 30px;
    font-weight: bold;
}

div.center-text {
    position: absolute;
    color: #3c0a79;
    width: 100%;
    text-align: center;
    font-size: 16px;
    bottom: 13px;
    font-weight: bold;
}

div.bottom-caption {
    position: absolute;
    color: red;
    width: 100%;
    text-align: center;
    font-size: 25px;
    bottom: 30px;
    font-weight: bold;
}

div.bottom-caption .crossedout {
    color: #bbb;
    font-size: 22px;
    margin-left: 10px;
    font-weight: lighter;
    }

.carousel-indicators {
    visibility: hidden;
}