﻿html, body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */

html, body {
    background-color: #fff;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans',Arial, sans-serif;
    font-size: 12.5px;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
}

.hide {
    display: none;
}

.show {
    display: block;
}

a {
    text-decoration: none;
    line-height: inherit;
    font-weight: inherit;
}

    a:hover {
        color: #005580;
        text-decoration: underline;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.row {
    zoom: 1;
    margin-left: 0;
    margin-right: 0;
}

    .row:before, .row:after {
        display: table;
        content: "";
        zoom: 1;
        *display: inline;
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    display: inline;
    float: left;
    margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #313131;
    font-family: 'Open Sans', Georgia, serif;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        color: #bfbfbf;
    }

h1 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
}

    h1 small {
        font-size: 18px;
    }

h2 {
    font-size: 22px;
    line-height: 36px;
}

    h2 small {
        font-size: 14px;
    }

h3,
h4,
h5,
h6 {
    line-height: 36px;
}

h3 {
    font-size: 17px;
}

    h3 small {
        font-size: 14px;
    }

h4 {
    font-size: 16px;
}

    h4 small {
        font-size: 12px;
    }

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
    color: #bfbfbf;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul.unstyled {
    list-style: none;
    margin-left: 0;
}

strong {
    font-style: inherit;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: inherit;
    line-height: inherit;
}

p {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 9px;
}

    p small {
        font-size: 11px;
        color: #bfbfbf;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.rx-cart-box {
    background: none;
    border-bottom: 1px solid #ccc;
}

.rx-in-cart-name {
    display: flex;
    justify-content: space-between;
}

.rx-in-cart-indicator {
    background: #559ac8;
    width: 90px;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
}