/*!
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
/* Variables and mixins */
/**
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
/* Gradients
 ************************************************************************************************************************/
/*
@mixin repeating-linear-gradient($angle, $color-stop1, $color-stop2, $color-stop3, $color-stop4, $important: false) {
    $important: if($important, $important);
    background-color: $color-stop1 $important;
    background-image: -webkit-repeating-linear-gradient($angle, $color-stop1, $color-stop2, $color-stop3, $color-stop4) $important;
    background-image:    -moz-repeating-linear-gradient($angle, $color-stop1, $color-stop2, $color-stop3, $color-stop4) $important;
    background-image:         repeating-linear-gradient($angle, $color-stop1, $color-stop2, $color-stop3, $color-stop4) $important;
}
*/
/* Background
 ************************************************************************************************************************/
/* Internet Explorer 8 rgba background support */
/* position:relative; is required. assign it in main stylesheet, because on some elements (cat navigation) it breaks the layout */
/* Borders
 ************************************************************************************************************************/
/* for individual border colors */
/* Border radius
 ************************************************************************************************************************/
/* Box shadow
 ************************************************************************************************************************/
/* Opacity
 ************************************************************************************************************************/
/* Transitions + Transforms
 ************************************************************************************************************************/
/* Position
 ************************************************************************************************************************/
/* Convert HSL saturation to HSB saturation
 ************************************************************************************************************************/
/* Buttons
 ************************************************************************************************************************/
/* Links
 ************************************************************************************************************************/
/* Lists
 ************************************************************************************************************************/
/* Forms
 ************************************************************************************************************************/
/* Headings
 ************************************************************************************************************************/
/* Fonts
 ************************************************************************************************************************/
/* Media queries
 ************************************************************************************************************************/
/* Set text-color / text-shadow depending on background-color
 ************************************************************************************************************************/
/**
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
/* Set text-color / text-shadow depending on background-color
 ************************************************************************************************************************/
/* Theme colors + background patterns
 ************************************************************************************************************************/
/* $dominant-color-01: #17746a; dark green */
/* $dominant-color-01: #874a0e; chocolate */
/* $dominant-color-01: #7e0c0c; blood red */
/* $dominant-color-01: #08adc0; ice blue */
/* green */
/* main background color (required)
 * by default the color of the footer and secondary buttons etc. will be calculated from this value */
/* light beige */
/* dark beige */
/* light */
/* dark */
/*
 * Possible background values (for variables inluding "-bg")
 * 
 * Solid / transparent color:        #fff or white or rgba(255,255,255,0.5)
 * Background image:                 "#fff url(../images/bg_pattern_02.png) repeat" (quoted!)
 * Background image (with variable): "#e7e0c9 url(../images/bg_pattern_01.png)" (variables inside strings must be enclosed: variable)
 * Vertical gradient:                #fff, #000 (two values, comma separated)
 * 
 * 
 * Possible border values (for variables including "-border", but not "-border-color")
 * Border sides: top, right, bottom, left or all. Multiple values are possible (comma separated)
 * 
 * Border (all sides):  1px solid #000, all
 * Border top:          1px solid #000, top
 * Border top + bottom: 1px solid #000, top, bottom
 * 
 * 
 * Color calculations with "scale-color" or "change-color" function
 * 
 * $header-mb-bg: scale-color($dominant-color-01, $lightness: 25%), scale-color($dominant-color-01, $lightness: 8%);
 * > Variables inside these functions are not working > phpsass bug.
 * 
 * Workaround:
 * $header-mb-bg: unquote("scale-color(#005b33, $lightness: 25%)"), unquote("scale-color(#005b33, $lightness: 8%)");
 * > Wrapping the variable with another function (like rgba) works too:
 * $header-mb-bg: scale-color(rgba($dominant-color-01, 1), $lightness: 25%), scale-color(rgba($dominant-color-01, 1), $lightness: 8%);
 * 
 */
/* Required settings
 ************************************************************************************************************************/
/* Logo
 ------------------------------------------------------- */
/* Mobile (mb) */
/* half the width of your logo file */
/* half the height of your logo file */
/* left top */
/* Desktop (dt) */
/* half the width of your logo file */
/* half the height of your logo file */
/* Choose your image style:
 * Are you using isolated images (on white background)?
 * This will affect the spacing around images and if
 * borders between images are displayed or not.
 ------------------------------------------------------- */
/* true or false */
/* Set category page grid view item-info height:
 * Item-info = product name, price and rating
 ------------------------------------------------------- */
/* Set category page grid view image minimum-height:
 * Only required if your images have different aspect ratios.
 * Set the minimum-height to the height of you tallest image.
 ------------------------------------------------------- */
/* Internet Explorer 8 (logo + CSS3 PIE path)
 ------------------------------------------------------- */
/* Optional settings
 ************************************************************************************************************************/
/* Show tabs on product page in the right column
 * or stretch tabs over the entire width
 ------------------------------------------------------- */
/* true or false */
/* Rounded corners
 ************************************************************************************************************************/
/* Scaffolding
 ************************************************************************************************************************/
/* main background */
/* footer background */
/* Content boxes */
/* Sidebars */
/* required (for color calculations) */
/* Centered content boxes */
/* Borders
 ************************************************************************************************************************/
/* Sidebar modifications */
/* reference value: #ccc */
/* reference value: #dbdad7 */
/* Headings
 ************************************************************************************************************************/
/* Heading 1 */
/* complete list of heading properties */
/* available for all heading-styles ($hd1, $hd2 etc.) */
/* review details page */
/* account dashboard, forgot your password page */
/* Heading 2 */
/* Heading 2 alternate (with border-bottom) */
/* Heading 3 */
/* Heading 3 for cms pages + agreements */
/* Heading 4 (box heading) */
/* sidebar modification */
/* Heading 5 (box sub-heading) */
/* Heading 6 (product filter + one page checkout progress + cms pages navigation) */
/*opc */
/* Heading 7 (minicart + active product filter) */
/* Heading 9 (dashboard + paypal express review) */
/* Buttons
 ************************************************************************************************************************/
/* Primary buttons */
/* Secondary buttons */
/* Primary buttons (light) */
/* Dark buttons  */
/* Special buttons */
/* Sidebar modifications */
/* Links
 ************************************************************************************************************************/
/* complete list of link properties */
/* available for all link-styles ($link1, $link2 etc.) */
/* Form elements
 ************************************************************************************************************************/
/* Input fields (text, textarea) and select-boxes */
/* Disabled quantity input field */
/* Date of birth */
/* Datepicker */
/* Validation */
/* repeating gradient */
/* lists, tables */
/* Lists
 ************************************************************************************************************************/
/* Link list
 ------------------------------------------------------- */
/* Sidebar modifications */
/* Form elements list (for radio buttons / checkboxes)
 ------------------------------------------------------- */
/* terms and conditions checkbox */
/* Sidebar modifications */
/* Definition list (shipping methods)
 ------------------------------------------------------- */
/* Tag list (dashboard: my recent tags)
 ------------------------------------------------------- */
/* Tables
 ************************************************************************************************************************/
/* Table 1 (mobile) */
/* Table 1 (sidebar modifications) */
/* Stock quantity table on product page */
/* rgba($dominant-color-01, 0.4) */
/* Accordions / Tabs
 ************************************************************************************************************************/
/* for all levels */
/* Accordion level 1 */
/* Accordion level 2 */
/* Accordion level 3 */
/* Accordion toggle button */
/* Tabs */
/* Images
 ************************************************************************************************************************/
/* also used for slideshow img */
/* Slideshow / Carousel
 ************************************************************************************************************************/
/* Hide border of first carousel element */
/* Slider prev/next nav */
/* Slider caption */
/* Carousel prev/next nav */
/* Slider + carousel pager nav (dots) */
/* Carousel pager nav (dots) */
/* Lightbox
 ************************************************************************************************************************/
/* Main image */
/* Terms & conditions */
/* Breadcrumbs
 ************************************************************************************************************************/
/* links */
/* View toggle + pager + limiter
 ************************************************************************************************************************/
/* View toggle */
/* Pager */
/* to hide $pager-border */
/* Limiter (my account pages + reviews limiter) */
/* Badges
 ************************************************************************************************************************/
/* Rating
 ************************************************************************************************************************/
/* Prices and taxes
 ************************************************************************************************************************/
/* Messages / Notices
 ************************************************************************************************************************/
/* Success message */
/* Error message */
/* repeating gradient */
/* Notice message */
/* repeating gradient */
/* JavaScript / Cookies disabled */
/* repeating gradient */
/* Tooltips
 ************************************************************************************************************************/
/* Product options tooltip */
/* Card validation code (CVV) tooltip */
/* Loading indicator
 ************************************************************************************************************************/
/* Header
 ************************************************************************************************************************/
/* Welcome */
/* Language + currency dropdowns
 ------------------------------------------------------- */
/* Top navigation (my account, log in etc.)
 ------------------------------------------------------- */
/* Cart dropdown
 ------------------------------------------------------- */
/* Navbar
 ------------------------------------------------------- */
/* Mobile (mb) */
/* Desktop (dt) */
/*
$navbar-dt-bg:                      scale-color($dark-green-color, $lightness: 10%)  $dark-green-color;
$navbar-dt-box-shadow:              inset 0 1px 4px rgba(0,0,0,0.3), 0 0 7px rgba(0,0,0,0.3);
*/
/* Category navigation
 ------------------------------------------------------- */
/* Mobile (mb) */
/* > see section accordions / tabs */
/* Desktop (dt) */
/* rgba(0,0,0,0.2) */
/* Search
 ------------------------------------------------------- */
/* Search field (mobile) */
/* Search field (desktop) */
/* Search button */
/* Search suggest */
/* Footer
 ************************************************************************************************************************/
/* reference value: $gray-color-02 */
/* Footer top (mobile)
 * for links > see section accordions / tabs */
/* Footer top (desktop) */
/* reference value: $gray-color-05 */
/* reference value: rgba(0,0,0,0.1) */
/* Footer bottom (desktop) */
/* reference value: rgba(0,0,0,0.1) */
/* reference value: $gray-color-05 */
/* reference value: rgba(0,0,0,0.1) */
/* Copyright */
/* Newsletter */
/* reference value: #dbdbdb */
/* Category page
 ************************************************************************************************************************/
/* Product list */
/* Product grid */
/* Hide grid borders */
/* Product filter navigation
 ------------------------------------------------------- */
/* Desktop (dt) */
/* Active filter (mobile + desktop) */
/* Product page
 ************************************************************************************************************************/
/* "Shop-box" (price, add to cart button etc.)
 ------------------------------------------------------- */
/* required (for color calculations) */
/* Price label (from, to, price as configured) */
/* $border-style-01 rgba(0,0,0,0.2) */
/* rgba($dominant-color-01, 0.4) */
/* Reviews
 ------------------------------------------------------- */
/* One page checkout (opc)
 ************************************************************************************************************************/
/* Gift item */
/* Centinel logos */
/* Multiple address checkout (mac)
 ************************************************************************************************************************/
/* My account pages
 ************************************************************************************************************************/
/* My account navigation
 ------------------------------------------------------- */
/* Mobile (mb) */
/* > see section accordions / tabs */
/* Desktop (dt) */
/* Address book */
/* My order pages
 ------------------------------------------------------- */
/* Misc pages
 ************************************************************************************************************************/
/* CMS pages navigation */
/* Sitemap */
/* Email to a friend */
/* Sidebar boxes
 ************************************************************************************************************************/
/* also used for wishlist sidebar box */
/* also used for wishlist sidebar box */
/* Minimum advertised price (MAP) / Remember me
 ************************************************************************************************************************/
/* Captcha
 ************************************************************************************************************************/
/* Misc
 ************************************************************************************************************************/
/* box for small buttons (edit, remove) in sidebars */
/* | separator */
/* Media queries
 ************************************************************************************************************************/
/* Very Small screens (mobile portrait) */
/* Small screens (mobile) */
/* Small screens (mobile) */
/* Medium screens (tablet) */
/* Large screens (desktop) 990px + 15px padding-right */
/*
	Vars that are not defined: 
	
*/
/**
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
/* White-space
 ************************************************************************************************************************/
/* For elements inside sidebars */
/* Bottom spacing */
/* used for boxes, form-lists, tables, pager etc. */
/* used for p, address etc. */
/* Scaffolding
 ************************************************************************************************************************/
/* should not be less than 990px */
/* only for large screens */
/* only for large screens */
/* default */
/* for pages with multiple main content boxes (like home page) */
/* Header */
/* Content boxes */
/* all content boxes (inside sidebars + main area) */
/* content boxes inside main area (for pages with only 1 main content box) */
/* Centered content boxes */
/* to center */
/* Sidebars */
/* Footer */
/* Image style (isolated or not) settings
 ************************************************************************************************************************/
/* Boxes
 ************************************************************************************************************************/
/* Box 1 body */
/* Box 1 footer */
/* Footer for sidebar boxes */
/* Headings
 ************************************************************************************************************************/
/* Heading 1 */
/* Heading 4 (box heading) */
/* Heading 5 (box sub-heading) */
/* Heading 6 (product filter + one page checkout progress + cms pages navigation) */
/* Heading 7 (minicart + active product filter) */
/* Heading 9 (dashboard + paypal express review) */
/* Buttons
 ************************************************************************************************************************/
/* Buttons inside box 1 / box 2 footer */
/* right aligned buttons */
/* left aligned buttons */
/* Lists
 ************************************************************************************************************************/
/* Link list */
/* Form elements list (for radio buttons / checkboxes) */
/* Accordions / Tabs
 ************************************************************************************************************************/
/* Tabs
 ------------------------------------------------------- */
/* Sitemap */
/* Order dropdown/tabs */
/* Recurring profiles */
/* Slideshow / Carousel
 ************************************************************************************************************************/
/* Slider */
/* top right bottom left */
/* top right bottom left */
/* Carousel */
/* to align content */
/* top right bottom left */
/* top right bottom left */
/* Breadcrumbs
 ************************************************************************************************************************/
/* Messages / Notices
 ************************************************************************************************************************/
/* JavaScript / Cookies disabled */
/* Header
 ************************************************************************************************************************/
/* Footer
 ************************************************************************************************************************/
/* Newsletter */
/* Category page
 ************************************************************************************************************************/
/* Category image */
/* Product grid */
/* Product filter navigation
 ------------------------------------------------------- */
/* Small screens (inside main column) */
/* Medium screens (inside left column) */
/* Product page
 ************************************************************************************************************************/
/* Left column (product images) */
/* Right column (product info) */
/* "Shop-box" (price, add to cart button etc.)
 ------------------------------------------------------- */
/* Small screens */
/* Medium screens */
/* Large screens */
/* Accordions / Tabs
 ------------------------------------------------------- */
/* Small screens */
/* Medium screens */
/* Large screens */
/* One page checkout (opc)
 ************************************************************************************************************************/
/* opc progress-box */
/* Multiple address checkout (mac)
 ************************************************************************************************************************/
/* Alternate ft1: used for multiple address checkout */
/* My account pages
 ************************************************************************************************************************/
/* My account navigation (left sidebar) */
/* Misc pages
 ************************************************************************************************************************/
/* CMS pages navigation (left sidebar) */
/* Login page */
/* Sidebar boxes
 ************************************************************************************************************************/
/* also used for wishlist sidebar box */
/* also used for wishlist sidebar box */
/**
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
/* Scaffolding
 ************************************************************************************************************************/
/* Google webfonts (included in head.phtml) */
/* included font-weights: 300, 700 */
/* included font-weights: 400, 600 */
/* Headings
 ************************************************************************************************************************/
/* Heading 1 */
/* complete list of "font style" properties */
/* review details page */
/* account dashboard, forgot your password page */
/* Heading 2 */
/* Heading 2 alternate (with border-bottom) */
/* Heading 3 */
/* Heading 3 for cms pages + agreements */
/* Heading 4 (box heading) */
/* Heading 5 (box sub-heading) */
/* Heading 6 (product filter + one page checkout progress + cms pages navigation) */
/* Heading 7 (minicart + active product filter) */
/* Heading 9 (dashboard + paypal express review) */
/* Form elements
 ************************************************************************************************************************/
/* Accordions / Tabs
 ************************************************************************************************************************/
/* Header
 ************************************************************************************************************************/
/* Category navigation top-level (dt) */
/* Category page
 ************************************************************************************************************************/
/* Product page
 ************************************************************************************************************************/
/* One page checkout (opc)
 ************************************************************************************************************************/
/**
 * @copyright Copyright (c) 2013 Tobias Bergmann
 */
body {
  min-width: 990px; }

/* make content visible if there is a horizontal scrollbar (because of body overflow-x:hidden;) */
#bd, .hdI, .ftI, .navBarI, .noticeI, .topBarI, .bCrumbsI, .nav-cat-dt ul.level0, .popTags .tags, .compareI, .messages {
  width: 990px; }

/* magnific popup */
.mfp-image-holder .mfp-content {
  width: 60%;
  min-width: 960px;
  margin-left: -15px; }

.mfp-arrow:before, .mfp-arrow:after {
  margin-top: 0; }

/* fix default shift-effect of button element */
button.btn1:active > span,
button.btn2:active > span {
  position: relative; }

/* remove grid-borders */
.pGrid .item, .pGrid2 .item:before {
  border: 0; }

/* remove default hover effect */
.pGrid .item:before {
  display: none; }

/* show action buttons always */
.no-csstransitions .pGrid .actions {
  position: relative;
  display: block; }

.pGrid .stock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/* background-size fix */
.no-touch .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(/skin/frontend/ux-templates/pearlwhite/images/logo_desktop@2x.png)', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(/skin/frontend/ux-templates/pearlwhite/images/logo_desktop@2x.png)', sizingMethod='scale')"; }

/* show / hide slider + carousel nav (fallback for opacity) */
.flex-disabled,
.slider .flex-direction-nav a {
  display: none; }

.slider:hover .flex-prev,
.slider:hover .flex-next {
  display: block; }

/* hide more views direction nav */
.moreViews .flex-direction-nav a {
  display: none; }

/* for css3pie to work */
#colL,
#colR,
.center-bx #bd,
.bCrumbs ul,
.macBx > .colL,
.macProg,
.topLvl,
.hd7,
.filterAct,
.miniCart .actions,
.macProg .act,
.flex-control-nav li a {
  position: relative; }

/* rounded corners (just for some elements) */
.bx1,
.bi1,
#colM,
.msg,
.macProg .act,
.tTip1,
.tTip2,
.mapPopup,
.rememberMePopup,
.mapPopup .hd,
.rememberMePopup .hd,
.captchaReload,
.new-badge {
  behavior: url(/skin/frontend/ux-templates/pearlwhite/js/pie_2.0/PIE.php); }

/* box-shadow */
#colL .nav-account .act,
.nav-cat-dt > li > .sub,
#colM,
.multi-bx .bx1,
.emptyCart,
.hd7,
.gNotice,
.msg,
.filterAct,
.miniCart .actions,
.macProg .act,
.tTip1,
.tTip2,
.mapPopup,
.mapPopup .hd,
.agreement {
  behavior: url(/skin/frontend/ux-templates/pearlwhite/js/pie_2.0/PIE.php); }

/* (1) background-image is not visible when css3pie is applied */
/* box-shadow fallback */
.dropdown-menu,
.open .dropdown-toggle > span {
  border: 1px solid #ddd; }

.open .dropdown-toggle > span {
  margin: -1px;
  border-bottom: 0; }

.dropdown-menu {
  margin-left: -1px;
  margin-right: -1px; }

/* misc */
.pImgWrap .pImgMain {
  cursor: pointer; }

.txtIn {
  line-height: 26px; }

.search .txtIn,
.nLetter .txtIn,
.hd2iV1 .qty,
.pGroupedTable .qty {
  line-height: 20px; }

select {
  padding-top: 7px;
  padding-bottom: 8px; }

.mapPopup .icoArrow {
  border-bottom-color: #222; }

.no-touch #hd {
  background: #fff !important; }

body .bCrumbs {
  background: none; }

/*# sourceMappingURL=ie_8.css.map */
