@charset "UTF-8";
@import url(reset.css);
/*!
 *  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 PATH
 * -------------------------- */
.blocker  {
  top: 220px !important;
  z-index: 100000;

}

.top-link-checkout {
visibility: hidden;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.promo-banner {
 display: none !important;
}

.fa, .buttons-set .back-link a small:before {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .buttons-set .back-link a small.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .buttons-set .back-link a small.pull-right:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -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 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.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-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before, .buttons-set .back-link a small:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: middle; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html,
button,
input,
select,
textarea {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none;
    outline: none; }
  a:link {
    outline: none; }

strong, b {
  font-weight: bold; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

sup,
sub {
  text-transform: none; }

input[type="submit"],
input[type="file"],
select {
  border: none;
  outline: none;
  outline-color: transparent;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: top; }

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%;
  height: 3.231em;
  color: #252525;
  font: 1em/1.3 "Open Sans";
  padding: 0 1.2em;
  margin: 0;
  position: relative;
  background: white;
  border: 2px solid #d9d9d9; }
  input:not([type]):focus, input:not([type]):hover,
  input[type="color"]:focus,
  input[type="color"]:hover,
  input[type="date"]:focus,
  input[type="date"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:hover,
  input[type="email"]:focus,
  input[type="email"]:hover,
  input[type="month"]:focus,
  input[type="month"]:hover,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="text"]:focus,
  input[type="text"]:hover,
  input[type="time"]:focus,
  input[type="time"]:hover,
  input[type="url"]:focus,
  input[type="url"]:hover,
  input[type="week"]:focus,
  input[type="week"]:hover,
  textarea:focus,
  textarea:hover,
  select:focus,
  select:hover {
    border-color: #9a9a9a; }
  input:not([type])[disabled],
  input[type="color"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled],
  textarea[disabled],
  select[disabled] {
    background: #f4f4f4; }

textarea {
  resize: vertical;
  height: 11em;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px; }

select {
  padding-right: 2.2em;
  cursor: pointer;
  background: white url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICB3aWR0aD0iMTZweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjkgMTAgMTYgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyA5IDEwIDE2IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjOTA5MDkwIiBwb2ludHM9IjE3LDEwIDEzLDE1IDksMTAgIi8+Cjwvc3ZnPg==") right center no-repeat;
  background-size: 20px auto;
  border-radius: 0; }
  .lte-ie9 select {
    padding: 0;
    background: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background: white;
    padding: 0;
    font-size: 0.9em; }

label {
  display: block;
  color: #464646;
  margin-bottom: 5px; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline;
    vertical-align: top; }
    input[type="radio"] + label + input[type="radio"],
    input[type="radio"] + label + input[type="checkbox"],
    input[type="checkbox"] + label + input[type="radio"],
    input[type="checkbox"] + label + input[type="checkbox"] {
      margin-left: 10px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none;
  text-shadow: none; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  outline: none;
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  outline: none;
  text-shadow: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden2 {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.text-indent {
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.clearfix,
form,
.col2-set,
.cart .title-buttons,
.cart .subtotal,
.opc .section .buttons-set,
.toolbar,
.pager,
.my-wishlist .buttons-set2 {
  *zoom: 1; }
  .clearfix:before, .clearfix:after,
  form:before,
  .col2-set:before,
  .cart .title-buttons:before,
  .cart .subtotal:before,
  .opc .section .buttons-set:before,
  .toolbar:before,
  .pager:before,
  .my-wishlist .buttons-set2:before,
  form:after,
  .col2-set:after,
  .cart .title-buttons:after,
  .cart .subtotal:after,
  .opc .section .buttons-set:after,
  .toolbar:after,
  .pager:after,
  .my-wishlist .buttons-set2:after {
    content: " ";
    display: table; }
  .clearfix:after,
  form:after,
  .col2-set:after,
  .cart .title-buttons:after,
  .cart .subtotal:after,
  .opc .section .buttons-set:after,
  .toolbar:after,
  .pager:after,
  .my-wishlist .buttons-set2:after {
    clear: both; }

.clearer {
  clear: both; }

.-centered {
  text-align: center; }

.page-banner, .page-banner .page-banner-image, .link-element, .home_banner .home_banner-image {
  background: transparent no-repeat center center;
  background-size: cover; }

html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%; }

html {
  overflow-x: hidden;
  overflow-y: auto; }

body.-cart-open:before, body.-menu-open:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(70, 70, 70, 0.2);
  z-index: 99; }

.page-wrapper {
  min-height: 100%;
  padding-top: 9.923em; }
  @media only screen and (max-width: 50em) {
    .page-wrapper {
      padding-top: 11em !important; } }

img {
  max-width: 100%;
  height: auto; }

.std img[style*="float: left;"] {
  padding: 0 25px 0 0; }

.std img[style*="float: right;"] {
  padding: 0 0 0 25px; }

@media only screen and (max-width: 50em) {
  .std img[style*="float: left;"], .std img[style*="float: right;"] {
    display: block;
    float: none !important;
    padding: 25px 0;
    margin: 0 auto; } }

section {
  margin: 4.231em 0; }
  aside + section,
  section + aside {
    margin-top: 0; }

.wrapper, .global-site-notice .notice-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0; }
  @media only screen and (max-width: 50em) {
    .wrapper, .global-site-notice .notice-inner {
      padding: 0 25px; } }

.col3-layout .wrapper > .row, .col3-layout .global-site-notice .notice-inner > .row, .global-site-notice .col3-layout .notice-inner > .row {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .col3-layout .wrapper > .row > *, .col3-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col3-layout .notice-inner > .row > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .col3-layout .wrapper > .row > *:first-child, .col3-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col3-layout .notice-inner > .row > *:first-child {
      width: 25%;
      margin-left: -1px; }
      .col3-layout .wrapper > .row > *:first-child + *, .col3-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col3-layout .notice-inner > .row > *:first-child + * {
        width: 50%; }
      .col3-layout .wrapper > .row > *:first-child + * + *, .col3-layout .global-site-notice .notice-inner > .row > *:first-child + * + *, .global-site-notice .col3-layout .notice-inner > .row > *:first-child + * + * {
        width: 25%; }
  @media only screen and (max-width: 50em) {
    .col3-layout .wrapper > .row, .col3-layout .global-site-notice .notice-inner > .row, .global-site-notice .col3-layout .notice-inner > .row {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px; }
      .col3-layout .wrapper > .row > *, .col3-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col3-layout .notice-inner > .row > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 5px;
        vertical-align: top; }
        .col3-layout .wrapper > .row > *:first-child, .col3-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col3-layout .notice-inner > .row > *:first-child {
          width: 100%;
          margin-left: -1px; }
          .col3-layout .wrapper > .row > *:first-child + *, .col3-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col3-layout .notice-inner > .row > *:first-child + * {
            width: 100%; }
          .col3-layout .wrapper > .row > *:first-child + * + *, .col3-layout .global-site-notice .notice-inner > .row > *:first-child + * + *, .global-site-notice .col3-layout .notice-inner > .row > *:first-child + * + * {
            width: 100%; } }

.col2-right-layout .wrapper > .row, .col2-right-layout .global-site-notice .notice-inner > .row, .global-site-notice .col2-right-layout .notice-inner > .row {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .col2-right-layout .wrapper > .row > *, .col2-right-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col2-right-layout .notice-inner > .row > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .col2-right-layout .wrapper > .row > *:first-child, .col2-right-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col2-right-layout .notice-inner > .row > *:first-child {
      width: 75%;
      margin-left: -1px; }
      .col2-right-layout .wrapper > .row > *:first-child + *, .col2-right-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col2-right-layout .notice-inner > .row > *:first-child + * {
        width: 25%; }
  @media only screen and (max-width: 50em) {
    .col2-right-layout .wrapper > .row, .col2-right-layout .global-site-notice .notice-inner > .row, .global-site-notice .col2-right-layout .notice-inner > .row {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px; }
      .col2-right-layout .wrapper > .row > *, .col2-right-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col2-right-layout .notice-inner > .row > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 5px;
        vertical-align: top; }
        .col2-right-layout .wrapper > .row > *:first-child, .col2-right-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col2-right-layout .notice-inner > .row > *:first-child {
          width: 100%;
          margin-left: -1px; }
          .col2-right-layout .wrapper > .row > *:first-child + *, .col2-right-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col2-right-layout .notice-inner > .row > *:first-child + * {
            width: 100%; } }

.col2-left-layout .wrapper > .row, .col2-left-layout .global-site-notice .notice-inner > .row, .global-site-notice .col2-left-layout .notice-inner > .row {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .col2-left-layout .wrapper > .row > *, .col2-left-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col2-left-layout .notice-inner > .row > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .col2-left-layout .wrapper > .row > *:first-child, .col2-left-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col2-left-layout .notice-inner > .row > *:first-child {
      width: 25%;
      margin-left: -1px; }
      .col2-left-layout .wrapper > .row > *:first-child + *, .col2-left-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col2-left-layout .notice-inner > .row > *:first-child + * {
        width: 75%; }
  @media only screen and (max-width: 50em) {
    .col2-left-layout .wrapper > .row, .col2-left-layout .global-site-notice .notice-inner > .row, .global-site-notice .col2-left-layout .notice-inner > .row {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px; }
      .col2-left-layout .wrapper > .row > *, .col2-left-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col2-left-layout .notice-inner > .row > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 5px;
        vertical-align: top; }
        .col2-left-layout .wrapper > .row > *:first-child, .col2-left-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col2-left-layout .notice-inner > .row > *:first-child {
          width: 100%;
          margin-left: -1px; }
          .col2-left-layout .wrapper > .row > *:first-child + *, .col2-left-layout .global-site-notice .notice-inner > .row > *:first-child + *, .global-site-notice .col2-left-layout .notice-inner > .row > *:first-child + * {
            width: 100%; } }

.col1-layout .wrapper > .row, .col1-layout .global-site-notice .notice-inner > .row, .global-site-notice .col1-layout .notice-inner > .row {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .col1-layout .wrapper > .row > *, .col1-layout .global-site-notice .notice-inner > .row > *, .global-site-notice .col1-layout .notice-inner > .row > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .col1-layout .wrapper > .row > *:first-child, .col1-layout .global-site-notice .notice-inner > .row > *:first-child, .global-site-notice .col1-layout .notice-inner > .row > *:first-child {
      width: 100%;
      margin-left: -1px; }

.col2-set {
  margin-top: 25px; }
  .col2-set:first-child {
    margin-top: 0; }
  .col2-set .col-1, .col2-set .col-2 {
    margin-bottom: 25px; }
    .col2-set .col-1.col-narrow, .col2-set .col-2.col-narrow {
      width: 29.5%; }
    .col2-set .col-1.col-wide, .col2-set .col-2.col-wide {
      width: 70%; }
  .col2-set .col-1 {
    float: left;
    padding-right: 12.5px;
    width: 50%;
    margin-left: -1px; }
  .col2-set .col-2 {
    float: right;
    padding-left: 12.5px;
    width: 50%; }
  @media only screen and (max-width: 36.25em) {
    .col2-set .col-1, .col2-set .col-2 {
      width: 100%;
      float: none;
      padding: 0; } }

header.page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899; }
  @media only screen and (max-width: 36.25em) {
    header.page-header {
      height: auto;
      overflow: hidden; } }
  header.page-header #search_mini_form {
    min-height: 3em;
    height: 3em;
    width: 30%;
    background: none;
    border: 2px solid #FFF; }
    header.page-header #search_mini_form .button {
      padding: 0em;
      height: 2em;
      width: 1.75em;
      color: #FFF;
      background: none; }
      header.page-header #search_mini_form .button:hover {
        background: #FFC833;
        border: 2px solid #FFC833;
        color: #464646; }
    header.page-header #search_mini_form #search {
      margin-top: 0.2em;
      min-height: 2em;
      font-size: 1.1em;
      margin-left: 0.3em;
      width: 85%;
      float: left;
      padding-right: 0px;
      background: none;
      border-bottom: 1px solid #FFF;
      color: #FFF; }
  header.page-header .newsletter {
    width: 50%;
    margin-top: 1.25em; }
    header.page-header .newsletter #mc_embed_signup h6 {
      display: inline-block;
      width: 23%;
      color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      text-transform: uppercase;
      display: none; }
    header.page-header .newsletter #mc_embed_signup #mc-embedded-subscribe-form {
      width: 75%;
      display: inline-block; }
      header.page-header .newsletter #mc_embed_signup #mc-embedded-subscribe-form .validate-email {
        width: 80%;
        height: 3em;
        margin-top: 0.1em;
        background: none;
        border: none;
        border-bottom: 1px solid #FFF;
        color: #FFF; }
      header.page-header .newsletter #mc_embed_signup #mc-embedded-subscribe-form .input-submit {
        margin: 0em;
        min-width: 15%;
        padding: 0.2em;
        height: 2.33em;
        border-color: #F4F4F4;
        border: 2px solid #F4F4F4;
        margin-top: -0.1em;
        color: #F4F4F4; }
        header.page-header .newsletter #mc_embed_signup #mc-embedded-subscribe-form .input-submit:hover {
          border-color: #FFC833;
          color: #464646; }
  header.page-header .header-secondary {
    padding-bottom: 1rem !important;
    background: #464646; }
    header.page-header .header-secondary .wrapper, header.page-header .header-secondary .global-site-notice .notice-inner, .global-site-notice header.page-header .header-secondary .notice-inner {
      text-align: right;
      min-height: 5em; }
      header.page-header .header-secondary .wrapper .links, header.page-header .header-secondary .global-site-notice .notice-inner .links, .global-site-notice header.page-header .header-secondary .notice-inner .links {
        min-height: 5em;
        float: right;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin: 0; }
        header.page-header .header-secondary .wrapper .links:before, header.page-header .header-secondary .global-site-notice .notice-inner .links:before, .global-site-notice header.page-header .header-secondary .notice-inner .links:before {
          content: "";
          display: inline-block;
          *display: inline;
          zoom: 1;
          height: 100%;
          width: 0;
          vertical-align: middle;
          margin-right: -0.001em; }
        header.page-header .header-secondary .wrapper .links > *, header.page-header .header-secondary .global-site-notice .notice-inner .links > *, .global-site-notice header.page-header .header-secondary .notice-inner .links > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle; }
        header.page-header .header-secondary .wrapper .links a, header.page-header .header-secondary .global-site-notice .notice-inner .links a, .global-site-notice header.page-header .header-secondary .notice-inner .links a {
          display: block;
          height: 3.333em;
          color: white;
          font-size: 0.923em;
          line-height: 3.333em;
          padding: 0 0.75em; }
          header.page-header .header-secondary .wrapper .links a:hover, header.page-header .header-secondary .global-site-notice .notice-inner .links a:hover, .global-site-notice header.page-header .header-secondary .notice-inner .links a:hover {
            background: rgba(255, 255, 255, 0.15); }
        header.page-header .header-secondary .wrapper .links li, header.page-header .header-secondary .global-site-notice .notice-inner .links li, .global-site-notice header.page-header .header-secondary .notice-inner .links li {
          font-size: 1.1em;
          padding-top: 1em; }
      header.page-header .header-secondary .wrapper .lang-switcher, header.page-header .header-secondary .global-site-notice .notice-inner .lang-switcher, .global-site-notice header.page-header .header-secondary .notice-inner .lang-switcher {
        height: 4em;
        font-size: 1.2em;
        color: #FFC833;
        padding-top: 0.42em;
        width: 9%;
        display: inline-block; }
        header.page-header .header-secondary .wrapper .lang-switcher:hover, header.page-header .header-secondary .global-site-notice .notice-inner .lang-switcher:hover, .global-site-notice header.page-header .header-secondary .notice-inner .lang-switcher:hover {
          color: #FFDD80; }
    header.page-header .header-secondary .logo {
      float: left;
      font-size: 1em;
      margin: 0; }
      header.page-header .header-secondary .logo a {
        display: inline-block;
        height: 6.538em;
        padding: 0.45em 0 0; }
        header.page-header .header-secondary .logo a span {
          padding-top: 0.5em;
          display: block;
          text-align: center;
          text-transform: uppercase; }
          header.page-header .header-secondary .logo a span.main {
            font-size: 3.154em;
            font-weight: 900;
            line-height: 0.95; }
            header.page-header .header-secondary .logo a span.main:first-letter {
              font-size: 1.341em; }
          header.page-header .header-secondary .logo a span.tagline {
            font-size: 1.154em;
            font-weight: 600;
            line-height: 1; }
    header.page-header .header-secondary .lang-switcher {
      float: right;
      height: 3.333em;
      color: white;
      font-size: 0.923em;
      line-height: 3.333em;
      margin-left: 0.5em; }
      header.page-header .header-secondary .lang-switcher:hover {
        color: #ffc833; }
    header.page-header .header-secondary .menu-toggle {
      min-width: 50px;
      padding: 0.15em 0.5em;
      display: none; }
      header.page-header .header-secondary .menu-toggle:before {
        display: none; }
      header.page-header .header-secondary .menu-toggle .text {
        font-size: 0.6em;
        display: block;
        padding-top: 0.2em; }
      header.page-header .header-secondary .menu-toggle i {
        padding: 0px; }
  header.page-header .main-nav {
    display: inline-block !important;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
    margin-top: 0.3em;
    position: initial; }
    header.page-header .main-nav ul li {
      width: 32%;
      margin: 0px; }
      header.page-header .main-nav ul li a {
        text-align: center;
        color: #464646;
        padding: 2em;
        padding-right: 2.5em;
        padding-left: 2.5em;
        border: none; }
    header.page-header .main-nav ul .level-top ul.level0 {
      min-width: 600px;
      background-color: #FFFFFF;
      border-top: 1px solid #f3f3f3; }
      header.page-header .main-nav ul .level-top ul.level0 li {
        display: inline-block;
        float: left;
        width: 33.333333%;
        min-height: 6em; }
        header.page-header .main-nav ul .level-top ul.level0 li a {
          text-align: left;
          text-decoration: underline;
          padding: 0.5em;
          min-height: 6em;
          vertical-align: middle; }
          header.page-header .main-nav ul .level-top ul.level0 li a ul.subsubcategories {
            width: 90%;
            position: relative;
            left: 0%;
            min-height: 3.5em;
            display: block;
            list-style-type: circle; }
            header.page-header .main-nav ul .level-top ul.level0 li a ul.subsubcategories li {
              display: block;
              width: 100%;
              margin: 0em;
              padding: 0em;
              font-size: 0.8em;
              min-height: 0em;
              z-index: 2; }
  header.page-header .header-main {
    background: white;
   // border-bottom: 3px solid #ffc833;
    box-shadow: 0 0 0.769em 0.308em rgba(0, 0, 0, 0.1); }
  header.page-header .open-cart {
    float: right;
    width: 3.846em;
    margin: 0.85em 0 0;
    padding: 0.5em 0 0.625em;
    min-height: 4em; }
    header.page-header .open-cart .qty {
      margin-left: 0;
      font-size: 1.3em; }
    header.page-header .open-cart:hover {
      background-color: #FFC833;
      background-image: url("../img/shopping_cart_hover.png"); }
      header.page-header .open-cart:hover .qty {
        background-color: #464646; }
  header.page-header nav.main-nav .promotion-menu {
    width: 100%;
    display: inline-block;
    padding-left: 1em; }
    header.page-header nav.main-nav .promotion-menu li {
      margin-right: 0px !important; }
      header.page-header nav.main-nav .promotion-menu li a {
        color: #FFF;
        background: none;
        border: none;
        font-size: 1.165em;
        padding-left: 0.1em;
        padding-right: 0.1em; }
        header.page-header nav.main-nav .promotion-menu li a:hover {
          background-color: #626262; }
    header.page-header nav.main-nav .promotion-menu .right-column {
      display: block;
      width: 75%;
      margin-left: auto;
      margin-right: auto; }
  header.page-header .cat-display {
    position: relative; }
    header.page-header .cat-display .cat-name-button {
      display: flex;
      justify-content: space-between;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 0%;
      vertical-align: middle; }
      header.page-header .cat-display .cat-name-button li.cat-name {
        width: auto;
        text-align: center;
        padding: 1rem;
        background-color: #fff;
        height: 4.4em;
        color: #464646;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle; }
        header.page-header .cat-display .cat-name-button li.cat-name:before {
          content: "";
          display: inline-block;
          *display: inline;
          zoom: 1;
          height: 100%;
          width: 0;
          vertical-align: middle;
          margin-right: -0.001em; }
        header.page-header .cat-display .cat-name-button li.cat-name > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle; }
        header.page-header .cat-display .cat-name-button li.cat-name a {
          color: #464646; }
        header.page-header .cat-display .cat-name-button li.cat-name:hover {
          background-color: #FFC833; }
          header.page-header .cat-display .cat-name-button li.cat-name:hover a {
            color: #fff; }
        header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper {
          display: none;
          width: 100%;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 5;
          background: white;
          border-top: 3px solid #ffc833;
          box-shadow: 0 0.6em 0.769em 0.308em rgba(0, 0, 0, 0.15); }
          header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list {
            text-align: left;
            padding: 1em 2.4em 2em; }
            header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat {
              float: left;
              width: 25%;
              font-size: 1.1em;
              padding: 1em 2em 1em 0; }
              header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat .subsubcat-a {
                display: inline-block;
                font-size: 0.9em;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0 0 0.4em; }
              header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat ul {
                font-size: 0.9em;
                margin: 0; }
                header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat ul li {
                  padding-bottom: 0.2em; }
              header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat a {
                color: #464646; }
                header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat a:hover {
                  color: #ffc833; }
            .csscolumns header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list {
              -webkit-column-count: 4;
              -moz-column-count: 4;
              column-count: 4;
              -webkit-column-gap: 2.5em;
              -moz-column-gap: 2.5em;
              column-gap: 2.5em; }
              .csscolumns header.page-header .cat-display .cat-name-button li.cat-name .subcat-list-wrapper .subcat-list .subcat {
                float: none;
                width: auto;
                padding-right: 0;
                -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                break-inside: avoid; }
      header.page-header .cat-display .cat-name-button div.subcat-div {
        font-weight: bold;
        text-transform: uppercase;
        width: 33%;
        display: inline-block;
        min-height: 4em;
        vertical-align: top; }
  header.page-header .header-secondary .wrapper .links .newsletter-scroll, header.page-header .header-secondary .global-site-notice .notice-inner .links .newsletter-scroll, .global-site-notice header.page-header .header-secondary .notice-inner .links .newsletter-scroll {
    display: inline-block;
    margin-top: 1em;
    font-size: 1em;
    text-align: center;
    background-color: #ffc833; }

@media (max-width: 64em) {
  .page-wrapper .page-header .header-secondary .wrapper, .page-wrapper .page-header .header-secondary .global-site-notice .notice-inner, .global-site-notice .page-wrapper .page-header .header-secondary .notice-inner {
    min-height: 11em; }
    .page-wrapper .page-header .header-secondary .wrapper .links, .page-wrapper .page-header .header-secondary .global-site-notice .notice-inner .links, .global-site-notice .page-wrapper .page-header .header-secondary .notice-inner .links {
      display: none; }
    .page-wrapper .page-header .header-secondary .wrapper #search_mini_form, .page-wrapper .page-header .header-secondary .global-site-notice .notice-inner #search_mini_form, .global-site-notice .page-wrapper .page-header .header-secondary .notice-inner #search_mini_form {
      width: 100%;
      float: left;
      margin-left: 0;
      border: 2px solid #FFF; }
    .page-wrapper .page-header .header-secondary .wrapper .logo .main, .page-wrapper .page-header .header-secondary .global-site-notice .notice-inner .logo .main, .global-site-notice .page-wrapper .page-header .header-secondary .notice-inner .logo .main {
      padding: 0em; }
    .page-wrapper .page-header .header-secondary .wrapper .menu-toggle, .page-wrapper .page-header .header-secondary .global-site-notice .notice-inner .menu-toggle, .global-site-notice .page-wrapper .page-header .header-secondary .notice-inner .menu-toggle {
      display: inline-block;
      margin-top: 1em; }
  .page-wrapper .page-header .header-main {
    display: none; }
    .page-wrapper .page-header .header-main .open-cart {
      display: none; }
  .page-wrapper .page-header .cat-display {
    display: none; }
  .main-nav {
    display: inline-block;
    width: 100%; }
    .main-nav .promotion-menu {
      width: 100%; }
  .newsletter-scroll {
    display: none; } }

@media (max-width: 580px) {
  header.page-header .header-secondary .logo {
    font-size: 0.7em;
    margin: 6px 0px 14px; }
  header.page-header .header-secondary .wrapper .menu-toggle, header.page-header .header-secondary .global-site-notice .notice-inner .menu-toggle, .global-site-notice header.page-header .header-secondary .notice-inner .menu-toggle {
    margin: 0.765em; }
  header.page-header .header-secondary .wrapper .open-cart, header.page-header .header-secondary .global-site-notice .notice-inner .open-cart, .global-site-notice header.page-header .header-secondary .notice-inner .open-cart {
    width: 14%;
    padding: 0.325em; }
    header.page-header .header-secondary .wrapper .open-cart .qty, header.page-header .header-secondary .global-site-notice .notice-inner .open-cart .qty, .global-site-notice header.page-header .header-secondary .notice-inner .open-cart .qty {
      margin-left: 0.8em; }
  header.page-header .home-blocks {
    margin-top: 3em; } }

nav[role="navigation"].main-nav {
  position: relative;
  z-index: 10; }
  nav[role="navigation"].main-nav ul {
    margin-bottom: 0; }
    nav[role="navigation"].main-nav ul li {
      display: inline-block;
      position: relative;
      margin-right: 5px; }
      nav[role="navigation"].main-nav ul li:last-child {
        margin-right: 0; }
      nav[role="navigation"].main-nav ul li a {
        display: block;
        padding: 10px;
        background: white;
        border: 1px solid #f4f4f4; }
        .no-touchevents nav[role="navigation"].main-nav ul li a:hover {
          background: #ffc833;
          color: white; }
      nav[role="navigation"].main-nav ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 150px; }
        nav[role="navigation"].main-nav ul li ul li {
          display: block;
          margin-right: 0;
          margin-top: -1px; }
          nav[role="navigation"].main-nav ul li ul li ul {
            left: 100%;
            top: 1px;
            width: 100%;
            margin-left: -1px; }
      nav[role="navigation"].main-nav ul li.active > a {
        background: #ffc833;
        color: white; }
      nav[role="navigation"].main-nav ul li:hover > ul {
        display: block; }

nav[role="navigation"].secondary-nav {
  text-align: right; }
  nav[role="navigation"].secondary-nav ul {
    display: inline-block; }
  nav[role="navigation"].secondary-nav .open-cart {
    margin-left: 10px; }
    nav[role="navigation"].secondary-nav .open-cart .qty {
      font-size: 0.8em; }

@media only screen and (max-width: 50em) {
  nav[role="navigation"].secondary-nav .open-cart {
    margin-left: 0;
    display: inline-block;
    width: auto; } }

.mobile-container {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  background: white;
  border-left: 1px solid #f4f4f4;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 900; }
  .mobile-container .menu-toggle {
    padding: 8px;
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #464646;
    font-size: 1em;
    background: none; }
    .mobile-container .menu-toggle:hover {
      color: #808080;
      background: none; }
    .mobile-container .menu-toggle .fa, .mobile-container .menu-toggle .buttons-set .back-link a small:before, .buttons-set .back-link a .mobile-container .menu-toggle small:before {
      padding: 0px; }
  .-menu-open .mobile-container {
    left: 0; }
  .mobile-container .cat-display {
    clear: both;
    display: block;
    margin-top: 10px; }
    .mobile-container .cat-display ul {
      color: #464646; }
      .mobile-container .cat-display ul li {
        margin-right: 0;
        display: block;
        margin-right: 0;
        margin-top: -1px; }
        .mobile-container .cat-display ul li a {
          border: 1px solid white;
          background: #464646;
          border-left: none;
          border-right: none;
          padding: 10px 30px 10px 25px;
          color: white;
          display: block; }
        .mobile-container .cat-display ul li.cat-name > a {
          padding-right: 25px;
          position: relative; }
          .mobile-container .cat-display ul li.cat-name > a:before {
            content: '';
            width: 0;
            height: 0;
            display: block;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 5px solid white;
            border-bottom: none;
            position: absolute;
            top: 50%;
            right: 25px;
            margin-top: -3px; }
        .mobile-container .cat-display ul li.-open.cat-name > a:before {
          border-bottom: 5px solid white;
          border-top: none; }
        .mobile-container .cat-display ul li.-open > .subcat-list-wrapper ul {
          visibility: visible;
          max-height: 1000px;
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
        .mobile-container .cat-display ul li ul {
          visibility: hidden;
          max-height: 0px;
          overflow: hidden;
          position: relative;
          top: auto;
          margin-bottom: 0px; }
          .mobile-container .cat-display ul li ul li a {
            color: #464646;
            background: #f4f4f4; }
          .mobile-container .cat-display ul li ul li ul {
            left: auto;
            margin-left: 0; }
            .mobile-container .cat-display ul li ul li ul li a {
              padding-left: 25px;
              font-size: 0.9em; }
        .mobile-container .cat-display ul li .subsubsubcat-list {
          display: none; }
  @media only screen and (max-width: 64em) {
    .mobile-container {
      width: 280px;
      right: -280px; }
      .mobile-container nav[role="navigation"].main-nav ul {
        overflow: hidden;
        margin-top: 10px;
        margin-left: 11px;
        font-size: 1.1em; }
        .mobile-container nav[role="navigation"].main-nav ul li {
          display: block;
          float: left;
          margin-right: 0px; }
          .mobile-container nav[role="navigation"].main-nav ul li a {
            padding: 5px 10px;
            border: none;
            border-right: 1px solid #808080;
            font-size: 0.8em;
            color: #464646; }
          .mobile-container nav[role="navigation"].main-nav ul li:last-child a {
            border-right: none; }
      .mobile-container .links {
        margin: 0px 11px;
        font-size: 0;
        word-spacing: 0;
        line-height: 0;
        margin: 0 0 0 0;
        text-align: center; }
        .mobile-container .links > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 13px;
          line-height: 1.3;
          word-spacing: normal;
          width: 50%;
          padding: 0 0 0; }
          .mobile-container .links > *:nth-child(2n-1) {
            margin-left: -1px; }
        .mobile-container .links .newsletter-scroll {
          display: none; }
        .mobile-container .links li {
          text-align: center;
          height: 3em;
          background: #f4f4f4;
          border: 1px solid #fff;
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle; }
          .mobile-container .links li:before {
            content: "";
            display: inline-block;
            *display: inline;
            zoom: 1;
            height: 100%;
            width: 0;
            vertical-align: middle;
            margin-right: -0.001em; }
          .mobile-container .links li > * {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle; }
          .mobile-container .links li:hover {
            background-color: #FFC833;
            color: white; }
          .mobile-container .links li a {
            padding: 5px;
            font-size: 0.8em;
            color: #464646; } }

main.main-content .page-title.title-buttons {
  margin-bottom: 25px; }

footer.page-footer .secondary-footer {
  background: #3c3c3c; }
  footer.page-footer .secondary-footer .columns {
    width: 100%;
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 0 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
    footer.page-footer .secondary-footer .columns > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 0;
      vertical-align: top; }
      footer.page-footer .secondary-footer .columns > *:first-child {
        width: 34.5%;
        margin-left: -1px; }
        footer.page-footer .secondary-footer .columns > *:first-child + * {
          width: 28%; }
        footer.page-footer .secondary-footer .columns > *:first-child + * + * {
          width: 37.5%; }
    footer.page-footer .secondary-footer .columns:before {
      content: "";
      display: inline-block;
      *display: inline;
      zoom: 1;
      height: 100%;
      width: 0;
      vertical-align: middle;
      margin-right: -0.001em; }
    footer.page-footer .secondary-footer .columns > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle; }
    footer.page-footer .secondary-footer .columns h6 {
      color: white;
      font-size: 1.154em;
      font-weight: 600;
      letter-spacing: -0.015em;
      margin: 0 0 0.35em; }
  footer.page-footer .secondary-footer .socials-title h5 {
    color: white;
    font-size: 1.538em;
    font-weight: bold;
    margin: 0; }
  footer.page-footer .secondary-footer .socials-title h6 {
    margin: 0.5em 0 0; }
  footer.page-footer .secondary-footer .socials {
    height: 7em;
    padding: 1.35em 0 0 7.5%;
    overflow: hidden;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.2); }
    footer.page-footer .secondary-footer .socials ul {
      text-align: center;
      margin: 0;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle; }
      footer.page-footer .secondary-footer .socials ul:before {
        content: "";
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 100%;
        width: 0;
        vertical-align: middle;
        margin-right: -0.001em; }
      footer.page-footer .secondary-footer .socials ul > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle; }
      footer.page-footer .secondary-footer .socials ul li {
        margin: 0 3em 0 0; }
        footer.page-footer .secondary-footer .socials ul li:last-child {
          margin: 0; }
        footer.page-footer .secondary-footer .socials ul li a {
          color: white;
          font-size: 2em; }
          footer.page-footer .secondary-footer .socials ul li a:hover {
            color: #ffc833; }
    footer.page-footer .secondary-footer .socials svg {
      width: 4.75em;
      height: 100%;
      position: absolute;
      top: 0;
      left: -2.375em;
      fill: #3c3c3c;
      stroke: white;
      stroke-width: 1;
      -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3)); }
  footer.page-footer .secondary-footer .newsletter {
    padding-left: 2.3em;
    margin-top: -0.154em; }
    footer.page-footer .secondary-footer .newsletter .input-box {
      padding-right: 2.308em;
      position: relative; }
      footer.page-footer .secondary-footer .newsletter .input-box .input-text {
        width: 100%;
        height: 2.333em;
        color: #464646;
        font-size: 0.923em;
        padding: 0 0.75em;
        background: white;
        border: 0.167em solid white; }
        footer.page-footer .secondary-footer .newsletter .input-box .input-text:focus {
          border-color: #ffc833; }
      footer.page-footer .secondary-footer .newsletter .input-box .input-submit {
        width: 2.154em;
        min-width: 0;
        height: 2.154em;
        color: white;
        font-size: 1em;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        border: 0.154em solid white; }
        footer.page-footer .secondary-footer .newsletter .input-box .input-submit .fa, footer.page-footer .secondary-footer .newsletter .input-box .input-submit .buttons-set .back-link a small:before, .buttons-set .back-link a footer.page-footer .secondary-footer .newsletter .input-box .input-submit small:before {
          font-size: 1.2em;
          padding-right: 0.1em; }
        footer.page-footer .secondary-footer .newsletter .input-box .input-submit:hover {
          color: #464646;
          background: #ffc833;
          border-color: #ffc833; }

footer.page-footer .main-footer {
  padding: 3em 0 6em;
  background: #252525; }
  footer.page-footer .main-footer .wrapper, footer.page-footer .main-footer .global-site-notice .notice-inner, .global-site-notice footer.page-footer .main-footer .notice-inner {
    position: relative; }
  footer.page-footer .main-footer .nav-footer {
    width: 100%;
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 0 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
    footer.page-footer .main-footer .nav-footer > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 33.33%;
      padding: 0 0 0; }
      footer.page-footer .main-footer .nav-footer > *:nth-child(3n-1) {
        margin-left: -1px; }
    footer.page-footer .main-footer .nav-footer:before {
      content: "";
      display: inline-block;
      *display: inline;
      zoom: 1;
      height: 100%;
      width: 0;
      vertical-align: top;
      margin-right: -0.001em; }
    footer.page-footer .main-footer .nav-footer > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
    footer.page-footer .main-footer .nav-footer h3 {
      color: white;
      font-size: 1.308em;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0 0.882em; }
    footer.page-footer .main-footer .nav-footer h4 {
      color: #ffc833;
      font-size: 1.308em;
      font-weight: bold;
      margin: 0 0 0.3em; }
    footer.page-footer .main-footer .nav-footer p {
      font-weight: 400;
      font-size: 1.154em;
      line-height: 1.3;
      margin: 0 0 1.3em; }
    footer.page-footer .main-footer .nav-footer ul {
      font-size: 1.154em;
      margin: 0 0 2em; }
      footer.page-footer .main-footer .nav-footer ul li {
        margin-bottom: 0.2em; }
  footer.page-footer .main-footer .copyright {
    text-align: right;
    position: absolute;
    bottom: 1.154em;
    right: 50px; }
    footer.page-footer .main-footer .copyright img {
      max-width: 7.846em; }
    footer.page-footer .main-footer .copyright address {
      font-size: 0.923em;
      line-height: 1.5;
      margin: 1em 0 0; }
      footer.page-footer .main-footer .copyright address a {
        color: #808080; }
        footer.page-footer .main-footer .copyright address a:hover {
          color: #ffc833; }

@media only screen and (max-width: 50em) {
  footer.page-footer .secondary-footer .socials ul li {
    margin-right: 1.7em; }
  footer.page-footer .main-footer .nav-footer .column {
    float: left; }
  footer.page-footer .main-footer .copyright {
    font-size: 0.833em;
    text-align: left;
    padding: 4em 0 1em;
    position: static; }
    footer.page-footer .main-footer .copyright img {
      float: left;
      width: 5em;
      margin: 0.55em 1.2em 0 0; }
    footer.page-footer .main-footer .copyright address {
      margin: 0; } }

@media only screen and (max-width: 36.25em) {
  footer.page-footer .secondary-footer .columns {
    padding: 10px 0; }
    footer.page-footer .secondary-footer .columns > * {
      display: block;
      width: auto !important; }
    footer.page-footer .secondary-footer .columns h6 {
      letter-spacing: 0; }
    footer.page-footer .secondary-footer .columns .socials-title {
      padding: 0.5em 0 1em; }
    footer.page-footer .secondary-footer .columns .socials {
      height: auto;
      padding: 3.5em 25px 1.5em;
      margin: 0 -25px;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2); }
      footer.page-footer .secondary-footer .columns .socials h6 {
        float: left;
        margin: 0.4em 2.8em 0 0; }
      footer.page-footer .secondary-footer .columns .socials svg {
        width: 100%;
        height: 3.5em;
        top: -1.75em;
        left: 0; }
    footer.page-footer .secondary-footer .columns .newsletter {
      padding: 1.75em 0 1em;
      margin: 0; }
  footer.page-footer .main-footer {
    padding: 3em 0; }
    footer.page-footer .main-footer .nav-footer {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 0 0 0;
      width: auto;
      margin: -10px;
      text-align: center; }
      footer.page-footer .main-footer .nav-footer > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 100%;
        padding: 0 0 0; }
        footer.page-footer .main-footer .nav-footer > *:nth-child(1n-1) {
          margin-left: -1px; }
      footer.page-footer .main-footer .nav-footer .shop-single {
        min-height: auto;
        width: 49.5%;
        display: inline-block;
        vertical-align: top; }
      footer.page-footer .main-footer .nav-footer h3 {
        padding-top: 1.2em; }
      footer.page-footer .main-footer .nav-footer p {
        font-size: 1em;
        line-height: 1.4; }
      footer.page-footer .main-footer .nav-footer ul {
        margin-bottom: 1.3em; } }

small {
  font-size: 0.8em; }

big {
  font-size: 1.2em; }

body {
  color: #808080;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

p, ol, ul, blockquote, address, dl {
  margin-bottom: 1em; }

a {
  color: #ffc833; }
  a:hover, a:focus {
    color: #ffdd80; }
  a:active {
    color: #e6a800; }
  .std a {
    color: #464646;
    display: inline-block;
    line-height: 0.9em; }
    .std a:hover, .std a:focus {
      border-color: #b38200; }
    .std a:active {
      border-color: #ffdd80; }

p, ul li, ol li, table tr td, blockquote, address, dl dd, .std {
  font-size: 1em;
  line-height: 1.3; }

@media only screen and (max-width: 36.25em) {
  body,
  .home-blocks .home-block,
  .home-section.home-brands .amshopby-featured-wrapper > *,
  footer.page-footer .secondary-footer .columns > *,
  footer.page-footer .main-footer .nav-footer > *,
  .product-block ul > *,
  .product-head > *,
  .page-contact .columns > * {
    font-size: 12px; } }

h1 {
  font-weight: normal;
  font-size: 2em; }

h2 {
  font-weight: normal;
  font-size: 1.6em; }

h3 {
  font-weight: normal;
  font-size: 1.4em; }

h4 {
  font-weight: normal;
  font-size: 1.2em; }

h5 {
  font-size: 1em;
  font-weight: bold; }

h6 {
  font-weight: normal;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  line-height: 1.2em; }

.title {
  color: #464646;
  font-size: 1.385em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1.4em; }

.subtitle {
  color: #464646;
  font-size: 1.231em;
  font-weight: 600;
  margin: 0 0 1em; }

@media only screen and (max-width: 50em) {
  h1 {
    font-weight: normal;
    font-size: 1.6em; }
  h2 {
    font-weight: normal;
    font-size: 1.4em; }
  h3 {
    font-weight: normal;
    font-size: 1.2em; }
  h4 {
    font-weight: normal;
    font-size: 1.1em; }
  h5 {
    font-size: 1em;
    font-weight: bold; }
  h6 {
    font-weight: normal;
    font-size: 1em; }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    line-height: 1.2em; } }

.std ol {
  list-style-type: decimal;
  padding-left: 1em; }

.std ul {
  list-style-type: disc;
  padding-left: 1em; }

.std li {
  margin-bottom: 10px; }

.ul {
  list-style-type: disc;
  padding-left: 1em; }
  .ul li {
    margin-bottom: 10px; }

.ol {
  list-style-type: decimal;
  padding-left: 1em; }
  .ol li {
    margin-bottom: 10px; }

dl dt {
  margin-bottom: 5px; }

dl dd {
  margin-bottom: 5px; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-left:after,
.icon-right:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-indent: 0; }

.icon-left:after {
  content: "\f100"; }

.icon-right:after {
  content: "\f101"; }

.account-login .buttons-set button[type="submit"] {
  float: none;
  display: block;
  margin: 1em 0; }

.my-account .box-title, .my-account .box-head {
  position: relative; }
  .my-account .box-title h2, .my-account .box-title h3, .my-account .box-head h2, .my-account .box-head h3 {
    padding-right: 25px; }
    .my-account .box-title h2 + a, .my-account .box-title h3 + a, .my-account .box-head h2 + a, .my-account .box-head h3 + a {
      display: inline-block;
      margin-bottom: 25px;
      margin-top: -10px; }
      .my-account .box-title h2 + a.fa, .my-account .box-title h3 + a.fa, .my-account .box-head h2 + a.fa, .my-account .box-head h3 + a.fa {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        line-height: 1.4em;
        margin: 0; }

.my-account .pager {
  margin-bottom: 0; }
  .my-account .pager + .data-table {
    margin-bottom: 0; }

.customer-account-index .block-account {
  margin-top: 50px;
  background-color: #f3f3f3;
  padding: 10px; }
  .customer-account-index .block-account .block-title {
    font-size: 1.3em;
    margin-bottom: 5px; }
  .customer-account-index .block-account li:hover a {
    color: #444444; }

.customer-account-index .box-account .col-1 {
  width: 49%;
  margin-right: 1%;
  border: 3px solid #f3f3f3;
  padding: 5px;
  min-height: 150px; }

.customer-account-index .box-account .col-2 {
  border: 3px solid #f3f3f3;
  padding: 5px;
  min-height: 150px; }

@media (max-width: 36.25em) {
  .customer-account-index .box-account .col-1 {
    width: 100%;
    border: 3px solid #f3f3f3;
    padding: 5px;
    min-height: 150px; } }

@media (max-width: 36.25em) {
  .customer-account-index .page-wrapper {
    padding-top: 60px; } }

@media screen and (max-width: 50em) {
  .customer-account-index div.page-wrapper {
    padding-top: 200px; } }

.main-content .block-account {
  margin-top: 50px;
  background-color: #f3f3f3;
  padding: 10px; }
  .main-content .block-account li {
    list-style: none;
    margin-left: 0.7em;
    padding-bottom: 0.475em;
    border-bottom: 1px solid #c4c4c4;
    line-height: 30px; }
    .main-content .block-account li:hover {
      text-decoration: underline; }
  .main-content .block-account li:last-child {
    border-bottom: none; }
  .main-content .block-account li.current:hover {
    text-decoration: none; }
  .main-content .block-account .block-content {
    margin-top: 0.325em; }

.customer-account-edit .page-wrapper .my-account .customer-name-middlename {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }
  .customer-account-edit .page-wrapper .my-account .customer-name-middlename .field {
    width: 50%;
    margin: 0%;
    margin-left: -2px;
    padding: 0 12.5px;
    display: inline-block; }

.customer-account-edit .page-wrapper .my-account .long-input-password .input-box {
  margin-right: 2.3em; }

.customer-account-edit .page-wrapper .my-account .back-link {
  display: block;
  clear: both; }

@media (max-width: 36.25em) {
  .customer-account-edit .page-wrapper .my-account .long-input-password .input-box {
    margin-right: 0em; }
    .customer-account-edit .page-wrapper .my-account .long-input-password .input-box input {
      height: 3.231em;
      font: 1.3em/1.3 "Open Sans"; } }

.customer-address-form .page-wrapper .my-account .customer-name-middlename {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }
  .customer-address-form .page-wrapper .my-account .customer-name-middlename .field {
    width: 50%;
    margin: 0%;
    margin-left: -2px;
    padding: 0 12.5px;
    display: inline-block; }

.customer-address-form .page-wrapper .my-account .long-input-address .input-box {
  margin-right: 2.3em; }

.customer-address-form .page-wrapper .my-account .back-link {
  display: block;
  clear: both; }

@media (max-width: 36.25em) {
  .customer-address-form .page-wrapper .my-account .long-input-address .input-box {
    margin-right: 0em; }
    .customer-address-form .page-wrapper .my-account .long-input-address .input-box input {
      height: 3.231em;
      font: 1.3em/1.3 "Open Sans"; } }

.customer-account-create .page-wrapper .account-create .customer-name-middlename {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }
  .customer-account-create .page-wrapper .account-create .customer-name-middlename .field {
    width: 50%;
    margin: 0%;
    margin-left: -2px;
    padding: 0 12.5px;
    display: inline-block; }

.customer-account-create .page-wrapper .account-create .long-input-address .input-box {
  margin-right: 2.3em; }

.customer-account-create .page-wrapper .account-create .back-link {
  display: block;
  clear: both; }

@media (max-width: 36.25em) {
  .customer-account-create .page-wrapper .account-create .long-input-address .input-box {
    margin-right: 0em; }
    .customer-account-create .page-wrapper .account-create .long-input-address .input-box input {
      height: 3.231em;
      font: 1.3em/1.3 "Open Sans"; } }

.product-view .home-tab-carousel {
  background-color: #f3f3f3;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .product-view .home-tab-carousel .tabs-inner_title {
    background: none; }

.product-view .dashboard .box-reviews ol, .product-view .dashboard .box-tags ol {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .product-view .dashboard .box-reviews ol > *, .product-view .dashboard .box-tags ol > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    width: 50%;
    padding: 0 12.5px 25px; }
    .product-view .dashboard .box-reviews ol > *:nth-child(2n-1), .product-view .dashboard .box-tags ol > *:nth-child(2n-1) {
      margin-left: -1px; }

.product-view .dashboard .box-reviews .item .number, .product-view .dashboard .box-tags .item .number {
  display: none; }

.product-view .dashboard .box-reviews .item .product-name, .product-view .dashboard .box-tags .item .product-name {
  margin-bottom: 10px; }

.product-view .dashboard .box-reviews .ratings > * {
  display: inline-block; }

.product-view .dashboard .box-reviews .ratings .rating-box {
  margin-left: 10px; }

.product-view .dashboard .box-tags ul {
  display: inline-block; }
  .product-view .dashboard .box-tags ul li {
    display: inline; }

@media only screen and (max-width: 50em) {
  .product-view .dashboard .box-reviews ol, .product-view .dashboard .box-tags ol {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -12.5px 0 -12.5px; }
    .product-view .dashboard .box-reviews ol > *, .product-view .dashboard .box-tags ol > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 100%;
      padding: 0 12.5px 25px; }
      .product-view .dashboard .box-reviews ol > *:nth-child(1n-1), .product-view .dashboard .box-tags ol > *:nth-child(1n-1) {
        margin-left: -1px; } }

.product-view .addresses-list .item {
  margin-bottom: 25px; }

.product-view #my-orders-table .product-name {
  margin-bottom: 0; }

.product-view #my-orders-table .nowrap, .product-view #my-orders-table .price {
  white-space: nowrap; }

.product-view #my-orders-table .nobr a {
  margin-bottom: 0.85em; }

.product-view .box-payment table tr {
  display: inline-block;
  vertical-align: baseline;
  border: none; }
  .product-view .box-payment table tr th, .product-view .box-payment table tr td {
    padding: 0;
    border: none;
    line-height: normal;
    display: inline; }
  .product-view .box-payment table tr th {
    margin-right: 10px; }

.sales-order-view .product-view .link-print:before {
  margin-right: 10px; }

.product-view .billing-agreements .form-list li {
  zoom: 1; }
  .product-view .billing-agreements .form-list li:before, .product-view .billing-agreements .form-list li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .product-view .billing-agreements .form-list li:after {
    clear: both; }
  .product-view .billing-agreements .form-list li .button {
    float: right;
    margin-top: 10px; }

.product-view .order-info {
  margin-bottom: 25px; }
  .product-view .order-info dd li {
    padding: 5px 0; }

.product-view .recurring-profiles .data-table colgroup col {
  width: auto; }

.product-view .recurring-profiles .data-table tr th, .product-view .recurring-profiles .data-table tr td {
  width: auto; }

.product-view #my-reviews-table tr:first-child {
  border-top: none; }
  .product-view #my-reviews-table tr:first-child td {
    border-top-width: 0; }

.product-view #my-reviews-table .product-name {
  margin-bottom: 0; }

.product-view .product-review {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 0 0 0; }
  .product-view .product-review > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 0;
    vertical-align: top; }
    .product-view .product-review > *:first-child {
      width: 100%;
      margin-left: -1px; }
      .product-view .product-review > *:first-child + * {
        width: 100%; }
  .product-view .product-review .product-img-box .product-image {
    display: block;
    margin-bottom: 25px; }
  .product-view .product-review .product-img-box .label {
    margin-bottom: 10px; }
  .product-view .product-review .product-details h2 {
    margin-bottom: 25px; }
  .product-view .product-review .product-details .ratings-table tr th, .product-view .product-review .product-details .ratings-table tr td {
    padding-left: 0;
    padding-right: 0; }
  .product-view .product-review .product-details .ratings-table tr th {
    width: 10%;
    padding-right: 10px; }
  .product-view .product-review .product-details .ratings-table tr td {
    width: 90%; }
  .product-view .product-review .product-details dl {
    margin-bottom: 25px; }

@media only screen and (max-width: 50em) {
  .product-view .product-review .product-details .ratings-table tr th, .product-view .product-review .product-details .ratings-table tr td {
    width: auto; }
  .product-view .product-review .product-details .ratings-table tr td {
    padding-top: 0; } }

.product-view .my-tags-table tr:first-child {
  border-top: none; }
  .product-view .my-tags-table tr:first-child td {
    border-top-width: 0; }

.product-view .tags-list li {
  display: inline; }

.product-view .page-title.tags {
  float: left; }

.product-view .my-tag-edit {
  float: right; }
  .product-view .my-tag-edit .btn-remove .fa, .product-view .my-tag-edit .btn-remove .buttons-set .back-link a small:before, .buttons-set .back-link a .product-view .my-tag-edit .btn-remove small:before {
    margin-right: 5px; }

@media only screen and (max-width: 50em) {
  .product-view .my-tags-table .product-image {
    display: block;
    width: 100px; } }

@media only screen and (max-width: 36.25em) {
  .product-view .page-title.tags, .product-view .my-tag-edit {
    float: none; } }

.newsletter-manage-index .product-view h2.legend {
  display: none; }

.customer-address-index .title-buttons .button {
  margin: 0em; }

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select, footer.page-footer .secondary-footer .newsletter .input-box .input-text, footer.page-footer .secondary-footer .newsletter .input-box .input-submit, a, .std a, .button,
button, .item .product-image, .item .product-shop, .item .product-shop .price, .link-element .titles, .link-element:before, .product-head .product-images .more-views ul li, .promo-banner .close-promo, .sidebar .amshopby-advanced li.level1.parent-opened, .sidebar .amshopby-advanced li.expanded .toggle-subcategory, .toggle .toggle-title span, .toggle .toggle-title:before, .toggle .toggle-title:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

input:not([type]):focus, input:not([type]):hover,
input[type="color"]:focus,
input[type="color"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover, .button:hover,
button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); }

.circulaire {
  margin-bottom: 4em;
  display: block; }
  @media only screen and (max-width: 50em) {
    .circulaire {
      display: none; } }

.page-banner {
  width: 100%;
  height: 18em;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 25px;
  position: relative; }
  .page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.55;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: black; }
  .page-banner .page-banner-image {
    width: 100%;
    height: 100%;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .page-banner h1 {
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 64em) {
    .page-banner {
      height: 16em; } }
  @media only screen and (max-width: 50em) {
    .page-banner {
      height: 12em; }
      .page-banner h1 {
        font-size: 1.6em; } }
  @media only screen and (max-width: 36.25em) {
    .page-banner {
      height: 10em; } }

.block-title strong {
  display: block; }

.block-subtitle {
  display: none; }

.block-content ol, .block-content ul {
  margin: 0; }
  .block-content ol li, .block-content ul li {
    margin-bottom: 0.5em; }
    .block-content ol li a, .block-content ul li a {
      color: #464646;
      padding: 0; }

.block {
  margin-bottom: 25px; }
  .block.block-layered-nav .block-content {
    background: #f4f4f4; }
    .block.block-layered-nav .block-content dl {
      margin-bottom: 0; }
      .block.block-layered-nav .block-content dl dt {
        color: #464646;
        font-size: 1.308em;
        font-weight: bold;
        padding: 14px 16px 0;
        margin: 0; }
      .block.block-layered-nav .block-content dl dd {
        padding: 10px 16px;
        padding-bottom: 16px;
        margin: 0;
        border-bottom: 1px solid #cdcdcd; }
        .block.block-layered-nav .block-content dl dd.last {
          border: none; }
        .block.block-layered-nav .block-content dl dd a.amshopby-attr,
        .block.block-layered-nav .block-content dl dd a.amshopby-attr-selected {
          color: #808080;
          font-weight: 600;
          padding: 0 0 0 1.846em;
          background: url("../img/checkbox.png") no-repeat left top;
          background-size: 16px auto; }
          .block.block-layered-nav .block-content dl dd a.amshopby-attr:hover,
          .block.block-layered-nav .block-content dl dd a.amshopby-attr-selected:hover {
            color: #464646; }
          .block.block-layered-nav .block-content dl dd a.amshopby-attr img,
          .block.block-layered-nav .block-content dl dd a.amshopby-attr-selected img {
            display: none; }
        .block.block-layered-nav .block-content dl dd a.amshopby-attr-selected {
          color: #e6a800;
          background-image: url("../img/checkbox-selected.png"); }
    .block.block-layered-nav .block-content .currently .block-subtitle {
      display: block;
      padding: 10px;
      background: #f4f4f4;
      margin-bottom: 0;
      border-top: 1px solid #f4f4f4; }
    .block.block-layered-nav .block-content .currently ol {
      padding: 10px;
      border-top: 1px solid #f4f4f4; }
    .block.block-layered-nav .block-content .actions {
      padding: 0 10px 25px 10px; }
  .amshopby-page-container .block.block-layered-nav .block-title {
    display: none; }
  .amshopby-page-container .block.block-layered-nav .block-content {
    background: none; }
    .amshopby-page-container .block.block-layered-nav .block-content .currently ol {
      max-width: none;
      padding: 0.3em 0 0 9em;
      border: none; }
      .amshopby-page-container .block.block-layered-nav .block-content .currently ol li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding-right: 2.1em;
        margin: 0 1.6em 1em 0;
        position: relative; }
        .amshopby-page-container .block.block-layered-nav .block-content .currently ol li .select-child {
          position: relative;
          padding-right: 1.8em;
          display: inline-block;
          margin-right: 0.5em; }
        .amshopby-page-container .block.block-layered-nav .block-content .currently ol li .btn-remove {
          width: 25px;
          color: #ffc833;
          font-size: 1.2em;
          line-height: 1;
          text-align: center;
          margin-top: -0.5em;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .amshopby-page-container .block.block-layered-nav .block-content .currently ol li .btn-remove:hover {
            color: #464646;
            font-size: 1.6em; }
  .amshopby-page-container .block.block-layered-nav .actions {
    padding: 0; }
    .amshopby-page-container .block.block-layered-nav .actions a {
      color: #464646;
      padding: 0.3em 0.7em;
      position: absolute;
      top: 0;
      left: 0;
      background: #f4f4f4; }
      .amshopby-page-container .block.block-layered-nav .actions a:after {
        content: "\f1f8";
        font-family: 'FontAwesome';
        padding-left: 0.5em; }
      .amshopby-page-container .block.block-layered-nav .actions a:hover {
        color: white;
        background: #ffc833; }
  @media only screen and (max-width: 50em) {
    .block .block-title strong {
      background: #464646;
      color: white;
      padding: 10px;
      margin-bottom: 0; }
      .block .block-title strong:after {
        content: "\f067";
        font-family: fontawesome;
        float: right;
        font-size: 0.75em;
        line-height: 1.5em; }
    .block .block-title.open strong:after {
      content: "\f068"; }
    .block .block-title.open + .block-content {
      display: block; }
    .block .block-content {
      display: none;
      padding: 10px;
      border: 1px solid #f4f4f4; }
    .block.block-layered-nav .block-content {
      padding: 0; }
      .block.block-layered-nav .block-content dl dt:after {
        content: "\f067";
        font-family: fontawesome;
        float: right;
        font-size: 0.75em;
        line-height: 1.5em; }
      .block.block-layered-nav .block-content dl dt.open:after {
        content: "\f068"; }
      .block.block-layered-nav .block-content dl dt.open + dd {
        display: block; }
      .block.block-layered-nav .block-content dl dd {
        display: none; } }

.postWrapper .postContent iframe {
  width: 100%;
  height: 440px; }

.blog-index-list .postWrapper {
  padding: 1em;
  border: 3px solid #f4f4f4;
  margin-bottom: 2em; }

.breadcrumbs ul {
  color: #464646;
  font-size: 1.077em;
  line-height: 1;
  font-weight: bold;
  margin: 1.85em 0; }
  .breadcrumbs ul li {
    display: inline-block; }
    .breadcrumbs ul li:after {
      content: '/';
      margin: 0 0.3em 0 0.4em; }
    .breadcrumbs ul li:last-child:after {
      content: none; }
    .breadcrumbs ul li a {
      color: #464646;
      text-decoration: underline; }
      .breadcrumbs ul li a:hover {
        color: #ffc833; }

.button,
button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  min-width: 17.647em;
  min-height: 3.235em;
  color: #808080;
  font: bold 1.308em "Open Sans";
  text-transform: uppercase;
  text-align: center;
  padding: 0.8em 2.059em;
  margin: 0 0.215em;
  cursor: pointer;
  vertical-align: middle;
  background: none;
  border: 0.176em solid #808080;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button:before,
  button:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-right: -0.001em; }
  .button > *,
  button > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  .button .fa, .button .buttons-set .back-link a small:before, .buttons-set .back-link a .button small:before,
  button .fa,
  button .buttons-set .back-link a small:before, .buttons-set .back-link a
  button small:before {
    font-size: 1.2em;
    padding-right: 0.7em; }
  .button.-icon-only .fa, .button.-icon-only .buttons-set .back-link a small:before, .buttons-set .back-link a .button.-icon-only small:before,
  button.-icon-only .fa,
  button.-icon-only .buttons-set .back-link a small:before, .buttons-set .back-link a
  button.-icon-only small:before {
    padding: 0; }
  .button.-white,
  button.-white {
    color: white;
    border-color: white; }
  .button.-small,
  button.-small {
    min-width: 10.714em;
    height: 2.571em;
    font-size: 1.08em;
    padding: 0.165em 1em 0;
    border-width: 0.143em; }
  .button.-mini,
  button.-mini {
    min-width: 10.714em;
    height: 2.571em;
    font-size: 1.08em;
    padding: 0.165em 1em 0;
    border-width: 0.143em; }
  .button.-xmini,
  button.-xmini {
    min-width: 11em;
    min-height: 0.571em;
    font-size: 0.9em;
    padding: 0.1em 1em;
    border: 1px solid #ffc833;
    margin-bottom: 0.5em; }
  .button:hover,
  button:hover {
    color: white;
    background: #ffc833;
    border-color: #ffc833; }
  .button.-active,
  button.-active {
    color: white;
    background: #ffc833;
    border-color: #ffc833; }
  .button.-filled,
  button.-filled {
    color: white;
    background: #ffc833;
    border: none; }
  @media only screen and (max-width: 36.25em) {
    .button,
    button {
      margin: 0; } }

button.button {
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0; }

header button, header .button, footer button, footer .button {
  height: 3.235em;
  min-height: 0; }

.buttons-set a {
  color: #808080;
  text-transform: uppercase;
  font-weight: 700; }

.buttons-set .required {
  float: none;
  font-style: italic;
  font-size: 0.9em; }

.buttons-set .back-link {
  display: inline-block;
  line-height: 1em; }
  .buttons-set .back-link a {
    font-family: "Open Sans"; }
    .buttons-set .back-link a small {
      font-size: 0; }
      .buttons-set .back-link a small:before {
        padding-right: 5px;
        font-size: 0.8rem;
        margin-right: 5px; }

.buttons-set button[type="submit"] {
  float: right;
  margin: 0; }

aside.cart {
  position: fixed;
  right: -280px;
  top: 0;
  bottom: 0;
  width: 280px;
  background: white;
  border-left: 1px solid #f4f4f4;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  z-index: 1000; }
  .-cart-open aside.cart {
    right: 0; }
  aside.cart .close-cart {
    background: none;
    padding: 10px;
    margin: 0em;
    color: #464646;
    margin-bottom: 10px;
    font-size: 1em;
    width: 100%;
    display: inline-block; }
    aside.cart .close-cart:hover {
      color: #808080; }
  aside.cart .item {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  aside.cart .product-image {
    display: block;
    margin: 0 0 10px 0;
    float: left;
    width: 30%;
    padding-right: 10px;
    border: 0.23em solid #f4f4f4; }
  aside.cart .product-name {
    width: 70%;
    margin-top: 11.5%;
    text-align: middle;
    padding-left: 0.325em;
    line-height: 1.25; }
    aside.cart .product-name a {
      text-decoration: underline;
      color: #808080; }
  aside.cart .minicart-wrapper .item:hover .product-name a {
    color: #ffc833; }
  aside.cart .mini-products-list {
    margin-bottom: 10px; }
  aside.cart .product-details .info-wrapper > * {
    display: inline-block; }
  aside.cart .product-details .info-wrapper .price {
    padding-left: 7%; }
  aside.cart .product-details .info-wrapper .quantity {
    padding-left: 3%;
    margin-left: 5px;
    margin-right: 5px; }
    aside.cart .product-details .info-wrapper .quantity .qty {
      width: 4em; }
    aside.cart .product-details .info-wrapper .quantity .quantity-button {
      display: none; }
      aside.cart .product-details .info-wrapper .quantity .quantity-button.visible {
        display: inline-block; }
  aside.cart .product-details .info-wrapper .actions {
    float: right;
    min-width: 3em;
    text-align: right; }
    aside.cart .product-details .info-wrapper .actions a {
      padding: 5px; }
  aside.cart .remove-item {
    padding: 0;
    float: none;
    display: inline-block; }

.add-box .add-to-cart .btn-cart {
  margin: 0em;
  margin-top: 0.7em; }

.minicart {
  width: 100%; }
  .minicart li {
    padding: 0em;
    width: 100%; }
    .minicart li .checkout-button {
      margin: 0em;
      width: 100%;
      min-width: 100%; }

.minicart-message {
  padding: 10px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  margin-bottom: 10px; }
  .minicart-message:empty {
    display: none; }
  .minicart-message#minicart-success-message {
    border-color: green;
    background-color: #e6ffe6; }
  .minicart-message#minicart-error-message {
    border-color: red;
    background-color: #ffcccc; }

.cart .title-buttons h1 {
  float: left;
  width: 30%; }

.cart .title-buttons .checkout-types {
  display: none;
  float: right;
  width: 70%;
  text-align: right; }

.cart tr, .cart td {
  vertical-align: middle; }

.cart .photo {
  width: 25%;
  margin-left: -1px; }

.cart .product-image {
  display: block; }

.cart .product-name {
  width: 75%;
  float: left;
  font-size: 0.9em;
  text-transform: none;
  margin-bottom: 10px; }
  .cart .product-name + *:before {
    content: '';
    display: block;
    clear: both; }

.cart .cart-price {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em; }

.cart .qty {
  margin-right: 5px;
  width: auto;
  text-align: center;
  padding: 5px 0; }

.cart .remove-item {
  display: block;
  float: right;
  padding: 5px; }

.cart .subtotal .label {
  font-weight: bold;
  float: left;
  display: block;
  font-size: 0.9em; }

.cart .subtotal .price {
  float: right;
  display: block; }

@media only screen and (max-width: 50em) {
  .cart .title-buttons h1 {
    float: none;
    width: auto; }
  .cart .title-buttons .checkout-types {
    float: none;
    width: auto; }
    .cart .title-buttons .checkout-types li:first-child, .cart .title-buttons .checkout-types li:last-child {
      padding-left: 0;
      padding-right: 0; } }

.cart .btn-empty {
  margin-top: 0.675em; }

.cart .btn-continue {
  float: left;
  width: 31%;
  display: inline-block;
  margin: 1%;
  padding: 0em; }
  .cart .btn-continue span {
    font-size: 0.85em; }

.cart .btn-empty, .cart .btn-update {
  float: right;
  margin-left: 5px;
  width: 26%;
  margin: 1%;
  padding: 0em; }
  .cart .btn-empty span, .cart .btn-update span {
    font-size: 0.85em; }

.cart .a-right {
  text-align: right; }

.cart .a-center {
  text-align: center; }

.cart .title {
  width: 80%; }

@media only screen and (max-width: 64em) {
  .cart .photo {
    display: none; } }

@media only screen and (max-width: 50em) {
  .cart .btn-continue, .cart .btn-update, .cart .btn-empty {
    float: none;
    width: 31%;
    margin-left: 0; }
  .cart .photo {
    display: block; }
  .cart .cart-table .title-buttons h1 {
    width: 100%; }
  .cart .cart-table .title-buttons .checkout-types {
    width: 100%; }
  .cart .cart-table tbody tr {
    position: relative;
    display: block;
    font-size: 0; }
  .cart .cart-table tbody td {
    display: inline-block;
    padding-left: 0;
    font-size: 1rem;
    vertical-align: middle; }
  .cart .cart-table tbody td.photo {
    max-width: 25%;
    padding-right: 10px;
    vertical-align: top; }
    .cart .cart-table tbody td.photo .product-image img {
      width: 100%;
      height: auto; }
  .cart .cart-table tbody td.title {
    width: 75%;
    padding-right: 25px;
    vertical-align: top; }
  .cart .cart-table tbody td.edit {
    position: absolute;
    top: 0;
    right: 0; }
  .cart .cart-table tbody td.wishlist {
    position: absolute;
    margin-top: 10px;
    top: 1em;
    right: 0; }
  .cart .cart-table tbody td.remove {
    float: right; }
    .cart .cart-table tbody td.remove .remove-item {
      padding: 5px; } }

.discount-form .input-box {
  width: 100%;
  margin: 0em; }

.discount-form .buttons-set .button {
  width: 30%;
  float: right;
  margin: 0em;
  margin-top: 0.675em; }

@media screen and (max-width: 960px) {
  .cart .cart-container .cart-collaterals .col2-set {
    width: 100%; }
  .cart .cart-container .cart-collaterals .totals {
    width: 100%; }
    .cart .cart-container .cart-collaterals .totals li {
      width: 100%; }
  .discount-form .buttons-set .button {
    width: 100%; } }

.cart-container .cart-collaterals .col2-set .col-2 .shipping {
  margin-top: 0em; }

.shipping-form .form-list li {
  max-width: 100%; }
  .shipping-form .form-list li .input-box {
    width: 100%;
    margin: 0em; }

.shipping-form .button {
  width: 100%;
  margin: 0em; }

.totals .checkout-types {
  width: 100%; }
  .totals .checkout-types .paypal-logo {
    display: none; }
  .totals .checkout-types li {
    padding: 0;
    text-align: right; }
    .totals .checkout-types li a {
      display: none; }
    .totals .checkout-types li button {
      margin: 0; }

@media screen and (max-width: 500px) {
  .cart .btn-continue, .cart .btn-empty, .cart .btn-update {
    font-size: 1em; }
    .cart .btn-continue span, .cart .btn-empty span, .cart .btn-update span {
      font-size: 0.9em; } }

.checkout-types {
  display: table;
  margin-bottom: 0; }
  .checkout-types p {
    margin-bottom: 0; }
  @media only screen and (max-width: 30em) {
    .checkout-types {
      display: block;
      text-align: left; }
      .checkout-types li {
        display: inline-block; }
      .cart .title-buttons .checkout-types {
        text-align: left; } }

.cart-container .cart-collaterals .col2-set {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .cart-container .cart-collaterals .col2-set > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    width: 100%;
    padding: 0 12.5px 25px; }
    .cart-container .cart-collaterals .col2-set > *:nth-child(1n-1) {
      margin-left: -1px; }
  .cart-container .cart-collaterals .col2-set > *:empty {
    display: none; }
  .cart-container .cart-collaterals .col2-set .shipping {
    margin-top: 25px;
    margin-bottom: 25px; }
    .cart-container .cart-collaterals .col2-set .shipping #co-shipping-method-form {
      margin-top: 25px; }

.cart-container .cart-collaterals .discount label, .cart-container .cart-collaterals .discount input[type=hidden] {
  display: none; }

.cart-container .cart-collaterals .discount .buttons-set {
  margin-top: 10px; }

.cart-container .cart-collaterals #shopping-cart-totals-table {
  margin-bottom: 25px; }

@media only screen and (max-width: 960px) {
  .cart-container {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    .cart-container > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      .cart-container > *:first-child {
        width: 100%;
        margin-left: -1px; }
        .cart-container > *:first-child + * {
          width: 100%; }
    .cart-container .cart-collaterals {
      margin: 0 -10px;
      display: block;
      width: auto;
      padding: 0; }
      .cart-container .cart-collaterals .col2-set, .cart-container .cart-collaterals .totals {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px; }
      .cart-container .cart-collaterals .col2-set {
        font-size: 0;
        word-spacing: 0;
        line-height: 0;
        margin: 0 -5px 0 -5px;
        margin-left: 0; }
        .cart-container .cart-collaterals .col2-set > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 13px;
          line-height: 1.3;
          word-spacing: normal;
          width: 100%;
          padding: 0 5px 10px; }
          .cart-container .cart-collaterals .col2-set > *:nth-child(1n-1) {
            margin-left: -1px; } }

@media only screen and (max-width: 50em) {
  .cart-container .totals table tr td {
    display: table-cell; } }

@media only screen and (max-width: 36.25em) {
  .cart-container .cart-collaterals {
    margin: 0;
    padding: 0 5px; }
    .cart-container .cart-collaterals .col2-set, .cart-container .cart-collaterals .totals {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .cart-container .cart-collaterals .col2-set {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px;
      width: auto;
      display: block; }
      .cart-container .cart-collaterals .col2-set > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 100%;
        padding: 0 5px 10px; }
        .cart-container .cart-collaterals .col2-set > *:nth-child(1n-1) {
          margin-left: -1px; } }

#shopping-cart-totals-table .summary-total {
  display: none; }

#checkout-review-table .product-name {
  margin-top: 0.375em; }

.billing_address .validation-advice {
  color: #d60606; }

#billing-new-address-form ul li {
  margin-bottom: 1em;
  margin-top: 1em; }

.open-cart {
  background-image: url("../img/shopping_cart.png");
  background-position: center;
  min-height: 5.2em;
  background-repeat: no-repeat; }
  .open-cart .fa-shopping-cart:before {
    content: none; }
  .open-cart .qty {
    margin-left: 4em;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    background-color: #FFC833;
    padding-left: 0.35em;
    padding-right: 0.35em;
    border-radius: 0.75em; }

.category-image img {
  width: 100%;
  height: auto; }

.category-description {
  margin-bottom: 25px; }

.catalog-product-view .short-description ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.catalog-product-view .short-description li {
  padding-left: 1em;
  text-indent: -.7em; }

.catalog-product-view .short-description li:before {
  content: "• ";
  color: #FFC833;
  font-size: 1em;
  margin-right: 0.5em; }

.item {
  text-align: left; }
  .item .product-image {
    display: block;
    padding: 0.769em;
    background: white;
    border: 0.308em solid #f4f4f4; }
  .item .product-shop {
    color: #808080;
    padding: 0.2em 0.6em 0.6em;
    background: #f4f4f4; }
    .item .product-shop .product-name {
      font-size: 0.923em;
      font-weight: 600;
      text-transform: none;
      margin: 0 0 0.2em; }
      .item .product-shop .product-name a {
        display: inline-block;
        width: 100%;
        color: #464646;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .item .product-shop .price {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #FFC833;
    }

      .item .product-shop .price.-old_price {
        color: #FFC833 !important;
        text-decoration: line-through; }
      .item .product-shop .price.-on_sale {
        color: #f15050 !important;
        padding-left: 0.5em; }
    .item .product-shop .minimal-price-link {
      display: none; }
  .item .actions {
    display: none; }
  .item .product-image {
  //  border-color: #464646; 
   }
  .item .product-shop {
    color: #a6a6a6;
//    background: #464646; 
}
    .item .product-shop .product-name a {
      color: #444444; }
    .item .product-shop .price.-on_sale {
      color: #ffc833; }
  .item:hover .product-image {
    border-color: #ffc833; }
  .item:hover .product-shop {
    color: #808080;
    background-color: #ffc833; }
    .item:hover .product-shop .product-name a {
      color: #464646; }
    .item:hover .product-shop .price.-on_sale {
      color: #c30000; }

.products-grid {
  list-style-type: none;
  padding: 0; }
  .col2-left-layout .products-grid {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -12.5px 0 -12.5px; }
    .col2-left-layout .products-grid > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 33.33%;
      padding: 0 12.5px 25px; }
      .col2-left-layout .products-grid > *:nth-child(3n-1) {
        margin-left: -1px; }
  .col1-layout .products-grid {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -12.5px 0 -12.5px; }
    .col1-layout .products-grid > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 25%;
      padding: 0 12.5px 25px; }
      .col1-layout .products-grid > *:nth-child(4n-1) {
        margin-left: -1px; }
  .products-grid .item {
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 0;
    position: relative; }
    .products-grid .item span.-new,
    .products-grid .item span.-promo {
      display: none;
      position: absolute;
      top: 1em;
      right: 2em;
      padding: 0.5em; }
    .products-grid .item.new_tag span.-new {
      display: block;
      color: #fff;
      background-color: #ffc833; }
    .products-grid .item.promotion_tag span.-promo {
      display: block;
      color: #fff;
      background-color: #c30000; }
    .products-grid .item .tag {
      position: absolute;
      top: 0;
      left: 0.3em;
      z-index: 9; }
      .products-grid .item .tag span {
        display: block;
        width: 10.5em;
        color: white;
        font-size: 0.923em;
        line-height: 1.667em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 0.65em;
        position: relative;
        z-index: 2;
        background: #c30000;
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg); }
      .products-grid .item .tag:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 1.3em;
        left: 0.1em;
        z-index: 1;
        border-top: 0.615em solid transparent;
        border-bottom: 0.615em solid transparent;
        border-right: 0.615em solid #5d0000; }
      .products-grid .item .tag.-new span {
        background: #ffc833; }
      .products-grid .item .tag.-new:before {
        border-right-color: #cc9500; }
  @media only screen and (max-width: 80em) {
    .col2-left-layout .products-grid, .col2-right-layout .products-grid, .col3-layout .products-grid {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -12.5px 0 -12.5px; }
      .col2-left-layout .products-grid > *, .col2-right-layout .products-grid > *, .col3-layout .products-grid > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 33.33%;
        padding: 0 12.5px 25px; }
        .col2-left-layout .products-grid > *:nth-child(3n-1), .col2-right-layout .products-grid > *:nth-child(3n-1), .col3-layout .products-grid > *:nth-child(3n-1) {
          margin-left: -1px; } }
  @media only screen and (max-width: 64em) {
    .col1-layout .products-grid {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -12.5px 0 -12.5px; }
      .col1-layout .products-grid > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 33.33%;
        padding: 0 12.5px 25px; }
        .col1-layout .products-grid > *:nth-child(3n-1) {
          margin-left: -1px; } }
  @media only screen and (max-width: 36.25em) {
    .col1-layout .products-grid, .col2-left-layout .products-grid, .col2-right-layout .products-grid, .col3-layout .products-grid {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -10px 0 -10px; }
      .col1-layout .products-grid > *, .col2-left-layout .products-grid > *, .col2-right-layout .products-grid > *, .col3-layout .products-grid > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 100%;
        padding: 0 10px 20px; }
        .col1-layout .products-grid > *:nth-child(1n-1), .col2-left-layout .products-grid > *:nth-child(1n-1), .col2-right-layout .products-grid > *:nth-child(1n-1), .col3-layout .products-grid > *:nth-child(1n-1) {
          margin-left: -1px; } }

.product-block {
  padding: 4.615em 0; }
  .row + .product-block {
    padding-top: 0; }
  .product-block ul {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -13px 0 -13px; }
    .product-block ul > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 33.33%;
      padding: 0 13px 26px; }
      .product-block ul > *:nth-child(3n-1) {
        margin-left: -1px; }
    .product-block ul li {
      padding-bottom: 0; }
  @media only screen and (max-width: 36.25em) {
    .product-block {
      padding: 3em 0; }
      .product-block ul {
        font-size: 0;
        word-spacing: 0;
        line-height: 0;
        margin: 0 0 0 0; }
        .product-block ul > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 13px;
          line-height: 1.3;
          word-spacing: normal;
          width: 100%;
          padding: 0 0 0; }
          .product-block ul > *:nth-child(1n-1) {
            margin-left: -1px; }
        .product-block ul li {
          padding-bottom: 2em; } }

.related-products .product-view {
  background-color: #f3f3f3; }

.checkout-progress {
  margin-bottom: 25px; }
  .checkout-progress li {
    display: inline;
    color: #808080; }
    .checkout-progress li.active {
      color: #252525; }
    .checkout-progress li:before {
      content: '› ';
      color: #808080; }
    .checkout-progress li.first:before {
      content: none; }

#multiship-addresses-table tr td {
  vertical-align: middle;
  width: auto; }

#multiship-addresses-table .quantity {
  text-align: center;
  width: 4em; }
  #multiship-addresses-table .quantity .qty {
    text-align: center; }

#multiship-addresses-table .address {
  width: 40%; }

#multiship-addresses-table .actions {
  width: 1px; }

#multiship-addresses-table .product-name {
  margin-bottom: 0; }

@media only screen and (max-width: 50em) {
  #multiship-addresses-table tr {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    #multiship-addresses-table tr > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      #multiship-addresses-table tr > *:first-child {
        width: 100%;
        margin-left: -1px; }
        #multiship-addresses-table tr > *:first-child + * {
          width: 30%; }
        #multiship-addresses-table tr > *:first-child + * + * {
          width: 50%; }
        #multiship-addresses-table tr > *:first-child + * + * + * {
          width: 20%; }
    #multiship-addresses-table tr td {
      padding-top: 10px;
      padding-bottom: 10px; } }

.grand-total {
  text-align: right; }

#review-buttons-container {
  margin-top: 25px; }

#payment-progress-opcheckout table tr {
  padding: 0;
  display: inline-block;
  border: none; }
  #payment-progress-opcheckout table tr th {
    margin-right: 10px; }

#one-step-checkout-form input[type="radio"],
#one-step-checkout-form input[type="checkox"] {
  vertical-align: baseline; }
  #one-step-checkout-form input[type="radio"] + label,
  #one-step-checkout-form input[type="checkox"] + label {
    vertical-align: baseline;
    float: none;
    display: inline; }

#one-step-checkout-form label em,
#one-step-checkout-form span.obl {
  color: #c30000; }

#one-step-checkout-form h3 {
  float: none !important;
  width: auto;
  padding-left: 80px;
  text-indent: 0px;
  margin: -1px; }

#one-step-checkout-form .checkout-review-load .data-table td .box-qty {
  width: 85px; }

#one-step-checkout-form .checkout-review-load .data-table td .qty {
  height: 20px;
  line-height: 20px; }

#one-step-checkout-form .onestepcheckout-discount {
  margin-top: 0px; }

#one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section .sp-methods li .method-title {
  font-weight: bold; }

#one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section .sp-methods li .price {
  font-weight: normal; }

#one-step-checkout-form .address-info-3-columns .group-select ul li .two-fields select,
#one-step-checkout-form .payment-method .input-box select,
#one-step-checkout-form #shipping-address-select,
#one-step-checkout-form #billing-address-select {
  padding-right: 2.2em;
  font-size: 14px;
  padding-left: 0.3em; }

@media only screen and (max-width: 850px) {
  #one-step-checkout-form .checkout-review-load .data-table tbody tr {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4; }
  #one-step-checkout-form .checkout-review-load .data-table tbody td {
    border-bottom: none !important; }
    #one-step-checkout-form .checkout-review-load .data-table tbody td.qty-box .box-qty {
      width: 85px;
      display: block;
      overflow: hidden;
      margin: 0 10px; }
    #one-step-checkout-form .checkout-review-load .data-table tbody td.qty-box a {
      width: auto;
      margin: 0px; }
    #one-step-checkout-form .checkout-review-load .data-table tbody td.qty-box .qty {
      text-align: center; }
    #one-step-checkout-form .checkout-review-load .data-table tbody td.a-center, #one-step-checkout-form .checkout-review-load .data-table tbody td.a-right {
      width: 50%;
      display: block;
      float: left;
      height: 50px; }
    #one-step-checkout-form .checkout-review-load .data-table tbody td.a-right {
      text-align: right; }
  #one-step-checkout-form .checkout-review-load .data-table tbody th {
    display: none; }
  #one-step-checkout-form .checkout-review-load .data-table tfoot {
    border-top: 3px solid #f4f4f4; }
    #one-step-checkout-form .checkout-review-load .data-table tfoot tr {
      padding: 0px; }
    #one-step-checkout-form .checkout-review-load .data-table tfoot td:first-child {
      padding-right: 70px !important; }
    #one-step-checkout-form .checkout-review-load .data-table tfoot td .price {
      float: right;
      margin-top: -20px; } }

.block-progress .block-content {
  color: #808080; }
  .block-progress .block-content dl > div {
    margin-bottom: 25px; }
  .block-progress .block-content dl dt {
    margin-bottom: 10px; }
  .block-progress .block-content .complete {
    color: #252525; }
  .block-progress .block-content table tr th:first-child, .block-progress .block-content table tr td:first-child {
    padding-left: 0; }
  .block-progress .block-content table tr th:last-child, .block-progress .block-content table tr td:last-child {
    padding-right: 0; }
  .block-progress .block-content table tr:first-child th, .block-progress .block-content table tr:first-child td {
    padding-top: 0; }
  .block-progress .block-content table tr:last-child th, .block-progress .block-content table tr:last-child td {
    padding-bottom: 0; }

@media only screen and (max-width: 50em) {
  .block-progress table tr:first-child {
    border-top: none; } }

.discount-form .input-box {
  margin-left: 0em;
  margin-right: 0em; }

.discount-form #add_coupon_code_button {
  margin-left: 0em;
  margin-right: 0em; }

.opc .section {
  margin-bottom: 25px; }
  .opc .section .step-title {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    color: #808080; }
    .opc .section .step-title > * {
      display: table-cell;
      text-align: left;
      padding-right: 10px;
      vertical-align: baseline; }
    .opc .section .step-title .number {
      width: 1em;
      font-size: 2em;
      font-weight: bold; }
    .opc .section .step-title a {
      display: none;
      width: 1px;
      text-align: right;
      padding-right: 0;
      white-space: nowrap; }
      .opc .section .step-title a:before {
        margin-right: 10px; }
  .opc .section .buttons-set .button {
    float: right; }
  .opc .section .buttons-set .please-wait {
    clear: both;
    display: block;
    text-align: right;
    margin-top: 10px; }
  .opc .section.allow .step-title {
    color: #ffc833; }
    .opc .section.allow .step-title a {
      display: table-cell; }
  .opc .section.active .step-title {
    color: #252525; }
    .opc .section.active .step-title a {
      display: none; }

.opc .cart-price {
  display: inline; }

@media only screen and (max-width: 36.25em) {
  .opc .section .buttons-set .button {
    float: none; } }

input.cvv {
  width: 4em; }

.gift-messages-form ol {
  margin-top: 25px; }

.gift-messages-form .item {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .gift-messages-form .item > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .gift-messages-form .item > *:first-child {
      width: 15%;
      margin-left: -1px; }
      .gift-messages-form .item > *:first-child + * {
        width: 85%; }

@media only screen and (max-width: 64em) {
  .gift-messages-form .item {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -12.5px 0 -12.5px; }
    .gift-messages-form .item > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 12.5px;
      vertical-align: top; }
      .gift-messages-form .item > *:first-child {
        width: 25%;
        margin-left: -1px; }
        .gift-messages-form .item > *:first-child + * {
          width: 75%; } }

@media only screen and (max-width: 30em) {
  .gift-messages-form .item {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    .gift-messages-form .item > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      .gift-messages-form .item > *:first-child {
        width: 100%;
        margin-left: -1px; }
        .gift-messages-form .item > *:first-child + * {
          width: 100%; }
    .gift-messages-form .item .product-image {
      width: 100px; } }

.address-information .billing_address ul li#password_section_id {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: center; }
  .address-information .billing_address ul li#password_section_id .two-fields {
    width: 46%;
    display: inline-block;
    float: none;
    padding: 0 1%;
    text-align: left; }

.form-list {
  margin-bottom: 25px; }
  .form-list li {
    max-width: 85%;
    margin-top: 1em; }
    .form-list li.wide {
      max-width: none; }
  .form-list li.fields {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -12.5px 0 -12.5px; }
    .form-list li.fields > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 12.5px;
      vertical-align: top; }
      .form-list li.fields > *:first-child {
        width: 50%;
        margin-left: -1px; }
        .form-list li.fields > *:first-child + * {
          width: 49.5%; }
    .form-list li.fields .customer-name {
      width: 100%;
      padding: 0;
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -12.5px 0 -12.5px;
      margin: 0; }
      .form-list li.fields .customer-name > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 12.5px;
        vertical-align: top; }
        .form-list li.fields .customer-name > *:first-child {
          width: 50%;
          margin-left: -1px; }
          .form-list li.fields .customer-name > *:first-child + * {
            width: 49.5%; }
  .form-list label.required em {
    color: red;
    margin-right: 5px; }
  .form-list .validation-advice {
    margin-top: 5px;
    color: red;
    font-size: 0.875em; }
  .form-list .input-box {
    margin-bottom: 25px; }
    .form-list .input-box .v-fix {
      display: inline-block; }
  .form-list .control {
    margin-bottom: 25px; }
    .form-list .control + .control {
      margin-top: -10px; }
    .form-list .control .input-box, .form-list .control label {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: top; }

input {
  border-radius: 0; }
  @media only screen and (max-width: 36.25em) {
    input li {
      max-width: none; }
    input li.fields {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px; }
      input li.fields > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 5px;
        vertical-align: top; }
        input li.fields > *:first-child {
          width: 100%;
          margin-left: -1px; }
          input li.fields > *:first-child + * {
            width: 100%; }
      input li.fields .customer-name {
        width: 100%;
        padding: 0;
        font-size: 0;
        word-spacing: 0;
        line-height: 0;
        margin: 0 -5px 0 -5px;
        margin: 0; }
        input li.fields .customer-name > * {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 13px;
          line-height: 1.3;
          word-spacing: normal;
          padding: 0 5px;
          vertical-align: top; }
          input li.fields .customer-name > *:first-child {
            width: 100%;
            margin-left: -1px; }
            input li.fields .customer-name > *:first-child + * {
              width: 100%; }
    input .input-box {
      margin-bottom: 10px; } }

.link-element {
  display: block;
  height: 23em;
  position: relative;
  background-color: #f4f4f4; }
  .catalog-category-view .link-element {
    height: 16em; }
  .link-element .titles {
    width: 100%;
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6); }
    .link-element .titles h5 {
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 0.2em; }
    .link-element .titles h3 {
      color: white;
      font-size: 1.615em;
      font-weight: bold;
      margin: 0; }
  .link-element:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffc833; }
  .link-element:hover .titles {
    padding: 1.4em 1em;
    background: rgba(0, 0, 0, 0.75); }
  .link-element:hover:before {
    opacity: 0.45; }
  @media only screen and (max-width: 36.25em) {
    .link-element {
      height: 20em; } }

.loading {
  position: relative; }
  .loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8) url(../../images/opc-ajax-loader.gif) center center no-repeat;
    z-index: 1; }

.messages {
  margin-bottom: 25px; }
  .messages li li {
    padding: 10px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    margin-bottom: 10px; }
  .messages .success-msg li {
    border-color: green;
    background-color: #e6ffe6; }
  .messages .error-msg li {
    border-color: red;
    background-color: #ffcccc; }
  .messages a {
    color: #000;
    text-decoration: underline; }

.global-site-notice {
  padding-top: 10px;
  background: #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }
  .global-site-notice p {
    margin-bottom: 10px; }

.block-subscribe .input-box {
  position: relative;
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 0 0 0; }
  .block-subscribe .input-box > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 0;
    vertical-align: top; }
    .block-subscribe .input-box > *:first-child {
      width: 75%;
      margin-left: -1px; }
      .block-subscribe .input-box > *:first-child + * {
        width: 25%; }
  .block-subscribe .input-box input {
    padding: 10px;
    font-size: 14px;
    font-size: 0.85rem; }
  .block-subscribe .input-box .button {
    padding: 0.750em 0.625em;
    font-size: 14px;
    font-size: 0.85rem;
    padding: 11px;
    line-height: normal; }
  .block-subscribe .input-box .validation-advice {
    position: absolute;
    color: red;
    width: 100%;
    bottom: -2em;
    left: 0; }

.monkey-additional-lists label {
  display: inline; }

@media only screen and (max-width: 50em) {
  .block-subscribe {
    padding: 25px 0 0 0; }
    .block-subscribe .input-box {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 0 0 0; }
      .block-subscribe .input-box > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 0;
        vertical-align: top; }
        .block-subscribe .input-box > *:first-child {
          width: 65%;
          margin-left: -1px; }
          .block-subscribe .input-box > *:first-child + * {
            width: 34%; } }

.window-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(70, 70, 70, 0.2);
  z-index: 99; }

.remember-me-popup, .tool-tip {
  position: fixed;
  z-index: 100;
  top: 25% !important;
  left: 25%;
  background: white;
  width: 50%;
  max-height: 50%;
  padding: 25px; }
  .remember-me-popup .remember-me-popup-head, .remember-me-popup .btn-close, .tool-tip .remember-me-popup-head, .tool-tip .btn-close {
    padding-right: 2em;
    position: relative; }
    .remember-me-popup .remember-me-popup-head .remember-me-popup-close, .remember-me-popup .remember-me-popup-head a, .remember-me-popup .btn-close .remember-me-popup-close, .remember-me-popup .btn-close a, .tool-tip .remember-me-popup-head .remember-me-popup-close, .tool-tip .remember-me-popup-head a, .tool-tip .btn-close .remember-me-popup-close, .tool-tip .btn-close a {
      position: absolute;
      top: 0;
      right: 0;
      width: 1em;
      overflow: hidden;
      white-space: nowrap; }
      .remember-me-popup .remember-me-popup-head .remember-me-popup-close:before, .remember-me-popup .remember-me-popup-head a:before, .remember-me-popup .btn-close .remember-me-popup-close:before, .remember-me-popup .btn-close a:before, .tool-tip .remember-me-popup-head .remember-me-popup-close:before, .tool-tip .remember-me-popup-head a:before, .tool-tip .btn-close .remember-me-popup-close:before, .tool-tip .btn-close a:before {
        display: inline-block;
        width: 1em;
        text-align: center; }
  .remember-me-popup .remember-me-popup-body .remember-me-popup-close-button, .remember-me-popup .tool-tip-content .remember-me-popup-close-button, .tool-tip .remember-me-popup-body .remember-me-popup-close-button, .tool-tip .tool-tip-content .remember-me-popup-close-button {
    text-align: right; }
  @media only screen and (max-width: 50em) {
    .remember-me-popup, .tool-tip {
      left: 25px;
      right: 25px;
      width: auto; } }

.tool-tip {
  outline: 1000em solid rgba(70, 70, 70, 0.2); }
  .tool-tip .btn-close {
    margin-bottom: 25px;
    height: 1em; }

.product-image img {
  display: block;
  width: 100%;
  height: auto; }

.product-head {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -25px 0 -25px; }
  .product-head > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 25px;
    vertical-align: top; }
    .product-head > *:first-child {
      width: 50%;
      margin-left: -1px; }
      .product-head > *:first-child + * {
        width: 50%; }
  .product-head .product-images {
    text-align: center; }
    .product-head .product-images .main {
      padding: 0.769em;
      position: relative;
      border: 4px solid #f4f4f4; }
      .product-head .product-images .main span {
        color: #464646;
        font-size: 0.85em;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0.909em;
        left: 0.909em;
        z-index: 1; }
        .product-head .product-images .main span .fa, .product-head .product-images .main span .buttons-set .back-link a small:before, .buttons-set .back-link a .product-head .product-images .main span small:before {
          font-size: 1.4em;
          padding: 0.1em 0 0 0.4em; }
        .touchevents .product-head .product-images .main span {
          display: none; }
      .product-head .product-images .main .zoomImg {
        z-index: 2; }
    .product-head .product-images .more-views {
      text-align: left; }
      .product-head .product-images .more-views ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        cursor: pointer;
        margin: 1.1em 0.769em 0 0;
        border: 2px solid #f4f4f4; }
        .product-head .product-images .more-views ul li:hover {
          border-color: #ffc833; }
        .product-head .product-images .more-views ul li.active {
          border-color: #808080; }
  .product-head .product-shop h1, .product-head .product-shop h2, .product-head .product-shop h3, .product-head .product-shop p {
    margin: 0;
    padding: 0.5em 0; }
  .product-head .product-shop span.-new,
  .product-head .product-shop span.-promo {
    display: none;
    margin-bottom: 0.5em; }
  .product-head .product-shop.new_tag span.-new {
    display: block;
    color: #ffc833; }
  .product-head .product-shop.promotion_tag span.-promo {
    display: block;
    color: #c30000; }
  .product-head .product-shop header {
    padding: 0 0 1.3em;
    margin: 0 0 1.6em;
    border-bottom: 3px solid #ffc833; }
    .product-head .product-shop header .product-name {
      font-size: 1.538em;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0; }
    .product-head .product-shop header .product-sku {
      display: block;
      padding: 0 0 0.3em; }
    .product-head .product-shop header .socials {
      float: right;
      margin: 0 0 0 1em;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle; }
      .product-head .product-shop header .socials:before {
        content: "";
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 100%;
        width: 0;
        vertical-align: middle;
        margin-right: -0.001em; }
      .product-head .product-shop header .socials > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle; }
      .product-head .product-shop header .socials li {
        margin-left: 0.8em; }
        .product-head .product-shop header .socials li a {
          display: block;
          color: #808080;
          font-size: 1.538em; }
          .product-head .product-shop header .socials li a:hover {
            color: #ffc833; }
  .product-head .product-shop .price-box {
    font-size: 2.308em;
    font-weight: bold;
    padding: 0.833em 0 1.333em; }
    .product-head .product-shop .price-box.msrp {
      font-size: 1em;
      margin: -0.769em 0 0.769em; }
    .product-head .product-shop .price-box .price.-old_price {
      text-decoration: line-through;
      padding-right: 0.4em;
      opacity: 0.7;
	  color: #FFC833;
	  ;
	}
	
    .product-head .product-shop .price-box .price.-on_sale {
		color:#f15050 !important;
	  }
  .product-head .product-shop .tier-prices.product-pricing {
    margin: -2.692em 0 3.077em; }
  .product-head .product-shop .add-to-cart {
    padding: 0 0 2em; }
    .product-head .product-shop .add-to-cart .wrapper-qty {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      margin-right: 2em; }
      .product-head .product-shop .add-to-cart .wrapper-qty:before {
        content: "";
        /*display: inline-block;*/
        *display: inline;
        zoom: 1;
        height: 100%;
        width: 0;
        vertical-align: middle;
        margin-right: -0.001em; }
      .product-head .product-shop .add-to-cart .wrapper-qty > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle; }
      .product-head .product-shop .add-to-cart .wrapper-qty label {
        font-weight: bold;
        margin: 0 0.5em 0 0; }
      .product-head .product-shop .add-to-cart .wrapper-qty input {
        width: 3.8em;
        text-align: center;
        padding: 0; }
    .product-head .product-shop .add-to-cart .button {
      display: inline-block;
      width: auto; }
  .product-head .product-shop .add-to-links li {
    display: inline; }
  .product-head .comp-info {
    border-radius: 5px;
    color: #0b0b0b;
    background: radial-gradient(#fe7500, #d62525);
    border: #ffc833 solid 2px;
    font-weight: 800;
    padding: 1.25em 1.875em;
    text-align: center;
    max-width: 27em;
    line-height: 1.25em;
    margin-bottom: 1.25em; }
  @media only screen and (max-width: 50em) {
    .product-head {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px; }
      .product-head > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        padding: 0 5px;
        vertical-align: top; }
        .product-head > *:first-child {
          width: 100%;
          margin-left: -1px; }
          .product-head > *:first-child + * {
            width: 100%; }
      .product-head .product-shop {
        padding-top: 2.308em;
        padding-bottom: 2.308em; } }
  @media only screen and (max-width: 36.25em) {
    .product-head .product-shop .add-to-cart .wrapper-qty {
      margin-right: 0.8em; }
      .product-head .product-shop .add-to-cart .wrapper-qty label {
        margin-right: 0.3em; }
      .product-head .product-shop .add-to-cart .wrapper-qty input {
        width: 3.5em; }
    .product-head .product-shop .add-to-cart .button {
      padding-left: 1.3em;
      padding-right: 1.3em; } }

@media only screen and (max-width: 800px) {
  .product-view .home-tab-carousel .tabs-inner_title {
    width: 100%;
    padding: 0em; }
    .product-view .home-tab-carousel .tabs-inner_title .tabs-titleSingle {
      width: 100%;
      margin: 0em;
      margin-bottom: 0.5em;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      height: auto; } }

@media print {
  .catalog-product-view .page-header {
    display: none; }
  .catalog-product-view .cart {
    display: none; }
  .catalog-product-view .breadcrumbs {
    display: none; }
  .catalog-product-view .page-wrapper {
    padding: 0px !important; }
  .catalog-product-view .add-box {
    display: none; }
  .catalog-product-view .home-section {
    margin: 0px !important;
    padding: 0px !important; }
  .catalog-product-view .product-block {
    display: none; }
  .catalog-product-view .page-footer {
    display: none; } }

.cms-brands .main-content .std dl {
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.cms-marques .main-content .std .content {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -17px 0 -17px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  .cms-marques .main-content .std .content > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    width: 25%;
    padding: 0 17px 34px; }
    .cms-marques .main-content .std .content > *:nth-child(4n-1) {
      margin-left: -1px; }
  .cms-marques .main-content .std .content:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: top;
    margin-right: -0.001em; }
  .cms-marques .main-content .std .content > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
  @media only screen and (max-width: 50em) {
    .cms-marques .main-content .std .content {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -17px 0 -17px; }
      .cms-marques .main-content .std .content > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 33.33%;
        padding: 0 17px 34px; }
        .cms-marques .main-content .std .content > *:nth-child(3n-1) {
          margin-left: -1px; } }
  @media only screen and (max-width: 20em) {
    .cms-marques .main-content .std .content {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -10px 0 -10px; }
      .cms-marques .main-content .std .content > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 50%;
        padding: 0 10px 20px; }
        .cms-marques .main-content .std .content > *:nth-child(2n-1) {
          margin-left: -1px; } }

.amquickview-ajax-view .page-wrapper {
  padding-top: 0 !important;
  min-height: 0; }
  .amquickview-ajax-view .page-wrapper .wrapper, .amquickview-ajax-view .page-wrapper .global-site-notice .notice-inner, .global-site-notice .amquickview-ajax-view .page-wrapper .notice-inner {
    padding: 0 25px; }

.amquickview-ajax-view .product-head {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -5px 0 -5px; }
  .amquickview-ajax-view .product-head > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 5px;
    vertical-align: top; }
    .amquickview-ajax-view .product-head > *:first-child {
      width: 50%;
      margin-left: -1px; }
      .amquickview-ajax-view .product-head > *:first-child + * {
        width: 50%; }

.amquickview-ajax-view .toggle .toggle-title span, .amquickview-ajax-view .toggle .toggle-title:before {
  background-color: #f9f9f9; }

.amquickview-ajax-view aside.cart {
  display: none; }

@media only screen and (max-width: 50em) {
  .amquickview-ajax-view .product-head {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    .amquickview-ajax-view .product-head > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      .amquickview-ajax-view .product-head > *:first-child {
        width: 100%;
        margin-left: -1px; }
        .amquickview-ajax-view .product-head > *:first-child + * {
          width: 100%; } }

ul.promos {
  padding: 0;
  list-style-type: none;
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -5px 0 -5px;
  margin-bottom: 25px; }
  ul.promos > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    width: 25%;
    padding: 0 5px 10px; }
    ul.promos > *:nth-child(4n-1) {
      margin-left: -1px; }
  ul.promos li {
    margin-bottom: 0; }
  @media only screen and (max-width: 80em) {
    ul.promos {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px;
      margin-bottom: 25px; }
      ul.promos > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 50%;
        padding: 0 5px 10px; }
        ul.promos > *:nth-child(2n-1) {
          margin-left: -1px; } }
  @media only screen and (max-width: 36.25em) {
    ul.promos {
      font-size: 0;
      word-spacing: 0;
      line-height: 0;
      margin: 0 -5px 0 -5px;
      margin-bottom: 25px; }
      ul.promos > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 13px;
        line-height: 1.3;
        word-spacing: normal;
        width: 100%;
        padding: 0 5px 10px; }
        ul.promos > *:nth-child(1n-1) {
          margin-left: -1px; } }

.promo-banner {
  text-align: center;
  padding: 1em 0;
  background: #ffc833; }
  .promo-banner .wrapper, .promo-banner .global-site-notice .notice-inner, .global-site-notice .promo-banner .notice-inner {
    position: relative; }
  .promo-banner p {
    font-size: 1.154em;
    margin: 0;
    color: #464646; }
    .promo-banner p strong {
      font-size: 1.25em; }
    .promo-banner p a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #252525;
      font-size: 0.875em;
      opacity: 0.6;
      padding-left: 0.6em; }
      .promo-banner p a:hover {
        opacity: 1; }
  .promo-banner .close-promo {
    color: #252525;
    font-size: 1.25em;
    line-height: 1;
    margin-top: -0.5em;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer; }
    .promo-banner .close-promo:hover {
      opacity: 1; }

.box-reviews .no-rating {
  margin-bottom: 25px; }

.box-reviews .form-add {
  margin: 10px 0; }

.box-reviews .data-table {
  margin: 50px 0; }
  .box-reviews .data-table th .nobr {
    white-space: nowrap; }
  .box-reviews .data-table td {
    text-align: center; }
  .box-reviews .data-table input {
    cursor: pointer; }

.box-reviews .form-list .input-box {
  width: 100%; }
  .box-reviews .form-list .input-box input {
    width: 50%; }

.box-reviews .pager {
  margin: 0; }

.box-reviews dl {
  padding: 10px 0; }
  .box-reviews dl dt {
    padding: 0 0 10px 0; }
  .box-reviews dl dd {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.4em; }
    .box-reviews dl dd table {
      margin: 25px 0;
      border: 1px solid #f4f4f4; }
      .box-reviews dl dd table th {
        background: #f4f4f4;
        text-transform: uppercase;
        white-space: nowrap;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4; }
      .box-reviews dl dd table td {
        text-align: center;
        width: 30%; }

.box-reviews .review-meta {
  font-size: 0.9em;
  font-style: italic;
  color: #464646; }

.product-review {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -12.5px 0 -12.5px; }
  .product-review > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 12.5px;
    vertical-align: top; }
    .product-review > *:first-child {
      width: 40%;
      margin-left: -1px; }
      .product-review > *:first-child + * {
        width: 60%; }
  .product-review .product-details h2 {
    margin: 0; }
  .product-review .product-details dt {
    margin: 25px 0;
    font-size: 0.9em;
    font-style: italic;
    color: #464646; }
  .product-review .product-details dd {
    line-height: 1.4em; }
  .product-review .product-details .buttons-set {
    margin: 25px 0 0 0; }

@media only screen and (max-width: 64em) {
  .product-review {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    .product-review > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      .product-review > *:first-child {
        width: 50%;
        margin-left: -1px; }
        .product-review > *:first-child + * {
          width: 50%; } }

@media only screen and (max-width: 50em) {
  .product-review {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 -5px 0 -5px; }
    .product-review > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 5px;
      vertical-align: top; }
      .product-review > *:first-child {
        width: 100%;
        margin-left: -1px; }
        .product-review > *:first-child + * {
          width: 100%; }
    .product-review .product-details {
      padding: 25px 0 0 0; }
  .box-reviews {
    padding: 0; }
    .box-reviews dl dd table tr {
      display: table-row;
      padding: 0; }
    .box-reviews dl dd table th, .box-reviews dl dd table td {
      border-right: none;
      display: table-cell; }
    .box-reviews dl dd table td {
      width: 50%;
      text-align: center;
      border-left: 1px solid #f4f4f4; }
    .box-reviews .form-list .input-box input {
      width: 100%; }
    .box-reviews .data-table thead {
      display: table-header-group; }
      .box-reviews .data-table thead th .nobr {
        white-space: normal; }
        .box-reviews .data-table thead th .nobr span {
          display: none; }
    .box-reviews .data-table tr {
      display: table-row; }
    .box-reviews .data-table td, .box-reviews .data-table th {
      display: table-cell; } }

@media only screen and (max-width: 30em) {
  .box-reviews dl dd table tr {
    display: block; }
    .box-reviews dl dd table tr td, .box-reviews dl dd table tr th {
      display: block;
      border-left: none;
      text-align: center;
      width: 100%; } }

.related-products {
  margin: 0; }
  .related-products .wrapper-related-products-slider {
    padding: 1.538em 0; }
  .related-products section.home-section .tabs-title {
    background-color: #f3f3f3; }
  .related-products section.home-section .tabs-content {
    background-color: #f3f3f3; }

.scroll-top {
  display: block;
  width: 2.222em;
  height: 2.222em;
  color: white;
  font-size: 1.385em;
  line-height: 0;
  text-align: center;
  padding: 0.55em 0 0;
  position: fixed;
  bottom: -2.222em;
  right: 1.111em;
  z-index: 9;
  background: #ffc833;
  opacity: 0;
  -webkit-transition: all 0.3s, bottom 0.5s;
  transition: all 0.3s, bottom 0.5s; }
  .scroll-top:hover {
    color: white;
    background: #808080; }
  .scroll-top.-show {
    opacity: 1;
    bottom: 1.111em; }

#search_mini_form {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0.462em 0 0.462em 0.8em;
  position: relative;
  background: white; }
  #search_mini_form:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-right: -0.001em; }
  #search_mini_form > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  #search_mini_form [type=text] {
    width: 12.083em;
    height: 2.333em;
    color: #464646;
    font-size: 0.923em;
    padding: 0 0.750em;
    background: white;
    border: none; }
  #search_mini_form [type=submit] {
    width: 1.556em;
    min-width: 0;
    color: #ffc833;
    font-size: 1.385em;
    line-height: 0;
    font-family: FontAwesome;
    text-align: center;
    padding: 0;
    margin: 0;
    background: white;
    border: none; }
    #search_mini_form [type=submit]:before {
      display: none; }
    #search_mini_form [type=submit]:hover {
      color: #464646;
      background: #ffc833; }
    #search_mini_form [type=submit] .fa, #search_mini_form [type=submit] .buttons-set .back-link a small:before, .buttons-set .back-link a #search_mini_form [type=submit] small:before {
      font-size: 1em; }

.advanced-search ul {
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -10px 0 -10px; }
  .advanced-search ul > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    width: 50%;
    padding: 0 10px 20px; }
    .advanced-search ul > *:nth-child(2n-1) {
      margin-left: -1px; }
  .advanced-search ul li {
    vertical-align: top;
    margin: 10px 0; }
    .advanced-search ul li .input-range > * {
      display: inline-block;
      width: auto;
      max-width: 25%; }
    .advanced-search ul li small {
      text-align: center;
      padding: 0.75em 0 0 0; }
    .advanced-search ul li .input-box {
      margin: 0; }

@media only screen and (max-width: 50em) {
  .advanced-search ul {
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 0 0 0; }
    .advanced-search ul > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      width: 100%;
      padding: 0 0 0; }
      .advanced-search ul > *:nth-child(1n-1) {
        margin-left: -1px; } }

.sidebar .amshopby-advanced {
  margin: 0 -16px; }
  .sidebar .amshopby-advanced li {
    padding: 0;
    margin: 0;
    position: relative; }
    .sidebar .amshopby-advanced li.level1, .sidebar .amshopby-advanced li.level2, .sidebar .amshopby-advanced li.level3, .sidebar .amshopby-advanced li.level4 {
      padding-left: 0; }
      .sidebar .amshopby-advanced li.level1 ol, .sidebar .amshopby-advanced li.level2 ol, .sidebar .amshopby-advanced li.level3 ol, .sidebar .amshopby-advanced li.level4 ol {
        display: none;
        padding: 7px 0 7px 15px;
        background: rgba(255, 255, 255, 0.4); }
        .sidebar .amshopby-advanced li.level1 ol ol, .sidebar .amshopby-advanced li.level2 ol ol, .sidebar .amshopby-advanced li.level3 ol ol, .sidebar .amshopby-advanced li.level4 ol ol {
          padding: 0;
          margin: 7px 0 7px 10px;
          background: none;
          border-left: 1px solid #b3b3b3; }
          .sidebar .amshopby-advanced li.level1 ol ol a, .sidebar .amshopby-advanced li.level2 ol ol a, .sidebar .amshopby-advanced li.level3 ol ol a, .sidebar .amshopby-advanced li.level4 ol ol a {
            padding-left: 15px; }
    .sidebar .amshopby-advanced li.level1 {
      border-left: 6px solid #f4f4f4; }
    .sidebar .amshopby-advanced li a {
      float: none;
      display: block;
      color: #464646;
      padding: 6px 30px 6px 10px; }
      .sidebar .amshopby-advanced li a:hover {
        color: white;
        background: #ffc833; }
      .sidebar .amshopby-advanced li a .count {
        opacity: 0.65; }
    .sidebar .amshopby-advanced li.active > a {
      color: #252525;
      background: white; }
    .sidebar .amshopby-advanced li.level0 > a {
      border-left: 6px solid #f4f4f4; }
    .sidebar .amshopby-advanced li.level0 > .toggle-subcategory {
      display: none; }
    .sidebar .amshopby-advanced li.level1.parent-opened {
      background: rgba(0, 0, 0, 0.1); }
    .sidebar .amshopby-advanced li.expanded .toggle-subcategory {
      width: 28px;
      height: 28px;
      font-size: 1.1em;
      line-height: 28px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      cursor: pointer; }
      .sidebar .amshopby-advanced li.expanded .toggle-subcategory:hover {
        color: white;
        background: #ffc833; }
      .sidebar .amshopby-advanced li.expanded .toggle-subcategory:before {
        content: "+"; }
      .sidebar .amshopby-advanced li.expanded .toggle-subcategory.opened:before {
        content: "-"; }

@media only screen and (max-width: 50em) {
  .catalog-category-view .sidebar .block .block-content {
    display: block; }
    .catalog-category-view .sidebar .block .block-content dl dt {
      padding: 10px;
      border-bottom: 1px solid #f4f4f4;
      font-size: 1em;
      text-transform: uppercase;
      background: #808080;
      color: #fff;
      cursor: pointer; }
      .catalog-category-view .sidebar .block .block-content dl dt.last {
        border-bottom: none; }
    .catalog-category-view .sidebar .block .block-content dd {
      padding: 15px; }
      .catalog-category-view .sidebar .block .block-content dd li {
        margin: 0; }
        .catalog-category-view .sidebar .block .block-content dd li.amshopby-advanced {
          margin: 0 -15px; } }

.wrapper-bxslider {
  display: block;
  padding: 0 4.615em;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 36.25em) {
    .wrapper-bxslider {
      padding: 0 3.6em; } }

.bx-wrapper ul {
  margin: 0; }

.bx-wrapper .bx-controls-direction a {
  width: 2.308em;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  background: #464646;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }
  .bx-wrapper .bx-controls-direction a:before {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-right: -0.001em; }
  .bx-wrapper .bx-controls-direction a > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  .bx-wrapper .bx-controls-direction a .fa, .bx-wrapper .bx-controls-direction .buttons-set .back-link a small:before, .buttons-set .back-link .bx-wrapper .bx-controls-direction a small:before {
    font-size: 1.9em; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    padding-left: 0.3em;
    left: auto;
    right: 0; }
  .bx-wrapper .bx-controls-direction a:hover {
    color: white;
    background: #ffc833; }
  .bx-wrapper .bx-controls-direction a.disabled {
    background: #808080;
    color: #f4f4f4;
    opacity: 0.2; }

table {
  background: white;
  width: 100%;
  margin-bottom: 25px; }
  table caption {
    background: #f4f4f4;
    color: #464646;
    font-size: 0.9em; }
  table thead {
    background: #f4f4f4; }
    table thead tr th,
    table thead tr td {
      padding: 10px;
      font-size: 0.9em;
      font-weight: bold;
      color: #464646;
      vertical-align: middle;
      border-left: none;
      border-top: none; }
  table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
    border-top: none; }
  table tbody:first-child tr th:first-child, table tbody:first-child tr td:first-child {
    padding-left: 0; }
  table tbody:first-child tr th:last-child, table tbody:first-child tr th.last, table tbody:first-child tr td:last-child, table tbody:first-child tr td.last {
    padding-right: 0; }
  table tfoot {
    background: #f4f4f4; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 10px;
      font-weight: bold;
      color: #464646; }
  table tr th,
  table tr td {
    padding: 10px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #f4f4f4; }
    table tr th *:last-child,
    table tr td *:last-child {
      margin-bottom: 0; }
  table .a-center {
    text-align: center; }
  table .a-right {
    text-align: right; }
  table .a-left {
    text-align: left; }
  @media only screen and (max-width: 50em) {
    table thead {
      display: none; }
    table tbody tr td {
      padding-left: 0;
      padding-right: 0; }
    table tr {
      border-top: 1px solid #f4f4f4;
      display: block;
      padding: 10px 0; }
      table tr:first-child {
        border-top: none; }
      table tr th, table tr td {
        display: block;
        border-top: none; }
        table tr th[data-th]:before, table tr td[data-th]:before {
          content: attr(data-th) " :";
          display: inline-block;
          font-weight: bold;
          margin-right: 10px;
          margin-bottom: 5px; }
    table .a-center, table .a-right, table .a-left {
      text-align: left; } }

.toggle {
  padding: 0.5em 0; }
  .toggle .toggle-title {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .toggle .toggle-title span {
      padding-right: 10px;
      background: white; }
    .toggle .toggle-title:before {
      content: "\f067";
      color: #ffc833;
      font-size: 0.9em;
      font-family: 'FontAwesome';
      line-height: 1;
      padding-left: 10px;
      margin-top: -0.5em;
      position: absolute;
      top: 50%;
      right: 0;
      background: white; }
    .toggle .toggle-title:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      background: #f4f4f4; }
    .toggle .toggle-title.active:before {
      content: "\f068"; }
    .toggle .toggle-title:hover {
      color: #252525; }
      .toggle .toggle-title:hover:before {
        color: #252525; }
      .toggle .toggle-title:hover:after {
        background-color: silver; }
  .toggle .toggle-content {
    display: none;
    padding: 1em 1em 0; }

.toolbar, .pager {
  color: #464646;
  padding: 0 0 25px; }
  .toolbar .pager, .pager .pager {
    float: right;
    margin-bottom: 0;
    border: none;
    border: none;
    padding: 0; }
  @media only screen and (max-width: 36.25em) {
    .toolbar, .pager {
      font-size: 11px;
      padding-bottom: 2em; } }

.toolbar-bottom .toolbar {
  padding: 25px 0 0;
  border-top: 2px solid #f4f4f4; }
  @media only screen and (max-width: 36.25em) {
    .toolbar-bottom .toolbar {
      padding-top: 2em; } }

.sorter label, .pager label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px; }

.sorter select, .sorter input, .pager select, .pager input {
  width: auto;
  min-width: 4em; }

.col3-layout .sorter, .col3-layout .pager {
  width: 100%;
  text-align: center; }

.sorter {
  float: left; }
  .sorter > .sort-by {
    display: inline-block; }
    .sorter > .sort-by a {
      padding-left: 0.25em; }
      .sorter > .sort-by a:hover {
        color: #464646; }
  .sorter > .view-mode {
    display: none;
    margin-right: 10px;
    margin-bottom: 0; }
    .sorter > .view-mode strong {
      font-weight: normal; }
    .sorter > .view-mode strong, .sorter > .view-mode a {
      margin-right: 5px;
      line-height: 2.375em; }
  .col3-layout .sorter .view-mode {
    float: right;
    margin-right: 0; }
    .col3-layout .sorter .view-mode strong, .col3-layout .sorter .view-mode a {
      margin-right: 5px; }
  .col3-layout .sorter .sort-by {
    float: left; }
  .toolbar-bottom .sorter {
    display: none; }

.pager {
  text-align: right; }
  .pager .amount {
    display: none;
    line-height: 2.231em;
    margin: 0; }
    .pager .amount strong {
      font-weight: normal; }
  .pager .limiter {
    display: inline-block;
    vertical-align: middle; }
  .pager .pages {
    display: none;
    vertical-align: middle;
    text-align: left; }
    .pager .pages strong {
      display: none; }
    .pager .pages ol {
      margin-bottom: 0;
      display: inline-block; }
    .pager .pages li {
      display: inline-block; }
    .pager .pages a, .pager .pages .current {
      display: block;
      text-align: center;
      font-size: 0.9em;
      width: 2.2em;
      line-height: 2.564em; }
      .pager .pages a:hover, .pager .pages .current:hover {
        color: white;
        background: #808080; }
      .pager .pages a.next, .pager .pages a.previous, .pager .pages .current.next, .pager .pages .current.previous {
        width: auto; }
        .pager .pages a.next:hover, .pager .pages a.previous:hover, .pager .pages .current.next:hover, .pager .pages .current.previous:hover {
          color: #464646;
          background: none; }
    .pager .pages .current, .pager .pages .current:hover {
      color: white;
      background: #ffc833; }
  .toolbar-bottom .pager {
    float: none; }
    .toolbar-bottom .pager .amount {
      float: left;
      display: block; }
    .toolbar-bottom .pager .limiter {
      display: none; }
    .toolbar-bottom .pager .pages {
      float: right;
      display: block; }
  .col3-layout .pager {
    margin-top: 10px; }
    .col3-layout .pager .amount {
      float: left; }
    .col3-layout .pager .limiter {
      float: right;
      margin-right: 0; }
  @media only screen and (max-width: 36.25em) {
    .toolbar-bottom .pager .amount {
      display: none; } }

.truncated {
  position: relative;
  display: inline-block; }
  .truncated .details {
    cursor: help;
    display: inline-block;
    white-space: nowrap; }
    .truncated .details .fa, .truncated .details .buttons-set .back-link a small:before, .buttons-set .back-link a .truncated .details small:before {
      margin-left: 10px; }
  .truncated .item-options {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 270px;
    margin-left: -135px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    margin-top: 10px;
    z-index: 1;
    text-align: left;
    font-size: 0.9em; }
    .truncated .item-options:before, .truncated .item-options:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 10px solid #f4f4f4;
      border-top: none;
      left: 50%;
      top: -10px;
      margin-left: -10px; }
    .truncated .item-options:after {
      border-bottom-color: #f4f4f4;
      top: -8px; }
    .truncated .item-options p {
      margin-bottom: 5px; }
  .truncated dl {
    margin-bottom: 5px; }
    .truncated dl dt:after {
      content: ":"; }
  .truncated:hover .item-options {
    display: block; }
  aside.cart .truncated .item-options {
    left: 0;
    margin-left: 0;
    width: 260px; }
    aside.cart .truncated .item-options:before, aside.cart .truncated .item-options:after {
      left: 25px; }
    aside.cart .truncated .item-options dt {
      font-weight: bold;
      display: inline-block; }
    aside.cart .truncated .item-options dd {
      display: inline-block; }
  @media only screen and (max-width: 50em) {
    .truncated .details {
      padding: 10px 0; }
    .truncated .item-options {
      left: 0;
      margin-left: 0; }
      .truncated .item-options:before, .truncated .item-options:after {
        left: 25px; } }

.my-wishlist .buttons-set2 {
  padding: 10px;
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 25px;
  text-align: right; }
  .my-wishlist .buttons-set2 .button {
    float: none;
    margin-top: 0; }
    .my-wishlist .buttons-set2 .button[type="submit"] {
      float: none; }
    .my-wishlist .buttons-set2 .button .fa, .my-wishlist .buttons-set2 .button .buttons-set .back-link a small:before, .buttons-set .back-link a .my-wishlist .buttons-set2 .button small:before {
      margin-right: 5px; }

.my-wishlist .btn-cart .fa-shopping-cart {
  margin-top: -4px; }

.my-wishlist .data-table {
  margin-bottom: 0; }
  .my-wishlist .data-table tbody tr td {
    vertical-align: top; }
  .my-wishlist .data-table .customer-wishlist-item-image {
    width: 15%; }
  .my-wishlist .data-table .customer-wishlist-item-info .product-name {
    margin-bottom: 10px; }
  .my-wishlist .data-table .customer-wishlist-item-info .description {
    margin-bottom: 10px; }
  .my-wishlist .data-table .customer-wishlist-item-info .item-manage {
    margin-top: 10px;
    text-align: right; }
    .my-wishlist .data-table .customer-wishlist-item-info .item-manage .button {
      padding-top: 5px;
      padding-bottom: 5px; }
  .my-wishlist .data-table .customer-wishlist-item-quantity {
    width: 10%;
    text-align: center; }
    .my-wishlist .data-table .customer-wishlist-item-quantity .qty {
      text-align: center; }
  .my-wishlist .data-table .customer-wishlist-item-price {
    width: 15%;
    text-align: center; }
    .my-wishlist .data-table .customer-wishlist-item-price .price-box .-old_price {
      text-decoration: line-through; }
  .my-wishlist .data-table .customer-wishlist-item-cart {
    width: 10%;
    text-align: center; }
    .my-wishlist .data-table .customer-wishlist-item-cart .cart-cell, .my-wishlist .data-table .customer-wishlist-item-cart .btn-cart {
      margin-bottom: 10px; }
      .my-wishlist .data-table .customer-wishlist-item-cart .cart-cell .btn-cart, .my-wishlist .data-table .customer-wishlist-item-cart .btn-cart .btn-cart {
        margin-bottom: 0; }
    .my-wishlist .data-table .customer-wishlist-item-cart .button {
      white-space: nowrap; }
      .my-wishlist .data-table .customer-wishlist-item-cart .button .fa, .my-wishlist .data-table .customer-wishlist-item-cart .button .buttons-set .back-link a small:before, .buttons-set .back-link a .my-wishlist .data-table .customer-wishlist-item-cart .button small:before {
        margin-right: 5px; }
  .my-wishlist .data-table .customer-wishlist-item-remove {
    width: 10%;
    text-align: center; }
    .my-wishlist .data-table .customer-wishlist-item-remove .btn-remove {
      margin-left: 10px; }

@media only screen and (max-width: 64em) {
  .my-wishlist .wishlist-table .customer-wishlist-item-image {
    display: none; }
  .my-wishlist .wishlist-table .customer-wishlist-item-remove .link-edit,
  .my-wishlist .wishlist-table .customer-wishlist-item-remove .btn-remove {
    font-size: 1.25em; } }

@media only screen and (max-width: 50em) {
  .my-wishlist .wishlist-table .customer-wishlist-item-image {
    display: block;
    padding-right: 25px;
    float: left;
    width: 25%; }
    .my-wishlist .wishlist-table .customer-wishlist-item-image:before {
      content: none; }
  .my-wishlist .wishlist-table .customer-wishlist-item-info {
    display: block;
    width: 100%; }
    .my-wishlist .wishlist-table .customer-wishlist-item-info:before {
      content: none; }
    .my-wishlist .wishlist-table .customer-wishlist-item-info .item-manage .button {
      padding-top: 10px;
      padding-bottom: 10px; }
  .my-wishlist .wishlist-table .customer-wishlist-item-quantity,
  .my-wishlist .wishlist-table .customer-wishlist-item-price,
  .my-wishlist .wishlist-table .customer-wishlist-item-cart {
    width: auto;
    text-align: left;
    padding: 0.3125em 0 0.3125em 25%; }
    .my-wishlist .wishlist-table .customer-wishlist-item-quantity:before,
    .my-wishlist .wishlist-table .customer-wishlist-item-quantity .cart-cell,
    .my-wishlist .wishlist-table .customer-wishlist-item-price:before,
    .my-wishlist .wishlist-table .customer-wishlist-item-price .cart-cell,
    .my-wishlist .wishlist-table .customer-wishlist-item-cart:before,
    .my-wishlist .wishlist-table .customer-wishlist-item-cart .cart-cell {
      display: inline-block; }
      .my-wishlist .wishlist-table .customer-wishlist-item-quantity:before .qty,
      .my-wishlist .wishlist-table .customer-wishlist-item-quantity .cart-cell .qty,
      .my-wishlist .wishlist-table .customer-wishlist-item-price:before .qty,
      .my-wishlist .wishlist-table .customer-wishlist-item-price .cart-cell .qty,
      .my-wishlist .wishlist-table .customer-wishlist-item-cart:before .qty,
      .my-wishlist .wishlist-table .customer-wishlist-item-cart .cart-cell .qty {
        display: block;
        width: 4em;
        height: 2em;
        line-height: 2em; }
  .my-wishlist .wishlist-table .customer-wishlist-item-cart .cart-cell .button {
    width: 100%; }
  .my-wishlist .wishlist-table .customer-wishlist-item-remove {
    text-align: right;
    width: auto;
    padding: 0px; }
    .my-wishlist .wishlist-table .customer-wishlist-item-remove:before {
      content: none; }
    .my-wishlist .wishlist-table .customer-wishlist-item-remove .link-edit {
      margin-top: -10px; }
    .my-wishlist .wishlist-table .customer-wishlist-item-remove .link-edit,
    .my-wishlist .wishlist-table .customer-wishlist-item-remove .btn-remove {
      display: inline-block;
      padding: 10px; }
    .my-wishlist .wishlist-table .customer-wishlist-item-remove .btn-remove {
      margin: 0; } }

@media only screen and (max-width: 30em) {
  .my-wishlist .wishlist-table .customer-wishlist-item-image,
  .my-wishlist .wishlist-table .customer-wishlist-item-info,
  .my-wishlist .wishlist-table .customer-wishlist-item-quantity,
  .my-wishlist .wishlist-table .customer-wishlist-item-price,
  .my-wishlist .wishlist-table .customer-wishlist-item-cart,
  .my-wishlist .wishlist-table .customer-wishlist-item-remove {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    float: none; }
  .my-wishlist .wishlist-table .customer-wishlist-item-image .product-image {
    display: block;
    width: 100px;
    padding-right: 0; }
  .my-wishlist .wishlist-table .customer-wishlist-item-info,
  .my-wishlist .wishlist-table .customer-wishlist-item-quantity,
  .my-wishlist .wishlist-table .customer-wishlist-item-remove {
    padding-top: 0; }
  .my-wishlist .wishlist-table .customer-wishlist-item-remove .link-edit, .my-wishlist .wishlist-table .customer-wishlist-item-remove .btn-remove {
    display: inline-block; } }

.home-blocks {
  font-size: 0;
  padding: 14px 0;
  margin: 0 -14px; }
  .home-blocks .home-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 33.3333%;
    font-size: 13px;
    padding: 14px;
    vertical-align: top; }
    .home-blocks .home-block.-medium {
      width: 66.6666%; }
    .home-blocks .home-block.-big {
      width: 100%; }
  @media only screen and (max-width: 64em) {
    .home-blocks .home-block {
      width: 50%; }
      .home-blocks .home-block.-medium {
        width: 50%; } }
  @media only screen and (max-width: 36.25em) {
    .home-blocks {
      padding: 12px 0;
      margin: 0 -12px; }
      .home-blocks .home-block {
        width: 100% !important;
        padding: 12px; } }

.home_banner {
  color: white;
  text-align: center;
  padding: 4.615em 3% 4.8em;
  margin: 0 0 2em;
  position: relative; }
  .home_banner:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: black; }
  .home_banner .home_banner-image {
    width: 100%;
    height: 100%;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .home_banner .home_banner-text {
    position: relative;
    z-index: 3; }
    .home_banner .home_banner-text h2 {
      color: #ffc833;
      font-size: 2.308em;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0 1.2em; }
    .home_banner .home_banner-text p {
      font-size: 1.308em;
      margin: 0 0 1em; }
    .home_banner .home_banner-text .button {
      margin-top: 2em; }
  @media only screen and (max-width: 36.25em) {
    .home_banner {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }

.home-section header {
  text-align: center;
  padding: 4.231em 0;
  border-top: 0.308em solid #f4f4f4; }
  .home-section header.tabs-title {
    padding: 0 0 3.462em; }
  .home-section header h2 {
    color: #464646;
    font-size: 2.308em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
  .home-section header .tabs-inner_title {
    display: inline-block;
    padding: 0 3.846em;
    position: relative;
    top: -1.538em;
    background: white; }

.home-section .buttons.-centered {
  margin-top: 4.231em; }

.home-section .tabs-content {
  height: 28.308em;
  position: relative; }
  .home-section .tabs-content .tabs-contentSingle {
    width: 100%;
    position: absolute;
    top: 0;
    left: -9999px; }
    .home-section .tabs-content .tabs-contentSingle.-active {
      left: 0px; }

.home-section.home-tab-carousel {
  padding-top: 2em; }
  .home-section.home-tab-carousel .item span.-new,
  .home-section.home-tab-carousel .item span.-promo {
    display: none;
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.5em; }
  .home-section.home-tab-carousel .item.new_tag span.-new {
    display: block;
    color: #fff;
    background-color: #ffc833; }
  .home-section.home-tab-carousel .item.promotion_tag span.-promo {
    display: block;
    color: #fff;
    background-color: #c30000; }

.home-section.home-brands {
  margin: 0 0 6.154em; }
  .home-section.home-brands .amshopby-featured-wrapper {
    text-align: center;
    display: block; }
    .home-section.home-brands .amshopby-featured-wrapper > * {
      padding-bottom: 0;
      display: block; }

.home-section.product-carousel {
  margin-bottom: 0;
  margin-top: 0px; }
  .home-section.product-carousel .tabs-content {
    height: 19.846em; }

@media only screen and (max-width: 36.25em) {
  .home-section header.tabs-title {
    padding-bottom: 3em; }
  .home-section header h2 {
    font-size: 1.7em; }
  .home-section header .tabs-inner_title {
    padding: 0; }
    .home-section header .tabs-inner_title .button {
      margin: 0.215em 0; }
  .home-section .tabs-content {
    height: 21.3em; }
  .home-section.home-brands .buttons.-centered {
    margin-top: 1.731em; }
  .home-section.product-carousel .tabs-content {
    height: 13.100em; } }

.page-contact .columns {
  padding: 25px 0;
  font-size: 0;
  word-spacing: 0;
  line-height: 0;
  margin: 0 -25px 0 -25px; }
  .page-contact .columns > * {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    line-height: 1.3;
    word-spacing: normal;
    padding: 0 25px;
    vertical-align: top; }
    .page-contact .columns > *:first-child {
      width: 50%;
      margin-left: -1px; }
      .page-contact .columns > *:first-child + * {
        width: 50%; }
  .page-contact .columns .columns {
    padding-top: 0; }

.page-contact .google-map {
  display: block;
  width: 100%;
  height: 21.4em; }

@media only screen and (max-width: 50em) {
  .page-contact > .columns {
    padding: 0;
    font-size: 0;
    word-spacing: 0;
    line-height: 0;
    margin: 0 0 0 0; }
    .page-contact > .columns > * {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 13px;
      line-height: 1.3;
      word-spacing: normal;
      padding: 0 0;
      vertical-align: top; }
      .page-contact > .columns > *:first-child {
        width: 100%;
        margin-left: -1px; }
        .page-contact > .columns > *:first-child + * {
          width: 100%; }
  .page-contact .google-map {
    margin-bottom: 4em; } }
@media only screen and (max-width: 64em) { 
.epargne {
	display: block;
	float: none !important;
	text-align: right;
}
}
.item:hover .product-shop .price {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #ffffff;
}
.item:hover .product-shop .price.-old_price {
    color: #ffffff !important;
    text-decoration: line-through;
}

.cms-publicitetv .breadcrumbs {
    display: none;
}

.cms-carte-cadeau .breadcrumbs {
  display: none;
}

.cms-carte-cadeau .zoomImg{
  visibility: hidden;
}

#carte-cadeauTitre{
  text-shadow: 0px 4px 3px rgb(0 0 0 / 9%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

#freebeesLogo{
  background: -webkit-linear-gradient(45deg, #ffc833, #f1c200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 9%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}



@media (min-width: 1000px) {
  #texte_banniere_nouvel_an_Cuisina{
    margin-top: 83px;
  }
}
@media (max-width: 500px) {
  #texte_banniere_nouvel_an_Cuisina{
    margin-top: 120px;
  }
}

#texte_banniere_nouvel_an_Cuisina{
  color:red;
  font-size:1em;
  margin-top:83px;
}
.home-block.icon-circulaire2.-medium{
  background-position-x: 100%;
}

.-medium .link-element{
}



@media only screen and (max-width: 397px) {
  .-medium .link-element{
    /*border: 1px solid red;*/
    background: url('https://cuisina.ca/circulaires/printempsHeaderResponsive.png');
    background-repeat-x: no-repeat;
    background-size: cover;
  }
}



@media only screen and (min-width: 398px) {
  .-medium .link-element {
    /*border: 1px solid green;*/
    background-image:url('https://cuisina.ca/circulaires/printempsHeader.png');
    background-size: cover;
    background-position: center;
    background-color:  green;
  }
}

@media only screen and (min-width: 580px) {
  .-medium .link-element{
    /*border: 1px solid red;*/
    background: url('https://cuisina.ca/circulaires/printempsHeaderResponsive.png');
    background-repeat-x: no-repeat;
    background-size: cover;
  }
}


@media only screen and (min-width: 1025px) {
  .-medium .link-element{
    /*border: 1px solid red;*/
    background: url('https://cuisina.ca/circulaires/printempsHeader.png');
    background-repeat-x: no-repeat;
    background-size: cover;
  }
}






.product-la-nouvelle-carte-fidelite-cuisina .toggle1{
	display: none;
}
.product-la-nouvelle-carte-fidelite-cuisina .product-sku{
	/*display: none !important;*/
}
.product-la-nouvelle-carte-fidelite-cuisina .price-box{
	display: none;
}

.product-la-nouvelle-carte-fidelite-cuisina .add-box{
	display: none;
}

.product-la-nouvelle-carte-fidelite-cuisina .toggle-info1{
	display: none;
}
