/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

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

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

.availability-only {
  color: #df280a;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399cc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ececec;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ececec;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #3399cc;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #f5f5f5;
  font-size: 13px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  background-position: left;
  background-repeat: no-repeat;
}

.global-site-notice .notice-inner .icon-bang {
  color: #ba0d3b;
  font-size: 4em;
}

.global-site-notice p {
  margin-bottom: 0;
}

.global-site-notice a {
  color: #ba0d3b;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

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

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list: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;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #3399cc;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #3399cc;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 1px 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #3399cc;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399cc;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399cc;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

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

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #3399cc;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #3399cc;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3399cc;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3399cc;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3399cc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3399cc;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #3399cc;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399cc;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399cc;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

.wp_block_link {
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 7777777!important;
    background: #000;
    opacity: 0;
    -moz-opacity: 0; /* older Gecko-based browsers */
    filter:alpha(opacity=0); /* For IE6&7 */
}
.wp_block_html {
    position: relative;
    width:100%;
    height:100%;
}
.category-slider {
    margin-bottom: 10px;
}

.sp {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clear: both !important;
}

@charset "UTF-8";@font-face{font-weight:400;font-style:normal;font-family:campuspoint-icon;font-display:swap;src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/campuspoint-icon.eot?f1dfm1);src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/campuspoint-icon.eot?f1dfm1#iefix) format("embedded-opentype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/campuspoint-icon.ttf?f1dfm1) format("truetype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/campuspoint-icon.woff?f1dfm1) format("woff"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/campuspoint-icon.svg?f1dfm1#campuspoint-icon) format("svg")}[class*=" icon-"]::after,[class*=" icon-"]::before,[class^=icon-]::after,[class^=icon-]::before{font-family:campuspoint-icon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon--big::before{font-size:30px;vertical-align:middle;margin-right:.5em}.icon-bullhorn:before{content:""}.icon-arrow-down:before{content:""}.bCarousel-wrapper .back:before,.icon-arrow-left:before{content:""}.bCarousel-wrapper .forward:before,.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-compare:before{content:""}.icon-info:before{content:""}.icon-bang{transform:rotateZ(180deg)}.icon-bang:before{display:block;text-align:right;padding-right:5px;content:""}.icon-search:before{content:""}.icon-shopping-cart:before{content:""}.icon-star:before{content:""}.icon-thumb-down:before{content:""}.icon-thumb-up:before{content:""}.block-account .block-title:before,.icon-user:before{content:""}.icon-facebook:before{content:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/icons/icon_facebook.jpg)}.icon-rss:before{content:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/icons/icon_rss.jpg)}.icon-favorite:before{content:""}.icon-fullscreen:before{content:""}.icon-mail:before{content:""}.icon-play:before{content:""}.icon-print:before{content:""}.icon-quote-66:before{content:""}.icon-quote-99:before{content:""}.icon-life-belt:before{content:""}.icon-badge:before{content:""}.icon-package:before{content:""}.icon-letter:before{content:""}.icon-telephone:before{content:""}.icon-signet:before{content:"";color:#8c8c8c!important;top:0}.icon-signet:after{content:"";margin-left:-1.2119140625em;color:#bb163c;position:absolute;left:1.2119140625em;font-size:30px}@-moz-document url-prefix(){.icon-signet{top:.1em}}.icon-over-2-lines{position:relative;padding-left:21%}.icon-over-2-lines:before{float:left;position:absolute;left:0;top:50%;margin:-.45em 0 0}.block-account li a:before,.block-cms-menu li a:before,.icon-guillemets:before,.list--guillemets li:before,.sidebar__section .accordion__content ul>li:before{font-family:cpsans,sans-serif;content:"»";height:auto;font-size:1.1em!important;margin-right:.5em;line-height:1em}.icon-list-view:before{content:""}.icon-grid-view:before{content:""}.btn-remove:before,.header-minicart .mini-products-list .remove:before,.icon-close:before,.page__header .header-minicart .mini-products-list .remove:before{content:""}.icon-checkmark:before,input[type=checkbox]:checked:before{content:""}.icon-pdf{font-family:campuspoint-icon!important}.icon-pdf .path1,.icon-pdf .path2,.icon-pdf .path3{font-family:inherit!important}.icon-pdf .path1:before{content:"";color:#e2574c}.icon-pdf .path2:before{content:"";margin-left:-.875em;color:#b53629}.icon-pdf .path3:before{content:"";margin-left:-.875em;color:#fff}.icon-share:before{content:""}.icon-eye:before{content:""}@font-face{font-weight:400;font-style:normal;font-family:cpsans;font-display:swap;src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont?f1dfm1);src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont.eot?f1dfm1#iefix) format("embedded-opentype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont.ttf?f1dfm1) format("truetype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont.woff?f1dfm1) format("woff"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont.woff2?f1dfm1) format("woff2"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-light-webfont.svg?f1dfm1#cpsans) format("svg")}@font-face{font-weight:400;font-style:italic;font-family:cpsans;font-display:swap;src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-lightitalic-webfont.eot?f1dfm1);src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-lightitalic-webfont.eot?f1dfm1#iefix) format("embedded-opentype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-lightitalic-webfont.ttf?f1dfm1) format("truetype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-lightitalic-webfont.woff?f1dfm1) format("woff"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/cp-lightitalic-webfont.svg?f1dfm1#cpsans) format("svg")}@font-face{font-weight:700;font-style:normal;font-family:cpsans;font-display:swap;src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Bold.eot?f1dfm1);src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Bold.eot?f1dfm1#iefix) format("embedded-opentype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Bold.ttf?f1dfm1) format("truetype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Bold.woff?f1dfm1) format("woff"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Bold.svg?f1dfm1#cpsans) format("svg")}@font-face{font-weight:bolder;font-family:cpsans;font-display:swap;src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Book.eot?f1dfm1);src:url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Book.eot?f1dfm1#iefix) format("embedded-opentype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Book.ttf?f1dfm1) format("truetype"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Book.woff?f1dfm1) format("woff"),url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/fonts/CpSans-Book.svg?f1dfm1#cpsans) format("svg")}.grid-container,.method-checkout-cart-methods-amazonpayments_pay-bottom,.product-image-thumbs{text-align:justify;font-size:0;text-justify:distribute-all-lines}.grid-container:after,.method-checkout-cart-methods-amazonpayments_pay-bottom:after,.product-image-thumbs:after{content:' ';display:inline-block;width:100%}.checkout-onepage-success p,.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.page__header .menu-user li{display:inline-block;font-size:14px;min-height:1px}.search__bar #search.search__input{border-color:#d1d1d1}.w-a{width:auto}@media screen and (max-width:599px){.w-a-m-s{width:auto}}@media screen and (max-width:640px){.w-a-m{width:auto}}@media screen and (min-width:641px) and (max-width:1101px){.w-a-t{width:auto}}@media screen and (min-width:1101px){.w-a-d{width:auto}}@media screen and (max-width:1100px){.w-a-m-t{width:auto}}.w-1\/12{width:8.33333%}@media screen and (max-width:599px){.w-1\/12-m-s{width:8.33333%}}@media screen and (max-width:640px){.w-1\/12-m{width:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.w-1\/12-t{width:8.33333%}}@media screen and (min-width:1101px){.w-1\/12-d{width:8.33333%}}@media screen and (max-width:1100px){.w-1\/12-m-t{width:8.33333%}}.mw-1\/12{max-width:8.33333%}@media screen and (max-width:599px){.mw-1\/12-m-s{max-width:8.33333%}}@media screen and (max-width:640px){.mw-1\/12-m{max-width:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-1\/12-t{max-width:8.33333%}}@media screen and (min-width:1101px){.mw-1\/12-d{max-width:8.33333%}}@media screen and (max-width:1100px){.mw-1\/12-m-t{max-width:8.33333%}}.miw-1\/12{min-width:8.33333%}@media screen and (max-width:599px){.miw-1\/12-m-s{min-width:8.33333%}}@media screen and (max-width:640px){.miw-1\/12-m{min-width:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-1\/12-t{min-width:8.33333%}}@media screen and (min-width:1101px){.miw-1\/12-d{min-width:8.33333%}}@media screen and (max-width:1100px){.miw-1\/12-m-t{min-width:8.33333%}}.w-2\/12{width:16.66667%}@media screen and (max-width:599px){.w-2\/12-m-s{width:16.66667%}}@media screen and (max-width:640px){.w-2\/12-m{width:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.w-2\/12-t{width:16.66667%}}@media screen and (min-width:1101px){.w-2\/12-d{width:16.66667%}}@media screen and (max-width:1100px){.w-2\/12-m-t{width:16.66667%}}.mw-2\/12{max-width:16.66667%}@media screen and (max-width:599px){.mw-2\/12-m-s{max-width:16.66667%}}@media screen and (max-width:640px){.mw-2\/12-m{max-width:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-2\/12-t{max-width:16.66667%}}@media screen and (min-width:1101px){.mw-2\/12-d{max-width:16.66667%}}@media screen and (max-width:1100px){.mw-2\/12-m-t{max-width:16.66667%}}.miw-2\/12{min-width:16.66667%}@media screen and (max-width:599px){.miw-2\/12-m-s{min-width:16.66667%}}@media screen and (max-width:640px){.miw-2\/12-m{min-width:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-2\/12-t{min-width:16.66667%}}@media screen and (min-width:1101px){.miw-2\/12-d{min-width:16.66667%}}@media screen and (max-width:1100px){.miw-2\/12-m-t{min-width:16.66667%}}.w-3\/12{width:25%}@media screen and (max-width:599px){.w-3\/12-m-s{width:25%}}@media screen and (max-width:640px){.w-3\/12-m{width:25%}}@media screen and (min-width:641px) and (max-width:1101px){.w-3\/12-t{width:25%}}@media screen and (min-width:1101px){.w-3\/12-d{width:25%}}@media screen and (max-width:1100px){.w-3\/12-m-t{width:25%}}.mw-3\/12{max-width:25%}@media screen and (max-width:599px){.mw-3\/12-m-s{max-width:25%}}@media screen and (max-width:640px){.mw-3\/12-m{max-width:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-3\/12-t{max-width:25%}}@media screen and (min-width:1101px){.mw-3\/12-d{max-width:25%}}@media screen and (max-width:1100px){.mw-3\/12-m-t{max-width:25%}}.miw-3\/12{min-width:25%}@media screen and (max-width:599px){.miw-3\/12-m-s{min-width:25%}}@media screen and (max-width:640px){.miw-3\/12-m{min-width:25%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-3\/12-t{min-width:25%}}@media screen and (min-width:1101px){.miw-3\/12-d{min-width:25%}}@media screen and (max-width:1100px){.miw-3\/12-m-t{min-width:25%}}.w-4\/12{width:33.33333%}@media screen and (max-width:599px){.w-4\/12-m-s{width:33.33333%}}@media screen and (max-width:640px){.w-4\/12-m{width:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.w-4\/12-t{width:33.33333%}}@media screen and (min-width:1101px){.w-4\/12-d{width:33.33333%}}@media screen and (max-width:1100px){.w-4\/12-m-t{width:33.33333%}}.mw-4\/12{max-width:33.33333%}@media screen and (max-width:599px){.mw-4\/12-m-s{max-width:33.33333%}}@media screen and (max-width:640px){.mw-4\/12-m{max-width:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-4\/12-t{max-width:33.33333%}}@media screen and (min-width:1101px){.mw-4\/12-d{max-width:33.33333%}}@media screen and (max-width:1100px){.mw-4\/12-m-t{max-width:33.33333%}}.miw-4\/12{min-width:33.33333%}@media screen and (max-width:599px){.miw-4\/12-m-s{min-width:33.33333%}}@media screen and (max-width:640px){.miw-4\/12-m{min-width:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-4\/12-t{min-width:33.33333%}}@media screen and (min-width:1101px){.miw-4\/12-d{min-width:33.33333%}}@media screen and (max-width:1100px){.miw-4\/12-m-t{min-width:33.33333%}}.w-5\/12{width:41.66667%}@media screen and (max-width:599px){.w-5\/12-m-s{width:41.66667%}}@media screen and (max-width:640px){.w-5\/12-m{width:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.w-5\/12-t{width:41.66667%}}@media screen and (min-width:1101px){.w-5\/12-d{width:41.66667%}}@media screen and (max-width:1100px){.w-5\/12-m-t{width:41.66667%}}.mw-5\/12{max-width:41.66667%}@media screen and (max-width:599px){.mw-5\/12-m-s{max-width:41.66667%}}@media screen and (max-width:640px){.mw-5\/12-m{max-width:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-5\/12-t{max-width:41.66667%}}@media screen and (min-width:1101px){.mw-5\/12-d{max-width:41.66667%}}@media screen and (max-width:1100px){.mw-5\/12-m-t{max-width:41.66667%}}.miw-5\/12{min-width:41.66667%}@media screen and (max-width:599px){.miw-5\/12-m-s{min-width:41.66667%}}@media screen and (max-width:640px){.miw-5\/12-m{min-width:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-5\/12-t{min-width:41.66667%}}@media screen and (min-width:1101px){.miw-5\/12-d{min-width:41.66667%}}@media screen and (max-width:1100px){.miw-5\/12-m-t{min-width:41.66667%}}.w-6\/12{width:50%}@media screen and (max-width:599px){.w-6\/12-m-s{width:50%}}@media screen and (max-width:640px){.w-6\/12-m{width:50%}}@media screen and (min-width:641px) and (max-width:1101px){.product-view .product-shop,.w-6\/12-t{width:50%}}@media screen and (min-width:1101px){.w-6\/12-d{width:50%}}@media screen and (max-width:1100px){.w-6\/12-m-t{width:50%}}.mw-6\/12{max-width:50%}@media screen and (max-width:599px){.mw-6\/12-m-s{max-width:50%}}@media screen and (max-width:640px){.mw-6\/12-m{max-width:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-6\/12-t{max-width:50%}}@media screen and (min-width:1101px){.mw-6\/12-d{max-width:50%}}@media screen and (max-width:1100px){.mw-6\/12-m-t{max-width:50%}}.miw-6\/12{min-width:50%}@media screen and (max-width:599px){.miw-6\/12-m-s{min-width:50%}}@media screen and (max-width:640px){.miw-6\/12-m{min-width:50%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-6\/12-t{min-width:50%}}@media screen and (min-width:1101px){.miw-6\/12-d{min-width:50%}}@media screen and (max-width:1100px){.miw-6\/12-m-t{min-width:50%}}.w-7\/12{width:58.33333%}@media screen and (max-width:599px){.w-7\/12-m-s{width:58.33333%}}@media screen and (max-width:640px){.w-7\/12-m{width:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.w-7\/12-t{width:58.33333%}}@media screen and (min-width:1101px){.product-view .product-shop,.w-7\/12-d{width:58.33333%}}@media screen and (max-width:1100px){.w-7\/12-m-t{width:58.33333%}}.mw-7\/12{max-width:58.33333%}@media screen and (max-width:599px){.mw-7\/12-m-s{max-width:58.33333%}}@media screen and (max-width:640px){.mw-7\/12-m{max-width:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-7\/12-t{max-width:58.33333%}}@media screen and (min-width:1101px){.mw-7\/12-d{max-width:58.33333%}}@media screen and (max-width:1100px){.mw-7\/12-m-t{max-width:58.33333%}}.miw-7\/12{min-width:58.33333%}@media screen and (max-width:599px){.miw-7\/12-m-s{min-width:58.33333%}}@media screen and (max-width:640px){.miw-7\/12-m{min-width:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-7\/12-t{min-width:58.33333%}}@media screen and (min-width:1101px){.miw-7\/12-d{min-width:58.33333%}}@media screen and (max-width:1100px){.miw-7\/12-m-t{min-width:58.33333%}}.w-8\/12{width:66.66667%}@media screen and (max-width:599px){.w-8\/12-m-s{width:66.66667%}}@media screen and (max-width:640px){.w-8\/12-m{width:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.w-8\/12-t{width:66.66667%}}@media screen and (min-width:1101px){.w-8\/12-d{width:66.66667%}}@media screen and (max-width:1100px){.w-8\/12-m-t{width:66.66667%}}.mw-8\/12{max-width:66.66667%}@media screen and (max-width:599px){.mw-8\/12-m-s{max-width:66.66667%}}@media screen and (max-width:640px){.mw-8\/12-m{max-width:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-8\/12-t{max-width:66.66667%}}@media screen and (min-width:1101px){.mw-8\/12-d{max-width:66.66667%}}@media screen and (max-width:1100px){.mw-8\/12-m-t{max-width:66.66667%}}.miw-8\/12{min-width:66.66667%}@media screen and (max-width:599px){.miw-8\/12-m-s{min-width:66.66667%}}@media screen and (max-width:640px){.miw-8\/12-m{min-width:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-8\/12-t{min-width:66.66667%}}@media screen and (min-width:1101px){.miw-8\/12-d{min-width:66.66667%}}@media screen and (max-width:1100px){.miw-8\/12-m-t{min-width:66.66667%}}.w-9\/12{width:75%}@media screen and (max-width:599px){.w-9\/12-m-s{width:75%}}@media screen and (max-width:640px){.w-9\/12-m{width:75%}}@media screen and (min-width:641px) and (max-width:1101px){.w-9\/12-t{width:75%}}@media screen and (min-width:1101px){.w-9\/12-d{width:75%}}@media screen and (max-width:1100px){.w-9\/12-m-t{width:75%}}.mw-9\/12{max-width:75%}@media screen and (max-width:599px){.mw-9\/12-m-s{max-width:75%}}@media screen and (max-width:640px){.mw-9\/12-m{max-width:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-9\/12-t{max-width:75%}}@media screen and (min-width:1101px){.mw-9\/12-d{max-width:75%}}@media screen and (max-width:1100px){.mw-9\/12-m-t{max-width:75%}}.miw-9\/12{min-width:75%}@media screen and (max-width:599px){.miw-9\/12-m-s{min-width:75%}}@media screen and (max-width:640px){.miw-9\/12-m{min-width:75%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-9\/12-t{min-width:75%}}@media screen and (min-width:1101px){.miw-9\/12-d{min-width:75%}}@media screen and (max-width:1100px){.miw-9\/12-m-t{min-width:75%}}.w-10\/12{width:83.33333%}@media screen and (max-width:599px){.w-10\/12-m-s{width:83.33333%}}@media screen and (max-width:640px){.w-10\/12-m{width:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.w-10\/12-t{width:83.33333%}}@media screen and (min-width:1101px){.w-10\/12-d{width:83.33333%}}@media screen and (max-width:1100px){.w-10\/12-m-t{width:83.33333%}}.mw-10\/12{max-width:83.33333%}@media screen and (max-width:599px){.mw-10\/12-m-s{max-width:83.33333%}}@media screen and (max-width:640px){.mw-10\/12-m{max-width:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-10\/12-t{max-width:83.33333%}}@media screen and (min-width:1101px){.mw-10\/12-d{max-width:83.33333%}}@media screen and (max-width:1100px){.mw-10\/12-m-t{max-width:83.33333%}}.miw-10\/12{min-width:83.33333%}@media screen and (max-width:599px){.miw-10\/12-m-s{min-width:83.33333%}}@media screen and (max-width:640px){.miw-10\/12-m{min-width:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-10\/12-t{min-width:83.33333%}}@media screen and (min-width:1101px){.miw-10\/12-d{min-width:83.33333%}}@media screen and (max-width:1100px){.miw-10\/12-m-t{min-width:83.33333%}}.w-11\/12{width:91.66667%}@media screen and (max-width:599px){.w-11\/12-m-s{width:91.66667%}}@media screen and (max-width:640px){.w-11\/12-m{width:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.w-11\/12-t{width:91.66667%}}@media screen and (min-width:1101px){.w-11\/12-d{width:91.66667%}}@media screen and (max-width:1100px){.w-11\/12-m-t{width:91.66667%}}.mw-11\/12{max-width:91.66667%}@media screen and (max-width:599px){.mw-11\/12-m-s{max-width:91.66667%}}@media screen and (max-width:640px){.mw-11\/12-m{max-width:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-11\/12-t{max-width:91.66667%}}@media screen and (min-width:1101px){.mw-11\/12-d{max-width:91.66667%}}@media screen and (max-width:1100px){.mw-11\/12-m-t{max-width:91.66667%}}.miw-11\/12{min-width:91.66667%}@media screen and (max-width:599px){.miw-11\/12-m-s{min-width:91.66667%}}@media screen and (max-width:640px){.miw-11\/12-m{min-width:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-11\/12-t{min-width:91.66667%}}@media screen and (min-width:1101px){.miw-11\/12-d{min-width:91.66667%}}@media screen and (max-width:1100px){.miw-11\/12-m-t{min-width:91.66667%}}.page__header-container,.w-100p{width:100%}@media screen and (max-width:599px){.w-100p-m-s{width:100%}}@media screen and (max-width:640px){.w-100p-m{width:100%}}@media screen and (min-width:641px) and (max-width:1101px){.w-100p-t{width:100%}}@media screen and (min-width:1101px){.w-100p-d{width:100%}}@media screen and (max-width:1100px){.w-100p-m-t{width:100%}}.mw-100p{max-width:100%}@media screen and (max-width:599px){.mw-100p-m-s{max-width:100%}}@media screen and (max-width:640px){.mw-100p-m{max-width:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mw-100p-t{max-width:100%}}@media screen and (min-width:1101px){.mw-100p-d{max-width:100%}}@media screen and (max-width:1100px){.mw-100p-m-t{max-width:100%}}.miw-100p{min-width:100%}@media screen and (max-width:599px){.miw-100p-m-s{min-width:100%}}@media screen and (max-width:640px){.miw-100p-m{min-width:100%}}@media screen and (min-width:641px) and (max-width:1101px){.miw-100p-t{min-width:100%}}@media screen and (min-width:1101px){.miw-100p-d{min-width:100%}}@media screen and (max-width:1100px){.miw-100p-m-t{min-width:100%}}.w-0{width:0}@media screen and (max-width:599px){.w-0-m-s{width:0}}@media screen and (max-width:640px){.w-0-m{width:0}}@media screen and (min-width:641px) and (max-width:1101px){.w-0-t{width:0}}@media screen and (min-width:1101px){.w-0-d{width:0}}@media screen and (max-width:1100px){.w-0-m-t{width:0}}.mw-0{max-width:0}@media screen and (max-width:599px){.mw-0-m-s{max-width:0}}@media screen and (max-width:640px){.mw-0-m{max-width:0}}@media screen and (min-width:641px) and (max-width:1101px){.mw-0-t{max-width:0}}@media screen and (min-width:1101px){.mw-0-d{max-width:0}}@media screen and (max-width:1100px){.mw-0-m-t{max-width:0}}.miw-0{min-width:0}@media screen and (max-width:599px){.miw-0-m-s{min-width:0}}@media screen and (max-width:640px){.miw-0-m{min-width:0}}@media screen and (min-width:641px) and (max-width:1101px){.miw-0-t{min-width:0}}@media screen and (min-width:1101px){.miw-0-d{min-width:0}}@media screen and (max-width:1100px){.miw-0-m-t{min-width:0}}.tile-container--4{display:flex;flex-wrap:wrap}.tile-container--4 .tile{display:flex;padding-left:7.5px;padding-right:7.5px;width:25%}.tile-container--4 .tile:nth-child(4n+1){padding-left:0;padding-right:10px}.tile-container--4 .tile:nth-child(4n+2){padding-left:5px}.tile-container--4 .tile:nth-child(4n+3){padding-right:5px}.tile-container--4 .tile:nth-child(4n+4){padding-right:0;padding-left:10px}.menu-teaser-container--6{display:flex;flex-wrap:wrap}.menu-teaser-container--6 .menu-teaser{display:flex;padding-left:15px;padding-right:15px;width:16.66667%}.menu-teaser-container--6 .menu-teaser:nth-child(6n+1){padding-left:0;padding-right:15px}.menu-teaser-container--6 .menu-teaser:nth-child(6n+6){padding-right:0;padding-left:15px}.teaser-stage-container--2{display:flex;flex-wrap:wrap}.teaser-stage-container--2 .teaser-stage{display:flex;padding-left:13px;padding-right:13px;width:50%}.teaser-stage-container--2 .teaser-stage:nth-child(2n+1){padding-left:0;padding-right:13px}.teaser-stage-container--2 .teaser-stage:nth-child(2n+2){padding-right:0;padding-left:13px}.desired-config-container--2{display:flex;flex-wrap:wrap}.desired-config-container--2 .desired-config{display:flex;padding-left:7.5px;padding-right:7.5px;width:50%}.desired-config-container--2 .desired-config:nth-child(2n+1){padding-left:0;padding-right:7.5px}.desired-config-container--2 .desired-config:nth-child(2n+2){padding-right:0;padding-left:7.5px}.image-thumb-container--5{display:flex;flex-wrap:wrap}.image-thumb-container--5 .image-thumb{display:flex;padding-left:11px;padding-right:11px;width:20%}.image-thumb-container--5 .image-thumb:nth-child(5n+1){padding-left:0;padding-right:22px}.image-thumb-container--5 .image-thumb:nth-child(5n+2){padding-left:5.5px;padding-right:16.5px}.image-thumb-container--5 .image-thumb:nth-child(5n+4){padding-left:16.5px;padding-right:5.5px}.image-thumb-container--5 .image-thumb:nth-child(5n+5){padding-right:0;padding-left:22px}.product-filter-item-container--3{display:flex;flex-wrap:wrap}.product-filter-item-container--3 .product-filter-item{display:flex;padding-left:32px;padding-right:32px;width:33.33333%}.product-filter-item-container--3 .product-filter-item:nth-child(3n+1){padding-left:0;padding-right:32px}.product-filter-item-container--3 .product-filter-item:nth-child(3n+3){padding-right:0;padding-left:32px}.mg-0{margin:0}@media screen and (max-width:599px){.mg-0-m-s{margin:0}}@media screen and (max-width:640px){.mg-0-m{margin:0}}@media screen and (min-width:641px) and (max-width:1101px){.mg-0-t{margin:0}}@media screen and (min-width:1101px){.mg-0-d{margin:0}}@media screen and (max-width:1100px){.mg-0-m-t{margin:0}}.mgt-0{margin-top:0}@media screen and (max-width:599px){.mgt-0-m-s{margin-top:0}}@media screen and (max-width:640px){.mgt-0-m{margin-top:0}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-0-t{margin-top:0}}@media screen and (min-width:1101px){.mgt-0-d{margin-top:0}}@media screen and (max-width:1100px){.mgt-0-m-t{margin-top:0}}.mgr-0{margin-right:0}@media screen and (max-width:599px){.mgr-0-m-s{margin-right:0}}@media screen and (max-width:640px){.mgr-0-m{margin-right:0}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-0-t{margin-right:0}}@media screen and (min-width:1101px){.mgr-0-d{margin-right:0}}@media screen and (max-width:1100px){.mgr-0-m-t{margin-right:0}}.mgb-0{margin-bottom:0}@media screen and (max-width:599px){.mgb-0-m-s{margin-bottom:0}}@media screen and (max-width:640px){.mgb-0-m{margin-bottom:0}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-0-t{margin-bottom:0}}@media screen and (min-width:1101px){.mgb-0-d{margin-bottom:0}}@media screen and (max-width:1100px){.mgb-0-m-t{margin-bottom:0}}.mgl-0{margin-left:0}@media screen and (max-width:599px){.mgl-0-m-s{margin-left:0}}@media screen and (max-width:640px){.mgl-0-m{margin-left:0}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-0-t{margin-left:0}}@media screen and (min-width:1101px){.mgl-0-d{margin-left:0}}@media screen and (max-width:1100px){.mgl-0-m-t{margin-left:0}}.mglr-a{margin-left:0;margin-right:0}@media screen and (max-width:599px){.mglr-a-m-s{margin-left:0;margin-right:0}}@media screen and (max-width:640px){.mglr-a-m{margin-left:0;margin-right:0}}@media screen and (min-width:641px) and (max-width:1101px){.mglr-a-t{margin-left:0;margin-right:0}}@media screen and (min-width:1101px){.mglr-a-d{margin-left:0;margin-right:0}}@media screen and (max-width:1100px){.mglr-a-m-t{margin-left:0;margin-right:0}}.mg-1\/12{margin:8.33333%}@media screen and (max-width:599px){.mg-1\/12-m-s{margin:8.33333%}}@media screen and (max-width:640px){.mg-1\/12-m{margin:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-1\/12-t{margin:8.33333%}}@media screen and (min-width:1101px){.mg-1\/12-d{margin:8.33333%}}@media screen and (max-width:1100px){.mg-1\/12-m-t{margin:8.33333%}}.mgt-1\/12{margin-top:8.33333%}@media screen and (max-width:599px){.mgt-1\/12-m-s{margin-top:8.33333%}}@media screen and (max-width:640px){.mgt-1\/12-m{margin-top:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-1\/12-t{margin-top:8.33333%}}@media screen and (min-width:1101px){.mgt-1\/12-d{margin-top:8.33333%}}@media screen and (max-width:1100px){.mgt-1\/12-m-t{margin-top:8.33333%}}.mgr-1\/12{margin-right:8.33333%}@media screen and (max-width:599px){.mgr-1\/12-m-s{margin-right:8.33333%}}@media screen and (max-width:640px){.mgr-1\/12-m{margin-right:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-1\/12-t{margin-right:8.33333%}}@media screen and (min-width:1101px){.mgr-1\/12-d{margin-right:8.33333%}}@media screen and (max-width:1100px){.mgr-1\/12-m-t{margin-right:8.33333%}}.mgb-1\/12{margin-bottom:8.33333%}@media screen and (max-width:599px){.mgb-1\/12-m-s{margin-bottom:8.33333%}}@media screen and (max-width:640px){.mgb-1\/12-m{margin-bottom:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-1\/12-t{margin-bottom:8.33333%}}@media screen and (min-width:1101px){.mgb-1\/12-d{margin-bottom:8.33333%}}@media screen and (max-width:1100px){.mgb-1\/12-m-t{margin-bottom:8.33333%}}.mgl-1\/12{margin-left:8.33333%}@media screen and (max-width:599px){.mgl-1\/12-m-s{margin-left:8.33333%}}@media screen and (max-width:640px){.mgl-1\/12-m{margin-left:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-1\/12-t{margin-left:8.33333%}}@media screen and (min-width:1101px){.mgl-1\/12-d{margin-left:8.33333%}}@media screen and (max-width:1100px){.mgl-1\/12-m-t{margin-left:8.33333%}}.mg-2\/12{margin:16.66667%}@media screen and (max-width:599px){.mg-2\/12-m-s{margin:16.66667%}}@media screen and (max-width:640px){.mg-2\/12-m{margin:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-2\/12-t{margin:16.66667%}}@media screen and (min-width:1101px){.mg-2\/12-d{margin:16.66667%}}@media screen and (max-width:1100px){.mg-2\/12-m-t{margin:16.66667%}}.mgt-2\/12{margin-top:16.66667%}@media screen and (max-width:599px){.mgt-2\/12-m-s{margin-top:16.66667%}}@media screen and (max-width:640px){.mgt-2\/12-m{margin-top:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-2\/12-t{margin-top:16.66667%}}@media screen and (min-width:1101px){.mgt-2\/12-d{margin-top:16.66667%}}@media screen and (max-width:1100px){.mgt-2\/12-m-t{margin-top:16.66667%}}.mgr-2\/12{margin-right:16.66667%}@media screen and (max-width:599px){.mgr-2\/12-m-s{margin-right:16.66667%}}@media screen and (max-width:640px){.mgr-2\/12-m{margin-right:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-2\/12-t{margin-right:16.66667%}}@media screen and (min-width:1101px){.mgr-2\/12-d{margin-right:16.66667%}}@media screen and (max-width:1100px){.mgr-2\/12-m-t{margin-right:16.66667%}}.mgb-2\/12{margin-bottom:16.66667%}@media screen and (max-width:599px){.mgb-2\/12-m-s{margin-bottom:16.66667%}}@media screen and (max-width:640px){.mgb-2\/12-m{margin-bottom:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-2\/12-t{margin-bottom:16.66667%}}@media screen and (min-width:1101px){.mgb-2\/12-d{margin-bottom:16.66667%}}@media screen and (max-width:1100px){.mgb-2\/12-m-t{margin-bottom:16.66667%}}.mgl-2\/12{margin-left:16.66667%}@media screen and (max-width:599px){.mgl-2\/12-m-s{margin-left:16.66667%}}@media screen and (max-width:640px){.mgl-2\/12-m{margin-left:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-2\/12-t{margin-left:16.66667%}}@media screen and (min-width:1101px){.mgl-2\/12-d{margin-left:16.66667%}}@media screen and (max-width:1100px){.mgl-2\/12-m-t{margin-left:16.66667%}}.mg-3\/12{margin:25%}@media screen and (max-width:599px){.mg-3\/12-m-s{margin:25%}}@media screen and (max-width:640px){.mg-3\/12-m{margin:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-3\/12-t{margin:25%}}@media screen and (min-width:1101px){.mg-3\/12-d{margin:25%}}@media screen and (max-width:1100px){.mg-3\/12-m-t{margin:25%}}.mgt-3\/12{margin-top:25%}@media screen and (max-width:599px){.mgt-3\/12-m-s{margin-top:25%}}@media screen and (max-width:640px){.mgt-3\/12-m{margin-top:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-3\/12-t{margin-top:25%}}@media screen and (min-width:1101px){.mgt-3\/12-d{margin-top:25%}}@media screen and (max-width:1100px){.mgt-3\/12-m-t{margin-top:25%}}.mgr-3\/12{margin-right:25%}@media screen and (max-width:599px){.mgr-3\/12-m-s{margin-right:25%}}@media screen and (max-width:640px){.mgr-3\/12-m{margin-right:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-3\/12-t{margin-right:25%}}@media screen and (min-width:1101px){.mgr-3\/12-d{margin-right:25%}}@media screen and (max-width:1100px){.mgr-3\/12-m-t{margin-right:25%}}.mgb-3\/12{margin-bottom:25%}@media screen and (max-width:599px){.mgb-3\/12-m-s{margin-bottom:25%}}@media screen and (max-width:640px){.mgb-3\/12-m{margin-bottom:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-3\/12-t{margin-bottom:25%}}@media screen and (min-width:1101px){.mgb-3\/12-d{margin-bottom:25%}}@media screen and (max-width:1100px){.mgb-3\/12-m-t{margin-bottom:25%}}.mgl-3\/12{margin-left:25%}@media screen and (max-width:599px){.mgl-3\/12-m-s{margin-left:25%}}@media screen and (max-width:640px){.mgl-3\/12-m{margin-left:25%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-3\/12-t{margin-left:25%}}@media screen and (min-width:1101px){.mgl-3\/12-d{margin-left:25%}}@media screen and (max-width:1100px){.mgl-3\/12-m-t{margin-left:25%}}.mg-4\/12{margin:33.33333%}@media screen and (max-width:599px){.mg-4\/12-m-s{margin:33.33333%}}@media screen and (max-width:640px){.mg-4\/12-m{margin:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-4\/12-t{margin:33.33333%}}@media screen and (min-width:1101px){.mg-4\/12-d{margin:33.33333%}}@media screen and (max-width:1100px){.mg-4\/12-m-t{margin:33.33333%}}.mgt-4\/12{margin-top:33.33333%}@media screen and (max-width:599px){.mgt-4\/12-m-s{margin-top:33.33333%}}@media screen and (max-width:640px){.mgt-4\/12-m{margin-top:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-4\/12-t{margin-top:33.33333%}}@media screen and (min-width:1101px){.mgt-4\/12-d{margin-top:33.33333%}}@media screen and (max-width:1100px){.mgt-4\/12-m-t{margin-top:33.33333%}}.mgr-4\/12{margin-right:33.33333%}@media screen and (max-width:599px){.mgr-4\/12-m-s{margin-right:33.33333%}}@media screen and (max-width:640px){.mgr-4\/12-m{margin-right:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-4\/12-t{margin-right:33.33333%}}@media screen and (min-width:1101px){.mgr-4\/12-d{margin-right:33.33333%}}@media screen and (max-width:1100px){.mgr-4\/12-m-t{margin-right:33.33333%}}.mgb-4\/12{margin-bottom:33.33333%}@media screen and (max-width:599px){.mgb-4\/12-m-s{margin-bottom:33.33333%}}@media screen and (max-width:640px){.mgb-4\/12-m{margin-bottom:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-4\/12-t{margin-bottom:33.33333%}}@media screen and (min-width:1101px){.mgb-4\/12-d{margin-bottom:33.33333%}}@media screen and (max-width:1100px){.mgb-4\/12-m-t{margin-bottom:33.33333%}}.mgl-4\/12{margin-left:33.33333%}@media screen and (max-width:599px){.mgl-4\/12-m-s{margin-left:33.33333%}}@media screen and (max-width:640px){.mgl-4\/12-m{margin-left:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-4\/12-t{margin-left:33.33333%}}@media screen and (min-width:1101px){.mgl-4\/12-d{margin-left:33.33333%}}@media screen and (max-width:1100px){.mgl-4\/12-m-t{margin-left:33.33333%}}.mg-5\/12{margin:41.66667%}@media screen and (max-width:599px){.mg-5\/12-m-s{margin:41.66667%}}@media screen and (max-width:640px){.mg-5\/12-m{margin:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-5\/12-t{margin:41.66667%}}@media screen and (min-width:1101px){.mg-5\/12-d{margin:41.66667%}}@media screen and (max-width:1100px){.mg-5\/12-m-t{margin:41.66667%}}.mgt-5\/12{margin-top:41.66667%}@media screen and (max-width:599px){.mgt-5\/12-m-s{margin-top:41.66667%}}@media screen and (max-width:640px){.mgt-5\/12-m{margin-top:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-5\/12-t{margin-top:41.66667%}}@media screen and (min-width:1101px){.mgt-5\/12-d{margin-top:41.66667%}}@media screen and (max-width:1100px){.mgt-5\/12-m-t{margin-top:41.66667%}}.mgr-5\/12{margin-right:41.66667%}@media screen and (max-width:599px){.mgr-5\/12-m-s{margin-right:41.66667%}}@media screen and (max-width:640px){.mgr-5\/12-m{margin-right:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-5\/12-t{margin-right:41.66667%}}@media screen and (min-width:1101px){.mgr-5\/12-d{margin-right:41.66667%}}@media screen and (max-width:1100px){.mgr-5\/12-m-t{margin-right:41.66667%}}.mgb-5\/12{margin-bottom:41.66667%}@media screen and (max-width:599px){.mgb-5\/12-m-s{margin-bottom:41.66667%}}@media screen and (max-width:640px){.mgb-5\/12-m{margin-bottom:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-5\/12-t{margin-bottom:41.66667%}}@media screen and (min-width:1101px){.mgb-5\/12-d{margin-bottom:41.66667%}}@media screen and (max-width:1100px){.mgb-5\/12-m-t{margin-bottom:41.66667%}}.mgl-5\/12{margin-left:41.66667%}@media screen and (max-width:599px){.mgl-5\/12-m-s{margin-left:41.66667%}}@media screen and (max-width:640px){.mgl-5\/12-m{margin-left:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-5\/12-t{margin-left:41.66667%}}@media screen and (min-width:1101px){.mgl-5\/12-d{margin-left:41.66667%}}@media screen and (max-width:1100px){.mgl-5\/12-m-t{margin-left:41.66667%}}.mg-6\/12{margin:50%}@media screen and (max-width:599px){.mg-6\/12-m-s{margin:50%}}@media screen and (max-width:640px){.mg-6\/12-m{margin:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-6\/12-t{margin:50%}}@media screen and (min-width:1101px){.mg-6\/12-d{margin:50%}}@media screen and (max-width:1100px){.mg-6\/12-m-t{margin:50%}}.mgt-6\/12{margin-top:50%}@media screen and (max-width:599px){.mgt-6\/12-m-s{margin-top:50%}}@media screen and (max-width:640px){.mgt-6\/12-m{margin-top:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-6\/12-t{margin-top:50%}}@media screen and (min-width:1101px){.mgt-6\/12-d{margin-top:50%}}@media screen and (max-width:1100px){.mgt-6\/12-m-t{margin-top:50%}}.mgr-6\/12{margin-right:50%}@media screen and (max-width:599px){.mgr-6\/12-m-s{margin-right:50%}}@media screen and (max-width:640px){.mgr-6\/12-m{margin-right:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-6\/12-t{margin-right:50%}}@media screen and (min-width:1101px){.mgr-6\/12-d{margin-right:50%}}@media screen and (max-width:1100px){.mgr-6\/12-m-t{margin-right:50%}}.mgb-6\/12{margin-bottom:50%}@media screen and (max-width:599px){.mgb-6\/12-m-s{margin-bottom:50%}}@media screen and (max-width:640px){.mgb-6\/12-m{margin-bottom:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-6\/12-t{margin-bottom:50%}}@media screen and (min-width:1101px){.mgb-6\/12-d{margin-bottom:50%}}@media screen and (max-width:1100px){.mgb-6\/12-m-t{margin-bottom:50%}}.mgl-6\/12{margin-left:50%}@media screen and (max-width:599px){.mgl-6\/12-m-s{margin-left:50%}}@media screen and (max-width:640px){.mgl-6\/12-m{margin-left:50%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-6\/12-t{margin-left:50%}}@media screen and (min-width:1101px){.mgl-6\/12-d{margin-left:50%}}@media screen and (max-width:1100px){.mgl-6\/12-m-t{margin-left:50%}}.mg-7\/12{margin:58.33333%}@media screen and (max-width:599px){.mg-7\/12-m-s{margin:58.33333%}}@media screen and (max-width:640px){.mg-7\/12-m{margin:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-7\/12-t{margin:58.33333%}}@media screen and (min-width:1101px){.mg-7\/12-d{margin:58.33333%}}@media screen and (max-width:1100px){.mg-7\/12-m-t{margin:58.33333%}}.mgt-7\/12{margin-top:58.33333%}@media screen and (max-width:599px){.mgt-7\/12-m-s{margin-top:58.33333%}}@media screen and (max-width:640px){.mgt-7\/12-m{margin-top:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-7\/12-t{margin-top:58.33333%}}@media screen and (min-width:1101px){.mgt-7\/12-d{margin-top:58.33333%}}@media screen and (max-width:1100px){.mgt-7\/12-m-t{margin-top:58.33333%}}.mgr-7\/12{margin-right:58.33333%}@media screen and (max-width:599px){.mgr-7\/12-m-s{margin-right:58.33333%}}@media screen and (max-width:640px){.mgr-7\/12-m{margin-right:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-7\/12-t{margin-right:58.33333%}}@media screen and (min-width:1101px){.mgr-7\/12-d{margin-right:58.33333%}}@media screen and (max-width:1100px){.mgr-7\/12-m-t{margin-right:58.33333%}}.mgb-7\/12{margin-bottom:58.33333%}@media screen and (max-width:599px){.mgb-7\/12-m-s{margin-bottom:58.33333%}}@media screen and (max-width:640px){.mgb-7\/12-m{margin-bottom:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-7\/12-t{margin-bottom:58.33333%}}@media screen and (min-width:1101px){.mgb-7\/12-d{margin-bottom:58.33333%}}@media screen and (max-width:1100px){.mgb-7\/12-m-t{margin-bottom:58.33333%}}.mgl-7\/12{margin-left:58.33333%}@media screen and (max-width:599px){.mgl-7\/12-m-s{margin-left:58.33333%}}@media screen and (max-width:640px){.mgl-7\/12-m{margin-left:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-7\/12-t{margin-left:58.33333%}}@media screen and (min-width:1101px){.mgl-7\/12-d{margin-left:58.33333%}}@media screen and (max-width:1100px){.mgl-7\/12-m-t{margin-left:58.33333%}}.mg-8\/12{margin:66.66667%}@media screen and (max-width:599px){.mg-8\/12-m-s{margin:66.66667%}}@media screen and (max-width:640px){.mg-8\/12-m{margin:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-8\/12-t{margin:66.66667%}}@media screen and (min-width:1101px){.mg-8\/12-d{margin:66.66667%}}@media screen and (max-width:1100px){.mg-8\/12-m-t{margin:66.66667%}}.mgt-8\/12{margin-top:66.66667%}@media screen and (max-width:599px){.mgt-8\/12-m-s{margin-top:66.66667%}}@media screen and (max-width:640px){.mgt-8\/12-m{margin-top:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-8\/12-t{margin-top:66.66667%}}@media screen and (min-width:1101px){.mgt-8\/12-d{margin-top:66.66667%}}@media screen and (max-width:1100px){.mgt-8\/12-m-t{margin-top:66.66667%}}.mgr-8\/12{margin-right:66.66667%}@media screen and (max-width:599px){.mgr-8\/12-m-s{margin-right:66.66667%}}@media screen and (max-width:640px){.mgr-8\/12-m{margin-right:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-8\/12-t{margin-right:66.66667%}}@media screen and (min-width:1101px){.mgr-8\/12-d{margin-right:66.66667%}}@media screen and (max-width:1100px){.mgr-8\/12-m-t{margin-right:66.66667%}}.mgb-8\/12{margin-bottom:66.66667%}@media screen and (max-width:599px){.mgb-8\/12-m-s{margin-bottom:66.66667%}}@media screen and (max-width:640px){.mgb-8\/12-m{margin-bottom:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-8\/12-t{margin-bottom:66.66667%}}@media screen and (min-width:1101px){.mgb-8\/12-d{margin-bottom:66.66667%}}@media screen and (max-width:1100px){.mgb-8\/12-m-t{margin-bottom:66.66667%}}.mgl-8\/12{margin-left:66.66667%}@media screen and (max-width:599px){.mgl-8\/12-m-s{margin-left:66.66667%}}@media screen and (max-width:640px){.mgl-8\/12-m{margin-left:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-8\/12-t{margin-left:66.66667%}}@media screen and (min-width:1101px){.mgl-8\/12-d{margin-left:66.66667%}}@media screen and (max-width:1100px){.mgl-8\/12-m-t{margin-left:66.66667%}}.mg-9\/12{margin:75%}@media screen and (max-width:599px){.mg-9\/12-m-s{margin:75%}}@media screen and (max-width:640px){.mg-9\/12-m{margin:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-9\/12-t{margin:75%}}@media screen and (min-width:1101px){.mg-9\/12-d{margin:75%}}@media screen and (max-width:1100px){.mg-9\/12-m-t{margin:75%}}.mgt-9\/12{margin-top:75%}@media screen and (max-width:599px){.mgt-9\/12-m-s{margin-top:75%}}@media screen and (max-width:640px){.mgt-9\/12-m{margin-top:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-9\/12-t{margin-top:75%}}@media screen and (min-width:1101px){.mgt-9\/12-d{margin-top:75%}}@media screen and (max-width:1100px){.mgt-9\/12-m-t{margin-top:75%}}.mgr-9\/12{margin-right:75%}@media screen and (max-width:599px){.mgr-9\/12-m-s{margin-right:75%}}@media screen and (max-width:640px){.mgr-9\/12-m{margin-right:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-9\/12-t{margin-right:75%}}@media screen and (min-width:1101px){.mgr-9\/12-d{margin-right:75%}}@media screen and (max-width:1100px){.mgr-9\/12-m-t{margin-right:75%}}.mgb-9\/12{margin-bottom:75%}@media screen and (max-width:599px){.mgb-9\/12-m-s{margin-bottom:75%}}@media screen and (max-width:640px){.mgb-9\/12-m{margin-bottom:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-9\/12-t{margin-bottom:75%}}@media screen and (min-width:1101px){.mgb-9\/12-d{margin-bottom:75%}}@media screen and (max-width:1100px){.mgb-9\/12-m-t{margin-bottom:75%}}.mgl-9\/12{margin-left:75%}@media screen and (max-width:599px){.mgl-9\/12-m-s{margin-left:75%}}@media screen and (max-width:640px){.mgl-9\/12-m{margin-left:75%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-9\/12-t{margin-left:75%}}@media screen and (min-width:1101px){.mgl-9\/12-d{margin-left:75%}}@media screen and (max-width:1100px){.mgl-9\/12-m-t{margin-left:75%}}.mg-10\/12{margin:83.33333%}@media screen and (max-width:599px){.mg-10\/12-m-s{margin:83.33333%}}@media screen and (max-width:640px){.mg-10\/12-m{margin:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-10\/12-t{margin:83.33333%}}@media screen and (min-width:1101px){.mg-10\/12-d{margin:83.33333%}}@media screen and (max-width:1100px){.mg-10\/12-m-t{margin:83.33333%}}.mgt-10\/12{margin-top:83.33333%}@media screen and (max-width:599px){.mgt-10\/12-m-s{margin-top:83.33333%}}@media screen and (max-width:640px){.mgt-10\/12-m{margin-top:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-10\/12-t{margin-top:83.33333%}}@media screen and (min-width:1101px){.mgt-10\/12-d{margin-top:83.33333%}}@media screen and (max-width:1100px){.mgt-10\/12-m-t{margin-top:83.33333%}}.mgr-10\/12{margin-right:83.33333%}@media screen and (max-width:599px){.mgr-10\/12-m-s{margin-right:83.33333%}}@media screen and (max-width:640px){.mgr-10\/12-m{margin-right:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-10\/12-t{margin-right:83.33333%}}@media screen and (min-width:1101px){.mgr-10\/12-d{margin-right:83.33333%}}@media screen and (max-width:1100px){.mgr-10\/12-m-t{margin-right:83.33333%}}.mgb-10\/12{margin-bottom:83.33333%}@media screen and (max-width:599px){.mgb-10\/12-m-s{margin-bottom:83.33333%}}@media screen and (max-width:640px){.mgb-10\/12-m{margin-bottom:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-10\/12-t{margin-bottom:83.33333%}}@media screen and (min-width:1101px){.mgb-10\/12-d{margin-bottom:83.33333%}}@media screen and (max-width:1100px){.mgb-10\/12-m-t{margin-bottom:83.33333%}}.mgl-10\/12{margin-left:83.33333%}@media screen and (max-width:599px){.mgl-10\/12-m-s{margin-left:83.33333%}}@media screen and (max-width:640px){.mgl-10\/12-m{margin-left:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-10\/12-t{margin-left:83.33333%}}@media screen and (min-width:1101px){.mgl-10\/12-d{margin-left:83.33333%}}@media screen and (max-width:1100px){.mgl-10\/12-m-t{margin-left:83.33333%}}.mg-11\/12{margin:91.66667%}@media screen and (max-width:599px){.mg-11\/12-m-s{margin:91.66667%}}@media screen and (max-width:640px){.mg-11\/12-m{margin:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-11\/12-t{margin:91.66667%}}@media screen and (min-width:1101px){.mg-11\/12-d{margin:91.66667%}}@media screen and (max-width:1100px){.mg-11\/12-m-t{margin:91.66667%}}.mgt-11\/12{margin-top:91.66667%}@media screen and (max-width:599px){.mgt-11\/12-m-s{margin-top:91.66667%}}@media screen and (max-width:640px){.mgt-11\/12-m{margin-top:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-11\/12-t{margin-top:91.66667%}}@media screen and (min-width:1101px){.mgt-11\/12-d{margin-top:91.66667%}}@media screen and (max-width:1100px){.mgt-11\/12-m-t{margin-top:91.66667%}}.mgr-11\/12{margin-right:91.66667%}@media screen and (max-width:599px){.mgr-11\/12-m-s{margin-right:91.66667%}}@media screen and (max-width:640px){.mgr-11\/12-m{margin-right:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-11\/12-t{margin-right:91.66667%}}@media screen and (min-width:1101px){.mgr-11\/12-d{margin-right:91.66667%}}@media screen and (max-width:1100px){.mgr-11\/12-m-t{margin-right:91.66667%}}.mgb-11\/12{margin-bottom:91.66667%}@media screen and (max-width:599px){.mgb-11\/12-m-s{margin-bottom:91.66667%}}@media screen and (max-width:640px){.mgb-11\/12-m{margin-bottom:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-11\/12-t{margin-bottom:91.66667%}}@media screen and (min-width:1101px){.mgb-11\/12-d{margin-bottom:91.66667%}}@media screen and (max-width:1100px){.mgb-11\/12-m-t{margin-bottom:91.66667%}}.mgl-11\/12{margin-left:91.66667%}@media screen and (max-width:599px){.mgl-11\/12-m-s{margin-left:91.66667%}}@media screen and (max-width:640px){.mgl-11\/12-m{margin-left:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-11\/12-t{margin-left:91.66667%}}@media screen and (min-width:1101px){.mgl-11\/12-d{margin-left:91.66667%}}@media screen and (max-width:1100px){.mgl-11\/12-m-t{margin-left:91.66667%}}.mg-12\/12{margin:100%}@media screen and (max-width:599px){.mg-12\/12-m-s{margin:100%}}@media screen and (max-width:640px){.mg-12\/12-m{margin:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mg-12\/12-t{margin:100%}}@media screen and (min-width:1101px){.mg-12\/12-d{margin:100%}}@media screen and (max-width:1100px){.mg-12\/12-m-t{margin:100%}}.mgt-12\/12{margin-top:100%}@media screen and (max-width:599px){.mgt-12\/12-m-s{margin-top:100%}}@media screen and (max-width:640px){.mgt-12\/12-m{margin-top:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-12\/12-t{margin-top:100%}}@media screen and (min-width:1101px){.mgt-12\/12-d{margin-top:100%}}@media screen and (max-width:1100px){.mgt-12\/12-m-t{margin-top:100%}}.mgr-12\/12{margin-right:100%}@media screen and (max-width:599px){.mgr-12\/12-m-s{margin-right:100%}}@media screen and (max-width:640px){.mgr-12\/12-m{margin-right:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-12\/12-t{margin-right:100%}}@media screen and (min-width:1101px){.mgr-12\/12-d{margin-right:100%}}@media screen and (max-width:1100px){.mgr-12\/12-m-t{margin-right:100%}}.mgb-12\/12{margin-bottom:100%}@media screen and (max-width:599px){.mgb-12\/12-m-s{margin-bottom:100%}}@media screen and (max-width:640px){.mgb-12\/12-m{margin-bottom:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-12\/12-t{margin-bottom:100%}}@media screen and (min-width:1101px){.mgb-12\/12-d{margin-bottom:100%}}@media screen and (max-width:1100px){.mgb-12\/12-m-t{margin-bottom:100%}}.mgl-12\/12{margin-left:100%}@media screen and (max-width:599px){.mgl-12\/12-m-s{margin-left:100%}}@media screen and (max-width:640px){.mgl-12\/12-m{margin-left:100%}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-12\/12-t{margin-left:100%}}@media screen and (min-width:1101px){.mgl-12\/12-d{margin-left:100%}}@media screen and (max-width:1100px){.mgl-12\/12-m-t{margin-left:100%}}.mg-0a{margin:0 auto}@media screen and (max-width:599px){.mg-0a-m-s{margin:0 auto}}@media screen and (max-width:640px){.mg-0a-m{margin:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.mg-0a-t{margin:0 auto}}@media screen and (min-width:1101px){.mg-0a-d{margin:0 auto}}@media screen and (max-width:1100px){.mg-0a-m-t{margin:0 auto}}.mgt-0a{margin-top:0 auto}@media screen and (max-width:599px){.mgt-0a-m-s{margin-top:0 auto}}@media screen and (max-width:640px){.mgt-0a-m{margin-top:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-0a-t{margin-top:0 auto}}@media screen and (min-width:1101px){.mgt-0a-d{margin-top:0 auto}}@media screen and (max-width:1100px){.mgt-0a-m-t{margin-top:0 auto}}.mgr-0a{margin-right:0 auto}@media screen and (max-width:599px){.mgr-0a-m-s{margin-right:0 auto}}@media screen and (max-width:640px){.mgr-0a-m{margin-right:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-0a-t{margin-right:0 auto}}@media screen and (min-width:1101px){.mgr-0a-d{margin-right:0 auto}}@media screen and (max-width:1100px){.mgr-0a-m-t{margin-right:0 auto}}.mgb-0a{margin-bottom:0 auto}@media screen and (max-width:599px){.mgb-0a-m-s{margin-bottom:0 auto}}@media screen and (max-width:640px){.mgb-0a-m{margin-bottom:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-0a-t{margin-bottom:0 auto}}@media screen and (min-width:1101px){.mgb-0a-d{margin-bottom:0 auto}}@media screen and (max-width:1100px){.mgb-0a-m-t{margin-bottom:0 auto}}.mgl-0a{margin-left:0 auto}@media screen and (max-width:599px){.mgl-0a-m-s{margin-left:0 auto}}@media screen and (max-width:640px){.mgl-0a-m{margin-left:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-0a-t{margin-left:0 auto}}@media screen and (min-width:1101px){.mgl-0a-d{margin-left:0 auto}}@media screen and (max-width:1100px){.mgl-0a-m-t{margin-left:0 auto}}.mg-5{margin:5px}@media screen and (max-width:599px){.mg-5-m-s{margin:5px}}@media screen and (max-width:640px){.mg-5-m{margin:5px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-5-t{margin:5px}}@media screen and (min-width:1101px){.mg-5-d{margin:5px}}@media screen and (max-width:1100px){.mg-5-m-t{margin:5px}}.mgt-5{margin-top:5px}@media screen and (max-width:599px){.mgt-5-m-s{margin-top:5px}}@media screen and (max-width:640px){.mgt-5-m{margin-top:5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-5-t{margin-top:5px}}@media screen and (min-width:1101px){.mgt-5-d{margin-top:5px}}@media screen and (max-width:1100px){.mgt-5-m-t{margin-top:5px}}.mgr-5{margin-right:5px}@media screen and (max-width:599px){.mgr-5-m-s{margin-right:5px}}@media screen and (max-width:640px){.mgr-5-m{margin-right:5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-5-t{margin-right:5px}}@media screen and (min-width:1101px){.mgr-5-d{margin-right:5px}}@media screen and (max-width:1100px){.mgr-5-m-t{margin-right:5px}}.mgb-5{margin-bottom:5px}@media screen and (max-width:599px){.mgb-5-m-s{margin-bottom:5px}}@media screen and (max-width:640px){.mgb-5-m{margin-bottom:5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-5-t{margin-bottom:5px}}@media screen and (min-width:1101px){.mgb-5-d{margin-bottom:5px}}@media screen and (max-width:1100px){.mgb-5-m-t{margin-bottom:5px}}.mgl-5{margin-left:5px}@media screen and (max-width:599px){.mgl-5-m-s{margin-left:5px}}@media screen and (max-width:640px){.mgl-5-m{margin-left:5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-5-t{margin-left:5px}}@media screen and (min-width:1101px){.mgl-5-d{margin-left:5px}}@media screen and (max-width:1100px){.mgl-5-m-t{margin-left:5px}}.mg-7\.5{margin:7.5px}@media screen and (max-width:599px){.mg-7\.5-m-s{margin:7.5px}}@media screen and (max-width:640px){.mg-7\.5-m{margin:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-7\.5-t{margin:7.5px}}@media screen and (min-width:1101px){.mg-7\.5-d{margin:7.5px}}@media screen and (max-width:1100px){.mg-7\.5-m-t{margin:7.5px}}.mgt-7\.5{margin-top:7.5px}@media screen and (max-width:599px){.mgt-7\.5-m-s{margin-top:7.5px}}@media screen and (max-width:640px){.mgt-7\.5-m{margin-top:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-7\.5-t{margin-top:7.5px}}@media screen and (min-width:1101px){.mgt-7\.5-d{margin-top:7.5px}}@media screen and (max-width:1100px){.mgt-7\.5-m-t{margin-top:7.5px}}.mgr-7\.5{margin-right:7.5px}@media screen and (max-width:599px){.mgr-7\.5-m-s{margin-right:7.5px}}@media screen and (max-width:640px){.mgr-7\.5-m{margin-right:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-7\.5-t{margin-right:7.5px}}@media screen and (min-width:1101px){.mgr-7\.5-d{margin-right:7.5px}}@media screen and (max-width:1100px){.mgr-7\.5-m-t{margin-right:7.5px}}.mgb-7\.5{margin-bottom:7.5px}@media screen and (max-width:599px){.mgb-7\.5-m-s{margin-bottom:7.5px}}@media screen and (max-width:640px){.mgb-7\.5-m{margin-bottom:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-7\.5-t{margin-bottom:7.5px}}@media screen and (min-width:1101px){.mgb-7\.5-d{margin-bottom:7.5px}}@media screen and (max-width:1100px){.mgb-7\.5-m-t{margin-bottom:7.5px}}.mgl-7\.5{margin-left:7.5px}@media screen and (max-width:599px){.mgl-7\.5-m-s{margin-left:7.5px}}@media screen and (max-width:640px){.mgl-7\.5-m{margin-left:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-7\.5-t{margin-left:7.5px}}@media screen and (min-width:1101px){.mgl-7\.5-d{margin-left:7.5px}}@media screen and (max-width:1100px){.mgl-7\.5-m-t{margin-left:7.5px}}.mg-10{margin:10px}@media screen and (max-width:599px){.mg-10-m-s{margin:10px}}@media screen and (max-width:640px){.mg-10-m{margin:10px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-10-t{margin:10px}}@media screen and (min-width:1101px){.mg-10-d{margin:10px}}@media screen and (max-width:1100px){.mg-10-m-t{margin:10px}}.mgt-10{margin-top:10px}@media screen and (max-width:599px){.mgt-10-m-s{margin-top:10px}}@media screen and (max-width:640px){.mgt-10-m{margin-top:10px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-10-t{margin-top:10px}}@media screen and (min-width:1101px){.mgt-10-d{margin-top:10px}}@media screen and (max-width:1100px){.mgt-10-m-t{margin-top:10px}}.mgr-10{margin-right:10px}@media screen and (max-width:599px){.mgr-10-m-s{margin-right:10px}}@media screen and (max-width:640px){.mgr-10-m{margin-right:10px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-10-t{margin-right:10px}}@media screen and (min-width:1101px){.mgr-10-d{margin-right:10px}}@media screen and (max-width:1100px){.mgr-10-m-t{margin-right:10px}}.mgb-10{margin-bottom:10px}@media screen and (max-width:599px){.mgb-10-m-s{margin-bottom:10px}}@media screen and (max-width:640px){.mgb-10-m{margin-bottom:10px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-10-t{margin-bottom:10px}}@media screen and (min-width:1101px){.mgb-10-d{margin-bottom:10px}}@media screen and (max-width:1100px){.mgb-10-m-t{margin-bottom:10px}}.mgl-10{margin-left:10px}@media screen and (max-width:599px){.mgl-10-m-s{margin-left:10px}}@media screen and (max-width:640px){.mgl-10-m{margin-left:10px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-10-t{margin-left:10px}}@media screen and (min-width:1101px){.mgl-10-d{margin-left:10px}}@media screen and (max-width:1100px){.mgl-10-m-t{margin-left:10px}}.mg-15{margin:15px}@media screen and (max-width:599px){.mg-15-m-s{margin:15px}}@media screen and (max-width:640px){.mg-15-m{margin:15px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-15-t{margin:15px}}@media screen and (min-width:1101px){.mg-15-d{margin:15px}}@media screen and (max-width:1100px){.mg-15-m-t{margin:15px}}.mgt-15{margin-top:15px}@media screen and (max-width:599px){.mgt-15-m-s{margin-top:15px}}@media screen and (max-width:640px){.mgt-15-m{margin-top:15px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-15-t{margin-top:15px}}@media screen and (min-width:1101px){.mgt-15-d{margin-top:15px}}@media screen and (max-width:1100px){.mgt-15-m-t{margin-top:15px}}.mgr-15{margin-right:15px}@media screen and (max-width:599px){.mgr-15-m-s{margin-right:15px}}@media screen and (max-width:640px){.mgr-15-m{margin-right:15px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-15-t{margin-right:15px}}@media screen and (min-width:1101px){.mgr-15-d{margin-right:15px}}@media screen and (max-width:1100px){.mgr-15-m-t{margin-right:15px}}.mgb-15{margin-bottom:15px}@media screen and (max-width:599px){.mgb-15-m-s{margin-bottom:15px}}@media screen and (max-width:640px){.mgb-15-m{margin-bottom:15px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-15-t{margin-bottom:15px}}@media screen and (min-width:1101px){.mgb-15-d{margin-bottom:15px}}@media screen and (max-width:1100px){.mgb-15-m-t{margin-bottom:15px}}.mgl-15{margin-left:15px}@media screen and (max-width:599px){.mgl-15-m-s{margin-left:15px}}@media screen and (max-width:640px){.mgl-15-m{margin-left:15px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-15-t{margin-left:15px}}@media screen and (min-width:1101px){.mgl-15-d{margin-left:15px}}@media screen and (max-width:1100px){.mgl-15-m-t{margin-left:15px}}.mg-20{margin:20px}@media screen and (max-width:599px){.mg-20-m-s{margin:20px}}@media screen and (max-width:640px){.mg-20-m{margin:20px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-20-t{margin:20px}}@media screen and (min-width:1101px){.mg-20-d{margin:20px}}@media screen and (max-width:1100px){.mg-20-m-t{margin:20px}}.mgt-20{margin-top:20px}@media screen and (max-width:599px){.mgt-20-m-s{margin-top:20px}}@media screen and (max-width:640px){.mgt-20-m{margin-top:20px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-20-t{margin-top:20px}}@media screen and (min-width:1101px){.mgt-20-d{margin-top:20px}}@media screen and (max-width:1100px){.mgt-20-m-t{margin-top:20px}}.mgr-20{margin-right:20px}@media screen and (max-width:599px){.mgr-20-m-s{margin-right:20px}}@media screen and (max-width:640px){.mgr-20-m{margin-right:20px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-20-t{margin-right:20px}}@media screen and (min-width:1101px){.mgr-20-d{margin-right:20px}}@media screen and (max-width:1100px){.mgr-20-m-t{margin-right:20px}}.mgb-20{margin-bottom:20px}@media screen and (max-width:599px){.mgb-20-m-s{margin-bottom:20px}}@media screen and (max-width:640px){.mgb-20-m{margin-bottom:20px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-20-t{margin-bottom:20px}}@media screen and (min-width:1101px){.mgb-20-d{margin-bottom:20px}}@media screen and (max-width:1100px){.mgb-20-m-t{margin-bottom:20px}}.mgl-20{margin-left:20px}@media screen and (max-width:599px){.mgl-20-m-s{margin-left:20px}}@media screen and (max-width:640px){.mgl-20-m{margin-left:20px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-20-t{margin-left:20px}}@media screen and (min-width:1101px){.mgl-20-d{margin-left:20px}}@media screen and (max-width:1100px){.mgl-20-m-t{margin-left:20px}}.mg-30{margin:30px}@media screen and (max-width:599px){.mg-30-m-s{margin:30px}}@media screen and (max-width:640px){.mg-30-m{margin:30px}}@media screen and (min-width:641px) and (max-width:1101px){.mg-30-t{margin:30px}}@media screen and (min-width:1101px){.mg-30-d{margin:30px}}@media screen and (max-width:1100px){.mg-30-m-t{margin:30px}}.mgt-30{margin-top:30px}@media screen and (max-width:599px){.mgt-30-m-s{margin-top:30px}}@media screen and (max-width:640px){.mgt-30-m{margin-top:30px}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-30-t{margin-top:30px}}@media screen and (min-width:1101px){.mgt-30-d{margin-top:30px}}@media screen and (max-width:1100px){.mgt-30-m-t{margin-top:30px}}.mgr-30{margin-right:30px}@media screen and (max-width:599px){.mgr-30-m-s{margin-right:30px}}@media screen and (max-width:640px){.mgr-30-m{margin-right:30px}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-30-t{margin-right:30px}}@media screen and (min-width:1101px){.mgr-30-d{margin-right:30px}}@media screen and (max-width:1100px){.mgr-30-m-t{margin-right:30px}}.mgb-30{margin-bottom:30px}@media screen and (max-width:599px){.mgb-30-m-s{margin-bottom:30px}}@media screen and (max-width:640px){.mgb-30-m{margin-bottom:30px}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-30-t{margin-bottom:30px}}@media screen and (min-width:1101px){.mgb-30-d{margin-bottom:30px}}@media screen and (max-width:1100px){.mgb-30-m-t{margin-bottom:30px}}.mgl-30{margin-left:30px}@media screen and (max-width:599px){.mgl-30-m-s{margin-left:30px}}@media screen and (max-width:640px){.mgl-30-m{margin-left:30px}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-30-t{margin-left:30px}}@media screen and (min-width:1101px){.mgl-30-d{margin-left:30px}}@media screen and (max-width:1100px){.mgl-30-m-t{margin-left:30px}}.mg-\.5e{margin:.5em}@media screen and (max-width:599px){.mg-\.5e-m-s{margin:.5em}}@media screen and (max-width:640px){.mg-\.5e-m{margin:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.mg-\.5e-t{margin:.5em}}@media screen and (min-width:1101px){.mg-\.5e-d{margin:.5em}}@media screen and (max-width:1100px){.mg-\.5e-m-t{margin:.5em}}.mgt-\.5e{margin-top:.5em}@media screen and (max-width:599px){.mgt-\.5e-m-s{margin-top:.5em}}@media screen and (max-width:640px){.mgt-\.5e-m{margin-top:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-\.5e-t{margin-top:.5em}}@media screen and (min-width:1101px){.mgt-\.5e-d{margin-top:.5em}}@media screen and (max-width:1100px){.mgt-\.5e-m-t{margin-top:.5em}}.mgr-\.5e{margin-right:.5em}@media screen and (max-width:599px){.mgr-\.5e-m-s{margin-right:.5em}}@media screen and (max-width:640px){.mgr-\.5e-m{margin-right:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-\.5e-t{margin-right:.5em}}@media screen and (min-width:1101px){.mgr-\.5e-d{margin-right:.5em}}@media screen and (max-width:1100px){.mgr-\.5e-m-t{margin-right:.5em}}.mgb-\.5e{margin-bottom:.5em}@media screen and (max-width:599px){.mgb-\.5e-m-s{margin-bottom:.5em}}@media screen and (max-width:640px){.mgb-\.5e-m{margin-bottom:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-\.5e-t{margin-bottom:.5em}}@media screen and (min-width:1101px){.mgb-\.5e-d{margin-bottom:.5em}}@media screen and (max-width:1100px){.mgb-\.5e-m-t{margin-bottom:.5em}}.mgl-\.5e{margin-left:.5em}@media screen and (max-width:599px){.mgl-\.5e-m-s{margin-left:.5em}}@media screen and (max-width:640px){.mgl-\.5e-m{margin-left:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-\.5e-t{margin-left:.5em}}@media screen and (min-width:1101px){.mgl-\.5e-d{margin-left:.5em}}@media screen and (max-width:1100px){.mgl-\.5e-m-t{margin-left:.5em}}.mg-1e{margin:1em}@media screen and (max-width:599px){.mg-1e-m-s{margin:1em}}@media screen and (max-width:640px){.mg-1e-m{margin:1em}}@media screen and (min-width:641px) and (max-width:1101px){.mg-1e-t{margin:1em}}@media screen and (min-width:1101px){.mg-1e-d{margin:1em}}@media screen and (max-width:1100px){.mg-1e-m-t{margin:1em}}.mgt-1e{margin-top:1em}@media screen and (max-width:599px){.mgt-1e-m-s{margin-top:1em}}@media screen and (max-width:640px){.mgt-1e-m{margin-top:1em}}@media screen and (min-width:641px) and (max-width:1101px){.mgt-1e-t{margin-top:1em}}@media screen and (min-width:1101px){.mgt-1e-d{margin-top:1em}}@media screen and (max-width:1100px){.mgt-1e-m-t{margin-top:1em}}.mgr-1e{margin-right:1em}@media screen and (max-width:599px){.mgr-1e-m-s{margin-right:1em}}@media screen and (max-width:640px){.mgr-1e-m{margin-right:1em}}@media screen and (min-width:641px) and (max-width:1101px){.mgr-1e-t{margin-right:1em}}@media screen and (min-width:1101px){.mgr-1e-d{margin-right:1em}}@media screen and (max-width:1100px){.mgr-1e-m-t{margin-right:1em}}.mgb-1e{margin-bottom:1em}@media screen and (max-width:599px){.mgb-1e-m-s{margin-bottom:1em}}@media screen and (max-width:640px){.mgb-1e-m{margin-bottom:1em}}@media screen and (min-width:641px) and (max-width:1101px){.mgb-1e-t{margin-bottom:1em}}@media screen and (min-width:1101px){.mgb-1e-d{margin-bottom:1em}}@media screen and (max-width:1100px){.mgb-1e-m-t{margin-bottom:1em}}.mgl-1e{margin-left:1em}@media screen and (max-width:599px){.mgl-1e-m-s{margin-left:1em}}@media screen and (max-width:640px){.mgl-1e-m{margin-left:1em}}@media screen and (min-width:641px) and (max-width:1101px){.mgl-1e-t{margin-left:1em}}@media screen and (min-width:1101px){.mgl-1e-d{margin-left:1em}}@media screen and (max-width:1100px){.mgl-1e-m-t{margin-left:1em}}.to-1,.to-c,.to-e,.to-ini{overflow:hidden}@media screen and (max-width:599px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{overflow:hidden}}@media screen and (max-width:640px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{overflow:hidden}}@media screen and (min-width:641px) and (max-width:1101px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{overflow:hidden}}@media screen and (min-width:1101px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{overflow:hidden}}@media screen and (max-width:1100px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{overflow:hidden}}.pd-0{padding:0}@media screen and (max-width:599px){.pd-0-m-s{padding:0}}@media screen and (max-width:640px){.pd-0-m{padding:0}}@media screen and (min-width:641px) and (max-width:1101px){.pd-0-t{padding:0}}@media screen and (min-width:1101px){.pd-0-d{padding:0}}@media screen and (max-width:1100px){.pd-0-m-t{padding:0}}.pdt-0{padding-top:0}@media screen and (max-width:599px){.pdt-0-m-s{padding-top:0}}@media screen and (max-width:640px){.pdt-0-m{padding-top:0}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-0-t{padding-top:0}}@media screen and (min-width:1101px){.pdt-0-d{padding-top:0}}@media screen and (max-width:1100px){.pdt-0-m-t{padding-top:0}}.pdr-0{padding-right:0}@media screen and (max-width:599px){.pdr-0-m-s{padding-right:0}}@media screen and (max-width:640px){.pdr-0-m{padding-right:0}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-0-t{padding-right:0}}@media screen and (min-width:1101px){.pdr-0-d{padding-right:0}}@media screen and (max-width:1100px){.pdr-0-m-t{padding-right:0}}.pdb-0{padding-bottom:0}@media screen and (max-width:599px){.pdb-0-m-s{padding-bottom:0}}@media screen and (max-width:640px){.pdb-0-m{padding-bottom:0}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-0-t{padding-bottom:0}}@media screen and (min-width:1101px){.pdb-0-d{padding-bottom:0}}@media screen and (max-width:1100px){.pdb-0-m-t{padding-bottom:0}}.pdl-0{padding-left:0}@media screen and (max-width:599px){.pdl-0-m-s{padding-left:0}}@media screen and (max-width:640px){.pdl-0-m{padding-left:0}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-0-t{padding-left:0}}@media screen and (min-width:1101px){.pdl-0-d{padding-left:0}}@media screen and (max-width:1100px){.pdl-0-m-t{padding-left:0}}.pdlr-a{padding-left:0;padding-right:0}@media screen and (max-width:599px){.pdlr-a-m-s{padding-left:0;padding-right:0}}@media screen and (max-width:640px){.pdlr-a-m{padding-left:0;padding-right:0}}@media screen and (min-width:641px) and (max-width:1101px){.pdlr-a-t{padding-left:0;padding-right:0}}@media screen and (min-width:1101px){.pdlr-a-d{padding-left:0;padding-right:0}}@media screen and (max-width:1100px){.pdlr-a-m-t{padding-left:0;padding-right:0}}.pd-1\/12{padding:8.33333%}@media screen and (max-width:599px){.pd-1\/12-m-s{padding:8.33333%}}@media screen and (max-width:640px){.pd-1\/12-m{padding:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-1\/12-t{padding:8.33333%}}@media screen and (min-width:1101px){.pd-1\/12-d{padding:8.33333%}}@media screen and (max-width:1100px){.pd-1\/12-m-t{padding:8.33333%}}.pdt-1\/12{padding-top:8.33333%}@media screen and (max-width:599px){.pdt-1\/12-m-s{padding-top:8.33333%}}@media screen and (max-width:640px){.pdt-1\/12-m{padding-top:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-1\/12-t{padding-top:8.33333%}}@media screen and (min-width:1101px){.pdt-1\/12-d{padding-top:8.33333%}}@media screen and (max-width:1100px){.pdt-1\/12-m-t{padding-top:8.33333%}}.pdr-1\/12{padding-right:8.33333%}@media screen and (max-width:599px){.pdr-1\/12-m-s{padding-right:8.33333%}}@media screen and (max-width:640px){.pdr-1\/12-m{padding-right:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-1\/12-t{padding-right:8.33333%}}@media screen and (min-width:1101px){.pdr-1\/12-d{padding-right:8.33333%}}@media screen and (max-width:1100px){.pdr-1\/12-m-t{padding-right:8.33333%}}.pdb-1\/12{padding-bottom:8.33333%}@media screen and (max-width:599px){.pdb-1\/12-m-s{padding-bottom:8.33333%}}@media screen and (max-width:640px){.pdb-1\/12-m{padding-bottom:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-1\/12-t{padding-bottom:8.33333%}}@media screen and (min-width:1101px){.pdb-1\/12-d{padding-bottom:8.33333%}}@media screen and (max-width:1100px){.pdb-1\/12-m-t{padding-bottom:8.33333%}}.pdl-1\/12{padding-left:8.33333%}@media screen and (max-width:599px){.pdl-1\/12-m-s{padding-left:8.33333%}}@media screen and (max-width:640px){.pdl-1\/12-m{padding-left:8.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-1\/12-t{padding-left:8.33333%}}@media screen and (min-width:1101px){.pdl-1\/12-d{padding-left:8.33333%}}@media screen and (max-width:1100px){.pdl-1\/12-m-t{padding-left:8.33333%}}.pd-2\/12{padding:16.66667%}@media screen and (max-width:599px){.pd-2\/12-m-s{padding:16.66667%}}@media screen and (max-width:640px){.pd-2\/12-m{padding:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-2\/12-t{padding:16.66667%}}@media screen and (min-width:1101px){.pd-2\/12-d{padding:16.66667%}}@media screen and (max-width:1100px){.pd-2\/12-m-t{padding:16.66667%}}.pdt-2\/12{padding-top:16.66667%}@media screen and (max-width:599px){.pdt-2\/12-m-s{padding-top:16.66667%}}@media screen and (max-width:640px){.pdt-2\/12-m{padding-top:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-2\/12-t{padding-top:16.66667%}}@media screen and (min-width:1101px){.pdt-2\/12-d{padding-top:16.66667%}}@media screen and (max-width:1100px){.pdt-2\/12-m-t{padding-top:16.66667%}}.pdr-2\/12{padding-right:16.66667%}@media screen and (max-width:599px){.pdr-2\/12-m-s{padding-right:16.66667%}}@media screen and (max-width:640px){.pdr-2\/12-m{padding-right:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-2\/12-t{padding-right:16.66667%}}@media screen and (min-width:1101px){.pdr-2\/12-d{padding-right:16.66667%}}@media screen and (max-width:1100px){.pdr-2\/12-m-t{padding-right:16.66667%}}.pdb-2\/12{padding-bottom:16.66667%}@media screen and (max-width:599px){.pdb-2\/12-m-s{padding-bottom:16.66667%}}@media screen and (max-width:640px){.pdb-2\/12-m{padding-bottom:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-2\/12-t{padding-bottom:16.66667%}}@media screen and (min-width:1101px){.pdb-2\/12-d{padding-bottom:16.66667%}}@media screen and (max-width:1100px){.pdb-2\/12-m-t{padding-bottom:16.66667%}}.pdl-2\/12{padding-left:16.66667%}@media screen and (max-width:599px){.pdl-2\/12-m-s{padding-left:16.66667%}}@media screen and (max-width:640px){.pdl-2\/12-m{padding-left:16.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-2\/12-t{padding-left:16.66667%}}@media screen and (min-width:1101px){.pdl-2\/12-d{padding-left:16.66667%}}@media screen and (max-width:1100px){.pdl-2\/12-m-t{padding-left:16.66667%}}.pd-3\/12{padding:25%}@media screen and (max-width:599px){.pd-3\/12-m-s{padding:25%}}@media screen and (max-width:640px){.pd-3\/12-m{padding:25%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-3\/12-t{padding:25%}}@media screen and (min-width:1101px){.pd-3\/12-d{padding:25%}}@media screen and (max-width:1100px){.pd-3\/12-m-t{padding:25%}}.pdt-3\/12{padding-top:25%}@media screen and (max-width:599px){.pdt-3\/12-m-s{padding-top:25%}}@media screen and (max-width:640px){.pdt-3\/12-m{padding-top:25%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-3\/12-t{padding-top:25%}}@media screen and (min-width:1101px){.pdt-3\/12-d{padding-top:25%}}@media screen and (max-width:1100px){.pdt-3\/12-m-t{padding-top:25%}}.pdr-3\/12{padding-right:25%}@media screen and (max-width:599px){.pdr-3\/12-m-s{padding-right:25%}}@media screen and (max-width:640px){.pdr-3\/12-m{padding-right:25%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-3\/12-t{padding-right:25%}}@media screen and (min-width:1101px){.pdr-3\/12-d{padding-right:25%}}@media screen and (max-width:1100px){.pdr-3\/12-m-t{padding-right:25%}}.pdb-3\/12{padding-bottom:25%}@media screen and (max-width:599px){.pdb-3\/12-m-s{padding-bottom:25%}}@media screen and (max-width:640px){.pdb-3\/12-m{padding-bottom:25%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-3\/12-t{padding-bottom:25%}}@media screen and (min-width:1101px){.pdb-3\/12-d{padding-bottom:25%}}@media screen and (max-width:1100px){.pdb-3\/12-m-t{padding-bottom:25%}}.pdl-3\/12{padding-left:25%}@media screen and (max-width:599px){.pdl-3\/12-m-s{padding-left:25%}}@media screen and (max-width:640px){.pdl-3\/12-m{padding-left:25%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-3\/12-t{padding-left:25%}}@media screen and (min-width:1101px){.pdl-3\/12-d{padding-left:25%}}@media screen and (max-width:1100px){.pdl-3\/12-m-t{padding-left:25%}}.pd-4\/12{padding:33.33333%}@media screen and (max-width:599px){.pd-4\/12-m-s{padding:33.33333%}}@media screen and (max-width:640px){.pd-4\/12-m{padding:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-4\/12-t{padding:33.33333%}}@media screen and (min-width:1101px){.pd-4\/12-d{padding:33.33333%}}@media screen and (max-width:1100px){.pd-4\/12-m-t{padding:33.33333%}}.pdt-4\/12{padding-top:33.33333%}@media screen and (max-width:599px){.pdt-4\/12-m-s{padding-top:33.33333%}}@media screen and (max-width:640px){.pdt-4\/12-m{padding-top:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-4\/12-t{padding-top:33.33333%}}@media screen and (min-width:1101px){.pdt-4\/12-d{padding-top:33.33333%}}@media screen and (max-width:1100px){.pdt-4\/12-m-t{padding-top:33.33333%}}.pdr-4\/12{padding-right:33.33333%}@media screen and (max-width:599px){.pdr-4\/12-m-s{padding-right:33.33333%}}@media screen and (max-width:640px){.pdr-4\/12-m{padding-right:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-4\/12-t{padding-right:33.33333%}}@media screen and (min-width:1101px){.pdr-4\/12-d{padding-right:33.33333%}}@media screen and (max-width:1100px){.pdr-4\/12-m-t{padding-right:33.33333%}}.pdb-4\/12{padding-bottom:33.33333%}@media screen and (max-width:599px){.pdb-4\/12-m-s{padding-bottom:33.33333%}}@media screen and (max-width:640px){.pdb-4\/12-m{padding-bottom:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-4\/12-t{padding-bottom:33.33333%}}@media screen and (min-width:1101px){.pdb-4\/12-d{padding-bottom:33.33333%}}@media screen and (max-width:1100px){.pdb-4\/12-m-t{padding-bottom:33.33333%}}.pdl-4\/12{padding-left:33.33333%}@media screen and (max-width:599px){.pdl-4\/12-m-s{padding-left:33.33333%}}@media screen and (max-width:640px){.pdl-4\/12-m{padding-left:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-4\/12-t{padding-left:33.33333%}}@media screen and (min-width:1101px){.pdl-4\/12-d{padding-left:33.33333%}}@media screen and (max-width:1100px){.pdl-4\/12-m-t{padding-left:33.33333%}}.pd-5\/12{padding:41.66667%}@media screen and (max-width:599px){.pd-5\/12-m-s{padding:41.66667%}}@media screen and (max-width:640px){.pd-5\/12-m{padding:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-5\/12-t{padding:41.66667%}}@media screen and (min-width:1101px){.pd-5\/12-d{padding:41.66667%}}@media screen and (max-width:1100px){.pd-5\/12-m-t{padding:41.66667%}}.pdt-5\/12{padding-top:41.66667%}@media screen and (max-width:599px){.pdt-5\/12-m-s{padding-top:41.66667%}}@media screen and (max-width:640px){.pdt-5\/12-m{padding-top:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-5\/12-t{padding-top:41.66667%}}@media screen and (min-width:1101px){.pdt-5\/12-d{padding-top:41.66667%}}@media screen and (max-width:1100px){.pdt-5\/12-m-t{padding-top:41.66667%}}.pdr-5\/12{padding-right:41.66667%}@media screen and (max-width:599px){.pdr-5\/12-m-s{padding-right:41.66667%}}@media screen and (max-width:640px){.pdr-5\/12-m{padding-right:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-5\/12-t{padding-right:41.66667%}}@media screen and (min-width:1101px){.pdr-5\/12-d{padding-right:41.66667%}}@media screen and (max-width:1100px){.pdr-5\/12-m-t{padding-right:41.66667%}}.pdb-5\/12{padding-bottom:41.66667%}@media screen and (max-width:599px){.pdb-5\/12-m-s{padding-bottom:41.66667%}}@media screen and (max-width:640px){.pdb-5\/12-m{padding-bottom:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-5\/12-t{padding-bottom:41.66667%}}@media screen and (min-width:1101px){.pdb-5\/12-d{padding-bottom:41.66667%}}@media screen and (max-width:1100px){.pdb-5\/12-m-t{padding-bottom:41.66667%}}.pdl-5\/12{padding-left:41.66667%}@media screen and (max-width:599px){.pdl-5\/12-m-s{padding-left:41.66667%}}@media screen and (max-width:640px){.pdl-5\/12-m{padding-left:41.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-5\/12-t{padding-left:41.66667%}}@media screen and (min-width:1101px){.pdl-5\/12-d{padding-left:41.66667%}}@media screen and (max-width:1100px){.pdl-5\/12-m-t{padding-left:41.66667%}}.pd-6\/12{padding:50%}@media screen and (max-width:599px){.pd-6\/12-m-s{padding:50%}}@media screen and (max-width:640px){.pd-6\/12-m{padding:50%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-6\/12-t{padding:50%}}@media screen and (min-width:1101px){.pd-6\/12-d{padding:50%}}@media screen and (max-width:1100px){.pd-6\/12-m-t{padding:50%}}.pdt-6\/12{padding-top:50%}@media screen and (max-width:599px){.pdt-6\/12-m-s{padding-top:50%}}@media screen and (max-width:640px){.pdt-6\/12-m{padding-top:50%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-6\/12-t{padding-top:50%}}@media screen and (min-width:1101px){.pdt-6\/12-d{padding-top:50%}}@media screen and (max-width:1100px){.pdt-6\/12-m-t{padding-top:50%}}.pdr-6\/12{padding-right:50%}@media screen and (max-width:599px){.pdr-6\/12-m-s{padding-right:50%}}@media screen and (max-width:640px){.pdr-6\/12-m{padding-right:50%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-6\/12-t{padding-right:50%}}@media screen and (min-width:1101px){.pdr-6\/12-d{padding-right:50%}}@media screen and (max-width:1100px){.pdr-6\/12-m-t{padding-right:50%}}.pdb-6\/12{padding-bottom:50%}@media screen and (max-width:599px){.pdb-6\/12-m-s{padding-bottom:50%}}@media screen and (max-width:640px){.pdb-6\/12-m{padding-bottom:50%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-6\/12-t{padding-bottom:50%}}@media screen and (min-width:1101px){.pdb-6\/12-d{padding-bottom:50%}}@media screen and (max-width:1100px){.pdb-6\/12-m-t{padding-bottom:50%}}.pdl-6\/12{padding-left:50%}@media screen and (max-width:599px){.pdl-6\/12-m-s{padding-left:50%}}@media screen and (max-width:640px){.pdl-6\/12-m{padding-left:50%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-6\/12-t{padding-left:50%}}@media screen and (min-width:1101px){.pdl-6\/12-d{padding-left:50%}}@media screen and (max-width:1100px){.pdl-6\/12-m-t{padding-left:50%}}.pd-7\/12{padding:58.33333%}@media screen and (max-width:599px){.pd-7\/12-m-s{padding:58.33333%}}@media screen and (max-width:640px){.pd-7\/12-m{padding:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-7\/12-t{padding:58.33333%}}@media screen and (min-width:1101px){.pd-7\/12-d{padding:58.33333%}}@media screen and (max-width:1100px){.pd-7\/12-m-t{padding:58.33333%}}.pdt-7\/12{padding-top:58.33333%}@media screen and (max-width:599px){.pdt-7\/12-m-s{padding-top:58.33333%}}@media screen and (max-width:640px){.pdt-7\/12-m{padding-top:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-7\/12-t{padding-top:58.33333%}}@media screen and (min-width:1101px){.pdt-7\/12-d{padding-top:58.33333%}}@media screen and (max-width:1100px){.pdt-7\/12-m-t{padding-top:58.33333%}}.pdr-7\/12{padding-right:58.33333%}@media screen and (max-width:599px){.pdr-7\/12-m-s{padding-right:58.33333%}}@media screen and (max-width:640px){.pdr-7\/12-m{padding-right:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-7\/12-t{padding-right:58.33333%}}@media screen and (min-width:1101px){.pdr-7\/12-d{padding-right:58.33333%}}@media screen and (max-width:1100px){.pdr-7\/12-m-t{padding-right:58.33333%}}.pdb-7\/12{padding-bottom:58.33333%}@media screen and (max-width:599px){.pdb-7\/12-m-s{padding-bottom:58.33333%}}@media screen and (max-width:640px){.pdb-7\/12-m{padding-bottom:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-7\/12-t{padding-bottom:58.33333%}}@media screen and (min-width:1101px){.pdb-7\/12-d{padding-bottom:58.33333%}}@media screen and (max-width:1100px){.pdb-7\/12-m-t{padding-bottom:58.33333%}}.pdl-7\/12{padding-left:58.33333%}@media screen and (max-width:599px){.pdl-7\/12-m-s{padding-left:58.33333%}}@media screen and (max-width:640px){.pdl-7\/12-m{padding-left:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-7\/12-t{padding-left:58.33333%}}@media screen and (min-width:1101px){.pdl-7\/12-d{padding-left:58.33333%}}@media screen and (max-width:1100px){.pdl-7\/12-m-t{padding-left:58.33333%}}.pd-8\/12{padding:66.66667%}@media screen and (max-width:599px){.pd-8\/12-m-s{padding:66.66667%}}@media screen and (max-width:640px){.pd-8\/12-m{padding:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-8\/12-t{padding:66.66667%}}@media screen and (min-width:1101px){.pd-8\/12-d{padding:66.66667%}}@media screen and (max-width:1100px){.pd-8\/12-m-t{padding:66.66667%}}.pdt-8\/12{padding-top:66.66667%}@media screen and (max-width:599px){.pdt-8\/12-m-s{padding-top:66.66667%}}@media screen and (max-width:640px){.pdt-8\/12-m{padding-top:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-8\/12-t{padding-top:66.66667%}}@media screen and (min-width:1101px){.pdt-8\/12-d{padding-top:66.66667%}}@media screen and (max-width:1100px){.pdt-8\/12-m-t{padding-top:66.66667%}}.pdr-8\/12{padding-right:66.66667%}@media screen and (max-width:599px){.pdr-8\/12-m-s{padding-right:66.66667%}}@media screen and (max-width:640px){.pdr-8\/12-m{padding-right:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-8\/12-t{padding-right:66.66667%}}@media screen and (min-width:1101px){.pdr-8\/12-d{padding-right:66.66667%}}@media screen and (max-width:1100px){.pdr-8\/12-m-t{padding-right:66.66667%}}.pdb-8\/12{padding-bottom:66.66667%}@media screen and (max-width:599px){.pdb-8\/12-m-s{padding-bottom:66.66667%}}@media screen and (max-width:640px){.pdb-8\/12-m{padding-bottom:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-8\/12-t{padding-bottom:66.66667%}}@media screen and (min-width:1101px){.pdb-8\/12-d{padding-bottom:66.66667%}}@media screen and (max-width:1100px){.pdb-8\/12-m-t{padding-bottom:66.66667%}}.pdl-8\/12{padding-left:66.66667%}@media screen and (max-width:599px){.pdl-8\/12-m-s{padding-left:66.66667%}}@media screen and (max-width:640px){.pdl-8\/12-m{padding-left:66.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-8\/12-t{padding-left:66.66667%}}@media screen and (min-width:1101px){.pdl-8\/12-d{padding-left:66.66667%}}@media screen and (max-width:1100px){.pdl-8\/12-m-t{padding-left:66.66667%}}.pd-9\/12{padding:75%}@media screen and (max-width:599px){.pd-9\/12-m-s{padding:75%}}@media screen and (max-width:640px){.pd-9\/12-m{padding:75%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-9\/12-t{padding:75%}}@media screen and (min-width:1101px){.pd-9\/12-d{padding:75%}}@media screen and (max-width:1100px){.pd-9\/12-m-t{padding:75%}}.pdt-9\/12{padding-top:75%}@media screen and (max-width:599px){.pdt-9\/12-m-s{padding-top:75%}}@media screen and (max-width:640px){.pdt-9\/12-m{padding-top:75%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-9\/12-t{padding-top:75%}}@media screen and (min-width:1101px){.pdt-9\/12-d{padding-top:75%}}@media screen and (max-width:1100px){.pdt-9\/12-m-t{padding-top:75%}}.pdr-9\/12{padding-right:75%}@media screen and (max-width:599px){.pdr-9\/12-m-s{padding-right:75%}}@media screen and (max-width:640px){.pdr-9\/12-m{padding-right:75%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-9\/12-t{padding-right:75%}}@media screen and (min-width:1101px){.pdr-9\/12-d{padding-right:75%}}@media screen and (max-width:1100px){.pdr-9\/12-m-t{padding-right:75%}}.pdb-9\/12{padding-bottom:75%}@media screen and (max-width:599px){.pdb-9\/12-m-s{padding-bottom:75%}}@media screen and (max-width:640px){.pdb-9\/12-m{padding-bottom:75%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-9\/12-t{padding-bottom:75%}}@media screen and (min-width:1101px){.pdb-9\/12-d{padding-bottom:75%}}@media screen and (max-width:1100px){.pdb-9\/12-m-t{padding-bottom:75%}}.pdl-9\/12{padding-left:75%}@media screen and (max-width:599px){.pdl-9\/12-m-s{padding-left:75%}}@media screen and (max-width:640px){.pdl-9\/12-m{padding-left:75%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-9\/12-t{padding-left:75%}}@media screen and (min-width:1101px){.pdl-9\/12-d{padding-left:75%}}@media screen and (max-width:1100px){.pdl-9\/12-m-t{padding-left:75%}}.pd-10\/12{padding:83.33333%}@media screen and (max-width:599px){.pd-10\/12-m-s{padding:83.33333%}}@media screen and (max-width:640px){.pd-10\/12-m{padding:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-10\/12-t{padding:83.33333%}}@media screen and (min-width:1101px){.pd-10\/12-d{padding:83.33333%}}@media screen and (max-width:1100px){.pd-10\/12-m-t{padding:83.33333%}}.pdt-10\/12{padding-top:83.33333%}@media screen and (max-width:599px){.pdt-10\/12-m-s{padding-top:83.33333%}}@media screen and (max-width:640px){.pdt-10\/12-m{padding-top:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-10\/12-t{padding-top:83.33333%}}@media screen and (min-width:1101px){.pdt-10\/12-d{padding-top:83.33333%}}@media screen and (max-width:1100px){.pdt-10\/12-m-t{padding-top:83.33333%}}.pdr-10\/12{padding-right:83.33333%}@media screen and (max-width:599px){.pdr-10\/12-m-s{padding-right:83.33333%}}@media screen and (max-width:640px){.pdr-10\/12-m{padding-right:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-10\/12-t{padding-right:83.33333%}}@media screen and (min-width:1101px){.pdr-10\/12-d{padding-right:83.33333%}}@media screen and (max-width:1100px){.pdr-10\/12-m-t{padding-right:83.33333%}}.pdb-10\/12{padding-bottom:83.33333%}@media screen and (max-width:599px){.pdb-10\/12-m-s{padding-bottom:83.33333%}}@media screen and (max-width:640px){.pdb-10\/12-m{padding-bottom:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-10\/12-t{padding-bottom:83.33333%}}@media screen and (min-width:1101px){.pdb-10\/12-d{padding-bottom:83.33333%}}@media screen and (max-width:1100px){.pdb-10\/12-m-t{padding-bottom:83.33333%}}.pdl-10\/12{padding-left:83.33333%}@media screen and (max-width:599px){.pdl-10\/12-m-s{padding-left:83.33333%}}@media screen and (max-width:640px){.pdl-10\/12-m{padding-left:83.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-10\/12-t{padding-left:83.33333%}}@media screen and (min-width:1101px){.pdl-10\/12-d{padding-left:83.33333%}}@media screen and (max-width:1100px){.pdl-10\/12-m-t{padding-left:83.33333%}}.pd-11\/12{padding:91.66667%}@media screen and (max-width:599px){.pd-11\/12-m-s{padding:91.66667%}}@media screen and (max-width:640px){.pd-11\/12-m{padding:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-11\/12-t{padding:91.66667%}}@media screen and (min-width:1101px){.pd-11\/12-d{padding:91.66667%}}@media screen and (max-width:1100px){.pd-11\/12-m-t{padding:91.66667%}}.pdt-11\/12{padding-top:91.66667%}@media screen and (max-width:599px){.pdt-11\/12-m-s{padding-top:91.66667%}}@media screen and (max-width:640px){.pdt-11\/12-m{padding-top:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-11\/12-t{padding-top:91.66667%}}@media screen and (min-width:1101px){.pdt-11\/12-d{padding-top:91.66667%}}@media screen and (max-width:1100px){.pdt-11\/12-m-t{padding-top:91.66667%}}.pdr-11\/12{padding-right:91.66667%}@media screen and (max-width:599px){.pdr-11\/12-m-s{padding-right:91.66667%}}@media screen and (max-width:640px){.pdr-11\/12-m{padding-right:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-11\/12-t{padding-right:91.66667%}}@media screen and (min-width:1101px){.pdr-11\/12-d{padding-right:91.66667%}}@media screen and (max-width:1100px){.pdr-11\/12-m-t{padding-right:91.66667%}}.pdb-11\/12{padding-bottom:91.66667%}@media screen and (max-width:599px){.pdb-11\/12-m-s{padding-bottom:91.66667%}}@media screen and (max-width:640px){.pdb-11\/12-m{padding-bottom:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-11\/12-t{padding-bottom:91.66667%}}@media screen and (min-width:1101px){.pdb-11\/12-d{padding-bottom:91.66667%}}@media screen and (max-width:1100px){.pdb-11\/12-m-t{padding-bottom:91.66667%}}.pdl-11\/12{padding-left:91.66667%}@media screen and (max-width:599px){.pdl-11\/12-m-s{padding-left:91.66667%}}@media screen and (max-width:640px){.pdl-11\/12-m{padding-left:91.66667%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-11\/12-t{padding-left:91.66667%}}@media screen and (min-width:1101px){.pdl-11\/12-d{padding-left:91.66667%}}@media screen and (max-width:1100px){.pdl-11\/12-m-t{padding-left:91.66667%}}.pd-12\/12{padding:100%}@media screen and (max-width:599px){.pd-12\/12-m-s{padding:100%}}@media screen and (max-width:640px){.pd-12\/12-m{padding:100%}}@media screen and (min-width:641px) and (max-width:1101px){.pd-12\/12-t{padding:100%}}@media screen and (min-width:1101px){.pd-12\/12-d{padding:100%}}@media screen and (max-width:1100px){.pd-12\/12-m-t{padding:100%}}.pdt-12\/12{padding-top:100%}@media screen and (max-width:599px){.pdt-12\/12-m-s{padding-top:100%}}@media screen and (max-width:640px){.pdt-12\/12-m{padding-top:100%}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-12\/12-t{padding-top:100%}}@media screen and (min-width:1101px){.pdt-12\/12-d{padding-top:100%}}@media screen and (max-width:1100px){.pdt-12\/12-m-t{padding-top:100%}}.pdr-12\/12{padding-right:100%}@media screen and (max-width:599px){.pdr-12\/12-m-s{padding-right:100%}}@media screen and (max-width:640px){.pdr-12\/12-m{padding-right:100%}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-12\/12-t{padding-right:100%}}@media screen and (min-width:1101px){.pdr-12\/12-d{padding-right:100%}}@media screen and (max-width:1100px){.pdr-12\/12-m-t{padding-right:100%}}.pdb-12\/12{padding-bottom:100%}@media screen and (max-width:599px){.pdb-12\/12-m-s{padding-bottom:100%}}@media screen and (max-width:640px){.pdb-12\/12-m{padding-bottom:100%}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-12\/12-t{padding-bottom:100%}}@media screen and (min-width:1101px){.pdb-12\/12-d{padding-bottom:100%}}@media screen and (max-width:1100px){.pdb-12\/12-m-t{padding-bottom:100%}}.pdl-12\/12{padding-left:100%}@media screen and (max-width:599px){.pdl-12\/12-m-s{padding-left:100%}}@media screen and (max-width:640px){.pdl-12\/12-m{padding-left:100%}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-12\/12-t{padding-left:100%}}@media screen and (min-width:1101px){.pdl-12\/12-d{padding-left:100%}}@media screen and (max-width:1100px){.pdl-12\/12-m-t{padding-left:100%}}.pd-0a{padding:0 auto}@media screen and (max-width:599px){.pd-0a-m-s{padding:0 auto}}@media screen and (max-width:640px){.pd-0a-m{padding:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.pd-0a-t{padding:0 auto}}@media screen and (min-width:1101px){.pd-0a-d{padding:0 auto}}@media screen and (max-width:1100px){.pd-0a-m-t{padding:0 auto}}.pdt-0a{padding-top:0 auto}@media screen and (max-width:599px){.pdt-0a-m-s{padding-top:0 auto}}@media screen and (max-width:640px){.pdt-0a-m{padding-top:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-0a-t{padding-top:0 auto}}@media screen and (min-width:1101px){.pdt-0a-d{padding-top:0 auto}}@media screen and (max-width:1100px){.pdt-0a-m-t{padding-top:0 auto}}.pdr-0a{padding-right:0 auto}@media screen and (max-width:599px){.pdr-0a-m-s{padding-right:0 auto}}@media screen and (max-width:640px){.pdr-0a-m{padding-right:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-0a-t{padding-right:0 auto}}@media screen and (min-width:1101px){.pdr-0a-d{padding-right:0 auto}}@media screen and (max-width:1100px){.pdr-0a-m-t{padding-right:0 auto}}.pdb-0a{padding-bottom:0 auto}@media screen and (max-width:599px){.pdb-0a-m-s{padding-bottom:0 auto}}@media screen and (max-width:640px){.pdb-0a-m{padding-bottom:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-0a-t{padding-bottom:0 auto}}@media screen and (min-width:1101px){.pdb-0a-d{padding-bottom:0 auto}}@media screen and (max-width:1100px){.pdb-0a-m-t{padding-bottom:0 auto}}.pdl-0a{padding-left:0 auto}@media screen and (max-width:599px){.pdl-0a-m-s{padding-left:0 auto}}@media screen and (max-width:640px){.pdl-0a-m{padding-left:0 auto}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-0a-t{padding-left:0 auto}}@media screen and (min-width:1101px){.pdl-0a-d{padding-left:0 auto}}@media screen and (max-width:1100px){.pdl-0a-m-t{padding-left:0 auto}}.pd-5{padding:5px}@media screen and (max-width:599px){.pd-5-m-s{padding:5px}}@media screen and (max-width:640px){.pd-5-m{padding:5px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-5-t{padding:5px}}@media screen and (min-width:1101px){.pd-5-d{padding:5px}}@media screen and (max-width:1100px){.pd-5-m-t{padding:5px}}.pdt-5{padding-top:5px}@media screen and (max-width:599px){.pdt-5-m-s{padding-top:5px}}@media screen and (max-width:640px){.pdt-5-m{padding-top:5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-5-t{padding-top:5px}}@media screen and (min-width:1101px){.pdt-5-d{padding-top:5px}}@media screen and (max-width:1100px){.pdt-5-m-t{padding-top:5px}}.pdr-5{padding-right:5px}@media screen and (max-width:599px){.pdr-5-m-s{padding-right:5px}}@media screen and (max-width:640px){.pdr-5-m{padding-right:5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-5-t{padding-right:5px}}@media screen and (min-width:1101px){.pdr-5-d{padding-right:5px}}@media screen and (max-width:1100px){.pdr-5-m-t{padding-right:5px}}.pdb-5{padding-bottom:5px}@media screen and (max-width:599px){.pdb-5-m-s{padding-bottom:5px}}@media screen and (max-width:640px){.pdb-5-m{padding-bottom:5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-5-t{padding-bottom:5px}}@media screen and (min-width:1101px){.pdb-5-d{padding-bottom:5px}}@media screen and (max-width:1100px){.pdb-5-m-t{padding-bottom:5px}}.pdl-5{padding-left:5px}@media screen and (max-width:599px){.pdl-5-m-s{padding-left:5px}}@media screen and (max-width:640px){.pdl-5-m{padding-left:5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-5-t{padding-left:5px}}@media screen and (min-width:1101px){.pdl-5-d{padding-left:5px}}@media screen and (max-width:1100px){.pdl-5-m-t{padding-left:5px}}.pd-7\.5{padding:7.5px}@media screen and (max-width:599px){.pd-7\.5-m-s{padding:7.5px}}@media screen and (max-width:640px){.pd-7\.5-m{padding:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-7\.5-t{padding:7.5px}}@media screen and (min-width:1101px){.pd-7\.5-d{padding:7.5px}}@media screen and (max-width:1100px){.pd-7\.5-m-t{padding:7.5px}}.pdt-7\.5{padding-top:7.5px}@media screen and (max-width:599px){.pdt-7\.5-m-s{padding-top:7.5px}}@media screen and (max-width:640px){.pdt-7\.5-m{padding-top:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-7\.5-t{padding-top:7.5px}}@media screen and (min-width:1101px){.pdt-7\.5-d{padding-top:7.5px}}@media screen and (max-width:1100px){.pdt-7\.5-m-t{padding-top:7.5px}}.pdr-7\.5{padding-right:7.5px}@media screen and (max-width:599px){.pdr-7\.5-m-s{padding-right:7.5px}}@media screen and (max-width:640px){.pdr-7\.5-m{padding-right:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-7\.5-t{padding-right:7.5px}}@media screen and (min-width:1101px){.pdr-7\.5-d{padding-right:7.5px}}@media screen and (max-width:1100px){.pdr-7\.5-m-t{padding-right:7.5px}}.pdb-7\.5{padding-bottom:7.5px}@media screen and (max-width:599px){.pdb-7\.5-m-s{padding-bottom:7.5px}}@media screen and (max-width:640px){.pdb-7\.5-m{padding-bottom:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-7\.5-t{padding-bottom:7.5px}}@media screen and (min-width:1101px){.pdb-7\.5-d{padding-bottom:7.5px}}@media screen and (max-width:1100px){.pdb-7\.5-m-t{padding-bottom:7.5px}}.pdl-7\.5{padding-left:7.5px}@media screen and (max-width:599px){.pdl-7\.5-m-s{padding-left:7.5px}}@media screen and (max-width:640px){.pdl-7\.5-m{padding-left:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-7\.5-t{padding-left:7.5px}}@media screen and (min-width:1101px){.pdl-7\.5-d{padding-left:7.5px}}@media screen and (max-width:1100px){.pdl-7\.5-m-t{padding-left:7.5px}}.pd-10{padding:10px}@media screen and (max-width:599px){.pd-10-m-s{padding:10px}}@media screen and (max-width:640px){.pd-10-m{padding:10px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-10-t{padding:10px}}@media screen and (min-width:1101px){.pd-10-d{padding:10px}}@media screen and (max-width:1100px){.pd-10-m-t{padding:10px}}.pdt-10{padding-top:10px}@media screen and (max-width:599px){.pdt-10-m-s{padding-top:10px}}@media screen and (max-width:640px){.pdt-10-m{padding-top:10px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-10-t{padding-top:10px}}@media screen and (min-width:1101px){.pdt-10-d{padding-top:10px}}@media screen and (max-width:1100px){.pdt-10-m-t{padding-top:10px}}.pdr-10{padding-right:10px}@media screen and (max-width:599px){.pdr-10-m-s{padding-right:10px}}@media screen and (max-width:640px){.pdr-10-m{padding-right:10px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-10-t{padding-right:10px}}@media screen and (min-width:1101px){.pdr-10-d{padding-right:10px}}@media screen and (max-width:1100px){.pdr-10-m-t{padding-right:10px}}.pdb-10{padding-bottom:10px}@media screen and (max-width:599px){.pdb-10-m-s{padding-bottom:10px}}@media screen and (max-width:640px){.pdb-10-m{padding-bottom:10px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-10-t{padding-bottom:10px}}@media screen and (min-width:1101px){.pdb-10-d{padding-bottom:10px}}@media screen and (max-width:1100px){.pdb-10-m-t{padding-bottom:10px}}.pdl-10{padding-left:10px}@media screen and (max-width:599px){.pdl-10-m-s{padding-left:10px}}@media screen and (max-width:640px){.pdl-10-m{padding-left:10px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-10-t{padding-left:10px}}@media screen and (min-width:1101px){.pdl-10-d{padding-left:10px}}@media screen and (max-width:1100px){.pdl-10-m-t{padding-left:10px}}.pd-15{padding:15px}@media screen and (max-width:599px){.pd-15-m-s{padding:15px}}@media screen and (max-width:640px){.pd-15-m{padding:15px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-15-t{padding:15px}}@media screen and (min-width:1101px){.pd-15-d{padding:15px}}@media screen and (max-width:1100px){.pd-15-m-t{padding:15px}}.pdt-15{padding-top:15px}@media screen and (max-width:599px){.pdt-15-m-s{padding-top:15px}}@media screen and (max-width:640px){.pdt-15-m{padding-top:15px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-15-t{padding-top:15px}}@media screen and (min-width:1101px){.pdt-15-d{padding-top:15px}}@media screen and (max-width:1100px){.pdt-15-m-t{padding-top:15px}}.pdr-15{padding-right:15px}@media screen and (max-width:599px){.pdr-15-m-s{padding-right:15px}}@media screen and (max-width:640px){.pdr-15-m{padding-right:15px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-15-t{padding-right:15px}}@media screen and (min-width:1101px){.pdr-15-d{padding-right:15px}}@media screen and (max-width:1100px){.pdr-15-m-t{padding-right:15px}}.pdb-15{padding-bottom:15px}@media screen and (max-width:599px){.pdb-15-m-s{padding-bottom:15px}}@media screen and (max-width:640px){.pdb-15-m{padding-bottom:15px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-15-t{padding-bottom:15px}}@media screen and (min-width:1101px){.pdb-15-d{padding-bottom:15px}}@media screen and (max-width:1100px){.pdb-15-m-t{padding-bottom:15px}}.pdl-15{padding-left:15px}@media screen and (max-width:599px){.pdl-15-m-s{padding-left:15px}}@media screen and (max-width:640px){.pdl-15-m{padding-left:15px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-15-t{padding-left:15px}}@media screen and (min-width:1101px){.pdl-15-d{padding-left:15px}}@media screen and (max-width:1100px){.pdl-15-m-t{padding-left:15px}}.pd-20{padding:20px}@media screen and (max-width:599px){.pd-20-m-s{padding:20px}}@media screen and (max-width:640px){.pd-20-m{padding:20px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-20-t{padding:20px}}@media screen and (min-width:1101px){.pd-20-d{padding:20px}}@media screen and (max-width:1100px){.pd-20-m-t{padding:20px}}.pdt-20{padding-top:20px}@media screen and (max-width:599px){.pdt-20-m-s{padding-top:20px}}@media screen and (max-width:640px){.pdt-20-m{padding-top:20px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-20-t{padding-top:20px}}@media screen and (min-width:1101px){.pdt-20-d{padding-top:20px}}@media screen and (max-width:1100px){.pdt-20-m-t{padding-top:20px}}.pdr-20{padding-right:20px}@media screen and (max-width:599px){.pdr-20-m-s{padding-right:20px}}@media screen and (max-width:640px){.pdr-20-m{padding-right:20px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-20-t{padding-right:20px}}@media screen and (min-width:1101px){.pdr-20-d{padding-right:20px}}@media screen and (max-width:1100px){.pdr-20-m-t{padding-right:20px}}.pdb-20{padding-bottom:20px}@media screen and (max-width:599px){.pdb-20-m-s{padding-bottom:20px}}@media screen and (max-width:640px){.pdb-20-m{padding-bottom:20px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-20-t{padding-bottom:20px}}@media screen and (min-width:1101px){.pdb-20-d{padding-bottom:20px}}@media screen and (max-width:1100px){.pdb-20-m-t{padding-bottom:20px}}.pdl-20{padding-left:20px}@media screen and (max-width:599px){.pdl-20-m-s{padding-left:20px}}@media screen and (max-width:640px){.pdl-20-m{padding-left:20px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-20-t{padding-left:20px}}@media screen and (min-width:1101px){.pdl-20-d{padding-left:20px}}@media screen and (max-width:1100px){.pdl-20-m-t{padding-left:20px}}.pd-30{padding:30px}@media screen and (max-width:599px){.pd-30-m-s{padding:30px}}@media screen and (max-width:640px){.pd-30-m{padding:30px}}@media screen and (min-width:641px) and (max-width:1101px){.pd-30-t{padding:30px}}@media screen and (min-width:1101px){.pd-30-d{padding:30px}}@media screen and (max-width:1100px){.pd-30-m-t{padding:30px}}.pdt-30{padding-top:30px}@media screen and (max-width:599px){.pdt-30-m-s{padding-top:30px}}@media screen and (max-width:640px){.pdt-30-m{padding-top:30px}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-30-t{padding-top:30px}}@media screen and (min-width:1101px){.pdt-30-d{padding-top:30px}}@media screen and (max-width:1100px){.pdt-30-m-t{padding-top:30px}}.pdr-30{padding-right:30px}@media screen and (max-width:599px){.pdr-30-m-s{padding-right:30px}}@media screen and (max-width:640px){.pdr-30-m{padding-right:30px}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-30-t{padding-right:30px}}@media screen and (min-width:1101px){.pdr-30-d{padding-right:30px}}@media screen and (max-width:1100px){.pdr-30-m-t{padding-right:30px}}.pdb-30{padding-bottom:30px}@media screen and (max-width:599px){.pdb-30-m-s{padding-bottom:30px}}@media screen and (max-width:640px){.pdb-30-m{padding-bottom:30px}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-30-t{padding-bottom:30px}}@media screen and (min-width:1101px){.pdb-30-d{padding-bottom:30px}}@media screen and (max-width:1100px){.pdb-30-m-t{padding-bottom:30px}}.pdl-30{padding-left:30px}@media screen and (max-width:599px){.pdl-30-m-s{padding-left:30px}}@media screen and (max-width:640px){.pdl-30-m{padding-left:30px}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-30-t{padding-left:30px}}@media screen and (min-width:1101px){.pdl-30-d{padding-left:30px}}@media screen and (max-width:1100px){.pdl-30-m-t{padding-left:30px}}.pd-\.5e{padding:.5em}@media screen and (max-width:599px){.pd-\.5e-m-s{padding:.5em}}@media screen and (max-width:640px){.pd-\.5e-m{padding:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.pd-\.5e-t{padding:.5em}}@media screen and (min-width:1101px){.pd-\.5e-d{padding:.5em}}@media screen and (max-width:1100px){.pd-\.5e-m-t{padding:.5em}}.pdt-\.5e{padding-top:.5em}@media screen and (max-width:599px){.pdt-\.5e-m-s{padding-top:.5em}}@media screen and (max-width:640px){.pdt-\.5e-m{padding-top:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-\.5e-t{padding-top:.5em}}@media screen and (min-width:1101px){.pdt-\.5e-d{padding-top:.5em}}@media screen and (max-width:1100px){.pdt-\.5e-m-t{padding-top:.5em}}.pdr-\.5e{padding-right:.5em}@media screen and (max-width:599px){.pdr-\.5e-m-s{padding-right:.5em}}@media screen and (max-width:640px){.pdr-\.5e-m{padding-right:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-\.5e-t{padding-right:.5em}}@media screen and (min-width:1101px){.pdr-\.5e-d{padding-right:.5em}}@media screen and (max-width:1100px){.pdr-\.5e-m-t{padding-right:.5em}}.pdb-\.5e{padding-bottom:.5em}@media screen and (max-width:599px){.pdb-\.5e-m-s{padding-bottom:.5em}}@media screen and (max-width:640px){.pdb-\.5e-m{padding-bottom:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-\.5e-t{padding-bottom:.5em}}@media screen and (min-width:1101px){.pdb-\.5e-d{padding-bottom:.5em}}@media screen and (max-width:1100px){.pdb-\.5e-m-t{padding-bottom:.5em}}.pdl-\.5e{padding-left:.5em}@media screen and (max-width:599px){.pdl-\.5e-m-s{padding-left:.5em}}@media screen and (max-width:640px){.pdl-\.5e-m{padding-left:.5em}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-\.5e-t{padding-left:.5em}}@media screen and (min-width:1101px){.pdl-\.5e-d{padding-left:.5em}}@media screen and (max-width:1100px){.pdl-\.5e-m-t{padding-left:.5em}}.pd-1e{padding:1em}@media screen and (max-width:599px){.pd-1e-m-s{padding:1em}}@media screen and (max-width:640px){.pd-1e-m{padding:1em}}@media screen and (min-width:641px) and (max-width:1101px){.pd-1e-t{padding:1em}}@media screen and (min-width:1101px){.pd-1e-d{padding:1em}}@media screen and (max-width:1100px){.pd-1e-m-t{padding:1em}}.pdt-1e{padding-top:1em}@media screen and (max-width:599px){.pdt-1e-m-s{padding-top:1em}}@media screen and (max-width:640px){.pdt-1e-m{padding-top:1em}}@media screen and (min-width:641px) and (max-width:1101px){.pdt-1e-t{padding-top:1em}}@media screen and (min-width:1101px){.pdt-1e-d{padding-top:1em}}@media screen and (max-width:1100px){.pdt-1e-m-t{padding-top:1em}}.pdr-1e{padding-right:1em}@media screen and (max-width:599px){.pdr-1e-m-s{padding-right:1em}}@media screen and (max-width:640px){.pdr-1e-m{padding-right:1em}}@media screen and (min-width:641px) and (max-width:1101px){.pdr-1e-t{padding-right:1em}}@media screen and (min-width:1101px){.pdr-1e-d{padding-right:1em}}@media screen and (max-width:1100px){.pdr-1e-m-t{padding-right:1em}}.pdb-1e{padding-bottom:1em}@media screen and (max-width:599px){.pdb-1e-m-s{padding-bottom:1em}}@media screen and (max-width:640px){.pdb-1e-m{padding-bottom:1em}}@media screen and (min-width:641px) and (max-width:1101px){.pdb-1e-t{padding-bottom:1em}}@media screen and (min-width:1101px){.pdb-1e-d{padding-bottom:1em}}@media screen and (max-width:1100px){.pdb-1e-m-t{padding-bottom:1em}}.pdl-1e{padding-left:1em}@media screen and (max-width:599px){.pdl-1e-m-s{padding-left:1em}}@media screen and (max-width:640px){.pdl-1e-m{padding-left:1em}}@media screen and (min-width:641px) and (max-width:1101px){.pdl-1e-t{padding-left:1em}}@media screen and (min-width:1101px){.pdl-1e-d{padding-left:1em}}@media screen and (max-width:1100px){.pdl-1e-m-t{padding-left:1em}}.ta-j{text-align:justify}@media screen and (max-width:599px){.ta-j-m-s{text-align:justify}}@media screen and (max-width:640px){.ta-j-m{text-align:justify}}@media screen and (min-width:641px) and (max-width:1101px){.ta-j-t{text-align:justify}}@media screen and (min-width:1101px){.ta-j-d{text-align:justify}}@media screen and (max-width:1100px){.ta-j-m-t{text-align:justify}}.ta-l{text-align:left}@media screen and (max-width:599px){.ta-l-m-s{text-align:left}}@media screen and (max-width:640px){.ta-l-m{text-align:left}}@media screen and (min-width:641px) and (max-width:1101px){.ta-l-t{text-align:left}}@media screen and (min-width:1101px){.ta-l-d{text-align:left}}@media screen and (max-width:1100px){.ta-l-m-t{text-align:left}}.ta-r{text-align:right}@media screen and (max-width:599px){.ta-r-m-s{text-align:right}}@media screen and (max-width:640px){.ta-r-m{text-align:right}}@media screen and (min-width:641px) and (max-width:1101px){.ta-r-t{text-align:right}}@media screen and (min-width:1101px){.ta-r-d{text-align:right}}@media screen and (max-width:1100px){.ta-r-m-t{text-align:right}}.ta-c{text-align:center}@media screen and (max-width:599px){.ta-c-m-s{text-align:center}}@media screen and (max-width:640px){.ta-c-m{text-align:center}}@media screen and (min-width:641px) and (max-width:1101px){.ta-c-t{text-align:center}}@media screen and (min-width:1101px){.ta-c-d{text-align:center}}@media screen and (max-width:1100px){.ta-c-m-t{text-align:center}}.ta-ini{text-align:initial}@media screen and (max-width:599px){.ta-ini-m-s{text-align:initial}}@media screen and (max-width:640px){.ta-ini-m{text-align:initial}}@media screen and (min-width:641px) and (max-width:1101px){.ta-ini-t{text-align:initial}}@media screen and (min-width:1101px){.ta-ini-d{text-align:initial}}@media screen and (max-width:1100px){.ta-ini-m-t{text-align:initial}}.ta-inh{text-align:inherit}@media screen and (max-width:599px){.ta-inh-m-s{text-align:inherit}}@media screen and (max-width:640px){.ta-inh-m{text-align:inherit}}@media screen and (min-width:641px) and (max-width:1101px){.ta-inh-t{text-align:inherit}}@media screen and (min-width:1101px){.ta-inh-d{text-align:inherit}}@media screen and (max-width:1100px){.ta-inh-m-t{text-align:inherit}}.tal-l{-moz-text-align-last:left;text-align-last:left}@media screen and (max-width:599px){.tal-l-m-s{-moz-text-align-last:left;text-align-last:left}}@media screen and (max-width:640px){.tal-l-m{-moz-text-align-last:left;text-align-last:left}}@media screen and (min-width:641px) and (max-width:1101px){.tal-l-t{-moz-text-align-last:left;text-align-last:left}}@media screen and (min-width:1101px){.tal-l-d{-moz-text-align-last:left;text-align-last:left}}@media screen and (max-width:1100px){.tal-l-m-t{-moz-text-align-last:left;text-align-last:left}}.tal-r{-moz-text-align-last:right;text-align-last:right}@media screen and (max-width:599px){.tal-r-m-s{-moz-text-align-last:right;text-align-last:right}}@media screen and (max-width:640px){.tal-r-m{-moz-text-align-last:right;text-align-last:right}}@media screen and (min-width:641px) and (max-width:1101px){.tal-r-t{-moz-text-align-last:right;text-align-last:right}}@media screen and (min-width:1101px){.tal-r-d{-moz-text-align-last:right;text-align-last:right}}@media screen and (max-width:1100px){.tal-r-m-t{-moz-text-align-last:right;text-align-last:right}}.tal-r{-moz-text-align-last:center;text-align-last:center}@media screen and (max-width:599px){.tal-r-m-s{-moz-text-align-last:center;text-align-last:center}}@media screen and (max-width:640px){.tal-r-m{-moz-text-align-last:center;text-align-last:center}}@media screen and (min-width:641px) and (max-width:1101px){.tal-r-t{-moz-text-align-last:center;text-align-last:center}}@media screen and (min-width:1101px){.tal-r-d{-moz-text-align-last:center;text-align-last:center}}@media screen and (max-width:1100px){.tal-r-m-t{-moz-text-align-last:center;text-align-last:center}}.tal-j{-moz-text-align-last:justify;text-align-last:justify}@media screen and (max-width:599px){.tal-j-m-s{-moz-text-align-last:justify;text-align-last:justify}}@media screen and (max-width:640px){.tal-j-m{-moz-text-align-last:justify;text-align-last:justify}}@media screen and (min-width:641px) and (max-width:1101px){.tal-j-t{-moz-text-align-last:justify;text-align-last:justify}}@media screen and (min-width:1101px){.tal-j-d{-moz-text-align-last:justify;text-align-last:justify}}@media screen and (max-width:1100px){.tal-j-m-t{-moz-text-align-last:justify;text-align-last:justify}}.tal-a{-moz-text-align-last:auto;text-align-last:auto}@media screen and (max-width:599px){.tal-a-m-s{-moz-text-align-last:auto;text-align-last:auto}}@media screen and (max-width:640px){.tal-a-m{-moz-text-align-last:auto;text-align-last:auto}}@media screen and (min-width:641px) and (max-width:1101px){.tal-a-t{-moz-text-align-last:auto;text-align-last:auto}}@media screen and (min-width:1101px){.tal-a-d{-moz-text-align-last:auto;text-align-last:auto}}@media screen and (max-width:1100px){.tal-a-m-t{-moz-text-align-last:auto;text-align-last:auto}}.td-no{text-decoration:none}@media screen and (max-width:599px){.td-no-m-s{text-decoration:none}}@media screen and (max-width:640px){.td-no-m{text-decoration:none}}@media screen and (min-width:641px) and (max-width:1101px){.td-no-t{text-decoration:none}}@media screen and (min-width:1101px){.td-no-d{text-decoration:none}}@media screen and (max-width:1100px){.td-no-m-t{text-decoration:none}}.td-u{text-decoration:underline}@media screen and (max-width:599px){.td-u-m-s{text-decoration:underline}}@media screen and (max-width:640px){.td-u-m{text-decoration:underline}}@media screen and (min-width:641px) and (max-width:1101px){.td-u-t{text-decoration:underline}}@media screen and (min-width:1101px){.td-u-d{text-decoration:underline}}@media screen and (max-width:1100px){.td-u-m-t{text-decoration:underline}}.td-o{text-decoration:overline}@media screen and (max-width:599px){.td-o-m-s{text-decoration:overline}}@media screen and (max-width:640px){.td-o-m{text-decoration:overline}}@media screen and (min-width:641px) and (max-width:1101px){.td-o-t{text-decoration:overline}}@media screen and (min-width:1101px){.td-o-d{text-decoration:overline}}@media screen and (max-width:1100px){.td-o-m-t{text-decoration:overline}}.td-lt{text-decoration:line-through}@media screen and (max-width:599px){.td-lt-m-s{text-decoration:line-through}}@media screen and (max-width:640px){.td-lt-m{text-decoration:line-through}}@media screen and (min-width:641px) and (max-width:1101px){.td-lt-t{text-decoration:line-through}}@media screen and (min-width:1101px){.td-lt-d{text-decoration:line-through}}@media screen and (max-width:1100px){.td-lt-m-t{text-decoration:line-through}}.td-uolt{text-decoration:underline overline line-through}@media screen and (max-width:599px){.td-uolt-m-s{text-decoration:underline overline line-through}}@media screen and (max-width:640px){.td-uolt-m{text-decoration:underline overline line-through}}@media screen and (min-width:641px) and (max-width:1101px){.td-uolt-t{text-decoration:underline overline line-through}}@media screen and (min-width:1101px){.td-uolt-d{text-decoration:underline overline line-through}}@media screen and (max-width:1100px){.td-uolt-m-t{text-decoration:underline overline line-through}}.td-b{text-decoration:blink}@media screen and (max-width:599px){.td-b-m-s{text-decoration:blink}}@media screen and (max-width:640px){.td-b-m{text-decoration:blink}}@media screen and (min-width:641px) and (max-width:1101px){.td-b-t{text-decoration:blink}}@media screen and (min-width:1101px){.td-b-d{text-decoration:blink}}@media screen and (max-width:1100px){.td-b-m-t{text-decoration:blink}}.ti-ini{text-indent:initial}@media screen and (max-width:599px){.ti-ini-m-s{text-indent:initial}}@media screen and (max-width:640px){.ti-ini-m{text-indent:initial}}@media screen and (min-width:641px) and (max-width:1101px){.ti-ini-t{text-indent:initial}}@media screen and (min-width:1101px){.ti-ini-d{text-indent:initial}}@media screen and (max-width:1100px){.ti-ini-m-t{text-indent:initial}}.ti-inh{text-indent:inherit}@media screen and (max-width:599px){.ti-inh-m-s{text-indent:inherit}}@media screen and (max-width:640px){.ti-inh-m{text-indent:inherit}}@media screen and (min-width:641px) and (max-width:1101px){.ti-inh-t{text-indent:inherit}}@media screen and (min-width:1101px){.ti-inh-d{text-indent:inherit}}@media screen and (max-width:1100px){.ti-inh-m-t{text-indent:inherit}}.ti-{text-indent:ti-v}@media screen and (max-width:599px){.ti--m-s{text-indent:ti-v}}@media screen and (max-width:640px){.ti--m{text-indent:ti-v}}@media screen and (min-width:641px) and (max-width:1101px){.ti--t{text-indent:ti-v}}@media screen and (min-width:1101px){.ti--d{text-indent:ti-v}}@media screen and (max-width:1100px){.ti--m-t{text-indent:ti-v}}.to-c{text-overflow:clip}@media screen and (max-width:599px){.to-c-m-s{text-overflow:clip}}@media screen and (max-width:640px){.to-c-m{text-overflow:clip}}@media screen and (min-width:641px) and (max-width:1101px){.to-c-t{text-overflow:clip}}@media screen and (min-width:1101px){.to-c-d{text-overflow:clip}}@media screen and (max-width:1100px){.to-c-m-t{text-overflow:clip}}.to-e{text-overflow:ellipsis}@media screen and (max-width:599px){.to-e-m-s{text-overflow:ellipsis}}@media screen and (max-width:640px){.to-e-m{text-overflow:ellipsis}}@media screen and (min-width:641px) and (max-width:1101px){.to-e-t{text-overflow:ellipsis}}@media screen and (min-width:1101px){.to-e-d{text-overflow:ellipsis}}@media screen and (max-width:1100px){.to-e-m-t{text-overflow:ellipsis}}.to-1{text-overflow:"> mehr"}@media screen and (max-width:599px){.to-1-m-s{text-overflow:"> mehr"}}@media screen and (max-width:640px){.to-1-m{text-overflow:"> mehr"}}@media screen and (min-width:641px) and (max-width:1101px){.to-1-t{text-overflow:"> mehr"}}@media screen and (min-width:1101px){.to-1-d{text-overflow:"> mehr"}}@media screen and (max-width:1100px){.to-1-m-t{text-overflow:"> mehr"}}.to-ini{text-overflow:initial}@media screen and (max-width:599px){.to-ini-m-s{text-overflow:initial}}@media screen and (max-width:640px){.to-ini-m{text-overflow:initial}}@media screen and (min-width:641px) and (max-width:1101px){.to-ini-t{text-overflow:initial}}@media screen and (min-width:1101px){.to-ini-d{text-overflow:initial}}@media screen and (max-width:1100px){.to-ini-m-t{text-overflow:initial}}.ts-n{text-shadow:none}@media screen and (max-width:599px){.ts-n-m-s{text-shadow:none}}@media screen and (max-width:640px){.ts-n-m{text-shadow:none}}@media screen and (min-width:641px) and (max-width:1101px){.ts-n-t{text-shadow:none}}@media screen and (min-width:1101px){.ts-n-d{text-shadow:none}}@media screen and (max-width:1100px){.ts-n-m-t{text-shadow:none}}.ts-ini{text-shadow:initial}@media screen and (max-width:599px){.ts-ini-m-s{text-shadow:initial}}@media screen and (max-width:640px){.ts-ini-m{text-shadow:initial}}@media screen and (min-width:641px) and (max-width:1101px){.ts-ini-t{text-shadow:initial}}@media screen and (min-width:1101px){.ts-ini-d{text-shadow:initial}}@media screen and (max-width:1100px){.ts-ini-m-t{text-shadow:initial}}.ts-inh{text-shadow:inherit}@media screen and (max-width:599px){.ts-inh-m-s{text-shadow:inherit}}@media screen and (max-width:640px){.ts-inh-m{text-shadow:inherit}}@media screen and (min-width:641px) and (max-width:1101px){.ts-inh-t{text-shadow:inherit}}@media screen and (min-width:1101px){.ts-inh-d{text-shadow:inherit}}@media screen and (max-width:1100px){.ts-inh-m-t{text-shadow:inherit}}.ts-1{text-shadow:5px 5px 5px 5px #000}@media screen and (max-width:599px){.ts-1-m-s{text-shadow:5px 5px 5px 5px #000}}@media screen and (max-width:640px){.ts-1-m{text-shadow:5px 5px 5px 5px #000}}@media screen and (min-width:641px) and (max-width:1101px){.ts-1-t{text-shadow:5px 5px 5px 5px #000}}@media screen and (min-width:1101px){.ts-1-d{text-shadow:5px 5px 5px 5px #000}}@media screen and (max-width:1100px){.ts-1-m-t{text-shadow:5px 5px 5px 5px #000}}.tt-no{text-transform:none}@media screen and (max-width:599px){.tt-no-m-s{text-transform:none}}@media screen and (max-width:640px){.tt-no-m{text-transform:none}}@media screen and (min-width:641px) and (max-width:1101px){.tt-no-t{text-transform:none}}@media screen and (min-width:1101px){.tt-no-d{text-transform:none}}@media screen and (max-width:1100px){.tt-no-m-t{text-transform:none}}.tt-u{text-transform:uppercase}@media screen and (max-width:599px){.tt-u-m-s{text-transform:uppercase}}@media screen and (max-width:640px){.tt-u-m{text-transform:uppercase}}@media screen and (min-width:641px) and (max-width:1101px){.tt-u-t{text-transform:uppercase}}@media screen and (min-width:1101px){.tt-u-d{text-transform:uppercase}}@media screen and (max-width:1100px){.tt-u-m-t{text-transform:uppercase}}.tt-l{text-transform:lowercase}@media screen and (max-width:599px){.tt-l-m-s{text-transform:lowercase}}@media screen and (max-width:640px){.tt-l-m{text-transform:lowercase}}@media screen and (min-width:641px) and (max-width:1101px){.tt-l-t{text-transform:lowercase}}@media screen and (min-width:1101px){.tt-l-d{text-transform:lowercase}}@media screen and (max-width:1100px){.tt-l-m-t{text-transform:lowercase}}.tt-c{text-transform:capitalize}@media screen and (max-width:599px){.tt-c-m-s{text-transform:capitalize}}@media screen and (max-width:640px){.tt-c-m{text-transform:capitalize}}@media screen and (min-width:641px) and (max-width:1101px){.tt-c-t{text-transform:capitalize}}@media screen and (min-width:1101px){.tt-c-d{text-transform:capitalize}}@media screen and (max-width:1100px){.tt-c-m-t{text-transform:capitalize}}#co-shipping-method-form .buttons-set .button,#discount-coupon-form button,#freegift-coupon-form .button-wrapper .button2,#onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.block-cart .block-content .actions a,.btn,.button,.cart-table .product-cart-actions .button,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.footer .button,.page__header .block-cart .block-content .actions a,.trs-\.25,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}@media screen and (max-width:599px){.trs-\.25-m-s{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}}@media screen and (max-width:640px){.trs-\.25-m{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}}@media screen and (min-width:641px) and (max-width:1101px){.trs-\.25-t{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}}@media screen and (min-width:1101px){.trs-\.25-d{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}}@media screen and (max-width:1100px){.trs-\.25-m-t{-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}}.to-1,.to-c,.to-e,.to-ini{white-space:nowrap}@media screen and (max-width:599px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{white-space:nowrap}}@media screen and (max-width:640px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{white-space:nowrap}}@media screen and (min-width:641px) and (max-width:1101px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{white-space:nowrap}}@media screen and (min-width:1101px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{white-space:nowrap}}@media screen and (max-width:1100px){.to-1-vp-n,.to-c-vp-n,.to-e-vp-n,.to-ini-vp-n{white-space:nowrap}}.va-b{vertical-align:baseline}@media screen and (max-width:599px){.va-b-m-s{vertical-align:baseline}}@media screen and (max-width:640px){.va-b-m{vertical-align:baseline}}@media screen and (min-width:641px) and (max-width:1101px){.va-b-t{vertical-align:baseline}}@media screen and (min-width:1101px){.va-b-d{vertical-align:baseline}}@media screen and (max-width:1100px){.va-b-m-t{vertical-align:baseline}}.va-l{vertical-align:length}@media screen and (max-width:599px){.va-l-m-s{vertical-align:length}}@media screen and (max-width:640px){.va-l-m{vertical-align:length}}@media screen and (min-width:641px) and (max-width:1101px){.va-l-t{vertical-align:length}}@media screen and (min-width:1101px){.va-l-d{vertical-align:length}}@media screen and (max-width:1100px){.va-l-m-t{vertical-align:length}}.va-sub{vertical-align:sub}@media screen and (max-width:599px){.va-sub-m-s{vertical-align:sub}}@media screen and (max-width:640px){.va-sub-m{vertical-align:sub}}@media screen and (min-width:641px) and (max-width:1101px){.va-sub-t{vertical-align:sub}}@media screen and (min-width:1101px){.va-sub-d{vertical-align:sub}}@media screen and (max-width:1100px){.va-sub-m-t{vertical-align:sub}}.va-sup{vertical-align:super}@media screen and (max-width:599px){.va-sup-m-s{vertical-align:super}}@media screen and (max-width:640px){.va-sup-m{vertical-align:super}}@media screen and (min-width:641px) and (max-width:1101px){.va-sup-t{vertical-align:super}}@media screen and (min-width:1101px){.va-sup-d{vertical-align:super}}@media screen and (max-width:1100px){.va-sup-m-t{vertical-align:super}}.checkout-onepage-success .page__footer .wrapper p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__footer .wrapper .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__footer .wrapper .payButtonWidget,.page__footer .wrapper .checkout-onepage-success p,.page__footer .wrapper .grid-item,.page__footer .wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__footer .wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.page__footer .wrapper .page__header .menu-user li,.page__header .menu-user .page__footer .wrapper li,.va-t{vertical-align:top}@media screen and (max-width:599px){.va-t-m-s{vertical-align:top}}@media screen and (max-width:640px){.va-t-m{vertical-align:top}}@media screen and (min-width:641px) and (max-width:1101px){.va-t-t{vertical-align:top}}@media screen and (min-width:1101px){.va-t-d{vertical-align:top}}@media screen and (max-width:1100px){.va-t-m-t{vertical-align:top}}.va-tt{vertical-align:text-top}@media screen and (max-width:599px){.va-tt-m-s{vertical-align:text-top}}@media screen and (max-width:640px){.va-tt-m{vertical-align:text-top}}@media screen and (min-width:641px) and (max-width:1101px){.va-tt-t{vertical-align:text-top}}@media screen and (min-width:1101px){.va-tt-d{vertical-align:text-top}}@media screen and (max-width:1100px){.va-tt-m-t{vertical-align:text-top}}.checkout-onepage-success .page__header p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .payButtonWidget,.page__header .checkout-onepage-success p,.page__header .grid-item,.page__header .menu-user li,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.va-m{vertical-align:middle}@media screen and (max-width:599px){.va-m-m-s{vertical-align:middle}}@media screen and (max-width:640px){.va-m-m{vertical-align:middle}}@media screen and (min-width:641px) and (max-width:1101px){.va-m-t{vertical-align:middle}}@media screen and (min-width:1101px){.va-m-d{vertical-align:middle}}@media screen and (max-width:1100px){.va-m-m-t{vertical-align:middle}}.va-b{vertical-align:bottom}@media screen and (max-width:599px){.va-b-m-s{vertical-align:bottom}}@media screen and (max-width:640px){.va-b-m{vertical-align:bottom}}@media screen and (min-width:641px) and (max-width:1101px){.va-b-t{vertical-align:bottom}}@media screen and (min-width:1101px){.va-b-d{vertical-align:bottom}}@media screen and (max-width:1100px){.va-b-m-t{vertical-align:bottom}}.va-tb{vertical-align:text-bottom}@media screen and (max-width:599px){.va-tb-m-s{vertical-align:text-bottom}}@media screen and (max-width:640px){.va-tb-m{vertical-align:text-bottom}}@media screen and (min-width:641px) and (max-width:1101px){.va-tb-t{vertical-align:text-bottom}}@media screen and (min-width:1101px){.va-tb-d{vertical-align:text-bottom}}@media screen and (max-width:1100px){.va-tb-m-t{vertical-align:text-bottom}}.va-ini{vertical-align:initial}@media screen and (max-width:599px){.va-ini-m-s{vertical-align:initial}}@media screen and (max-width:640px){.va-ini-m{vertical-align:initial}}@media screen and (min-width:641px) and (max-width:1101px){.va-ini-t{vertical-align:initial}}@media screen and (min-width:1101px){.va-ini-d{vertical-align:initial}}@media screen and (max-width:1100px){.va-ini-m-t{vertical-align:initial}}.va-inh{vertical-align:inherit}@media screen and (max-width:599px){.va-inh-m-s{vertical-align:inherit}}@media screen and (max-width:640px){.va-inh-m{vertical-align:inherit}}@media screen and (min-width:641px) and (max-width:1101px){.va-inh-t{vertical-align:inherit}}@media screen and (min-width:1101px){.va-inh-d{vertical-align:inherit}}@media screen and (max-width:1100px){.va-inh-m-t{vertical-align:inherit}}a{color:#ba0d3b;text-decoration:none;cursor:pointer;-ms-word-break:break-word;word-break:break-word}a:hover{text-decoration:none;color:#000}body,html{color:#000;margin:0;padding:0}*,.h1,.h2,.h3,.h4,.h5,.h6,.page-title h1,.page-title h2,.product-name .h1,.product-name h1,h1,h2,h3,h4,h5,h6,label{font-family:cpsans,sans-serif!important;color:inherit;border:none;text-align:left;-webkit-font-feature-settings:"kern","tnum";-moz-font-feature-settings:"kern","tnum";font-feature-settings:"kern","tnum";-webkit-font-smoothing:subpixel-antialiased;font-stretch:100%;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-weight:400;text-size-adjust:100%}.page-title h1{font-weight:700;text-transform:none}a,span{color:inherit;font-weight:inherit}strong a{color:#ba0d3b}span a{color:#ba0d3b}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,::after,::before{font-variant-ligatures:none;-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.c-01{color:#ba0d3b}.page,body{text-align:center}.wrapper{display:inline-block;background:0 0;width:100%;max-width:1320px;min-width:0;min-height:0;text-align:left;padding-left:20px;padding-right:20px;position:relative}@media screen and (max-width:640px){.wrapper{padding-left:0;padding-right:0}}@media screen and (min-width:641px) and (max-width:1101px){.wrapper{padding-left:20px;padding-right:20px}}.wrapper__main{min-height:640px;padding-right:235px}@media screen and (min-width:641px) and (max-width:1101px){.wrapper__main{padding-right:20px}}@media screen and (max-width:640px){.wrapper__main{padding-right:0}}.wrapper--inner{padding-left:0;padding-right:0}@media screen and (max-width:640px){.page__container{margin-top:35px}}@media screen and (min-width:641px) and (max-width:1101px){.page__container{margin-top:60px}}@media screen and (min-width:1101px){.page__container{margin-top:100px}}img{width:auto;max-width:100%;height:auto;display:inline-block}.slider-wrap img{image-rendering:-moz-optimizespeed;image-rendering:-o-optimizespeed;image-rendering:optimizespeed;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast}.hideFont{text-indent:-9999px;font-size:0;color:transparent;line-height:0}.hide{opacity:0}.show{opacity:1}.dp-b{display:block}.dp-ib{display:inline-block}@media screen and (max-width:640px){.dp-ib--m{display:inline-block}}.dp-n{display:none!important}@media screen and (max-width:640px){.dp-n--m{display:none!important}}@media screen and (max-width:1100px){.dp-n--m-t{display:none!important}}@media screen and (min-width:641px) and (max-width:1101px){.dp-n--t{display:none!important}}@media screen and (min-width:1101px){.dp-n--d{display:none!important}}@media screen and (max-width:640px){.hide_on_mobile{display:none!important}}.no-text-deco{text-decoration:none!important}.circle{display:inline-block;background:#ba0d3b;color:#fff;width:2.25em;height:2.25em;text-align:center;vertical-align:middle;line-height:2.25em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.col1-layout .col-main.page__header-container,.col1-layout .col-main.w-100p{width:100%}.col-left,.col-main{float:none}.lh-0{line-height:0}input{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;font-family:cpsans,sans-serif!important;box-shadow:none}input:-moz-placeholder{box-shadow:none!important}input:invalid{box-shadow:none!important}input[type=email],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text]{border:1px solid #d1d1d1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:13px 20px;height:auto;width:100%}input[type=submit]{background-color:#ba0d3b}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{outline:0;font-style:14px}input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input[type=password]:active,input[type=password]:focus,input[type=search]:active,input[type=search]:focus,input[type=tel]:active,input[type=tel]:focus,input[type=text]:active,input[type=text]:focus{border-color:#ba0d3b}input:required{box-shadow:none}input:invalid{box-shadow:none}input[type=range]{margin:auto;outline:0;padding:0;width:50%;height:4px;background-color:#333336;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ba0d3b),color-stop(100%,#ba0d3b));background-image:-webkit-linear-gradient(#ba0d3b,#ba0d3b);background-image:-moz-linear-gradient(#ba0d3b,#ba0d3b);background-image:-o-linear-gradient(#ba0d3b,#ba0d3b);background-image:linear-gradient(#ba0d3b,#ba0d3b);background-size:50% 100%;background-repeat:no-repeat;border-radius:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-webkit-slider-runnable-track{box-shadow:none;border:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-moz-range-track{box-shadow:none;border:none;background:0 0}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-webkit-slider-thumb{width:8px;height:8px;border:0;background:#ba0d3b;border-radius:100%;box-shadow:0 0 10px 2px rgba(186,13,59,.7);-webkit-appearance:none}input[type=range]::-moz-range-thumb{width:14px;height:14px;border:0;background:#ba0d3b;border-radius:100%;box-shadow:0 0 1px 0 rgba(186,13,59,.7)}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26.25px;height:26.25px;border:1px solid #d1d1d1;vertical-align:middle;outline:0}input[type=checkbox]::before{display:none}input[type=checkbox]:disabled{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}input[type=checkbox]:checked{border-color:#ba0d3b}input[type=checkbox]:checked::before{content:"";display:inline-block;width:26.25px;height:26.25px;padding:0 .25em;line-height:26.25px;font-size:1.25em;color:#ba0d3b;font-family:campuspoint-icon!important;font-size:.9em}select:disabled{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}textarea{padding:13px 20px;outline:0;border:1px solid #d1d1d1}textarea:active,textarea:focus{border-color:#ba0d3b}.input-text:focus{border-color:#ba0d3b}#checkout-shipping-method-load .sp-methods dd input.checkbox,#checkout-shipping-method-load .sp-methods dd input.radio,#co-shipping-method-form .sp-methods dd input.checkbox,#co-shipping-method-form .sp-methods dd input.radio,.form-list .control input.checkbox,.form-list .control input.radio,.product-options ul.options-list input.checkbox,.product-options ul.options-list input.radio,.sp-methods dt input.checkbox,.sp-methods dt input.radio{margin:0}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}button[type=submit]{background-color:#ba0d3b}#co-shipping-method-form .buttons-set .block-cart .block-content .actions a[data-state=adding].button,#co-shipping-method-form .buttons-set .btn--secondary[data-state=adding].button,#co-shipping-method-form .buttons-set [data-state=adding].button,#discount-coupon-form button.btn--secondary[data-state=adding],#discount-coupon-form button[data-state=adding],#freegift-coupon-form .button-wrapper .block-cart .block-content .actions a[data-state=adding].button2,#freegift-coupon-form .button-wrapper .btn--secondary[data-state=adding].button2,#freegift-coupon-form .button-wrapper [data-state=adding].button2,#onestepcheckout-form button.btn--secondary[data-state=adding].onestepcheckout-place-order,#onestepcheckout-form button[data-state=adding].onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a[data-state=adding].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .btn--secondary[data-state=adding].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button[data-state=adding].link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart [data-state=adding].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart [data-state=adding].button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set a[data-state=adding].button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper a[data-state=adding].button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a[data-state=adding].button.btn-cart,.block-cart .block-content .actions a.button[data-state=adding],.block-cart .block-content .actions a[data-state=adding],.btn--secondary[data-state=adding].button,.btn.btn--secondary[data-state=adding],.btn[data-state=adding],.button.btn--secondary[data-state=adding],.button[data-state=adding],.cart-table .product-cart-actions [data-state=adding].button,.cart.display-single-price .btn--secondary[data-state=adding].button.btn-proceed-checkout.btn-checkout,.cart.display-single-price [data-state=adding].button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[data-state=adding][type=submit],.checkout-onepage-success #ts_classic_subscribtion table input[data-state=adding][type=submit],[data-state=adding].button{border-color:#000;color:#000}#co-shipping-method-form .buttons-set .block-cart .block-content .actions a[data-state=added].button,#co-shipping-method-form .buttons-set .btn--secondary[data-state=added].button,#co-shipping-method-form .buttons-set [data-state=added].button,#discount-coupon-form button.btn--secondary[data-state=added],#discount-coupon-form button[data-state=added],#freegift-coupon-form .button-wrapper .block-cart .block-content .actions a[data-state=added].button2,#freegift-coupon-form .button-wrapper .btn--secondary[data-state=added].button2,#freegift-coupon-form .button-wrapper [data-state=added].button2,#onestepcheckout-form button.btn--secondary[data-state=added].onestepcheckout-place-order,#onestepcheckout-form button[data-state=added].onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a[data-state=added].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .btn--secondary[data-state=added].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button[data-state=added].link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart [data-state=added].button.btn-cart,#wishlist-table td.customer-wishlist-item-cart [data-state=added].button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set a[data-state=added].button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper a[data-state=added].button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a[data-state=added].button.btn-cart,.block-cart .block-content .actions a.button[data-state=added],.block-cart .block-content .actions a[data-state=added],.btn--secondary[data-state=added].button,.btn.btn--secondary[data-state=added],.btn[data-state=added],.button.btn--secondary[data-state=added],.button[data-state=added],.cart-table .product-cart-actions [data-state=added].button,.cart.display-single-price .btn--secondary[data-state=added].button.btn-proceed-checkout.btn-checkout,.cart.display-single-price [data-state=added].button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[data-state=added][type=submit],.checkout-onepage-success #ts_classic_subscribtion table input[data-state=added][type=submit],[data-state=added].button{border-color:#d1d1d1;color:#d1d1d1}#co-shipping-method-form .buttons-set .block-cart .block-content .actions a[data-state=added].button:hover,#co-shipping-method-form .buttons-set .btn--secondary[data-state=added].button:hover,#co-shipping-method-form .buttons-set [data-state=added].button:hover,#discount-coupon-form button.btn--secondary[data-state=added]:hover,#discount-coupon-form button[data-state=added]:hover,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions a[data-state=added].button2:hover,#freegift-coupon-form .button-wrapper .btn--secondary[data-state=added].button2:hover,#freegift-coupon-form .button-wrapper [data-state=added].button2:hover,#onestepcheckout-form button.btn--secondary[data-state=added].onestepcheckout-place-order:hover,#onestepcheckout-form button[data-state=added].onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a[data-state=added].button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .btn--secondary[data-state=added].button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .button[data-state=added].link-edit.button-secondary:hover,#wishlist-table td.customer-wishlist-item-cart [data-state=added].button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart [data-state=added].button.link-edit.button-secondary:hover,.block-cart .block-content .actions #co-shipping-method-form .buttons-set a[data-state=added].button:hover,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper a[data-state=added].button2:hover,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a[data-state=added].button.btn-cart:hover,.block-cart .block-content .actions a.button[data-state=added]:hover,.block-cart .block-content .actions a[data-state=added]:hover,.btn--secondary[data-state=added].button:hover,.btn.btn--secondary[data-state=added]:hover,.btn[data-state=added]:hover,.button.btn--secondary[data-state=added]:hover,.button[data-state=added]:hover,.cart.display-single-price .btn--secondary[data-state=added].button.btn-proceed-checkout.btn-checkout:hover,.cart.display-single-price [data-state=added].button.btn-proceed-checkout.btn-checkout:hover,.checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[data-state=added][type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table input[data-state=added][type=submit]:hover,[data-state=added].button:hover{color:#ba0d3b}.button:focus{background-color:transparent;color:#ba0d3b}.button2 span,.button2 span span{color:#ba0d3b;text-transform:none;font-family:inherit;text-decoration:none}#checkout-review-table .show-details .summary-collapse:before,#shopping-cart-totals-table .show-details .summary-collapse:before,body.customer-account .data-table .show-details .summary-collapse:before{border-bottom-color:#ba0d3b}#checkout-review-table .summary-collapse:before,#shopping-cart-totals-table .summary-collapse:before,body.customer-account .data-table .summary-collapse:before{border-top-color:#ba0d3b}.buttons-set button.button{float:none}.requiresObligationBtn{border-bottom:none}.requiresObligationBtn.disabled{opacity:.5;-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);pointer-events:none}#wishlist-table td.customer-wishlist-item-cart .cart-footer-actions .button.link-edit.button-secondary:hover span span,.block-cart .block-content .actions .cart-footer-actions a:hover span span,.cart-footer-actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover span span,.cart-footer-actions .block-cart .block-content .actions a:hover span span,.cart-footer-actions .btn--secondary:hover span span{color:#fff}#wishlist-table td.customer-wishlist-item-cart .cart-footer-actions .button.link-edit.button-secondary,.block-cart .block-content .actions .cart-footer-actions a,.cart-footer-actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.cart-footer-actions .block-cart .block-content .actions a,.cart-footer-actions .btn--noStyle,.cart-footer-actions .btn--secondary{padding:5px 10px 4px!important}.select-wrap{position:relative;background-color:#fff}.select-wrap::before{position:absolute;right:20px;top:50%;z-index:1000;margin-top:-.5em;display:inline-block;color:#ba0d3b}.select-wrap select{position:relative;z-index:1010;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;padding:13px 40px 13px 20px;font-size:14px;background-color:transparent;border:1px solid #d1d1d1;margin:0;width:100%}.select-wrap .label{position:absolute;top:0;font-size:.65em;margin:-.75em 1.5em;background:#fff;padding:.125em .5em;z-index:1020}.select-wrap.disabled::before{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}select option:disabled{color:#969696}select option:selected{white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}select.no-arrow{-moz-appearance:none;-webkit-appearance:none}label{font-weight:100}.label2Border{position:relative}.label2Border .label{position:absolute}.label2Border input+.label,.label2Border textarea+.label{top:0;font-size:13px;margin:-.75em 1.5em;background:#fff;padding:.125em .5em;left:0}.customer-account-login .label2Border .required,.customer-account-login .label2Border .validation-advice,.customer-account-login .label2Border label{top:0;font-size:13px;margin:-.75em 1.5em;background:#fff;padding:.125em .5em;left:0}.customer-account-login .label2Border .validation-advice{position:absolute;top:unset;top:90%;pointer-events:none}.account-create .form-list .field{margin-bottom:12px}.account-create .form-list>li{margin-bottom:12px}#checkout-shipping-method-load .sp-methods dd label,#co-shipping-method-form .sp-methods dd label,.form-list .control label,.product-options ul.options-list label,.sp-methods dt label{background:0 0}#checkout-shipping-method-load .sp-methods dd label:hover,#co-shipping-method-form .sp-methods dd label:hover,.form-list .control label:hover,.product-options ul.options-list label:hover,.sp-methods dt label:hover{background:0 0}.form-list select{width:100%;max-width:none}.form-list label[for=is_subscribed]{width:calc(100% - 27px)}.list--inline{padding-left:0}.list--inline>li{display:inline-block}.list--guillemets{padding-left:0}.list--guillemets li{list-style-type:none;position:relative;padding-left:20px;margin-bottom:.1em}.list--guillemets li::before{color:#ba0d3b;margin-right:0;position:absolute;top:.2em;left:0}.std .list--inline li{margin-left:0}ul li{list-style-type:disc}.form-list li{list-style-type:none}.ReactModal__Content ul,.ul{padding-left:1em}legend{color:#969696;max-width:100%}#product-attribute-specs-table{max-width:none;border:none}#product-attribute-specs-table th{border:none}table{font-size:14px}.data-table,table,table.data-table{border-collapse:collapse;margin-top:20px;margin-bottom:40px;border:none}.data-table tr:nth-child(2n+1) td,.data-table tr:nth-child(2n+1) th,table tr:nth-child(2n+1) td,table tr:nth-child(2n+1) th,table.data-table tr:nth-child(2n+1) td,table.data-table tr:nth-child(2n+1) th{background-color:#f5f5f5}.data-table tr td,.data-table tr th,table tr td,table tr th,table.data-table tr td,table.data-table tr th{background:#fff;border:none;font-family:inherit;text-transform:none}@media screen and (max-width:640px){.data-table tr td,.data-table tr th,table tr td,table tr th,table.data-table tr td,table.data-table tr th{display:block;width:100%;padding:10px 10px}}.data-table tr td:first-child,.data-table tr th:first-child,table tr td:first-child,table tr th:first-child,table.data-table tr td:first-child,table.data-table tr th:first-child{padding-left:20px;width:25%;text-align:left}@media screen and (min-width:641px) and (max-width:1101px){.data-table tr td:first-child,.data-table tr th:first-child,table tr td:first-child,table tr th:first-child,table.data-table tr td:first-child,table.data-table tr th:first-child{padding-right:10px;width:29.16667%}}@media screen and (max-width:640px){.data-table tr td:first-child,.data-table tr th:first-child,table tr td:first-child,table tr th:first-child,table.data-table tr td:first-child,table.data-table tr th:first-child{width:100%;padding:10px 10px 0}}.data-table tr td:last-child,.data-table tr th:last-child,table tr td:last-child,table tr th:last-child,table.data-table tr td:last-child,table.data-table tr th:last-child{padding-right:20px}.data-table th,table th,table.data-table th{color:#ba0d3b;font-weight:700;white-space:nowrap}.data-table td,.data-table th,table td,table th,table.data-table td,table.data-table th{padding-top:8px;padding-bottom:9px;position:relative}table.reset{font-size:18px;margin-bottom:60px}table.reset tr td,table.reset tr th{background-color:transparent;padding-right:0;padding-left:0}table.reset tr td:last-child,table.reset tr th:last-child{text-align:inherit}table.reset tr th{font-weight:700;font-size:18px;color:#000;padding:10px 0 20px}table.reset tr td{padding:0;width:auto}.table-order-overview{border:1px solid #d1d1d1}.table-order-overview tr td,.table-order-overview tr th{vertical-align:top}.table-order-overview tr td:first-child,.table-order-overview tr th:first-child{width:0}.table-order-overview thead tr th{background-color:#fff;color:#000}.table-order-overview thead tr th:last-child{text-align:left}.table-order-overview tbody tr td{background-color:#fff}.table-order-overview tbody tr td:frist-child{width:auto}.table-order-overview tbody tr td:last-child{width:auto}.table-order-overview tfoot tr th{background-color:#f5f5f5;color:#000;font-weight:400}.table-order-overview tfoot tr:last-child th{font-weight:700;color:#ba0d3b}.table-order-overview tfoot tr legend{font-weight:400}.table-order-overview .orders__product-image{margin-right:0!important}.fl-n{float:none}.fl-l{float:left}@media screen and (max-width:640px){.fl-l-m{float:left}}@media screen and (min-width:641px) and (max-width:1101px){.fl-l-t{float:left}}.fl-r{float:right}@media screen and (max-width:640px){.fl-r-m{float:right}}@media screen and (max-width:640px){.ta-l-m{text-align:left}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#f5f5f5;border:1px solid #d1d1d1}::-webkit-scrollbar-thumb{background-color:#ba0d3b;outline:1px solid #708090}::-moz-scrollbar{width:10px}::-moz-scrollbar-track{background-color:#f5f5f5;border:1px solid #d1d1d1}::-moz-scrollbar-thumb{background-color:#ba0d3b;outline:1px solid #708090}.btn__play{height:21px;width:21px;display:block;overflow:hidden;position:relative;padding:0}.btn__play .left{height:100%;float:left;background-color:#fff;width:36%;-webkit-transition:all .25s ease;transition:all .25s ease;overflow:hidden}.btn__play .triangle-1{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}.btn__play .triangle-2{-webkit-transform:translate(0,100%);transform:translate(0,100%)}.btn__play .triangle-1,.btn__play .triangle-2{position:absolute;top:0;right:0;background-color:transparent;width:0;height:0;border-right:21px solid #252428;border-top:10.5px solid transparent;border-bottom:10.5px solid transparent;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.btn__play .right{height:100%;float:right;width:36%;background-color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease}.btn__play.paused .left,.btn__play.paused .right{width:50%}.btn__play.paused .triangle-1{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.btn__play.paused .triangle-2{-webkit-transform:translate(0,50%);transform:translate(0,50%)}#co-shipping-method-form .buttons-set .button,#discount-coupon-form button,#freegift-coupon-form .button-wrapper .button2,#onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.btn--primary,.button,.cart-table .product-cart-actions .button,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.footer .button{font-size:14px}#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.block-cart .block-content .actions a,.btn--secondary,.page__header .block-cart .block-content .actions a{font-size:10.5px}.cms-no-route [align=right],.cms-page-view [align=right]{text-align:right}.cms-no-route [align=right] a,.cms-page-view [align=right] a{color:#ba0d3b}.cms-no-route a,.cms-page-view a{color:#ba0d3b}.cms-no-route a:hover,.cms-page-view a:hover{color:#000}.cms-no-route a span,.cms-no-route a strong,.cms-page-view a span,.cms-page-view a strong{color:inherit}.cms-no-route h1,.cms-no-route h2,.cms-page-view h1,.cms-page-view h2{font-weight:700;text-transform:none}.cms-no-route h1,.cms-page-view h1{font-size:2em}.cms-no-route h2,.cms-page-view h2{font-size:19px}.cms-no-route .std h1,.cms-no-route .std h2,.cms-no-route .std h3,.cms-no-route .std h4,.cms-no-route .std h5,.cms-no-route .std h6,.cms-no-route .std li,.cms-no-route .std p,.cms-page-view .std h1,.cms-page-view .std h2,.cms-page-view .std h3,.cms-page-view .std h4,.cms-page-view .std h5,.cms-page-view .std h6,.cms-page-view .std li,.cms-page-view .std p{color:inherit;font-family:inherit}.cms-no-route .std li,.cms-no-route .std p,.cms-page-view .std li,.cms-page-view .std p{font-size:inherit;font-style:normal}.cms-no-route .std .data-table tr td,.cms-no-route .std .data-table tr th,.cms-no-route .std table tr td,.cms-no-route .std table tr th,.cms-no-route .std table.data-table tr td,.cms-no-route .std table.data-table tr th,.cms-page-view .std .data-table tr td,.cms-page-view .std .data-table tr th,.cms-page-view .std table tr td,.cms-page-view .std table tr th,.cms-page-view .std table.data-table tr td,.cms-page-view .std table.data-table tr th{white-space:normal;padding:5px}.cms-no-route .std .data-table tr td:first-child,.cms-no-route .std .data-table tr th:first-child,.cms-no-route .std table tr td:first-child,.cms-no-route .std table tr th:first-child,.cms-no-route .std table.data-table tr td:first-child,.cms-no-route .std table.data-table tr th:first-child,.cms-page-view .std .data-table tr td:first-child,.cms-page-view .std .data-table tr th:first-child,.cms-page-view .std table tr td:first-child,.cms-page-view .std table tr th:first-child,.cms-page-view .std table.data-table tr td:first-child,.cms-page-view .std table.data-table tr th:first-child{width:auto}h1,h2,h3,h4,h5,h6{text-transform:none}h1{font-size:26.25px;font-weight:700}h2{font-size:16px}.masonry__right{padding-left:7.5px;padding-right:3px}.masonry__left{padding-right:7.5px}.attachment-specs a{color:#000;font-weight:600}#co-shipping-method-form .buttons-set .button,#discount-coupon-form button,#freegift-coupon-form .button-wrapper .button2,#onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.block-cart .block-content .actions a,.btn,.button,.cart-table .product-cart-actions .button,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.footer .button,.page__header .block-cart .block-content .actions a{background-color:#fff;border:1px solid #ba0d3b;color:#ba0d3b;cursor:pointer;font-size:13px;padding-bottom:6px;padding-top:5px;outline:0;font-family:cpsans,sans-serif!important;text-transform:none}#co-shipping-method-form .buttons-set .button:hover,#discount-coupon-form button:hover,#freegift-coupon-form .button-wrapper .button2:hover,#onestepcheckout-form button.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.block-cart .block-content .actions a:hover,.btn:hover,.button:hover,.cart-table .product-cart-actions .button:hover,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout:hover,.checkout-onepage-success #ts_classic_subscribtion table input[type=submit]:hover{background-color:#ba0d3b;color:#fff}#co-shipping-method-form .buttons-set .button,#discount-coupon-form button,#discount-coupon-form button.button,#freegift-coupon-form .button-wrapper .button.button2,#freegift-coupon-form .button-wrapper .button2,#onestepcheckout-form button.button.onestepcheckout-place-order,#onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.block-cart .block-content .actions a.btn--primary,.block-cart .block-content .actions a.button,.btn.btn--primary,.button,.button.btn--primary,.cart-table .product-cart-actions .button,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input.button[type=submit],.checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.footer .button{color:#fff;background-color:#ba0d3b;border:1px solid #ba0d3b;font-weight:700;font-size:19px;padding-top:13px;padding-bottom:13px}#co-shipping-method-form .buttons-set .button:hover,#discount-coupon-form button.button:hover,#discount-coupon-form button:hover,#freegift-coupon-form .button-wrapper .button.button2:hover,#freegift-coupon-form .button-wrapper .button2:hover,#onestepcheckout-form button.button.onestepcheckout-place-order:hover,#onestepcheckout-form button.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.block-cart .block-content .actions a.btn--primary:hover,.block-cart .block-content .actions a.button:hover,.btn.btn--primary:hover,.button.btn--primary:hover,.button:hover,.cart-table .product-cart-actions .button:hover,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout:hover,.checkout-onepage-success #ts_classic_subscribtion table input.button[type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table input[type=submit]:hover{background-color:#fff;color:#ba0d3b}#co-shipping-method-form .buttons-set .block-cart .block-content .actions a.button,#co-shipping-method-form .buttons-set .btn--secondary.button,#co-shipping-method-form .buttons-set .button,#discount-coupon-form button,#discount-coupon-form button.btn--secondary,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2,#freegift-coupon-form .button-wrapper .btn--secondary.button2,#freegift-coupon-form .button-wrapper .button2,#onestepcheckout-form button.btn--secondary.onestepcheckout-place-order,#onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set a.button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart,.block-cart .block-content .actions .cart.display-single-price a.button.btn-proceed-checkout.btn-checkout,.block-cart .block-content .actions a,.block-cart .block-content .actions a.button,.btn,.btn--secondary.button,.btn.btn--secondary,.button,.button.btn--secondary,.cart-table .product-cart-actions .btn--secondary.button,.cart-table .product-cart-actions .button,.cart.display-single-price .block-cart .block-content .actions a.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .btn--secondary.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit],.checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.footer .button,.page__header .block-cart .block-content .actions a{border:1px solid #ba0d3b}.btn--accordion,.button--accordion{position:relative;font-size:16px;padding:10px 59px 10px 30px;margin-left:18px}.btn--accordion::before,.button--accordion::before{position:absolute;right:28px;top:50%;margin-top:-.25em;font-size:12px}.btn--noStyle,.button--noStyle{border:none;background-color:transparent;padding:0}.btn--noStyle:hover,.button--noStyle:hover{background-color:transparent}.btn--big,.button--big{font-size:20px!important}.btn--small,.button--small{font-size:14px!important}.btn--share,.button--share{display:inline-block;padding:5px 5px 5px 5px!important;line-height:11px}.back-to-top{position:fixed;bottom:20px;right:20px;padding:5px 9px 5px 10px!important;z-index:1010}@media screen and (max-width:640px){.back-to-top{bottom:73px}}.category-image{border:none;padding:0;margin-bottom:9px;margin-top:-3px;margin-left:-2px}.block.block-cart::after,.block.block-cart::before,.triangle::after,.triangle::before{display:inline-block;content:'';width:0;height:0;border-style:solid;position:relative}.block.block-cart::before,.triangle::before{z-index:1010}.block.block-cart::after,.triangle::after{z-index:1000}.block.block-cart::before,.triangle--top::before{border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}.block.block-cart::after,.triangle--top::after{border-width:0 12px 12px 12px;border-color:transparent transparent #d1d1d1 transparent;margin-left:-22px;top:0}.triangle--right{position:absolute;left:100%}.triangle--right::before{border-width:10px 0 10px 10px;border-color:transparent transparent transparent #fff}.triangle--right::after{border-width:12px 0 12px 12px;border-color:transparent transparent transparent #d1d1d1;position:absolute;top:calc(50% - 14px);left:0}.triangle--bottom{position:absolute;bottom:-11px}.triangle--bottom::before{border-width:10px 10px 0 10px;border-color:#fff transparent transparent transparent}.triangle--bottom::after{border-width:12px 12px 0 12px;border-color:#d1d1d1 transparent transparent transparent;margin-left:-22px;top:2px}.triangle--left{position:absolute;top:0;bottom:0;left:-12px;width:auto}.triangle--left::before{border-width:10px 10px 10px 0;border-color:transparent #fff transparent transparent;top:calc(50% - 12px);margin:0 0 0 2px}.triangle--left::after{border-width:12px 12px 12px 0;border-color:transparent #d1d1d1 transparent transparent;position:absolute;top:calc(50% - 14px);left:0}.add-to-links{margin-top:3px}.add-to-links .btn--noStyle,.add-to-links .button--noStyle{padding:0}.add-to-links .btn--noStyle:hover,.add-to-links .button--noStyle:hover{color:#000}.add-to-links .btn--noStyle::before,.add-to-links .button--noStyle::before{margin-right:.25em}.add-to-links li{list-style:none}.product-view .add-to-links li,.product-view .sharing-links li{width:100%;padding:0;margin:0}@media screen and (max-width:640px){.product-view .add-to-links li,.product-view .sharing-links li{width:auto}}@media screen and (max-width:640px){.product-view .add-to-links li:nth-child(2n+1),.product-view .sharing-links li:nth-child(2n+1){padding-right:10px}}@media screen and (max-width:640px){.product-view .add-to-links li:nth-child(2n+2),.product-view .sharing-links li:nth-child(2n+2){padding-left:10px}}.product-view .add-to-links a,.product-view .sharing-links a{border:none;padding:0;margin:0;text-indent:0;width:auto;height:2.25em;font-size:12px!important;vertical-align:middle;line-height:2.125em}.product-view .add-to-links{margin:0}.product-view .sharing-links a{padding:0 0 0 30px}.catalog-category-view .add-to-links>.grid-item,.catalog-category-view .checkout-onepage-success .add-to-links>p,.catalog-category-view .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links>.amazonpayments-or,.catalog-category-view .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links>.payButtonWidget,.catalog-category-view .page__header .menu-user .add-to-links>li,.checkout-onepage-success .catalog-category-view .add-to-links>p,.method-checkout-cart-methods-amazonpayments_pay-bottom .catalog-category-view .add-to-links>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .catalog-category-view .add-to-links>.payButtonWidget,.page__header .menu-user .catalog-category-view .add-to-links>li{line-height:0}.catalog-category-view .add-to-links>.grid-item a,.catalog-category-view .checkout-onepage-success .add-to-links>p a,.catalog-category-view .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links>.amazonpayments-or a,.catalog-category-view .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links>.payButtonWidget a,.catalog-category-view .page__header .menu-user .add-to-links>li a,.checkout-onepage-success .catalog-category-view .add-to-links>p a,.method-checkout-cart-methods-amazonpayments_pay-bottom .catalog-category-view .add-to-links>.amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .catalog-category-view .add-to-links>.payButtonWidget a,.page__header .menu-user .catalog-category-view .add-to-links>li a{padding-top:2px;padding-bottom:2px}.add-to-links .link-compare,.add-to-links .link-wishlist{white-space:nowrap}.attach-img img{display:none}.availabilities{position:absolute;right:0;top:0;padding:8px 8px 0 0;margin:0;list-style:none}.availabilities.tooltip__trigger{position:absolute}.availabilities .tooltip__content{padding:10px;max-width:250px}.availabilities.tooltip--top .tooltip__content{right:-8px;left:unset;bottom:calc(100% + 10px)}.availabilities .triangle--bottom{position:absolute;bottom:-15px;text-align:right;width:100%;left:0;padding:0 10px}.availabilities--high li:nth-child(3){background-color:#16ba42}.availabilities--mid li:nth-child(2){background-color:#ffce00}.availabilities--low li:nth-child(1){background-color:red}.availabilities li{width:14px;height:14px;margin:0;border:2px solid #fff;background-color:#d9d9d9;list-style-type:none}.std ul.availabilities{list-style:none;margin-bottom:0}.available{color:#16ba42}ul.badgets{margin:0;padding:10px 0 0!important;position:absolute;top:0;left:-4px;list-style:none;overflow:visible;width:0}ul.badgets .badget{background-color:#ba0d3b;color:#fff;padding:6px 7px;display:inline-block;font-size:12px;font-size:13px;line-height:1em;white-space:nowrap}ul.badgets .badget--new{background-color:#145a96}ul.badgets .badget--education{background-color:#6d132b}ul.badgets .badget--price-tip{background-color:#8e890f}ul.badgets .badget--bestseller{background-color:#136d58}ul.badgets li{margin:0 0 5px;list-style:none;padding-left:0}.badget.tooltip--top .tooltip__content{left:0;bottom:calc(100% + 15px);white-space:initial}.badget.tooltip--top .tooltip__content .triangle--bottom{bottom:-12px;left:0;padding:0 10px}.hauly-tile .badget .tooltip__content,.hauly-tile .badget.tooltip--top .tooltip__content{bottom:unset;left:60%;top:-9px;right:200px}.hauly-tile .badget .tooltip__content .block.block-cart,.hauly-tile .badget .tooltip__content .triangle,.hauly-tile .badget .tooltip__content .triangle--bottom,.hauly-tile .badget.tooltip--top .tooltip__content .block.block-cart,.hauly-tile .badget.tooltip--top .tooltip__content .triangle,.hauly-tile .badget.tooltip--top .tooltip__content .triangle--bottom{bottom:unset;top:6px;left:-12px}.hauly-tile .badget .tooltip__content .block.block-cart::before,.hauly-tile .badget .tooltip__content .triangle--bottom::before,.hauly-tile .badget .tooltip__content .triangle::before,.hauly-tile .badget.tooltip--top .tooltip__content .block.block-cart::before,.hauly-tile .badget.tooltip--top .tooltip__content .triangle--bottom::before,.hauly-tile .badget.tooltip--top .tooltip__content .triangle::before{border-width:10px 10px 10px 0;border-color:transparent #fff transparent transparent;margin:0 0 0 -7px;top:calc(50% - 12px)}.hauly-tile .badget .tooltip__content .block.block-cart::after,.hauly-tile .badget .tooltip__content .triangle--bottom::after,.hauly-tile .badget .tooltip__content .triangle::after,.hauly-tile .badget.tooltip--top .tooltip__content .block.block-cart::after,.hauly-tile .badget.tooltip--top .tooltip__content .triangle--bottom::after,.hauly-tile .badget.tooltip--top .tooltip__content .triangle::after{border-width:12px 12px 12px 0;border-color:transparent #d1d1d1 transparent transparent;top:2px;margin-left:-12px}.hauly-tile .availabilities .tooltip__content,.hauly-tile .availabilities.tooltip--top .tooltip__content{bottom:unset;top:6px;right:40px}.hauly-tile .availabilities .tooltip__content .block.block-cart,.hauly-tile .availabilities .tooltip__content .triangle,.hauly-tile .availabilities .tooltip__content .triangle--bottom,.hauly-tile .availabilities.tooltip--top .tooltip__content .block.block-cart,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle--bottom{left:unset;right:-12px;top:5px;padding:0;width:auto}.hauly-tile .availabilities .tooltip__content .block.block-cart::before,.hauly-tile .availabilities .tooltip__content .triangle--bottom::before,.hauly-tile .availabilities .tooltip__content .triangle::before,.hauly-tile .availabilities.tooltip--top .tooltip__content .block.block-cart::before,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle--bottom::before,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle::before{border-width:10px 0 10px 10px;border-color:transparent transparent transparent #fff;margin:0 2px 0 0;top:0}.hauly-tile .availabilities .tooltip__content .block.block-cart::after,.hauly-tile .availabilities .tooltip__content .triangle--bottom::after,.hauly-tile .availabilities .tooltip__content .triangle::after,.hauly-tile .availabilities.tooltip--top .tooltip__content .block.block-cart::after,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle--bottom::after,.hauly-tile .availabilities.tooltip--top .tooltip__content .triangle::after{border-width:12px 0 12px 12px;border-color:transparent transparent transparent #d1d1d1;top:2px;margin-left:-12px}@media screen and (max-width:640px){#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4{position:fixed;bottom:0;z-index:1020}}@media screen and (min-width:641px) and (max-width:1101px){#tsbadge4_db8d3657bdbe440c985ae127463eaad4{display:none!important}}.banner__link{display:block;line-height:0}.banner--landscape{width:100%}.banner--landscape .banner__image{max-width:100%;line-height:1}.banner-on-site{position:absolute;top:20px}.categorypath-mobile-html .banner-on-site{top:67px}@media screen and (max-width:1100px){.banner-on-site{display:none}}.banner-on-site__left{left:0}.banner-on-site__right{position:relative;width:210px}.banner-on-site a{display:block;line-height:0;padding-bottom:15px}.categorypath-mobile-html .banner-on-site__right{top:0}ul.cycle-slideshow{margin-bottom:0}ul.cycle-slideshow li{list-style-type:none;margin-left:0}ul.cycle-slideshow img:nth-child(n+1){display:none}.cycle-slide-active{z-index:1000!important}@media screen and (max-width:640px){.slider-wrap-placeholder{min-height:188px}}@media screen and (min-width:641px) and (max-width:1101px){.slider-wrap-placeholder{margin-top:215px}}@media screen and (min-width:1101px){.slider-wrap-placeholder{min-height:250px}}p#cross-links{text-align:center}p#cross-links{border-bottom:1px solid #ccc;margin-bottom:30px;padding-bottom:30px}noscript ol,noscript p{color:#a00;font-size:13px;line-height:1.4em;text-align:left}noscript ol{margin-left:25px}a:focus{outline:0}img{border:0}.stripViewer .panelContainer .panel ul{text-align:left;margin:0}.slider-wrap{margin:0;position:relative;width:100%}.slider-wrap .slider-wrap{width:100%;height:100%}.csw{width:100%;height:280px;background:#fff;overflow:hidden}.csw .loading{margin:200px 0 300px 0;text-align:center}.stripViewer{position:relative;overflow:hidden;border:0 solid #000;margin:auto;width:950px;height:280px;clear:both;background:#fff}.stripViewer .panelContainer{position:relative;left:0;top:0;width:100%;list-style-type:none}.stripViewer .panelContainer .panel{float:left;height:100%;position:relative;width:950px}.stripViewer .panelContainer .panel .wrapper{padding:0!important;width:950px!important;min-width:950px!important;background:#fff!important}.stripViewer .panelContainer .panel .wrapper p{margin:0!important;padding:0!important}.stripNav{margin:0;position:absolute;bottom:10px;left:10px;z-index:1010}.stripNav ul{list-style:none}.stripNav ul li{float:left;margin-right:2px}.stripNav a{font-size:12px;font-weight:400;text-align:center;line-height:12px;background:#fff;color:#fff;text-decoration:none;display:block;padding:0;width:12px;height:12px;border:1px solid #999;opacity:.6;float:left;margin-right:2px}.stripNav a:hover{opacity:.8}.stripNav a.cycle-pager-active{opacity:1}.stripNav li a:hover{opacity:1}.stripNavL,.stripNavR{position:absolute;text-indent:-9000em;z-index:120;width:20px;opacity:.4}.stripNavL a,.stripNavR a{display:block;height:32px;width:20px;margin:0;padding:0}.stripNavL:hover,.stripNavR:hover{opacity:.6}.stripNavL{left:0}.stripNavR{right:0}.stripNavL{background-position:center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAYAAAD9oDOIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNpiLM4ItGFgYDjMQDl4AcTLgLiShYF6QAKIi4D4FxMD9UEyLQwVpYWhDMPQUDVNfYbWCcsYgiLSCKolmKSYWVgYeHj4GPgFhBnY2TkYeHj5gWwhhr9//zJ8+fyRPEMlpeQZ8iu64Hw9I0swfvXiKUNXYy5phrKwsDIIi0owiIpLMTAyMsLFf3z/xvDx4zuG1y+fku59PqAXS+smYohfu3yGYdn8CaSFKSgMZeVUGASFRVHEv339wvDq5ROgt5+QHlGsrGwMOaVtGAofP7zDMHtyE1EpBcVQDW0jBl4+AYb////DwxHkwgd3rzM8enCH6HSKYmhKTg2GgmdP7jPMm95OUuJntjLRlAPSSSAOyJXv3rxkkJCSgyv49/8fw88fPxi4eXjBciS7dO3ymQzsHJwM+sbWcDERUUmG8LgchlvXLzDcvnGJdJfCIoqJiYnh9atnDNKyinCFf/78ZmBjY2fg4ORmePP6OWl5H5S4t6xbxLBzywoUcXFJWQafoHgGIzM70l0Kt42JmeHrl09AFz9nkFNQhYuDUoWQiDg43B/ev0Vajvr29TPDgd0bGaRkFBms7T0RFRHQMBAGJbVDezeTV6B8AubzlYumAA1XYLB18mG4f+c6w6lje8GWkl2egoq308f3MVy/cg7Mf/fuFZh/9dJpnHoYqVjvD+c6alga+poWhs6lZqsPVBMuAOImgAADAH8rqIQUIEVwAAAAAElFTkSuQmCC)}.stripNavR{background-position:center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAYAAAD9oDOIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhBJREFUeNpiLM4IZGNgYKgD4gQglmagHNiyAIlGIK5goCJgAuJkBioDkKGitDCUYdRQ+hoamZjP0DN9HYOapgHRhrLgktDWM2Xg4uZlEBISA/M1dYwY+AWEGK5fOcvw5fNH8gwNj8sFGsqDyCZOPmC6r7WYoKHMViaaDdgk/v79w/D86SMGDk4uBh5efrj4v///GCQkZRlevXzG8Pv3L2xa5+N06aG9m8E0H78gg4SUHFzc2t4TTF84e5Th29fPpLkUBkCuefbkPjA8hVFczMnFzaCorMHw6MFthj9/fqO4lGDs37h6juHA7o0MHz+8RRE3tXRicHANYPj//z/pLoWBTx/fM9y9dQUYFLLgVAEDIqISDKrqeuBUQbRLYeD2jUsMp4/vY/jw7g2KuL6xNYOlnTtxSQoduHiGMsgpqDBIySjCxUBeX7V4KsPnTx/IM1RRRZNBXQs1VzEyMjJcvnCC4cf3b6QZ6uIZwqABzE1i4jIo4kvn9TO8f/saa1olaKiYhAyDgpIGhvjD+7cY3r15SVo2TcgoZxAVl2bg5xfCcOGzJw8YPn14R3reB3lXTEIaJVJA4DUwe758/pi8AmVaXw0DMzMzg39oMoOekSU4lm9dv8Dw5csn8os+WEkEon/+/AHOUR/xeBklVQAbE/+pXPDbjlZ8DK9pYehcahsKSlL1QAxqTkYBsQQ1DAUIMABAr6o2SnEY+QAAAABJRU5ErkJggg==)}.sidebar .stripNav a{font-size:6px;line-height:6px;width:6px;height:6px}.sidebar .stripNav{margin:0;position:absolute;bottom:3px;left:3px;z-index:200}.stripNav a.cycle-pager-active{background:#7f7f7f;color:#7f7f7f;border:1px solid #7f7f7f}.block-compare .actions a{line-height:1.75em;vertical-align:middle}.block-title{font-size:19px;text-transform:none;line-height:1em;vertical-align:middle;text-transform:none;margin-bottom:1.25em}.block-title::before{font-family:campuspoint-icon;color:#ba0d3b;font-size:30px;vertical-align:middle;margin-right:.35em}.block-title h2,.block-title h3,.block-title strong{color:#000;font-size:inherit;text-transform:inherit}.block-title h2::before,.block-title h3::before,.block-title strong::before{font-family:campuspoint-icon;color:#ba0d3b}.block-title small{color:inherit;font-style:inherit;margin-left:.25em;font-weight:700}.block-account li,.block-cms-menu li{margin:0}.block-account li a,.block-account li strong,.block-cms-menu li a,.block-cms-menu li strong{color:#ba0d3b;text-transform:none}.block-account li a::before,.block-cms-menu li a::before{margin-right:3px}.block-account li a:hover,.block-cms-menu li a:hover{color:#000}.block-account li strong,.block-cms-menu li strong{color:#000;font-weight:700}.breadcrumb{margin:20px 0 20px;font-size:14px}@media screen and (max-width:640px){.breadcrumb{margin:20px 0 0}}.breadcrumb a::after{content:'\00BB';margin:0 0 0 .25em;font-size:15.55556px;line-height:1em}@media screen and (max-width:640px){.breadcrumb li{display:inline}}.cc-window{-webkit-box-shadow:0 0 20px #333336;-moz-box-shadow:0 0 20px #333336;box-shadow:0 0 20px #333336}.block-dsgvo{padding:10px 0}.block-dsgvo .dsgvo-block__bar p{margin-top:10px}.dsgvo__container p{text-align:right}.back-link a{color:#ba0d3b}.back-link a small{color:#000}.form-list .control label{min-width:0;padding-left:5px}.form-list .control .input-box{width:41.66667%}.flyout{position:relative}.flyout:hover .flyout__container{display:block}#co-shipping-method-form .buttons-set .flyout.button,#discount-coupon-form button.flyout,#freegift-coupon-form .button-wrapper .flyout.button2,#onestepcheckout-form button.flyout.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .flyout.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .flyout.button.link-edit.button-secondary,.block-cart .block-content .actions a.flyout,.cart-table .product-cart-actions .flyout.button,.cart.display-single-price .flyout.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table input.flyout[type=submit],.flyout.btn,.flyout.button{padding:0!important;border:none}.flyout__content{background:#fff;padding:20px;box-shadow:0 5px 10px 0 rgba(0,0,0,.5);border:1px solid #d1d1d1;min-width:180px}.flyout__content .block-title{border:none;padding-top:0;margin-bottom:10px}.flyout .block.block-cart,.flyout .triangle{height:10px;display:block}.flyout .block.block-cart::after,.flyout .block.block-cart::before,.flyout .triangle::after,.flyout .triangle::before{position:absolute}.flyout .block.block-cart::after,.flyout .triangle::after{display:inline-block;content:'';width:0;height:0;border-style:solid;border-width:0 11px 11px 11px;border-color:transparent transparent #d1d1d1 transparent}.flyout .block.block-cart::before,.flyout .triangle--top::before{z-index:1020;margin:2px 1px 0 0!important}.flyout .block.block-cart::after,.flyout .triangle--top::after{z-index:1010}.flyout .block.block-cart::after,.flyout .block.block-cart::before,.flyout .triangle--top::after,.flyout .triangle--top::before{top:0;right:10px}.flyout__container{position:absolute;top:100%;right:0;display:none;min-width:18em}.flyout__container li{padding:5px 10px;color:#000}.flyout__container ul.minicart li{padding-left:0;padding-right:0}#co-shipping-method-form .buttons-set .flyout__container .button,#discount-coupon-form .flyout__container button,#freegift-coupon-form .button-wrapper .flyout__container .button2,#onestepcheckout-form .flyout__container button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .flyout__container .button.btn-cart,.cart-table .product-cart-actions .flyout__container .button,.cart.display-single-price .flyout__container .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .flyout__container input[type=submit],.flyout__container #co-shipping-method-form .buttons-set .button,.flyout__container #discount-coupon-form button,.flyout__container #freegift-coupon-form .button-wrapper .button2,.flyout__container #onestepcheckout-form button.onestepcheckout-place-order,.flyout__container #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.flyout__container .btn--primary,.flyout__container .button,.flyout__container .cart-table .product-cart-actions .button,.flyout__container .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.flyout__container .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{color:#fff!important}#co-shipping-method-form .buttons-set .flyout__container .button:hover,#discount-coupon-form .flyout__container button:hover,#freegift-coupon-form .button-wrapper .flyout__container .button2:hover,#onestepcheckout-form .flyout__container button.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .flyout__container .button.btn-cart:hover,.cart.display-single-price .flyout__container .button.btn-proceed-checkout.btn-checkout:hover,.checkout-onepage-success #ts_classic_subscribtion table .flyout__container input[type=submit]:hover,.flyout__container #co-shipping-method-form .buttons-set .button:hover,.flyout__container #discount-coupon-form button:hover,.flyout__container #freegift-coupon-form .button-wrapper .button2:hover,.flyout__container #onestepcheckout-form button.onestepcheckout-place-order:hover,.flyout__container #wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover,.flyout__container .btn--primary:hover,.flyout__container .button:hover,.flyout__container .cart.display-single-price .button.btn-proceed-checkout.btn-checkout:hover,.flyout__container .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]:hover{color:#ba0d3b!important}#wishlist-table td.customer-wishlist-item-cart .flyout__container .button.link-edit.button-secondary:hover,.block-cart .block-content .actions .flyout__container a:hover,.flyout__container #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.flyout__container .block-cart .block-content .actions a:hover,.flyout__container .btn--secondary:hover{color:#fff!important}.flyout__trigger:hover hr{background:#ba0d3b}.flyout__trigger hr{background:#fff;width:auto;height:2px;position:absolute;right:5px;left:5px;margin:-1px 0 0;border:none}.flyout__trigger hr:nth-child(1){top:25%}.flyout__trigger hr:nth-child(2){top:50%}.flyout__trigger hr:nth-child(3){top:75%}.flyout__trigger.close hr{width:60%}.flyout__trigger.close hr:nth-child(1){top:50%;left:50%;margin:-1px auto auto -30%;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.flyout__trigger.close hr:nth-child(2){display:none}.flyout__trigger.close hr:nth-child(3){top:50%;left:50%;margin:-1px auto auto -30%;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.skip-cart .count::after,.skip-cart .count::before{display:none}.freegift_rules_container{background:#16ba42!important;border:none!important;color:#fff!important;font-size:14px!important;height:auto!important;padding:10px 15px!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;max-width:1065px}#mw-fg-slider-cart .mw-fg-item{border-radius:0!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.35)!important;font-weight:400;top:unset}#mw-fg-slider-cart .mw-fg-item.tooltip__content{left:calc(100% + 15px)}#mw-fg-slider-cart .mw-fg-item-option-title{border:none;font-style:normal;font-weight:400}#mw-fg-slider-cart .back,#mw-fg-slider-cart .forward{color:transparent;font-size:0}#mw-fg-slider-cart .back::before,#mw-fg-slider-cart .forward::before{color:#fff;font-size:18px}#freegift-coupon-form h2{font-size:14px;font-weight:700}#freegift-coupon-form .discount-form .field-wrapper{position:relative}#freegift-coupon-form .discount-form .input-text{height:31px;padding:0 10px 0 10px;width:212px}#freegift-coupon-form .button-wrapper{display:inline-block}#freegift-coupon-form .button-wrapper .button2{font-size:10px;height:31px;padding:6px 10px 2px;margin:-3px 0 0 -5px;vertical-align:middle}#freegift-coupon-form .button-wrapper .button2::before{font-size:10px}#freegift-coupon-form .button-wrapper .button2>span{display:none}.keyfeatures{border:1px solid #d1d1d1;padding:15px;margin:40px 0}@media screen and (max-width:640px){.keyfeatures{padding:5px}}.keyfeatures .keyfeature{margin:10px}@media screen and (max-width:640px){.keyfeatures .keyfeature{margin:10px 5px}}.input-box{background:0 0}.notice{padding:20px}.notice--hint{background:#ffee54;color:#000;font-size:16px;padding:10px 15px}#expiration-notice ul li{list-style:none}.overview-benefit{border:1px solid #d1d1d1;padding:30px 30px 10px;margin:0 0 100px}.overview-benefit h3{font-size:18px}.overview-benefit .certificates{margin:30px 0 20px}.overview-benefit .certificates a{display:inline-block;margin:0 15px 0 0}.overview-benefit .list--guillemets li::before{color:#ba0d3b}.pager{width:100%}.pager .limiter{height:auto;float:none}.pager .limiter .select-wrap::before{right:10px}.pager .limiter .select-wrap select{padding:5px 30px 5px 10px}.pager .limiter>label{color:#000;font-size:18px}@media screen and (max-width:640px){.pager .pages{width:100%;margin:10px 0 0;display:inline-block;background:0 0}}.pager .pages strong{display:inline-block}#co-shipping-method-form .buttons-set .pager .pages .button,#discount-coupon-form .pager .pages button,#freegift-coupon-form .button-wrapper .pager .pages .button2,#onestepcheckout-form .pager .pages button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.link-edit.button-secondary,.block-cart .block-content .actions .pager .pages a,.cart.display-single-price .pager .pages .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .pager .pages input[type=submit],.pager .pages #co-shipping-method-form .buttons-set .button,.pager .pages #discount-coupon-form button,.pager .pages #freegift-coupon-form .button-wrapper .button2,.pager .pages #onestepcheckout-form button.onestepcheckout-place-order,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.pager .pages .block-cart .block-content .actions a,.pager .pages .btn,.pager .pages .button,.pager .pages .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.pager .pages .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{cursor:pointer}#co-shipping-method-form .buttons-set .pager .pages .button,#discount-coupon-form .pager .pages button,#freegift-coupon-form .button-wrapper .pager .pages .button2,#onestepcheckout-form .pager .pages button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.link-edit.button-secondary,.block-cart .block-content .actions .pager .pages a,.cart.display-single-price .pager .pages .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .pager .pages input[type=submit],.pager .pages #co-shipping-method-form .buttons-set .button,.pager .pages #discount-coupon-form button,.pager .pages #freegift-coupon-form .button-wrapper .button2,.pager .pages #onestepcheckout-form button.onestepcheckout-place-order,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.pager .pages .block-cart .block-content .actions a,.pager .pages .btn--primary,.pager .pages .btn--secondary,.pager .pages .button,.pager .pages .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.pager .pages .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{padding:0;font-size:12px;line-height:2.6em;height:2.65em;margin:0 .1em}#co-shipping-method-form .buttons-set .pager .pages .button a,#discount-coupon-form .pager .pages button a,#freegift-coupon-form .button-wrapper .pager .pages .button2 a,#onestepcheckout-form .pager .pages button.onestepcheckout-place-order a,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.btn-cart a,#wishlist-table td.customer-wishlist-item-cart .pager .pages .button.link-edit.button-secondary a,.block-cart .block-content .actions .pager .pages a a,.cart.display-single-price .pager .pages .button.btn-proceed-checkout.btn-checkout a,.checkout-onepage-success #ts_classic_subscribtion table .pager .pages input[type=submit] a,.pager .pages #co-shipping-method-form .buttons-set .button a,.pager .pages #discount-coupon-form button a,.pager .pages #freegift-coupon-form .button-wrapper .button2 a,.pager .pages #onestepcheckout-form button.onestepcheckout-place-order a,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.btn-cart a,.pager .pages #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary a,.pager .pages .block-cart .block-content .actions a a,.pager .pages .btn--primary a,.pager .pages .btn--secondary a,.pager .pages .button a,.pager .pages .cart.display-single-price .button.btn-proceed-checkout.btn-checkout a,.pager .pages .checkout-onepage-success #ts_classic_subscribtion table input[type=submit] a{display:inline-block;font-size:inherit;line-height:inherit;height:inherit}.pager .pages ol{display:inline-block;vertical-align:top}@media screen and (max-width:640px){.pager .pages li{float:none}}@media screen and (max-width:640px){.pager{width:100%}}.pager .count-container{width:auto}.pager .amount{color:#000;display:block;font-size:18px;margin:0 15px 0 0}@media screen and (max-width:640px){.pager .amount{display:inline-block}}.pagination{margin:0 0 40px}.pagination__count{font-size:18px;margin:0 28px 0 0}#co-shipping-method-form .buttons-set ul.pagination__change-page .button,#discount-coupon-form ul.pagination__change-page button,#freegift-coupon-form .button-wrapper ul.pagination__change-page .button2,#onestepcheckout-form ul.pagination__change-page button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart ul.pagination__change-page .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart ul.pagination__change-page .button.link-edit.button-secondary,.block-cart .block-content .actions ul.pagination__change-page a,.cart-table .product-cart-actions ul.pagination__change-page .button,.cart.display-single-price ul.pagination__change-page .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table ul.pagination__change-page input[type=submit],ul.pagination__change-page #co-shipping-method-form .buttons-set .button,ul.pagination__change-page #discount-coupon-form button,ul.pagination__change-page #freegift-coupon-form .button-wrapper .button2,ul.pagination__change-page #onestepcheckout-form button.onestepcheckout-place-order,ul.pagination__change-page #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,ul.pagination__change-page #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,ul.pagination__change-page .block-cart .block-content .actions a,ul.pagination__change-page .btn,ul.pagination__change-page .button,ul.pagination__change-page .cart-table .product-cart-actions .button,ul.pagination__change-page .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,ul.pagination__change-page .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:40px;height:40px;display:inline-block;vertical-align:middle;padding:8px 0;text-align:center}ul.pagination__change-page li:first-child{margin:0 6px 0 0}.partner-container{margin:60px 0 60px}@media screen and (max-width:640px){.partner-container{margin:0 15px 35px}}.partner-container .partner{vertical-align:middle;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%)}.partner-container .partner:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}.partner-container .partner.lenovo{max-width:16%}.partner-container .partner.asus{max-width:14%}.partner-container .partner.intel{max-width:5%}.partner-container .partner.hp{max-width:3%}.partner-container .partner.acer{max-width:10%}.partner-container .partner.microsoft{max-width:13%}.partner-container .partner.kaspersky{max-width:12%}.payments-and-partner h4{font-weight:700}.payments-and-partner p{margin:30px 0 0}.social-media p{margin:30px 0 0}.price{font-size:.8em;color:inherit}.price-box{margin:5px 0 5px!important;line-height:28px;line-height:5px;margin-bottom:-.75em}.price-box .price{color:#000;font-family:inherit;font-size:25px;line-height:inherit;font-weight:bolder}.price-box .price--current{height:1em;line-height:1em}.price-box .price--old{color:#000;text-decoration:none;position:relative}.price-box .price--old::before{content:'';display:inline-block;position:absolute;top:calc(50% - 2px);height:4px;left:0;right:0;background:#ba0d3b;transform:rotateZ(-10deg);border-radius:200%}.price-box .price--old .price{color:#888a8b}.price-box .tooltip__trigger{margin-left:5px;padding:0}.price-box .tooltip__trigger .tooltip__content{line-height:1.2em;padding:10px;left:unset;right:-17px;bottom:calc(100% + 20px)}.price-box .tooltip__trigger .tooltip__content .block.block-cart,.price-box .tooltip__trigger .tooltip__content .triangle{text-align:right;padding:0 10px;left:0;bottom:-13.5px}.price-box .icon-info{color:#888a8b}.price-box .price-tag{display:block;width:100%;text-align:right}.price-box .price-tag>.price{display:inline-block!important;font-size:1em!important}.price-box .price-tag>.price.currency{margin-right:.25em}.price-box .price-tag>.price.fractionDigits{font-size:.5em!important;vertical-align:50%}.special-price{padding:0}.minimal-price-link{display:none}.price-box{text-align:right}.price-box .old-price{margin:0 -.25em -.5em 0;color:#888a8b}@media screen and (max-width:640px){.price-box .old-price{margin:0 -.25em 1px 0}}.price-box .old-price .price{text-decoration:none}.price-box .special-price{display:block!important;width:100%!important;text-align:inherit}.required__info{border-bottom:1px solid #d1d1d1}.buttons-set{margin:0!important;padding-top:0!important;border:none!important;text-align:left!important}.fieldset p.required{float:none;color:inherit;float:none;padding:0;margin:15px 0 25px;font-size:13px}p.required{margin-bottom:10px;color:inherit}.search__bar{display:inline-block;background-color:#fff;position:relative}.search__bar #search{font-family:cpsans,sans-serif!important}.search__bar #search.search__input,.search__bar .search__submit{float:left;height:45px}.search__bar #search.search__input{border-width:1px;border-style:solid;width:100%;padding-right:80px;font-family:cpsans,sans-serif!important}.search__bar .search__input{width:100%}.search__bar .search__submit{padding:12px;position:absolute!important;width:50px;top:0;right:0;bottom:0;height:auto;z-index:1010;text-align:center;vertical-align:middle;padding:.05em .5em 0;font-size:25px}.search__bar.big .search__input{padding-right:21.75%}.search__bar.big .search__submit{width:21.75%}.stripNav{text-align:center;width:100%}.stripNav a{border:2px solid #ba0d3b;color:transparent;display:inline-block;float:none;font-size:14px;height:17px;margin:0 2px;opacity:1;position:relative;text-indent:-9999px;width:17px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.stripNav a.cycle-pager-active{background:#fff;border:2px solid #ba0d3b}.stripNav a.cycle-pager-active::before{content:'';background:#ba0d3b;display:inline-block;position:absolute;top:2px;right:2px;bottom:2px;left:2px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}@media screen and (max-width:640px){.tiles-nav{padding:20px 0}}.tiles-nav.lh-\.9e{line-height:.9em;margin-bottom:12px}@media screen and (max-width:640px){.tiles-nav.lh-\.9e{margin:0 0 5px;padding:0}}.tiles-nav ul{margin:0}@media screen and (max-width:640px){.tiles-nav ul{padding:0}}.tiles-nav ul:first-child li{padding-right:15px}.tiles-nav ul:first-child li.pdr-5{padding-right:5px}#co-shipping-method-form .buttons-set .tiles-nav ul .button,#discount-coupon-form .tiles-nav ul button,#freegift-coupon-form .button-wrapper .tiles-nav ul .button2,#onestepcheckout-form .tiles-nav ul button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .tiles-nav ul .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .tiles-nav ul .button.link-edit.button-secondary,.block-cart .block-content .actions .tiles-nav ul a,.cart-table .product-cart-actions .tiles-nav ul .button,.cart.display-single-price .tiles-nav ul .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .tiles-nav ul input[type=submit],.tiles-nav ul #co-shipping-method-form .buttons-set .button,.tiles-nav ul #discount-coupon-form button,.tiles-nav ul #freegift-coupon-form .button-wrapper .button2,.tiles-nav ul #onestepcheckout-form button.onestepcheckout-place-order,.tiles-nav ul #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.tiles-nav ul #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.tiles-nav ul .block-cart .block-content .actions a,.tiles-nav ul .btn,.tiles-nav ul .button,.tiles-nav ul .cart-table .product-cart-actions .button,.tiles-nav ul .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.tiles-nav ul .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:30px;height:30px;padding-top:3px;font-size:14px}.tiles-nav a{display:inline-block;line-height:1.9em;font-size:16px;vertical-align:middle;color:#ba0d3b;font-weight:700;border-bottom:4px solid transparent}.tiles-nav a.previous:hover{border-color:#ba0d3b}.tiles-nav a.previous:hover::before{border-right-color:#ba0d3b}.tiles-nav a.previous::before{border-right-color:#ba0d3b}.tiles-nav a.next:hover{border-color:#ba0d3b}.tiles-nav a.next:hover::before{border-left-color:#ba0d3b}.tiles-nav a.next::before{border-left-color:#ba0d3b}.tiles-nav a.active{font-weight:bolder;border-bottom:4px solid;color:#000}@media screen and (max-width:640px){.box-collateral .article .tile-container .actions,.box-collateral .tile-container .actions{position:relative}}.article .tile-container,.tile-container{display:flex;flex-wrap:wrap}.article .tile-container .image__container,.tile-container .image__container{text-align:center;position:relative}.article .tile-container .image__container .freegift-badge-image,.tile-container .image__container .freegift-badge-image{position:absolute;right:0;max-width:90px;bottom:32px}.article .tile-container .image__container .freegift-badge-image .tooltip__content,.tile-container .image__container .freegift-badge-image .tooltip__content{bottom:calc(100% + 15px);left:unset;right:0}.article .tile-container .image__container .freegift-badge-image .tooltip__content .block.block-cart,.article .tile-container .image__container .freegift-badge-image .tooltip__content .triangle,.tile-container .image__container .freegift-badge-image .tooltip__content .block.block-cart,.tile-container .image__container .freegift-badge-image .tooltip__content .triangle{bottom:-15px;left:0;text-align:right;padding-right:10px}.article .tile-container .tax-container,.tile-container .tax-container{display:none}.article .tile-container .article-number,.tile-container .article-number{margin-bottom:0}.article .tile-container .proof,.tile-container .proof{margin:0 0 1em}.article .tile-container .tile,.tile-container .tile{width:25%;text-align:left;margin-bottom:15px;font-size:13px}.article .tile-container .tile__wrap,.tile-container .tile__wrap{position:relative;padding:0 10px 120px;border:1px solid #d1d1d1;height:100%;width:100%}.article .tile-container .tile__wrap.pd-10,.tile-container .tile__wrap.pd-10{padding:10px}@media screen and (max-width:640px){.article .tile-container .tile__wrap.pd-10,.tile-container .tile__wrap.pd-10{padding-bottom:120px}}.article .tile-container .tile__wrap:hover,.tile-container .tile__wrap:hover{border-color:#ba0d3b}.article .tile-container .tile__teasers,.tile-container .tile__teasers{margin-top:5px}.article .tile-container .tile-teaser img,.tile-container .tile-teaser img{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.article .tile-container .price,.tile-container .price{text-align:justify;margin-bottom:6px;margin-top:7px!important;line-height:1em}@media screen and (max-width:640px){.article .tile-container .price,.tile-container .price{margin-top:0!important}}.article .tile-container .price--curent,.article .tile-container .price--old,.tile-container .price--curent,.tile-container .price--old{font-weight:bolder}.article .tile-container .price--curent,.tile-container .price--curent{color:#000;font-size:27px;font-weight:bolder;line-height:1em;height:1em;display:block}.article .tile-container .price--old,.tile-container .price--old{font-size:20px}.article .tile-container .actions,.tile-container .actions{position:absolute;right:10px;bottom:0;left:10px;width:auto}@media screen and (max-width:640px){.article .tile-container .actions,.tile-container .actions{left:0;right:0;position:relative}}.article .tile-container .actions .price-box .special-price,.tile-container .actions .price-box .special-price{padding-left:0}.article .tile-container .actions .checkout-onepage-success p:nth-child(2n+2),.article .tile-container .actions .grid-item:nth-child(2n+2),.article .tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:nth-child(2n+2),.article .tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:nth-child(2n+2),.article .tile-container .actions .page__header .menu-user li:nth-child(2n+2),.checkout-onepage-success .article .tile-container .actions p:nth-child(2n+2),.checkout-onepage-success .tile-container .actions p:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .article .tile-container .actions .amazonpayments-or:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .article .tile-container .actions .payButtonWidget:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .tile-container .actions .amazonpayments-or:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .tile-container .actions .payButtonWidget:nth-child(2n+2),.page__header .menu-user .article .tile-container .actions li:nth-child(2n+2),.page__header .menu-user .tile-container .actions li:nth-child(2n+2),.tile-container .actions .checkout-onepage-success p:nth-child(2n+2),.tile-container .actions .grid-item:nth-child(2n+2),.tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:nth-child(2n+2),.tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:nth-child(2n+2),.tile-container .actions .page__header .menu-user li:nth-child(2n+2){padding-left:5px}.article .tile-container .actions .checkout-onepage-success p:nth-child(2n+1),.article .tile-container .actions .grid-item:nth-child(2n+1),.article .tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:nth-child(2n+1),.article .tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:nth-child(2n+1),.article .tile-container .actions .page__header .menu-user li:nth-child(2n+1),.checkout-onepage-success .article .tile-container .actions p:nth-child(2n+1),.checkout-onepage-success .tile-container .actions p:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .article .tile-container .actions .amazonpayments-or:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .article .tile-container .actions .payButtonWidget:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .tile-container .actions .amazonpayments-or:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .tile-container .actions .payButtonWidget:nth-child(2n+1),.page__header .menu-user .article .tile-container .actions li:nth-child(2n+1),.page__header .menu-user .tile-container .actions li:nth-child(2n+1),.tile-container .actions .checkout-onepage-success p:nth-child(2n+1),.tile-container .actions .grid-item:nth-child(2n+1),.tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:nth-child(2n+1),.tile-container .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:nth-child(2n+1),.tile-container .actions .page__header .menu-user li:nth-child(2n+1){padding-right:5px}#co-shipping-method-form .buttons-set .article .tile-container .actions .button,#co-shipping-method-form .buttons-set .tile-container .actions .button,#discount-coupon-form .article .tile-container .actions button,#discount-coupon-form .tile-container .actions button,#freegift-coupon-form .button-wrapper .article .tile-container .actions .button2,#freegift-coupon-form .button-wrapper .tile-container .actions .button2,#onestepcheckout-form .article .tile-container .actions button.onestepcheckout-place-order,#onestepcheckout-form .tile-container .actions button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .article .tile-container .actions .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .tile-container .actions .button.btn-cart,.article .tile-container .actions #co-shipping-method-form .buttons-set .button,.article .tile-container .actions #discount-coupon-form button,.article .tile-container .actions #freegift-coupon-form .button-wrapper .button2,.article .tile-container .actions #onestepcheckout-form button.onestepcheckout-place-order,.article .tile-container .actions #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.article .tile-container .actions .btn--primary,.article .tile-container .actions .button,.article .tile-container .actions .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.article .tile-container .actions .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.cart.display-single-price .article .tile-container .actions .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .tile-container .actions .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .article .tile-container .actions input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .tile-container .actions input[type=submit],.tile-container .actions #co-shipping-method-form .buttons-set .button,.tile-container .actions #discount-coupon-form button,.tile-container .actions #freegift-coupon-form .button-wrapper .button2,.tile-container .actions #onestepcheckout-form button.onestepcheckout-place-order,.tile-container .actions #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.tile-container .actions .btn--primary,.tile-container .actions .button,.tile-container .actions .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.tile-container .actions .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{margin-bottom:3px;font-size:16px;padding:10px 0 10px;text-transform:none}#wishlist-table td.customer-wishlist-item-cart .article .tile-container .actions .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .tile-container .actions .button.link-edit.button-secondary,.article .tile-container .actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.article .tile-container .actions .btn--secondary,.article .tile-container .block-cart .block-content .actions a,.block-cart .block-content .article .tile-container .actions a,.block-cart .block-content .tile-container .actions a,.tile-container .actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.tile-container .actions .btn--secondary,.tile-container .block-cart .block-content .actions a{padding-top:2px;padding-bottom:2px}.article .tile-container h2,.tile-container h2{font-size:16px;font-weight:700;margin:9px 0 0;min-height:5.5em;line-height:1.4em}@media screen and (max-width:640px){.article .tile-container h2,.tile-container h2{min-height:1em}}.article .tile-container h2 a,.tile-container h2 a{display:inline-block;width:100%}.article .tile-container p,.tile-container p{font-size:13px}.tile__tab-nav{width:100%;text-align:center;margin:25px 0 60px;position:relative;z-index:1010}.tile__tab-nav .tile__tab-trigger{margin-top:10px;margin-right:25px;height:10px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;background-color:#d9d9d9;padding:0}@media screen and (max-width:640px){.tile__tab-nav .tile__tab-trigger{width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}}.tile__tab-nav .tile__tab-trigger.active{background-color:#ba0d3b}.tile__actions{text-align:right;vertical-align:middle}@media screen and (min-width:1101px){.tile__actions{margin-left:60px}}@media screen and (max-width:640px){.tile__actions{display:none}}.tile__actions li{padding-right:5px}.tile__actions li:last-child{padding-right:0}.tile__article-per-page{color:#000;font-size:18px;height:30px;line-height:28px;vertical-align:middle}@media screen and (min-width:1101px){.tile__article-per-page{margin:0 10px}}@media screen and (max-width:640px){.tile__article-per-page{margin:0}}ul.tile__articles-to-show{vertical-align:middle}@media screen and (min-width:1101px){ul.tile__articles-to-show{margin:0}}@media screen and (max-width:640px){ul.tile__articles-to-show{margin:0}}ul.tile__articles-to-show li{padding-right:5px}ul.tile__articles-to-show li:last-child{padding-right:0}@media screen and (min-width:1101px){.sort-by>.grid-container,.sort-by>.method-checkout-cart-methods-amazonpayments_pay-bottom,.sort-by>.product-image-thumbs{display:inline-block;vertical-align:middle}}.checkout-onepage-success .sort-by p,.method-checkout-cart-methods-amazonpayments_pay-bottom .sort-by .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .sort-by .payButtonWidget,.page__header .menu-user .sort-by li,.sort-by .checkout-onepage-success p,.sort-by .grid-item,.sort-by .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.sort-by .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.sort-by .page__header .menu-user li{vertical-align:top}.sort-by__hint{font-size:18px;margin:0 .7em 0 0}@media screen and (min-width:1101px){.sort-by__hint{vertical-align:initial;line-height:1.75em}}@media screen and (min-width:1101px){.sort-by__select{margin-top:-.25em}}.sort-by__select select{padding:5px 25px 6px 10px}.sort-by__select+a{color:#000;font-weight:400;font-size:18px}.sort-by__select+a::before{font-size:14px}.sort-by a{height:37px;line-height:34px;margin:-3px 0 0!important;padding-left:10px;vertical-align:middle}.sort-by a span{display:inline-block;height:34px}.tile.mgb-0{margin-bottom:0!important}.products-grid>li{margin:0 0 15px!important}.products-grid h2{font-weight:700}.products-grid h2 a{color:#000;font-weight:inherit}.products-grid h2 a:hover{color:#ba0d3b}.products-grid .product-info{min-height:0!important;padding:0;margin:0}@media screen and (max-width:640px){.products-grid .product-info{padding-bottom:0}}.products-grid .product-info .tile-teaser{margin:-2.85em 0 0}.products-grid .desc.std p{padding:3px 0 0;line-height:1.4em}.products-grid .image__container img{display:block;padding:0}.products-grid .image__container .product-image{border:none;display:inline-block;margin-bottom:15px;margin-left:0;max-width:210px;width:100%}@media screen and (min-width:1101px){.products-grid .actions{right:10px;bottom:10px;left:10px;width:auto}}@media screen and (min-width:641px) and (max-width:1101px){.products-grid .actions{right:10px;bottom:10px;left:10px;width:auto}}@media screen and (max-width:640px){.products-grid .actions{position:relative}}.add-to-links a,.add-to-links button{padding:5px!important}@media screen and (max-width:640px){.add-to-links a,.add-to-links button{padding:0}}@media screen and (max-width:1275px) and (min-width:1100px){.add-to-links .checkout-onepage-success p,.add-to-links .grid-item,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.add-to-links .page__header .menu-user li,.checkout-onepage-success .add-to-links p,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget,.page__header .menu-user .add-to-links li{text-align:center;width:100%}#co-shipping-method-form .buttons-set .add-to-links .checkout-onepage-success p .button,#co-shipping-method-form .buttons-set .add-to-links .grid-item .button,#co-shipping-method-form .buttons-set .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button,#co-shipping-method-form .buttons-set .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button,#co-shipping-method-form .buttons-set .add-to-links .page__header .menu-user li .button,#co-shipping-method-form .buttons-set .checkout-onepage-success .add-to-links p .button,#co-shipping-method-form .buttons-set .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button,#co-shipping-method-form .buttons-set .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button,#co-shipping-method-form .buttons-set .page__header .menu-user .add-to-links li .button,#discount-coupon-form .add-to-links .checkout-onepage-success p button,#discount-coupon-form .add-to-links .grid-item button,#discount-coupon-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or button,#discount-coupon-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget button,#discount-coupon-form .add-to-links .page__header .menu-user li button,#discount-coupon-form .checkout-onepage-success .add-to-links p button,#discount-coupon-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or button,#discount-coupon-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget button,#discount-coupon-form .page__header .menu-user .add-to-links li button,#freegift-coupon-form .button-wrapper .add-to-links .checkout-onepage-success p .button2,#freegift-coupon-form .button-wrapper .add-to-links .grid-item .button2,#freegift-coupon-form .button-wrapper .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button2,#freegift-coupon-form .button-wrapper .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button2,#freegift-coupon-form .button-wrapper .add-to-links .page__header .menu-user li .button2,#freegift-coupon-form .button-wrapper .checkout-onepage-success .add-to-links p .button2,#freegift-coupon-form .button-wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button2,#freegift-coupon-form .button-wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button2,#freegift-coupon-form .button-wrapper .page__header .menu-user .add-to-links li .button2,#onestepcheckout-form .add-to-links .checkout-onepage-success p button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .grid-item button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .page__header .menu-user li button.onestepcheckout-place-order,#onestepcheckout-form .checkout-onepage-success .add-to-links p button.onestepcheckout-place-order,#onestepcheckout-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or button.onestepcheckout-place-order,#onestepcheckout-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget button.onestepcheckout-place-order,#onestepcheckout-form .page__header .menu-user .add-to-links li button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .add-to-links .checkout-onepage-success p .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .checkout-onepage-success p .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .grid-item .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .grid-item .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .page__header .menu-user li .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .page__header .menu-user li .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .checkout-onepage-success .add-to-links p .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .checkout-onepage-success .add-to-links p .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-user .add-to-links li .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-user .add-to-links li .button.link-edit.button-secondary,.add-to-links .checkout-onepage-success #ts_classic_subscribtion table p input[type=submit],.add-to-links .checkout-onepage-success p #co-shipping-method-form .buttons-set .button,.add-to-links .checkout-onepage-success p #discount-coupon-form button,.add-to-links .checkout-onepage-success p #freegift-coupon-form .button-wrapper .button2,.add-to-links .checkout-onepage-success p #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .checkout-onepage-success p #ts_classic_subscribtion table input[type=submit],.add-to-links .checkout-onepage-success p #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .checkout-onepage-success p #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .checkout-onepage-success p .block-cart .block-content .actions a,.add-to-links .checkout-onepage-success p .btn,.add-to-links .checkout-onepage-success p .button,.add-to-links .checkout-onepage-success p .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .checkout-onepage-success p a,.add-to-links .grid-item #co-shipping-method-form .buttons-set .button,.add-to-links .grid-item #discount-coupon-form button,.add-to-links .grid-item #freegift-coupon-form .button-wrapper .button2,.add-to-links .grid-item #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .grid-item #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .grid-item #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .grid-item .block-cart .block-content .actions a,.add-to-links .grid-item .btn,.add-to-links .grid-item .button,.add-to-links .grid-item .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .grid-item .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .grid-item a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #co-shipping-method-form .buttons-set .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #discount-coupon-form button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #freegift-coupon-form .button-wrapper .button2,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .block-cart .block-content .actions a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .btn,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #co-shipping-method-form .buttons-set .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #discount-coupon-form button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #freegift-coupon-form .button-wrapper .button2,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .block-cart .block-content .actions a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .btn,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget a,.add-to-links .page__header .block-cart .block-content .actions .menu-user li a,.add-to-links .page__header .menu-user li #co-shipping-method-form .buttons-set .button,.add-to-links .page__header .menu-user li #discount-coupon-form button,.add-to-links .page__header .menu-user li #freegift-coupon-form .button-wrapper .button2,.add-to-links .page__header .menu-user li #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .page__header .menu-user li #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .page__header .menu-user li #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .page__header .menu-user li .block-cart .block-content .actions a,.add-to-links .page__header .menu-user li .btn,.add-to-links .page__header .menu-user li .button,.add-to-links .page__header .menu-user li .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .page__header .menu-user li .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .page__header .menu-user li a,.block-cart .block-content .actions .add-to-links .checkout-onepage-success p a,.block-cart .block-content .actions .add-to-links .grid-item a,.block-cart .block-content .actions .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or a,.block-cart .block-content .actions .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget a,.block-cart .block-content .actions .add-to-links .page__header .menu-user li a,.block-cart .block-content .actions .checkout-onepage-success .add-to-links p a,.block-cart .block-content .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or a,.block-cart .block-content .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget a,.block-cart .block-content .actions .page__header .menu-user .add-to-links li a,.cart.display-single-price .add-to-links .checkout-onepage-success p .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .grid-item .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .page__header .menu-user li .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .checkout-onepage-success .add-to-links p .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .page__header .menu-user .add-to-links li .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .grid-item input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .page__header .menu-user li input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links p input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-user .add-to-links li input[type=submit],.checkout-onepage-success .add-to-links p #co-shipping-method-form .buttons-set .button,.checkout-onepage-success .add-to-links p #discount-coupon-form button,.checkout-onepage-success .add-to-links p #freegift-coupon-form .button-wrapper .button2,.checkout-onepage-success .add-to-links p #onestepcheckout-form button.onestepcheckout-place-order,.checkout-onepage-success .add-to-links p #ts_classic_subscribtion table input[type=submit],.checkout-onepage-success .add-to-links p #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.checkout-onepage-success .add-to-links p #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.checkout-onepage-success .add-to-links p .block-cart .block-content .actions a,.checkout-onepage-success .add-to-links p .btn,.checkout-onepage-success .add-to-links p .button,.checkout-onepage-success .add-to-links p .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success .add-to-links p a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #co-shipping-method-form .buttons-set .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #discount-coupon-form button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #freegift-coupon-form .button-wrapper .button2,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #onestepcheckout-form button.onestepcheckout-place-order,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .block-cart .block-content .actions a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .btn,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #co-shipping-method-form .buttons-set .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #discount-coupon-form button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #freegift-coupon-form .button-wrapper .button2,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #onestepcheckout-form button.onestepcheckout-place-order,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .block-cart .block-content .actions a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .btn,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget a,.page__header .block-cart .block-content .actions .menu-user .add-to-links li a,.page__header .menu-user .add-to-links li #co-shipping-method-form .buttons-set .button,.page__header .menu-user .add-to-links li #discount-coupon-form button,.page__header .menu-user .add-to-links li #freegift-coupon-form .button-wrapper .button2,.page__header .menu-user .add-to-links li #onestepcheckout-form button.onestepcheckout-place-order,.page__header .menu-user .add-to-links li #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header .menu-user .add-to-links li #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .menu-user .add-to-links li .block-cart .block-content .actions a,.page__header .menu-user .add-to-links li .btn,.page__header .menu-user .add-to-links li .button,.page__header .menu-user .add-to-links li .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .menu-user .add-to-links li .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.page__header .menu-user .add-to-links li a{text-align:inherit}}@media screen and (max-width:790px) and (min-width:641px){.add-to-links .checkout-onepage-success p,.add-to-links .grid-item,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.add-to-links .page__header .menu-user li,.checkout-onepage-success .add-to-links p,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget,.page__header .menu-user .add-to-links li{text-align:center;width:100%}#co-shipping-method-form .buttons-set .add-to-links .checkout-onepage-success p .button,#co-shipping-method-form .buttons-set .add-to-links .grid-item .button,#co-shipping-method-form .buttons-set .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button,#co-shipping-method-form .buttons-set .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button,#co-shipping-method-form .buttons-set .add-to-links .page__header .menu-user li .button,#co-shipping-method-form .buttons-set .checkout-onepage-success .add-to-links p .button,#co-shipping-method-form .buttons-set .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button,#co-shipping-method-form .buttons-set .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button,#co-shipping-method-form .buttons-set .page__header .menu-user .add-to-links li .button,#discount-coupon-form .add-to-links .checkout-onepage-success p button,#discount-coupon-form .add-to-links .grid-item button,#discount-coupon-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or button,#discount-coupon-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget button,#discount-coupon-form .add-to-links .page__header .menu-user li button,#discount-coupon-form .checkout-onepage-success .add-to-links p button,#discount-coupon-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or button,#discount-coupon-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget button,#discount-coupon-form .page__header .menu-user .add-to-links li button,#freegift-coupon-form .button-wrapper .add-to-links .checkout-onepage-success p .button2,#freegift-coupon-form .button-wrapper .add-to-links .grid-item .button2,#freegift-coupon-form .button-wrapper .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button2,#freegift-coupon-form .button-wrapper .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button2,#freegift-coupon-form .button-wrapper .add-to-links .page__header .menu-user li .button2,#freegift-coupon-form .button-wrapper .checkout-onepage-success .add-to-links p .button2,#freegift-coupon-form .button-wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button2,#freegift-coupon-form .button-wrapper .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button2,#freegift-coupon-form .button-wrapper .page__header .menu-user .add-to-links li .button2,#onestepcheckout-form .add-to-links .checkout-onepage-success p button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .grid-item button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget button.onestepcheckout-place-order,#onestepcheckout-form .add-to-links .page__header .menu-user li button.onestepcheckout-place-order,#onestepcheckout-form .checkout-onepage-success .add-to-links p button.onestepcheckout-place-order,#onestepcheckout-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or button.onestepcheckout-place-order,#onestepcheckout-form .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget button.onestepcheckout-place-order,#onestepcheckout-form .page__header .menu-user .add-to-links li button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .add-to-links .checkout-onepage-success p .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .checkout-onepage-success p .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .grid-item .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .grid-item .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .add-to-links .page__header .menu-user li .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .add-to-links .page__header .menu-user li .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .checkout-onepage-success .add-to-links p .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .checkout-onepage-success .add-to-links p .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-user .add-to-links li .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-user .add-to-links li .button.link-edit.button-secondary,.add-to-links .checkout-onepage-success #ts_classic_subscribtion table p input[type=submit],.add-to-links .checkout-onepage-success p #co-shipping-method-form .buttons-set .button,.add-to-links .checkout-onepage-success p #discount-coupon-form button,.add-to-links .checkout-onepage-success p #freegift-coupon-form .button-wrapper .button2,.add-to-links .checkout-onepage-success p #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .checkout-onepage-success p #ts_classic_subscribtion table input[type=submit],.add-to-links .checkout-onepage-success p #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .checkout-onepage-success p #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .checkout-onepage-success p .block-cart .block-content .actions a,.add-to-links .checkout-onepage-success p .btn,.add-to-links .checkout-onepage-success p .button,.add-to-links .checkout-onepage-success p .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .checkout-onepage-success p a,.add-to-links .grid-item #co-shipping-method-form .buttons-set .button,.add-to-links .grid-item #discount-coupon-form button,.add-to-links .grid-item #freegift-coupon-form .button-wrapper .button2,.add-to-links .grid-item #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .grid-item #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .grid-item #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .grid-item .block-cart .block-content .actions a,.add-to-links .grid-item .btn,.add-to-links .grid-item .button,.add-to-links .grid-item .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .grid-item .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .grid-item a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #co-shipping-method-form .buttons-set .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #discount-coupon-form button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #freegift-coupon-form .button-wrapper .button2,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .block-cart .block-content .actions a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .btn,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #co-shipping-method-form .buttons-set .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #discount-coupon-form button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #freegift-coupon-form .button-wrapper .button2,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .block-cart .block-content .actions a,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .btn,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget a,.add-to-links .page__header .block-cart .block-content .actions .menu-user li a,.add-to-links .page__header .menu-user li #co-shipping-method-form .buttons-set .button,.add-to-links .page__header .menu-user li #discount-coupon-form button,.add-to-links .page__header .menu-user li #freegift-coupon-form .button-wrapper .button2,.add-to-links .page__header .menu-user li #onestepcheckout-form button.onestepcheckout-place-order,.add-to-links .page__header .menu-user li #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.add-to-links .page__header .menu-user li #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.add-to-links .page__header .menu-user li .block-cart .block-content .actions a,.add-to-links .page__header .menu-user li .btn,.add-to-links .page__header .menu-user li .button,.add-to-links .page__header .menu-user li .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.add-to-links .page__header .menu-user li .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.add-to-links .page__header .menu-user li a,.block-cart .block-content .actions .add-to-links .checkout-onepage-success p a,.block-cart .block-content .actions .add-to-links .grid-item a,.block-cart .block-content .actions .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or a,.block-cart .block-content .actions .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget a,.block-cart .block-content .actions .add-to-links .page__header .menu-user li a,.block-cart .block-content .actions .checkout-onepage-success .add-to-links p a,.block-cart .block-content .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or a,.block-cart .block-content .actions .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget a,.block-cart .block-content .actions .page__header .menu-user .add-to-links li a,.cart.display-single-price .add-to-links .checkout-onepage-success p .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .grid-item .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .add-to-links .page__header .menu-user li .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .checkout-onepage-success .add-to-links p .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .page__header .menu-user .add-to-links li .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .grid-item input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links .page__header .menu-user li input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .add-to-links p input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget input[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-user .add-to-links li input[type=submit],.checkout-onepage-success .add-to-links p #co-shipping-method-form .buttons-set .button,.checkout-onepage-success .add-to-links p #discount-coupon-form button,.checkout-onepage-success .add-to-links p #freegift-coupon-form .button-wrapper .button2,.checkout-onepage-success .add-to-links p #onestepcheckout-form button.onestepcheckout-place-order,.checkout-onepage-success .add-to-links p #ts_classic_subscribtion table input[type=submit],.checkout-onepage-success .add-to-links p #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.checkout-onepage-success .add-to-links p #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.checkout-onepage-success .add-to-links p .block-cart .block-content .actions a,.checkout-onepage-success .add-to-links p .btn,.checkout-onepage-success .add-to-links p .button,.checkout-onepage-success .add-to-links p .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success .add-to-links p a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #co-shipping-method-form .buttons-set .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #discount-coupon-form button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #freegift-coupon-form .button-wrapper .button2,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #onestepcheckout-form button.onestepcheckout-place-order,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .block-cart .block-content .actions a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .btn,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #co-shipping-method-form .buttons-set .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #discount-coupon-form button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #freegift-coupon-form .button-wrapper .button2,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #onestepcheckout-form button.onestepcheckout-place-order,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .block-cart .block-content .actions a,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .btn,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .button,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.method-checkout-cart-methods-amazonpayments_pay-bottom .add-to-links .payButtonWidget a,.page__header .block-cart .block-content .actions .menu-user .add-to-links li a,.page__header .menu-user .add-to-links li #co-shipping-method-form .buttons-set .button,.page__header .menu-user .add-to-links li #discount-coupon-form button,.page__header .menu-user .add-to-links li #freegift-coupon-form .button-wrapper .button2,.page__header .menu-user .add-to-links li #onestepcheckout-form button.onestepcheckout-place-order,.page__header .menu-user .add-to-links li #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header .menu-user .add-to-links li #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .menu-user .add-to-links li .block-cart .block-content .actions a,.page__header .menu-user .add-to-links li .btn,.page__header .menu-user .add-to-links li .button,.page__header .menu-user .add-to-links li .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .menu-user .add-to-links li .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.page__header .menu-user .add-to-links li a{text-align:inherit}}.tile .add-to-links a{padding:5px}@media screen and (max-width:640px){.tile .add-to-links a{padding:0}}.products-grid .tile__wrap{padding-top:1px}@media screen and (max-width:1275px) and (min-width:1100px){.products-grid .tile__wrap{padding-bottom:190px!important}}@media screen and (max-width:790px) and (min-width:641px){.products-grid .tile__wrap{padding-bottom:190px!important}}@media screen and (min-width:1101px){.tile-container--3 .tile{width:33.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.tile-container--3 .tile{width:50%}}@media screen and (max-width:640px){.tile-container--3 .tile{width:100%}}@media screen and (min-width:1101px){.tile-container--3 .tile:nth-child(3n+1){padding-right:10px;padding-left:0!important}}@media screen and (min-width:1101px){.tile-container--3 .tile:nth-child(3n+2){padding-right:5px;padding-left:5px}}@media screen and (min-width:1101px){.tile-container--3 .tile:nth-child(3n+3){padding-left:10px;padding-right:0!important}}@media screen and (min-width:641px) and (max-width:1101px){.tile-container--3 .tile:nth-child(2n+1){padding-right:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){.tile-container--3 .tile:nth-child(2n+2){padding-left:7.5px}}@media screen and (min-width:641px) and (max-width:1101px){[data-hauly-tiles-t="3"] .tile{padding-left:7.5px;padding-right:7.5px}[data-hauly-tiles-t="3"] .tile:nth-child(3n+1){padding-left:3px;padding-right:10px}[data-hauly-tiles-t="3"] .tile:nth-child(3n+3){padding-right:0;padding-left:10px}[data-hauly-tiles-t="3"].js-haulyTile--not-initialized .tile{width:33.33333%}[data-hauly-tiles-t="3"].js-haulyTile--not-initialized .tile:nth-child(n+4){display:none}[data-hauly-tiles-t="3"].hauly-tile--nextPrev-side .tile:nth-child(3n+1){padding-left:0}}@media screen and (min-width:641px) and (max-width:1101px){[data-hauly-tiles-t="2"] .tile:nth-child(2n+1){padding-left:0;padding-right:7.5px}[data-hauly-tiles-t="2"] .tile:nth-child(2n+2){padding-right:0;padding-left:7.5px}[data-hauly-tiles-t="2"].js-haulyTile--not-initialized .tile{width:50%}[data-hauly-tiles-t="2"].js-haulyTile--not-initialized .tile:nth-child(n+3){display:none}}@media screen and (max-width:640px){.tile-container--4.tile--break-down .tile{width:100%!important;padding:0!important}}@media screen and (min-width:641px) and (max-width:1101px){.tile-container--4.tile--break-down .tile{width:50%!important;padding:0!important}}@media screen and (min-width:1101px){[data-hauly-tiles-d="4"] .tile{padding-left:7.5px;padding-right:7.5px}[data-hauly-tiles-d="4"] .tile:nth-child(4n+1){padding-left:3px;padding-right:10px}[data-hauly-tiles-d="4"] .tile:nth-child(4n+2){padding-left:5px}[data-hauly-tiles-d="4"] .tile:nth-child(4n+3){padding-right:5px}[data-hauly-tiles-d="4"] .tile:nth-child(4n+4){padding-right:0;padding-left:10px}[data-hauly-tiles-d="4"].js-haulyTile--not-initialized .tile{width:25%}[data-hauly-tiles-d="4"].js-haulyTile--not-initialized .tile:nth-child(n+5){display:none}[data-hauly-tiles-d="4"].hauly-tile--nextPrev-side .tile:nth-child(4n+1){padding-left:0}}.tile-sum{background:#f5f5f5;padding:10px;margin-top:15px}#co-shipping-method-form .buttons-set .tile-sum .button,#discount-coupon-form .tile-sum button,#freegift-coupon-form .button-wrapper .tile-sum .button2,#onestepcheckout-form .tile-sum button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .tile-sum .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .tile-sum .button.link-edit.button-secondary,.block-cart .block-content .actions .tile-sum a,.cart-table .product-cart-actions .tile-sum .button,.cart.display-single-price .tile-sum .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .tile-sum input[type=submit],.tile-sum #co-shipping-method-form .buttons-set .button,.tile-sum #discount-coupon-form button,.tile-sum #freegift-coupon-form .button-wrapper .button2,.tile-sum #onestepcheckout-form button.onestepcheckout-place-order,.tile-sum #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.tile-sum #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.tile-sum .block-cart .block-content .actions a,.tile-sum .btn,.tile-sum .button,.tile-sum .cart-table .product-cart-actions .button,.tile-sum .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.tile-sum .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{display:inline-block;min-width:3em;text-align:center;padding:5px 10px;font-size:inherit}.tile-sum .tile-sum__count{margin-right:2em}.tile-sum .tile-sum__subsum{min-width:6em!important}.tile-sum p{font-size:16px}.tile-sum strong{font-size:inherit}.tile-teaser{padding:5px}.tile-teaser img{border-top:5px solid #fff;border-right:5px solid #fff}.tile-teaser .tooltip__trigger{display:inline-block;z-index:100;font-size:14px}.tile-teaser .tooltip--top .tooltip__content{bottom:calc(100% + 20px);left:0}.tile-teaser .tooltip__content{padding:10px}.tile-teaser .tooltip__content .triangle--bottom{bottom:-15px}@media screen and (max-width:640px){.tile-teaser{background:#fff;padding:5px 0;margin:0 10px 10px 0}}.tile-teaser--border .tile-teaser{border:1px solid #d1d1d1;padding:0 10px 10px;margin:10px 0}.tile-teaser--border .tile-teaser img{margin:10px 10px 0 0}.tile-teaser--border .tile-teaser .tooltip--top .tooltip__content{bottom:calc(100% + 10px);left:0}.cms-home .hauly-tile .tile__wrap{padding-bottom:60px!important}.cms-home .hauly-tile .tile-container h2{min-height:7em}@media screen and (max-width:640px){.cms-home .hauly-tile .tile-container h2{min-height:0}}.tile__wrap{padding-bottom:160px!important}@media screen and (max-width:640px){.tile__wrap{padding-bottom:10px!important}}.article .box-up-sell .tile-container .actions .requiresObligationBtn{padding:2px 0 2px}.article .box-up-sell .tile-container .actions .btn-cart{padding:10px 0 10px}.article .box-up-sell .tile-container .regular-price{margin-bottom:7px}.article .box-up-sell .tile-container .add-to-links a{height:2.6em!important}.article .box-up-sell .tile-container h2{min-height:4.2em}.article .box-up-sell .tile-teaser{margin:-2.85em 0 0}.article .box-up-sell .product-image{border:none}.widget .widget-title h1,.widget .widget-title h2{font-size:16px;font-weight:700}.widget-product-slider .hauly-tile__slide:nth-child(n+5){display:none}.customer-account.customer-upload-index .actions .button{margin-bottom:15px}.customer-account.wishlist-index-index #wishlist-table .item-manage .button{font-size:14px}.customer-account.wishlist-index-index #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary{font-size:14px}.customer-account.wishlist-index-index .data-table tr td:first-child,.customer-account.wishlist-index-index .data-table tr th:first-child,.customer-account.wishlist-index-index table tr td:first-child,.customer-account.wishlist-index-index table tr th:first-child,.customer-account.wishlist-index-index table.data-table tr td:first-child,.customer-account.wishlist-index-index table.data-table tr th:first-child{width:136px}.customer-account .form-list .control label{padding-left:10px}.customer-account h1{font-family:cpsans,sans-serif!important;font-weight:700;text-transform:none}.customer-account .block-account{padding:15px!important}.customer-account .block-account li{list-style:none}@media screen and (max-width:1100px){.customer-account .block-account .block-title strong{background:0 0!important;border:none!important;color:#000!important;display:inline-block!important;font-size:19px!important;font-weight:700!important;margin:0!important;text-transform:none!important;padding:0!important;width:auto!important}}.customer-account .block-account .block-title strong::after{display:none!important}@media screen and (max-width:1100px){.customer-account .block-account .block-content{border:none!important;padding:10px 0 0!important}}.customer-account .dashboard .box-head a{color:#ba0d3b}.customer-account .dashboard .col2-set .col-1 .box-title a{color:#ba0d3b}.customer-account .dashboard .col2-set .col-2 .box-title a{color:#ba0d3b}.customer-account .dashboard .page-title{margin-top:0}.customer-account .dashboard .welcome-msg .hello{font-style:normal}.customer-account .pages a{color:inherit}.customer-account .pages .next:hover,.customer-account .pages .previous:hover{border-color:#ba0d3b}.customer-account .pages .next::before{border-left-color:#ba0d3b}.customer-account .pages .previous::before{border-right-color:#ba0d3b}.customer-account .pager-no-toolbar label,.customer-account .toolbar label{text-transform:none}body.customer-account .data-table td a{color:#ba0d3b;text-transform:none}#customer-questions-list{padding-top:20px}.answer table{color:#ba0d3b;margin:10px 0}.answer table blockquote{display:inline}.answer table .logo{padding-left:0;padding-right:15px;min-width:77px}.answer table td{background-color:transparent!important;font-style:italic;padding:0}.answer table td:first-child{padding-left:0}.answer table td:last-child{padding-right:0}.article{text-align:left;border-top:1px solid #d1d1d1;margin-top:33px}.article__title{text-align:center;margin-top:0;margin-bottom:60px;font-size:36px}.article__section{width:100%;padding-top:60px;padding-bottom:60px;border-bottom:1px solid #d1d1d1}.article__section.product-attachments,.article__section.questions-and-answers{margin-bottom:0;padding-bottom:0}.article__section.product-attachments{padding-top:0}.article__section.product-attachments #product-attachment-specs-table{margin:0!important}.article__section:last-child{border-bottom:none}.article__section .accordion__trigger{width:auto}@media screen and (max-width:640px){.article__section .accordion__trigger{width:100%;margin:0!important;padding:10px 40px 10px 10px}}.article__section .accordion__trigger.icon-arrow-down::before,.article__section .accordion__trigger.icon-arrow-up::before{right:2.4em}@media screen and (max-width:640px){.article__section .accordion__trigger.icon-arrow-down::before,.article__section .accordion__trigger.icon-arrow-up::before{right:1.5em}}.article__section .btn__container{margin-top:20px}.article__section span a,.article__section strong a{color:#ba0d3b}.article h2,.article h3,.article p{position:relative;width:100%}.article h1,.article h2,.article h3{font-weight:700}.article h1{font-size:2em}.article h2{margin-top:35px;margin-bottom:10px;font-size:19px}.article h3{margin-top:15px;font-size:17px;margin-bottom:38px}.article p{margin:0}.article ul{margin:0 0 13px;list-style:disc;padding:0 0 0 4em}@media screen and (max-width:640px){.article ul{padding:0 0 0 1.15em}}.article .various-options ul{width:33.33333%;padding-right:0;vertical-align:top}.article legend{font-size:14px}#addTagForm button{width:100%}.cart-header{padding:40px 0 20px}.cart-header__title{font-size:36px;margin:0}.catalog-category-view .col-left .block{padding:0;border:1px solid #d1d1d1;padding:14px 15px 20px}@media screen and (max-width:640px){.catalog-category-view .block-layered-nav .block-content{margin-top:0;display:block!important}}@media screen and (min-width:641px) and (max-width:1101px){.catalog-category-view .block-layered-nav .block-content{margin-top:0;display:block!important}}.catalog-category-view .block-layered-nav .block-content.accordion-open>dl>dt.current:after{border-top-color:#ba0d3b}.catalog-category-view .block-layered-nav .block-content>dl>dt{padding:0;background:0 0;border:none;color:#000}@media screen and (max-width:640px){.catalog-category-view .block-layered-nav .block-content>dl>dt{padding-left:20px}}@media screen and (min-width:641px) and (max-width:1101px){.catalog-category-view .block-layered-nav .block-content>dl>dt{padding-left:20px}}.catalog-category-view .block-layered-nav .block-content>dl>dt::after{border-left-color:#ba0d3b}@media screen and (max-width:640px){.catalog-category-view .block-layered-nav .block-content>dl>dt::after{display:none}}@media screen and (min-width:641px) and (max-width:1101px){.catalog-category-view .block-layered-nav .block-content>dl>dt::after{display:none}}.catalog-category-view .block-layered-nav .block-content>dl>dd{border:none;padding:0}@media screen and (max-width:1100px){.catalog-category-view .block-layered-nav .block-content>dl>dd{display:block!important}}.catalog-category-view .block-layered-nav .block-content dl dt.even{margin-top:30px}.catalog-category-view .block-layered-nav .block-content dl dd ol>li>a{margin:0;padding:5px 0}.catalog-category-view .block-layered-nav .block-subtitle--filter{background-color:#ba0d3b!important}.catalog-category-view .main-container{padding-top:0}.catalog-category-view .select-wrap::before{right:10px}@media screen and (min-width:1101px){.category-products{margin-top:-2px}}@media screen and (min-width:641px) and (max-width:1101px){.category-products{margin-top:-5px}}.category-description{padding-bottom:9px}.category-description .slider-wrap{margin-bottom:6px}.category-description a{color:#ba0d3b}.category-description a:hover{color:#000}.category-products .tiles-nav{padding-bottom:12px}.checkout__form{background:#f5f5f5;border:1px solid #d1d1d1;display:inline-block}.checkout__form .availabilities .tooltip--top .tooltip__content{right:-16px}.checkout__form .cart-table .btn-empty{float:none}.checkout__form .cart-table .cart-links>li{list-style:none}.checkout__form .cart-table.data-table{margin:0}.checkout__form .cart-table.data-table thead th{color:#000;font-weight:700}.checkout__form .cart-table.data-table thead th *{font-weight:inherit}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody tr,.checkout__form .cart-table.data-table thead tr{display:block;width:100%;max-width:100%!important}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody tr td,.checkout__form .cart-table.data-table tbody tr th,.checkout__form .cart-table.data-table thead tr td,.checkout__form .cart-table.data-table thead tr th{display:block;width:100%;max-width:100%!important}}.checkout__form .cart-table.data-table tbody{background:#fff}.checkout__form .cart-table.data-table tbody tr td:first-child{padding-left:20px}.checkout__form .cart-table.data-table tbody tr td:first-child{padding-right:20px}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody tr td.product-cart-image{text-align:center;width:100%!important}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody tr td.product-cart-remove.last{background:0 0;position:absolute;top:0;right:0;padding:10px;width:auto!important}}.checkout__form .cart-table.data-table tbody td{background:#fff;padding:20px 10px}.checkout__form .cart-table.data-table tbody td.product-cart-image{padding-right:0;max-width:228px;width:225px}@media screen and (min-width:641px) and (max-width:1101px){.checkout__form .cart-table.data-table tbody td.product-cart-image{max-width:138px;width:135px}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-image{max-width:30%}}.checkout__form .cart-table.data-table tbody td.product-cart-image .product-image{width:210px;display:inline-block}@media screen and (min-width:641px) and (max-width:1101px){.checkout__form .cart-table.data-table tbody td.product-cart-image .product-image{width:120px}}.checkout__form .cart-table.data-table tbody td.product-cart-image .product-image img{display:block}.checkout__form .cart-table.data-table tbody td.product-cart-info{width:100%}.checkout__form .cart-table.data-table tbody td.product-cart-info h2.product-name{color:#000;font-weight:700;text-transform:none}.checkout__form .cart-table.data-table tbody td.product-cart-info h2.product-name a{color:inherit}.checkout__form .cart-table.data-table tbody td.product-cart-info h2.product-name a:hover{color:#ba0d3b}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-actions,.checkout__form .cart-table.data-table tbody td.product-cart-stock{height:55px;max-width:50%!important;padding-top:0;padding-bottom:0;margin-bottom:0}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-total{text-align:right;padding-top:0;padding-bottom:0}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-total::before{display:inline-block}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-total .cart-price{display:inline-block}}@media screen and (max-width:640px){.checkout__form .cart-table.data-table tbody td.product-cart-price{text-align:right;padding-top:0;padding-bottom:0}}.checkout__form .cart-table.data-table tbody td .price{font-size:14px;font-weight:700}.checkout__form .cart-table.data-table tfoot tr{border:none}.checkout__form .cart-table.data-table tfoot td{border:none}.checkout__form .cart-table h2{color:#000}.checkout__form .cart-table h2:hover{color:#ba0d3b}.checkout__form .cart-table .product-cart-actions .qty{padding:5px}@media screen and (max-width:640px){.checkout__form .cart-table .product-cart-actions,.checkout__form .cart-table .product-cart-info,.checkout__form .cart-table .product-cart-price{max-width:70%;margin-bottom:0}}.checkout__form .cart-table .product-cart-sku{font-style:normal;font-size:13px;line-height:1.4em}.checkout__form .cart-table .product-cart-stock{padding-left:0!important;padding-right:0!important;text-align:center}.checkout__form .cart-table .product-cart-stock>div{display:inline-block;text-align:center}.checkout__form .cart-table .product-cart-stock .availabilities{padding:0;position:relative;display:inline-block}@media screen and (max-width:640px){.checkout__form .cart-table .item-options{margin-left:0;padding-left:0}}.checkout__form .cart-totals,.checkout__form .discount,.checkout__form .shipping{border:none;margin:0}.checkout__form .cart-totals{padding:0 10px}.checkout__form .cart-totals .summary-details{display:table-row!important}.checkout__form .cart-totals .summary-details td{background:0 0}.checkout__form .cart-totals .summary-collapse::before{display:none!important}.checkout__form .cart-totals table td{width:50%}@media screen and (max-width:640px){.checkout__form .cart-totals table td{display:table-cell;font-size:14px;padding:5px;width:auto}}.checkout__form .cart-totals #shopping-cart-totals-table{margin:0 0 20px;color:#000}@media screen and (max-width:640px){.checkout__form .cart-totals #shopping-cart-totals-table{margin-top:10px}}.checkout__form .cart-totals #shopping-cart-totals-table .price{font-weight:700}.checkout__form .cart-totals #shopping-cart-totals-table tfoot{border:none;color:#ba0d3b}.checkout__form .cart-totals #shopping-cart-totals-table tfoot td{padding:0}@media screen and (max-width:640px){.checkout__form .cart-totals #shopping-cart-totals-table tfoot td{margin-top:10px;padding:5px}}.checkout__form .cart-totals #shopping-cart-totals-table tfoot strong{font-weight:700}@media screen and (max-width:640px){.checkout__form .shipping-info{padding:10px}}#co-shipping-method-form .buttons-set .cart.display-single-price .btn--noStyle.button,#co-shipping-method-form .buttons-set .cart.display-single-price .button--noStyle.button,#discount-coupon-form .cart.display-single-price button.btn--noStyle,#discount-coupon-form .cart.display-single-price button.button--noStyle,#freegift-coupon-form .button-wrapper .cart.display-single-price .btn--noStyle.button2,#freegift-coupon-form .button-wrapper .cart.display-single-price .button--noStyle.button2,#onestepcheckout-form .cart.display-single-price button.btn--noStyle.onestepcheckout-place-order,#onestepcheckout-form .cart.display-single-price button.button--noStyle.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.link-edit.button-secondary,.block-cart .block-content .actions .cart.display-single-price a.btn--noStyle,.block-cart .block-content .actions .cart.display-single-price a.button--noStyle,.cart.display-single-price #co-shipping-method-form .buttons-set .btn--noStyle.button,.cart.display-single-price #co-shipping-method-form .buttons-set .button--noStyle.button,.cart.display-single-price #discount-coupon-form button.btn--noStyle,.cart.display-single-price #discount-coupon-form button.button--noStyle,.cart.display-single-price #freegift-coupon-form .button-wrapper .btn--noStyle.button2,.cart.display-single-price #freegift-coupon-form .button-wrapper .button--noStyle.button2,.cart.display-single-price #onestepcheckout-form button.btn--noStyle.onestepcheckout-place-order,.cart.display-single-price #onestepcheckout-form button.button--noStyle.onestepcheckout-place-order,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.btn-cart,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.link-edit.button-secondary,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.btn-cart,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.link-edit.button-secondary,.cart.display-single-price .block-cart .block-content .actions a.btn--noStyle,.cart.display-single-price .block-cart .block-content .actions a.button--noStyle,.cart.display-single-price .btn--noStyle.button,.cart.display-single-price .btn--noStyle.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .btn.btn--noStyle,.cart.display-single-price .btn.button--noStyle,.cart.display-single-price .button--noStyle.button,.cart.display-single-price .button--noStyle.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.btn--noStyle[type=submit],.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.button--noStyle[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.btn--noStyle[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.button--noStyle[type=submit]{background:0 0;margin-left:10px}#co-shipping-method-form .buttons-set .cart.display-single-price .btn--noStyle.button:hover,#co-shipping-method-form .buttons-set .cart.display-single-price .button--noStyle.button:hover,#discount-coupon-form .cart.display-single-price button.btn--noStyle:hover,#discount-coupon-form .cart.display-single-price button.button--noStyle:hover,#freegift-coupon-form .button-wrapper .cart.display-single-price .btn--noStyle.button2:hover,#freegift-coupon-form .button-wrapper .cart.display-single-price .button--noStyle.button2:hover,#onestepcheckout-form .cart.display-single-price button.btn--noStyle.onestepcheckout-place-order:hover,#onestepcheckout-form .cart.display-single-price button.button--noStyle.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.link-edit.button-secondary:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.link-edit.button-secondary:hover,.block-cart .block-content .actions .cart.display-single-price a.btn--noStyle:hover,.block-cart .block-content .actions .cart.display-single-price a.button--noStyle:hover,.cart.display-single-price #co-shipping-method-form .buttons-set .btn--noStyle.button:hover,.cart.display-single-price #co-shipping-method-form .buttons-set .button--noStyle.button:hover,.cart.display-single-price #discount-coupon-form button.btn--noStyle:hover,.cart.display-single-price #discount-coupon-form button.button--noStyle:hover,.cart.display-single-price #freegift-coupon-form .button-wrapper .btn--noStyle.button2:hover,.cart.display-single-price #freegift-coupon-form .button-wrapper .button--noStyle.button2:hover,.cart.display-single-price #onestepcheckout-form button.btn--noStyle.onestepcheckout-place-order:hover,.cart.display-single-price #onestepcheckout-form button.button--noStyle.onestepcheckout-place-order:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.btn-cart:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.link-edit.button-secondary:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.btn-cart:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.link-edit.button-secondary:hover,.cart.display-single-price .block-cart .block-content .actions a.btn--noStyle:hover,.cart.display-single-price .block-cart .block-content .actions a.button--noStyle:hover,.cart.display-single-price .btn--noStyle.button:hover,.cart.display-single-price .btn.btn--noStyle:hover,.cart.display-single-price .btn.button--noStyle:hover,.cart.display-single-price .button--noStyle.button:hover,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.btn--noStyle[type=submit]:hover,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.button--noStyle[type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.btn--noStyle[type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.button--noStyle[type=submit]:hover{color:#000}#co-shipping-method-form .buttons-set .cart.display-single-price .btn--noStyle.button::before,#co-shipping-method-form .buttons-set .cart.display-single-price .button--noStyle.button::before,#discount-coupon-form .cart.display-single-price button.btn--noStyle::before,#discount-coupon-form .cart.display-single-price button.button--noStyle::before,#freegift-coupon-form .button-wrapper .cart.display-single-price .btn--noStyle.button2::before,#freegift-coupon-form .button-wrapper .cart.display-single-price .button--noStyle.button2::before,#onestepcheckout-form .cart.display-single-price button.btn--noStyle.onestepcheckout-place-order::before,#onestepcheckout-form .cart.display-single-price button.button--noStyle.onestepcheckout-place-order::before,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.btn-cart::before,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--noStyle.button.link-edit.button-secondary::before,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.btn-cart::before,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button--noStyle.button.link-edit.button-secondary::before,.block-cart .block-content .actions .cart.display-single-price a.btn--noStyle::before,.block-cart .block-content .actions .cart.display-single-price a.button--noStyle::before,.cart.display-single-price #co-shipping-method-form .buttons-set .btn--noStyle.button::before,.cart.display-single-price #co-shipping-method-form .buttons-set .button--noStyle.button::before,.cart.display-single-price #discount-coupon-form button.btn--noStyle::before,.cart.display-single-price #discount-coupon-form button.button--noStyle::before,.cart.display-single-price #freegift-coupon-form .button-wrapper .btn--noStyle.button2::before,.cart.display-single-price #freegift-coupon-form .button-wrapper .button--noStyle.button2::before,.cart.display-single-price #onestepcheckout-form button.btn--noStyle.onestepcheckout-place-order::before,.cart.display-single-price #onestepcheckout-form button.button--noStyle.onestepcheckout-place-order::before,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.btn-cart::before,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.link-edit.button-secondary::before,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.btn-cart::before,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button--noStyle.button.link-edit.button-secondary::before,.cart.display-single-price .block-cart .block-content .actions a.btn--noStyle::before,.cart.display-single-price .block-cart .block-content .actions a.button--noStyle::before,.cart.display-single-price .btn--noStyle.button.btn-proceed-checkout.btn-checkout::before,.cart.display-single-price .btn--noStyle.button::before,.cart.display-single-price .btn.btn--noStyle::before,.cart.display-single-price .btn.button--noStyle::before,.cart.display-single-price .button--noStyle.button.btn-proceed-checkout.btn-checkout::before,.cart.display-single-price .button--noStyle.button::before,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.btn--noStyle[type=submit]::before,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.button--noStyle[type=submit]::before,.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.btn--noStyle[type=submit]::before,.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.button--noStyle[type=submit]::before{margin-right:0}#co-shipping-method-form .buttons-set .block-cart .block-content .actions .cart.display-single-price a.button,#co-shipping-method-form .buttons-set .cart.display-single-price .btn--secondary.button,#discount-coupon-form .cart.display-single-price button.btn--secondary,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions .cart.display-single-price a.button2,#freegift-coupon-form .button-wrapper .cart.display-single-price .btn--secondary.button2,#onestepcheckout-form .cart.display-single-price button.btn--secondary.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions .cart.display-single-price a.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--secondary.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set .cart.display-single-price a.button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper .cart.display-single-price a.button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart .cart.display-single-price a.button.btn-cart,.block-cart .block-content .actions .cart.display-single-price a,.cart.display-single-price #co-shipping-method-form .buttons-set .block-cart .block-content .actions a.button,.cart.display-single-price #co-shipping-method-form .buttons-set .btn--secondary.button,.cart.display-single-price #discount-coupon-form button.btn--secondary,.cart.display-single-price #freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2,.cart.display-single-price #freegift-coupon-form .button-wrapper .btn--secondary.button2,.cart.display-single-price #onestepcheckout-form button.btn--secondary.onestepcheckout-place-order,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.cart.display-single-price .block-cart .block-content .actions #co-shipping-method-form .buttons-set a.button,.cart.display-single-price .block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2,.cart.display-single-price .block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart,.cart.display-single-price .block-cart .block-content .actions a,.cart.display-single-price .btn--secondary.button,.cart.display-single-price .btn--secondary.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .btn.btn--secondary,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.btn--secondary[type=submit]{background:0 0}#co-shipping-method-form .buttons-set .block-cart .block-content .actions .cart.display-single-price a.button:hover,#co-shipping-method-form .buttons-set .cart.display-single-price .btn--secondary.button:hover,#discount-coupon-form .cart.display-single-price button.btn--secondary:hover,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions .cart.display-single-price a.button2:hover,#freegift-coupon-form .button-wrapper .cart.display-single-price .btn--secondary.button2:hover,#onestepcheckout-form .cart.display-single-price button.btn--secondary.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions .cart.display-single-price a.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .btn--secondary.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .button.link-edit.button-secondary:hover,.block-cart .block-content .actions #co-shipping-method-form .buttons-set .cart.display-single-price a.button:hover,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper .cart.display-single-price a.button2:hover,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart .cart.display-single-price a.button.btn-cart:hover,.block-cart .block-content .actions .cart.display-single-price a:hover,.cart.display-single-price #co-shipping-method-form .buttons-set .block-cart .block-content .actions a.button:hover,.cart.display-single-price #co-shipping-method-form .buttons-set .btn--secondary.button:hover,.cart.display-single-price #discount-coupon-form button.btn--secondary:hover,.cart.display-single-price #freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2:hover,.cart.display-single-price #freegift-coupon-form .button-wrapper .btn--secondary.button2:hover,.cart.display-single-price #onestepcheckout-form button.btn--secondary.onestepcheckout-place-order:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart:hover,.cart.display-single-price #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.cart.display-single-price .block-cart .block-content .actions #co-shipping-method-form .buttons-set a.button:hover,.cart.display-single-price .block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2:hover,.cart.display-single-price .block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart:hover,.cart.display-single-price .block-cart .block-content .actions a:hover,.cart.display-single-price .btn--secondary.button:hover,.cart.display-single-price .btn.btn--secondary:hover,.cart.display-single-price .checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price input.btn--secondary[type=submit]:hover{background:#ba0d3b;color:#000}.cart.display-single-price .button.btn-proceed-checkout.btn-checkout{font-size:22px;font-weight:400;text-transform:none;padding:10px 30px}.cart .page-title{border:none;font-size:24px;font-weight:700}.cart .page-title *{font-size:inherit;font-weight:inherit}.no-touch .product-image{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.no-touch .product-image:hover{border-color:#ba0d3b}.cart-footer-actions{border:none;color:#000;font-size:0;padding:15px 0!important;text-align:justify!important;text-justify:distribute-all-lines!important}.cart-footer-actions::after{display:inline-block!important}@media screen and (max-width:640px){.cart-footer-actions>.grid-item,.checkout-onepage-success .cart-footer-actions>p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.payButtonWidget,.page__header .menu-user .cart-footer-actions>li{padding:5px 0;width:100%}}@media screen and (max-width:640px){.cart-footer-actions>.grid-item .btn-empty,.checkout-onepage-success .cart-footer-actions>p .btn-empty,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.amazonpayments-or .btn-empty,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.payButtonWidget .btn-empty,.page__header .menu-user .cart-footer-actions>li .btn-empty{float:right}}@media screen and (max-width:640px){.cart-footer-actions>.grid-item .btn-update,.checkout-onepage-success .cart-footer-actions>p .btn-update,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.amazonpayments-or .btn-update,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.payButtonWidget .btn-update,.page__header .menu-user .cart-footer-actions>li .btn-update{text-align:center;width:100%}}@media screen and (max-width:640px){.cart-footer-actions>.grid-item.checkout-types.bottom,.checkout-onepage-success .cart-footer-actions>p.checkout-types.bottom,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.payButtonWidget,.page__header .menu-user .cart-footer-actions>li.checkout-types.bottom{padding-left:0}}@media screen and (min-width:641px) and (max-width:1101px){.cart-footer-actions>.grid-item.checkout-types.bottom,.checkout-onepage-success .cart-footer-actions>p.checkout-types.bottom,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.payButtonWidget,.page__header .menu-user .cart-footer-actions>li.checkout-types.bottom{padding-top:0}}@media screen and (min-width:1101px){.cart-footer-actions>.grid-item.checkout-types.bottom,.checkout-onepage-success .cart-footer-actions>p.checkout-types.bottom,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cart-footer-actions>.checkout-types.bottom.payButtonWidget,.page__header .menu-user .cart-footer-actions>li.checkout-types.bottom{padding-top:0}}#wishlist-table td.customer-wishlist-item-cart .cart-footer-actions .button.link-edit.button-secondary,.block-cart .block-content .actions .cart-footer-actions a,.cart-footer-actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.cart-footer-actions .block-cart .block-content .actions a,.cart-footer-actions .btn--secondary{padding:0 10px}.cart-footer-actions .btn--noStyle{color:#000}.cart-footer-actions .button2 span span.btn--noStyle,.cart-footer-actions .button2 span.btn--noStyle{color:#000}.cart-footer-actions .button2 span span:hover,.cart-footer-actions .button2 span:hover{color:#fff}.cart-footer-actions .button2.btn--noStyle span span:hover,.cart-footer-actions .button2.btn--noStyle span:hover{color:#000}.btn-remove:hover{background-color:transparent!important}.btn-remove:hover::before{color:#ba0d3b}.btn-remove::before{color:#969696;display:inline-block;font-family:campuspoint-icon;font-size:14px;line-height:20px}.btn-remove::after{display:none}.data-table tr td:first-child,table tr td:first-child,table.data-table tr td:first-child{width:unset}#shopping-cart-table{color:#000}.cart .cart-totals table tbody tr:last-child td,.cart .cart-totals table tbody tr:last-child th{padding-bottom:2px}.onestepcheckout-threecolumns li{list-style:none}.payment-method{font-size:14px}#checkout-payment-method-load .checkout-agreements div{margin:0;padding:0;border-width:0;background-color:transparent;max-height:100%}#onestepcheckout-coupon-add{Background-Color:#ba0d3b!important}#onestepcheckout-coupon-add:Hover{Background-Color:#fff!important}#firma{width:100%!important}#firma-select{width:100%!important}#firma-select>label{font-size:12px!important;position:static!important;margin:0!important}.success-info{font-size:14px;margin-left:16px;margin-top:8px;margin-bottom:8px}#ppplus iframe{width:100%!important}@media screen and (min-width:1101px){.checkout-onepage-index .col-main{width:66.66667%}}.opc .section .step-title h2{margin-left:35px}.opc .section.active .step-title{border:none}.opc .section .step{padding:0}.opc .section.active .step-title h2,.opc .section.allow .step-title:hover h2{color:#000}.no-touch .opc .section.allow:hover .step-title .number,.opc .section .step-title .number,.opc .section.allow.active .step-title .number{border-radius:50%;background:#ba0d3b;font-weight:700;left:0}.opc .section.allow .step-title .number{background:rgba(186,13,59,.5)}.opc .buttons-set{margin:10px 0 20px!important;display:block;float:left}#co-shipping-method-form .opc .buttons-set .button,#discount-coupon-form .opc .buttons-set button,#freegift-coupon-form .button-wrapper .opc .buttons-set .button2,#onestepcheckout-form .opc .buttons-set button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .opc .buttons-set .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .opc .buttons-set .button.link-edit.button-secondary,.block-cart .block-content .actions .opc .buttons-set a.btn--primary,.block-cart .block-content .actions .opc .buttons-set a.button,.cart-table .product-cart-actions .opc .buttons-set .button,.cart.display-single-price .opc .buttons-set .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .opc .buttons-set input[type=submit],.footer .opc .buttons-set .button,.opc #co-shipping-method-form .buttons-set .button,.opc .buttons-set #discount-coupon-form button,.opc .buttons-set #freegift-coupon-form .button-wrapper .button2,.opc .buttons-set #onestepcheckout-form button.onestepcheckout-place-order,.opc .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.opc .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.opc .buttons-set .block-cart .block-content .actions a.btn--primary,.opc .buttons-set .block-cart .block-content .actions a.button,.opc .buttons-set .btn.btn--primary,.opc .buttons-set .button,.opc .buttons-set .cart-table .product-cart-actions .button,.opc .buttons-set .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.opc .buttons-set .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.opc .buttons-set .footer .button{font-size:14px;padding:10px}.opc .form-list .control input.radio{margin-top:.5em;vertical-align:middle}.opc .form-list .control label{padding:0 10px;vertical-align:middle}.sp-methods input{margin-right:10px}.sp-methods label a{float:left}.sp-methods .form-list{padding-left:0}.sp-methods dt:first-child{margin:0}#checkout-shipping-method-load .sp-methods dd .no-display+label,#co-shipping-method-form .sp-methods dd .no-display+label,.form-list .control .no-display+label,.product-options ul.options-list .no-display+label,.sp-methods dt .no-display+label{padding:10px 0}@media screen and (max-width:640px){#checkout-progress-wrapper{padding:0 10px}}@media screen and (max-width:640px){.block-progress{padding:0;border:1px solid}}@media screen and (max-width:640px){.block-content,.block-title{border:none!important}}@media screen and (max-width:640px){.sidebar .block:not(.block-layered-nav) .block-title>strong{border:none}}@media screen and (max-width:640px){.sidebar .block:not(.block-layered-nav) .block-content{border:none}}.sidebar .block:last-of-type{border-color:#d1d1d1}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-index .col-main{width:58.33333%}}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-index .sidebar{padding-left:20px;width:41.66667%}}.checkout-onepage-index .sidebar .block:last-of-type{border-left:none}.block-progress{padding-left:0}.sidebar .block:not(.block-layered-nav) .block-title>strong:after{border-left-color:#ba0d3b}#checkout-review-table .summary-collapse:hover::before,#shopping-cart-totals-table .summary-collapse:hover::before,body.customer-account .data-table .summary-collapse:hover::before{border-top-color:#ba0d3b!important}#checkout-review-table .show-details .summary-collapse:hover::before,#shopping-cart-totals-table .show-details .summary-collapse:hover::before,body.customer-account .data-table .show-details .summary-collapse:hover::before{border-bottom-color:#ba0d3b!important}#shopping-cart-totals-table{float:right;width:25em}@media screen and (max-width:640px){#shopping-cart-totals-table{width:100%}}#shopping-cart-totals-table tbody td{font-size:16px}#shopping-cart-totals-table tbody td>span{font-size:16px}#shopping-cart-totals-table tbody td,#shopping-cart-totals-table tfoot td{font-size:16px}#shopping-cart-totals-table tbody td:first-child,#shopping-cart-totals-table tfoot td:first-child{text-align:right}#shopping-cart-totals-table tbody td:first-child div,#shopping-cart-totals-table tfoot td:first-child div{text-align:inherit}#shopping-cart-totals-table tfoot td,#shopping-cart-totals-table tfoot th{font-size:20px}#shopping-cart-totals-table tfoot strong{font-size:22px}.checkout__form .cart-totals #shopping-cart-totals-table .price,.checkout__form .cart-totals #shopping-cart-totals-table span,.checkout__form .cart-totals #shopping-cart-totals-table strong{font-size:inherit}#checkout-review-table-wrapper{border:none!important}#checkout-review-table-wrapper .data-table{border:1px solid #d1d1d1}#checkout-review-table-wrapper .data-table th{color:#000}#checkout-review-table-wrapper .data-table tbody tr:nth-child(2n+1) td,#checkout-review-table-wrapper .data-table tbody tr:nth-child(2n+1) th,#checkout-review-table-wrapper table.data-table tbody tr:nth-child(2n+1) td,#checkout-review-table-wrapper table.data-table tbody tr:nth-child(2n+1) th{background-color:#fff!important}h2.product-name a:hover,h3.product-name a:hover,h4.product-name a:hover,h5.product-name a:hover,p.product-name a:hover{color:#ba0d3b}#checkout-review-submit{float:left;border:none!important;padding:0;margin:0;background:0 0}.amazonpayments-checkout-index #checkout-review-submit{float:none}#checkout-review-submit .buttons-set{padding:0!important;margin:0!important}#discount-coupon-form label{display:block;font-weight:700;font-size:14px;text-transform:none}#discount-coupon-form .field-wrapper{position:relative}@media screen and (max-width:640px){#discount-coupon-form .field-wrapper{width:100%}}#discount-coupon-form .input-text{margin:0 -.25em 0 0;padding:0 35px 0 10px;height:31px;width:250px}@media screen and (max-width:640px){#discount-coupon-form .input-text{width:100%}}#discount-coupon-form .button-wrapper{position:absolute;right:0;top:0}#discount-coupon-form .input-box{display:inline-block;padding:0}#discount-coupon-form .input-box .input-text{width:100%}#discount-coupon-form .buttons-set{display:inline-block}#discount-coupon-form .buttons-set button.button{min-width:0;margin:0;height:30px}@media screen and (max-width:640px){#discount-coupon-form .buttons-set button.button{padding-top:0;padding-bottom:0}}#discount-coupon-form button{font-family:campuspoint-icon;padding:0 10px;vertical-align:text-bottom}#discount-coupon-form button.icon-checkmark::before{content:""}#discount-coupon-form button.cancel-coupon::before{content:""}#discount-coupon-form button::before{display:inline-block;font-size:10px;vertical-align:inherit;line-height:20px}#discount-coupon-form button span{display:none}.discount .validation-advice{position:absolute;top:unset;bottom:4px;left:0;font-size:13px;margin:0 0 -2em .25em;background:#fff;padding:.125em .5em;pointer-events:none}.form-list li{list-style-type:none}.ul{padding-left:1em}.checkout-cart-index .item-options dt{font-size:13px}.checkout-cart-index .item-options dd{font-size:13px;font-style:italic}.checkout-types .amazonpayments,.checkout-types .payButtonWidget,.checkout-types li{display:inline-block;vertical-align:middle}.checkout-types li{margin-bottom:0;margin-left:0}.checkout-types .payButtonWidget{line-height:0}.checkout-types .payButtonWidget img{height:40px}.checkout-types.bottom{padding-top:15px;padding-left:15px}.checkout-types.bottom .payButtonWidget{display:inline-block;padding-right:5px}@media screen and (max-width:640px){.checkout-types.bottom .payButtonWidget{text-align:center;width:100%;padding-right:0}}@media screen and (max-width:640px){.checkout-types.bottom .method-checkout-cart-methods-amazonpayments_pay-bottom{text-align:center}}@media screen and (max-width:640px){.checkout-types.bottom .paypal-logo a{text-align:center}}.checkout-types.bottom .amazonpayments-or,.checkout-types.bottom .paypal-or{font-weight:400;padding-right:0}@media screen and (max-width:640px){.checkout-types.bottom .amazonpayments-or,.checkout-types.bottom .paypal-or{display:inline-block;text-align:center;width:100%;font-style:14px}}.checkout-types.top{font-size:0}@media screen and (min-width:641px) and (max-width:1101px){.checkout-types.top{width:100%;text-align:left}}@media screen and (max-width:640px){.checkout-types.top li{text-align:center}}.checkout-types.top .amazonpayments-or,.checkout-types.top .paypal-or{font-size:14px;font-weight:400;vertical-align:middle;margin:0 5px}@media screen and (max-width:640px){.checkout-types.top .amazonpayments-or,.checkout-types.top .paypal-or{display:block;text-align:center;width:100%}}.checkout-types .paypal-logo img{max-height:50px}.method-checkout-cart-methods-amazonpayments_pay-bottom{vertical-align:middle}.method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget{vertical-align:middle}.checkout-onepage-success .buttons-set{margin:0 0 15px!important}@media screen and (min-width:1101px){.checkout-onepage-success .buttons-set{width:50%}}.checkout-onepage-success .buttons-set .button:first-child{margin-left:0}.checkout-onepage-success .list--guillemets{padding:0 0 0 15px}.checkout-onepage-success .list--guillemets li::before{color:#ba0d3b}.checkout-onepage-success p{width:100%}.checkout-onepage-success .page-title h1{font-weight:700;text-transform:none}.checkout-onepage-success .sidebar{margin-top:20px}.checkout-onepage-success .sub-title{font-weight:700}.checkout-onepage-success #ts_classic_subscribtion{margin:15px 0 0!important}@media screen and (min-width:1101px){.checkout-onepage-success #ts_classic_subscribtion{width:100%}}.checkout-onepage-success #ts_classic_subscribtion table{margin:15px 0;width:100%}.checkout-onepage-success #ts_classic_subscribtion table .ts_classic_submit{padding-left:15px}.checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{font-size:16px;text-align:center;width:auto}.checkout-onepage-success .upload-box{background:#f5f5f5;padding:15px;margin:0 0 15px;width:100%}.checkout-onepage-success .upload-box .upload-content p{margin-bottom:5px}.checkout-onepage-success .upload-box .upload-file{margin-bottom:15px}#OffAmazonPaymentsWidgets0IFrame,#OffAmazonPaymentsWidgets1IFrame,#apa-payment,#apa-review,#apa-shipping_method,#apa-shipping_method_additional{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}#coupon_code_apply_button::before{content:"";font-family:campuspoint-icon}#apa-shipping_method_additional,#checkoutSteps,.agreement-content,.apa{font-size:14px}.checkout-agreements .agreement-content{height:auto!important}#review-buttons-container a{color:#ba0d3b}.apa .section-content{margin:0;padding:0 12px 12px}.apa .step-title{margin:0;padding:12px;width:100%}.linearize-table.checkout-review-table{text-align:center}#co-shipping-method-form .sp-methods dd label{max-width:100%!important;min-width:0!important;width:100%!important}#co-shipping-method-form .sp-methods dd li{list-style:none}#checkout-review-table-wrapper .data-table tbody tr td,#checkout-review-table-wrapper table.data-table tbody tr td{text-align:center}.cancel-coupon::before{content:""!important;font-family:campuspoint-icon!important}.paypal-express-review h3{color:#000;font-weight:700}.paypal-express-review .col-main a{color:#ba0d3b}.paypal-express-review .col-main a:hover{color:#000}.paypal-express-review .data-table.linearize-table{color:#000}.paypal-express-review .data-table.linearize-table td{font-size:14px}.paypal-express-review .data-table.linearize-table td span{font-size:14px}.paypal-express-review .data-table.linearize-table tfoot tr td:first-child{text-align:left}.paypal-express-review .data-table.linearize-table tfoot tr td:last-child{text-align:center}.paypal-express-review .data-table tr:nth-child(2n+1) td,.paypal-express-review table tr:nth-child(2n+1) td,.paypal-express-review table.data-table tr:nth-child(2n+1) td{text-align:center}.paypal-express-review .legend{font-weight:700;color:#000}.paypal-express-review h3.product-name{font-size:14px;text-transform:none}.paypal-express-review .col2-set .col-2{padding-left:0}.paypal-express-review #shipping_method{border:1px solid #d1d1d1}.paypal-express-review .main-container{padding-bottom:15px}.catalog-product-compare-index .article{border-top:none;margin-top:0}.catalog-product-compare-index .article .data-table{margin-top:0}.catalog-product-compare-index .page-title h1{color:#000}.catalog-product-compare-index .data-table tr:nth-child(2n+1) td,.catalog-product-compare-index .data-table tr:nth-child(2n+1) th{background:#fff}.catalog-product-compare-index .data-table tr:nth-child(2n+2) td,.catalog-product-compare-index .data-table tr:nth-child(2n+2) th{background:#f5f5f5}.catalog-product-compare-index .data-table tr td,.catalog-product-compare-index .data-table tr th,.catalog-product-compare-index table tr td,.catalog-product-compare-index table tr th,.catalog-product-compare-index table.data-table tr td,.catalog-product-compare-index table.data-table tr th{padding:10px 5px}.catalog-product-compare-index .data-table tr td:first-child,.catalog-product-compare-index .data-table tr th:first-child,.catalog-product-compare-index table tr td:first-child,.catalog-product-compare-index table tr th:first-child,.catalog-product-compare-index table.data-table tr td:first-child,.catalog-product-compare-index table.data-table tr th:first-child{width:auto}.catalog-product-compare-index .compare__product-frame{padding:10px;border:1px solid #d1d1d1}.catalog-product-compare-index .page-title h1{text-transform:none}.catalog-product-compare-index .btn-remove{color:#ba0d3b;font-family:cpsans,sans-serif!important;font-size:14px;height:initial;width:100%;line-height:1.2em}.catalog-product-compare-index .btn-remove:hover{background:#ba0d3b!important;color:#fff}.catalog-product-compare-index .btn-remove::before{display:none!important}.catalog-product-compare-index .price-box{min-height:44.4px}.catalog-product-compare-index .price-box .price,.catalog-product-compare-index .price-box .special-price{font-family:cpsans,sans-serif;font-size:25px;font-weight:bolder;line-height:inherit;padding-left:0}.catalog-product-compare-index .price-box .regular-price .price-tag{font-size:25px!important}.catalog-product-compare-index .price-box .special-price{line-height:.75em}.catalog-product-compare-index .price--old{margin-right:.01em}.catalog-product-compare-index .price--old .price{color:#888a8b}.catalog-product-compare-index .product-image{border:none;display:block;text-align:center;width:100%}.catalog-product-compare-index h2.product-name{font-size:1em;font-weight:700;font-family:cpsans;text-transform:none}.catalog-product-compare-index h2.product-name a{color:#000}.catalog-product-compare-index .add-to-links{margin:10px 0 10px}.catalog-product-compare-index .link-wishlist{font-size:14px;line-height:1.2em}.catalog-product-compare-index .compare__products .product-name{margin:9px 0 0;min-height:5em;line-height:1.4em}.catalog-product-compare-index .compare__products .product-name a{color:#000;font-weight:700;font-size:14px}.catalog-product-compare-index .compare__products .price-box{position:relative}.catalog-product-compare-index .compare__products .price-box .price--curent{color:#000;font-size:21.875px;line-height:1em;position:absolute;bottom:5px;right:0}.catalog-product-compare-index .compare__products .price-box .price--curent .price{font-size:inherit;line-height:inherit;color:inherit}.catalog-product-compare-index .compare__products .price-box .price--old{font-family:cpsans;font-size:17.5px;font-weight:700}.catalog-product-compare-index tbody h2{color:#000;font-weight:700;font-size:17.5px}.contacts-index-index #contactForm{padding-left:0}.contacts-index-index #contactForm .buttons-set{max-width:100%;text-align:center!important}.contacts-index-index #contactForm .buttons-set button.button{float:none;display:inline-block!important}.contacts-index-index #contactForm .required-fields{margin:0}.contacts-index-index #contactForm textarea{max-width:100%}@media screen and (max-width:640px){.col-main{padding:0 10px!important}}.cms-page-view .main-container{padding-top:20px}.widget-new-products .hauly-tile{margin-top:7px}.widget-new-products .widget-title{margin-top:-4px}@media screen and (min-width:1101px){.display-single-price .crosssell{width:100%;padding:0}}@media screen and (max-width:1100px){.display-single-price .crosssell{padding:0;width:100%}}.crosssell h2{color:#000;font-weight:700;text-transform:none;font-size:24px}.crosssell h2 a{color:inherit;font-weight:inherit}@media screen and (max-width:640px){.crosssell .tiles-nav{padding:0}}.crosssell .tile{height:100%}@media screen and (max-width:640px){.crosssell .tile{height:auto}}.crosssell .tile__wrap{background:#fff}@media screen and (max-width:640px){.crosssell .tile__wrap{padding-bottom:120px!important}}.crosssell .tile__wrap h2{font-size:16px}.crosssell .tile-container .actions{bottom:7px}@media screen and (max-width:640px){.crosssell .tile-container .actions{right:10px;left:10px}}.crosssell .image__container .product-image{border:none;text-align:center}.crosssell .image__container .product-image img{max-width:180px}#co-shipping-method-form .buttons-set .crosssell .button,#discount-coupon-form .crosssell button,#freegift-coupon-form .button-wrapper .crosssell .button2,#onestepcheckout-form .crosssell button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .crosssell .button.btn-cart,.cart-table .product-cart-actions .crosssell .button,.cart.display-single-price .crosssell .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .crosssell input[type=submit],.crosssell #co-shipping-method-form .buttons-set .button,.crosssell #discount-coupon-form button,.crosssell #freegift-coupon-form .button-wrapper .button2,.crosssell #onestepcheckout-form button.onestepcheckout-place-order,.crosssell #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.crosssell .btn--primary,.crosssell .button,.crosssell .cart-table .product-cart-actions .button,.crosssell .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.crosssell .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{font-weight:700}#co-shipping-method-form .buttons-set .crosssell .button span,#discount-coupon-form .crosssell button span,#freegift-coupon-form .button-wrapper .crosssell .button2 span,#onestepcheckout-form .crosssell button.onestepcheckout-place-order span,#wishlist-table td.customer-wishlist-item-cart .crosssell .button.btn-cart span,.cart-table .product-cart-actions .crosssell .button span,.cart.display-single-price .crosssell .button.btn-proceed-checkout.btn-checkout span,.checkout-onepage-success #ts_classic_subscribtion table .crosssell input[type=submit] span,.crosssell #co-shipping-method-form .buttons-set .button span,.crosssell #discount-coupon-form button span,.crosssell #freegift-coupon-form .button-wrapper .button2 span,.crosssell #onestepcheckout-form button.onestepcheckout-place-order span,.crosssell #wishlist-table td.customer-wishlist-item-cart .button.btn-cart span,.crosssell .btn--primary span,.crosssell .button span,.crosssell .cart-table .product-cart-actions .button span,.crosssell .cart.display-single-price .button.btn-proceed-checkout.btn-checkout span,.crosssell .checkout-onepage-success #ts_classic_subscribtion table input[type=submit] span{font-weight:inherit}#co-shipping-method-form .buttons-set .cart.display-single-price .crosssell .btn--noStyle.button,#discount-coupon-form .cart.display-single-price .crosssell button.btn--noStyle,#freegift-coupon-form .button-wrapper .cart.display-single-price .crosssell .btn--noStyle.button2,#onestepcheckout-form .cart.display-single-price .crosssell button.btn--noStyle.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .crosssell .btn--noStyle.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .cart.display-single-price .crosssell .btn--noStyle.button.link-edit.button-secondary,.block-cart .block-content .actions .cart.display-single-price .crosssell a.btn--noStyle,.cart.display-single-price .crosssell #co-shipping-method-form .buttons-set .btn--noStyle.button,.cart.display-single-price .crosssell #discount-coupon-form button.btn--noStyle,.cart.display-single-price .crosssell #freegift-coupon-form .button-wrapper .btn--noStyle.button2,.cart.display-single-price .crosssell #onestepcheckout-form button.btn--noStyle.onestepcheckout-place-order,.cart.display-single-price .crosssell #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.btn-cart,.cart.display-single-price .crosssell #wishlist-table td.customer-wishlist-item-cart .btn--noStyle.button.link-edit.button-secondary,.cart.display-single-price .crosssell .block-cart .block-content .actions a.btn--noStyle,.cart.display-single-price .crosssell .btn--noStyle.button,.cart.display-single-price .crosssell .btn.btn--noStyle,.cart.display-single-price .crosssell .checkout-onepage-success #ts_classic_subscribtion table input.btn--noStyle[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .cart.display-single-price .crosssell input.btn--noStyle[type=submit]{margin-left:0}.desired-config__container{padding:15px 15px 0;background-color:#f5f5f5;margin-bottom:60px}@media screen and (max-width:640px){.desired-config__container{padding:15px 15px 0}}.desired-config__container .desired-config__sum-calc table{background:#ba0d3b}.desired-config__container .desired-config__sum-calc td,.desired-config__container .desired-config__sum-calc th{font-size:16px;background:#ba0d3b;color:#fff;font-weight:700}.desired-config__title{padding-bottom:34px;text-align:center;max-width:100%}.desired-config__title h1{margin:3px 0 0 0;padding:0 0 5px 0;font-size:2em;color:#000}@media screen and (max-width:640px){.desired-config__title h1{word-break:break-word;font-size:7vw}}.desired-config__title p{margin-bottom:0;text-align:inherit}.checkout-onepage-success .desired-config__options .hauly-select__option--hasNoLogo p.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .checkout-onepage-success p.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .grid-item.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options .hauly-select__option--hasNoLogo .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__option--hasNoLogo .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__option--hasNoLogo .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options .hauly-select__option--hasNoLogo li.select-option__label{width:75%}@media screen and (max-width:640px){.checkout-onepage-success .desired-config__options .hauly-select__option--hasNoLogo p.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .checkout-onepage-success p.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .grid-item.select-option__label,.desired-config__options .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options .hauly-select__option--hasNoLogo .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__option--hasNoLogo .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__option--hasNoLogo .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options .hauly-select__option--hasNoLogo li.select-option__label{max-width:calc(75% - 40px)}}.checkout-onepage-success .desired-config__options p,.desired-config__options .checkout-onepage-success p,.desired-config__options .grid-item,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.desired-config__options .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .payButtonWidget,.page__header .menu-user .desired-config__options li{vertical-align:middle}.checkout-onepage-success .desired-config__options p.select-option__logo,.desired-config__options .checkout-onepage-success p.select-option__logo,.desired-config__options .grid-item.select-option__logo,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__logo,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__logo.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__logo.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__logo{width:15%;padding:0 5px 0 10px}.checkout-onepage-success .desired-config__options p.select-option__label,.desired-config__options .checkout-onepage-success p.select-option__label,.desired-config__options .grid-item.select-option__label,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__label{width:60%;padding:10px 5px;text-align:left}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-success .desired-config__options p.select-option__label,.desired-config__options .checkout-onepage-success p.select-option__label,.desired-config__options .grid-item.select-option__label,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__label{width:calc(60% - 40px)}}@media screen and (max-width:640px){.checkout-onepage-success .desired-config__options p.select-option__label,.desired-config__options .checkout-onepage-success p.select-option__label,.desired-config__options .grid-item.select-option__label,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__label{width:calc(60% - 40px)}}.checkout-onepage-success .desired-config__options p.select-option__price,.desired-config__options .checkout-onepage-success p.select-option__price,.desired-config__options .grid-item.select-option__price,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__price,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__price{font-weight:700;padding:10px 5px;vertical-align:top;width:15%}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-success .desired-config__options p.select-option__price,.desired-config__options .checkout-onepage-success p.select-option__price,.desired-config__options .grid-item.select-option__price,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__price,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__price{min-width:65px}}@media screen and (max-width:640px){.checkout-onepage-success .desired-config__options p.select-option__price,.desired-config__options .checkout-onepage-success p.select-option__price,.desired-config__options .grid-item.select-option__price,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__price.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__price,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__price.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__price{min-width:65px}}.checkout-onepage-success .desired-config__options p.select-option__availability,.desired-config__options .checkout-onepage-success p.select-option__availability,.desired-config__options .grid-item.select-option__availability,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__availability,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__availability{width:5%;padding:10px 5px;position:relative;vertical-align:top;position:relative}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-success .desired-config__options p.select-option__availability,.desired-config__options .checkout-onepage-success p.select-option__availability,.desired-config__options .grid-item.select-option__availability,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__availability,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__availability{min-width:20px}}@media screen and (max-width:640px){.checkout-onepage-success .desired-config__options p.select-option__availability,.desired-config__options .checkout-onepage-success p.select-option__availability,.desired-config__options .grid-item.select-option__availability,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__availability,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__availability{min-width:20px}}.checkout-onepage-success .desired-config__options p.select-option__availability .availabilities,.desired-config__options .checkout-onepage-success p.select-option__availability .availabilities,.desired-config__options .grid-item.select-option__availability .availabilities,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.amazonpayments-or .availabilities,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.payButtonWidget .availabilities,.desired-config__options .page__header .menu-user li.select-option__availability .availabilities,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.amazonpayments-or .availabilities,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.payButtonWidget .availabilities,.page__header .menu-user .desired-config__options li.select-option__availability .availabilities{position:relative;padding-top:0}.checkout-onepage-success .desired-config__options p.select-option__availability .availabilities li,.desired-config__options .checkout-onepage-success p.select-option__availability .availabilities li,.desired-config__options .grid-item.select-option__availability .availabilities li,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.amazonpayments-or .availabilities li,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__availability.payButtonWidget .availabilities li,.desired-config__options .page__header .menu-user li.select-option__availability .availabilities li,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.amazonpayments-or .availabilities li,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__availability.payButtonWidget .availabilities li,.page__header .menu-user .desired-config__options li.select-option__availability .availabilities li{height:10px;width:10px}.checkout-onepage-success .desired-config__options p.select-option__info,.desired-config__options .checkout-onepage-success p.select-option__info,.desired-config__options .grid-item.select-option__info,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.amazonpayments-or,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.payButtonWidget,.desired-config__options .page__header .menu-user li.select-option__info,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.payButtonWidget,.page__header .menu-user .desired-config__options li.select-option__info{color:#ba0d3b;padding:10px 0 0;vertical-align:top;width:5%;height:45px}.checkout-onepage-success .desired-config__options p.select-option__info a,.desired-config__options .checkout-onepage-success p.select-option__info a,.desired-config__options .grid-item.select-option__info a,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.amazonpayments-or a,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.payButtonWidget a,.desired-config__options .page__header .menu-user li.select-option__info a,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.payButtonWidget a,.page__header .menu-user .desired-config__options li.select-option__info a{display:inline-block;height:40px}.checkout-onepage-success .desired-config__options p.select-option__info a::before,.desired-config__options .checkout-onepage-success p.select-option__info a::before,.desired-config__options .grid-item.select-option__info a::before,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.amazonpayments-or a::before,.desired-config__options .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.payButtonWidget a::before,.desired-config__options .page__header .menu-user li.select-option__info a::before,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.amazonpayments-or a::before,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .select-option__info.payButtonWidget a::before,.page__header .menu-user .desired-config__options li.select-option__info a::before{pointer-events:none}.desired-config__options .desired-config__option{margin-bottom:15px}.checkout-onepage-success .desired-config__options [data-hauly-select-type=multi] p.select-option__label,.desired-config__options [data-hauly-select-type=multi] .checkout-onepage-success p.select-option__label,.desired-config__options [data-hauly-select-type=multi] .grid-item.select-option__label,.desired-config__options [data-hauly-select-type=multi] .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options [data-hauly-select-type=multi] .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options [data-hauly-select-type=multi] .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options [data-hauly-select-type=multi] .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options [data-hauly-select-type=multi] .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options [data-hauly-select-type=multi] li.select-option__label{width:51%}.checkout-onepage-success .desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo p.select-option__label,.desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .checkout-onepage-success p.select-option__label,.desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .grid-item.select-option__label,.desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo .select-option__label.payButtonWidget,.page__header .menu-user .desired-config__options [data-hauly-select-type=multi] .hauly-select__option--hasNoLogo li.select-option__label{width:69%}.hauly-select__label .select-option__availability,.hauly-select__label .select-option__logo,.hauly-select__label .select-option__price{display:none}.hauly-select__option{white-space:nowrap;overflow-x:hidden}.checkout-onepage-success .hauly-select__option p,.hauly-select__option .checkout-onepage-success p,.hauly-select__option .grid-item,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select__option .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .payButtonWidget,.page__header .menu-user .hauly-select__option li{white-space:normal}.hauly-select__option .select-option__label{overflow:auto;height:100%}@media screen and (max-width:640px){.desired-config-container--2 .desired-config{width:100%;padding:0!important}}.desired-config__sum-calc table{background:#f5f5f5}.desired-config__sum-calc td,.desired-config__sum-calc th{padding:5px}@media screen and (max-width:640px){.desired-config__sum-calc td,.desired-config__sum-calc th{padding-left:0!important;padding-right:0!important}}.desired-config__sum-calc td:first-child,.desired-config__sum-calc th:first-child{padding-left:10px}.desired-config__sum-calc td:last-child,.desired-config__sum-calc th:last-child{padding-right:10px}@media screen and (min-width:1101px){.desired-config__sum-calc td.w-4\/12-d,.desired-config__sum-calc th.w-4\/12-d{width:33.33333%}}.desired-config__sum-calc td.ta-r,.desired-config__sum-calc th.ta-r{text-align:right}.desired-config__product-addtions-sum th,.desired-config__product-price th{margin-top:0!important}@media screen and (max-width:640px){.desired-config__product-addtions-sum th:first-child,.desired-config__product-price th:first-child{padding-right:5px!important}}.desired-config__product-addtions-sum td,.desired-config__product-price td{color:#000}@media screen and (max-width:640px){.desired-config__product-addtions-sum td:last-child,.desired-config__product-price td:last-child{padding-left:5px!important}}@media screen and (max-width:640px){.desired-config__product-addtions-sum td.w-6\/12-m,.desired-config__product-addtions-sum th.w-6\/12-m,.desired-config__product-price td.w-6\/12-m,.desired-config__product-price th.w-6\/12-m{margin:0!important;width:50%}}@media screen and (max-width:640px){.desired-config__product-addtions-sum td.pd-5-m,.desired-config__product-addtions-sum th.pd-5-m,.desired-config__product-price td.pd-5-m,.desired-config__product-price th.pd-5-m{padding:5px!important}}@media screen and (max-width:640px){.desired-config__product-addtions-sum td.ta-l-m,.desired-config__product-addtions-sum th.ta-l-m,.desired-config__product-price td.ta-l-m,.desired-config__product-price th.ta-l-m{text-align:left}}.js-desired-config--reset{font-size:16px}.checkout-onepage-success .desired-config__options .hauly-select__label p.select-option__info,.desired-config__options .hauly-select__label .checkout-onepage-success p.select-option__info,.desired-config__options .hauly-select__label .grid-item.select-option__info,.desired-config__options .hauly-select__label .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.amazonpayments-or,.desired-config__options .hauly-select__label .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.payButtonWidget,.desired-config__options .hauly-select__label .page__header .menu-user li.select-option__info,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__label .select-option__info.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__label .select-option__info.payButtonWidget,.page__header .menu-user .desired-config__options .hauly-select__label li.select-option__info{height:30px;padding-right:0}.checkout-onepage-success .desired-config__options .hauly-select__label p.select-option__info a,.desired-config__options .hauly-select__label .checkout-onepage-success p.select-option__info a,.desired-config__options .hauly-select__label .grid-item.select-option__info a,.desired-config__options .hauly-select__label .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.amazonpayments-or a,.desired-config__options .hauly-select__label .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__info.payButtonWidget a,.desired-config__options .hauly-select__label .page__header .menu-user li.select-option__info a,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__label .select-option__info.amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .desired-config__options .hauly-select__label .select-option__info.payButtonWidget a,.page__header .menu-user .desired-config__options .hauly-select__label li.select-option__info a{height:25px;margin:0}.desired-config__sum-calc--in-sidebar{background:#f5f5f5;color:#000;padding:10px;max-height:calc(100vh - 156.5px);overflow:auto}@media screen and (min-width:641px) and (max-width:1101px){.desired-config__sum-calc--in-sidebar{display:none}}@media screen and (max-width:640px){.desired-config__sum-calc--in-sidebar{display:none}}.desired-config__sum-calc--in-sidebar .short-description .std p{font-size:12px;line-height:130%;margin:10px 0}.desired-config__sum-calc--in-sidebar table{color:#000;margin:0}.desired-config__sum-calc--in-sidebar table tr td:last-child{padding-right:2px!important;padding-left:2px}.desired-config__sum-calc--in-sidebar td,.desired-config__sum-calc--in-sidebar th{width:100%;display:block;white-space:normal}.desired-config__sum-calc--in-sidebar td:first-child,.desired-config__sum-calc--in-sidebar th:first-child{padding-left:10px;width:100%}.desired-config__sum-calc--in-sidebar .odd td,.desired-config__sum-calc--in-sidebar .odd th{background:#fff!important}.desired-config__sum-calc--in-sidebar .even td,.desired-config__sum-calc--in-sidebar .even th{background:0 0!important}.desired-config__sum-calc--in-sidebar td{padding:0 0}.desired-config__sum-calc--in-sidebar td:first-child{padding-left:2px}.desired-config__sum-calc--in-sidebar th{padding:0 0}.desired-config__sum-calc--in-sidebar th:first-child{padding-left:2px}.desired-config__sum-calc--in-sidebar tfoot td,.desired-config__sum-calc--in-sidebar tfoot th{font-size:1.2em;font-weight:700}.desired-config__sum-calc--in-sidebar tfoot td{padding-bottom:5px}.desired-config__sum-calc--in-sidebar .js-resetThisOption{background:0 0}.desired-config__sum-calc--in-sidebar .js-resetThisOption:hover{color:#ba0d3b}.mageunit-faq-index-index{padding-bottom:80px}.mageunit-faq-index-index .main-container{padding-top:20px}.mageunit-faq-index-index .content{border:1px solid #d1d1d1;padding:15px}.mageunit-faq-index-index .content h2{font-size:30px}.mageunit-faq-index-index .content h2::before{color:#ba0d3b}.mageunit-faq-index-index .content .accordion .accordion__content{padding:5px 0 0}.mageunit-faq-index-index .content .accordion .accordion__content p{padding:5px 10px 5px 5px}.mageunit-faq-index-index .content .accordion .accordion__content ul{padding:5px 20px 5px 15px}.mageunit-faq-index-index .content .accordion .topic .accordion__trigger{font-size:18px;padding-right:17px}.mageunit-faq-index-index .content>.accordion{border:1px solid #d1d1d1;padding:9px 15px 0}.mageunit-faq-index-index .content>.accordion:hover{border-color:#ba0d3b}.mageunit-faq-index-index .content>.accordion:last-child{margin-bottom:0}.mageunit-faq-index-index .content>.accordion>.topic>.accordion__trigger{border-bottom:1px solid #d1d1d1;padding-bottom:8px}.mageunit-faq-index-index .content>.accordion>.topic>.accordion__trigger::before{top:.25em;margin:0}.mageunit-faq-index-index .content>.accordion>.topic>.accordion__trigger.icon-arrow-down{border-bottom:0}.mageunit-faq-index-index .content>.accordion .accordion{border-bottom:1px solid #d1d1d1;padding:9px 0 8px}.mageunit-faq-index-index .content>.accordion .accordion:Last-child{border-bottom:none}.mageunit-faq-index-index .content .search__bar{margin:15px 0 55px}.mageunit-faq-index-index .topic .accordion__trigger{font-size:16px}.cat-filter{border:1px solid #d1d1d1}.cat-filter a{color:#ba0d3b}.cat-filter a::before{color:#000}.cat-filter a.red_black{color:#000!important}.cat-filter a.red_black::before{color:#ba0d3b!important}.cat-filter__head{padding:10px 20px;background-color:#f5f5f5}.cat-filter__head h4{margin-bottom:0}.cat-filter__head .checkout-onepage-success p,.cat-filter__head .grid-item,.cat-filter__head .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.cat-filter__head .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.cat-filter__head .page__header .menu-user li,.checkout-onepage-success .cat-filter__head p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__head .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__head .payButtonWidget,.page__header .menu-user .cat-filter__head li{margin:-2px 0 0 1px}.cat-filter__content{padding:1em 25px 10px}.cat-filter__headline{margin-top:-5px}.cat-filter__ranges{padding:0 0 18px}.cat-filter__ranges>.grid-item,.checkout-onepage-success .cat-filter__ranges>p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget,.page__header .menu-user .cat-filter__ranges>li{position:relative;padding:0 0 10px;margin:0 0 10px}@media screen and (min-width:1101px){.cat-filter__ranges>.grid-item,.checkout-onepage-success .cat-filter__ranges>p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget,.page__header .menu-user .cat-filter__ranges>li{padding:0 15.5px}}@media screen and (min-width:1101px) and (min-width:1101px){.cat-filter__ranges>.grid-item .cat-filter__range-reset,.checkout-onepage-success .cat-filter__ranges>p .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget .cat-filter__range-reset,.page__header .menu-user .cat-filter__ranges>li .cat-filter__range-reset{right:8px}}@media screen and (min-width:1101px){.cat-filter__ranges>.grid-item:nth-child(3n+1),.checkout-onepage-success .cat-filter__ranges>p:nth-child(3n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(3n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(3n+1),.page__header .menu-user .cat-filter__ranges>li:nth-child(3n+1){padding-right:17px;padding-left:0}}@media screen and (min-width:1101px){.cat-filter__ranges>.grid-item:nth-child(3n+1) .cat-filter__range-reset,.checkout-onepage-success .cat-filter__ranges>p:nth-child(3n+1) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(3n+1) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(3n+1) .cat-filter__range-reset,.page__header .menu-user .cat-filter__ranges>li:nth-child(3n+1) .cat-filter__range-reset{right:11px}}@media screen and (min-width:1101px){.cat-filter__ranges>.grid-item:nth-child(3n+3),.checkout-onepage-success .cat-filter__ranges>p:nth-child(3n+3),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(3n+3),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(3n+3),.page__header .menu-user .cat-filter__ranges>li:nth-child(3n+3){padding-left:17px;padding-right:0}}@media screen and (min-width:1101px){.cat-filter__ranges>.grid-item:nth-child(3n+3) .cat-filter__range-reset,.checkout-onepage-success .cat-filter__ranges>p:nth-child(3n+3) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(3n+3) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(3n+3) .cat-filter__range-reset,.page__header .menu-user .cat-filter__ranges>li:nth-child(3n+3) .cat-filter__range-reset{right:-6px}}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter__ranges>.grid-item:nth-child(2n+1),.checkout-onepage-success .cat-filter__ranges>p:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(2n+1),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(2n+1),.page__header .menu-user .cat-filter__ranges>li:nth-child(2n+1){padding-right:12.5px}}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter__ranges>.grid-item:nth-child(2n+1) .cat-filter__range-reset,.checkout-onepage-success .cat-filter__ranges>p:nth-child(2n+1) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(2n+1) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(2n+1) .cat-filter__range-reset,.page__header .menu-user .cat-filter__ranges>li:nth-child(2n+1) .cat-filter__range-reset{right:5px}}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter__ranges>.grid-item:nth-child(2n+2),.checkout-onepage-success .cat-filter__ranges>p:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(2n+2),.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(2n+2),.page__header .menu-user .cat-filter__ranges>li:nth-child(2n+2){padding-left:12.5px}}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter__ranges>.grid-item:nth-child(2n+2) .cat-filter__range-reset,.checkout-onepage-success .cat-filter__ranges>p:nth-child(2n+2) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or:nth-child(2n+2) .cat-filter__range-reset,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget:nth-child(2n+2) .cat-filter__range-reset,.page__header .menu-user .cat-filter__ranges>li:nth-child(2n+2) .cat-filter__range-reset{right:-7px}}.cat-filter__ranges>.grid-item label,.checkout-onepage-success .cat-filter__ranges>p label,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.amazonpayments-or label,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__ranges>.payButtonWidget label,.page__header .menu-user .cat-filter__ranges>li label{font-weight:600}.cat-filter__ranges.disabled{opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.cat-filter__ranges .handle-left{margin-left:-14px}.cat-filter__ranges .handle-right{margin-left:0}.cat-filter__ranges .ui-slider .ui-slider-handle::before{margin:8px 0}@media screen and (min-width:1101px){.cat-filter__ranges .ui-slider .ui-slider-handle::before{margin:0}}.cat-filter__options .grid-container .checkout-onepage-success p,.cat-filter__options .grid-container .grid-item,.cat-filter__options .grid-container .page__header .menu-user li,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.cat-filter__options .product-image-thumbs .checkout-onepage-success p,.cat-filter__options .product-image-thumbs .grid-item,.cat-filter__options .product-image-thumbs .page__header .menu-user li,.checkout-onepage-success .cat-filter__options .grid-container p,.checkout-onepage-success .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom p,.checkout-onepage-success .cat-filter__options .product-image-thumbs p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .payButtonWidget,.page__header .menu-user .cat-filter__options .grid-container li,.page__header .menu-user .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom li,.page__header .menu-user .cat-filter__options .product-image-thumbs li{vertical-align:top}.cat-filter__options .grid-container .checkout-onepage-success p .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .grid-container .checkout-onepage-success p .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .grid-container .checkout-onepage-success p label.grid-item,.cat-filter__options .grid-container .grid-item .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .grid-container .grid-item .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .grid-container .grid-item label.grid-item,.cat-filter__options .grid-container .page__header .menu-user li .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .grid-container .page__header .menu-user li .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .grid-container .page__header .menu-user li label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or label.amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or label.payButtonWidget,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p label.amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p label.payButtonWidget,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item label.amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item label.payButtonWidget,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li label.amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li label.payButtonWidget,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget label.amazonpayments-or,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget label.grid-item,.cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget label.payButtonWidget,.cat-filter__options .product-image-thumbs .checkout-onepage-success p .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .product-image-thumbs .checkout-onepage-success p .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .product-image-thumbs .checkout-onepage-success p label.grid-item,.cat-filter__options .product-image-thumbs .grid-item .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .product-image-thumbs .grid-item .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .product-image-thumbs .grid-item label.grid-item,.cat-filter__options .product-image-thumbs .page__header .menu-user li .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.cat-filter__options .product-image-thumbs .page__header .menu-user li .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.cat-filter__options .product-image-thumbs .page__header .menu-user li label.grid-item,.checkout-onepage-success .cat-filter__options .grid-container p .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.checkout-onepage-success .cat-filter__options .grid-container p .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.checkout-onepage-success .cat-filter__options .grid-container p label.grid-item,.checkout-onepage-success .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom p label.amazonpayments-or,.checkout-onepage-success .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom p label.grid-item,.checkout-onepage-success .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom p label.payButtonWidget,.checkout-onepage-success .cat-filter__options .product-image-thumbs p .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.checkout-onepage-success .cat-filter__options .product-image-thumbs p .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.checkout-onepage-success .cat-filter__options .product-image-thumbs p label.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .amazonpayments-or label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .amazonpayments-or label.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .amazonpayments-or label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .checkout-onepage-success p label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .checkout-onepage-success p label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .grid-item label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .grid-item label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .page__header .menu-user li label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .page__header .menu-user li label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .payButtonWidget label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .payButtonWidget label.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .grid-container .payButtonWidget label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .amazonpayments-or label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .amazonpayments-or label.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .amazonpayments-or label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .checkout-onepage-success p label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .checkout-onepage-success p label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .grid-item label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .grid-item label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .page__header .menu-user li label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .page__header .menu-user li label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .payButtonWidget label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .payButtonWidget label.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__options .product-image-thumbs .payButtonWidget label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success .cat-filter__options .grid-container p label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success .cat-filter__options .grid-container p label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success .cat-filter__options .product-image-thumbs p label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success .cat-filter__options .product-image-thumbs p label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user .cat-filter__options .grid-container li label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user .cat-filter__options .grid-container li label.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user .cat-filter__options .product-image-thumbs li label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user .cat-filter__options .product-image-thumbs li label.payButtonWidget,.page__header .menu-user .cat-filter__options .grid-container li .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.page__header .menu-user .cat-filter__options .grid-container li .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.page__header .menu-user .cat-filter__options .grid-container li label.grid-item,.page__header .menu-user .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom li label.amazonpayments-or,.page__header .menu-user .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom li label.grid-item,.page__header .menu-user .cat-filter__options .method-checkout-cart-methods-amazonpayments_pay-bottom li label.payButtonWidget,.page__header .menu-user .cat-filter__options .product-image-thumbs li .method-checkout-cart-methods-amazonpayments_pay-bottom label.amazonpayments-or,.page__header .menu-user .cat-filter__options .product-image-thumbs li .method-checkout-cart-methods-amazonpayments_pay-bottom label.payButtonWidget,.page__header .menu-user .cat-filter__options .product-image-thumbs li label.grid-item{width:calc(100% - 46px);padding-left:.3em!important}.cat-filter__options h4{font-weight:700}.cat-filter__options input[type=checkbox]{height:25px;width:25px}.cat-filter__option{margin-bottom:10px}.cat-filter__option .grid-container .checkout-onepage-success p,.cat-filter__option .grid-container .grid-item,.cat-filter__option .grid-container .page__header .menu-user li,.cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p,.cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item,.cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li,.cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.cat-filter__option .product-image-thumbs .checkout-onepage-success p,.cat-filter__option .product-image-thumbs .grid-item,.cat-filter__option .product-image-thumbs .page__header .menu-user li,.checkout-onepage-success .cat-filter__option .grid-container p,.checkout-onepage-success .cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom p,.checkout-onepage-success .cat-filter__option .product-image-thumbs p,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__option .grid-container .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__option .grid-container .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__option .product-image-thumbs .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .cat-filter__option .product-image-thumbs .payButtonWidget,.page__header .menu-user .cat-filter__option .grid-container li,.page__header .menu-user .cat-filter__option .method-checkout-cart-methods-amazonpayments_pay-bottom li,.page__header .menu-user .cat-filter__option .product-image-thumbs li{padding:0!important}.cat-filter__option .tooltip__content{bottom:35px!important}.cat-filter__option .triangle--bottom{position:absolute;bottom:-15px;left:0;padding:0 0 0 27px}@media screen and (min-width:1101px){.cat-filter__selects{padding:0 0 0 12.5px}}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter__selects{padding:0 0 0 12.5px}}.cat-filter__selects .select-wrap{margin-bottom:10px}.cat-filter__selects .select-wrap select{padding:1px 15px 1px}.cat-filter__range-reset{position:absolute;right:-8px;top:0}.cat-filter .accordion__trigger{width:auto}.cat-filter .ui-slider{margin:8px}@media screen and (min-width:641px) and (max-width:1101px){.cat-filter .ui-slider{margin:8px 8px}}.cat-filter label{font-family:cpsans,sans-serif;padding:.15em 0 0 .5em;max-width:calc(100% - 44px);vertical-align:top}.cat-filter hr{height:1px;margin:0 0 20px;background:#d1d1d1}.cat-filter .cat-filter--disabled .icon-info::before,.cat-filter .cat-filter--disabled label{opacity:.7;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.cat-filter>div{padding:0 0 12px 20px}.cat-filter>div .icon-arrow-down,.cat-filter>div .icon-arrow-up{color:#000}.cat-filter>div .icon-arrow-down::before,.cat-filter>div .icon-arrow-up::before{color:#ba0d3b;margin-right:5px}.cat-filter .tooltip__trigger{line-height:11px;margin-top:.35em}.cat-filter .tooltip__content{line-height:1.5}.cat-filter .handle-left{margin-left:-14px}.cat-filter .handle-right{margin-left:0}.page__footer{border-top:10px solid #ba0d3b;text-align:center}.page__footer img{image-rendering:initial;-ms-interpolation-mode:initial}.page__footer .wrapper{text-align:left;padding-top:40px;padding-bottom:50px}.checkout-onepage-success .page__footer p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__footer .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__footer .payButtonWidget,.page__footer .checkout-onepage-success p,.page__footer .grid-item,.page__footer .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__footer .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.page__footer .page__header .menu-user li,.page__header .menu-user .page__footer li{vertical-align:top}.page__footer h4{font-weight:700}@media screen and (max-width:640px){.page__footer .sitemap{padding:0 10px}}.page__footer .sitemap>li{display:inline-block;float:left}@media screen and (max-width:640px){.page__footer .sitemap>li{width:100%;margin:0 0 15px;padding:0}}@media screen and (min-width:641px) and (max-width:1101px){.page__footer .sitemap>li{width:33.33333%;padding-left:10px}}@media screen and (min-width:1101px){.page__footer .sitemap>li{width:25%;padding-left:10px}}.page__footer .sitemap>li:first-child{padding-left:0}.page__footer .sitemap>li li{float:none;display:block}.page__footer .sitemap>li li::before{color:#000}.page__footer .sitemap>li ul{margin-top:25px;padding:0}@media screen and (max-width:640px){.page__footer .sitemap>li ul{padding:0 20px 10px}}.page__footer .sitemap a{color:#000}.page__footer .sitemap a::before{content:"\00BB";margin-right:.25em}.page__footer .sitemap h4{font-weight:700}.page__footer .newsletter{vertical-align:top}.page__footer .newsletter input[type=email]{padding:15px 20px;margin:17px 0 20px;width:100%}.page__footer .newsletter input[type=submit]{padding:15px 30px;margin:0;font-size:18px}.page__footer .newsletter p{line-height:1.3em;margin:-10px 0 0 0;font-size:14px}.page__footer ul{margin-top:0}@media screen and (max-width:640px){.page__footer .payments-and-partner p:last-child,.page__footer .social-media p:last-child{border-bottom:1px solid #d1d1d1}}.page__footer .payments-and-partner h4,.page__footer .social-media h4{font-weight:700}.page__footer .payments-and-partner p{font-size:0}@media screen and (max-width:640px){.page__footer .payments-and-partner p.payments a{width:33.33333%;padding:0 5px}.page__footer .payments-and-partner p.payments a:first-child{padding-right:10px;text-align:left}.page__footer .payments-and-partner p.payments a:first-child{padding-left:10px;text-align:right}}@media screen and (max-width:640px){.page__footer .payments-and-partner p.partner a{width:25%;padding:0 5px;vertical-align:middle}.page__footer .payments-and-partner p.partner a:first-child{padding-right:10px;text-align:left}.page__footer .payments-and-partner p.partner a:first-child{padding-left:10px;text-align:right}}.page__footer .payments-and-partner a{margin-right:20px}@media screen and (max-width:640px){.page__footer .payments-and-partner a{margin:0 0 20px;display:inline-block;width:33.33333%;text-align:center}.page__footer .payments-and-partner a:first-child{padding-right:10px}.page__footer .payments-and-partner a:first-child{padding-left:10px}}.page__footer section{border-bottom:1px solid #d1d1d1}.page__footer section:last-child{border-bottom:none}.page__footer h4{margin-top:0;font-size:18px}.page__footer .social-media p{padding-bottom:20px}#onestepcheckout-form .page__footer .social-media #onestepcheckout-coupon-add,.bCarousel-wrapper .page__footer .social-media .back,.bCarousel-wrapper .page__footer .social-media .forward,.block-account .page__footer .social-media .block-title,.block-account li .page__footer .social-media a,.block-cms-menu li .page__footer .social-media a,.header-minicart .mini-products-list .page__footer .social-media .remove,.list--guillemets .page__footer .social-media li,.page__footer .social-media #onestepcheckout-form #onestepcheckout-coupon-add,.page__footer .social-media .bCarousel-wrapper .back,.page__footer .social-media .bCarousel-wrapper .forward,.page__footer .social-media .block-account .block-title,.page__footer .social-media .block-account li a,.page__footer .social-media .block-cms-menu li a,.page__footer .social-media .btn-remove,.page__footer .social-media .header-minicart .mini-products-list .remove,.page__footer .social-media .icon,.page__footer .social-media .list--guillemets li,.page__footer .social-media .sidebar__section .accordion__content ul>li,.page__footer .social-media input[type=checkbox]:checked,.sidebar__section .accordion__content .page__footer .social-media ul>li{margin-right:15px}.page__footer .disclaimer{font-size:13px;line-height:1.3em}@media screen and (min-width:1101px){.page__footer .disclaimer{padding:20px 0 0 9.5%}}.page__footer .legend-container{background-color:#ba0d3b}.page__footer .legend-container .wrapper{padding-top:35px;padding-bottom:35px}.page__footer .legend-container legend{color:#fff}.global-site-notice{position:fixed;z-index:1050;top:0;left:0;width:100%;text-align:center}.global-site-notice .notice-inner{background-position:130px 50%;display:inline-block;max-width:1320px;min-width:0;text-align:left;padding-left:240px;padding-right:170px;position:relative;width:100%}.checkout-onepage-success .global-site-notice .notice-inner .grid-container p,.checkout-onepage-success .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom p,.checkout-onepage-success .global-site-notice .notice-inner .product-image-thumbs p,.global-site-notice .notice-inner .grid-container .checkout-onepage-success p,.global-site-notice .notice-inner .grid-container .grid-item,.global-site-notice .notice-inner .grid-container .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.global-site-notice .notice-inner .product-image-thumbs .checkout-onepage-success p,.global-site-notice .notice-inner .product-image-thumbs .grid-item,.global-site-notice .notice-inner .product-image-thumbs .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .payButtonWidget,.page__header .menu-user .global-site-notice .notice-inner .grid-container li,.page__header .menu-user .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom li,.page__header .menu-user .global-site-notice .notice-inner .product-image-thumbs li{margin-top:3px}@media screen and (min-width:1101px){.global-site-notice .notice-inner{background-position:50% 10px;padding:0 10px 10px}}@media screen and (max-width:640px){.global-site-notice .notice-inner{background-position:50% 10px;padding:0 10px 10px}.checkout-onepage-success .global-site-notice .notice-inner .grid-container p,.checkout-onepage-success .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom p,.checkout-onepage-success .global-site-notice .notice-inner .product-image-thumbs p,.global-site-notice .notice-inner .grid-container .checkout-onepage-success p,.global-site-notice .notice-inner .grid-container .grid-item,.global-site-notice .notice-inner .grid-container .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.global-site-notice .notice-inner .product-image-thumbs .checkout-onepage-success p,.global-site-notice .notice-inner .product-image-thumbs .grid-item,.global-site-notice .notice-inner .product-image-thumbs .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .payButtonWidget,.page__header .menu-user .global-site-notice .notice-inner .grid-container li,.page__header .menu-user .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom li,.page__header .menu-user .global-site-notice .notice-inner .product-image-thumbs li{margin-top:0}}@media screen and (min-width:641px) and (max-width:1101px){.global-site-notice .notice-inner{background-position:20px 50%;padding-left:20px;padding-right:20px}.checkout-onepage-success .global-site-notice .notice-inner .grid-container p,.checkout-onepage-success .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom p,.checkout-onepage-success .global-site-notice .notice-inner .product-image-thumbs p,.global-site-notice .notice-inner .grid-container .checkout-onepage-success p,.global-site-notice .notice-inner .grid-container .grid-item,.global-site-notice .notice-inner .grid-container .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .checkout-onepage-success p,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .grid-item,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .menu-user li,.global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.global-site-notice .notice-inner .product-image-thumbs .checkout-onepage-success p,.global-site-notice .notice-inner .product-image-thumbs .grid-item,.global-site-notice .notice-inner .product-image-thumbs .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .grid-container .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .global-site-notice .notice-inner .product-image-thumbs .payButtonWidget,.page__header .menu-user .global-site-notice .notice-inner .grid-container li,.page__header .menu-user .global-site-notice .notice-inner .method-checkout-cart-methods-amazonpayments_pay-bottom li,.page__header .menu-user .global-site-notice .notice-inner .product-image-thumbs li{margin-top:0}}.global-site-notice .icon-bang{Padding-top:3px}@media screen and (max-width:640px){.global-site-notice .icon-bang{display:none}}@media screen and (min-width:641px) and (max-width:1101px){.global-site-notice .icon-bang{display:none}}.page__header-container{position:fixed;top:0;left:0;z-index:1040}.page__header-container.shrink .page__header{-webkit-box-shadow:0 0 2px #333336;-moz-box-shadow:0 0 2px #333336;box-shadow:0 0 2px #333336}.page__header-container.shrink .page__header-anchor{margin-top:0;line-height:.8em}@media screen and (min-width:1101px){.page__header-container.shrink .page__header>.grid-container,.page__header-container.shrink .page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header-container.shrink .page__header>.product-image-thumbs{padding-top:8.75px;padding-bottom:8.75px}}.page__header-container.shrink .page__header .logo{max-height:40px}@media screen and (min-width:641px) and (max-width:1101px){.page__header-container.shrink .page__header .logo{max-height:none}}@media screen and (min-width:1101px){.page__header-container.shrink .page__header .logo{max-height:50px}}.page__header-container.shrink .page__header .menu-user{line-height:15.75px}.page__header-container.shrink .page__header .search__bar #search.search__input{height:40px}.page__header-container.shrink .page__header .search__bar #search.search__input.show{right:39px}.page__header-container.shrink .page__header .search__bar .search__submit{height:40px}@media screen and (min-width:1101px){.page__header-container.shrink .page__header .search__bar .search__submit{padding-top:0!important;padding-left:8px!important}}.page__header-container.shrink .page__header .certificate{height:40px}#co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .button,#discount-coupon-form .page__header-container.shrink .page__header button,#freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .button2,#onestepcheckout-form .page__header-container.shrink .page__header button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header-container.shrink .page__header a,.cart.display-single-price .page__header-container.shrink .page__header .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header input[type=submit],.page__header-container.shrink .page__header #co-shipping-method-form .buttons-set .button,.page__header-container.shrink .page__header #discount-coupon-form button,.page__header-container.shrink .page__header #freegift-coupon-form .button-wrapper .button2,.page__header-container.shrink .page__header #onestepcheckout-form button.onestepcheckout-place-order,.page__header-container.shrink .page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header-container.shrink .page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header-container.shrink .page__header .block-cart .block-content .actions a,.page__header-container.shrink .page__header .btn,.page__header-container.shrink .page__header .button,.page__header-container.shrink .page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header-container.shrink .page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{height:40px;width:40px}@media screen and (max-width:640px){.page__header-container.shrink .page__header .menu-action{float:right}}#co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .menu-action .button,#discount-coupon-form .page__header-container.shrink .page__header .menu-action button,#freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .menu-action .button2,#onestepcheckout-form .page__header-container.shrink .page__header .menu-action button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header-container.shrink .page__header .menu-action a,.checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header .menu-action input[type=submit],.page__header-container.shrink .page__header .block-cart .block-content .actions .menu-action a,.page__header-container.shrink .page__header .menu-action #co-shipping-method-form .buttons-set .button,.page__header-container.shrink .page__header .menu-action #discount-coupon-form button,.page__header-container.shrink .page__header .menu-action #freegift-coupon-form .button-wrapper .button2,.page__header-container.shrink .page__header .menu-action #onestepcheckout-form button.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions a,.page__header-container.shrink .page__header .menu-action .btn,.page__header-container.shrink .page__header .menu-action .button,.page__header-container.shrink .page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{padding-top:.6em}@media screen and (min-width:1101px){#co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .menu-action .button,#discount-coupon-form .page__header-container.shrink .page__header .menu-action button,#freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .menu-action .button2,#onestepcheckout-form .page__header-container.shrink .page__header .menu-action button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header-container.shrink .page__header .menu-action a,.checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header .menu-action input[type=submit],.page__header-container.shrink .page__header .block-cart .block-content .actions .menu-action a,.page__header-container.shrink .page__header .menu-action #co-shipping-method-form .buttons-set .button,.page__header-container.shrink .page__header .menu-action #discount-coupon-form button,.page__header-container.shrink .page__header .menu-action #freegift-coupon-form .button-wrapper .button2,.page__header-container.shrink .page__header .menu-action #onestepcheckout-form button.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions a,.page__header-container.shrink .page__header .menu-action .btn,.page__header-container.shrink .page__header .menu-action .button,.page__header-container.shrink .page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{padding:.6em 0}}@media screen and (min-width:1101px){#co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .menu-action .mini-cart.button,#discount-coupon-form .page__header-container.shrink .page__header .menu-action button.mini-cart,#freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .menu-action .mini-cart.button2,#onestepcheckout-form .page__header-container.shrink .page__header .menu-action button.mini-cart.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .mini-cart.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .mini-cart.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header-container.shrink .page__header .menu-action a.mini-cart,.checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header .menu-action input.mini-cart[type=submit],.page__header-container.shrink .page__header .block-cart .block-content .actions .menu-action a.mini-cart,.page__header-container.shrink .page__header .menu-action #co-shipping-method-form .buttons-set .mini-cart.button,.page__header-container.shrink .page__header .menu-action #discount-coupon-form button.mini-cart,.page__header-container.shrink .page__header .menu-action #freegift-coupon-form .button-wrapper .mini-cart.button2,.page__header-container.shrink .page__header .menu-action #onestepcheckout-form button.mini-cart.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .mini-cart.button.btn-cart,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .mini-cart.button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions a.mini-cart,.page__header-container.shrink .page__header .menu-action .btn.mini-cart,.page__header-container.shrink .page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input.mini-cart[type=submit],.page__header-container.shrink .page__header .menu-action .mini-cart.button{padding:3px 6px 0!important}}#co-shipping-method-form .buttons-set .block-account .page__header-container.shrink .page__header .menu-action .block-title.button,#co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .menu-action .icon-user.button,#discount-coupon-form .block-account .page__header-container.shrink .page__header .menu-action button.block-title,#discount-coupon-form .page__header-container.shrink .page__header .menu-action button.icon-user,#freegift-coupon-form .button-wrapper .block-account .page__header-container.shrink .page__header .menu-action .block-title.button2,#freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .menu-action .icon-user.button2,#onestepcheckout-form .block-account .page__header-container.shrink .page__header .menu-action button.block-title.onestepcheckout-place-order,#onestepcheckout-form .page__header-container.shrink .page__header .menu-action button.icon-user.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-account .page__header-container.shrink .page__header .menu-action .block-title.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .block-account .page__header-container.shrink .page__header .menu-action .block-title.button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .icon-user.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .icon-user.button.link-edit.button-secondary,.block-account #co-shipping-method-form .buttons-set .page__header-container.shrink .page__header .menu-action .block-title.button,.block-account #discount-coupon-form .page__header-container.shrink .page__header .menu-action button.block-title,.block-account #freegift-coupon-form .button-wrapper .page__header-container.shrink .page__header .menu-action .block-title.button2,.block-account #onestepcheckout-form .page__header-container.shrink .page__header .menu-action button.block-title.onestepcheckout-place-order,.block-account #wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .block-title.button.btn-cart,.block-account #wishlist-table td.customer-wishlist-item-cart .page__header-container.shrink .page__header .menu-action .block-title.button.link-edit.button-secondary,.block-account .block-cart .block-content .actions .page__header-container.shrink .page__header .menu-action a.block-title,.block-account .checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header .menu-action input.block-title[type=submit],.block-account .page__header-container.shrink .page__header .block-cart .block-content .actions .menu-action a.block-title,.block-account .page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions a.block-title,.block-account .page__header-container.shrink .page__header .menu-action .block-title.button,.block-account .page__header-container.shrink .page__header .menu-action .btn.block-title,.block-cart .block-content .actions .block-account .page__header-container.shrink .page__header .menu-action a.block-title,.block-cart .block-content .actions .page__header-container.shrink .page__header .menu-action a.icon-user,.checkout-onepage-success #ts_classic_subscribtion table .block-account .page__header-container.shrink .page__header .menu-action input.block-title[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .page__header-container.shrink .page__header .menu-action input.icon-user[type=submit],.page__header-container.shrink .block-account .page__header .block-cart .block-content .actions .menu-action a.block-title,.page__header-container.shrink .block-account .page__header .menu-action .block-cart .block-content .actions a.block-title,.page__header-container.shrink .page__header .block-cart .block-content .actions .block-account .menu-action a.block-title,.page__header-container.shrink .page__header .block-cart .block-content .actions .menu-action a.icon-user,.page__header-container.shrink .page__header .menu-action #co-shipping-method-form .buttons-set .block-account .block-title.button,.page__header-container.shrink .page__header .menu-action #co-shipping-method-form .buttons-set .icon-user.button,.page__header-container.shrink .page__header .menu-action #discount-coupon-form .block-account button.block-title,.page__header-container.shrink .page__header .menu-action #discount-coupon-form button.icon-user,.page__header-container.shrink .page__header .menu-action #freegift-coupon-form .button-wrapper .block-account .block-title.button2,.page__header-container.shrink .page__header .menu-action #freegift-coupon-form .button-wrapper .icon-user.button2,.page__header-container.shrink .page__header .menu-action #onestepcheckout-form .block-account button.block-title.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action #onestepcheckout-form button.icon-user.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .block-account .block-title.button.btn-cart,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .block-account .block-title.button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .icon-user.button.btn-cart,.page__header-container.shrink .page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .icon-user.button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action .block-account #co-shipping-method-form .buttons-set .block-title.button,.page__header-container.shrink .page__header .menu-action .block-account #discount-coupon-form button.block-title,.page__header-container.shrink .page__header .menu-action .block-account #freegift-coupon-form .button-wrapper .block-title.button2,.page__header-container.shrink .page__header .menu-action .block-account #onestepcheckout-form button.block-title.onestepcheckout-place-order,.page__header-container.shrink .page__header .menu-action .block-account #wishlist-table td.customer-wishlist-item-cart .block-title.button.btn-cart,.page__header-container.shrink .page__header .menu-action .block-account #wishlist-table td.customer-wishlist-item-cart .block-title.button.link-edit.button-secondary,.page__header-container.shrink .page__header .menu-action .block-account .block-cart .block-content .actions a.block-title,.page__header-container.shrink .page__header .menu-action .block-account .block-title.button,.page__header-container.shrink .page__header .menu-action .block-account .btn.block-title,.page__header-container.shrink .page__header .menu-action .block-account .checkout-onepage-success #ts_classic_subscribtion table input.block-title[type=submit],.page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions .block-account a.block-title,.page__header-container.shrink .page__header .menu-action .block-cart .block-content .actions a.icon-user,.page__header-container.shrink .page__header .menu-action .btn.icon-user,.page__header-container.shrink .page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table .block-account input.block-title[type=submit],.page__header-container.shrink .page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input.icon-user[type=submit],.page__header-container.shrink .page__header .menu-action .icon-user.button{padding:.4em 0}.page__header-container.shrink .page__header .menu-action li{list-style-type:none}@media screen and (min-width:641px) and (max-width:1101px){.page__header-container.shrink .page__header-logo{margin-bottom:0}}.page__header{background-color:#fff;position:relative;z-index:1030}@media screen and (max-width:640px){.page__header{padding:5px 10px 5px}}@media screen and (min-width:641px) and (max-width:1101px){.page__header{padding:10px 20px 10px}}.page__header-anchor{background-color:#f5f5f5;position:relative;z-index:1010;margin-top:-63px;line-height:9px;text-align:center}.page__header-anchor .wrapper{position:relative}@media screen and (min-width:641px) and (max-width:1101px){.page__header-anchor .wrapper{overflow:auto;padding:0}}@media screen and (max-width:640px){.page__header-anchor .wrapper{overflow:auto}}.page__header-anchor ul{margin:0;padding:0;line-height:2;width:100%;font-size:0}@media screen and (max-width:640px){.page__header-anchor ul{padding:0;white-space:normal;width:100%}}.page__header-anchor ul li{font-size:14px}@media screen and (max-width:1100px){.page__header-anchor ul li{width:100%}}.page__header-anchor li{padding:0;vertical-align:top}@media screen and (min-width:1101px){.page__header-anchor li:first-child{border-left:1px solid #fff}}@media screen and (min-width:1101px){.page__header-anchor li:last-child{border-right:1px solid #fff}}.page__header-anchor li>a,.page__header-anchor li>span{padding:6px 10px;display:inline-block;height:2.5em;outline:0;text-transform:uppercase;font-size:16px;font-weight:700}@media screen and (min-width:1101px){.page__header-anchor li>a,.page__header-anchor li>span{border-right:1px solid #fff}}@media screen and (min-width:1101px){.page__header-anchor li>a:first-child,.page__header-anchor li>span:first-child{border-left:1px solid #fff}}@media screen and (max-width:1100px){.page__header-anchor li>a,.page__header-anchor li>span{text-align:center;width:100%}}.page__header-anchor li span:hover{background:#ba0d3b}.page__header-anchor .grid-container,.page__header-anchor .method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header-anchor .product-image-thumbs{line-height:0}.page__header-anchor .focus{color:#fff}.page__header-anchor .focus-bar{background:#000;display:none;position:absolute;top:0;bottom:0;z-index:-1;background:#ba0d3b}.page__header-anchor .back-to-top{position:relative;bottom:unset;right:unset;display:block!important;opacity:1!important}.page__header>.grid-container,.page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header>.product-image-thumbs{text-align:justify;text-justify:distribute-all-lines}@media screen and (max-width:640px){.page__header>.grid-container,.page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header>.product-image-thumbs{text-align:right;text-align-last:right}.page__header>.grid-container *,.page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom *,.page__header>.product-image-thumbs *{text-align:center;-ms-text-align-last:center;text-align-last:center}}@media screen and (max-width:1100px){.page__header>.grid-container,.page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header>.product-image-thumbs{padding:0}}@media screen and (min-width:1101px){.page__header>.grid-container,.page__header>.method-checkout-cart-methods-amazonpayments_pay-bottom,.page__header>.product-image-thumbs{padding-top:24px;padding-bottom:24px}}@media screen and (max-width:640px){.page__header .page__header-logo{width:40px}}@media screen and (min-width:1101px){.page__header .page__header-logo{max-width:240px}}.page__header .logo{max-width:100%;width:auto;padding:0;min-height:0;width:100%}@media screen and (max-width:640px){.page__header .logo{min-width:0!important;width:40px}}@media screen and (max-width:1100px){.page__header .logo{max-height:42px}}@media screen and (min-width:641px) and (max-width:1101px){.page__header .logo{width:83%;max-width:200px}}@media screen and (min-width:1101px){.page__header .logo{max-height:68px}}.checkout-onepage-success .page__header p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .payButtonWidget,.page__header .checkout-onepage-success p,.page__header .grid-item,.page__header .menu-user li,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget{line-height:1}@media screen and (max-width:1100px){.checkout-onepage-success .page__header p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .payButtonWidget,.page__header .checkout-onepage-success p,.page__header .grid-item,.page__header .menu-user li,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget{vertical-align:top}}.checkout-onepage-success .page__header p.ta-r,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .ta-r.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .ta-r.payButtonWidget,.page__header .checkout-onepage-success p.ta-r,.page__header .grid-item.ta-r,.page__header .menu-user li.ta-r,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .ta-r.amazonpayments-or,.page__header .method-checkout-cart-methods-amazonpayments_pay-bottom .ta-r.payButtonWidget{text-align:right!important}.page__header .form-search{width:100%;float:left;position:relative}.page__header #header-search{position:static;top:unset;right:unset;left:unset;width:100%;height:auto}@media screen and (max-width:640px){.page__header #header-search{padding:0}}@media screen and (min-width:641px) and (max-width:1101px){.page__header #header-search{padding:0}}.page__header .search__bar{width:100%;float:left;padding:0}@media screen and (max-width:640px){.page__header .search__bar{float:left}}@media screen and (min-width:1101px){.page__header .search__bar{margin:0}}.page__header .search__bar .suggestions{left:16px}@media screen and (max-width:640px){.page__header .search__bar .search__submit{width:40px;height:40px;padding:0!important;position:relative!important;float:right;font-size:20px}}@media screen and (min-width:641px) and (max-width:1101px){.page__header .search__bar .search__submit{width:40px;height:40px;padding:0!important}}@media screen and (min-width:1101px){.page__header .search__bar .search__submit{height:100%;width:50px;padding-top:3px!important}}@media screen and (max-width:640px){.page__header .search__bar .search__submit::before{font-size:20px}}@media screen and (max-width:1100px){.page__header .search__bar #search.search__input{height:40px}}.page__header .certificate{max-height:52px;max-width:46%;margin-right:3%}.page__header .certificate:last-child{margin-right:0}.page__header input[type=search]{margin-bottom:0}.page__header ul{list-style:none}#onestepcheckout-form .page__header ul #onestepcheckout-coupon-add::before,.bCarousel-wrapper .page__header ul .back::before,.bCarousel-wrapper .page__header ul .forward::before,.block-account .page__header ul .block-title::before,.block-account li .page__header ul a::before,.block-cms-menu li .page__header ul a::before,.header-minicart .mini-products-list .page__header ul .remove::before,.list--guillemets .page__header ul li::before,.page__header .header-minicart .mini-products-list ul .remove::before,.page__header .sidebar__section .accordion__content ul>li::before,.page__header ul #onestepcheckout-form #onestepcheckout-coupon-add::before,.page__header ul .bCarousel-wrapper .back::before,.page__header ul .bCarousel-wrapper .forward::before,.page__header ul .block-account .block-title::before,.page__header ul .block-account li a::before,.page__header ul .block-cms-menu li a::before,.page__header ul .btn-remove::before,.page__header ul .header-minicart .mini-products-list .remove::before,.page__header ul .icon::before,.page__header ul .list--guillemets li::before,.page__header ul input[type=checkbox]:checked::before,.sidebar__section .accordion__content .page__header ul>li::before{width:1.75em;display:inline-block}.page__header .menu-user{margin:0;line-height:18.9px;font-size:0}@media screen and (max-width:1100px){.page__header .menu-user{display:none}}.page__header .menu-user li{width:50%;font-size:14px;vertical-align:top;white-space:nowrap}.page__header .menu-action{text-align:right;padding-right:0}.page__header .menu-action li{list-style-type:none}#co-shipping-method-form .buttons-set .page__header .menu-action .button,#discount-coupon-form .page__header .menu-action button,#freegift-coupon-form .button-wrapper .page__header .menu-action .button2,#onestepcheckout-form .page__header .menu-action button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header .menu-action a,.cart.display-single-price .page__header .menu-action .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-action input[type=submit],.page__header .block-cart .block-content .actions .menu-action a,.page__header .menu-action #co-shipping-method-form .buttons-set .button,.page__header .menu-action #discount-coupon-form button,.page__header .menu-action #freegift-coupon-form .button-wrapper .button2,.page__header .menu-action #onestepcheckout-form button.onestepcheckout-place-order,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .menu-action .block-cart .block-content .actions a,.page__header .menu-action .btn,.page__header .menu-action .button,.page__header .menu-action .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{display:inline-block;text-align:center;vertical-align:middle;padding-top:.4em}#co-shipping-method-form .buttons-set .page__header .menu-action .adding.button .count,#discount-coupon-form .page__header .menu-action button.adding .count,#freegift-coupon-form .button-wrapper .page__header .menu-action .adding.button2 .count,#onestepcheckout-form .page__header .menu-action button.adding.onestepcheckout-place-order .count,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.btn-cart .count,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.link-edit.button-secondary .count,.block-cart .block-content .actions .page__header .menu-action a.adding .count,.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-action input.adding[type=submit] .count,.page__header .block-cart .block-content .actions .menu-action a.adding .count,.page__header .menu-action #co-shipping-method-form .buttons-set .adding.button .count,.page__header .menu-action #discount-coupon-form button.adding .count,.page__header .menu-action #freegift-coupon-form .button-wrapper .adding.button2 .count,.page__header .menu-action #onestepcheckout-form button.adding.onestepcheckout-place-order .count,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.btn-cart .count,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.link-edit.button-secondary .count,.page__header .menu-action .adding.button .count,.page__header .menu-action .block-cart .block-content .actions a.adding .count,.page__header .menu-action .btn.adding .count,.page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input.adding[type=submit] .count{background-color:#ba0d3b;color:#fff;-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}#co-shipping-method-form .buttons-set .page__header .menu-action .adding.button .count::after,#co-shipping-method-form .buttons-set .page__header .menu-action .adding.button .count::before,#discount-coupon-form .page__header .menu-action button.adding .count::after,#discount-coupon-form .page__header .menu-action button.adding .count::before,#freegift-coupon-form .button-wrapper .page__header .menu-action .adding.button2 .count::after,#freegift-coupon-form .button-wrapper .page__header .menu-action .adding.button2 .count::before,#onestepcheckout-form .page__header .menu-action button.adding.onestepcheckout-place-order .count::after,#onestepcheckout-form .page__header .menu-action button.adding.onestepcheckout-place-order .count::before,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.btn-cart .count::after,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.btn-cart .count::before,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.link-edit.button-secondary .count::after,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .adding.button.link-edit.button-secondary .count::before,.block-cart .block-content .actions .page__header .menu-action a.adding .count::after,.block-cart .block-content .actions .page__header .menu-action a.adding .count::before,.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-action input.adding[type=submit] .count::after,.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-action input.adding[type=submit] .count::before,.page__header .block-cart .block-content .actions .menu-action a.adding .count::after,.page__header .block-cart .block-content .actions .menu-action a.adding .count::before,.page__header .menu-action #co-shipping-method-form .buttons-set .adding.button .count::after,.page__header .menu-action #co-shipping-method-form .buttons-set .adding.button .count::before,.page__header .menu-action #discount-coupon-form button.adding .count::after,.page__header .menu-action #discount-coupon-form button.adding .count::before,.page__header .menu-action #freegift-coupon-form .button-wrapper .adding.button2 .count::after,.page__header .menu-action #freegift-coupon-form .button-wrapper .adding.button2 .count::before,.page__header .menu-action #onestepcheckout-form button.adding.onestepcheckout-place-order .count::after,.page__header .menu-action #onestepcheckout-form button.adding.onestepcheckout-place-order .count::before,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.btn-cart .count::after,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.btn-cart .count::before,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.link-edit.button-secondary .count::after,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .adding.button.link-edit.button-secondary .count::before,.page__header .menu-action .adding.button .count::after,.page__header .menu-action .adding.button .count::before,.page__header .menu-action .block-cart .block-content .actions a.adding .count::after,.page__header .menu-action .block-cart .block-content .actions a.adding .count::before,.page__header .menu-action .btn.adding .count::after,.page__header .menu-action .btn.adding .count::before,.page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input.adding[type=submit] .count::after,.page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input.adding[type=submit] .count::before{display:none}#co-shipping-method-form .buttons-set .page__header .menu-action .button .count,#discount-coupon-form .page__header .menu-action button .count,#freegift-coupon-form .button-wrapper .page__header .menu-action .button2 .count,#onestepcheckout-form .page__header .menu-action button.onestepcheckout-place-order .count,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .button.btn-cart .count,#wishlist-table td.customer-wishlist-item-cart .page__header .menu-action .button.link-edit.button-secondary .count,.block-cart .block-content .actions .page__header .menu-action a .count,.cart.display-single-price .page__header .menu-action .button.btn-proceed-checkout.btn-checkout .count,.checkout-onepage-success #ts_classic_subscribtion table .page__header .menu-action input[type=submit] .count,.page__header .block-cart .block-content .actions .menu-action a .count,.page__header .menu-action #co-shipping-method-form .buttons-set .button .count,.page__header .menu-action #discount-coupon-form button .count,.page__header .menu-action #freegift-coupon-form .button-wrapper .button2 .count,.page__header .menu-action #onestepcheckout-form button.onestepcheckout-place-order .count,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.btn-cart .count,.page__header .menu-action #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary .count,.page__header .menu-action .block-cart .block-content .actions a .count,.page__header .menu-action .btn .count,.page__header .menu-action .button .count,.page__header .menu-action .cart.display-single-price .button.btn-proceed-checkout.btn-checkout .count,.page__header .menu-action .checkout-onepage-success #ts_classic_subscribtion table input[type=submit] .count{position:absolute;right:-1em;top:5px;z-index:1010;border:1px solid #ba0d3b;padding:0 3px 3px;background-color:#fff;color:#ba0d3b;font-weight:100;height:20px;width:20px;line-height:20px;text-align:center;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.page__header .header-minicart{display:inline-block;position:relative}#co-shipping-method-form .buttons-set .page__header .header-minicart .button .skip-content,#discount-coupon-form .page__header .header-minicart button .skip-content,#freegift-coupon-form .button-wrapper .page__header .header-minicart .button2 .skip-content,#onestepcheckout-form .page__header .header-minicart button.onestepcheckout-place-order .skip-content,#wishlist-table td.customer-wishlist-item-cart .page__header .header-minicart .button.btn-cart .skip-content,#wishlist-table td.customer-wishlist-item-cart .page__header .header-minicart .button.link-edit.button-secondary .skip-content,.block-cart .block-content .actions .page__header .header-minicart a .skip-content,.cart.display-single-price .page__header .header-minicart .button.btn-proceed-checkout.btn-checkout .skip-content,.checkout-onepage-success #ts_classic_subscribtion table .page__header .header-minicart input[type=submit] .skip-content,.page__header .block-cart .block-content .actions .header-minicart a .skip-content,.page__header .header-minicart #co-shipping-method-form .buttons-set .button .skip-content,.page__header .header-minicart #discount-coupon-form button .skip-content,.page__header .header-minicart #freegift-coupon-form .button-wrapper .button2 .skip-content,.page__header .header-minicart #onestepcheckout-form button.onestepcheckout-place-order .skip-content,.page__header .header-minicart #wishlist-table td.customer-wishlist-item-cart .button.btn-cart .skip-content,.page__header .header-minicart #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary .skip-content,.page__header .header-minicart .block-cart .block-content .actions a .skip-content,.page__header .header-minicart .btn .skip-content,.page__header .header-minicart .button .skip-content,.page__header .header-minicart .cart.display-single-price .button.btn-proceed-checkout.btn-checkout .skip-content,.page__header .header-minicart .checkout-onepage-success #ts_classic_subscribtion table input[type=submit] .skip-content{color:#000}.page__header .header-minicart .block-title{border:none;padding:0;margin:0 0 10px}.page__header .header-minicart .empty{font-size:13px;margin-bottom:0}.page__header .header-minicart .mini-products-list{padding:0;max-height:250px;overflow:auto}.page__header .header-minicart .mini-products-list .item{padding:0 14px 0 0!important;margin:0;border:none}.page__header .header-minicart .mini-products-list .item:first-child{padding-top:0!important}.page__header .header-minicart .mini-products-list .item:first-child .remove{top:2px}.page__header .header-minicart .mini-products-list .item>.product-image,.page__header .header-minicart .mini-products-list .item>span{display:inline-block}.page__header .header-minicart .mini-products-list .item>.product-image{line-height:0;width:52px}.page__header .header-minicart .mini-products-list .item>span{color:#888a8b;font-size:14px;line-height:1.25em;padding:0 0 0 10px;width:calc(100% - 52px)}.page__header .header-minicart .mini-products-list li .product-details{position:static}.page__header .header-minicart .mini-products-list .remove{color:transparent;font-size:0!important;position:absolute;top:12px;right:0;line-height:14px}.page__header .header-minicart .mini-products-list .remove::before{color:#000;font-family:campuspoint-icon;font-size:14px!important}.page__header .header-minicart .product-details{margin-left:0;text-align:left;line-height:14px;width:100%;padding-left:62px}.page__header .header-minicart .product-details .product-name{text-align:left}.page__header .header-minicart .product-details .product-name a{color:#ba0d3b}@media screen and (max-width:640px){.page__header .header-minicart .product-details .info-wrapper{width:180px}}.page__header .header-minicart .product-details .btn-edit,.page__header .header-minicart .product-details .remove{font-size:14px;text-transform:none;font-weight:400}.checkout-onepage-success .page__header .header-minicart .product-details p,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .header-minicart .product-details .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .header-minicart .product-details .payButtonWidget,.page__header .header-minicart .product-details .checkout-onepage-success p,.page__header .header-minicart .product-details .grid-item,.page__header .header-minicart .product-details .menu-user li,.page__header .header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.page__header .header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.page__header .menu-user .header-minicart .product-details li{color:#000;border-left:1px solid #000;padding:0 5px}.checkout-onepage-success .page__header .header-minicart .product-details p:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .header-minicart .product-details .amazonpayments-or:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .page__header .header-minicart .product-details .payButtonWidget:first-child,.page__header .header-minicart .product-details .checkout-onepage-success p:first-child,.page__header .header-minicart .product-details .grid-item:first-child,.page__header .header-minicart .product-details .menu-user li:first-child,.page__header .header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:first-child,.page__header .header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:first-child,.page__header .menu-user .header-minicart .product-details li:first-child{border-left:none;padding-left:0}.page__header .header-minicart .skip-content{position:absolute;top:100%;right:0;width:300px;border:1px solid #ba0d3b}.page__header .header-minicart .skip-content.skip-active{display:block;border:none!important;background:0 0!important}@media screen and (max-width:640px){.page__header .header-minicart .skip-content.skip-active{position:fixed;top:5em;left:0;right:0;width:auto;max-width:100%}}.page__header .header-minicart .skip-content a{color:#000}.page__header .header-minicart .info-wrapper{margin:0}.page__header .header-minicart .info-wrapper tr{display:inline-block}.page__header .header-minicart .info-wrapper tr:first-child{padding-right:5px}.page__header .header-minicart .info-wrapper tr:last-child{padding-left:5px}.page__header .header-minicart .info-wrapper tr:last-child th{border-left:1 solid #000}.page__header .header-minicart .info-wrapper tr.qty-wrapper{max-width:50%}.page__header .header-minicart .info-wrapper tr.qty-wrapper input{border:none;padding:0;max-width:2.5em}.page__header .header-minicart .info-wrapper tr td,.page__header .header-minicart .info-wrapper tr th{background-color:transparent;padding:0 .025em;font-size:14px;font-weight:400;width:auto}@media screen and (max-width:640px){.page__header .header-minicart .info-wrapper tr td,.page__header .header-minicart .info-wrapper tr th{width:50%;float:left}}.page__header .header-minicart .info-wrapper tr th{color:#000;text-transform:none}.page__header .header-minicart .info-wrapper tr td{padding-left:10px}.page__header .header-minicart .info-wrapper .price{color:#ba0d3b}.page__header .header-minicart .subtotal{background-color:transparent;font-size:14px}.page__header .header-minicart .subtotal .label{color:#000;font-weight:700;text-transform:none}.page__header .header-minicart .subtotal .price{color:#ba0d3b;font-weight:700}.page__header .header-minicart .minicart-actions{padding:0}#co-shipping-method-form .buttons-set .page__header .header-minicart .minicart-actions .button,#discount-coupon-form .page__header .header-minicart .minicart-actions button,#freegift-coupon-form .button-wrapper .page__header .header-minicart .minicart-actions .button2,#onestepcheckout-form .page__header .header-minicart .minicart-actions button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .header-minicart .minicart-actions .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .header-minicart .minicart-actions .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header .header-minicart .minicart-actions a,.cart.display-single-price .page__header .header-minicart .minicart-actions .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header .header-minicart .minicart-actions input[type=submit],.page__header .block-cart .block-content .actions .header-minicart .minicart-actions a,.page__header .header-minicart .minicart-actions #co-shipping-method-form .buttons-set .button,.page__header .header-minicart .minicart-actions #discount-coupon-form button,.page__header .header-minicart .minicart-actions #freegift-coupon-form .button-wrapper .button2,.page__header .header-minicart .minicart-actions #onestepcheckout-form button.onestepcheckout-place-order,.page__header .header-minicart .minicart-actions #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header .header-minicart .minicart-actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .header-minicart .minicart-actions .block-cart .block-content .actions a,.page__header .header-minicart .minicart-actions .btn,.page__header .header-minicart .minicart-actions .button,.page__header .header-minicart .minicart-actions .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .header-minicart .minicart-actions .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:100%;font-size:14px;line-height:1em;padding:10px;height:auto}.page__header .header-minicart .minicart-actions .cart-link{color:#ba0d3b;text-transform:none}@media screen and (max-width:640px){.page__header .header-minicart .minicart-actions .cart-link{position:relative}}.page__header .header-minicart .subtotal{line-height:1em}.page__header .header-minicart .subtotal .label,.page__header .header-minicart .subtotal .price{font-size:14px}.page__header .header-minicart .minicart-actions .minicart-actions__clear{display:block;font-size:14px;line-height:1em;text-align:center;padding:4px 0 10px;width:100%}.page__header .block-cart .block-content{margin-bottom:0}.page__header .block-cart .block-content li.item{margin:0 0 10px;border-bottom:1px solid #d1d1d1}.page__header .block-cart .block-content .button{width:100%}.page__header .block-cart .block-content .actions a{width:100%!important;display:inline-block!important;margin-top:10px;line-height:1.5em}.page__header .block-cart .block-content #compare-items{overflow:auto;max-height:12.5em}.page__header .btn-remove{border:none}.page__header .btn-remove::after{color:#ba0d3b}.page__header .btn-remove:hover{background:#ba0d3b}.page__header .btn-remove:hover::after{color:#fff}#co-shipping-method-form .buttons-set .page__header .button,#discount-coupon-form .page__header button,#freegift-coupon-form .button-wrapper .page__header .button2,#onestepcheckout-form .page__header button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a,.cart-table .product-cart-actions .page__header .button,.cart.display-single-price .page__header .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input[type=submit],.page__header #co-shipping-method-form .buttons-set .button,.page__header #discount-coupon-form button,.page__header #freegift-coupon-form .button-wrapper .button2,.page__header #onestepcheckout-form button.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a,.page__header .btn,.page__header .button,.page__header .cart-table .product-cart-actions .button,.page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:40px;height:40px;vertical-align:top;margin-right:6px;position:relative;-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}@media screen and (max-width:640px){#co-shipping-method-form .buttons-set .page__header .button,#discount-coupon-form .page__header button,#freegift-coupon-form .button-wrapper .page__header .button2,#onestepcheckout-form .page__header button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a,.cart-table .product-cart-actions .page__header .button,.cart.display-single-price .page__header .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input[type=submit],.page__header #co-shipping-method-form .buttons-set .button,.page__header #discount-coupon-form button,.page__header #freegift-coupon-form .button-wrapper .button2,.page__header #onestepcheckout-form button.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a,.page__header .btn,.page__header .button,.page__header .cart-table .product-cart-actions .button,.page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{margin-right:0}}#co-shipping-method-form .buttons-set .page__header .button,#discount-coupon-form .page__header button,#freegift-coupon-form .button-wrapper .page__header .button2,#onestepcheckout-form .page__header button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.btn--primary,.block-cart .block-content .actions .page__header a.button,.cart-table .product-cart-actions .page__header .button,.cart.display-single-price .page__header .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input[type=submit],.footer .page__header .button,.page__header #co-shipping-method-form .buttons-set .button,.page__header #discount-coupon-form button,.page__header #freegift-coupon-form .button-wrapper .button2,.page__header #onestepcheckout-form button.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.btn--primary,.page__header .block-cart .block-content .actions a.button,.page__header .btn.btn--primary,.page__header .button,.page__header .cart-table .product-cart-actions .button,.page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.page__header .footer .button{margin-right:0}#co-shipping-method-form .buttons-set .page__header .icon-shopping-cart.button,#discount-coupon-form .page__header button.icon-shopping-cart,#freegift-coupon-form .button-wrapper .page__header .icon-shopping-cart.button2,#onestepcheckout-form .page__header button.icon-shopping-cart.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.icon-shopping-cart,.cart.display-single-price .page__header .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input.icon-shopping-cart[type=submit],.page__header #co-shipping-method-form .buttons-set .icon-shopping-cart.button,.page__header #discount-coupon-form button.icon-shopping-cart,.page__header #freegift-coupon-form .button-wrapper .icon-shopping-cart.button2,.page__header #onestepcheckout-form button.icon-shopping-cart.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.icon-shopping-cart,.page__header .btn.icon-shopping-cart,.page__header .cart.display-single-price .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input.icon-shopping-cart[type=submit],.page__header .icon-shopping-cart.button{padding-top:.5em}@media screen and (min-width:1101px){#co-shipping-method-form .buttons-set .page__header .icon-shopping-cart.button,#discount-coupon-form .page__header button.icon-shopping-cart,#freegift-coupon-form .button-wrapper .page__header .icon-shopping-cart.button2,#onestepcheckout-form .page__header button.icon-shopping-cart.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.icon-shopping-cart,.cart.display-single-price .page__header .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input.icon-shopping-cart[type=submit],.page__header #co-shipping-method-form .buttons-set .icon-shopping-cart.button,.page__header #discount-coupon-form button.icon-shopping-cart,.page__header #freegift-coupon-form .button-wrapper .icon-shopping-cart.button2,.page__header #onestepcheckout-form button.icon-shopping-cart.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.icon-shopping-cart,.page__header .btn.icon-shopping-cart,.page__header .cart.display-single-price .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input.icon-shopping-cart[type=submit],.page__header .icon-shopping-cart.button{padding:.15em 0}}@media screen and (max-width:640px){#co-shipping-method-form .buttons-set .page__header .icon-shopping-cart.button,#discount-coupon-form .page__header button.icon-shopping-cart,#freegift-coupon-form .button-wrapper .page__header .icon-shopping-cart.button2,#onestepcheckout-form .page__header button.icon-shopping-cart.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-shopping-cart.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.icon-shopping-cart,.cart.display-single-price .page__header .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input.icon-shopping-cart[type=submit],.page__header #co-shipping-method-form .buttons-set .icon-shopping-cart.button,.page__header #discount-coupon-form button.icon-shopping-cart,.page__header #freegift-coupon-form .button-wrapper .icon-shopping-cart.button2,.page__header #onestepcheckout-form button.icon-shopping-cart.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-shopping-cart.button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.icon-shopping-cart,.page__header .btn.icon-shopping-cart,.page__header .cart.display-single-price .icon-shopping-cart.button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input.icon-shopping-cart[type=submit],.page__header .icon-shopping-cart.button{width:40px;height:40px;padding-top:.4em!important}}@media screen and (min-width:1101px){#co-shipping-method-form .buttons-set .page__header .icon-compare.button,#discount-coupon-form .page__header button.icon-compare,#freegift-coupon-form .button-wrapper .page__header .icon-compare.button2,#onestepcheckout-form .page__header button.icon-compare.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-compare.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-compare.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.icon-compare,.cart.display-single-price .page__header .icon-compare.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input.icon-compare[type=submit],.page__header #co-shipping-method-form .buttons-set .icon-compare.button,.page__header #discount-coupon-form button.icon-compare,.page__header #freegift-coupon-form .button-wrapper .icon-compare.button2,.page__header #onestepcheckout-form button.icon-compare.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-compare.button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-compare.button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.icon-compare,.page__header .btn.icon-compare,.page__header .cart.display-single-price .icon-compare.button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input.icon-compare[type=submit],.page__header .icon-compare.button{padding-top:.65em}}@media screen and (max-width:1100px){#co-shipping-method-form .buttons-set .page__header .icon-compare.button,#discount-coupon-form .page__header button.icon-compare,#freegift-coupon-form .button-wrapper .page__header .icon-compare.button2,#onestepcheckout-form .page__header button.icon-compare.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-compare.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .page__header .icon-compare.button.link-edit.button-secondary,.block-cart .block-content .actions .page__header a.icon-compare,.cart.display-single-price .page__header .icon-compare.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .page__header input.icon-compare[type=submit],.page__header #co-shipping-method-form .buttons-set .icon-compare.button,.page__header #discount-coupon-form button.icon-compare,.page__header #freegift-coupon-form .button-wrapper .icon-compare.button2,.page__header #onestepcheckout-form button.icon-compare.onestepcheckout-place-order,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-compare.button.btn-cart,.page__header #wishlist-table td.customer-wishlist-item-cart .icon-compare.button.link-edit.button-secondary,.page__header .block-cart .block-content .actions a.icon-compare,.page__header .btn.icon-compare,.page__header .cart.display-single-price .icon-compare.button.btn-proceed-checkout.btn-checkout,.page__header .checkout-onepage-success #ts_classic_subscribtion table input.icon-compare[type=submit],.page__header .icon-compare.button{padding-top:.6em}}#co-shipping-method-form .buttons-set .page__header .button::before,#discount-coupon-form .page__header button::before,#freegift-coupon-form .button-wrapper .page__header .button2::before,#onestepcheckout-form .page__header button.onestepcheckout-place-order::before,#wishlist-table td.customer-wishlist-item-cart .page__header .button.btn-cart::before,#wishlist-table td.customer-wishlist-item-cart .page__header .button.link-edit.button-secondary::before,.block-cart .block-content .actions .page__header a::before,.cart-table .product-cart-actions .page__header .button::before,.cart.display-single-price .page__header .button.btn-proceed-checkout.btn-checkout::before,.checkout-onepage-success #ts_classic_subscribtion table .page__header input[type=submit]::before,.page__header #co-shipping-method-form .buttons-set .button::before,.page__header #discount-coupon-form button::before,.page__header #freegift-coupon-form .button-wrapper .button2::before,.page__header #onestepcheckout-form button.onestepcheckout-place-order::before,.page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart::before,.page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary::before,.page__header .block-cart .block-content .actions a::before,.page__header .btn::before,.page__header .button::before,.page__header .cart-table .product-cart-actions .button::before,.page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout::before,.page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]::before{vertical-align:baseline;font-size:24px}@media screen and (max-width:640px){#co-shipping-method-form .buttons-set .page__header .button::before,#discount-coupon-form .page__header button::before,#freegift-coupon-form .button-wrapper .page__header .button2::before,#onestepcheckout-form .page__header button.onestepcheckout-place-order::before,#wishlist-table td.customer-wishlist-item-cart .page__header .button.btn-cart::before,#wishlist-table td.customer-wishlist-item-cart .page__header .button.link-edit.button-secondary::before,.block-cart .block-content .actions .page__header a::before,.cart-table .product-cart-actions .page__header .button::before,.cart.display-single-price .page__header .button.btn-proceed-checkout.btn-checkout::before,.checkout-onepage-success #ts_classic_subscribtion table .page__header input[type=submit]::before,.page__header #co-shipping-method-form .buttons-set .button::before,.page__header #discount-coupon-form button::before,.page__header #freegift-coupon-form .button-wrapper .button2::before,.page__header #onestepcheckout-form button.onestepcheckout-place-order::before,.page__header #wishlist-table td.customer-wishlist-item-cart .button.btn-cart::before,.page__header #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary::before,.page__header .block-cart .block-content .actions a::before,.page__header .btn::before,.page__header .button::before,.page__header .cart-table .product-cart-actions .button::before,.page__header .cart.display-single-price .button.btn-proceed-checkout.btn-checkout::before,.page__header .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]::before{font-size:20px!important}}@media screen and (max-width:1100px){.page__header .trusted-logos{display:none}}@media screen and (max-width:1100px){.page__header .icon-shopping-cart{padding:.1em 0!important}}@media screen and (max-width:640px){.page__header .icon-shopping-cart{padding-top:.2em}}@media screen and (max-width:640px){.page__header .icon-shopping-cart::before{vertical-align:super;padding-top:.1em}}.page__header .checkout-types{float:none}.page__header .header-minicart .minicart-actions .cart-link{position:relative;left:0}.page__header-search{position:relative}.page__header-search .search__bar{display:block}.page__header-search .search__bar #search{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}@media screen and (max-width:640px){.page__header-search .search__bar #search.search__input{padding-left:10px;padding-right:0;width:0;height:40px;position:absolute;right:0}}@media screen and (max-width:640px){.page__header-search .search__bar #search.show{width:100%;right:44px;z-index:1010}}.block.block-cart::before{position:absolute;top:-10px;right:10px}.page__header-container .page__header .user-menu{padding-left:0}.page__header-container .page__header .user-menu li{padding:5px 10px 0 20px}.page__header-container .page__header .user-menu li>div{display:inline-block;margin:0;width:auto}.page__header-container .page__header .user-menu li::before{color:#ba0d3b;margin:0 .5em 0 0}.page__header-container .page__header .user-menu a:hover{color:#ba0d3b}.slideDown__container{background:#fff}.slideDown__trigger{color:#ba0d3b;padding:5px 0;text-align:center;width:100%}.slideDown__trigger:hover{color:#ba0d3b}.mega-menu{position:relative;z-index:1020;display:block}@media screen and (min-width:1101px){.mega-menu ul>li:hover .mega-menu__sub{display:block}}.mega-menu__sub{display:none;position:absolute;top:100%;left:0;border:1px solid #d1d1d1;border-top:none;padding:44px 60px}@media screen and (min-width:1101px){.mega-menu__sub{width:calc(100% - 214px)}}.page__menu div.menu-teaser-container--6{margin-top:40px;border-top:1px solid #d1d1d1;padding-top:10px}.page__menu .menu-teaser-container--6{font-size:0}.page__menu .menu-teaser-container--6 .accordion{display:flex;align-items:center}.page__menu .menu-teaser-container--6 .menu-teaser{max-width:16.66667%;width:auto}.page__menu .menu-teaser-container--6 .menu-teaser__wrap{display:flex}.page__menu .menu-teaser-container--6 .menu-teaser__image{align-self:center}.menu-teaser{cursor:pointer;text-align:center}#onestepcheckout-form .menu-teaser .icon-arrow-down#onestepcheckout-coupon-add::before,#onestepcheckout-form .menu-teaser .icon-arrow-up#onestepcheckout-coupon-add::before,.bCarousel-wrapper .menu-teaser .icon-arrow-down.back::before,.bCarousel-wrapper .menu-teaser .icon-arrow-down.forward::before,.bCarousel-wrapper .menu-teaser .icon-arrow-up.back::before,.bCarousel-wrapper .menu-teaser .icon-arrow-up.forward::before,.block-account .menu-teaser .icon-arrow-down.block-title::before,.block-account .menu-teaser .icon-arrow-up.block-title::before,.block-account li .menu-teaser a.icon-arrow-down::before,.block-account li .menu-teaser a.icon-arrow-up::before,.block-cms-menu li .menu-teaser a.icon-arrow-down::before,.block-cms-menu li .menu-teaser a.icon-arrow-up::before,.header-minicart .mini-products-list .menu-teaser .icon-arrow-down.remove::before,.header-minicart .mini-products-list .menu-teaser .icon-arrow-up.remove::before,.list--guillemets .menu-teaser li.icon-arrow-down::before,.list--guillemets .menu-teaser li.icon-arrow-up::before,.menu-teaser #onestepcheckout-form .icon-arrow-down#onestepcheckout-coupon-add::before,.menu-teaser #onestepcheckout-form .icon-arrow-up#onestepcheckout-coupon-add::before,.menu-teaser .bCarousel-wrapper .icon-arrow-down.back::before,.menu-teaser .bCarousel-wrapper .icon-arrow-down.forward::before,.menu-teaser .bCarousel-wrapper .icon-arrow-up.back::before,.menu-teaser .bCarousel-wrapper .icon-arrow-up.forward::before,.menu-teaser .block-account .icon-arrow-down.block-title::before,.menu-teaser .block-account .icon-arrow-up.block-title::before,.menu-teaser .block-account li a.icon-arrow-down::before,.menu-teaser .block-account li a.icon-arrow-up::before,.menu-teaser .block-cms-menu li a.icon-arrow-down::before,.menu-teaser .block-cms-menu li a.icon-arrow-up::before,.menu-teaser .header-minicart .mini-products-list .icon-arrow-down.remove::before,.menu-teaser .header-minicart .mini-products-list .icon-arrow-up.remove::before,.menu-teaser .icon-arrow-down.btn-remove::before,.menu-teaser .icon-arrow-up.btn-remove::before,.menu-teaser .icon.icon-arrow-down::before,.menu-teaser .icon.icon-arrow-up::before,.menu-teaser .list--guillemets li.icon-arrow-down::before,.menu-teaser .list--guillemets li.icon-arrow-up::before,.menu-teaser .sidebar__section .accordion__content ul>li.icon-arrow-down::before,.menu-teaser .sidebar__section .accordion__content ul>li.icon-arrow-up::before,.menu-teaser input.icon-arrow-down[type=checkbox]:checked::before,.menu-teaser input.icon-arrow-up[type=checkbox]:checked::before,.sidebar__section .accordion__content .menu-teaser ul>li.icon-arrow-down::before,.sidebar__section .accordion__content .menu-teaser ul>li.icon-arrow-up::before{display:none}.menu-teaser:hover .menu-teaser__image{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.menu-teaser__describe{display:none}.menu-teaser__cloned{display:none}.menu-teaser__cloned.dp-b{display:block}.menu-teaser__cloned .menu-teaser__describe{display:block;border-top:1px solid #d1d1d1;font-size:0;margin-top:20px;padding-top:20px;text-align:left}.menu-teaser__cloned .menu-teaser__describe>ul{font-size:14px;display:inline-block;width:33.33333%;vertical-align:top;margin-bottom:15px}.menu-teaser__cloned .menu-teaser__describe>ul li{list-style:none}.menu-teaser__cloned .menu-teaser__describe>ul li h2 a{color:#ba0d3b;font-weight:600}.menu-teaser__cloned .menu-teaser__describe>ul li a{color:#000;font-weight:400;text-transform:none}#onestepcheckout-form .menu-teaser__cloned .menu-teaser__describe .icon-arrow-down#onestepcheckout-coupon-add::before,#onestepcheckout-form .menu-teaser__cloned .menu-teaser__describe .icon-arrow-up#onestepcheckout-coupon-add::before,.bCarousel-wrapper .menu-teaser__cloned .menu-teaser__describe .icon-arrow-down.back::before,.bCarousel-wrapper .menu-teaser__cloned .menu-teaser__describe .icon-arrow-down.forward::before,.bCarousel-wrapper .menu-teaser__cloned .menu-teaser__describe .icon-arrow-up.back::before,.bCarousel-wrapper .menu-teaser__cloned .menu-teaser__describe .icon-arrow-up.forward::before,.block-account .menu-teaser__cloned .menu-teaser__describe .icon-arrow-down.block-title::before,.block-account .menu-teaser__cloned .menu-teaser__describe .icon-arrow-up.block-title::before,.block-account li .menu-teaser__cloned .menu-teaser__describe a.icon-arrow-down::before,.block-account li .menu-teaser__cloned .menu-teaser__describe a.icon-arrow-up::before,.block-cms-menu li .menu-teaser__cloned .menu-teaser__describe a.icon-arrow-down::before,.block-cms-menu li .menu-teaser__cloned .menu-teaser__describe a.icon-arrow-up::before,.header-minicart .mini-products-list .menu-teaser__cloned .menu-teaser__describe .icon-arrow-down.remove::before,.header-minicart .mini-products-list .menu-teaser__cloned .menu-teaser__describe .icon-arrow-up.remove::before,.list--guillemets .menu-teaser__cloned .menu-teaser__describe li.icon-arrow-down::before,.list--guillemets .menu-teaser__cloned .menu-teaser__describe li.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe #onestepcheckout-form .icon-arrow-down#onestepcheckout-coupon-add::before,.menu-teaser__cloned .menu-teaser__describe #onestepcheckout-form .icon-arrow-up#onestepcheckout-coupon-add::before,.menu-teaser__cloned .menu-teaser__describe .bCarousel-wrapper .icon-arrow-down.back::before,.menu-teaser__cloned .menu-teaser__describe .bCarousel-wrapper .icon-arrow-down.forward::before,.menu-teaser__cloned .menu-teaser__describe .bCarousel-wrapper .icon-arrow-up.back::before,.menu-teaser__cloned .menu-teaser__describe .bCarousel-wrapper .icon-arrow-up.forward::before,.menu-teaser__cloned .menu-teaser__describe .block-account .icon-arrow-down.block-title::before,.menu-teaser__cloned .menu-teaser__describe .block-account .icon-arrow-up.block-title::before,.menu-teaser__cloned .menu-teaser__describe .block-account li a.icon-arrow-down::before,.menu-teaser__cloned .menu-teaser__describe .block-account li a.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe .block-cms-menu li a.icon-arrow-down::before,.menu-teaser__cloned .menu-teaser__describe .block-cms-menu li a.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe .header-minicart .mini-products-list .icon-arrow-down.remove::before,.menu-teaser__cloned .menu-teaser__describe .header-minicart .mini-products-list .icon-arrow-up.remove::before,.menu-teaser__cloned .menu-teaser__describe .icon-arrow-down.btn-remove::before,.menu-teaser__cloned .menu-teaser__describe .icon-arrow-up.btn-remove::before,.menu-teaser__cloned .menu-teaser__describe .icon.icon-arrow-down::before,.menu-teaser__cloned .menu-teaser__describe .icon.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe .list--guillemets li.icon-arrow-down::before,.menu-teaser__cloned .menu-teaser__describe .list--guillemets li.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe .sidebar__section .accordion__content ul>li.icon-arrow-down::before,.menu-teaser__cloned .menu-teaser__describe .sidebar__section .accordion__content ul>li.icon-arrow-up::before,.menu-teaser__cloned .menu-teaser__describe input.icon-arrow-down[type=checkbox]:checked::before,.menu-teaser__cloned .menu-teaser__describe input.icon-arrow-up[type=checkbox]:checked::before,.sidebar__section .accordion__content .menu-teaser__cloned .menu-teaser__describe ul>li.icon-arrow-down::before,.sidebar__section .accordion__content .menu-teaser__cloned .menu-teaser__describe ul>li.icon-arrow-up::before{display:none}.menu-teaser__image{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.6}.menu-teaser--active .menu-teaser__image{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.menu-teaser__description{margin-top:10px;margin-bottom:20px}@media screen and (max-width:1100px){.mobile-menu{width:100%;position:fixed;top:0;bottom:0;left:-100%;z-index:1040;padding:0 40px 0 0;background:rgba(255,255,255,.9)}.mobile-menu.menu-in{left:0}.mobile-menu>.page__menu{position:absolute;top:40px;right:40px;bottom:0;left:0}.mobile-menu>.page__menu>.wrapper{min-height:100%}.mobile-menu .page__menu{background:#fff}.mobile-menu .page__menu li{display:block;width:100%;color:#000;font-weight:700;border-bottom:1px solid #d1d1d1;padding-right:35px}.mobile-menu .page__menu li:last-child{border:none}.mobile-menu .page__menu a{color:#000;display:inline-block;padding:0;position:relative;width:100%;z-index:2}}.mobile-menu__tabs{display:none}@media screen and (max-width:1100px){.mobile-menu__tabs{display:inline-block;background:#fff;padding:0}}.mobile-menu__tabs .mobile-menu__tab-trigger{height:40px;line-height:40px;vertical-align:middle;text-align:center;font-weight:700;background:#f5f5f5;border-bottom:1px solid #d1d1d1;color:rgba(186,13,59,.75);width:50%;-webkit-transition:.25s ease all;-moz-transition:.25s ease all;-ms-transition:.25s ease all;-o-transition:.25s ease all;transition:.25s ease all}.mobile-menu__tabs .mobile-menu__tab-trigger.active{border:1px solid #d1d1d1;border-top:1px solid transparent;border-bottom:1px solid transparent;background:#fff;color:#ba0d3b}.mobile-menu__tabs .mobile-menu__tab-trigger.active:first-child{border-left:none}.mobile-menu__trigger{display:none}@media screen and (max-width:640px){.mobile-menu__trigger{margin-top:-.15em}}@media screen and (max-width:1100px){.mobile-menu__trigger{position:relative;display:inline-block!important;width:40px;height:40px;z-index:1}.mobile-menu__trigger hr{width:auto;height:4px;position:absolute;right:0;left:0;margin:-1px 0 0;background:#ba0d3b;border:none}.mobile-menu__trigger hr:nth-child(1){top:25%}.mobile-menu__trigger hr:nth-child(2){top:50%}.mobile-menu__trigger hr:nth-child(3){top:75%}}@media screen and (max-width:1100px){.mobile-menu .mobile-menu__trigger{position:absolute;right:0;background:#ba0d3b;width:40px}.mobile-menu .mobile-menu__trigger hr{background:#fff}.mobile-menu .mobile-menu__trigger.close hr{width:60%}.mobile-menu .mobile-menu__trigger.close hr:nth-child(1){top:50%;left:50%;margin:-1px auto auto -30%;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.mobile-menu .mobile-menu__trigger.close hr:nth-child(2){display:none}.mobile-menu .mobile-menu__trigger.close hr:nth-child(3){top:50%;left:50%;margin:-1px auto auto -30%;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}}@media screen and (min-width:1101px){.mobile-menu__tab{display:none!important}}@media screen and (min-width:1101px){.mobile-menu__tab[id=mobile-menu__tab-1]{display:block!important}}@media screen and (max-width:1100px){.mobile-menu__tab{display:block;position:absolute!important;left:0;top:0;bottom:0;right:0;padding:10px 20px;max-height:100%;overflow:auto;background:#fff;-webkit-box-shadow:0 15px 15px 0 rgba(0,0,0,.75);-moz-box-shadow:0 15px 15px 0 rgba(0,0,0,.75);box-shadow:0 15px 15px 0 rgba(0,0,0,.75)}.mobile-menu__tab ul{padding:0;margin:0}.mobile-menu__tab li{display:block;width:100%;color:#000;font-weight:700;border-bottom:1px solid #d1d1d1;padding:20px 0 21px;position:relative}#onestepcheckout-form .mobile-menu__tab li span.icon-arrow-down#onestepcheckout-coupon-add,#onestepcheckout-form .mobile-menu__tab li span.icon-arrow-up#onestepcheckout-coupon-add,.bCarousel-wrapper .mobile-menu__tab li span.icon-arrow-down.back,.bCarousel-wrapper .mobile-menu__tab li span.icon-arrow-down.forward,.bCarousel-wrapper .mobile-menu__tab li span.icon-arrow-up.back,.bCarousel-wrapper .mobile-menu__tab li span.icon-arrow-up.forward,.block-account .mobile-menu__tab li span.icon-arrow-down.block-title,.block-account .mobile-menu__tab li span.icon-arrow-up.block-title,.header-minicart .mini-products-list .mobile-menu__tab li span.icon-arrow-down.remove,.header-minicart .mini-products-list .mobile-menu__tab li span.icon-arrow-up.remove,.mobile-menu__tab li #onestepcheckout-form span.icon-arrow-down#onestepcheckout-coupon-add,.mobile-menu__tab li #onestepcheckout-form span.icon-arrow-up#onestepcheckout-coupon-add,.mobile-menu__tab li .bCarousel-wrapper span.icon-arrow-down.back,.mobile-menu__tab li .bCarousel-wrapper span.icon-arrow-down.forward,.mobile-menu__tab li .bCarousel-wrapper span.icon-arrow-up.back,.mobile-menu__tab li .bCarousel-wrapper span.icon-arrow-up.forward,.mobile-menu__tab li .block-account span.icon-arrow-down.block-title,.mobile-menu__tab li .block-account span.icon-arrow-up.block-title,.mobile-menu__tab li .header-minicart .mini-products-list span.icon-arrow-down.remove,.mobile-menu__tab li .header-minicart .mini-products-list span.icon-arrow-up.remove,.mobile-menu__tab li span.icon-arrow-down.btn-remove,.mobile-menu__tab li span.icon-arrow-up.btn-remove,.mobile-menu__tab li span.icon.icon-arrow-down,.mobile-menu__tab li span.icon.icon-arrow-up{color:#ba0d3b;position:absolute;right:0;z-index:1;margin:-15px;padding:15px}.mobile-menu__tab li div{position:relative!important}.mobile-menu__tab li .mega-menu__sub{padding:0 10px;border:none}}@media screen and (max-width:1100px) and (max-width:640px){.mobile-menu__tab li .mega-menu__sub.dp-b--m{display:block}}@media screen and (max-width:1100px) and (min-width:641px) and (max-width:1101px){.mobile-menu__tab li .mega-menu__sub.dp-b--t{display:block}}@media screen and (max-width:1100px){.mobile-menu__tab li .mega-menu__sub ul.menu-teaser-container--4{border:none;margin:0}.mobile-menu__tab li .mega-menu__sub .menu-teaser:last-child{border:none}.mobile-menu__tab a{color:#000;padding:0}}.messages li{list-style-type:none!important}.header-minicart{display:inline-block;position:relative}#co-shipping-method-form .buttons-set .header-minicart .button .skip-content,#discount-coupon-form .header-minicart button .skip-content,#freegift-coupon-form .button-wrapper .header-minicart .button2 .skip-content,#onestepcheckout-form .header-minicart button.onestepcheckout-place-order .skip-content,#wishlist-table td.customer-wishlist-item-cart .header-minicart .button.btn-cart .skip-content,#wishlist-table td.customer-wishlist-item-cart .header-minicart .button.link-edit.button-secondary .skip-content,.block-cart .block-content .actions .header-minicart a .skip-content,.cart.display-single-price .header-minicart .button.btn-proceed-checkout.btn-checkout .skip-content,.checkout-onepage-success #ts_classic_subscribtion table .header-minicart input[type=submit] .skip-content,.header-minicart #co-shipping-method-form .buttons-set .button .skip-content,.header-minicart #discount-coupon-form button .skip-content,.header-minicart #freegift-coupon-form .button-wrapper .button2 .skip-content,.header-minicart #onestepcheckout-form button.onestepcheckout-place-order .skip-content,.header-minicart #wishlist-table td.customer-wishlist-item-cart .button.btn-cart .skip-content,.header-minicart #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary .skip-content,.header-minicart .block-cart .block-content .actions a .skip-content,.header-minicart .btn .skip-content,.header-minicart .button .skip-content,.header-minicart .cart.display-single-price .button.btn-proceed-checkout.btn-checkout .skip-content,.header-minicart .checkout-onepage-success #ts_classic_subscribtion table input[type=submit] .skip-content{color:#000}.header-minicart .block-title{border:none;padding:0;margin:0 0 10px}.header-minicart .empty{font-size:13px;margin-bottom:0}.header-minicart .mini-products-list{padding:0;max-height:250px;overflow:auto}.header-minicart .mini-products-list .item{padding:0 14px 0 0!important;margin:0;border:none}.header-minicart .mini-products-list .item:first-child{padding-top:0!important}.header-minicart .mini-products-list .item:first-child .remove{top:2px}.header-minicart .mini-products-list .item>.product-image,.header-minicart .mini-products-list .item>span{display:inline-block}.header-minicart .mini-products-list .item>.product-image{line-height:0;width:52px}.header-minicart .mini-products-list .item>span{color:#888a8b;font-size:14px;line-height:1.25em;padding:0 0 0 10px;width:calc(100% - 52px)}.header-minicart .mini-products-list li .product-details{position:static}.header-minicart .mini-products-list .remove{color:transparent;font-size:0!important;position:absolute;top:12px;right:0;line-height:14px}.header-minicart .mini-products-list .remove::before{color:#000;font-family:campuspoint-icon;font-size:14px!important}.header-minicart .product-details{margin-left:0;text-align:left;line-height:14px;width:100%;padding-left:62px}.header-minicart .product-details .product-name{text-align:left}.header-minicart .product-details .product-name a{color:#ba0d3b}@media screen and (max-width:640px){.header-minicart .product-details .info-wrapper{width:180px}}.header-minicart .product-details .btn-edit,.header-minicart .product-details .remove{font-size:14px;text-transform:none;font-weight:400}.checkout-onepage-success .header-minicart .product-details p,.header-minicart .product-details .checkout-onepage-success p,.header-minicart .product-details .grid-item,.header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.header-minicart .product-details .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .header-minicart .product-details .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .header-minicart .product-details .payButtonWidget,.page__header .menu-user .header-minicart .product-details li{color:#000;border-left:1px solid #000;padding:0 5px}.checkout-onepage-success .header-minicart .product-details p:first-child,.header-minicart .product-details .checkout-onepage-success p:first-child,.header-minicart .product-details .grid-item:first-child,.header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:first-child,.header-minicart .product-details .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:first-child,.header-minicart .product-details .page__header .menu-user li:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .header-minicart .product-details .amazonpayments-or:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .header-minicart .product-details .payButtonWidget:first-child,.page__header .menu-user .header-minicart .product-details li:first-child{border-left:none;padding-left:0}.header-minicart .skip-content{position:absolute;top:100%;right:0;width:300px;border:1px solid #ba0d3b}.header-minicart .skip-content.skip-active{display:block;border:none!important;background:0 0!important}@media screen and (max-width:640px){.header-minicart .skip-content.skip-active{position:fixed;top:5em;left:0;right:0;width:auto;max-width:100%}}.header-minicart .skip-content a{color:#000}.header-minicart .info-wrapper{margin:0}.header-minicart .info-wrapper tr{display:inline-block}.header-minicart .info-wrapper tr:first-child{padding-right:5px}.header-minicart .info-wrapper tr:last-child{padding-left:5px}.header-minicart .info-wrapper tr:last-child th{border-left:1 solid #000}.header-minicart .info-wrapper tr.qty-wrapper{max-width:50%}.header-minicart .info-wrapper tr.qty-wrapper input{border:none;padding:0;max-width:2.5em}.header-minicart .info-wrapper tr td,.header-minicart .info-wrapper tr th{background-color:transparent;padding:0 .025em;font-size:14px;font-weight:400;width:auto}@media screen and (max-width:640px){.header-minicart .info-wrapper tr td,.header-minicart .info-wrapper tr th{width:50%;float:left}}.header-minicart .info-wrapper tr th{color:#000;text-transform:none}.header-minicart .info-wrapper tr td{padding-left:10px}.header-minicart .info-wrapper .price{color:#ba0d3b}.header-minicart .subtotal{background-color:transparent;font-size:14px}.header-minicart .subtotal .label{color:#000;font-weight:700;text-transform:none}.header-minicart .subtotal .price{color:#ba0d3b;font-weight:700}.header-minicart .minicart-actions{padding:0}#co-shipping-method-form .buttons-set .header-minicart .minicart-actions .button,#discount-coupon-form .header-minicart .minicart-actions button,#freegift-coupon-form .button-wrapper .header-minicart .minicart-actions .button2,#onestepcheckout-form .header-minicart .minicart-actions button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .header-minicart .minicart-actions .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .header-minicart .minicart-actions .button.link-edit.button-secondary,.block-cart .block-content .actions .header-minicart .minicart-actions a,.cart.display-single-price .header-minicart .minicart-actions .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .header-minicart .minicart-actions input[type=submit],.header-minicart .minicart-actions #co-shipping-method-form .buttons-set .button,.header-minicart .minicart-actions #discount-coupon-form button,.header-minicart .minicart-actions #freegift-coupon-form .button-wrapper .button2,.header-minicart .minicart-actions #onestepcheckout-form button.onestepcheckout-place-order,.header-minicart .minicart-actions #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.header-minicart .minicart-actions #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.header-minicart .minicart-actions .block-cart .block-content .actions a,.header-minicart .minicart-actions .btn,.header-minicart .minicart-actions .button,.header-minicart .minicart-actions .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.header-minicart .minicart-actions .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:100%;font-size:14px;line-height:1em;padding:10px;height:auto}.header-minicart .minicart-actions .cart-link{color:#ba0d3b;text-transform:none}@media screen and (max-width:640px){.header-minicart .minicart-actions .cart-link{position:relative}}.header-minicart .subtotal{line-height:1em}.header-minicart .subtotal .label,.header-minicart .subtotal .price{font-size:14px}.header-minicart .minicart-actions .minicart-actions__clear{display:block;font-size:14px;line-height:1em;text-align:center;padding:4px 0 10px;width:100%}.block-cart .block-content{margin-bottom:0}.block-cart .block-content li.item{margin:0 0 10px;border-bottom:1px solid #d1d1d1}.block-cart .block-content .button{width:100%}.block-cart .block-content .actions a{width:100%!important;display:inline-block!important;margin-top:10px;line-height:1.5em}.block-cart .block-content #compare-items{overflow:auto;max-height:12.5em}.btn-remove{border:none}.btn-remove::after{color:#ba0d3b}.btn-remove:hover{background:#ba0d3b}.btn-remove:hover::after{color:#fff}.page__menu{background-color:#ba0d3b}.page__menu nav{display:block}.page__menu a{color:#fff;padding:0 18px;text-transform:uppercase;font-weight:bolder;font-size:16px}@media screen and (min-width:1101px){.page__menu a:hover{color:#fff}}.page__menu a span{font-weight:700}.page__menu ul{margin:0;padding:0;width:100%}@media screen and (min-width:1101px){.page__menu li.icon-arrow-down::before,.page__menu li.icon-arrow-up::before{display:none}}.page__menu li:first-child a{padding-left:0}.page__menu li:last-child a{padding-right:0}.page__menu>ul>li{padding:11px 0 10px;font-weight:700}.page__menu .page__menu__sub{background-color:#fff}.page__menu .page__menu__sub ul a{color:#ba0d3b;padding:0;font-weight:bolder}.stage-slick-slider{margin-bottom:40px}.stage-product-detail{padding:15px 0 0}.my-account{padding:30px 20px;border:1px solid #d1d1d1}.my-account .addresses-list .item p a{color:#ba0d3b;display:block}.my-account .addresses-list .item p .separator{display:none}.my-account .back-link a{color:#ba0d3b}.my-account .pager .amount,.my-account .pager .limiter>label,.my-account .pager .pages strong{font-size:14px}.col-left .block{padding:30px;border:1px solid #d1d1d1;width:100%}.dashboard{text-align:left}.dashboard .box-account,.dashboard .box-head{border:none}.dashboard .box-account{padding-bottom:0;margin-bottom:15px}.dashboard .box-account address,.dashboard .box-account p{font-family:cpsans;font-size:14px;font-style:normal;line-height:1.25em;-ms-word-break:break-word;word-break:break-word}.dashboard .box-account address a,.dashboard .box-account p a{color:#ba0d3b}.dashboard .box-head h2{font-size:18px;display:block}.dashboard .box-head a{padding:10px 0}.dashboard .col2-set .col-1 .box-title h3,.dashboard .col2-set .col-2 .box-title h3{font-size:18px}.dashboard .data-table.orders td,.dashboard .data-table.orders th{padding-left:10px!important;padding-right:10px!important}@media screen and (min-width:641px) and (max-width:1101px){.dashboard .data-table.orders td,.dashboard .data-table.orders th{padding:5px!important}}.dashboard .data-table.orders td.number,.dashboard .data-table.orders th.number{width:8em!important}.customer-account .block-account{margin-bottom:15px!important}.my-account .data-table.orders td,.my-account .data-table.orders th{padding-left:10px!important;padding-right:10px!important}@media screen and (min-width:641px) and (max-width:1101px){.my-account .data-table.orders td,.my-account .data-table.orders th{padding:5px!important}}.my-account .data-table.orders td.number,.my-account .data-table.orders th.number{width:8em!important}.my-account .data-table.orders td.total .price,.my-account .data-table.orders th.total .price{font-size:14px}.pager .pages{background:0 0}.pager .pages strong{color:#000;font-size:18px}.customer-account .footer-container,.customer-account .main-container{padding-top:20px}#onestepcheckout-form *{font-family:cpsans,sans-serif!important}#onestepcheckout-form .onestepcheckout-place-order-loading{width:100%}#onestepcheckout-form .onestepcheckout-numbers{text-transform:none;font-weight:700}#onestepcheckout-form .onestepcheckout-numbers .numbers-1::before{content:"1"}#onestepcheckout-form .onestepcheckout-numbers .numbers-2::before{content:"2"}#onestepcheckout-form .onestepcheckout-numbers .numbers-3::before{content:"3"}#onestepcheckout-form .onestepcheckout-numbers .numbers-4::before{content:"";font-family:campuspoint-icon!important;font-size:10px;font-weight:400}#onestepcheckout-form p.onestepcheckout-numbers span{background-color:#ba0d3b;background-image:none;color:#fff;font-weight:700;height:28px;line-height:28px;text-align:center;width:28px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#onestepcheckout-form p.onestepcheckout-numbers span::before{display:inline-block}#onestepcheckout-form .onestepcheckout-summary .price{font-size:14px}#onestepcheckout-form .osc-agreement-content.agreement-content{font-size:14px;height:auto!important}#onestepcheckout-form .osc-agreement-content.agreement-content a{color:#ba0d3b}#onestepcheckout-form .agree input,#onestepcheckout-form .agree label{vertical-align:top}#onestepcheckout-form .agree label a{color:#ba0d3b}#onestepcheckout-form button.onestepcheckout-place-order{width:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#onestepcheckout-form button.onestepcheckout-place-order span span{text-shadow:none}#onestepcheckout-form .onestepcheckout-threecolumns input[type=checkbox],#onestepcheckout-form .onestepcheckout-threecolumns input[type=radio]{margin:5px 5px 0 0}#onestepcheckout-form .onestepcheckout-threecolumns label{margin-top:5px;vertical-align:middle}#onestepcheckout-form .onestepcheckout-threecolumns li.shipping-address-title,#onestepcheckout-form .onestepcheckout-threecolumns p.onestepcheckout-numbers{padding:3px 0 10px 38px}#onestepcheckout-form .onestepcheckout-threecolumns li.shipping-address-title{text-transform:none;font-weight:700}#onestepcheckout-form .onestepcheckout-threecolumns select{height:auto;padding:13px 20px!important}#onestepcheckout-form .onestepcheckout-threecolumns div.osc-short{width:100%}#onestepcheckout-form .input-box input,#onestepcheckout-form .input-box label{vertical-align:top}#onestepcheckout-form .input-box label{margin-top:8px;width:calc(100% - 38px)}#onestepcheckout-form #onestepcheckout-coupon-add{font-size:14px;line-height:14px;padding:15px 6px 14px}#onestepcheckout-form #onestepcheckout-coupon-add::before{content:"";font-family:campuspoint-icon!important}#onestepcheckout-form #onestepcheckout-coupon-add span{display:none}#onestepcheckout-form .input-coupon{display:inline-block;width:calc(100% - 34px)}#onestepcheckout-form .input-coupon .input-text{height:auto;padding:5px 5px 6px}#onestepcheckout-form .input-coupon+.button-box{display:inline-block;width:auto;vertical-align:text-top}#onestepcheckout-form .input-box{position:relative;margin-bottom:10px}#onestepcheckout-form .input-box .input-text{height:auto;padding:13px 20px}#onestepcheckout-form .input-box label{position:absolute;top:0;font-size:13px;margin:-.75em 1.5em;background:#fff;padding:.125em .5em;left:0;z-index:1010;width:auto}#onestepcheckout-form .input-box [type=checkbox]+label{position:relative;margin:5px 0 0;width:calc(100% - 38px)}#onestepcheckout-form .shipment-methods .price{font-size:13px;margin-left:5px}#onestepcheckout-form .onestepcheckout-column-middle input[type=radio]+label{margin:0;vertical-align:top;padding-left:8px}@media screen and (max-width:640px){#onestepcheckout-form table.onestepcheckout-summary td,#onestepcheckout-form table.onestepcheckout-summary th{display:table-cell}}@media screen and (max-width:1100px){.onestepcheckout-index-index .main{width:100%}}@media screen and (max-width:1100px){.onestepcheckout-index-index .sidebar__right{display:none}}@media screen and (max-width:1100px){.checkout-onepage-success .sidebar__right{display:none}}.onestepcheckout-login-link a{color:#ba0d3b}.onestepcheckout-login-link a:hover{color:#000}.order-header{border-bottom:1px solid #d1d1d1;padding-bottom:30px;margin-bottom:40px}.order-header p{margin:0}.order-header__title{font-size:35px;padding:40px 0 0;margin:0 0 .65em}.order-header__intro{font-size:18px;margin:0 0 .65em!important}.order__message{margin:60px 0 20px;height:50px}.order__adress-delivery{padding-left:15px}.order table.orders{margin:40px 0 0;border:1px solid #d1d1d1}.order table.orders th{color:#000;padding:20px 30px;font-size:18px}.order table.orders th:first-child{width:90%}.order table.orders th:last-child{width:12.25em}.order table.orders td{background-color:transparent;border-bottom:1px solid #d1d1d1;vertical-align:top;padding:25px 30px 35px;text-align:left}.order table.orders td:last-child{text-align:right}.order table.orders td:nth-child(3){text-align:right}.order table.orders td .grid-container,.order table.orders td .method-checkout-cart-methods-amazonpayments_pay-bottom,.order table.orders td .product-image-thumbs{text-align:left}.order table.orders td h3{margin:0 0 10px;font-size:18px}.order table.orders td legend{font-size:8px}.checkout-onepage-success .order table.orders td p,.method-checkout-cart-methods-amazonpayments_pay-bottom .order table.orders td .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .order table.orders td .payButtonWidget,.order table.orders td .checkout-onepage-success p,.order table.orders td .grid-item,.order table.orders td .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.order table.orders td .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.order table.orders td .page__header .menu-user li,.page__header .menu-user .order table.orders td li{vertical-align:top}.order table.orders tr:last-child td{border-bottom:none}.order table.orders tfoot tr:first-child th{padding-top:30px;padding-bottom:0}.order table.orders tfoot tr:last-child th{font-size:30px;font-weight:700;color:#ba0d3b;padding-bottom:30px}.order table.orders tfoot tr th{background-color:#f5f5f5;padding:8px 0;font-weight:400}.order table.orders tfoot tr th:first-child{padding-right:0}.order table.orders tfoot tr th:last-child{padding-right:30px}.order .orders__product-image{border:1px solid #d1d1d1;display:inline-block;padding:10px;width:80px;height:80px;margin:0 30px 0 0}.order .proceed-container{padding:30px 0 60px}#co-shipping-method-form .buttons-set .order .proceed-container .button,#discount-coupon-form .order .proceed-container button,#freegift-coupon-form .button-wrapper .order .proceed-container .button2,#onestepcheckout-form .order .proceed-container button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .order .proceed-container .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .order .proceed-container .button.link-edit.button-secondary,.block-cart .block-content .actions .order .proceed-container a,.cart.display-single-price .order .proceed-container .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .order .proceed-container input[type=submit],.order .proceed-container #co-shipping-method-form .buttons-set .button,.order .proceed-container #discount-coupon-form button,.order .proceed-container #freegift-coupon-form .button-wrapper .button2,.order .proceed-container #onestepcheckout-form button.onestepcheckout-place-order,.order .proceed-container #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.order .proceed-container #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.order .proceed-container .block-cart .block-content .actions a,.order .proceed-container .btn,.order .proceed-container .button,.order .proceed-container .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.order .proceed-container .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{padding:13px 20px}.add-to-cart-wrapper{padding:0 0 0 20px}.short-description .std p{margin-top:.75em}@media screen and (min-width:641px) and (max-width:1101px){.short-description .std p{margin-top:0}}.price-info .price{color:#ba0d3b}.product-collateral .box-up-sell .tiles-nav ul{margin:0;padding:0}.product-collateral .box-up-sell .availabilities{padding:15px 15px 0 0}#co-shipping-method-form .buttons-set .product-collateral .box-up-sell .button,#discount-coupon-form .product-collateral .box-up-sell button,#freegift-coupon-form .button-wrapper .product-collateral .box-up-sell .button2,#onestepcheckout-form .product-collateral .box-up-sell button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .product-collateral .box-up-sell .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .product-collateral .box-up-sell .button.link-edit.button-secondary,.block-cart .block-content .actions .product-collateral .box-up-sell a,.cart.display-single-price .product-collateral .box-up-sell .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .product-collateral .box-up-sell input[type=submit],.product-collateral .box-up-sell #co-shipping-method-form .buttons-set .button,.product-collateral .box-up-sell #discount-coupon-form button,.product-collateral .box-up-sell #freegift-coupon-form .button-wrapper .button2,.product-collateral .box-up-sell #onestepcheckout-form button.onestepcheckout-place-order,.product-collateral .box-up-sell #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.product-collateral .box-up-sell #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.product-collateral .box-up-sell .block-cart .block-content .actions a,.product-collateral .box-up-sell .btn,.product-collateral .box-up-sell .button,.product-collateral .box-up-sell .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.product-collateral .box-up-sell .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{padding:0}.product-collateral .box-up-sell .image__container a{text-align:center}@media only screen and (max-width:770px){.product-collateral>dl>dt:after{border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #ba0d3b;border-right:none}}@media only screen and (max-width:770px){.product-collateral>dl>dt:hover{color:#ba0d3b}}.product-collateral.accordion-open>dl>dt.current:after{border-right:4px solid transparent;border-left:4px solid transparent;border-top:4px solid #ba0d3b}.product-collateral .toggle-tabs li.current span,.product-collateral .toggle-tabs li:hover span{color:#ba0d3b}.product-img-box{position:relative}.product-img-box .product-name{display:none}.product-img-box .product-image.product-image-zoom{border:1px solid #d1d1d1;padding:22px;position:relative}@media screen and (max-width:640px){.product-img-box .product-image.product-image-zoom{display:none}}.product-img-box .product-image img{max-width:100%;max-height:750px;margin:0 auto}.product-img-box .product-image-prev{margin-right:5px}.product-img-box .logo-container{position:absolute;top:10px;left:10px;z-index:1010;width:auto}@media screen and (max-width:640px){.product-img-box .logo-container{top:39px;left:30px}}.product-image-gallery{position:relative}.product-image-gallery .gallery-image.visible{display:block}.product-image-gallery .gallery-image{display:none}.product-image-thumbs{padding:0;list-style:none}@media screen and (max-width:640px){.product-image-thumbs li{width:25%}}.product-image-controls{position:absolute;right:20px;bottom:20px;left:20px}#co-shipping-method-form .buttons-set .product-image-controls .button,#discount-coupon-form .product-image-controls button,#freegift-coupon-form .button-wrapper .product-image-controls .button2,#onestepcheckout-form .product-image-controls button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .product-image-controls .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .product-image-controls .button.link-edit.button-secondary,.block-cart .block-content .actions .product-image-controls a,.cart-table .product-cart-actions .product-image-controls .button,.cart.display-single-price .product-image-controls .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .product-image-controls input[type=submit],.product-image-controls #co-shipping-method-form .buttons-set .button,.product-image-controls #discount-coupon-form button,.product-image-controls #freegift-coupon-form .button-wrapper .button2,.product-image-controls #onestepcheckout-form button.onestepcheckout-place-order,.product-image-controls #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.product-image-controls #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.product-image-controls .block-cart .block-content .actions a,.product-image-controls .btn,.product-image-controls .button,.product-image-controls .cart-table .product-cart-actions .button,.product-image-controls .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.product-image-controls .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:40px;height:40px;padding:0;font-size:18px;line-height:.75em}#co-shipping-method-form .buttons-set .product-image-controls .button::before,#discount-coupon-form .product-image-controls button::before,#freegift-coupon-form .button-wrapper .product-image-controls .button2::before,#onestepcheckout-form .product-image-controls button.onestepcheckout-place-order::before,#wishlist-table td.customer-wishlist-item-cart .product-image-controls .button.btn-cart::before,#wishlist-table td.customer-wishlist-item-cart .product-image-controls .button.link-edit.button-secondary::before,.block-cart .block-content .actions .product-image-controls a::before,.cart-table .product-cart-actions .product-image-controls .button::before,.cart.display-single-price .product-image-controls .button.btn-proceed-checkout.btn-checkout::before,.checkout-onepage-success #ts_classic_subscribtion table .product-image-controls input[type=submit]::before,.product-image-controls #co-shipping-method-form .buttons-set .button::before,.product-image-controls #discount-coupon-form button::before,.product-image-controls #freegift-coupon-form .button-wrapper .button2::before,.product-image-controls #onestepcheckout-form button.onestepcheckout-place-order::before,.product-image-controls #wishlist-table td.customer-wishlist-item-cart .button.btn-cart::before,.product-image-controls #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary::before,.product-image-controls .block-cart .block-content .actions a::before,.product-image-controls .btn::before,.product-image-controls .button::before,.product-image-controls .cart-table .product-cart-actions .button::before,.product-image-controls .cart.display-single-price .button.btn-proceed-checkout.btn-checkout::before,.product-image-controls .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]::before{vertical-align:middle}.more-views{margin:20px 0 10px}.more-views .image-thumb a{height:90px;display:inline-block;border:1px solid #d1d1d1;width:100%;position:relative}.more-views .image-thumb.active a,.more-views .image-thumb:hover a{border:1px solid #ba0d3b}.more-views .image-thumb.active img,.more-views .image-thumb:hover img{opacity:1}.more-views .image-thumb img{position:absolute;top:50%;margin-top:-25%;max-width:80%;left:10%;opacity:.5}.more-views .image-thumb .icon-play::before{position:absolute;z-index:1010;top:50%;left:50%;margin:-25% 0 0 -25%;padding:13% 20%;width:50%;height:50%;font-size:20px;text-align:center;vertical-align:middle;background-color:#ba0d3b;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff}.more-views .tile-container .tile__wrap{padding:0 0 100%!important;position:relative;display:inline-table}.more-views .tile-container .tile__wrap img{position:absolute;top:0;left:0}@-moz-document url-prefix(){.more-views .tile-container .tile__wrap img{top:1px;left:1px;max-width:calc(100% - 2px)}}@media screen and (min-width:641px) and (max-width:1101px){.more-views .tile-container .tile__wrap img{width:100%}}@media screen and (min-width:1101px){.more-views .tile-container .tile__wrap img{width:100%}}.product-shop{padding:0 0 0 20px}.product-shop h1{font-size:30px;margin:-.2em 0 0}.product-shop .product-name h1{font-weight:700;color:#000;border-bottom:none}.product-shop .short-description{margin:0;text-align:left}.product-shop .extra-info{margin-bottom:30px}@media screen and (min-width:641px) and (max-width:1101px){.product-shop .extra-info{max-width:none!important;width:100%!important}}.product-shop .extra-info>div{position:relative}.product-shop .extra-info>div .availabilities{position:relative;padding:0}.product-shop .price-box .price,.product-shop .price-box .price--curent,.product-shop .price-box .special-price{font-size:35px;font-weight:700;margin-bottom:14px;display:block}.product-shop .price-box .tooltip__content{line-height:1.2}.product-shop .tax-details{font-size:14px}.product-shop .actions-list li{font-size:15px;line-height:1.4em}.product-shop .actions-list a::before{width:2em;font-size:10px;display:inline-block}.product-shop .minimal-price-link{display:none}.product-shop .logo-container{position:absolute;right:0;top:0}.product-shop .availability__wrapper{padding-left:17px;position:relative}.product-shop .availability__wrapper>div{position:absolute;top:.25em;left:0;width:14px}.product-shop .availability__wrapper .availability{font-size:14px;text-transform:none}#onestepcheckout-form .product-shop .icon-share#onestepcheckout-coupon-add,.bCarousel-wrapper .product-shop .icon-share.back,.bCarousel-wrapper .product-shop .icon-share.forward,.block-account .product-shop .icon-share.block-title,.block-account li .product-shop a.icon-share,.block-cms-menu li .product-shop a.icon-share,.header-minicart .mini-products-list .product-shop .icon-share.remove,.list--guillemets .product-shop li.icon-share,.product-shop #onestepcheckout-form .icon-share#onestepcheckout-coupon-add,.product-shop .bCarousel-wrapper .icon-share.back,.product-shop .bCarousel-wrapper .icon-share.forward,.product-shop .block-account .icon-share.block-title,.product-shop .block-account li a.icon-share,.product-shop .block-cms-menu li a.icon-share,.product-shop .header-minicart .mini-products-list .icon-share.remove,.product-shop .icon-share.btn-remove,.product-shop .icon.icon-share,.product-shop .list--guillemets li.icon-share,.product-shop .sidebar__section .accordion__content ul>li.icon-share,.product-shop input.icon-share[type=checkbox]:checked,.sidebar__section .accordion__content .product-shop ul>li.icon-share{margin-top:7px}@media screen and (max-width:640px){.product-view .product-shop .extra-info,.product-view .product-shop .price-info{width:100%;max-width:100%}}.product-view .product-shop .extra-info .tooltip__content,.product-view .product-shop .price-info .tooltip__content{bottom:calc(100% + 20px);right:-15px;left:unset}.product-view .product-shop .extra-info .triangle--bottom.block.block-cart,.product-view .product-shop .extra-info .triangle.triangle--bottom,.product-view .product-shop .price-info .triangle--bottom.block.block-cart,.product-view .product-shop .price-info .triangle.triangle--bottom{bottom:-13px;left:0;padding:0 9px;text-align:right}@media screen and (min-width:1101px){.product-view .product-shop .exta-info{width:50%;max-width:50%}}@media screen and (min-width:641px) and (max-width:1101px){.product-view .product-shop .exta-info{padding-right:0}}.product-view .product-shop .price-info{width:100%;max-width:100%;text-align:inherit!important}.product-view .product-shop .product-name{width:100%}.toolbar-bottom{width:100%}.products-list>li{padding:10px;border:1px solid #d1d1d1;position:relative}.products-list>li:last-child{border-bottom:1px solid #d1d1d1}.products-list>li .availabilities{right:10px;top:8px}.products-list>li.even{background-color:#f5f5f5}.products-list>li .product-image{width:20.83333%;border:none}.products-list>li .product-shop{padding-right:5px;width:79.16667%!important;padding-left:10px}.products-list>li .product-shop .product-primary{padding-right:10px}.products-list>li .product-shop .desc,.products-list>li .product-shop .product-primary{width:calc(75% + 31px)!important}.products-list>li .product-shop .product-secondary{position:absolute;right:30px;width:calc(33.33333% - 31px)!important}.products-list>li .product-shop .product-secondary:nth-of-type(2){position:absolute;top:10px;right:32px}.products-list>li .product-shop .product-secondary:nth-of-type(3){position:absolute;top:calc(100% - 107px);right:10px}.products-list>li .product-shop .desc{padding-right:20px}.products-list>li .product-shop .desc p{margin-bottom:5px}.products-list>li .product-shop .tile-teaser{padding:0;margin:5px 0 0 0}.products-list .action .button{text-transform:none;font-size:14px;padding:5px 0 5px}.products-list .add-to-links>li{width:50%;float:left}.products-list .availabilities{padding:0}.products-list .price-box .price--curent,.products-list .price-box .special-price{font-size:27px}.products-list .price-box .special-price{color:#000;padding-left:0;text-align:right;line-height:1em;width:100%}.products-list .price-box .price{line-height:1em}.products-list .price-box .price-tag{text-align:right;padding-right:0}.products-list .price-box .old-rpice{margin-bottom:.25em}.products-list .product-name a{text-transform:none;color:#000;font-weight:700;font-size:16px}.products-list .product-shop .f-fix{width:75%;height:auto;display:block;float:none;padding:0 20px 0 0}.products-list .product-shop .desc p{margin:0}.products-list .product-shop .price-box .price,.products-list .product-shop .price-box .price--current{margin-bottom:0}.products-list .tax-container{text-align:right}.products-list .std p{font-size:14px;line-height:1.4em}.products-list .freegift-badge-image{position:absolute;bottom:5px;left:5px;width:auto}.products-list .freegift-badge-image .tooltip__content{bottom:calc(100% + 15px);left:unset;right:0}.products-list .freegift-badge-image .tooltip__content .block.block-cart,.products-list .freegift-badge-image .tooltip__content .triangle{bottom:-15px;left:0;text-align:right;padding-right:10px}.product-view .product-shop .price-info{float:none;padding-left:0;text-align:left}.product-view .product-shop .price-info .price-box{margin:0}.product-view .product-shop .price-info .price-box .price,.product-view .product-shop .price-info .price-box .price--curent,.product-view .product-shop .price-info .price-box .special-price{padding-left:0;margin-bottom:0}.product-view .product-shop .price-info .price-box .price--curent .price,.product-view .product-shop .price-info .price-box .special-price .price{color:#000}.product-view .product-shop .price-info .price-box .price--old .price{color:#d1d1d1}.product-view .product-shop .price--old{font-size:30px;margin:0 -.05em -.5em 0}.product-view .add-to-cart{border:none}.product-view .add-to-cart-buttons{margin:inherit}@media screen and (max-width:640px){.product-view .add-to-cart-buttons{width:100%}}@media screen and (max-width:640px){.product-view .add-to-cart .qty-wrapper{margin:0}}.product-view .add-to-cart .qty-wrapper .qty{padding:10px 0}.product-view .add-to-links li,.product-view .sharing-links li{display:inline-block;float:none;list-style:none;width:auto}.product-view .add-to-links a{padding-right:.75em}.referencesale-container{background-color:#ffdc0f;padding:5px}.referencesale-container p{text-align:center;font-weight:700}.referencesale-container p a{text-decoration:underline}.product-filter{border:1px solid #d1d1d1;margin:0 0 60px}.product-filter__head{background-color:#f5f5f5;padding:20px 30px}.product-filter__title{margin:0}.product-filter__categories{padding:30px 30px 0}.product-filter__categories a{font-size:18px;padding:5px 2px;display:inline-block}.product-filter__categories ul{padding-bottom:25px}.product-filter__categories-title{margin-top:0}.product-filter__categories .product-filter-item-container--3{border-bottom:1px solid #d1d1d1}.product-filter__ranges{padding:30px}.product-filter__ranges>.grid-container,.product-filter__ranges>.method-checkout-cart-methods-amazonpayments_pay-bottom,.product-filter__ranges>.product-image-thumbs{padding:0 0 15px}.product-filter__options{padding:0 30px}.product-filter__options .product-filter-item p{margin:0 0 5px}.product-filter__options .accordion{padding:0 0 30px}.product-filter__categories>.grid-container,.product-filter__categories>.method-checkout-cart-methods-amazonpayments_pay-bottom,.product-filter__categories>.product-image-thumbs,.product-filter__ranges>.grid-container,.product-filter__ranges>.method-checkout-cart-methods-amazonpayments_pay-bottom,.product-filter__ranges>.product-image-thumbs{border-bottom:1px solid #d1d1d1}.products-grid{min-height:500px}.loadingOverlay{position:fixed;z-index:99;width:30em;top:50%;left:50%;margin-left:-15em}.questions-and-answers{padding-top:60px;padding-bottom:65px;border-bottom:1px solid #d1d1d1;margin-bottom:60px}@media screen and (max-width:640px){.questions-and-answers{padding-top:0;padding-bottom:0;margin-bottom:0}}.questions-and-answers .article__title{margin-bottom:60px}.questions-and-answers header h4{margin-bottom:30px}.questions-and-answers .rating__btn{font-size:39px;display:block;margin-bottom:10px}.questions-and-answers .icon-thumb-up{color:#16ba42}.questions-and-answers .icon-thumb-down{color:red}.questions-and-answers .questions{margin:0;padding:0}.questions-and-answers .questions>.question:first-child{padding-top:0}.questions-and-answers .question{border-bottom:1px solid #d1d1d1;padding:40px 0}.questions-and-answers .answer{padding:0;font-size:16px;font-style:italic;width:90%}.questions-and-answers .answer p{text-align:left;color:#ba0d3b}.questions-and-answers .avatar{width:10%;padding-right:3%;padding-left:6px}.questions-and-answers .rating .rating__headline{font-size:14px;margin-bottom:16px}.questions-and-answers footer legend{font-size:13px;padding-top:4px}.btn__container{background-color:#fff;margin-top:-1px}#co-shipping-method-form .buttons-set .ReactModal__Content .back-link .button,#discount-coupon-form .ReactModal__Content .back-link button,#freegift-coupon-form .button-wrapper .ReactModal__Content .back-link .button2,#onestepcheckout-form .ReactModal__Content .back-link button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .ReactModal__Content .back-link .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .ReactModal__Content .back-link .button.link-edit.button-secondary,.ReactModal__Content .back-link #co-shipping-method-form .buttons-set .button,.ReactModal__Content .back-link #discount-coupon-form button,.ReactModal__Content .back-link #freegift-coupon-form .button-wrapper .button2,.ReactModal__Content .back-link #onestepcheckout-form button.onestepcheckout-place-order,.ReactModal__Content .back-link #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.ReactModal__Content .back-link #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.ReactModal__Content .back-link .block-cart .block-content .actions a,.ReactModal__Content .back-link .btn,.ReactModal__Content .back-link .button,.ReactModal__Content .back-link .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.ReactModal__Content .back-link .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.block-cart .block-content .actions .ReactModal__Content .back-link a,.cart.display-single-price .ReactModal__Content .back-link .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .ReactModal__Content .back-link input[type=submit]{font-size:13px;padding:13px 20px}.ReactModal__Content .buttons-set.pdt-20{padding-top:20px!important}.oscmodal{border-width:2px!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.oscmodal br{display:none!important}.oscmodal form{margin:10px 0}.oscmodal .input-box{position:relative;margin:0 0 10px}.oscmodal .input-box label{position:absolute;top:0;font-size:13px;margin:-.75em 1.5em;background:#fff;padding:.125em .5em;left:0}.sidebar__section{border:1px solid #d1d1d1;padding:20px}.sidebar__section .accordion__trigger{margin:0}#onestepcheckout-form .sidebar__section #onestepcheckout-coupon-add::before,.bCarousel-wrapper .sidebar__section .back::before,.bCarousel-wrapper .sidebar__section .forward::before,.block-account .sidebar__section .block-title::before,.block-account li .sidebar__section a::before,.block-cms-menu li .sidebar__section a::before,.header-minicart .mini-products-list .sidebar__section .remove::before,.list--guillemets .sidebar__section li::before,.sidebar__section #onestepcheckout-form #onestepcheckout-coupon-add::before,.sidebar__section .accordion__content ul>li::before,.sidebar__section .bCarousel-wrapper .back::before,.sidebar__section .bCarousel-wrapper .forward::before,.sidebar__section .block-account .block-title::before,.sidebar__section .block-account li a::before,.sidebar__section .block-cms-menu li a::before,.sidebar__section .btn-remove::before,.sidebar__section .header-minicart .mini-products-list .remove::before,.sidebar__section .icon::before,.sidebar__section .list--guillemets li::before,.sidebar__section input[type=checkbox]:checked::before{color:#ba0d3b}.sidebar__section .icon-signet::after,.sidebar__section .icon-signet::before{font-size:26px}.sidebar__section .icon--big.icon-package::before{font-size:23px}.sidebar__section .icon--big.icon-badge{margin-bottom:10px}.sidebar__section .icon--big.icon-badge::before{font-size:39px;line-height:0}.sidebar__section .accordion__content{padding:5px 0 0}.sidebar__section .accordion__content ul{padding:0;margin-bottom:0;list-style:none}.sidebar__section .accordion__content ul>li::before{margin-right:.25em}.sidebar__section hr{margin-bottom:0}.sidebar.sidebar__right .checkout_right_container,.sidebar__section--highlight{background-color:#f5f5f5;border:none;padding:1px 15px}#onestepcheckout-form .sidebar.sidebar__right .checkout_right_container #onestepcheckout-coupon-add::before,#onestepcheckout-form .sidebar__section--highlight #onestepcheckout-coupon-add::before,.bCarousel-wrapper .sidebar.sidebar__right .checkout_right_container .back::before,.bCarousel-wrapper .sidebar.sidebar__right .checkout_right_container .forward::before,.bCarousel-wrapper .sidebar__section--highlight .back::before,.bCarousel-wrapper .sidebar__section--highlight .forward::before,.block-account .sidebar.sidebar__right .checkout_right_container .block-title::before,.block-account .sidebar__section--highlight .block-title::before,.block-account li .sidebar.sidebar__right .checkout_right_container a::before,.block-account li .sidebar__section--highlight a::before,.block-cms-menu li .sidebar.sidebar__right .checkout_right_container a::before,.block-cms-menu li .sidebar__section--highlight a::before,.header-minicart .mini-products-list .sidebar.sidebar__right .checkout_right_container .remove::before,.header-minicart .mini-products-list .sidebar__section--highlight .remove::before,.list--guillemets .sidebar.sidebar__right .checkout_right_container li::before,.list--guillemets .sidebar__section--highlight li::before,.sidebar.sidebar__right .checkout_right_container #onestepcheckout-form #onestepcheckout-coupon-add::before,.sidebar.sidebar__right .checkout_right_container .bCarousel-wrapper .back::before,.sidebar.sidebar__right .checkout_right_container .bCarousel-wrapper .forward::before,.sidebar.sidebar__right .checkout_right_container .block-account .block-title::before,.sidebar.sidebar__right .checkout_right_container .block-account li a::before,.sidebar.sidebar__right .checkout_right_container .block-cms-menu li a::before,.sidebar.sidebar__right .checkout_right_container .btn-remove::before,.sidebar.sidebar__right .checkout_right_container .header-minicart .mini-products-list .remove::before,.sidebar.sidebar__right .checkout_right_container .icon::before,.sidebar.sidebar__right .checkout_right_container .list--guillemets li::before,.sidebar.sidebar__right .checkout_right_container .sidebar__section .accordion__content ul>li::before,.sidebar.sidebar__right .checkout_right_container input[type=checkbox]:checked::before,.sidebar__section .accordion__content .sidebar.sidebar__right .checkout_right_container ul>li::before,.sidebar__section .accordion__content .sidebar__section--highlight ul>li::before,.sidebar__section--highlight #onestepcheckout-form #onestepcheckout-coupon-add::before,.sidebar__section--highlight .bCarousel-wrapper .back::before,.sidebar__section--highlight .bCarousel-wrapper .forward::before,.sidebar__section--highlight .block-account .block-title::before,.sidebar__section--highlight .block-account li a::before,.sidebar__section--highlight .block-cms-menu li a::before,.sidebar__section--highlight .btn-remove::before,.sidebar__section--highlight .header-minicart .mini-products-list .remove::before,.sidebar__section--highlight .icon::before,.sidebar__section--highlight .list--guillemets li::before,.sidebar__section--highlight .sidebar__section .accordion__content ul>li::before,.sidebar__section--highlight input[type=checkbox]:checked::before{color:#ba0d3b;font-size:30px;height:2em}.sidebar.sidebar__right .checkout_right_container .icon-letter,.sidebar__section--highlight .icon-letter{margin:1.5em 0 10px}.sidebar.sidebar__right .checkout_right_container .icon-letter::before,.sidebar__section--highlight .icon-letter::before{font-size:23px}.sidebar.sidebar__right .checkout_right_container p.icon-over-2-lines,.sidebar__section--highlight p.icon-over-2-lines{margin:0 0 1.05em}.sidebar.sidebar__right .checkout_right_container h3,.sidebar__section--highlight h3{color:#ba0d3b;font-weight:700;margin:10px 0 10px}.sidebar__section ul li{list-style-type:none}@media screen and (min-width:1101px){.sidebar.sidebar__right{position:absolute;right:21px;width:200px;top:0}}.catalog-product-view .sidebar.sidebar__right{top:67px}.catalog-category-view .sidebar.sidebar__right{top:61px}.catalog-category-view .sidebar.sidebar__right .banner-on-site{top:0}.sidebar.sidebar__right .tooltip__content{max-width:calc(100% - 20px)}.sidebar.sidebar__right .checkout_right_container{padding:15px}.catalog-category-view .col-left .block{border:none;z-index:1010}.block-layered-nav .block-title{color:#ba0d3b;font-weight:700;margin-bottom:5px}.narrow-list li>a{color:#000}.narrow-list li>a span{color:#ba0d3b!important}@media screen and (max-width:640px){#info-box{display:none}}.col-left .block-viewed{padding:15px;margin:15px 0 0}.col-left .block-viewed.block{border:1px solid #d1d1d1}.col-left .block-viewed .block-title{border:none;padding:0;margin:0 0 10px}.col-left .block-viewed .block-content li.item{padding:0;margin:0 0 10px}.col-left .block-viewed .block-content .product-name{padding:0;text-transform:none}.col-left img{display:block}.viewed--bottom{border:1px solid #d1d1d1;padding:15px}.viewed--bottom .block-title{margin-bottom:10px}.viewed--bottom li.item{margin:0 0 10px}.viewed--bottom li.item:last-child{margin-bottom:0}.viewed--bottom .product-image{line-height:0}.viewed--bottom .block-viewed{margin-bottom:0}.viewed--bottom .mini-products-list .product-name{padding:0;text-transform:none}.magentounit-upload-back-office .col3-layout{display:block;margin-left:0;margin-right:0;max-width:none;width:100%}.magentounit-upload-back-office .col3-layout .col-wrapper .col-main{width:100%}.magentounit-upload-back-office .wrapper__main{padding-right:0}.magentounit-upload-back-office .col-right.sidebar .slider-wrap{float:right}@media screen and (max-width:640px){.magentounit-upload-back-office .col-right.sidebar .slider-wrap{display:none}}.send-friend .buttons-set .back-link{margin-top:7px}.send-friend .buttons-set .back-link a{padding-right:0;padding-left:0}.send-friend .buttons-set button.button{margin-left:15px}.send-friend .legend{color:#000;font-family:cpsans,sans-serif;font-weight:700;text-transform:none}#co-shipping-method-form .buttons-set.buttons-set2 .block-cart .block-content .actions a.button,#co-shipping-method-form .buttons-set.buttons-set2 .btn--secondary.button,#co-shipping-method-form .buttons-set.buttons-set2 .button,#discount-coupon-form .buttons-set.buttons-set2 button,#discount-coupon-form .buttons-set.buttons-set2 button.btn--secondary,#discount-coupon-form .buttons-set.buttons-set2 button.button,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions .buttons-set.buttons-set2 a.button2,#freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 .btn--secondary.button2,#freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 .button.button2,#freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 .button2,#onestepcheckout-form .buttons-set.buttons-set2 button.btn--secondary.onestepcheckout-place-order,#onestepcheckout-form .buttons-set.buttons-set2 button.button.onestepcheckout-place-order,#onestepcheckout-form .buttons-set.buttons-set2 button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions .buttons-set.buttons-set2 a.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .btn--secondary.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set.buttons-set2 a.button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 a.button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 a.button.btn-cart,.block-cart .block-content .actions .buttons-set.buttons-set2 a,.block-cart .block-content .actions .buttons-set.buttons-set2 a.btn--primary,.block-cart .block-content .actions .buttons-set.buttons-set2 a.button,.buttons-set.buttons-set2 #discount-coupon-form button,.buttons-set.buttons-set2 #discount-coupon-form button.btn--secondary,.buttons-set.buttons-set2 #discount-coupon-form button.button,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .btn--secondary.button2,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .button.button2,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .button2,.buttons-set.buttons-set2 #onestepcheckout-form button.btn--secondary.onestepcheckout-place-order,.buttons-set.buttons-set2 #onestepcheckout-form button.button.onestepcheckout-place-order,.buttons-set.buttons-set2 #onestepcheckout-form button.onestepcheckout-place-order,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.buttons-set.buttons-set2 .block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2,.buttons-set.buttons-set2 .block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart,.buttons-set.buttons-set2 .block-cart .block-content .actions a,.buttons-set.buttons-set2 .block-cart .block-content .actions a.btn--primary,.buttons-set.buttons-set2 .block-cart .block-content .actions a.button,.buttons-set.buttons-set2 .btn--secondary.button,.buttons-set.buttons-set2 .btn.btn--primary,.buttons-set.buttons-set2 .btn.btn--secondary,.buttons-set.buttons-set2 .button,.buttons-set.buttons-set2 .button.btn--primary,.buttons-set.buttons-set2 .button.btn--secondary,.buttons-set.buttons-set2 .cart-table .product-cart-actions .button,.buttons-set.buttons-set2 .cart.display-single-price .btn--secondary.button.btn-proceed-checkout.btn-checkout,.buttons-set.buttons-set2 .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.buttons-set.buttons-set2 .checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit],.buttons-set.buttons-set2 .checkout-onepage-success #ts_classic_subscribtion table input.button[type=submit],.buttons-set.buttons-set2 .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.buttons-set.buttons-set2 .footer .button,.cart-table .product-cart-actions .buttons-set.buttons-set2 .button,.cart.display-single-price .buttons-set.buttons-set2 .btn--secondary.button.btn-proceed-checkout.btn-checkout,.cart.display-single-price .buttons-set.buttons-set2 .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .buttons-set.buttons-set2 input.btn--secondary[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .buttons-set.buttons-set2 input.button[type=submit],.checkout-onepage-success #ts_classic_subscribtion table .buttons-set.buttons-set2 input[type=submit],.footer .buttons-set.buttons-set2 .button{font-size:14px;font-weight:700;padding:10px 15px}#co-shipping-method-form .buttons-set.buttons-set2 .block-cart .block-content .actions a.button,#co-shipping-method-form .buttons-set.buttons-set2 .btn--secondary.button,#discount-coupon-form .buttons-set.buttons-set2 button.btn--secondary,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions .buttons-set.buttons-set2 a.button2,#freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 .btn--secondary.button2,#onestepcheckout-form .buttons-set.buttons-set2 button.btn--secondary.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions .buttons-set.buttons-set2 a.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .btn--secondary.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .button.link-edit.button-secondary,.block-cart .block-content .actions #co-shipping-method-form .buttons-set.buttons-set2 a.button,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 a.button2,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 a.button.btn-cart,.block-cart .block-content .actions .buttons-set.buttons-set2 a,.block-cart .block-content .actions .buttons-set.buttons-set2 a.button,.buttons-set.buttons-set2 #discount-coupon-form button.btn--secondary,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .btn--secondary.button2,.buttons-set.buttons-set2 #onestepcheckout-form button.btn--secondary.onestepcheckout-place-order,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.buttons-set.buttons-set2 .block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2,.buttons-set.buttons-set2 .block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart,.buttons-set.buttons-set2 .block-cart .block-content .actions a,.buttons-set.buttons-set2 .block-cart .block-content .actions a.button,.buttons-set.buttons-set2 .btn--secondary.button,.buttons-set.buttons-set2 .btn.btn--secondary,.buttons-set.buttons-set2 .button.btn--secondary,.buttons-set.buttons-set2 .cart.display-single-price .btn--secondary.button.btn-proceed-checkout.btn-checkout,.buttons-set.buttons-set2 .checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit],.cart.display-single-price .buttons-set.buttons-set2 .btn--secondary.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .buttons-set.buttons-set2 input.btn--secondary[type=submit]{background-color:transparent}#co-shipping-method-form .buttons-set.buttons-set2 .block-cart .block-content .actions a.button:hover,#co-shipping-method-form .buttons-set.buttons-set2 .btn--secondary.button:hover,#discount-coupon-form .buttons-set.buttons-set2 button.btn--secondary:hover,#freegift-coupon-form .button-wrapper .block-cart .block-content .actions .buttons-set.buttons-set2 a.button2:hover,#freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 .btn--secondary.button2:hover,#onestepcheckout-form .buttons-set.buttons-set2 button.btn--secondary.onestepcheckout-place-order:hover,#wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions .buttons-set.buttons-set2 a.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .btn--secondary.button.btn-cart:hover,#wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 .button.link-edit.button-secondary:hover,.block-cart .block-content .actions #co-shipping-method-form .buttons-set.buttons-set2 a.button:hover,.block-cart .block-content .actions #freegift-coupon-form .button-wrapper .buttons-set.buttons-set2 a.button2:hover,.block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart .buttons-set.buttons-set2 a.button.btn-cart:hover,.block-cart .block-content .actions .buttons-set.buttons-set2 a.button:hover,.block-cart .block-content .actions .buttons-set.buttons-set2 a:hover,.buttons-set.buttons-set2 #discount-coupon-form button.btn--secondary:hover,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .block-cart .block-content .actions a.button2:hover,.buttons-set.buttons-set2 #freegift-coupon-form .button-wrapper .btn--secondary.button2:hover,.buttons-set.buttons-set2 #onestepcheckout-form button.btn--secondary.onestepcheckout-place-order:hover,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .block-cart .block-content .actions a.button.btn-cart:hover,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .btn--secondary.button.btn-cart:hover,.buttons-set.buttons-set2 #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.buttons-set.buttons-set2 .block-cart .block-content .actions #freegift-coupon-form .button-wrapper a.button2:hover,.buttons-set.buttons-set2 .block-cart .block-content .actions #wishlist-table td.customer-wishlist-item-cart a.button.btn-cart:hover,.buttons-set.buttons-set2 .block-cart .block-content .actions a.button:hover,.buttons-set.buttons-set2 .block-cart .block-content .actions a:hover,.buttons-set.buttons-set2 .btn--secondary.button:hover,.buttons-set.buttons-set2 .btn.btn--secondary:hover,.buttons-set.buttons-set2 .button.btn--secondary:hover,.buttons-set.buttons-set2 .checkout-onepage-success #ts_classic_subscribtion table input.btn--secondary[type=submit]:hover,.checkout-onepage-success #ts_classic_subscribtion table .buttons-set.buttons-set2 input.btn--secondary[type=submit]:hover{background-color:#ba0d3b}@media screen and (max-width:640px){.buttons-set.buttons-set2 .button{margin-left:0}}@media screen and (min-width:641px) and (max-width:1101px){#wishlist-table{display:block}}#wishlist-table td:last-child{padding-left:0}#wishlist-table td.customer-wishlist-item-cart .button.btn-cart{font-size:14px}@media screen and (max-width:640px){#wishlist-table th.customer-wishlist-item-image{display:none}}@media screen and (min-width:641px) and (max-width:1101px){#wishlist-table td.customer-wishlist-item-image,#wishlist-table th.customer-wishlist-item-image{width:80px!important}#wishlist-table td.customer-wishlist-item-image img,#wishlist-table th.customer-wishlist-item-image img{display:block}}#wishlist-table.clean-table td{padding:10px 0 10px 10px}@media screen and (max-width:640px){#wishlist-table.clean-table td{padding:10px}}#wishlist-table.clean-table td:last-child{padding-right:10px}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-image{text-align:center}#wishlist-table.clean-table td.customer-wishlist-item-image a{float:none;display:inline-block}#wishlist-table.clean-table td.customer-wishlist-item-image img{display:block}}@media screen and (min-width:641px) and (max-width:1101px){#wishlist-table.clean-table td.customer-wishlist-item-image a{display:inline-block}}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-remove{top:0;right:15px}}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-quantity .cart-cell,#wishlist-table.clean-table td.customer-wishlist-item-quantity::before{float:none;display:inline-block;vertical-align:middle}}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-price::before,#wishlist-table.clean-table td.customer-wishlist-item-price>div{display:inline-block;float:none;vertical-align:middle}}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-price .price-box{text-align:left}#wishlist-table.clean-table td.customer-wishlist-item-price .price-box>span{padding-left:0}#wishlist-table.clean-table td.customer-wishlist-item-price .price-box>strike{padding-left:1.2em}}@media screen and (max-width:640px){#wishlist-table.clean-table td.customer-wishlist-item-price{padding-bottom:20px}}@media screen and (max-width:640px){#wishlist-table.clean-table td textarea{margin:0 0 10px}}#wishlist-table .btn-remove.btn-remove2{color:#ba0d3b}#wishlist-table .product-image{background-color:#fff;text-align:center}#wishlist-table .product-name a{color:#ba0d3b}#wishlist-table .input-text.qty{padding:5px}@media screen and (max-width:640px){#discount-coupon-form #wishlist-table .item-manage button,#freegift-coupon-form .button-wrapper #wishlist-table .item-manage .button2,#onestepcheckout-form #wishlist-table .item-manage button.onestepcheckout-place-order,#wishlist-table .item-manage #discount-coupon-form button,#wishlist-table .item-manage #freegift-coupon-form .button-wrapper .button2,#wishlist-table .item-manage #onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table .item-manage .block-cart .block-content .actions a,#wishlist-table .item-manage .btn,#wishlist-table .item-manage .button,#wishlist-table .item-manage .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],#wishlist-table .item-manage td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table .item-manage td.customer-wishlist-item-cart .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .item-manage .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .item-manage .button.link-edit.button-secondary,.block-cart .block-content .actions #wishlist-table .item-manage a,.checkout-onepage-success #ts_classic_subscribtion table #wishlist-table .item-manage input[type=submit]{margin:0 0 10px;width:100%}}@media screen and (min-width:641px) and (max-width:1101px){#discount-coupon-form #wishlist-table .item-manage button,#freegift-coupon-form .button-wrapper #wishlist-table .item-manage .button2,#onestepcheckout-form #wishlist-table .item-manage button.onestepcheckout-place-order,#wishlist-table .item-manage #discount-coupon-form button,#wishlist-table .item-manage #freegift-coupon-form .button-wrapper .button2,#wishlist-table .item-manage #onestepcheckout-form button.onestepcheckout-place-order,#wishlist-table .item-manage .block-cart .block-content .actions a,#wishlist-table .item-manage .btn,#wishlist-table .item-manage .button,#wishlist-table .item-manage .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],#wishlist-table .item-manage td.customer-wishlist-item-cart .button.btn-cart,#wishlist-table .item-manage td.customer-wishlist-item-cart .button.link-edit.button-secondary,#wishlist-table td.customer-wishlist-item-cart .item-manage .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .item-manage .button.link-edit.button-secondary,.block-cart .block-content .actions #wishlist-table .item-manage a,.checkout-onepage-success #ts_classic_subscribtion table #wishlist-table .item-manage input[type=submit]{margin:0 0 10px;width:100%}}#wishlist-table td.customer-wishlist-item-cart .my-wishlist .button.link-edit.button-secondary,.block-cart .block-content .actions .my-wishlist a,.my-wishlist #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.my-wishlist .block-cart .block-content .actions a,.my-wishlist .btn--secondary{background:#fff;color:#ba0d3b}#wishlist-table td.customer-wishlist-item-cart .my-wishlist .button.link-edit.button-secondary:hover,.block-cart .block-content .actions .my-wishlist a:hover,.my-wishlist #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary:hover,.my-wishlist .block-cart .block-content .actions a:hover,.my-wishlist .btn--secondary:hover{background:#ba0d3b;color:#fff}.my-wishlist table.clean-table{border:1px solid #d1d1d1;margin:0 0 15px}.my-wishlist table.clean-table tbody tr:nth-child(2n+1) td{background:#fff}.my-wishlist table.clean-table tbody tr:nth-child(2n+2) td{background:#f5f5f5}#wishlist-table .price-box .price-tag{color:#000;font-size:20px}#wishlist-table .price-box .price--old{margin:0 0 1em}#wishlist-table .price-box .price--old .price-tag{color:#f5f5f5;font-size:16px}#wishlist-table .price-box .price--old .price{color:#888a8b}#wishlist-table .price-box .price{color:#000}#wishlist-table .product-name{text-transform:none}#wishlist-table .product-name a{color:#000}#wishlist-table textarea{padding:5px;resize:vertical}#wishlist-table .truncated .details{color:#ba0d3b}#wishlist-table .truncated .truncated_full_value .item-options{background:#fff;border:1px solid #d1d1d1;bottom:calc(100% + 10px);color:#000;padding:20px;top:unset;width:400px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);box-shadow:0 2px 4px 0 rgba(0,0,0,.35)}#wishlist-table .truncated .truncated_full_value .item-options::after{border-top:12px solid #d1d1d1!important;border-right:12px solid transparent!important;border-bottom:12px solid transparent!important;border-left:12px solid transparent!important;margin-left:0;left:120px;top:100%}#wishlist-table .truncated .truncated_full_value .item-options::before{border-top:10px solid #fff!important;border-right:10px solid transparent!important;border-bottom:10px solid transparent!important;border-left:10px solid transparent!important;content:'';display:inline-block;position:absolute;left:122px;top:100%;z-index:301}.btn-remove{background-image:none;font-family:campuspoint-icon!important;text-indent:0}.btn-remove::before{content:""}@media screen and (min-width:1101px){#co-shipping-method-form #wishlist-view-form .fieldset .buttons-set .button,#discount-coupon-form #wishlist-view-form .fieldset .buttons-set button,#freegift-coupon-form .button-wrapper #wishlist-view-form .fieldset .buttons-set .button2,#onestepcheckout-form #wishlist-view-form .fieldset .buttons-set button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.link-edit.button-secondary,#wishlist-view-form .fieldset #co-shipping-method-form .buttons-set .button,#wishlist-view-form .fieldset .buttons-set #discount-coupon-form button,#wishlist-view-form .fieldset .buttons-set #freegift-coupon-form .button-wrapper .button2,#wishlist-view-form .fieldset .buttons-set #onestepcheckout-form button.onestepcheckout-place-order,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,#wishlist-view-form .fieldset .buttons-set .block-cart .block-content .actions a,#wishlist-view-form .fieldset .buttons-set .btn.btn,#wishlist-view-form .fieldset .buttons-set .button,#wishlist-view-form .fieldset .buttons-set .cart-table .product-cart-actions .button,#wishlist-view-form .fieldset .buttons-set .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,#wishlist-view-form .fieldset .buttons-set .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],#wishlist-view-form .fieldset .buttons-set .footer .button,.block-cart .block-content .actions #wishlist-view-form .fieldset .buttons-set a,.cart-table .product-cart-actions #wishlist-view-form .fieldset .buttons-set .button,.cart.display-single-price #wishlist-view-form .fieldset .buttons-set .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table #wishlist-view-form .fieldset .buttons-set input[type=submit],.footer #wishlist-view-form .fieldset .buttons-set .button{margin-left:0}}@media screen and (min-width:641px) and (max-width:1101px){#discount-coupon-form #wishlist-view-form .fieldset .buttons-set button,#freegift-coupon-form .button-wrapper #wishlist-view-form .fieldset .buttons-set .button2,#onestepcheckout-form #wishlist-view-form .fieldset .buttons-set button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.link-edit.button-secondary,#wishlist-view-form .fieldset .buttons-set #discount-coupon-form button,#wishlist-view-form .fieldset .buttons-set #freegift-coupon-form .button-wrapper .button2,#wishlist-view-form .fieldset .buttons-set #onestepcheckout-form button.onestepcheckout-place-order,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,#wishlist-view-form .fieldset .buttons-set .block-cart .block-content .actions a,#wishlist-view-form .fieldset .buttons-set .btn,#wishlist-view-form .fieldset .buttons-set .button,#wishlist-view-form .fieldset .buttons-set .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],.block-cart .block-content .actions #wishlist-view-form .fieldset .buttons-set a,.checkout-onepage-success #ts_classic_subscribtion table #wishlist-view-form .fieldset .buttons-set input[type=submit]{margin:0 10px 10px 0}#co-shipping-method-form #wishlist-view-form .fieldset .buttons-set .button,#discount-coupon-form #wishlist-view-form .fieldset .buttons-set button,#freegift-coupon-form .button-wrapper #wishlist-view-form .fieldset .buttons-set .button2,#onestepcheckout-form #wishlist-view-form .fieldset .buttons-set button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart #wishlist-view-form .fieldset .buttons-set .button.link-edit.button-secondary,#wishlist-view-form .fieldset #co-shipping-method-form .buttons-set .button,#wishlist-view-form .fieldset .buttons-set #discount-coupon-form button,#wishlist-view-form .fieldset .buttons-set #freegift-coupon-form .button-wrapper .button2,#wishlist-view-form .fieldset .buttons-set #onestepcheckout-form button.onestepcheckout-place-order,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,#wishlist-view-form .fieldset .buttons-set #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,#wishlist-view-form .fieldset .buttons-set .block-cart .block-content .actions a,#wishlist-view-form .fieldset .buttons-set .btn.btn,#wishlist-view-form .fieldset .buttons-set .button,#wishlist-view-form .fieldset .buttons-set .cart-table .product-cart-actions .button,#wishlist-view-form .fieldset .buttons-set .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,#wishlist-view-form .fieldset .buttons-set .checkout-onepage-success #ts_classic_subscribtion table input[type=submit],#wishlist-view-form .fieldset .buttons-set .footer .button,.block-cart .block-content .actions #wishlist-view-form .fieldset .buttons-set a,.cart-table .product-cart-actions #wishlist-view-form .fieldset .buttons-set .button,.cart.display-single-price #wishlist-view-form .fieldset .buttons-set .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table #wishlist-view-form .fieldset .buttons-set input[type=submit],.footer #wishlist-view-form .fieldset .buttons-set .button{margin-left:0}}.wishlist-shared-index .col3-layout .col-wrapper .col-main{width:100%}@media screen and (max-width:640px){.wishlist-shared-index .my-wishlist form>.buttons-set>.button{margin:0}}.wishlist-shared-index #wishlist-table .price-box{padding:2em 0 1em}.wishlist-shared-index #wishlist-table .price-box .price,.wishlist-shared-index #wishlist-table .price-box .price--curent,.wishlist-shared-index #wishlist-table .price-box .price--old{font-weight:700}.wishlist-shared-index #wishlist-table .price-box .price,.wishlist-shared-index #wishlist-table .price-box .price--curent{color:#000;font-size:27px}.wishlist-shared-index #wishlist-table .price-box .price--old{color:#888a8b;font-size:20px}.wishlist-shared-index #wishlist-table td.last{min-width:15em;text-align:left;text-align-last:left}@media screen and (max-width:640px){.wishlist-shared-index #wishlist-table td.last{padding-left:15px;padding-right:15px}}.wishlist-shared-index #wishlist-table td.last .button{margin-bottom:5px}@media screen and (max-width:640px){.wishlist-shared-index #wishlist-table thead{display:none}}.section__teaser{background-color:#d1d1d1}.teaser-stage-container--2{padding-top:40px;padding-bottom:40px;display:flex;flex-wrap:wrap}@media screen and (max-width:640px){.teaser-stage-container--2 .teaser-stage{width:100%;padding:10px!important}}.teaser-stage{display:flex}.teaser-stage__wrap{padding:20px;background-color:#fff;text-align:left}.teaser-stage__wrap.pd-0{padding:0}.teaser-stage__wrap h2{font-size:30px;font-weight:700;margin:0}.teaser-stage__wrap p{line-height:1.5em;margin-top:.75em;font-size:14px}.teaser-stage__wrap .search__bar{margin:2px 0 4px}.teaser-stage__wrap legend{margin:0;font-size:14px;line-height:.3}.teaser__cite{padding:30px;position:relative}.teaser__cite header::before{color:#888a8b;float:left;font-size:28px;line-height:.5em;padding-top:7px}.teaser__cite header img{width:22.5%}.teaser__cite footer{position:absolute;right:27px}.teaser__cite footer::before{color:#888a8b;float:right;font-size:28px;line-height:.5em}.teaser__cite cite{text-align:left;padding:3px 32px;display:inline-block}.teaser__cite h4{margin:9px 0 0;font-size:17px}.teaser__cite p{font-size:13px;line-height:1.461538461538462em;margin:7px 0 0}.form-list{list-style-type:none}.form-list input[type=email],.form-list input[type=number],.form-list input[type=password],.form-list input[type=text]{width:100%}.Modal{position:absolute;top:140px;left:0;right:0;margin-left:auto;margin-right:auto;max-width:500px;max-height:calc(100vh - 280px);padding:20px;background:#fff;border:2px solid #d1d1d1;outline:0;overflow:auto}.modal-closebutton{position:absolute;top:8px;right:8px;background:0 0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.overlay__react{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;background-color:rgba(0,0,0,.75)}.accordion__trigger{position:relative;display:inline-block;width:100%}.accordion__trigger.icon-arrow-down::before,.accordion__trigger.icon-arrow-up::before{position:absolute;right:0;top:50%;margin-top:-.5em;color:#ba0d3b}.announcement>.wrapper{padding-top:15px;padding-bottom:15px}@media screen and (max-width:640px){.announcement>.wrapper{padding:15px 35px 15px 10px}}.announcement>.wrapper>.close{position:absolute;top:calc(50% - 11px);right:20px;padding:3px 3px 1px;font-size:14px;height:auto!important;width:auto!important}@media screen and (max-width:640px){.announcement>.wrapper>.close{right:10px}}.announcement .checkout-onepage-success p,.announcement .grid-item,.announcement .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.announcement .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.announcement .page__header .menu-user li,.checkout-onepage-success .announcement p,.method-checkout-cart-methods-amazonpayments_pay-bottom .announcement .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .announcement .payButtonWidget,.page__header .menu-user .announcement li{font-size:13px}.announcement .content{border:none}.announcement .content p{text-align:center}.announcement a{color:inherit;text-decoration:underline}.announcement .btn-remove,.announcement .header-minicart .mini-products-list .remove,.announcement .icon-close,.header-minicart .mini-products-list .announcement .remove{text-decoration:none}@media screen and (max-width:640px){.global-messages__container{margin:-5px -10px 10px -10px}}@media screen and (min-width:641px) and (max-width:1101px){.global-messages__container{margin:-10px -20px 10px}}[data-cycle-slides]{max-width:100%}@media screen and (max-width:640px){[data-cycle-slides]{margin-bottom:10px}}[data-cycle-slides] img{max-width:100%}.cycle-slideshow a{line-height:0;display:block}@media screen and (max-width:640px){.accordion-m{border:1px solid #d1d1d1}}.accordion-m__trigger::before{display:none}@media screen and (max-width:640px){.accordion-m__trigger{margin:15px 0!important;padding:0 20px!important}.accordion-m__trigger::before{display:inline-block;position:absolute;right:40px;color:#ba0d3b}}@media screen and (max-width:640px){.accordion-m__content{display:none}}.easyzoom{border:1px solid #d1d1d1;overflow:hidden;position:absolute;top:0;left:0;right:10px;bottom:0;text-align:center;vertical-align:middle;line-height:calc(100vh - 72px)}@media screen and (max-width:640px){.easyzoom{right:0}}.easyzoom a{display:inline-block}.easyzoom span{width:0}.easyzoom-overlay{display:none;position:fixed;top:40px;right:40px;bottom:40px;left:40px;z-index:1060;padding:35px;background:#fff;box-shadow:0 0 2px #333336;border:1px solid #d1d1d1;display:none;flex-wrap:wrap}@media screen and (max-width:640px){.easyzoom-overlay{top:0;right:0;bottom:0;left:0}}.checkout-onepage-success .easyzoom-overlay>p,.easyzoom-overlay>.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom-overlay>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom-overlay>.payButtonWidget,.page__header .menu-user .easyzoom-overlay>li{display:flex;position:relative}.easyzoom-flyout{cursor:zoom-out;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#fff}.easyzoom-flyout img{max-width:none}.easyzoom__big-picture{padding-right:10px;position:relative;height:100%}@media screen and (min-width:1101px){.easyzoom__big-picture{width:calc(100% - 245px)}}@media screen and (min-width:641px) and (max-width:1101px){.easyzoom__big-picture{width:calc(100% - 160px)}}@media screen and (max-width:640px){.easyzoom__big-picture{width:100%;height:calc(100% - 122.5px);padding-right:0;margin-bottom:10px}}.easyzoom__big-picture .embed-container{position:absolute;padding-bottom:0;overflow:hidden;width:auto;height:auto;bottom:0;right:10px;top:0;left:0}.easyzoom__thumbnails{max-height:100%;overflow:auto;position:absolute;left:0;right:0;top:0;bottom:0}@media screen and (min-width:1101px){.easyzoom__thumbnails-container{width:245px}}@media screen and (min-width:641px) and (max-width:1101px){.easyzoom__thumbnails-container{width:160px}}@media screen and (max-width:640px){.easyzoom__thumbnails-container{width:100%;height:112.5px}}.checkout-onepage-success .easyzoom__thumbnails>p,.easyzoom__thumbnails>.grid-item,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.payButtonWidget,.page__header .menu-user .easyzoom__thumbnails>li{background:#f5f5f5;border:1px solid #d1d1d1;margin:0 0 10px;position:relative;width:75px}.checkout-onepage-success .easyzoom__thumbnails>p:hover,.easyzoom__thumbnails>.grid-item:hover,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.amazonpayments-or:hover,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.payButtonWidget:hover,.page__header .menu-user .easyzoom__thumbnails>li:hover{border-color:#ba0d3b}.checkout-onepage-success .easyzoom__thumbnails>p::before,.easyzoom__thumbnails>.grid-item::before,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.amazonpayments-or::before,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.payButtonWidget::before,.page__header .menu-user .easyzoom__thumbnails>li::before{padding:0 0 100%;content:'';display:block}.checkout-onepage-success .easyzoom__thumbnails>p.focus,.easyzoom__thumbnails>.grid-item.focus,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.focus.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.focus.payButtonWidget,.page__header .menu-user .easyzoom__thumbnails>li.focus{border-color:#ba0d3b}.checkout-onepage-success .easyzoom__thumbnails>p a,.easyzoom__thumbnails>.grid-item a,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.amazonpayments-or a,.method-checkout-cart-methods-amazonpayments_pay-bottom .easyzoom__thumbnails>.payButtonWidget a,.page__header .menu-user .easyzoom__thumbnails>li a{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;background-size:contain;background-repeat:no-repeat;background-position:center}.easyzoom__thumbnails .easyzoom__disclaimer{background:0 0;border:none;padding:0;width:100%;font-size:14px;display:inline-block}.easyzoom__thumbnails .easyzoom__disclaimer::before{display:none}#onestepcheckout-form .easyzoom__thumbnails #onestepcheckout-coupon-add,.bCarousel-wrapper .easyzoom__thumbnails .back,.bCarousel-wrapper .easyzoom__thumbnails .forward,.block-account .easyzoom__thumbnails .block-title,.block-account li .easyzoom__thumbnails a,.block-cms-menu li .easyzoom__thumbnails a,.easyzoom__thumbnails #onestepcheckout-form #onestepcheckout-coupon-add,.easyzoom__thumbnails .bCarousel-wrapper .back,.easyzoom__thumbnails .bCarousel-wrapper .forward,.easyzoom__thumbnails .block-account .block-title,.easyzoom__thumbnails .block-account li a,.easyzoom__thumbnails .block-cms-menu li a,.easyzoom__thumbnails .btn-remove,.easyzoom__thumbnails .header-minicart .mini-products-list .remove,.easyzoom__thumbnails .icon,.easyzoom__thumbnails .list--guillemets li,.easyzoom__thumbnails .sidebar__section .accordion__content ul>li,.easyzoom__thumbnails input[type=checkbox]:checked,.header-minicart .mini-products-list .easyzoom__thumbnails .remove,.list--guillemets .easyzoom__thumbnails li,.sidebar__section .accordion__content .easyzoom__thumbnails ul>li{text-align:center}#onestepcheckout-form .easyzoom__thumbnails #onestepcheckout-coupon-add::before,.bCarousel-wrapper .easyzoom__thumbnails .back::before,.bCarousel-wrapper .easyzoom__thumbnails .forward::before,.block-account .easyzoom__thumbnails .block-title::before,.block-account li .easyzoom__thumbnails a::before,.block-cms-menu li .easyzoom__thumbnails a::before,.easyzoom__thumbnails #onestepcheckout-form #onestepcheckout-coupon-add::before,.easyzoom__thumbnails .bCarousel-wrapper .back::before,.easyzoom__thumbnails .bCarousel-wrapper .forward::before,.easyzoom__thumbnails .block-account .block-title::before,.easyzoom__thumbnails .block-account li a::before,.easyzoom__thumbnails .block-cms-menu li a::before,.easyzoom__thumbnails .btn-remove::before,.easyzoom__thumbnails .header-minicart .mini-products-list .remove::before,.easyzoom__thumbnails .icon::before,.easyzoom__thumbnails .list--guillemets li::before,.easyzoom__thumbnails .sidebar__section .accordion__content ul>li::before,.easyzoom__thumbnails input[type=checkbox]:checked::before,.header-minicart .mini-products-list .easyzoom__thumbnails .remove::before,.list--guillemets .easyzoom__thumbnails li::before,.sidebar__section .accordion__content .easyzoom__thumbnails ul>li::before{background:rgba(255,255,255,.75);font-size:14px;color:#ba0d3b;display:inline-block;text-align:center;vertical-align:middle;margin-top:21px;padding-left:.25em;width:28px;height:28px;line-height:28px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#onestepcheckout-form .easyzoom__thumbnails #onestepcheckout-coupon-add:hover::before,.bCarousel-wrapper .easyzoom__thumbnails .back:hover::before,.bCarousel-wrapper .easyzoom__thumbnails .forward:hover::before,.block-account .easyzoom__thumbnails .block-title:hover::before,.block-account li .easyzoom__thumbnails a:hover::before,.block-cms-menu li .easyzoom__thumbnails a:hover::before,.easyzoom__thumbnails #onestepcheckout-form #onestepcheckout-coupon-add:hover::before,.easyzoom__thumbnails .bCarousel-wrapper .back:hover::before,.easyzoom__thumbnails .bCarousel-wrapper .forward:hover::before,.easyzoom__thumbnails .block-account .block-title:hover::before,.easyzoom__thumbnails .block-account li a:hover::before,.easyzoom__thumbnails .block-cms-menu li a:hover::before,.easyzoom__thumbnails .btn-remove:hover::before,.easyzoom__thumbnails .header-minicart .mini-products-list .remove:hover::before,.easyzoom__thumbnails .icon:hover::before,.easyzoom__thumbnails .list--guillemets li:hover::before,.easyzoom__thumbnails .sidebar__section .accordion__content ul>li:hover::before,.easyzoom__thumbnails input[type=checkbox]:checked:hover::before,.header-minicart .mini-products-list .easyzoom__thumbnails .remove:hover::before,.list--guillemets .easyzoom__thumbnails li:hover::before,.sidebar__section .accordion__content .easyzoom__thumbnails ul>li:hover::before{background:rgba(186,13,59,.75);color:#fff}.overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:rgba(0,0,0,.75)}.overlay__close{position:absolute;top:10px;right:10px;font-size:14px;background:0 0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-image-gallery:hover{cursor:pointer}.easyzoom__toggle{position:absolute;top:0;right:0;bottom:0;left:0;cursor:zoom-in;z-index:1}.easyzoom-notice{display:none}.easyzoom{position:relative;display:inline-block}.easyzoom.is-loading img{cursor:progress}.easyzoom.is-ready img{cursor:crosshair}.easyzoom.is-error img{cursor:not-allowed}.easyzoom-notice{position:absolute;top:50%;left:50%;z-index:150;width:10em;margin:-1em 0 0 -5em;line-height:2em;text-align:center;background:#fff;box-shadow:0 0 10px #888}.easyzoom-flyout{position:absolute;z-index:100;overflow:hidden;background:#fff}.easyzoom--overlay .easyzoom-flyout{top:0;left:0;width:100%;height:100%}.easyzoom--adjacent .easyzoom-flyout{top:0;left:100%;width:100%;height:100%;margin-left:20px}iframe{max-width:100%}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;height:auto}.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.embed-container img{position:absolute;top:0;left:0;width:100%;height:100%}.embed-container.ratio4x3{padding-bottom:75%}.player-controls{background-color:#252428;color:#fff;padding:20px 25px}#co-shipping-method-form .buttons-set .player-controls .button,#discount-coupon-form .player-controls button,#freegift-coupon-form .button-wrapper .player-controls .button2,#onestepcheckout-form .player-controls button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .player-controls .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .player-controls .button.link-edit.button-secondary,.block-cart .block-content .actions .player-controls a,.cart-table .product-cart-actions .player-controls .button,.cart.display-single-price .player-controls .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .player-controls input[type=submit],.player-controls #co-shipping-method-form .buttons-set .button,.player-controls #discount-coupon-form button,.player-controls #freegift-coupon-form .button-wrapper .button2,.player-controls #onestepcheckout-form button.onestepcheckout-place-order,.player-controls #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.player-controls #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.player-controls .block-cart .block-content .actions a,.player-controls .btn,.player-controls .button,.player-controls .cart-table .product-cart-actions .button,.player-controls .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.player-controls .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{background-color:transparent;border:none}.checkout-onepage-success .player-controls p,.method-checkout-cart-methods-amazonpayments_pay-bottom .player-controls .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .player-controls .payButtonWidget,.page__header .menu-user .player-controls li,.player-controls .checkout-onepage-success p,.player-controls .grid-item,.player-controls .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.player-controls .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.player-controls .page__header .menu-user li{vertical-align:middle}.embed__volume{position:relative}.embed__volume:hover .embed__volume--range{display:block}.embed__volume .embed__volume--range{position:absolute;left:-50%;bottom:260%;width:100px;height:30px;padding:0 10px;margin-left:17.5px;display:none;background-color:#252428;-webkit-transform:rotateZ(-90deg);-moz-transform:rotateZ(-90deg);-ms-transform:rotateZ(-90deg);-o-transform:rotateZ(-90deg);transform:rotateZ(-90deg)}.embed__volume #embed__volume{width:100%}#embed__range{vertical-align:middle}#freegift .product-shop{padding-left:0}#freegift .button{background-color:#7cb900;color:#fafddb!important;font-size:14px;padding:5px 10px;text-transform:none;border:0;width:100%}#freegift .button:hover{background-color:#ba0d3b}.bCarousel-wrapper .back,.bCarousel-wrapper .forward{border:1px solid #ba0d3b;background-color:#ba0d3b!important;background-image:none!important;color:#fafddb!important;font-size:18px;text-indent:0!important;line-height:40px!important}.bCarousel-wrapper .back::before,.bCarousel-wrapper .forward::before{color:#fff;display:block!important;font-family:campuspoint-icon;font-size:inherit}.bCarousel-wrapper .mw-fg-item{font-size:14px}.mw-fg-cart-title{background:#7cb900!important;border-bottom:1px solid #d4d4d4;color:#fafddb!important;font-size:14px!important}.section-freegift{position:relative}.section-freegift .mw-fg-items a{display:inline-block;padding:0;text-align:center;width:100%}.mw-fg-image-item .section-freegift .mw-fg-items a{line-height:0}.section-freegift .mw-fg-items .mw-fg-item-name a{color:#000;font-weight:700;text-align:left}.section-freegift .mw-fg-items .mw-fg-item-option-title{border:none;color:#000;font-size:13px;font-style:normal;font-weight:400;margin:0;padding:0}.section-freegift .mw-fg-items img{display:inline-block;border:none}.section-freegift .mw-fg-items li{margin:0}.section-freegift #freegift .product-image img{border:none}.section-freegift #freegift li{margin:0}.freegift-tooltip .tooltip__content{bottom:calc(100% + 15px)!important;left:5px!important;max-width:250px!important;width:300px!important}.freegift-tooltip .tooltip__content p img{position:relative;float:none}.freegift-tooltip .tooltip__content li{list-style:none}.freegift-tooltip .tooltip__content>.triangle--bottom{bottom:-14px;left:0;padding:0 15px}.tooltip__trigger .label-freegift{position:relative;top:unset;left:unset;right:unset}.tooltip__trigger .mw-fg-catalog-list{margin:0}.tooltip__trigger .mw-fg-catalog-product{padding:0}.products-grid header{position:relative}.products-grid header .freegift-tooltip{position:absolute;top:unset;right:0;bottom:33px}.products-list .freegift-tooltip{position:absolute;bottom:0;left:7px}.hauly-select{position:relative;cursor:pointer}.hauly-select *{cursor:pointer}.hauly-select__label::before{position:absolute;right:20px;top:50%;margin-top:-.5em;pointer-events:none}.checkout-onepage-success .hauly-select__label .hauly-select__option p.select-option__label,.hauly-select__label .hauly-select__option .checkout-onepage-success p.select-option__label,.hauly-select__label .hauly-select__option .grid-item.select-option__label,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.hauly-select__label .hauly-select__option .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .select-option__label.payButtonWidget,.page__header .menu-user .hauly-select__label .hauly-select__option li.select-option__label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:85%}@media screen and (min-width:641px) and (max-width:1101px){.checkout-onepage-success .hauly-select__label .hauly-select__option p.select-option__label,.hauly-select__label .hauly-select__option .checkout-onepage-success p.select-option__label,.hauly-select__label .hauly-select__option .grid-item.select-option__label,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.amazonpayments-or,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__label.payButtonWidget,.hauly-select__label .hauly-select__option .page__header .menu-user li.select-option__label,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .select-option__label.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .select-option__label.payButtonWidget,.page__header .menu-user .hauly-select__label .hauly-select__option li.select-option__label{width:calc(85% - 25px)}}.hauly-select__label .hauly-select--default,.hauly-select__label .hauly-select__option{vertical-align:middle;height:31px}.checkout-onepage-success .hauly-select__label .hauly-select--default p,.checkout-onepage-success .hauly-select__label .hauly-select__option p,.hauly-select__label .hauly-select--default .checkout-onepage-success p,.hauly-select__label .hauly-select--default .grid-item,.hauly-select__label .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select__label .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select__label .hauly-select--default .page__header .menu-user li,.hauly-select__label .hauly-select__option .checkout-onepage-success p,.hauly-select__label .hauly-select__option .grid-item,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select__label .hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select__label .hauly-select__option .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select--default .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select--default .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__label .hauly-select__option .payButtonWidget,.page__header .menu-user .hauly-select__label .hauly-select--default li,.page__header .menu-user .hauly-select__label .hauly-select__option li{padding:5px 50px 5px 10px}.hauly-select__label.active+.hauly-select__options{display:table-header-group}.hauly-select__options{display:none;position:absolute;top:100%;left:0;width:100%;z-index:1030;margin-top:-1px}@media screen and (min-width:1101px){.hauly-select__options{max-height:590px;overflow:auto}}.hauly-select__options.active{display:table-header-group}.hauly-select__options .hauly-select--default{padding:0}.checkout-onepage-success .hauly-select__options .hauly-select--default p,.hauly-select__options .hauly-select--default .checkout-onepage-success p,.hauly-select__options .hauly-select--default .grid-item,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select__options .hauly-select--default .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .payButtonWidget,.page__header .menu-user .hauly-select__options .hauly-select--default li{width:100%;padding:5px}.checkout-onepage-success .hauly-select__options .hauly-select--default p:first-child,.hauly-select__options .hauly-select--default .checkout-onepage-success p:first-child,.hauly-select__options .hauly-select--default .grid-item:first-child,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:first-child,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:first-child,.hauly-select__options .hauly-select--default .page__header .menu-user li:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .amazonpayments-or:first-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .payButtonWidget:first-child,.page__header .menu-user .hauly-select__options .hauly-select--default li:first-child{padding-left:7.5px}.checkout-onepage-success .hauly-select__options .hauly-select--default p:last-child,.hauly-select__options .hauly-select--default .checkout-onepage-success p:last-child,.hauly-select__options .hauly-select--default .grid-item:last-child,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or:last-child,.hauly-select__options .hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget:last-child,.hauly-select__options .hauly-select--default .page__header .menu-user li:last-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .amazonpayments-or:last-child,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__options .hauly-select--default .payButtonWidget:last-child,.page__header .menu-user .hauly-select__options .hauly-select--default li:last-child{padding-right:7.5px}.checkout-onepage-success .hauly-select--default p,.checkout-onepage-success .hauly-select__option p,.hauly-select--default .checkout-onepage-success p,.hauly-select--default .grid-item,.hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select--default .page__header .menu-user li,.hauly-select__option .checkout-onepage-success p,.hauly-select__option .grid-item,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .amazonpayments-or,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .payButtonWidget,.hauly-select__option .page__header .menu-user li,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select--default .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select--default .payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .payButtonWidget,.page__header .menu-user .hauly-select--default li,.page__header .menu-user .hauly-select__option li{padding:5px;vertical-align:middle}.checkout-onepage-success .hauly-select--default p.select-option__logo,.checkout-onepage-success .hauly-select__option p.select-option__logo,.hauly-select--default .checkout-onepage-success p.select-option__logo,.hauly-select--default .grid-item.select-option__logo,.hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.amazonpayments-or,.hauly-select--default .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.payButtonWidget,.hauly-select--default .page__header .menu-user li.select-option__logo,.hauly-select__option .checkout-onepage-success p.select-option__logo,.hauly-select__option .grid-item.select-option__logo,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.amazonpayments-or,.hauly-select__option .method-checkout-cart-methods-amazonpayments_pay-bottom .select-option__logo.payButtonWidget,.hauly-select__option .page__header .menu-user li.select-option__logo,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select--default .select-option__logo.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select--default .select-option__logo.payButtonWidget,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .select-option__logo.amazonpayments-or,.method-checkout-cart-methods-amazonpayments_pay-bottom .hauly-select__option .select-option__logo.payButtonWidget,.page__header .menu-user .hauly-select--default li.select-option__logo,.page__header .menu-user .hauly-select__option li.select-option__logo{line-height:1em}.select-trigger{bottom:0;display:none;height:25px;right:5px;top:4px;padding:0!important;position:absolute;width:40px}.hauly-select__label .select-trigger{display:block}.hauly-select{background-color:#fff}.hauly-select__label{border:1px solid #d1d1d1}.hauly-select__label::before{color:#ba0d3b}.hauly-select__label .hauly-select--default,.hauly-select__label .hauly-select__option{border:none!important}.hauly-select__options{background-color:#fff;-webkit-box-shadow:0 10px 25px -10px #333336;-moz-box-shadow:0 10px 25px -10px #333336;box-shadow:0 10px 25px -10px #333336}.hauly-select__options .hauly-select--default{border:1px solid #d1d1d1;border-bottom:none}.hauly-select__options .hauly-select--default:hover{background-color:#d1d1d1}.hauly-select__options .hauly-select__option{border:1px solid #d1d1d1;border-bottom:none}.hauly-select__options .hauly-select__option:hover{background-color:#d1d1d1}.hauly-select__options .hauly-select__option:hover input{border-color:#fff}.hauly-select__options .hauly-select__option:hover input:checked{border-color:#ba0d3b}.hauly-select__options .hauly-select__option:last-child{border-bottom:1px solid #d1d1d1}.hauly-tile{position:relative}.hauly-tile#additionals{padding-top:7px}.hauly-tile#additionals .tile__wrap{padding-bottom:80px}@media screen and (max-width:640px){.hauly-tile#additionals .tile__wrap{padding-bottom:130px!important}}.hauly-tile#additionals .tile__tab-nav{margin:25px 0 30px}.hauly-tile#additionals .relatedtabed-btn{margin:10px 0}@media screen and (min-width:641px) and (max-width:1101px){.hauly-tile#additionals .tile-sum__count{margin-right:0}}.hauly-tile#additionals .tile-container .actions{left:10px;right:10px}.hauly-tile__viewport{width:calc(100% + 3px);overflow:hidden;position:relative;margin-left:-3px}@media screen and (max-width:640px){.hauly-tile__viewport{width:100%}}.hauly-tile--nextPrev-side .hauly-tile__viewport{margin-left:0;padding:0 21px;width:100%}.hauly-tile--nextPrev-side .hauly-tile__viewport .tile-container .tile{margin-bottom:0}.checkout-cart-index .crosssell .hauly-tile__viewport{margin-left:0}.hauly-tile__track{white-space:nowrap}.hauly-tile__slide{float:left;white-space:normal}@media screen and (max-width:640px){.hauly-tile__slide{padding:0}}.hauly-tile__slide .related-checkbox{position:absolute;top:10px}.hauly-tile__slide.tile-container--4 .tile__wrap{padding-top:0}.hauly-tile__buttons{min-height:0}#co-shipping-method-form .buttons-set .hauly-tile__buttons .button,#discount-coupon-form .hauly-tile__buttons button,#freegift-coupon-form .button-wrapper .hauly-tile__buttons .button2,#onestepcheckout-form .hauly-tile__buttons button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .button.link-edit.button-secondary,.block-cart .block-content .actions .hauly-tile__buttons a,.cart-table .product-cart-actions .hauly-tile__buttons .button,.cart.display-single-price .hauly-tile__buttons .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .hauly-tile__buttons input[type=submit],.hauly-tile__buttons #co-shipping-method-form .buttons-set .button,.hauly-tile__buttons #discount-coupon-form button,.hauly-tile__buttons #freegift-coupon-form .button-wrapper .button2,.hauly-tile__buttons #onestepcheckout-form button.onestepcheckout-place-order,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.hauly-tile__buttons .block-cart .block-content .actions a,.hauly-tile__buttons .btn,.hauly-tile__buttons .button,.hauly-tile__buttons .cart-table .product-cart-actions .button,.hauly-tile__buttons .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.hauly-tile__buttons .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{text-align:center;padding:9px 11px!important;padding:4px 0 0!important}@media screen and (max-width:640px){#co-shipping-method-form .buttons-set .hauly-tile__buttons .button,#discount-coupon-form .hauly-tile__buttons button,#freegift-coupon-form .button-wrapper .hauly-tile__buttons .button2,#onestepcheckout-form .hauly-tile__buttons button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .button.link-edit.button-secondary,.block-cart .block-content .actions .hauly-tile__buttons a,.cart-table .product-cart-actions .hauly-tile__buttons .button,.cart.display-single-price .hauly-tile__buttons .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .hauly-tile__buttons input[type=submit],.hauly-tile__buttons #co-shipping-method-form .buttons-set .button,.hauly-tile__buttons #discount-coupon-form button,.hauly-tile__buttons #freegift-coupon-form .button-wrapper .button2,.hauly-tile__buttons #onestepcheckout-form button.onestepcheckout-place-order,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.hauly-tile__buttons .block-cart .block-content .actions a,.hauly-tile__buttons .btn,.hauly-tile__buttons .button,.hauly-tile__buttons .cart-table .product-cart-actions .button,.hauly-tile__buttons .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.hauly-tile__buttons .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{position:absolute;z-index:1020}}#co-shipping-method-form .buttons-set .hauly-tile__buttons .hauly-tile__prev.button,#discount-coupon-form .hauly-tile__buttons button.hauly-tile__prev,#freegift-coupon-form .button-wrapper .hauly-tile__buttons .hauly-tile__prev.button2,#onestepcheckout-form .hauly-tile__buttons button.hauly-tile__prev.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .hauly-tile__prev.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .hauly-tile__prev.button.link-edit.button-secondary,.block-cart .block-content .actions .hauly-tile__buttons a.hauly-tile__prev,.cart.display-single-price .hauly-tile__buttons .hauly-tile__prev.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .hauly-tile__buttons input.hauly-tile__prev[type=submit],.hauly-tile__buttons #co-shipping-method-form .buttons-set .hauly-tile__prev.button,.hauly-tile__buttons #discount-coupon-form button.hauly-tile__prev,.hauly-tile__buttons #freegift-coupon-form .button-wrapper .hauly-tile__prev.button2,.hauly-tile__buttons #onestepcheckout-form button.hauly-tile__prev.onestepcheckout-place-order,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .hauly-tile__prev.button.btn-cart,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .hauly-tile__prev.button.link-edit.button-secondary,.hauly-tile__buttons .block-cart .block-content .actions a.hauly-tile__prev,.hauly-tile__buttons .btn.hauly-tile__prev,.hauly-tile__buttons .cart.display-single-price .hauly-tile__prev.button.btn-proceed-checkout.btn-checkout,.hauly-tile__buttons .checkout-onepage-success #ts_classic_subscribtion table input.hauly-tile__prev[type=submit],.hauly-tile__buttons .hauly-tile__prev.button{left:0}#co-shipping-method-form .buttons-set .hauly-tile__buttons .hauly-tile__next.button,#discount-coupon-form .hauly-tile__buttons button.hauly-tile__next,#freegift-coupon-form .button-wrapper .hauly-tile__buttons .hauly-tile__next.button2,#onestepcheckout-form .hauly-tile__buttons button.hauly-tile__next.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .hauly-tile__next.button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__buttons .hauly-tile__next.button.link-edit.button-secondary,.block-cart .block-content .actions .hauly-tile__buttons a.hauly-tile__next,.cart.display-single-price .hauly-tile__buttons .hauly-tile__next.button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .hauly-tile__buttons input.hauly-tile__next[type=submit],.hauly-tile__buttons #co-shipping-method-form .buttons-set .hauly-tile__next.button,.hauly-tile__buttons #discount-coupon-form button.hauly-tile__next,.hauly-tile__buttons #freegift-coupon-form .button-wrapper .hauly-tile__next.button2,.hauly-tile__buttons #onestepcheckout-form button.hauly-tile__next.onestepcheckout-place-order,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .hauly-tile__next.button.btn-cart,.hauly-tile__buttons #wishlist-table td.customer-wishlist-item-cart .hauly-tile__next.button.link-edit.button-secondary,.hauly-tile__buttons .block-cart .block-content .actions a.hauly-tile__next,.hauly-tile__buttons .btn.hauly-tile__next,.hauly-tile__buttons .cart.display-single-price .hauly-tile__next.button.btn-proceed-checkout.btn-checkout,.hauly-tile__buttons .checkout-onepage-success #ts_classic_subscribtion table input.hauly-tile__next[type=submit],.hauly-tile__buttons .hauly-tile__next.button{right:0}.hauly-tile--nextPrev-side .hauly-tile__buttons{display:block}.hauly-tile--nextPrev-side .hauly-tile__next,.hauly-tile--nextPrev-side .hauly-tile__prev{position:absolute;top:0;bottom:0;z-index:1010}.hauly-tile--nextPrev-side .hauly-tile__next{right:0}.hauly-tile--nextPrev-side .hauly-tile__prev{left:0}.hauly-tile__hover-content{display:none;position:absolute;right:10px;left:10px;font-size:14px;line-height:1.3em}#co-shipping-method-form .buttons-set .hauly-tile__hover-content .button,#discount-coupon-form .hauly-tile__hover-content button,#freegift-coupon-form .button-wrapper .hauly-tile__hover-content .button2,#onestepcheckout-form .hauly-tile__hover-content button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__hover-content .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .hauly-tile__hover-content .button.link-edit.button-secondary,.block-cart .block-content .actions .hauly-tile__hover-content a,.cart-table .product-cart-actions .hauly-tile__hover-content .button,.cart.display-single-price .hauly-tile__hover-content .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .hauly-tile__hover-content input[type=submit],.hauly-tile__hover-content #co-shipping-method-form .buttons-set .button,.hauly-tile__hover-content #discount-coupon-form button,.hauly-tile__hover-content #freegift-coupon-form .button-wrapper .button2,.hauly-tile__hover-content #onestepcheckout-form button.onestepcheckout-place-order,.hauly-tile__hover-content #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.hauly-tile__hover-content #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.hauly-tile__hover-content .block-cart .block-content .actions a,.hauly-tile__hover-content .btn,.hauly-tile__hover-content .button,.hauly-tile__hover-content .cart-table .product-cart-actions .button,.hauly-tile__hover-content .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.hauly-tile__hover-content .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{font-size:14px;text-transform:none;padding:5px 0 5px;margin:0 0 10px}.hauly-tile__hover-content p{margin-bottom:.5em}.hauly-tile__hover-container{border:1px solid #ba0d3b;background:#fff;position:absolute;z-index:99;display:none;z-index:1010;-webkit-box-shadow:0 0 0 2px #fff;-moz-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}.hauly-tile__hover-container .hauly-tile__hover-content{display:block}.hauly-tile__hover-container.tile-container{padding:0!important}.hauly-tile__hover-container .tile{width:100%;margin-bottom:0;padding:0!important}.hauly-tile__hover-container .tile__wrap{border-color:#fff;padding-top:0!important;padding-right:9px!important;padding-left:9px!important}.hauly-tile__hover-container .tile__wrap:hover{border:1px solid transparent}.hauly-tile__hover-container .image__container{margin:7px 0 -2.5% -3px;width:calc(100% + 6px)}.hauly-tile__hover-container .requiresObligationBtn{font-size:11px;margin-bottom:0}.hauly-tile__hover-container .price-box{margin:-1px -1px 0 0!important}@media screen and (max-width:640px){[data-hauly-tiles-m="1"] .tile-container .tile{padding:0;overflow-x:hidden}[data-hauly-tiles-m="1"].js-haulyTile--not-initialized .tile{width:100%}[data-hauly-tiles-m="1"].js-haulyTile--not-initialized .tile:nth-child(n+2){display:none}}.info-overlay{background:#fff;border:2px solid #d1d1d1;display:none;overflow:auto;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);box-shadow:0 2px 4px 0 rgba(0,0,0,.35)}.info-overlay.active{display:block;position:fixed;top:40px;left:50%;z-index:1050;max-height:calc(100vh - 80px);min-height:250px}@media screen and (min-width:1101px){.info-overlay.active{margin-left:-387px;width:774px}}@media screen and (min-width:641px) and (max-width:1101px){.info-overlay.active{margin-left:calc((100% - 80px)/ -2);width:calc(100% - 80px)}}@media screen and (max-width:640px){.info-overlay.active{top:10px;right:10px;left:10px;max-height:calc(100% - 20px)}}.info-overlay .product-img-box{width:177px;float:left}@media screen and (max-width:640px){.info-overlay .product-img-box{width:100%}}.info-overlay .product-image{line-height:0}@media screen and (min-width:641px) and (max-width:1101px){.info-overlay .product-image{width:160px}}@media screen and (max-width:640px){.info-overlay .product-image{text-align:center}}@media screen and (min-width:641px) and (max-width:1101px){.info-overlay .product-image img{display:block}}.info-overlay .price{font-size:inherit}.info-overlay .product-shop{display:inline-block;padding-left:0!important;width:calc(100% - 177px)!important}@media screen and (max-width:640px){.info-overlay .product-shop{width:100%!important}}.info-overlay .product-shop .product-name h1{font-size:19px;text-transform:none}.info-overlay .product-shop .data-table,.info-overlay .product-shop table,.info-overlay .product-shop table.data-table{margin-top:5px}.info-overlay .product-view{font-size:16px}.info-overlay .product-collateral{font-size:13px;line-height:1.2em}.info-overlay .short-description .std{font-size:13px}.info-overlay .short-description .std p{font-size:13px}.info-overlay table{font-size:13px}.info-overlay table th{padding:7px 10px 5px!important}.info-overlay table td{padding:5px 10px 4px!important}.info-overlay .note_text{font-size:13px}.info-overlay__bg{background:rgba(0,0,0,.75);position:fixed;top:0;left:0;z-index:1040;width:100%;height:100%;display:none}.js-info-overlay__close{position:absolute;right:10px;color:#d1d1d1;z-index:1020}.js-info-overlay__close:hover{color:#ba0d3b}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none;cursor:e-resize}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-slider{background-color:#d4d4d4;margin:25px 0 25px;height:5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.ui-slider .ui-slider-handle{margin-top:-1.5px;outline:0}@media screen and (max-width:1100px){.ui-slider .ui-slider-handle{margin-top:-8.5px;height:32px;width:32px}}.ui-slider .ui-slider-handle::before{background:#fff;border:3px solid #ba0d3b;content:'';display:inline-block;height:16px;width:16px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}@media screen and (max-width:1100px){.ui-slider .ui-slider-handle::before{margin:8px}}.ui-slider .ui-slider-handle:nth-child(2)::before{margin-right:-9px}.ui-slider .ui-slider-handle:last-child::before{margin-left:9px}.ui-slider .ui-slider-range{background-color:#ba0d3b}.slider-range-amount{font-weight:700;border:none!important}.slider-range__container{padding:0 8px}.slider-range__reset{float:right}.wrap{width:100%;position:absolute;top:50%}.spinner-wrap{margin:auto;position:absolute;top:50%;left:50%;transform:translateX(-50%);width:100px}.spinner{height:100px;width:100px;display:inline-block;margin:-50px auto 0;animation:spin 1s steps(12,end) infinite}.spinner:first-child{margin-right:50px}.spinner i{height:6px;width:6px;margin-left:-3px;display:block;transition:height 1s;position:absolute;left:50%;transform-origin:center 50px;background:#ba0d3b;border-radius:3px}.spinner i:nth-child(1){opacity:.08}.spinner i:nth-child(2){transform:rotate(30deg);opacity:.167}.spinner i:nth-child(3){transform:rotate(60deg);opacity:.25}.spinner i:nth-child(4){transform:rotate(90deg);opacity:.33}.spinner i:nth-child(5){transform:rotate(120deg);opacity:.4167}.spinner i:nth-child(6){transform:rotate(150deg);opacity:.5}.spinner i:nth-child(7){transform:rotate(180deg);opacity:.583}.spinner i:nth-child(8){transform:rotate(210deg);opacity:.67}.spinner i:nth-child(9){transform:rotate(240deg);opacity:.75}.spinner i:nth-child(10){transform:rotate(270deg);opacity:.833}.spinner i:nth-child(11){transform:rotate(300deg);opacity:.9167}.spinner i:nth-child(12){transform:rotate(330deg);opacity:1}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar .dc-widget-postslider{max-width:100%;width:100%!important}.sidebar .dc-widget-postslider .slide-krista{width:100%}.sidebar .dc-widget-postslider img{width:100%;max-width:100%}.sidebar .dc-widget-postslider .btn-bar.tile__tab-nav{margin:0 0 16px 5px;bottom:0!important;width:100%}.sidebar .dc-widget-postslider .btn-bar.tile__tab-nav .tile__tab-trigger{width:15px!important;height:15px!important;margin-top:0;line-height:15px;border:1px solid #fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sidebar .dc-widget-postslider .btn-bar.tile__tab-nav .tile__tab-trigger.btn-active{background-color:#ba0d3b}.sidebar .dc-widget-postslider .btn-bar.tile__tab-nav .tile__tab-trigger.active{background-color:#d9d9d9}#co-shipping-method-form .buttons-set .sidebar .dc-widget-postslider .button,#discount-coupon-form .sidebar .dc-widget-postslider button,#freegift-coupon-form .button-wrapper .sidebar .dc-widget-postslider .button2,#onestepcheckout-form .sidebar .dc-widget-postslider button.onestepcheckout-place-order,#wishlist-table td.customer-wishlist-item-cart .sidebar .dc-widget-postslider .button.btn-cart,#wishlist-table td.customer-wishlist-item-cart .sidebar .dc-widget-postslider .button.link-edit.button-secondary,.block-cart .block-content .actions .sidebar .dc-widget-postslider a,.cart.display-single-price .sidebar .dc-widget-postslider .button.btn-proceed-checkout.btn-checkout,.checkout-onepage-success #ts_classic_subscribtion table .sidebar .dc-widget-postslider input[type=submit],.sidebar .dc-widget-postslider #co-shipping-method-form .buttons-set .button,.sidebar .dc-widget-postslider #discount-coupon-form button,.sidebar .dc-widget-postslider #freegift-coupon-form .button-wrapper .button2,.sidebar .dc-widget-postslider #onestepcheckout-form button.onestepcheckout-place-order,.sidebar .dc-widget-postslider #wishlist-table td.customer-wishlist-item-cart .button.btn-cart,.sidebar .dc-widget-postslider #wishlist-table td.customer-wishlist-item-cart .button.link-edit.button-secondary,.sidebar .dc-widget-postslider .block-cart .block-content .actions a,.sidebar .dc-widget-postslider .btn,.sidebar .dc-widget-postslider .btn-active,.sidebar .dc-widget-postslider .button,.sidebar .dc-widget-postslider .cart.display-single-price .button.btn-proceed-checkout.btn-checkout,.sidebar .dc-widget-postslider .checkout-onepage-success #ts_classic_subscribtion table input[type=submit]{width:5%;margin-right:5px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(https://www.campuspoint.de/skin/frontend/rwd/campuspoint/images/ajax-loader.gif) center center no-repeat}.slick-next,.slick-prev{position:absolute;z-index:1;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;outline:0;background-color:transparent}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;color:#ba0d3b;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}@media screen and (max-width:640px){.slick-prev{left:0}}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:""}@media screen and (max-width:640px){.slick-prev:before{color:#fff}}[dir=rtl] .slick-prev:before{content:""}.slick-next{right:-25px}@media screen and (max-width:640px){.slick-next{right:0}}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:""}@media screen and (max-width:640px){.slick-next:before{color:#fff}}[dir=rtl] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.suggestions{position:absolute!important;top:100%!important;top:calc(100% + 6px)!important;left:0;right:0;z-index:1010;background-color:#fff;border-top:none}.suggestions::before{z-index:1010;border-bottom-color:#d1d1d1}.suggestions ul{position:relative;padding:15px;list-style:none;border:1px solid #d1d1d1!important;border-top-width:0;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.5);box-shadow:0 5px 10px 0 rgba(0,0,0,.5)}.suggestions ul li{font-size:14px}.suggestions li{padding:10px 0!important}.suggestions .last{border-top:1px solid #ba0d3b}.tooltip__trigger{color:#ba0d3b;cursor:pointer;position:relative}.tooltip__trigger:hover .tooltip__content{display:block}.tooltip__content{display:none;position:absolute;z-index:1500;background-color:#fff;border:1px solid #d1d1d1;text-align:left;color:#000;padding:15px;width:200px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.35);box-shadow:0 2px 4px 0 rgba(0,0,0,.35)}@media screen and (min-width:1101px){.tooltip__content--big{max-width:600px;width:60vw}}@media screen and (min-width:641px) and (max-width:1101px){.tooltip__content--big{max-width:380px;width:60vw}}.tooltip__content p{padding-right:0}.tooltip__content p img{position:static;float:right;margin:0 0 .25em .25em}.tooltip--bottom .tooltip__content{left:-19px;top:calc(100% + 15px)}.tooltip__content .block.block-cart,.tooltip__content .triangle--top{position:absolute;top:-15px;left:0;right:0;padding:0 15px}.tooltip--left .tooltip__content{right:10px;top:10px}.tooltip--top .tooltip__content{bottom:100%;max-width:250px;left:-31px}.tooltip--text{font-size:12px}.tooltip--text.tooltip--top .tooltip__content{bottom:calc(100% - -10px)}.tooltip--text.tooltip--top .triangle--bottom{bottom:-1.25em;left:0;width:100%;padding-left:33px}.image__container .tooltip__trigger .label-freegift,.item .tooltip__trigger .label-freegift{margin-top:15px;width:80px!important}.image__container .tooltip__trigger .tooltip__content,.item .tooltip__trigger .tooltip__content{left:0;width:250px}.image__container .tooltip__trigger .tooltip__content p img,.item .tooltip__trigger .tooltip__content p img{float:none}.freegift-tooltip{display:block}.widget-new-products .freegift-tooltip{position:absolute;top:133px;right:20px}.mw-fg-items{margin-left:0!important}.freegiftReactContainer{position:absolute;bottom:-16px;right:-9px}.freegiftReactContainer img.label-freegift{width:100%!important;max-width:140px}@media screen and (max-width:640px){.freegiftReactContainer{position:relative}}.more-views .freegiftReactContainer{display:none}@media screen and (max-width:640px){.more-views .freegiftReactContainer{display:block;position:absolute;z-index:1000;right:30px;bottom:3px}.more-views .freegiftReactContainer .tooltip__content{display:none}.more-views .freegiftReactContainer img.label-freegift{max-width:80px}}.product-shop .label-freegift{height:104px!important;width:160px!important}input.validate-error{border-color:red;color:red}input.validate-success:focus{border-color:#16ba42;color:#16ba42}.c-cart-rules{margin-bottom:20px;width:100%;clear:both}.products-list>li .product-shop .c-cart-rules{width:calc(75% + 31px)!important;padding-right:20px}.c-cart-rules__item{width:100%;padding:10px;font-size:13px;text-align:center}.c-cart-rules__item p{margin:0;text-align:center}.product-view .product-shop .extra-info .c-stocknotifier{cursor:pointer}.product-view .product-shop .extra-info .c-stocknotifier .tooltip__content{bottom:calc(100% + 5px)}.product-view .product-shop .extra-info .c-stocknotifier .triangle--bottom.block.block-cart,.product-view .product-shop .extra-info .c-stocknotifier .triangle.triangle--bottom{bottom:-1.25em;left:0;width:100%;padding-left:48px;text-align:inherit}#shopping-cart-table .a-center.product-cart-remove{display:inline-block}@media screen and (max-width:599px){#shopping-cart-table .a-center.product-cart-remove{display:none}}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

