﻿body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 64px;
    padding-bottom: 20px;
}

a {
    color: #1CA8DD;
}

.btn {
    border: none;
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.btn-lg {
    padding: 16px 27px;
}

.btn-primary {
    background-color: #4f69e9;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #3e51b5;
}

.btn-success {
    background-color: #1bc98e;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #159c6e;
}

h2, h3:not(.item-main h3), h4, h5, h6 {
    background-color: #6260f5;
    color: #FFF;
    padding: 1.2rem;
}

.breadcrumb {
    font-size: 1.1em;
    padding: 11px 15px;
}

.breadcrumb>li+li:before {
    content: " › ";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 70%;
}

/* Above does not apply to buttons. */
.btn {
    max-width: none;
}

/* Don't let images overflow. */
img {
    max-width: 100%;
}

/* Having a glyph in the navbar tabs throws off this property. */

.nav-tabs li a {
    border-bottom-style: none;
}

.form-control {
    border-radius: 2px;
}

.btn {
    border-radius: 35px;
}

.form-control-inline {
    display: inline;
}

h3, .h3 {
    font-size: 24px;
    background-color: #6260f5;
    color: white;
    padding: 13px 7px;
}

.item-main h3 {
    padding: 0px;
}

/*--- Navigation ---*/


/* Top Navbar */

.navigation-search-block {
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
}

#navigation-search {
    border-radius: 25px;
    margin-top: 8px;
    border: none;
    box-shadow: none;
    font-size: 1.1em;
    display: inline;
}

.navbar-default {
    background-color: #fff;
    padding: 13px 7px;
}

.navbar-default .navbar-brand {
    color: #3e3f40;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 21px;
}

/* Tabs */

#store-tabs {
    font-size: 18px;
    margin-top: 50px;
}

#order-by {
    float: right;
    width: 200px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: pointer;
}

/* Breadcrumb */

#list-manufacturers {
    float: right;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #1CA8DD;
    border-radius: 5px;
    padding: 4px 10px;
}

#list-manufacturers > a:hover {
    text-decoration: none;
    color: #1CA8DD;
}

/* Categories Navigation */

#subcategories-column {
    padding-left: 0px;
}

#subcategories ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -40px;
}

#subcategories li {
    list-style: none;
    margin-left: 0px;
    width: 100%;
}

#subcategories h2, #subcategories-title h3 {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 10px 2px;
    padding-left: 17px;
    border-bottom: 2px solid #6260f5;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
}

#subcategories h2.selected-category {
    border-bottom: 2px solid #7859a7;
}

#subcategories a {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    display: block;
    text-decoration: none;
    padding: .6em;
    padding-left: 1em;
    color: #333;
    border-top: 1px solid #e5e5e5;
}

#subcategories A:hover  
{
    color:White;
    background-color: #3fe5ac; 
}

#subcategories A.selected  
{
    background-color: #777; 
    color: White; 
}

#subcategories A.selected:hover  
{
    background-color: #777; 
}

/*--- Checkout ---*/

#submit-order-button {
    margin: 40px auto 30px auto;
}

#checkout-tabs {
    margin: 20px auto;
}

#checkout-tabs ul li a {
    border-left-style: none;
}

#checkout-tabs ul li a:hover {
    color: rgb(66, 139, 202);
    cursor: default;
    background-color: white;
}

#checkout-tabs ul li.active a:hover {
    background-color: rgb(66, 139, 202);
    color: white;
}

.state-or-territory-field {
    display: inline;
    max-width: 32%;
}

/*--- Items ---*/


/* Main Content */

#main-content {
    padding: 16px 0px;
}

/* Item Summary */

.item {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    margin-bottom: 7px;
}

#item-list > div:first-of-type { 
    border-top: none;
}

.item-image {
    float: left;
    margin-top: 16px;
}

.item-image img {
    max-height: 61px;
}

.item .buy-buttons {
    margin-top: 16px;
}

.item form {
    float: right;
    padding-right: 10px;
}

.item-main {
    margin-left: 90px;
}

.item-main h3 {
    font-size: 1.27em;
    background-color: #FFF;
}

.item-description {
    color: #5c5d5f;
    font-size: 0.92em;
    margin: 16px 0px;
}

/* Item Detail */

#detail-image {
    margin: auto;
    width: 98%;
}

#detail-shipping {
    padding-bottom: 50px;
}

#buy-buttons-row {
    padding: 40px 0px;
}

.select-quantity {
    display: inline;
    height: 45px;
    width: 70px;
}

#price-detail {
    font-size: 150%;
    margin-top: 10px;
}

#quote-asterix {
    margin-top: -11px;
}

#related-items {
    margin: 70px 0px;
}

/* Cart Item List */

.cart-item-thumbnail {
    max-height: 61px;
    max-width: 61px;
}

.update-quantity {
    display: inline;
    max-width: 50px;
}

#proceed-to-checkout-button {
    margin-top: 70px;
}

/* Any Item List */

.small-input {
    height: 34px;
    width: 40px;
}

.ts-info-panel {
    background-color: #d9edf7;
    color: #3a87ad;
    border: 1px solid #bce8f1;
    border-radius: 7px;
    margin-bottom: 35px;
    padding: 5px 10px;
}

.ts-info-panel h3 {
    background-color: inherit;
    color: inherit;
    margin-top: 10px;
    padding: 5px 7px;
}

.ts-info-panel p {
    padding: 5px 7px;
}

.checkout-title {
    color: #6260f5;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-left: 75px;
    text-decoration: underline;
}
