/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Address `font-family` inconsistency between `textarea` and other form elements. */
/** Address margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; padding: 0; font-weight: 400; }

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Address CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/** Address `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 0; }

dd { margin: 0; }

/** Address paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0; }

/** Correct list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
form { margin: 0; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; width: 100%; }

/* ========================================================================== Helpers ========================================================================== */

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

img { vertical-align: middle; }

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

textarea { resize: vertical; }

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

/*-- buttons --*/
a[class^="btn-"], button[class^="btn-"] {

	line-height: 1;
	display: inline-block;
    padding: 5px 15px;
    min-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
}
a.btn-primary,
button.btn-primary {
    background: #008ab0;
    border: 1px solid #008ab0;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.description {
    margin-top: 10px;
}

a.btn-primary, button.btn-primary { background: #008ab0; border: 1px solid #008ab0; color: white; }
/*a.btn-primary.cart:before, button.btn-primary.cart:before { content: " "; position: absolute; top: 1px; left: 8px; width: 23px; height: 30px; background: url("img/icon-cart-white.svg"); }*/
/*@media only screen and (max-width: 767px) { a.btn-primary.cart:before, button.btn-primary.cart:before { top: 4px; } }*/

a.btn-secondary, button.btn-secondary { background: transparent; border: 1px solid #008ab0; color: #008ab0; }
a.btn-secondary.adr, button.btn-secondary.adr, a.btn-secondary.aro, button.btn-secondary.aro, a.btn-secondary.adp, button.btn-secondary.adp { background: #ccc; color: #333; border: 1px solid #aaa; }
/*a.btn-secondary.adr:before, button.btn-secondary.adr:before { content: " "; width: 20px; height: 20px; position: absolute; top: 10px; left: 10px; background: url("img/gray_adr.svg"); }*/
/*a.btn-secondary.aro:before, button.btn-secondary.aro:before { content: " "; width: 20px; height: 20px; position: absolute; top: 10px; left: 10px; background: url("img/gray_aro.svg"); }*/
/*a.btn-secondary.adp:before, button.btn-secondary.adp:before { content: " "; width: 20px; height: 20px; position: absolute; top: 10px; left: 10px; background: url("img/gray_adp.svg"); }*/
/*@media only screen and (max-width: 767px) { a.btn-secondary.adr:before, button.btn-secondary.adr:before { top: 13px; } }*/
a.btn-secondary.fav, button.btn-secondary.fav { position: relative; }
a.btn-secondary.fav:before, button.btn-secondary.fav:before { content: " "; width: 16px; height: 20px; position: absolute; top: 9px; left: 12px; background: url("img/icon-fav-white.svg"); }
@media only screen and (max-width: 767px) { a.btn-secondary.fav:before, button.btn-secondary.fav:before { top: 12px; } }
a.btn-secondary.fav.active:before, button.btn-secondary.fav.active:before { top: 12px; left: 15px; height: 16px; background: url("img/icon-fav.svg"); }

button.btn-large { padding: 16px 30px 13px; }
button.disabled { background: #b0b0b0; border: 1px solid #b0b0b0; }
button.disabled:hover { cursor: auto; }

/*-- Input group --*/
.inputGroup { display: table; position: relative; }
.inputGroup input { border-radius: 4px 0 0 4px; height: 34px; display: table-cell; float: left; border-right: 0; }
.inputGroup button[class^="btn-"] { border-radius: 0 4px 4px 0; display: table-cell; }

/*-- containers --*/
.container { max-width: 100%; padding: 0; margin: 0 auto; background: #fff; }
@media only screen and (max-width: 767px) { .container { background: #fafafa; } }

article.container { padding: 55px 0; background: #fff; }
@media only screen and (max-width: 767px) { article.container { padding: 0; } }

/*-- figures --*/
figure.qty { text-align: center; }
figure.qty input { max-width: 60px; text-align: center; }
figure.qty figcaption { margin-top: 5px; }

.show_mobile { display: none; }
@media only screen and (max-width: 767px) { .show_mobile { display: block; } }

section.details_wrapper { width: 100%; margin: 0 auto; }

/*-- Product Image --*/
section.product_img { float: left; width: 30%; margin: 25px 25px 0 0; background: #fff; }
@media only screen and (max-width: 767px) { section.product_img { width: 100%; padding: 75px 20px; margin: -80px 0 0 0; } }
section.product_img .productImage img { max-width: 90%; }
@media only screen and (max-width: 767px) { section.product_img .productImage img { margin: 0 auto; display: block; max-width: 100%; } }

/*-- Product Details --*/
section.product_details { float: left; width: 45%; margin: 45px 25px 0 0; position: relative; background: #fff; }
@media only screen and (max-width: 767px) { section.product_details { width: 100%; background: #fafafa; margin: 0; } }
@media only screen and (max-width: 767px) { section.product_details .card { background: #fff; border: 1px solid #e1e1e1; box-shadow: 1px 1px 1px #fafafa; padding: 50px 15px; width: 98%; margin: 0 auto 25px; box-sizing: border-box; } }
section.product_details .snippet { margin-bottom: 10px; background: #fff; }
@media only screen and (max-width: 767px) { section.product_details .snippet { padding: 0 20px 50px 20px; margin-bottom: 25px; border-bottom: 1px solid #e1e1e1; } }
section.product_details .snippet h1 { font-size: 28px; line-height: 1.3em; margin-bottom: 0; color: #008ab0; padding-bottom: 10px !important; }
section.product_details .snippet .favorite { position: absolute; top: 5px; right: 15px; opacity: .5; cursor: pointer; }
section.product_details .snippet .favorite:hover { opacity: 1; }
section.product_details .snippet .description { font-size: 16px; margin-bottom: 15px; line-height: 22px; }
section.product_details .snippet .description .text { line-height: 22px; font-size: 16px; }
section.product_details .snippet .price { font-size: 24px; margin-bottom: 25px; color: #777; float: left; }
section.product_details .snippet { margin-right: 30px; }
section.product_details .snippet .text { padding: 0; }
@media only screen and (max-width: 767px) { section.product_details .snippet { margin-right: 0; } }
section.product_details .item_actions { margin-bottom: 15px; }
@media only screen and (max-width: 767px) { section.product_details .item_actions h3 { font-size: 24px; margin-bottom: 25px; color: #555; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; } }
section.product_details .item_actions #orderInfo { border: none; margin-top: 0; width: 100%; }
section.product_details .item_actions .actions { margin-bottom: 25px; float: right; width: 42%; }
@media only screen and (max-width: 500px) { section.product_details .item_actions .actions { width: 100%; } }
section.product_details .item_actions .actions button { margin-bottom: 12px; cursor: pointer; display: block; width: 100%; min-width: 185px; opacity: 1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

@media only screen and (max-width: 767px) {
    section.product_details .item_actions .actions button {
        font-size: 12px;
        width: 100%;
        margin: 0 0 10px 0;
    }
}

section.product_details .item_actions .actions button:hover { opacity: .9; }
section.product_details .item_actions .actions button img { height: 18px; position: relative; top: 0; margin-right: 5px; }
section.product_details .item_actions .item_details { width: 58%; margin-bottom: 20px; position: relative; }
@media only screen and (max-width: 500px) { section.product_details .item_actions .item_details { width: 100%; } }
section.product_details .item_actions .item_details figure { display: block; width: 150px; position: relative; margin: 0 0 15px 0; z-index: 0; }
@media only screen and (max-width: 400px) { section.product_details .item_actions .item_details figure { width: 100%; float: left; text-align: left; } }
section.product_details .item_actions .item_details figure label { display: inline-block; width: 90px; text-align: left; font-size: 14px; }
section.product_details .item_actions .item_details figure input[type="text"] { display: inline-block; width: 65px; background: transparent; padding: 5px 0; font-size: 16px; line-height: 1; border: 1px solid #e1e1e1; border-radius: 4px; height: 35px; -webkit-appearance: none; text-align: center; cursor: pointer; }
section.product_details .item_actions .item_details figure i { position: absolute; top: 5px; right: 18px; z-index: -1; width: 5px; height: 5px; color: #777; font-size: 24px; line-height: 1; }
@media only screen and (max-width: 400px) { section.product_details .item_actions .item_details .details { width: 100%; float: left; } }
section.product_details .item_actions .item_details .details table { width: 100%; }
section.product_details .item_actions .item_details .details td { display: inline-block; line-height: 20px; text-align: left; padding: 0; border: none; }
section.product_details .item_actions .item_details .details td.label { color: #888; font-size: 12px !important; width: 100px; }
section.product_details .item_actions .item_details .details td.detail { font-size: 13px !important; width: 100px; }
@media only screen and (max-width: 767px) { section.product_details .breakdown.card h3 { font-size: 24px; margin-bottom: 15px; color: #555; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; } }
section.product_details .breakdown.card #details { width: 100%; }
@media only screen and (max-width: 767px) { section.product_details .breakdown.card #details { width: 100%; } }
section.product_details .breakdown.card #details li { list-style-type: none; text-align: left; padding: 15px 0; border-bottom: 1px solid #e1e1e1; }
@media only screen and (max-width: 767px) { section.product_details .breakdown.card #details li { border: none; } }
section.product_details .breakdown.card #details li .contentSectionContainer { font-size: 14px; }
section.product_details .breakdown.card #details li .contentSectionContainer li { background: none; list-style-type: disc; border: none; margin-left: 25px; }
section.product_details .breakdown.card #details li a { padding-left: 25px; }

/*-- Product Suggestions --*/
section#sideBar.suggestions { float: right; width: 15%; margin: 25px 0 0 0; background: #fafafa; border: 1px solid #eaeaea; border-radius: 4px; }
@media only screen and (max-width: 767px) { section#sideBar.suggestions { width: 100%; float: none; clear: both; } }
@media only screen and (max-width: 767px) { section#sideBar.suggestions.card { background: #fff; border: 1px solid #e1e1e1; box-shadow: 1px 1px 1px #fafafa; padding: 50px 15px; width: 98%; margin: 0 auto 25px; } }
@media only screen and (max-width: 767px) { section#sideBar.suggestions.card .vertical { float: left; height: auto !important; top: 0 !important; width: 100% !important; } }
section#sideBar.suggestions.card li { width: 100% !important; list-style-type: none; padding: 10px; margin: 0 auto; }
@media only screen and (max-width: 767px) { section#sideBar.suggestions.card li { /* float: left !important; This messes up jcarousel in mobile view */ width: 40% !important; height: 185px !important; margin: 0 0 15px 15px; } }
@media only screen and (max-width: 767px) { section#sideBar.suggestions.card li img { max-height: 110px; } }
section#sideBar.suggestions.card li h5 { padding: 0px !important; }
section#sideBar.suggestions h4 { margin-top: 15px; text-align: center; font-style: italic; color: #777; font-size: 14px; }
@media only screen and (max-width: 767px) { section#sideBar.suggestions h4 { font-size: 24px; color: #555; text-align: left; margin-bottom: 15px; font-style: normal; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; } }
@media only screen and (max-width: 767px) { section#sideBar.suggestions li { margin: 5px 10px 5px 0; border: 1px solid #eaeaea; border-radius: 4px; } }
section#sideBar.suggestions li img { margin: 0 auto; display: block; max-height: 100px; max-width: 90%; }
section#sideBar.suggestions li h5 { margin-top: 3px; color: #777; text-align: center; line-height: 14px; }

#logInFormTop { width: 304px; }

#quantityLabel { float: left; margin-top: 10px; width: 90px; }

section.product_details .snippet .social .socialMediaBar .fb_iframe_widget{
    z-index: 10;
}
.author-content-info {
  display:inline-block;
}

/*-- Product Out Of Stock --*/
.warning-out-of-stock { display: none; text-transform: uppercase; padding-bottom: 10px;}
