/* Global ================================================================================= */

/* HTML5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* HTML and body */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font: normal 100%/1.27272727272727 "SofiaProRegular";
    color: #000;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
}

/* Links */
a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SofiaProRegular';
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* Misc */
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: 'SofiaProRegular';
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    margin: 0 0 15px 0;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

p strong{
    font-family: 'SofiaProMedium';
    font-style: normal;
    font-weight: 400;
}

/* Lists */
ul, ol {
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Images */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
    /*max-width: 100%; *//* Rescales for responsive designs */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

/* Forms */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
    margin: 0 0 10px 0;
    display: inline-block;
    line-height: 1em;
    color: #000;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
}

label.required em {
    float: right;
    font-style: normal;
    padding: 0 0 0 3px;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border: 1px solid #bebdbd;
    *vertical-align: middle;
}

input, select, textarea {
    /*border: 1px solid #CCC;
    background: #f5f5f5;*/
    padding: 3px;
}

select {
    background: #fff;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #ea7631;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 8px 10px; /* 10px / 11px */
    line-height: 1em;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    font-family: 'SofiaProSemiBold';
    font-style: normal;
    font-weight: 400;
}

button.secondary {
    background: #000;
    color: #fff;
    float: right;
}

button.secondary:hover {
    background: #d0d0d0;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {

}


button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input.input-text,
select.multiselect {
   /* border: 1px solid #cdcdcd;
    background: #f5f5f5;*/
    padding: 8px 6px 6px 6px;
    line-height: 1em;
}

input.input-text:focus {
    color: #666666;
    background: #fff;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 7px 0;
    font-family: 'SofiaProSemiBold';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}



h1 {
    font-size: 26px;
    line-height: 26px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
}

h5 {
    font-size: 11px;
    line-height: 15px;
}

h6 {
    font-size: 10px;
}

/* Grouped fields */

.form-list li {
    margin: 0 0 15px 0 ;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
}

.form-list .field {
    float: left;
    margin: 0 0 14px 0;
}

.form-list input.input-text,
.group-select input.input-text {
    width: 232px;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 250px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: auto;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Buttons set */
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 0;
    border: none;
}

.buttons-set a {
    text-transform: none;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
    color: #00809f;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 5px 0 5px 0;
    padding-left: 25px;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/sprite.png) no-repeat 0 -347px;
    color: #ea7631;
    font-family: 'SofiaProMedium';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

input.validation-failed,
select.validation-failed,
textarea.validation-failed {
    border: 1px solid #e94b54;
    background: #f5f5f5;
}

p.required {
    font-size: 10px;
    text-align: right;
    color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 10px 0;
}

.messages li li {
    margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: dashed;
    border-width: 0 0 1px 0;
    min-height: 24px;
    padding: 10px 10px 0 10px;
    font-weight: normal;
    border-color: #666;
}

.error-msg {
    color: #c30025;
}

.success-msg {
    color: #038a09;
}

.note-msg,
.notice-msg {
    color: #ea7631;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 0 10px;
    margin: 15px 0 0 0px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline;
}
.breadcrumbs li a,
a#backtoprescription{
    text-decoration: none;
    color: #ea7631;
}
.breadcrumbs li a,
.breadcrumbs li strong,
.breadcrumbs li span,
a#backtoprescription {
    font-size: 12px;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
}

/* Page Heading */
.page-title {
    margin: 0;
    padding: 0;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
}

/* Pager (page occur on other pages than category such as account pages) */
.toolbar .pages {
    margin: 3px 0 0 0;
    float: right;
}

.toolbar select {
    padding: 2px;
    background: #fff;
    box-shadow: none;
}

.toolbar .pages ol {
    display: inline;
    padding: 0;
    margin: 0;
}

.toolbar .pages li {
    display: inline;
}

.toolbar .pages li a {
    color: #000;
}

.toolbar .pages li a:hover {
    text-decoration: underline;
}

.toolbar .pages li img {
    margin: 3px 0 0 0;
}

.toolbar .pages .current {
    display: inline-block;
    color: #999;
}

/* Sorter */

.toolbar .sort-by {
    float: left;
    margin: 0 20px 0 0;
}

.toolbar .sort-by select {
    margin: 0 0 0 10px;
}

/* Limiter */
.toolbar .limiter select {
    margin: 0 10px;
}

.toolbar .limiter {
    float: left;
    margin: 0 20px 0 0;
}

/* Toolbar */
.toolbar {
    overflow: hidden;
    padding: 20px 0;
    color: #000;
    text-align: center;
}

.toolbar .amount {
    float: left;
    margin: 3px 20px 0 0;
}

.toolbar-bottom .toolbar {
    border-bottom: none;
}

.toolbar-bottom .no-pagination {
    border-top: 0;
}

.toolbar-bottom .toolbar .amount,
.toolbar-bottom .toolbar .sort-by,
.toolbar-bottom .toolbar .limiter {
    display: none;
}

/* View mode */

.toolbar .view-mode {
    display: inline-block;
}
.toolbar .view-mode label{
    font-family: 'SofiaProMedium';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin: 11px 20px 0 0;
    vertical-align: text-top;
}
.toolbar .view-mode .grid{
    margin: 0 20px 0 0;
    padding-top: 11px;
    vertical-align: text-top;
}
.toolbar .view-mode div{
    background: url(../images/sprite.png) 0 -266px no-repeat;
    padding: 0 0 0 24px;
    display: inline-block;
    vertical-align: text-top;
}
.toolbar .view-mode a{
    background: url(../images/sprite.png) 0 -233px no-repeat;
    padding: 0 0 0 24px;
    display: inline-block;
    vertical-align: text-top;
}


/* Data Table */
.data-table {
    width: 100%;
}

.data-table th {
    padding: 0px;
    /*border: 1px solid #ddd;*/
    font-weight: bold;
    white-space: nowrap;
}

.data-table td {
    padding: 5px;
    /*border: 1px solid #ddd;*/
}

.data-table thead {
    /*background-color: #f2f2f2;*/
}

.data-table tbody {
}

.data-table tfoot {
}

.data-table tr.first {
}

.data-table tr.last {
}

.data-table tr.odd {
}

.data-table tr.even {
    background-color: #FFF;
}

.data-table tbody.odd {
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

.data-table td.value {
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    /*float: right;
    text-align: right;
    padding-left: 20px;*/
    background: url(../images/bkg_collapse.gif) 45px 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 45px -53px;
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline;
    font-weight: normal;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0;
}

.links li.last {
    background: none;
    padding-right: 0;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2:hover {
    background: url(../images/btn_trash.png) 0 100% no-repeat;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* Cookie Notice */
.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}

/* Newsletter popup */

#popupnewsletter {
    border: 6px solid #000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#popupnewsletter .heading {
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    padding: 10px 0 0 0;
    height: 30px;
}

#popupnewsletter label span {
    padding: 10px 35px 30px 35px;
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

#popupnewsletter input {
    border: 1px dashed #000;
    height: 14px;
    width: 250px;
    margin-left: 10px;
}

#popupnewsletter button {
    background: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 160px 8px 160px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#popupnewsletter a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SofiaProRegular';
}

/* Stock qty for retailers */

/*.webshop-qty {
    margin: 20px 0 0;
}*/

.webshop-qty a {
    display: none;
}

/* hide free shipping text on product page for retailers */

.product-shop .retailer tr:last-child {
    display: none;
}

/*Hide breadcrumbs start oage */
body.cms-index-index.cms-start .breadcrumbs
{
    display: none;
}
/* ======================================================================================= */
