/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
body.sales-order-view .view-more-link::after,
.buttons-set .registration-toolbar .back-link::before,
.validation-failed-wrapper::after,
form ul.form-list li.control input[type="checkbox"]:checked + label::after,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

body.sales-order-view .view-more-link::after, .buttons-set .registration-toolbar .back-link::before, .validation-failed-wrapper::after, form ul.form-list li.control input[type="checkbox"]:checked + label::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
body.sales-order-view .fa-pull-left.view-more-link::after,
.buttons-set .registration-toolbar .fa-pull-left.back-link::before,
.fa-pull-left.validation-failed-wrapper::after,
form ul.form-list li.control input[type="checkbox"]:checked + label.fa-pull-left::after,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
body.sales-order-view .fa-pull-right.view-more-link::after,
.buttons-set .registration-toolbar .fa-pull-right.back-link::before,
.fa-pull-right.validation-failed-wrapper::after,
form ul.form-list li.control input[type="checkbox"]:checked + label.fa-pull-right::after,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
body.sales-order-view .view-more-link::after,
.buttons-set .registration-toolbar .back-link::before,
.validation-failed-wrapper::after,
form ul.form-list li.control input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

input,
textarea,
span.select2-selection {
  border-color: #e2e3e4;
  width: 100% !important; }
  @media (min-width: 992px) {
    input,
    textarea,
    span.select2-selection {
      width: 249px !important; } }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  span.select2-selection:focus,
  span.select2-selection:active {
    border-color: #da0b87; }
  input:hover,
  textarea:hover,
  span.select2-selection:hover {
    border-color: #9f9f9f; }

input[type="text"]::placeholder {
  font-weight: 500;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #cfc9cd;
  font-size: 12px;
  text-transform: uppercase; }

@media (min-width: 992px) {
  span.select2-selection {
    width: 100% !important; } }

.input-box-required {
  width: 100%;
  margin-left: 0 !important;
  line-height: normal !important;
  font-size: 10px;
  margin-top: 5px; }
  @media (min-width: 480px) {
    .input-box-required {
      margin-top: -13px;
      font-size: 12px; } }

#contactForm {
  margin: 0 !important;
  max-width: 490px; }
  #contactForm .buttons-set.buttons-set-padding .btn.style-next.color-theme {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    #contactForm .buttons-set.buttons-set-padding .btn.style-next.color-theme::after {
      display: none; }
  @media (min-width: 480px) {
    #contactForm .input-box {
      width: calc(100% - 150px); } }
  #contactForm #recaptcha_widget .g-recaptcha > div {
    margin-left: auto; }
    @media (min-width: 992px) {
      #contactForm #recaptcha_widget .g-recaptcha > div {
        margin-left: 0; } }
    @media (max-width: 327px) {
      #contactForm #recaptcha_widget .g-recaptcha > div {
        transform: scale(0.92); } }

@media (min-width: 992px) {
  .g-recaptcha iframe {
    transform: scale(0.819);
    transform-origin: 0 0; } }

@media (min-width: 992px) {
  .buttons-set.buttons-set-padding {
    padding-left: 250px !important; } }

.customer-name .name-lastname,
.customer-name .name-firstname,
.customer-name-middlename .name-lastname,
.customer-name-middlename .name-firstname {
  width: 100% !important; }

.page-popup.contactform-forms-measureguide div.page-title + p {
  padding-right: 15px; }

.page-popup.contactform-forms-measureguide form#measureguideForm {
  padding-right: 15px; }

.fancybox-inner {
  overflow-x: hidden !important; }

.fancybox-iframe {
  overflow: hidden !important;
  width: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .fancybox-iframe {
      width: calc(100% + 17px); } }

.cms-service-contact .main {
  padding: 12px 15px 20px; }

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

.clearer {
  margin-top: 52px; }

#rdiv {
  margin-top: 125px;
  margin-bottom: 29px; }

.account-login #l {
  width: 100%;
  height: auto; }

.title1 {
  text-align: center;
  padding-top: 5px;
  font-family: "Century Gothic W02", Arial, Helvetica, sans-serif; }

.bttndiv {
  margin-top: 10px; }

.button1 {
  float: left;
  width: 114px;
  height: 40px;
  border: 1px solid #bbb;
  font-size: initial;
  text-decoration: none;
  padding-top: 0px; }

.button2 {
  border: 0px;
  background: black url("../images/arrow_large_pink.png") no-repeat scroll 96% 50%;
  width: 100%;
  height: 40px;
  font-size: initial;
  color: white;
  font-family: "Century Gothic W02", Arial, Helvetica, sans-serif;
  text-align: left;
  padding-left: 20px !important;
  display: block;
  cursor: pointer; }
  .button2:hover {
    background: #da0c87 url("../images/arrow_large.png") no-repeat scroll 96% 50%; }

body {
  background: #e2e3e4;
  color: #6d6e71;
  font: 300 14px/1.55 "Roboto", Arial, Helvetica, sans-serif;
  text-align: center; }

img {
  border: 0;
  vertical-align: top; }

a {
  color: #32011e;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a.anchor-link {
    text-decoration: none; }

:focus {
  outline: 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto';
  margin: 0 0 5px;
  line-height: 1.35;
  color: #32011e;
  font-weight: 300; }

h1 {
  font-size: 27px;
  font-weight: normal; }

h2 {
  font-size: 24px;
  font-weight: normal; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 14px;
  font-weight: normal; }

h5 {
  font-size: 12px;
  font-weight: normal; }

h6 {
  font-size: 11px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: 300; }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

.table-with-padding {
  width: 100%; }
  .table-with-padding td {
    width: 50%;
    padding: 0 20px 20px; }
    .table-with-padding td:first-child {
      padding-left: 0; }
    .table-with-padding td:first-child {
      padding-right: 0; }

/* Content */
p {
  margin: 0 0 10px; }

strong {
  font-weight: bold; }

address {
  font-style: normal;
  line-height: 1.35; }

cite {
  font-style: normal; }

q, blockquote {
  quotes: none; }

q:before, q:after {
  content: ''; }

small, big {
  font-size: 1em; }

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol {
  list-style: none; }

/* Tools */
.hidden {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left, .left {
  float: left !important; }

.f-right, .right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

/* ======================================================================================= */
/* Layout ================================================================================ */
.page-print {
  background: white;
  padding: 25px 30px;
  text-align: left; }

.page-empty {
  background: white;
  padding: 0;
  text-align: left; }
  .page-empty > div {
    overflow: hidden; }

.page-popup {
  background: white;
  text-align: left; }
  .page-popup .std {
    overflow: hidden;
    margin: 0; }
  .page-popup .page-title h1,
  .page-popup .page-title h2 {
    font-size: 20px; }
  .page-popup h3 {
    font-size: 22px; }

.main-container {
  background: white;
  color: #32011e; }

.main {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 400px;
  padding: 12px 5px 20px;
  text-align: left;
  text-align: initial; }

.guttered {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  min-height: 294px;
  padding: 12px 0 20px;
  text-align: left; }
  .guttered.guttered-bottom {
    min-height: auto; }

/* Base Columns */
.col-main,
.col-right,
.col-left {
  box-sizing: border-box;
  width: 100%; }

@media (min-width: 767px) {
  .col2-right-layout .col-right,
  .col2-right-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-left {
    width: 41.6666666667%; } }

@media (min-width: 992px) {
  .col2-right-layout .col-right,
  .col2-right-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-left {
    width: 33.3333333333%; } }

@media (min-width: 767px) {
  .col2-right-layout .col-main,
  .col2-left-layout .col-main {
    width: 58.3333333333%; } }

@media (min-width: 992px) {
  .col2-right-layout .col-main,
  .col2-left-layout .col-main {
    width: 66.6666666667%; } }

@media (min-width: 767px) {
  .col2-right-layout .col-main {
    float: left;
    padding-right: 10px; } }

@media (min-width: 767px) {
  .col2-right-layout .col-right,
  .col2-right-layout .col-left {
    float: right;
    padding-left: 10px; } }

@media (min-width: 767px) {
  .col2-left-layout .col-main {
    float: right;
    padding-left: 10px; } }

@media (min-width: 767px) {
  .col2-left-layout .col-right,
  .col2-left-layout .col-left {
    float: left;
    padding-right: 10px; } }

@media (min-width: 992px) {
  .col3-layout .col-main {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .col3-layout .col-right,
  .col3-layout .col-left {
    float: left;
    width: 25%; } }

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%; }

.col2-set .col-2 {
  float: right;
  width: 48.5%; }

.col2-set .col-narrow {
  width: 32%; }

.col2-set .col-wide {
  width: 65%; }

.col3-set .col-1 {
  float: left;
  width: 32%; }

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%; }

.col3-set .col-3 {
  float: right;
  width: 32%; }

.col4-set .col-1 {
  float: left;
  width: 23.5%; }

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%; }

.col4-set .col-3 {
  float: left;
  width: 23.5%; }

.col4-set .col-4 {
  float: right;
  width: 23.5%; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* For modern browsers */
.col2-left-layout .table-with-padding {
  width: 689px; }

/* view more links */
.view-more-link {
  color: #da0c87;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 12px 0 0; }

body.sales-order-view .view-more-link::after {
  content: "\f02f";
  font-size: 20px; }

button.view-more-link {
  border: 0;
  cursor: pointer; }

.view-more-link:focus, .view-more-link:hover {
  text-decoration: underline; }

/* Form Elements */
input, select, textarea {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2f2f2f; }

input.input-text, select, textarea {
  background: white;
  border: 1px solid #a7a9ac;
  font-size: 14px; }

input.input-text, textarea {
  color: #32011e;
  padding: 8px; }

select {
  background: white;
  border: 1px solid #a7a9ac;
  padding: 8px; }
  select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px; }
    select.multiselect option:last-child {
      border-bottom: 0; }

textarea {
  overflow: auto;
  resize: none; }

input.radio, input.checkbox {
  margin-right: 3px; }

input.qty {
  width: 2.5em !important; }

p.control input.checkbox, p.control input.radio {
  margin-right: 6px; }

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

.form-list label {
  color: #32011e;
  font-weight: bold;
  position: relative;
  z-index: 0;
  width: 150px;
  line-height: 33px;
  float: left; }
  .form-list label.required em {
    font-style: normal;
    color: #eb340a; }

.form-list .password-forgot {
  line-height: 33px;
  float: right; }

.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;
  padding-top: 5px;
  padding-left: 150px; }

.form-list .input-box {
  display: block;
  float: left; }

.form-list li .input-box-required {
  float: left;
  margin-left: 5px;
  font-size: 12px;
  line-height: 33px; }

.form-list .field {
  float: left;
  width: 440px;
  clear: both;
  margin-top: 8px; }

.form-list .select2-container,
.form-list input.input-text {
  box-sizing: border-box;
  width: 100% !important; }

body.customer-account-create .form-list .field {
  width: 454px; }

.customer-account-create .form-list input.input-text {
  width: 284px; }

body.customer-account-edit .form-list label {
  width: 170px; }

body.customer-account-edit .form-list .field {
  width: 100%; }

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

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

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

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

.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; }

.form-list-narrow li {
  margin-bottom: 0; }
  .form-list-narrow li .input-box {
    margin-bottom: 6px; }
  .form-list-narrow li.wide .input-box {
    width: 260px; }
  .form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
    width: 254px; }
  .form-list-narrow li.wide select {
    width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix, .form-list .name-suffix {
  width: 65px; }
  .form-list .name-prefix select, .form-list .name-suffix select {
    width: 55px; }
  .form-list .name-prefix input.input-text, .form-list .name-suffix input.input-text {
    width: 49px; }

.form-list .name-middlename {
  width: 70px; }
  .form-list .name-middlename input.input-text {
    width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }
  .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname {
  width: 205px; }

.form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text {
  width: 100% !important; }
  @media (min-width: 992px) {
    .form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text {
      width: 593px !important; } }

.form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }
  .form-list .customer-dob .dob-year input.input-text {
    width: 134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.buttons-set {
  clear: both;
  margin: 10px 0 0 0;
  padding: 8px 0 0 0;
  display: block; }
  .buttons-set.buttons-set-padding {
    padding-left: 145px; }
  .buttons-set p.required {
    margin: 0 0 10px; }
  .buttons-set .registration-toolbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px; }
    .buttons-set .registration-toolbar .back-link {
      padding: 0 10px 0 0;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      align-self: center; }
      .buttons-set .registration-toolbar .back-link::before {
        content: "\f104";
        margin-right: 7px; }

.buttons-set-order {
  margin: 10px 0 0; }
  .buttons-set-order .please-wait {
    padding: 12px 7px 0 0; }

.fieldset {
  padding: 0;
  margin: 0 0 10px 0; }
  .fieldset .legend {
    font-size: 14px;
    color: #32011e;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold; }

/* Form Validation */
.validation-advice {
  display: none;
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a;
  position: absolute;
  top: 20px;
  top: 35px;
  width: 300px; }

.validation-failed {
  border: 1px solid #da0b0b !important;
  background-color: #faebe7 !important;
  background-image: url("../images/close.svg") !important;
  background-position: 97% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important; }

.validation-failed-wrapper {
  display: none; }
  .validation-failed-wrapper::after {
    content: "\f00d";
    color: #da0b0b;
    z-index: 99;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    margin-right: 10px; }

input.required-entry.validation-failed ~ .validation-failed-wrapper {
  display: inline; }

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

.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: #df280a;
  font-weight: bold; }

.notice {
  color: #e26703; }

.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden; }
  .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  .messages li {
    margin: 0 0 10px !important; }
    .messages li li {
      margin: 0 !important; }

.error-msg, .success-msg, .note-msg, .notice-msg {
  background: white;
  border: 2px solid #d3d4d6 !important;
  color: #32011e;
  min-height: 33px !important;
  line-height: 33px;
  font-size: 12px;
  padding: 0 10px !important;
  font-size: 12px !important; }

.breadcrumbs {
  font-size: 11px;
  line-height: 1.25;
  margin: 0 0 13px; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li strong {
      font-weight: bold; }

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 9px; }
  .page-title h1, .page-title h2 {
    font-weight: normal !important;
    margin: 0;
    font-size: 27px;
    color: #32011e;
    padding: 17px 0 0 0; }
  .page-title .separator {
    margin: 0 3px; }
  .page-title .link-rss {
    float: right;
    margin: 7px 0 0; }

.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;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203; }

/* Pager */
.pager {
  font-size: 14px;
  padding: 4px 8px;
  border: 2px solid #d3d4d6;
  text-align: center;
  margin: 0 0 20px; }
  .pager .amount {
    float: left;
    margin: 0; }
  .pager .limiter {
    float: right; }
    .pager .limiter label {
      vertical-align: middle; }
    .pager .limiter select {
      padding: 0;
      margin: 0 0 1px;
      vertical-align: middle; }
  .pager .pages {
    margin: 0 140px; }
    .pager .pages ol {
      display: inline; }
    .pager .pages li {
      display: inline;
      margin: 0 2px; }

.sorter {
  font-size: 11px;
  background: white url(../images/bkg_toolbar.gif) 0 100% repeat-x;
  padding: 3px 8px;
  border-top: 1px solid #e2e2e2; }
  .sorter .view-mode {
    float: left;
    margin: 0; }
  .sorter .sort-by {
    float: right;
    padding-right: 36px; }
    .sorter .sort-by label {
      vertical-align: middle; }
    .sorter .sort-by select {
      padding: 0;
      margin: 0 0 1px;
      vertical-align: middle; }

.toolbar .pager {
  padding: 3px 8px;
  border-bottom: 1px solid white; }

.toolbar .sorter {
  border-bottom: 1px solid white; }

.data-table {
  width: 100%; }
  .data-table td.last {
    border-right: 0; }
  .data-table th {
    padding: 3px 8px;
    font-weight: bold; }
    .data-table th.last {
      border-right: 0; }
  .data-table td {
    padding: 3px 8px; }
  .data-table h3, .data-table h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0; }
  .data-table thead {
    border-bottom: 1px solid #e5e5e5; }
    .data-table thead th {
      font-weight: normal;
      padding: 2px 8px;
      color: #0a263c;
      white-space: nowrap;
      vertical-align: middle; }
      .data-table thead th.wrap {
        white-space: normal; }
      .data-table thead th a {
        color: white; }
        .data-table thead th a:hover {
          color: white; }
      .data-table thead th .tax-flag {
        font-size: 11px;
        white-space: nowrap; }
  .data-table tfoot tr.last td {
    padding: 15px 0;
    border-bottom: 1px solid #eee !important; }
  .data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0; }
  .data-table tfoot strong {
    font-size: 16px; }
  .data-table tfoot button {
    margin: 0 15px; }
  .data-table tbody th {
    border-bottom: 1px solid #d9dde3; }
  .data-table tbody tr.last td {
    border-bottom: 0; }
  .data-table thead th {
    border-bottom: 1px solid #e5e5e5; }
  .data-table tbody.odd tr, .data-table tbody.even tr {
    background: white !important; }
  .data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0; }
  .data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3; }
  .data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic; }
  .data-table tbody td .option-value {
    padding-left: 10px; }
  .data-table tr.odd td.last,
  .data-table tr.odd th.last,
  .data-table tr.odd td.even,
  .data-table tr.odd th.even {
    border-right: 0; }

.info-box {
  background: white url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px; }
  .info-box h2 {
    font-weight: bold;
    font-size: 13px; }

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0; }

.info-table td {
  padding: 2px 0; }

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

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

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;
  padding-right: 20px; }
  .cart-tax-info .cart-price {
    padding-right: 20px; }

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

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

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

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: bold; }

.std dl dd {
  margin: 0 0 10px; }

.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: disc outside;
  padding-left: 1.5em; }

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul ul {
  list-style-type: circle;
  margin: .5em 0; }

.std ol ol, .std ul ol, .std ol ul {
  margin: .5em 0; }

.std dt {
  font-weight: bold; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b, .std strong {
  font-weight: bold; }

.std i, .std em {
  font-style: italic; }

/* Misc */
.links li {
  display: inline; }
  .links li.first {
    padding-left: 0 !important; }
  .links li.last {
    background: none !important;
    padding-right: 0 !important; }

.link-cart {
  color: #dc6809 !important;
  font-weight: bold; }

.link-reorder {
  font-weight: bold;
  color: #dc6809 !important; }

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

.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809; }

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  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-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.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: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden; }

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }
  .global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 20px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left; }
    .global-site-notice .notice-inner p {
      margin: 0;
      border: 1px dotted #cccc73;
      padding: 10px; }
    .global-site-notice .notice-inner .actions {
      padding-top: 10px; }

.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: white; }
  .demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center; }
    .demo-notice .notice-inner p {
      padding: 0;
      border: 0; }

/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block {
  border: 1px solid #c4c1bc;
  margin: 0 0 15px; }
  .block .block-title {
    background: url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 2px 9px; }
    .block .block-title strong {
      display: block;
      font: bold 12px/16px Arial, Helvetica, sans-serif;
      min-height: 16px;
      padding: 1px 0 1px;
      text-transform: uppercase;
      color: #e26703; }
    .block .block-title a {
      text-decoration: none !important; }
  .block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c; }
  .block .block-content {
    background: #f8f7f5; }
    .block .block-content li.item {
      padding: 7px 9px; }
    .block .block-content .product-name {
      color: #1e7ec8; }
  .block .btn-remove, .block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px; }
  .block .actions {
    background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
    padding: 6px 9px;
    text-align: right; }
    .block .actions a {
      float: left; }
    .block .actions button.button {
      float: right; }
  .block .empty {
    margin: 0;
    padding: 5px 9px; }
  .block li.odd {
    background-color: #f4f3f3; }
  .block li.even {
    background-color: #fafafa; }

/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
  font-size: 11px;
  line-height: 1.25; }

.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px; }

.block-sidemenu {
  background: transparent;
  padding: 20px;
  margin: 0px 0 35px; }
  .block-sidemenu li {
    font-size: 13px; }
    .block-sidemenu li a {
      background: transparent url(../images/sidemenu_inactive_icon.png) no-repeat;
      color: white;
      display: block;
      line-height: 21px;
      padding: 0 0 0 30px;
      text-decoration: none;
      font-size: 14px; }
      .block-sidemenu li a:hover {
        background-image: url(../images/sidemenu_hover_icon.png);
        color: #da0c87; }
    .block-sidemenu li.active a {
      background-image: url(../images/sidemenu_active_icon.png);
      color: white; }
  .block-sidemenu h3 {
    color: white;
    font-size: 20px;
    margin: 0 0 17px; }
    .block-sidemenu h3 a {
      color: white;
      text-decoration: none; }

/* Mini Products List */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #a9a9a9; }

.mini-products-list .product-details {
  float: right;
  width: 190px; }

.block-cart .mini-products-list .product-details .product-name {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }
  .block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word; }

/* Block: Account */
.block-account {
  border-color: #bbb; }
  .block-account .block-title {
    background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
    border: 0;
    padding: 3px 10px; }
    .block-account .block-title strong {
      font-size: 13px;
      color: white; }
  .block-account .block-content {
    background: #fbfaf6;
    padding: 7px 10px 7px; }
    .block-account .block-content li a {
      display: block;
      border-bottom: 1px solid #ddd;
      padding: 3px 0;
      color: #5f5d5c;
      text-decoration: none !important; }
      .block-account .block-content li a:hover {
        color: #ea7900; }
    .block-account .block-content li.last a {
      border-bottom: 0; }
    .block-account .block-content li.current {
      border-bottom: 1px solid #ddd;
      padding: 3px 0;
      color: #ea7900; }
      .block-account .block-content li.current.last {
        border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency {
  border: 0;
  background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
  padding: 7px 12px 10px;
  height: 51px; }
  .block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px; }
    .block-currency .block-title strong {
      font: bold 13px/21px Arial, Helvetica, sans-serif;
      background: url(../images/i_block-currency.gif) 0 50% no-repeat;
      padding: 0 0 0 21px;
      text-transform: none;
      color: white; }
  .block-currency .block-content {
    background: none;
    padding: 0; }
    .block-currency .block-content select {
      width: 100%;
      padding: 0; }

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0; }
  .block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden; }
  .block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070; }
  .block-layered-nav .block-content {
    border: 1px solid #a0b3c3;
    background: #e7f1f4; }
  .block-layered-nav dt {
    background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
    padding: 7px 10px 0 25px;
    font-weight: bold;
    text-transform: uppercase; }
  .block-layered-nav dd {
    padding: 0 12px 12px;
    background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
    .block-layered-nav dd.last {
      background: none; }
  .block-layered-nav .currently li {
    background: white url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5; }
  .block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
  .block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top; }
  .block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0; }
  .block-layered-nav .currently .btn-previous {
    right: 17px; }
  .block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right; }
    .block-layered-nav .actions a {
      float: none; }

/* Block: Cart */
.block-cart .block-title {
  /*border-bottom:0;*/ }
  .block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif); }

.block-cart .summary {
  background: white;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1; }

.block-cart .amount {
  margin: 0; }
  .block-cart .amount a {
    font-weight: bold; }

.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center; }
  .block-cart .subtotal .price {
    font-weight: bold; }

.block-cart .actions {
  border-bottom: 1px solid #c2c2c2; }
  .block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right; }
    .block-cart .actions .paypal-logo .paypal-or {
      clear: both;
      display: block;
      padding: 0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {
  background-image: url(../images/i_block-wishlist.gif); }

.block-wishlist .actions {
  text-align: right; }
  .block-wishlist .actions a {
    float: none; }

/* Block: Related */
.block-related input.checkbox {
  float: left; }

.block.block-related {
  border: 0; }
  .block.block-related .block-content {
    background: white; }
  .block.block-related .block-subtitle {
    padding-left: 0;
    font-size: 12px;
    font-weight: normal;
    color: #32011e; }
  .block.block-related ol {
    overflow: hidden; }
  .block.block-related li {
    background: transparent url(../images/related_plus.png) 135px 59px no-repeat !important;
    float: left;
    padding: 0 !important;
    width: 157px; }
    .block.block-related li.equals {
      background: transparent url(../images/related_equals.png) 135px 59px no-repeat !important; }
    .block.block-related li.banner.last {
      background: transparent;
      width: 250px !important; }
    .block.block-related li:last-child, .block.block-related li.last {
      background: transparent !important;
      width: 126px; }
    .block.block-related li input {
      position: absolute;
      left: -9999px; }
    .block.block-related li.selected a {
      border: 1px solid #6d6e72; }

.block-related .price {
  text-align: right;
  width: 126px; }

.block-compare .block-title strong {
  background-image: url(../images/i_block-list.gif);
  background-position: 0 1px; }

.block-compare button.button span {
  border-color: #406a83;
  background: #618499; }

.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8; }

.compare-table {
  border: 0; }
  .compare-table thead tr.first th, .compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0; }
  .compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px; }
  .compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .compare-table tbody td.last {
      border-right: 1px solid #ccc; }
  .compare-table tbody tr.last th, .compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important; }
  .compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center; }
  .compare-table tr.first td {
    text-align: center; }
    .compare-table tr.first td .product-name {
      font-size: 13px;
      font-weight: bold;
      margin: 0 0 5px;
      color: #203548; }
      .compare-table tr.first td .product-name a {
        color: #203548; }
    .compare-table tr.first td .ratings {
      width: 69px;
      margin: 0 auto; }
    .compare-table tr.first td p {
      margin: 0; }
  .compare-table tr.add-to-row td p {
    margin: 0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong {
  background-image: url(../images/i_block-list.gif);
  background-position: 0 1px; }

/* Block: Poll */
.block-poll .block-title strong {
  background-image: url(../images/i_block-poll.gif); }

.block-poll .block-subtitle {
  font-size: 12px; }

.block-poll label {
  color: #777;
  font-weight: bold; }

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px; }

.block-poll li {
  padding: 3px 9px; }

.block-poll .actions {
  margin: 5px 0 0; }

.block-poll button.button span {
  border-color: #406a83;
  background: #618499; }

.block-poll .answer {
  font-weight: bold; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

/* Block: Tags */
.block-tags .block-title strong {
  background-image: url(../images/i_block-tags.gif); }

.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px; }

.block-tags .block-content a {
  color: #1b2d3b; }

.block-tags .actions {
  text-align: right; }
  .block-tags .actions a {
    float: none; }

/* Block: Subscribe */
.block-subscribe .block-content {
  padding: 5px 10px; }

.block-subscribe .block-title strong {
  background-image: url(../images/i_block-subscribe.gif); }

.block-subscribe label {
  font-weight: bold;
  color: #666; }

.block-subscribe input.input-text {
  display: block;
  width: 157px;
  margin: 3px 0; }

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left; }
  .block-subscribe .actions button.button {
    float: none; }
    .block-subscribe .actions button.button span {
      border-color: #406a83;
      background: #618499; }

/* Block: Reorder */
.block-reorder {
  background: white;
  border: 2px solid #d3d4d6;
  padding: 18px; }
  .block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0; }
  .block-reorder .product-name {
    margin-left: 20px; }
  .block-reorder .validation-advice {
    margin: 3px 9px 7px; }
  .block-reorder .block-title {
    background: transparent;
    padding: 0; }
  .block-reorder.block .actions {
    background: transparent;
    padding: 0; }
  .block-reorder.block li.odd, .block-reorder.block li.even {
    background: transparent;
    padding: 0; }
  .block-reorder.block .block-content {
    background: transparent;
    padding: 0; }
    .block-reorder.block .block-content li.item {
      line-height: 16px; }
    .block-reorder.block .block-content ol {
      margin: 0 0 10px; }
    .block-reorder.block .block-content a {
      text-decoration: none; }
      .block-reorder.block .block-content a:hover {
        text-decoration: underline; }

/* Block: Banner */
.block-banner {
  border: 0; }
  .block-banner .block-content {
    padding: 0;
    text-align: center; }

/* Block: Login */
.block-login .block-title strong {
  background-image: url(../images/i_ma-info.gif); }

.block-login .block-content {
  padding: 5px 10px; }

.block-login label {
  font-weight: bold;
  color: #666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0; }
  .block-login .actions button.button span {
    border-color: #406a83;
    background: #618499; }

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }
  .sidebar .paypal-logo a {
    float: none; }

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-description {
  margin: 0 0 10px; }

.products-grid {
  position: relative;
  flex: 1;
  display: flex;
  flex-flow: wrap; }
  .products-grid.last {
    border-bottom: 0; }
  .products-grid div.item {
    margin-left: 1%;
    margin-right: 1%;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .products-grid div.item {
        margin-right: 0;
        margin-left: 0; }
        .products-grid div.item:nth-of-type(3n+1) {
          margin-right: 15px; }
        .products-grid div.item:nth-of-type(3n+3) {
          margin-left: 15px; } }
    .products-grid div.item.last {
      margin-right: 0; }
  .products-grid .product-image {
    display: block;
    width: 100%;
    height: 350px;
    margin: 0; }

#upsell-product-table .upsell-product-table, #upsell-product-table.products-grid .product-image {
  width: 150px;
  height: 150px; }

.products-grid .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548; }
  .products-grid .product-name a {
    color: #32011e; }

.products-grid .availability {
  line-height: 21px; }

.products-grid .actions {
  position: absolute;
  bottom: 12px; }

/* View Type: List */
.products-list div.item {
  border-bottom: 1px solid #d9ddd3;
  padding: 12px 10px; }
  .products-list div.item.last {
    border-bottom: 0; }

.products-list .product-image {
  float: left;
  width: 135px;
  height: 135px;
  margin: 0 0 10px; }

.products-list .product-shop {
  margin-left: 150px; }

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548; }
  .products-list .product-name a {
    color: #203548; }

.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35; }
  .products-list .desc .link-learn {
    font-size: 11px; }

.products-list .add-to-links {
  clear: both; }
  .products-list .add-to-links li {
    display: inline; }
  .products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px; }

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }
  .ratings strong {
    float: left;
    margin: 1px 3px 0 0; }
  .ratings .rating-links {
    margin: 0; }
    .ratings .rating-links .separator {
      margin: 0 2px; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden; }
  .rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

/* Availability */
.availability {
  margin: 0; }
  .availability span {
    font-weight: bold; }
  .availability.out-of-stock span {
    color: #d83820; }

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px; }
  .availability-only span {
    border-bottom: 1px dashed #751d02;
    color: #32011e; }
  .availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #32011e;
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none; }
  .availability-only .expanded {
    background-position: 100% -15px; }
  .availability-only strong {
    color: #be2c00; }

.availability-only-details {
  margin: 0 0 7px; }
  .availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px; }
  .availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid white;
    font-size: 11px;
    padding: 2px 8px 1px; }
  .availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold; }

.product-view .product-shop .availability {
  font-size: 11px; }
  .product-view .product-shop .availability span {
    font-weight: normal; }

.product-view .product-box {
  background: #e9e9ea;
  padding: 34px; }

.product-view .product-sidebar {
  float: right;
  width: 300px; }

.product-view.custom-cap .product-sidebar {
  width: 300px; }

/* Email to a Friend */
.email-friend {
  margin: 0; }

/* Alerts */
.alert-price, .alert-stock {
  margin: 0;
  font-size: 11px; }

/********** < Product Prices */
.price {
  white-space: nowrap !important; }

.price-box .price {
  font-weight: bold;
  color: #c76200; }

/* Regular price */
.regular-price {
  float: right;
  line-height: 25px; }
  .regular-price .price {
    font-family: 'Century Gothic W01 Bold';
    font-size: 36px;
    color: #32011e;
    font-weight: normal !important; }

.block .regular-price {
  color: #2f2f2f; }
  .block .regular-price .price {
    color: #2f2f2f; }

.products-grid .old-price .price, .products-grid .special-price .price, .products-grid .regular-price .price {
  font-size: 18px; }

/* Old price */
.old-price {
  margin: 0;
  text-align: right; }
  .old-price .price-label {
    white-space: nowrap;
    color: #32011e; }
  .old-price .price {
    font-family: 'Century Gothic W01 Bold';
    font-weight: normal;
    color: #c76200;
    text-decoration: line-through;
    color: #32011e; }

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
  text-align: right; }
  .special-price .price-label {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Century Gothic W01 Bold';
    white-space: nowrap;
    color: #32011e;
    font-weight: normal !important; }
  .special-price .price {
    font-family: 'Century Gothic W01 Bold';
    font-size: 16px;
    font-weight: normal;
    color: #32011e;
    font-weight: normal !important; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }
  .minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap; }

.minimal-price-link {
  display: block; }
  .minimal-price-link .label {
    color: #1e7ec8; }
  .minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8; }

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999; }
  .price-excluding-tax .label {
    white-space: nowrap;
    color: #999; }
  .price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200; }

/* Including tax */
.price-including-tax {
  display: block;
  color: #999; }
  .price-including-tax .label {
    white-space: nowrap;
    color: #999; }
  .price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200; }

/* Configured price */
.configured-price {
  margin: 0; }
  .configured-price .price-label {
    font-weight: bold;
    white-space: nowrap; }
  .configured-price .price {
    font-weight: bold; }

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444; }
  .weee .price {
    font-size: 11px;
    font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }
  .price-excl-tax .label {
    display: block;
    white-space: nowrap; }
  .price-excl-tax .price {
    display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }
  .price-incl-tax .label {
    display: block;
    white-space: nowrap; }
  .price-incl-tax .price {
    display: block;
    font-weight: bold; }

/* Price range */
.price-from, .price-to {
  margin: 0; }
  .price-from .price-label, .price-to .price-label {
    font-weight: bold;
    white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  color: #a7a9ac;
  line-height: 11px;
  display: block; }
  .price-notice .price {
    font-size: 11px;
    color: #a7a9ac; }

/* Price as configured */
.price-as-configured {
  margin: 0; }
  .price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }
  .price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important; }
  .price-box-bundle .price {
    color: #555; }

/********** Product Prices > */
/* Tier Prices */
.product-pricing {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242; }

.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242; }
  .tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px; }
  .tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f; }
  .tier-prices .price {
    font-weight: bold;
    color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }
  .tier-prices-grouped li .price {
    font-weight: bold; }

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0; }
  .add-to-links .separator {
    display: none; }

/* Add to Cart */
.add-to-cart label {
  float: left;
  width: 98px;
  line-height: 30px; }
  .add-to-cart label.qty {
    width: 68px;
    margin: 0;
    text-indent: -9999px; }

.custom-cap .add-to-cart label.qty {
  width: 26px; }

.add-to-cart .qty {
  float: left;
  margin: 0 9px;
  color: #32011e; }

.add-to-cart button.button {
  float: left; }

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right; }
  .add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0; }

.add-to-cart .increase,
.add-to-cart .decrease {
  cursor: pointer;
  border: 0;
  background: #32011e;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 24px; }

.add-to-cart .decrease {
  float: left; }

.product-view .add-to-cart .paypal-logo {
  margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0; }
  .add-to-box .add-to-cart {
    margin: 0 0 20px; }
  .add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666; }
  .add-to-box .add-to-links li {
    display: block !important; }
    .add-to-box .add-to-links li .separator {
      display: none !important; }

.product-essential {
  margin-bottom: 35px; }

.product-view .special-price {
  line-height: 36px;
  float: right; }
  .product-view .special-price .price {
    font-size: 36px; }

.product-view .regular-price {
  line-height: 36px;
  float: right; }

.product-essential {
  min-height: 480px; }
  .product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral h2 {
  font-size: 24px;
  color: #32011e;
  padding: 0 0 1px;
  margin: 0; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }

/* Product Images */
.product-view .product-img-box {
  float: left;
  width: 453px;
  min-height: 586px; }

.product-view.custom-cap .product-img-box {
  width: 500px; }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  position: relative;
  overflow: hidden; }

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9; }
  .product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move; }

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer; }
  .product-view .product-img-box .zoom.disabled {
    opacity: .3; }
  .product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px; }
  .product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat; }
  .product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0; }
  .product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0; }

.custom-cap.product-view .product-img-box .more-views {
  margin: 10px 0 20px 0; }

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase; }

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0; }
  .product-view .product-img-box .more-views li a {
    float: left;
    overflow: hidden;
    text-align: center; }

#productviews li {
  margin: 0 !important; }
  #productviews li a img {
    width: 60px !important; }

.product-view .product-img-box .product-image img {
  display: none; }
  .product-view .product-img-box .product-image img.image-1 {
    display: inline-block; }

.custom-cap.product-view .product-img-box .product-image {
  width: 700px;
  height: 700px; }
  .custom-cap.product-view .product-img-box .product-image img {
    display: block; }

.custom-cap #productviews {
  visibility: hidden; }

.product-image-popup {
  margin: 0 auto; }
  .product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0; }
  .product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center; }
  .product-image-popup .image {
    display: block;
    margin: 10px 0; }
  .product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f; }

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 330px; }

.col1-layout .product-view .product-shop {
  float: right;
  width: 300px; }

.col1-layout .product-view.custom-cap .product-shop {
  width: 300px; }

.product-view h1 {
  margin: 17px 0 0 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500; }

.product-view.custom-cap h1 {
  margin: 18px 0 0 0; }

.col3-layout .product-view .product-shop {
  float: none;
  width: auto; }

.product-view .product-shop .product-name {
  margin: 0 0 5px; }
  .product-view .product-shop .product-name h1 {
    margin: 0;
    font: bold 15px/1.35 Arial, Helvetica, sans-serif; }

.product-view .product-shop .availability {
  margin: 10px 0; }

.product-view .product-shop .short-description {
  margin: 10px 0 67px; }

.product-view .product-shop .price-box {
  margin: 10px 0;
  float: left;
  width: 100%; }

.product-view .product-shop .add-to-links {
  float: left;
  margin: 0; }

.product-view.custom-cap .product-shop .add-to-links {
  display: block !important; }

.product-view .product-shop .add-to-links li {
  display: inline; }
  .product-view .product-shop .add-to-links li .separator {
    display: inline; }

.product-option-groups {
  padding: 31px 34px; }

.product-options {
  float: right;
  width: 453px;
  background: #e9e9ea; }
  .product-options .view-more-link {
    float: right;
    clear: both; }

.custom-cap .product-options {
  width: 300px; }
  .custom-cap .product-options input[type="text"] {
    border: 1px solid #32011e; }

.product-option-group .view-more-link {
  background: url(../images/arrow_small_pink.png) 100% 8px no-repeat; }

.product-option-group p.title:after {
  content: ":"; }

.product-options dt label:after {
  content: ":"; }

.product-options dd {
  margin: 0 0 13px; }

.product-options dl {
  overflow: hidden; }

.product-options dd:after {
  clear: both; }

.custom-cap .product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0; }

.product-options dd input.input-text {
  width: 93%; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 99%; }

.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px; }

.custom-cap .product-options dd.first, .custom-cap .product-options dt.first {
  border-top: 0; }

.product-options ul.options-list {
  margin-right: 0;
  overflow: hidden; }
  .product-options ul.options-list li {
    border: 2px solid #e9e9ea;
    cursor: pointer;
    float: left !important;
    line-height: 1.5;
    margin: 0 3px 0 0;
    font-size: 11px; }
    .product-options ul.options-list li:last-child {
      margin-right: 0; }

.custom-cap .product-options ul.options-list li {
  border: 2px solid white; }

.product-options ul.options-list li * {
  cursor: pointer;
  text-align: center; }

.product-options ul.options-list li input {
  display: none; }

.product-options dd.parent ul.options-list li {
  padding: 0; }
  .product-options dd.parent ul.options-list li.tab.active {
    min-height: 35px; }

.custom-cap .product-options ul.options-list.icon-with-tooltip li.active.tab, .product-options ul.options-list li.active {
  border: 2px solid #da0c87;
  min-height: 0px; }

.custom-cap .product-options dd.parent ul.icon-with-tooltip li span label {
  padding: 5px;
  line-height: 1.5em; }

.custom-cap .product-options ul.options-list li.activerow {
  margin-bottom: 31px; }

.custom-cap .product-options ul.options-list li.active.tab {
  background: white;
  border: 2px solid #da0c87;
  border-bottom: 0;
  margin-bottom: 2px;
  position: relative; }

.custom-cap .product-options dd.inner-tabs ul.options-list li.active.tab {
  background: white;
  border: 2px solid #da0c87;
  min-height: 50px; }

.custom-cap .product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
  float: none;
  position: absolute;
  left: -9999px; }

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list .label {
  display: block; }

.product-options ul.options-list label {
  font-weight: normal;
  padding: 5px;
  float: left; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options p.note {
  color: #a7a9ac;
  margin: 0;
  font-size: 11px;
  text-align: center; }

.custom-cap .product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px; }

.custom-cap .product-options .faq {
  display: none; }

.fancybox-warning {
  color: black;
  padding: 25px;
  width: 270px;
  text-align: center; }
  .fancybox-warning p {
    margin-bottom: 20px; }

/* Configurator classes */
.custom-cap .product-options ul.options-list.icon-with-tooltip label {
  padding: 2px; }

.custom-cap.product-view .product-shop .short-description {
  margin-bottom: 0; }

.custom-cap .input-box input {
  max-width: 185px; }

.custom-cap .product-options p.note {
  max-width: 194px; }

.custom-cap .product-options ul.options-list.icon-with-tooltip li.tab {
  margin-bottom: 23px; }

.custom-cap .product-options ul.options-list.icon-only li {
  height: auto; }
  .custom-cap .product-options ul.options-list.icon-only li img {
    height: auto;
    margin: 0; }

.custom-cap .product-options dd.optionvalue_7 ul.options-list.icon-with-tooltip label {
  float: left;
  text-align: center;
  height: 32px;
  width: 32px; }

.custom-cap .product-options ul.options-list.icon-with-tooltip li img {
  margin: 0; }

.custom-cap .product-options .icon-with-tooltip {
  position: relative; }
  .custom-cap .product-options .icon-with-tooltip label span {
    display: none; }
  .custom-cap .product-options .icon-with-tooltip li.active {
    position: relative; }
    .custom-cap .product-options .icon-with-tooltip li.active.tab {
      position: relative; }

.custom-cap .product-options li .tip {
  display: none; }

.custom-cap .product-options .icon-with-tooltip li.active span.tip {
  background: transparent url(../images/icon-tooltip.png) no-repeat;
  height: 7px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -7px; }

.custom-cap .product-options .icon-with-tooltip li.active label span.name {
  font-size: 10px;
  color: #da0c87;
  position: absolute;
  bottom: -35px;
  display: block;
  z-index: 100;
  padding: 5px 0 0 0;
  line-height: 11px;
  height: 22px;
  text-align: left; }

.custom-cap .product-options .icon-with-tooltip li.active.right label span.name {
  right: -2px;
  width: 175px;
  text-align: right; }

.custom-cap .product-options .icon-with-tooltip li.active.left label span.name {
  left: -2px;
  width: 173px; }

.custom-cap .product-options ul.options-list li.tabs .price-notice {
  display: block; }

.custom-cap .product-options dd.parent ul.icon-only li span label {
  line-height: 1.5;
  padding: 7px 6px; }

.custom-cap .product-options .icon-only span.name {
  display: block;
  text-align: center; }

.custom-cap .product-options .icon-only .has-image span.name {
  display: none; }

.custom-cap .product-options ul.options-list.text-below li {
  text-align: center; }
  .custom-cap .product-options ul.options-list.text-below li img {
    display: block;
    margin: 0 auto; }

.custom-cap .product-options dd.parent ul.options-list.text-below li span {
  float: none; }

.custom-cap .product-options dd.parent ul.options-list.text-right li img {
  float: left;
  margin: 6px 6px 0 0; }

/*.custom-cap .input-box { max-width: 193px; } */
/* .custom-cap .product-options dd.parent ul.options-list.text-below li label { padding: 7px 5px; }*/
.add-to-box .delivery {
  clear: both;
  color: #6d6e71;
  clear: both;
  text-align: right;
  font-size: 12px;
  padding: 7px 0 0 0; }

/*
 * Grouped Product Options
 */
.product-option-group {
  clear: both; }

.custom-cap .product-option-group {
  clear: none; }

.product-option-group div.title {
  display: none; }

.custom-cap .product-option-group div.title {
  display: block;
  padding: 0 0 0 60px;
  position: relative; }
  .custom-cap .product-option-group div.title h3 {
    height: 40px;
    line-height: 40px;
    font-family: "Century Gothic W02", Arial, Helvetica, sans-serif; }

/* Temporary ugly styling */
.product-option-group .toggle {
  background: transparent url(../images/collapsed_icon.png);
  color: white;
  cursor: pointer;
  display: block;
  height: 21px;
  line-height: 21px;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 9px;
  width: 21px;
  text-indent: -9999px; }
  .product-option-group .toggle.open {
    background-image: url(../images/expanded_icon.png); }

.product-option-group dl, .product-option-group .dependency {
  display: block; }

.product-option-group.group-top div.title {
  background: transparent url(../images/catalog/product/options/1.png) no-repeat 6px 50%; }

.product-option-group.group-edge div.title {
  background: transparent url(../images/catalog/product/options/2.png) no-repeat 6px 50%; }

.product-option-group.group-band div.title {
  background: transparent url(../images/catalog/product/options/3.png) no-repeat 6px 50%; }

.product-option-group.group-cockade div.title {
  background: transparent url(../images/catalog/product/options/4.png) no-repeat 6px 50%; }

.product-option-group.group-visor div.title {
  background: transparent url(../images/catalog/product/options/5.png) no-repeat 6px 50%; }

.product-option-group.group-lining div.title {
  background: transparent url(../images/catalog/product/options/6.png) no-repeat 8px 50%; }

.product-option-group.group-cover div.title {
  background: transparent url(../images/catalog/product/options/7.png) no-repeat 6px 50%; }

.product-option-group div.title {
  background-color: #a8a9ad;
  cursor: pointer; }
  .product-option-group div.title h3 {
    color: white; }

.product-option-group p.title {
  color: #32011e;
  font-size: 14px;
  margin: 3px 0 10px 0; }

.product-option-group .inner-tabs p.title {
  display: none; }

/* Icons */
/* Sticky image */
.product-img-box.stick {
  position: fixed;
  top: 0; }

form {
  display: block; }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25; }

/* Block: Description */
/* Block: Additional */
/* Block: Upsell */
.box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px; }

.box-up-sell .products-grid {
  width: auto;
  margin: 0; }
  .box-up-sell .products-grid td {
    width: 126px;
    padding: 0 35px 0 0;
    line-height: 1.6em;
    position: relative; }
  .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
    padding: 0; }
  .box-up-sell .products-grid td.last {
    border-right: 0; }
  .box-up-sell .products-grid td img {
    border: 1px solid #ccc; }
  .box-up-sell .products-grid .product-image {
    text-align: center; }
  .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px; }
  .box-up-sell .products-grid .price-box {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px; }
  .box-up-sell .products-grid .regular-price .price {
    font-size: 13px; }
  .box-up-sell .products-grid .product-name {
    font-size: 18px;
    color: #32011e;
    text-align: center;
    padding-top: 10px; }
    .box-up-sell .products-grid .product-name a {
      color: #32011e;
      font-size: 20px;
      line-height: 23px;
      text-align: center;
      font-weight: normal;
      margin-bottom: 20px;
      text-decoration: none; }
  .box-up-sell .products-grid .item-actions {
    text-align: center;
    padding-top: 20px; }
    .box-up-sell .products-grid .item-actions .btn-product {
      margin-bottom: 10px;
      background: white;
      color: #32011e;
      border: 2px solid #32011e; }

.box-up-sell .special-price, .box-up-sell .regular-price {
  float: left; }

.box-up-sell .old-price {
  text-align: left; }

.box-up-sell .products-grid .special-price {
  text-align: left; }

.box-up-sell .products-grid .product-name {
  margin: 0; }

.box-up-sell .products-grid .old-price .price {
  text-decoration: line-through; }

.box-up-sell .products-grid tr.last td {
  padding: 0 15px 0px 0 !important;
  position: relative; }

.box-up-sell .products-grid .special-price {
  line-height: normal; }

.product-view .regular-price {
  line-height: normal; }

.box-up-sell .products-grid .price-box {
  color: #da0b87;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  top: 35px;
  right: 35px;
  display: inline-block;
  width: auto;
  left: auto; }
  .box-up-sell .products-grid .price-box .price {
    color: #da0b87;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    font-weight: 300 !important;
    text-transform: uppercase; }

/* Block: Tags */
.product-view .box-tags {
  margin: 0; }
  .product-view .box-tags h3 {
    font-size: 13px; }
  .product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px; }
    .product-view .box-tags .product-tags li {
      display: inline;
      background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
      padding: 0 7px 0 4px; }
      .product-view .box-tags .product-tags li.first {
        padding-left: 0; }
      .product-view .box-tags .product-tags li.last {
        background: none;
        padding-right: 0; }
  .product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c; }
  .product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px; }
  .product-view .box-tags .form-add input.input-text {
    width: 299px; }
  .product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499; }
  .product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px; }

.product-view .box-reviews dl {
  margin: 15px 0; }

.product-view .box-reviews dt a, .product-view .box-reviews dt span {
  font-weight: bold; }

.product-view .box-reviews dd {
  margin: 0 0 15px; }
  .product-view .box-reviews dd small {
    font-style: italic; }

.product-view .box-reviews .form-add {
  margin: 15px 0 0; }
  .product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal; }
    .product-view .box-reviews .form-add h3 span {
      font-weight: bold; }
  .product-view .box-reviews .form-add h4 {
    font-size: 12px; }
  .product-view .box-reviews .form-add .data-table td {
    text-align: center; }
  .product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0; }
    .product-view .box-reviews .form-add .form-list .input-box {
      width: 360px; }
    .product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
      width: 354px; }

/* Block: Reviews */
/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }
  .send-friend .form-list li {
    margin-right: -15px; }
    .send-friend .form-list li p {
      margin: 0 15px 0 0; }
  .send-friend .form-list .field {
    width: 315px; }
  .send-friend .form-list .input-box {
    width: 300px; }
  .send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width: 294px; }
  .send-friend .form-list li.wide .input-box {
    width: 612px; }
  .send-friend .form-list li.wide textarea {
    width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal; }
  .product-name a {
    color: #32011e; }

/* Product Tags */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px; }
  .tags-list li {
    display: inline !important;
    margin: 0 4px 0 0; }
    .tags-list li a {
      color: #1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
  float: left; }

.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none; }

.advanced-search-amount {
  margin: 0 0 10px; }

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px; }
  .advanced-search-summary ul {
    float: left;
    width: 49%; }
  .advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat; }
  .advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0; }

/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }
  .page-sitemap .links a {
    text-decoration: none;
    position: relative; }
    .page-sitemap .links a:hover {
      text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }
  .page-sitemap .sitemap a {
    color: #1b2d3b; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }
    .page-sitemap .sitemap li.level-0 {
      margin: 10px 0 0;
      font-weight: bold; }
      .page-sitemap .sitemap li.level-0 a {
        color: #1e7ec8; }

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }
  .cart .page-title h1 {
    margin: 17px 0 0; }

.cart .col2-set .col-1, .cart .col2-set .col-2 {
  padding: 0 0 30px 30px; }

.cart .col2-set .col-1 {
  margin: 0 34px 0 0;
  padding-left: 0; }

.cart .item-options {
  display: none;
  padding: 5px 0 0; }
  .cart .item-options h3 {
    margin: 10px 0 0 0; }
  .cart .item-options dl {
    overflow: hidden;
    margin: 0; }

.toggle-item-options {
  background: transparent url(../images/expanded_icon_small.png) no-repeat top right;
  float: left;
  padding: 0 22px 0 0;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none; }
  .toggle-item-options.open {
    background-image: url(../images/collapsed_icon_small.png);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none; }

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }
  .cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

#checkout-cart-quote-comment-form textarea {
  display: block;
  height: 68px;
  width: 93%; }

#klarna-checkout-cart-school-name input {
  width: 93%; }

.page-popup.cms-page-view .zopim {
  display: none !important; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0; }
  .cart .cart-collaterals .col2-set {
    width: 100%; }
    .cart .cart-collaterals .col2-set .col-2-wide {
      width: 290px;
      float: left;
      background: #e9e9ea; }

.cart .discount {
  background: transparent; }

.cart .shipping {
  background: white;
  margin: 0 0 18px; }

.cart .discount {
  padding: 2px 0 0 0; }
  .cart .discount.facebook {
    border: 1px solid #3b5997;
    padding: 12px 18px; }
  .cart .discount h3 {
    background: transparent url(../images/checkout/discount-icon.png) left center no-repeat;
    padding: 0 0 0 30px; }
  .cart .discount.facebook h3 {
    color: #3b5998;
    background: transparent url(../images/facebook_icon.png) 0 0 no-repeat;
    padding: 6px 0 0 43px; }
  .cart .discount.facebook button.button.small {
    background: #818184;
    margin: 15px 0 12px; }
    .cart .discount.facebook button.button.small:hover {
      background: black; }
  .cart .discount button span {
    border-color: #406a83;
    background: #618499; }

.cart .shipping button span {
  border-color: #406a83;
  background: #618499; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
#klarna-checkout-cart-quote-comment .buttons-set, .klarna-confirmation-index iframe {
  margin: 0 0 0 -20px; }

.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left; }

.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0; }

.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px; }

.cart .discount input.input-text {
  width: 251px; }

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(../images/bkg_divider1.gif) 0 0 repeat-x; }

.cart .totals {
  background: #e9e9ea;
  padding: 30px 30px 30px 0; }
  .cart .totals table {
    width: 100%;
    margin: 7px 0; }
  .cart .totals tfoot th {
    padding: 5px 15px 5px 7px; }

/* Shopping Cart Totals */
.data-table tfoot tr.grand_total strong {
  color: #da0c87;
  font-size: 15px;
  font-weight: normal;
  color: #32011e; }

.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-size: 15px;
  font-weight: normal;
  color: #32011e; }

.cart .totals tfoot tr:last-child td strong {
  font-size: 15px;
  font-weight: bold; }

/* Options Tool Tip */
.item-options {
  width: 100%;
  overflow: hidden; }
  .item-options dt {
    float: left;
    width: 50%;
    margin: 0 10px 0 0;
    font-size: 12px; }
  .item-options dd {
    float: left;
    width: 200px;
    font-size: 12px; }

.truncated {
  cursor: help; }
  .truncated a.dots, .truncated a.details {
    cursor: help; }
  .truncated .truncated_full_value {
    position: relative;
    z-index: 999; }
    .truncated .truncated_full_value .item-options {
      position: absolute;
      top: -99999em;
      left: -99999em;
      z-index: 999;
      width: 250px;
      padding: 8px;
      border: 1px solid #ddd;
      background-color: #f6f6f6; }
      .truncated .truncated_full_value .item-options > p {
        font-weight: bold;
        text-transform: uppercase; }
  .truncated .show .item-options {
    top: -20px;
    left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    margin: 5px 0 5px;
    font-weight: bold; }
  .sp-methods dd li {
    margin: 0;
    line-height: 15px; }
    .sp-methods dd li.delivery-date {
      padding: 0 0 0 0px;
      margin: 3px 0 14px; }
  .sp-methods label, .sp-methods .price {
    font-weight: bold; }
  .sp-methods .form-list {
    padding-left: 20px; }
    .sp-methods .form-list li {
      margin: 0 0 8px; }
  .sp-methods select.month {
    width: 154px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 3em !important; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px; }
  .sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right; }
  .sp-methods .checkmo-list address {
    float: left; }
  .sp-methods .centinel-logos a {
    margin-right: 3px; }
  .sp-methods .centinel-logos img {
    vertical-align: middle; }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
    .sp-methods .release-amounts button {
      float: left;
      margin: 5px 10px 0 0; }

.please-wait {
  float: right; }
  .please-wait img {
    vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px; }

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999; }
  .tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right; }
    .tool-tip .btn-close a {
      display: block;
      margin: 0 0 0 auto;
      width: 15px;
      height: 15px;
      background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
      text-align: left;
      text-indent: -999em;
      overflow: hidden; }
  .tool-tip .tool-tip-content {
    padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages p.control {
  color: #8e8d8b; }

.gift-messages-form {
  position: relative; }
  .gift-messages-form label {
    float: none !important;
    position: static !important; }
  .gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403; }
  .gift-messages-form .whole-order {
    margin: 0 0 25px; }
  .gift-messages-form .item {
    margin: 0 0 10px; }
    .gift-messages-form .item .product-img-box {
      float: left;
      width: 75px; }
    .gift-messages-form .item .product-image {
      margin: 0 0 7px; }
    .gift-messages-form .item .number {
      margin: 0;
      font-weight: bold;
      text-align: center;
      color: #8a8987; }
    .gift-messages-form .item .details {
      margin-left: 90px; }
      .gift-messages-form .item .details .product-name {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 10px; }
      .gift-messages-form .item .details .form-list .field {
        width: 255px; }
      .gift-messages-form .item .details .form-list .input-box {
        width: 240px; }
      .gift-messages-form .item .details .form-list input.input-text {
        width: 234px; }
      .gift-messages-form .item .details .form-list li.wide .input-box {
        width: 500px; }
      .gift-messages-form .item .details .form-list li.wide textarea {
        width: 494px; }

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px; }
  .gift-message-link.expanded {
    background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }
  .gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0; }

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5; }

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px; }
  .checkout-agreements .agree input.checkbox {
    margin-right: 6px; }
  .checkout-agreements .agree label {
    font-weight: bold;
    color: #666; }

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px; }
  .opc .checkout-agreements li {
    margin: 20px 0 0; }
  .opc .checkout-agreements .agreement-content {
    background-color: white;
    border-color: #e4e4e4;
    padding: 5px; }
  .opc .checkout-agreements .agree {
    padding-left: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: white; }
  .centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }
  .info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px; }
  .info-set h3, .info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703; }
  .info-set h2 a, .info-set h3 a, .info-set h4 a {
    font-weight: normal; }
  .info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative; }
  .info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c; }
  .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative; }
  .info-set .box {
    margin: 0 0 15px; }
    .info-set .box h2 {
      color: #e26703; }
  .info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important; }
    .info-set .data-table .product-name a {
      font-weight: bold !important; }
  .info-set .data-table .item-options {
    margin: 5px 0 0; }

#klarna-shipping-method {
  padding: 19px 0 0 0; }
  #klarna-shipping-method h3 {
    background: transparent url(../images/checkout/shipping-icon.png) left center no-repeat;
    padding: 0 0 3px 40px; }

#klarna-checkout-cart-quote-comment {
  padding: 18px 0 0 0; }
  #klarna-checkout-cart-quote-comment h3 {
    background: transparent url(../images/checkout/comment-icon.png) left center no-repeat;
    padding: 6px 0 0 37px; }

#klarna-checkout-cart-school-name h3 {
  background: transparent url(../images/checkout/school-icon.png) left center no-repeat;
  padding: 6px 0 0 30px; }

#klarna-checkout-login tr td {
  padding-bottom: 10px; }
  #klarna-checkout-login tr td:first-child {
    line-height: 30px;
    padding: 0 30px 0 0; }

#discount-coupon-form {
  padding: 18px 0 0; }
  #discount-coupon-form h2 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif; }

.block-progress {
  border: 0;
  margin: 0; }
  .block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px; }
    .block-progress .block-title strong {
      font-size: 13px;
      color: #0a263c; }
  .block-progress .block-content {
    background: none; }
  .block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999; }
  .block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px; }
  .block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4; }
  .block-progress p {
    margin: 0; }
  .block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0; }
  .block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0; }
  .block-progress .cards-list .info-table th {
    font-weight: normal; }

.opc {
  position: relative; }
  .opc .buttons-set {
    margin-top: 0;
    padding-top: 2em; }
    .opc .buttons-set p.required {
      margin: 0;
      padding: 0 0 10px; }
    .opc .buttons-set .back-link small {
      display: none; }
    .opc .buttons-set .back-link a {
      background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
      padding-left: 16px; }
    .opc .buttons-set.disabled button.button {
      display: none; }
    .opc .buttons-set .please-wait {
      height: 21px;
      line-height: 21px; }
  .opc .ul {
    list-style: disc outside;
    padding-left: 18px; }
  .opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: white #d9dde3 #d9dde3;
    background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right; }
    .opc .step-title .number {
      float: left;
      background: white;
      border: 1px solid white;
      padding: 0 4px;
      margin: 0 5px 0 0;
      font: bold 11px/14px arial, helvetica, sans-serif;
      color: #999; }
    .opc .step-title h2 {
      float: left;
      margin: 0;
      font: bold 13px/16px Arial, Helvetica, sans-serif;
      color: #999; }
    .opc .step-title a {
      display: none;
      float: right;
      font-size: 11px;
      line-height: 16px; }
  .opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer; }
    .opc .allow .step-title .number {
      background: #dbe6eb;
      border-color: #dbe6eb;
      color: #a4b3b9; }
    .opc .allow .step-title h2 {
      color: #a4b3b9; }
  .opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default; }
    .opc .active .step-title .number {
      background: #f18200;
      border-color: #f19900;
      color: white; }
    .opc .active .step-title h2 {
      color: #f18200; }
  .opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative; }
    .opc .step .tool-tip {
      right: 30px; }

/*.opc .allow .step-title a { display:block; }*/
/*.opc .active .step-title a { display:none; }*/
#opc-login .buttons-set {
  border-top: 0; }

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase; }

#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f; }

#opc-shipping_method .buttons-set {
  border-top: 0; }

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }
  .opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto; }

#opc-review .step {
  border: 0;
  padding: 0; }

#opc-review .product-name {
  font-weight: bold;
  color: #0a263c; }

#opc-review .item-options {
  margin: 5px 0 0; }

#opc-review .buttons-set {
  padding: 20px 30px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px; }
  #opc-review .buttons-set p {
    margin: 0;
    line-height: 40px; }
  #opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px; }

#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }
  .checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba; }
    .checkout-progress li.active {
      border-top-color: #e96200;
      color: #e96200; }

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703; }

.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }
  .multiple-checkout .data-table .product-name a {
    font-weight: bold !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set, .multiple-checkout .col3-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }
  .multiple-checkout .box h2 {
    color: #e26703; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden; }
  .multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
    .multiple-checkout .place-order .grand-total .inner div {
      display: inline; }
  .multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px; }
  .multiple-checkout .place-order .grand-total .price {
    color: #E26703; }
  .multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px; }
    .multiple-checkout .place-order .grand-total button.button span span {
      padding: 0 45px 0 36px; }

.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499; }

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }
  .multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px; }
  .multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px; }
  .multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px; }
  .multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px; }
  .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px; }
  .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative; }
  .checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  height: auto !important;
  padding: 45px 21px;
  border: none; }
  .account-login .content ul.form-list div.input-box {
    width: 100% !important; }
    .account-login .content ul.form-list div.input-box input[name="login[username]"],
    .account-login .content ul.form-list div.input-box input[name="login[password]"] {
      max-width: 593px; }
  .account-login .content h2 {
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .account-login .content p.required {
    position: static !important;
    text-align: initial; }

.account-login .buttons-set {
  border: 2px solid #d3d4d6;
  border-top: 0;
  margin: 0;
  padding: 14px 0; }
  @media (min-width: 480px) {
    .account-login .buttons-set {
      padding-right: 21px;
      padding-left: 21px; } }
  .account-login .buttons-set #l {
    height: 45px !important; }

.account-login .btn {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap; }

.account-login .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }
  .captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }
  .captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: white;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }
  .remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px; }
  .remember-me-popup .remember-me-popup-head {
    position: relative; }
    .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
      background: url(../images/btn_window_close.gif) no-repeat;
      display: block;
      position: absolute;
      top: 7px;
      right: 7px;
      height: 15px;
      width: 15px;
      text-indent: -9999em; }
  .remember-me-popup .remember-me-popup-body {
    padding: 10px; }
    .remember-me-popup .remember-me-popup-body a {
      display: inline-block;
      height: 19px;
      border: 1px solid #de5400;
      background: #f18200;
      padding: 0 8px;
      font: bold 12px/19px Arial, Helvetica, sans-serif;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      color: white; }

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .fieldset {
  padding-left: 0 !important; }

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

.customer-account-resetpassword .form-list .field {
  width: 470px; }

.customer-account-resetpassword .form-list label {
  width: 180px; }

.my-account .title-buttons h1 {
  float: none;
  text-align: left; }

.my-account form div.buttons-set {
  text-align: right; }

#my-orders-table {
  margin: 0 0 20px; }
  #my-orders-table + .buttons-set {
    display: none; }

.dashboard .welcome-msg {
  margin: 0; }
  .dashboard .welcome-msg p {
    margin: 0; }

.dashboard .col2-set {
  margin: 0 0 15px; }

.box-account {
  background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  border-color: #ccc #999 #999 #ccc;
  padding: 15px;
  margin: 0 0 20px; }
  .box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 10px;
    text-align: right; }
    .box-account .box-head h2 {
      float: left;
      margin: 0;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      background-position: 0 0;
      background-repeat: no-repeat;
      padding-left: 21px;
      color: #e65505; }

.dashboard .box .box-title {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right; }
  .dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0; }

.dashboard .box-recent .box-head h2 {
  background-image: url(../images/i_folder-table.gif); }

.dashboard .box-info .box-head h2 {
  background-image: url(../images/i_ma-info.gif); }

.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.dashboard .box-reviews .box-head h2 {
  background-image: url(../images/i_ma-reviews.gif); }

.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: white;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

.dashboard .box-reviews li.item {
  margin: 0 0 7px; }
  .dashboard .box-reviews li.item.last {
    margin: 0; }

.dashboard .box-reviews .ratings {
  margin: 7px 0 0; }

.dashboard .box-tags .box-head h2 {
  background-image: url(../images/i_ma-tags.gif); }

.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: white;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-tags .details {
  margin-left: 20px; }

.dashboard .box-tags li.item {
  margin: 0 0 7px; }
  .dashboard .box-tags li.item.last {
    margin: 0; }

.dashboard .box-tags .tags strong {
  display: inline; }

.dashboard .box-tags .tags ul {
  display: inline; }
  .dashboard .box-tags .tags ul li {
    display: inline; }

/* Block: Recent Orders */
/* Block: Account Information */
/* Block: Reviews */
/* Block: Tags */
/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  color: #e26703;
  text-transform: uppercase; }

.addresses-list h3 {
  font-weight: bold;
  font-size: 13px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list a {
  font-weight: bold; }

.addresses-list .link-remove {
  color: #646464; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px; }

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0; }
  .addresses-list li.empty p {
    font-weight: bold; }

.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0; }

/* Order View */
.order-info {
  background: white;
  margin: 0 0 8px;
  color: #da0b87; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info .current {
    font-weight: bold; }
  .order-info li {
    margin: 0 3px; }

.order-date {
  margin: 10px 0; }

.order-info-box {
  margin: 0 0 35px; }

.page-print h1, .page-print h2, .page-print h3, .page-print h4 {
  font-family: Arial, Helvetica, sans-serif !important; }

.my-account .order-items h2.sub-title, .order-info-box h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  color: #32011e; }

.my-account .order-items h2 .view-more-link {
  float: right; }

.order-info-box .box-payment p {
  margin: 0 0 3px; }

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px; }

.col2-set.order-info-box .col-1, .col2-set.order-info-box .col-2 {
  width: 47.5%; }

.order-items {
  width: 100%;
  overflow-x: auto; }
  .order-items h2, .order-items h3 {
    clear: none;
    font-size: 20px;
    padding: 0;
    margin: 0 0 5px; }
  .order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important; }
  .order-items .link-print {
    color: #1e7ec8;
    font-weight: normal; }
  .order-items .order-links {
    text-align: right; }

.order-info-box .box, .sales-order-view .box {
  border: 2px solid #d3d4d6;
  padding: 18px; }

.order-additional {
  margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments */
.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }
  .tracking-table th {
    font-weight: bold;
    white-space: nowrap; }

.tracking-table-popup {
  width: 100%; }
  .tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
    padding: 1px 8px; }
  .tracking-table-popup td {
    padding: 1px 8px; }

/* Order Print Pages */
.page-print {
  color: #32011e; }
  .page-print .print-head {
    margin: 0 0 15px; }
    .page-print .print-head .logo {
      float: left; }
    .page-print .print-head address {
      float: left;
      margin-left: 15px; }
  .page-print h1 {
    font-size: 16px;
    font-weight: bold; }
  .page-print h2, .page-print h3 {
    font-size: 13px;
    font-weight: bold; }
  .page-print h2.h2 {
    font-size: 16px;
    font-weight: bold; }
  .page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px; }
  .page-print .col2-set {
    margin: 0 0 10px; }
  .page-print .gift-message-link {
    display: none; }
  .page-print .price-excl-tax, .page-print .price-incl-tax {
    display: block;
    white-space: nowrap; }
  .page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
    display: inline; }

/* Price Rewrites */
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }
  .my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }
  #my-tags-table td {
    padding: 10px; }
  #my-tags-table .add-to-links {
    white-space: nowrap; }

/* My Reviews */
#my-reviews-table td {
  padding: 10px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }
  .product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px; }
  .product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px; }
  .product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px; }

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  font-weight: bold; }

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px; }

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 white; }

.map-popup {
  background: white;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }
  .map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  box-shadow: 0 0 3px #999;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }
  .map-popup-checkout span {
    display: block;
    padding-right: 30px; }
  .map-popup-checkout .paypal-logo {
    margin: 0 0 5px; }

.map-popup-price {
  margin: 5px 0 0; }
  .map-popup-price .price-box {
    margin: 0;
    padding: 0; }
    .map-popup-price .price-box .special-price {
      margin: 0;
      padding: 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px; }
  .home-callout img {
    display: block; }

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px; }

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em; }

.best-selling table {
  border-top: 1px solid #ccc; }

.best-selling tr.odd {
  background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }

.best-selling tr.even {
  background: white url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px; }

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc; }

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em; }

.best-selling a.product-name {
  color: #203548; }

.home-spot .best-selling a.product-name:hover {
  color: #203548; }

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after, .product-options dt:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.header-container:after, .header-container .top-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.header:after, .header .quick-access:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.block .block-content:after,
.block .actions:after,
.block li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after, .products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.product-options .options-list li:after, .product-review:after,
.cart:after, .cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.form-list li:after, .form-list .field:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
.guest-select {
  width: 305px !important; }

.product-image {
  position: relative; }
  .product-image .new {
    display: none; }

/* Configurator exceptions */
.product-options dd.dependency.optionvalue_20.left, .product-options dd.dependency.optionvalue_1638.left, .product-options dd.dependency.optionvalue_1004.first {
  background: transparent url("/media/configurator/option_value/cockade_only.png") no-repeat 95% 30px;
  width: 163px;
  float: left;
  border-right: 0;
  overflow: hidden; }

.product-options dd.dependency.optionvalue_20.left p.note, .product-options dd.dependency.optionvalue_1638.left p.note, .product-options dd.dependency.optionvalue_1004.first p.note {
  width: 130px; }

.product-options dd.dependency.optionvalue_20 input, .product-options dd.dependency.optionvalue_1638 input, .product-options dd.dependency.optionvalue_1004 input {
  width: 90px; }

.product-options dt.hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
  float: left; }

dd.optionvalue_92.optionvalue_89 ul#options-36-list li.active.tab,
dd.optionvalue_93.optionvalue_90 ul#options-35-list li.active.tab,
dd.optionvalue_95 ul#options-33-list li.active.tab.last,
dd.optionvalue_96 ul#options-32-list li.active.tab.last,
dd.optionvalue_1792 ul#options-334-list li.active.tab.last,
dd.optionvalue_1793 ul#options-333-list li.active.tab.last {
  border-bottom: 0 !important; }

dd.dependency.optionvalue_1955.last > .input-box {
  padding: 5px; }

#product_addtocart_form .product-sidebar dd.dependency.optionvalue_1955 {
  border-top: 2px solid #da0c87;
  margin-top: -6px; }

.no-border {
  border-bottom: 0 !important; }

#product_addtocart_form .product-sidebar .dependency.optionvalue_113.first {
  display: block;
  background: white; }

#options-303-list .price-notice,
#options-304-list .price-notice,
#options-42-list .price-notice {
  margin-top: 10px; }

.custom-cap .add-to-cart {
  display: none; }

/* Form input styles */
form ul.form-list .input-box {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    form ul.form-list .input-box {
      width: auto; } }
  form ul.form-list .input-box input,
  form ul.form-list .input-box textarea {
    border-radius: 6px !important;
    border-color: #20131b;
    font-size: 12px;
    color: #444;
    letter-spacing: .1px;
    padding: 10px 50px 10px 20px;
    line-height: normal; }
  form ul.form-list .input-box textarea#comment {
    width: 100% !important; }
  form ul.form-list .input-box input:hover {
    border-color: #9f9f9f; }
  form ul.form-list .input-box input:active,
  form ul.form-list .input-box input:focus {
    border: 1px solid #da0b87; }
  form ul.form-list .input-box span.select2-selection,
  form ul.form-list .input-box select.graduation-select {
    width: 100% !important;
    border-radius: 6px;
    border-color: #e2e3e4;
    height: 32px; }
    @media (min-width: 992px) {
      form ul.form-list .input-box span.select2-selection,
      form ul.form-list .input-box select.graduation-select {
        width: 593px !important; } }

form ul.form-list li.control {
  position: relative;
  width: 63%; }
  @media (min-width: 992px) {
    form ul.form-list li.control {
      text-align: right; } }
  form ul.form-list li.control input[type="checkbox"] {
    opacity: 0; }
  form ul.form-list li.control label {
    padding-left: 27px;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.79);
    text-decoration: underline; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      form ul.form-list li.control label {
        text-decoration: none; } }
    form ul.form-list li.control label::before {
      content: '';
      border: 2px solid #da0b87;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 16px;
      height: 16px;
      border-radius: 3px; }
  form ul.form-list li.control input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    color: #000;
    position: absolute;
    left: 3px;
    bottom: 1px;
    font-size: 21px;
    text-shadow: 0px -2px white, 0px 2px white;
    text-decoration: none !important; }

form div.buttons-set button.btn.style-next.color-theme {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  display: block;
  margin-left: auto; }
  @media (min-width: 992px) {
    form div.buttons-set button.btn.style-next.color-theme {
      margin-left: 0; } }
  form div.buttons-set button.btn.style-next.color-theme::after {
    content: none; }

/* Forms */
.cms-service-contact .form-list input.input-text,
.cms-service-contact .form-list textarea {
  box-sizing: border-box;
  width: 284px; }

.page-popup .form-list input.input-text,
.page-popup .form-list textarea {
  width: 284px; }

.cms-service-contact .buttons-set.buttons-set-padding {
  padding-left: 300px; }

.page-popup .buttons-set.buttons-set-padding {
  padding-left: 104px; }

/* recaptcha */
#recaptcha_widget {
  margin-left: 150px; }
  #recaptcha_widget .validation-advice {
    margin-left: 130px; }

#confirmation-products {
  float: right;
  margin: 10px 0 0;
  width: 160px; }
  #confirmation-products .confirmation-product {
    margin: 0 0 30px 0; }
  #confirmation-products h3 {
    margin: 0 0 5px; }

#facebook-message {
  width: 284px;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 70px; }
  #facebook-message h3 {
    text-align: left; }
  #facebook-message .placeholder h3 {
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold; }

#confirmation-products h4 a {
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold; }

#message_box {
  width: 350px;
  min-height: 350px;
  background: white;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  display: none; }
  #message_box input[type=button] {
    float: right;
    margin-right: 10px; }

div.facebook-box {
  overflow: hidden; }

div.facebook-box-container {
  margin-left: 10px;
  margin-top: 10px; }

h3.facebook-box-container-headline {
  text-align: left; }

div.facebook-box-close-button {
  position: absolute;
  top: 5px;
  left: 95%; }

a.facebook-box-close-btn:link, a.facebook-box-close-btn:visited, a.facebook-box-close-btn:active {
  color: #cc0000;
  text-decoration: none; }

a.facebook-box-close-btn:hover {
  color: #3b5b99;
  text-decoration: none; }

/** PRODUCT PICKER **/
.facebook-box div.div-status {
  width: 100%;
  margin: 10px 0 0 20px; }

.facebook-box div.product-container {
  float: left;
  width: 100%;
  height: 120px;
  margin: 15px 0 0 0px; }

.facebook-box div.div-radio-button {
  float: left;
  height: 60px;
  width: 5%;
  margin-top: 40px; }

.facebook-box div.div-product-img {
  float: left;
  height: 120px;
  margin-left: 3px;
  text-align: left; }

.facebook-box div.div-product-name, .facebook-box div.div-product-description {
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 3px; }

.facebook-box div.header-logo {
  width: 100%;
  float: left;
  height: 30px;
  margin-top: 10px; }

.facebook-box div.status-text {
  width: 90%;
  float: left;
  margin-top: 5px;
  text-align: left; }

div.cart-newsletter-subscribe {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 86%; }

div.headline-box {
  margin-left: 10px;
  width: 90%;
  margin-top: 10px; }

div.paragraph-box {
  margin-left: 10px;
  width: 90%; }

.subscribe-newsletter .form-subscribe-header {
  margin-bottom: 18px;
  color: inherit;
  font-weight: 500;
  line-height: 1.3; }

.subscribe-newsletter .block-title {
  display: none; }

.subscribe-newsletter .block, .subscribe-newsletter .block-content {
  border: 0 !important;
  background-color: transparent;
  padding: 0; }

.subscribe-newsletter button span {
  background-color: transparent !important; }
  .subscribe-newsletter button span span {
    background-color: transparent !important; }

div.div-publish-button {
  position: relative;
  float: right;
  margin-top: 15px;
  border-color: #999;
  background: #E2E2E2;
  border-width: 1px;
  border-style: solid; }

.button_outside_border_blue {
  width: 70px;
  border: solid #29447e 1px;
  border-bottom: solid #1a356e 1px;
  cursor: pointer; }

.button_inside_border_blue {
  padding: 6px 0 6px 0;
  background-color: #5c75a9;
  border-top: solid #8a9cc2 1px;
  text-align: center;
  color: white; }

div.button_inside_border_blue:active {
  background-color: #4f6aa3; }

div.facebook-box-sending-data {
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%; }

div.insidedivright {
  margin-top: 5px; }

/** PAGE DISPLAY **/
h2.facebook_box {
  background-image: url("../images/magevision/f_logo_small.png") !important;
  background-repeat: no-repeat;
  color: #3b5b99 !important; }

/** NOTIFICATION **/
div.mv-notification {
  background-color: white;
  border: 1px solid #3b5b99;
  color: #3b5b99;
  font-size: 11px;
  font-weight: bold;
  background-image: url("../images/magevision/f_logo_small.png");
  background-position: 10px 9px;
  background-repeat: no-repeat;
  min-height: 24px;
  padding: 8px 8px 8px 32px;
  margin-bottom: 23px; }

/* FAQ page */
.faq-item-heading {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 14px 0;
  font-weight: bold; }
  .faq-item-heading:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/arrow_black.png) 0 9px no-repeat;
    position: relative;
    left: 4px; }
  .faq-item-heading.active-faq:before {
    background: url(../images/arrow_pink.png) 0 9px no-repeat; }
  .faq-item-heading:hover, .faq-item-heading:focus {
    text-decoration: underline; }
  .faq-item-heading.active-faq {
    color: #da0c87; }

/* Countdown */
.homepage-content {
  width: 600px;
  float: left; }
  .homepage-content a {
    color: #da0c87; }
  .homepage-content p {
    line-height: 18px;
    margin: 0 0 6px 0; }
  .homepage-content h2 {
    margin: 0 0 0 0;
    font-family: "Century Gothic W02", Arial, Helvetica, sans-serif; }

.homepage-facebook-pile iframe {
  background: #f2f2f2; }

.homepage-facebook-pile h3 {
  padding-left: 38px;
  height: 30px;
  background: transparent url("../images/facebook_icon_32.png") 0 50% no-repeat;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat; }

.homepage-instagram-pile h3 {
  padding-left: 38px;
  height: 30px;
  background: transparent url("../images/instagram.png") 0 50% no-repeat;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat; }

.homepage-youtube-pile h3 {
  padding-left: 38px;
  height: 30px;
  background: transparent url("../images/youtube-logo.png") 0 50% no-repeat;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat; }

#product_addtocart_form {
  position: relative; }

/* School site */
.school-login-index .messages {
  width: 936px;
  margin: 30px auto 0 !important; }

#school-login {
  text-align: center;
  margin: 28px auto;
  padding: 28px 0 0 0;
  width: 936px; }
  #school-login .content {
    background: transparent url(../images/school_login.jpg) no-repeat 50% 50%;
    border: 2px solid #ccc;
    height: 513px;
    margin: 28px 0 0 0;
    padding: 33px; }
  #school-login form {
    background: black;
    color: white;
    height: 323px;
    width: 265px;
    margin: 0 auto;
    padding: 95px 26px; }
  #school-login h1, #school-login p {
    color: white; }
  #school-login .form-list label {
    color: white;
    text-align: left;
    font-weight: normal; }
  #school-login .form-list input.input-text {
    width: 248px; }
  #school-login .footer {
    width: 753px;
    margin: 0 auto; }
    #school-login .footer li {
      font-family: 'Century Gothic W01 Bold';
      font-size: 18px;
      font-smooth: always;
      font-weight: normal !important;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      float: left;
      width: 251px;
      height: 42px;
      line-height: 42px;
      background: transparent url("../images/usp_icons.png") no-repeat 0 0; }
      #school-login .footer li.shipping {
        background-position: 0 -84px;
        width: 214px;
        padding: 0 0 0 37px; }
      #school-login .footer li.price {
        background-position: 0 -42px;
        width: 214px;
        padding: 0 0 0 37px; }
      #school-login .footer li.quality {
        width: 220px;
        padding: 0 0 0 31px; }
  #school-login button {
    width: 100%; }

.page-empty {
  height: 100%; }

.school-header {
  background: #a7a9ac;
  color: #32011e;
  font-size: 12px;
  height: 62px;
  width: 894px;
  margin: 0 auto;
  padding: 8px 23px; }
  .school-header .logo {
    margin: 0 15px 0 0; }
  .school-header .order-before {
    border-right: 1px solid #8a8b8e;
    width: 258px;
    float: right;
    overflow: hidden;
    text-align: center;
    height: 62px; }
  .school-header .delivery-date {
    float: right;
    width: 203px; }
  .school-header .countdown {
    margin: 2px auto 0;
    width: 148px; }
    .school-header .countdown div.dots {
      padding: 7px 0 0 0; }
  .school-header h2 {
    padding: 0;
    float: left;
    margin: 0;
    line-height: 62px;
    height: 62px;
    float: left; }

#banner .discount, .product-image .discount {
  font-size: 20px;
  position: absolute;
  top: 1px;
  display: block;
  background: #6d6e71;
  color: white;
  padding: 8px 20px;
  font-family: 'Century Gothic W01 Bold';
  text-align: center;
  line-height: 20px;
  z-index: 500;
  font-weight: normal !important; }

#banner .discount .percentage, .product-image .discount .percentage {
  font-size: 40px;
  line-height: 38px; }

#banner .discount {
  background: transparent;
  font-size: 30px;
  top: 30px;
  right: 30px;
  color: #32011e; }
  #banner .discount .percentage {
    font-size: 60px;
    line-height: 58px; }

.catalog-category-view .catalog-category {
  display: none; }

/*** Product Zoom***/
#zoom-wrapper {
  width: 500px;
  height: 500px;
  overflow: hidden;
  border: 0;
  position: relative;
  background: transparent; }
  #zoom-wrapper.loading {
    background: url(../images/loading.gif) no-repeat center center; }
    #zoom-wrapper.loading img {
      opacity: 0; }

.draggable {
  cursor: move; }

#zoom-wrapper #zoompager {
  display: none !important;
  position: absolute;
  bottom: 7px;
  right: 5px;
  opacity: 0; }

#zoom-wrapper:hover #zoompager {
  display: none !important;
  opacity: 1;
  transition: opacity .5s ease-in-out; }

#zoom-wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 5px 7px 5px;
  background: #E9E9EA;
  margin-right: 2px; }

#zoom-wrapper #zoompager i {
  margin: 0;
  padding: 0;
  background: 0;
  color: #32011e;
  font-size: 24px;
  text-decoration: none; }

#zoom-wrapper #zoompager a:hover i {
  color: #da0c87; }

#zoom-wrapper #zoompager a.disabled.disabled i, #zoom-wrapper #zoompager a.disabled:hover i {
  color: #ccc; }

/* file upload */
.themodal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.popup {
  margin: 25px;
  float: left;
  display: inline-block;
  box-shadow: 0 0 5px black;
  background-color: white; }

.popup__body {
  margin: 10px 10px 25px; }

.btn_browse {
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0 0 20px 0;
  background: transparent;
  cursor: pointer;
  background: #da0c87;
  color: white;
  padding: 10px 40px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }

.userpic {
  position: relative;
  margin-bottom: 10px;
  height: 15px; }
  .userpic input[type="file"] {
    position: absolute;
    top: -40px;
    height: 40px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 185px; }

.button.loading {
  background: url(../images/small_loader.gif) no-repeat 59px 9px #bbb !important; }

#popup .btn_close {
  float: right;
  margin: 5px 10px 10px 0;
  cursor: pointer; }
  #popup .btn_close:hover {
    text-decoration: underline; }

button.kop1 {
  font-size: 14px;
  cursor: pointer; }

.aside-menu #nav {
  display: none; }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .account-login .content .form-list {
    padding-left: 2px; }
    .account-login .content .form-list input.input-text {
      width: 237px; }
  .account-login .content .buttons-set {
    padding: 14px 2px; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .account-login .content .buttons-set {
    padding: 40px 2px 14px; } }

/* ----------- iPhone 6 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .account-login .content.form-list input.input-text {
    width: 285px; } }

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .account-login .content .form-list input.input-text {
    width: 377px; } }

.header-page-title {
  background: white;
  text-align: center;
  border-top: 1px solid #F4F1F3;
  padding: 20px 0; }
  .header-page-title h1 {
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #da0b87;
    font-size: 42px;
    line-height: 49px; }

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