﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300';

div .purchase-history {
    page-break-inside: avoid;
}

a {
    background-color: transparent;
}

b, strong {
    font-weight: bolder;
}

h1 {
    font-size: 2em;
    font-size: 2.25rem;
    font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

img {
    border-style: none;
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

/*body, dl, legend, pre {
    margin: 0;
    padding: 0;
}*/

html {
    line-height: 1.5;
    overflow-y: scroll;
    min-height: 100%;
    font-size: 1em;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #676767;
    overflow-x: hidden;
}

h2 {
    font-size: 1.75rem;
    font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

h3 {
    font-size: 1.5rem;
    padding-top: 1.2em;
    font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

table {
    width: 100%;
}

p {
    font-size: .875rem;
    line-height: 1.5;
}

.o-wrapper {
    display: inherit;
    position: relative;
    padding-right: 1.25em;
    padding-left: 1.25em;
    margin-right: auto;
    margin-left: auto;
    max-width: 73.125em;
}

.o-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.o-layout--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.o-animator--toggle {
    opacity: 0;
    display: none;
}

.c-headline {
    text-transform: uppercase;
}

.c-product__title{
    padding-top: 1.75em;
    color: #0072bc;
     margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.3;
}

.c-product-results__item {
    border-bottom: .0625em solid #ced3d6;
}

.c-product__stock {
    margin-top: .125em;
    margin-bottom: 0;
    font-size: .8125em;
}

.c-product__price {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.25em;
}

.c-product__msrp {
    margin-bottom: 0;
    font-size: .8125em;
}

.c-product__image {
    padding: .625em;
    background-color: #fff;
    border: .0625em solid #ced3d6;
}

.c-product__image-src {
    display: block;
    margin: 0 auto;
}

.c-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    margin-bottom: 0;
    margin-right: 1.25em;
    font-size: .75em;
}

.c-detail__label {
    display: block;
    margin-bottom: .4375em;
}

.u-product-image {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
}

.u-product-details {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
}

.u-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.u-hidden {
    display: none !important;
}

.u-pad-section {
    padding: .3em;
}

.u-pad-section-gutters {
    padding: .5em;
}

@media print {
    img {
        max-width: 100% !important;
    }

     .hide-in-print {
        display: none;
    }
}
