:root {
  --fs--2: clamp(0.6944rem, 0.6885rem + 0.0262vi, 0.72rem);
  --fs--1: clamp(0.8333rem, 0.8179rem + 0.0684vi, 0.9rem);
  --fs-0: clamp(1rem, 0.9712rem + 0.1282vi, 1.125rem);
  --fs-1: clamp(1.2rem, 1.1524rem + 0.2115vi, 1.4063rem);
  --fs-2: clamp(1.44rem, 1.3667rem + 0.326vi, 1.7578rem);
  --fs-3: clamp(1.728rem, 1.6197rem + 0.4813vi, 2.1973rem);
  --fs-4: clamp(2.0736rem, 1.9183rem + 0.6902vi, 2.7466rem);
  --fs-5: clamp(2.4883rem, 2.2703rem + 0.9691vi, 3.4332rem);

  --fs-default: var(--fs-0);
}

/**
 * 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-2018 Magento, 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 */ /* 2 */
  text-size-adjust: 100%; /* 2 */
}

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

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

/*
 * 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.
 */

/*
 * 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';
}

/*
 * 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
   ========================================================================== */

/*
 * 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 */
}

/*
 * 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'] {
  appearance: auto; /* 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'] {
  appearance: textfield; /* 1 */ /* 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 {
  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.
 */
/* ============================================ *
 * Reset
 * ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

@viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a,
button {
  touch-action: manipulation;
}

a {
  text-decoration: none;
}

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

.availability {
  font-size: var(--size-13);
  font-weight: 600;
  margin-bottom: 0;
}

.availability .label {
  display: none;
}

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

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

/* -------------------------------------------- *
 * Block Module
 */
.block-title small {
  color: #a0a0a0;
  font-size: 100%;
  font-weight: normal;
}

.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::after {
  clear: both;
  content: '';
  display: table;
}

.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 (width <= 770px) {
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */

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

/* Adjacent buttons */
@media only screen and (width <= 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }
}

@media only screen and (width <= 479px) {
  .buttons-set .required {
    display: none;
  }
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set::after {
  clear: both;
  content: '';
  display: table;
}

/* -------------------------------------------- *
 * Icons
 */
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.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 {
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: 4px solid #39c;
  border-top: 4px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

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

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

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

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

/* -------------------------------------------- *
 * Container
 */
.main-container::after,
.footer-container::after {
  clear: both;
  content: '';
  display: table;
}

.footer-container {
  padding-top: 0;
}

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

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

.col-left {
  float: left;
  padding-left: 0;
  width: 25%;
}

.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  padding-right: 0;
  width: 25%;
}

.col-right img {
  max-width: 100%;
}

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

.col1-layout .col-main {
  float: none;
  padding: 0;
  width: auto;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.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 (width <= 1000px) {
  .col3-layout .col-right {
    clear: left;
    float: 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%;
  }
}

/* Content Columns */
.col2-set .narrow {
  width: 33%;
}

.col2-set .wide {
  width: 65%;
}

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.global-site-notice p {
  color: #fff;
  font-weight: 100;
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #39c;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.notice {
  color: #e26703;
  float: left;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

/* -------------------------------------------- *
 * Messages
 */
@media only screen and (width >= 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

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

  .order-list-grid .col-3 {
    clear: none;
    padding-top: 0;
    width: 20%;
  }
}

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  background: #fff;
  height: auto;
  padding: 20px;
}

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
}

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

.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price .price-label,
.price-box .special-price .price-label,
.price-box.bundle .price-from .price-label,
.price-box.bundle .price-to .price-label {
  display: none;
}

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

span.weee {
  display: block;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.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 {
  background-color: #f6f6f6;
  border: 1px solid #39c;
  display: none;
  left: -100px;
  padding: 8px;
  position: absolute;
  top: 21px;
  width: 200px;
  z-index: 300;
}

.truncated .truncated_full_value .item-options::after {
  border-bottom: 7px solid #39c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 97px;
  position: absolute;
  top: -7px;
  width: 0;
}

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

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

@media only screen and (width <= 479px) {
  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    background-color: transparent;
    border: none;
    display: block;
    position: static;
    width: 100%;
    z-index: 1;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options::after {
    display: none;
  }
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  background: #fff;
  margin: 20px;
  width: 6.5in;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}

.add-to-links a {
  display: inline-block;
  padding: 0 3px 3px;
}

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

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

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

.std .note {
  color: #a0a0a0;
  font-size: var(--size-13);
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  cursor: pointer;
  position: relative;
}

#checkout-review-table .summary-collapse::before,
#shopping-cart-totals-table .summary-collapse::before,
body.customer-account .data-table .summary-collapse::before {
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #39c;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#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-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #246b8f;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#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: 7px solid #39c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#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: 7px solid #246b8f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#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;
}

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

.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 + .fieldset {
  margin-top: 5px;
}

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

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.required em,
span.required em {
  display: none;
}

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: var(--size-14);
}

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

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

/* Only show on iPhones (not iPads or any other device) */
.ie8 .input-text {
  max-width: none;
}

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

input:placeholder {
  color: #a0a0a0;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list .input-range .input-text {
  width: 74px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.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-left: 15px;
  margin-right: -40px;
  margin-top: 10px;
}

.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 {
  background-color: transparent;
  padding-left: 10px;
}

.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;
}

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

.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;
  padding: 0;
  width: auto;
}

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

/* ============================================ *
 * Data Table
 * ============================================ */
/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  margin: 0 0 15px;
  padding: 12px 15px;
}

.info-box h2 {
  font-size: var(--size-13);
  font-weight: bold;
}

.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 {
  background-color: transparent;
  border-bottom: 1px solid silver;
  padding: 6px;
}

.zebra-table tr {
  background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (width <= 479px) {
  .linearize-table {
    /* Helpers */
  }

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-left: 0;
    border-right: 0;
  }

  .linearize-table tbody td {
    border-bottom: 0;
    border-right: 0;
    padding: 0 10px 4px;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }
}

@media only screen and (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-left: 0;
    border-right: 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 {
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .linearize-table-large tbody td {
    border-bottom: 0;
    border-right: 0;
    padding: 0 10px 4px;
  }

  .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] {
    padding-left: 30px;
    text-align: left;
  }

  .linearize-table-large tbody td[data-rwd-label]::before {
    content: attr(data-rwd-label) ':';
    font-size: var(--size-12);
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr::after {
    clear: both;
    content: '';
    display: table;
  }

  .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 (width >= 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

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

  .page-header-container {
    position: relative;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  background-color: #39c;
  padding: 10px;
  text-transform: uppercase;
}

.header-language-background .header-language-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.header-language-background::after {
  clear: both;
  content: '';
  display: table;
}

.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 (width <= 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: var(--size-12);
  }
}

.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (width <= 770px) {
  .header-language-background {
    display: none;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo img {
  max-width: 100%;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
}

@media only screen and (width >= 771px) {
  .skip-links {
    border: 0;
  }
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  background: #fff;
  color: #636363;
  float: left;
  height: 44px;
  line-height: 42px;
  position: relative;
  text-align: center;
  width: 20%;
}

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

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

@media only screen and (width >= 500px) {
  .skip-link {
    width: 25%;
  }
}

/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (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;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}

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

@media only screen and (width >= 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (width >= 500px) {
  .skip-link .label {
    display: inline;
  }
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

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

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

  #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;
  right: 0;
  top: 0;
}

@media only screen and (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 (width >= 500px) {
  .skip-nav {
    width: 25%;
  }
}

@media only screen and (width >= 771px) {
  .skip-nav {
    display: none;
  }
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (width >= 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  color: #636363;
  display: block;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

.nav-primary li {
  position: relative;
}

.nav-primary li.level1 a {
  border-bottom: 1px solid #ccc;
}

.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 (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 {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    border-top: 5px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    right: auto;
    top: 50%;
    width: 0;
  }

  .nav-primary li.parent.sub-menu-active > a::after,
  .nav-primary li.parent.menu-active > a::after {
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    right: auto;
    top: 50%;
    width: 0;
  }

  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #39c;
  }
}

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (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: #39c;
  }

  .nav-primary .menu-active {
    z-index: 200;
  }

  .nav-primary li.level0 ul {
    background: #fbfbfb;
    border: solid 1px #ccc;
    display: none; /* Hide until displayed. */
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 30px; /* Height of ".nav-primary a.level0" */
    width: 250px;
    z-index: 10;
  }

  .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 {
    left: auto;
    right: 0;
  }

  .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 {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    border-top: 4px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
  }
}

.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 (width >= 771px) {
  .skip-search {
    display: none;
  }
}

/* ============================================ *
 * 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 (width >= 771px) {
  .skip-account {
    display: inline-block;
    float: none;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
  }

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

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

  #header-account a:hover {
    color: #39c;
  }
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

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

#header-account a:hover {
  color: #39c;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

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

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

.products-grid .product-image img:hidden {
  display: none;
}

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

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

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

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

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

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

/* Config: Two columns + flexible gutter */
.products-grid .product-image::before,
.products-grid .product-image::after {
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.products-grid .product-image::before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image.loading {
  position: relative;
}

.products-grid .product-image.loading::before,
.products-grid .product-image.loading::after {
  display: block;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

.mini-products-list .product-details {
  margin-left: 15px;
}

.mini-products-list li {
  clear: both;
  margin-bottom: 10px;
}

.mini-products-list li::after {
  clear: both;
  content: '';
  display: table;
}

.mini-products-images-list::after {
  clear: both;
  content: '';
  display: table;
}

.mini-products-images-list li.item {
  float: left;
  margin: 0;
  padding: 0 5px 10px 0;
  width: 50%;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-left: 5px;
  padding-right: 0;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  max-width: 100%;
  width: 100%;
}

.mini-products-list .product-details .product-name a {
  font-weight: 600;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
  max-width: 100%;
  width: 100%;
}

.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px;
}

@media only screen and (width >= 771px) {
  .block-layered-nav .block-content > dl > dt::after {
    display: none;
  }
}

@media only screen and (width <= 770px) {
  .block-layered-nav--no-filters .block-title {
    display: none;
  }
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li::after {
  clear: both;
  content: '';
  display: table;
}

/* ============================================ *
 * 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-right: 10px;
  margin-top: 8px;
}

.product-view .product-essential .extra-info .ratings::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .product-essential::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .product-shop .availability {
  font-size: var(--size-16);
}

.product-view .product-shop .price-box .special-price .price-label {
  font-size: var(--size-16);
  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: var(--size-16);
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  color: #636363;
  display: block;
  line-height: 1.2;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: var(--size-16);
  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: var(--size-20);
}

.product-view .price-box.map-info a {
  display: inherit;
}

@media only screen and (width <= 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: var(--size-15);
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: var(--size-18);
  }
}

@media only screen and (width <= 770px) {
  .product-view .add-to-cart-wrapper {
    clear: both;
    float: none;
    width: 100%;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: var(--size-16);
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: var(--size-20);
  }
}

@media only screen and (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-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: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.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 {
  border: 1px solid transparent;
  display: inline-block;
}

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

.product-view .add-to-box::after,
.product-view .add-to-cart::after {
  clear: both;
  content: '';
  display: table;
}

/* 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;
  float: left;
  margin-right: 15px;
  margin-top: 0;
}

.product-view .add-to-links::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .add-to-links li {
  float: left;
}

.product-view .add-to-links a {
  border-right: 1px solid #ccc;
  margin-left: 7px;
  padding: 2px 7px 2px 0;
}

.product-view .add-to-links li:first-child a {
  margin-left: 0;
}

.product-view .add-to-links li:last-child a {
  border-right: 0;
}

.product-view .sharing-links {
  float: left;
}

.product-view .sharing-links::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px;
}

.product-view .sharing-links a {
  display: block;
  height: 26px;
  text-indent: -9999px;
  width: 26px;
}

.product-view .sharing-links a:hover {
  opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px;
}

.product-view .sharing-links a.link-compare {
  background-position: 0 -250px;
}

.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px;
}

.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px;
}

.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px;
}

@media only screen and (width <= 599px) {
  .add-to-box .add-to-links a {
    float: none;
    text-indent: 0;
    width: auto;
  }
}

.product-collateral {
  clear: both;
}

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

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

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

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

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table .name-wrapper {
  color: #39c;
}

.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 {
  text-align: left;
  width: 30%;
}

.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border-bottom: none;
}

.block-related .block-title h2 {
  color: #636363;
  font-size: var(--size-24);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.5em;
  margin-bottom: 0;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

.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 {
  font-size: var(--size-16);
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.block-related .product-details .price-box::after {
  clear: both;
  content: '';
  display: table;
}

.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;
  padding: 2px 5px;
  text-align: left;
}

.map-popup {
  background: #fff;
  border: 5px solid #ccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (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 (width <= 770px) {
  .map-popup {
    left: 0 !important;
    width: 100%;
  }
}

.map-popup .map-popup-heading {
  margin-right: 40px;
  padding: 8px 10px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: var(--size-14);
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}

.map-popup .map-popup-close {
  display: block;
  font-size: var(--size-20);
  height: 36px;
  line-height: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}

.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  margin: 0 10px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
}

@media only screen and (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 {
  clear: both;
  content: '';
  display: table;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  clear: left;
  float: left;
  margin: 0 2px;
}

.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;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0;
  }
}

.map-popup .map-popup-checkout::after {
  clear: both;
  content: '';
  display: table;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-price {
    padding-top: 0;
    text-align: center;
  }
}

.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 {
  margin: 0 10px;
  padding: 10px 0;
  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 {
  clear: both;
  content: '';
  display: table;
}

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

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

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

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart .button {
  white-space: normal;
}

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

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}

.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 (width <= 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
}

@media only screen and (width <= 599px) {
  .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 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}

.display-single-price::after {
  clear: both;
  content: '';
  display: table;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
}

.cart .page-title::after {
  clear: both;
  content: '';
  display: table;
}

.cart .page-title h1 {
  border-bottom: none;
  float: left;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types li {
  margin: 0 0 5px 5px;
  vertical-align: top;
}

.checkout-types li::after {
  clear: both;
  content: '';
  display: table;
}

.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 {
  display: block;
  margin: 0;
  text-align: center;
}

@media only screen and (width >= 741px) {
  .checkout-types.bottom .paypal-or {
    padding-right: 70px;
    text-align: right;
  }
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (width <= 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or,
  .checkout-types.minicart .paypal-or {
    float: none;
    width: auto;
  }

  .checkout-types li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (width <= 599px) {
  .btn-checkout {
    width: 100%;
  }
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}

.cart-table tr {
  border-bottom: 1px solid silver;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td::after {
  clear: both;
  content: '';
  display: table;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}

.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 a.cart-edit {
  display: none;
}

.cart-table .product-cart-sku {
  color: gray;
  font-size: var(--size-12);
  font-style: italic;
}

.cart-table .product-cart-sku .label {
  color: #000;
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .cart-tax-total {
  cursor: pointer;
  position: relative;
}

.cart-table .cart-tax-total::after {
  border-bottom: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #39c;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -11px;
  top: 3px;
  width: 0;
}

.cart-table .cart-tax-total.cart-tax-total-expanded::after {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #39c;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 6px;
  width: 0;
}

.cart-table .cart-links > li {
  font-size: var(--size-13);
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  white-space: nowrap;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

@media only screen and (width <= 770px) {
  .cart-table th {
    font-size: var(--size-12);
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}

@media only screen and (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 (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 {
    clear: both;
    content: '';
    display: table;
  }

  .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] {
    margin-bottom: 6px;
    padding-left: 15px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]::before {
    content: attr(data-rwd-label) ':';
    font-size: var(--size-12);
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: var(--size-12);
  }

  .cart-table .cart-links {
    padding-right: 5px;
    padding-top: 5px;
  }

  .cart-table .cart-links > li {
    text-align: center;
    white-space: normal;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0;
  }

  .cart-table .cart-tax-info {
    font-size: var(--size-13);
    font-style: italic;
    padding-left: 15px;
  }

  .cart-table .cart-tax-info .price {
    font-size: var(--size-13);
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: var(--size-16);
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    float: right;
    padding-bottom: 0;
    padding-top: 0;
  }

  .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 0 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .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: var(--size-12);
  font-weight: bold;
  margin: 0 0 5px;
}

.shipping select {
  border: 1px solid silver;
  display: block;
  height: 30px;
  max-width: 100%;
}

.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 {
  clear: both;
  content: '';
  display: table;
}

.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-size: var(--size-13);
  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-size: var(--size-12);
  min-width: 100px;
}

.shipping .sp-methods label span {
  font-style: normal;
  font-weight: bold;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
  background-color: #ececec;
  border: 1px solid #ccc;
  min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (width <= 770px) {
  .shipping .shipping-form .form-list > li {
    float: none;
    width: 100%;
  }

  .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::after {
  clear: both;
  content: '';
  display: table;
}

.cart .cart-totals table {
  font-size: var(--size-12);
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

.cart .cart-totals table td {
  padding: 2px 0;
}

.cart .cart-totals table td:first-child {
  min-width: 120px;
  padding-right: 10px;
}

.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-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.cart .cart-totals table tfoot td {
  font-size: var(--size-24);
  padding: 2px 5px;
  vertical-align: top;
}

.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (width <= 770px) {
  .cart .cart-totals table tfoot td {
    font-size: var(--size-18);
  }
}

.discount-form::after,
#giftcard-form::after {
  clear: both;
  content: '';
  display: table;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
  display: inline-block;
  font-size: var(--size-12);
  font-weight: 400;
  margin-right: 10px;
  min-width: 105px;
  text-align: left;
  text-transform: uppercase;
}

#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: 0;
}

.cart .giftcard .check-gc-status > span > span {
  font-size: var(--size-14);
  text-transform: none;
}

/* ============================================ *
 * 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 {
  clear: both;
  content: '';
  display: table;
}

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

.swatch-link {
  border: 1px solid #ccc;
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  background: url('../images/bg_x.png') center no-repeat transparent;
  display: none;
  inset: 0;
  position: absolute;
  text-indent: -999em;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  left: 0;
  position: absolute;
  top: 0;
}

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

.configurable-swatch-list {
  clear: both;
  margin-left: -3px;
  transform: translateZ(0);
  zoom: 1;
}

.configurable-swatch-list li {
  float: left;
  margin: 0 0 0 3px;
  zoom: 1;
}

.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 {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-label {
  background: #fff;
  color: #aaa;
}

.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: #39c;
}

#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #ccc;
  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 (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: #ccc;
  cursor: default;
}

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

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

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

/* CUSTOM */
.product-view .product-options .swatch-attr {
  border: 0;
  clear: both;
  display: block;
  float: none;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: var(--size-12);
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  color: #39c;
  display: inline;
  font-weight: normal;
  padding-left: 5px;
}

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

.customer-account-create .buttons-set {
  max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

@media only screen and (width <= 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}

.customer-account-create .fieldset .hidden {
  display: none;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .addresses-list h3 {
  font-size: var(--size-14);
  font-weight: 600;
}

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-bottom: 0;
  margin-top: 10px;
}

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-bottom: 0;
  margin-top: 10px;
}

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 {
  float: left;
  margin-right: 10px;
  width: 40px;
}

.form-list .customer-dob .dob-year {
  float: left;
  width: 80px;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 7px;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-bottom: 0;
  padding-right: 12.09677%;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  padding-bottom: 10px;
  position: relative;
}

.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-size: var(--size-14);
  font-weight: 600;
  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 {
  border-top: 1px solid #ededed;
  padding: 10px 0;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .number {
  float: left;
  font-size: var(--size-13);
  line-height: 1.4;
  margin-right: -20px;
}

.dashboard .box-reviews li .details {
  margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
  clear: both;
  content: '';
  display: table;
  margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: var(--size-13);
  margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (width <= 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}

@media only screen and (width <= 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info li {
  margin: 0 0 0 20px;
}

.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-bottom: 0;
  padding-top: 0;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

#my-orders-table .option-label {
  font-style: italic;
  font-weight: 600;
  margin-left: 10px;
}

#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-bottom: 0;
  margin-top: 10px;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (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 {
    border-bottom: 0;
    padding-bottom: 10px;
  }

  #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 (width <= 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-bottom: 0;
    padding-right: 30px;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}

@media only screen and (width <= 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
}

@media only screen and (width <= 770px) {
  .order-info-box .box-content {
    clear: left;
  }

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

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .box-account {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }

  .my-account .order-info dt {
    display: none;
  }
}

@media only screen and (width <= 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}

@media only screen and (width <= 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list .item {
    float: none;
    margin-bottom: 15px;
    padding-right: 0;
    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;
  }

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

  .order-info-box {
    margin: 0;
  }

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

  #my-reviews-table .nobr {
    white-space: normal;
  }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  border: 1px solid #ededed;
  display: block;
  margin: 10px 0;
  position: relative;
  width: 100%;
}

.slideshow-container .slideshow {
  border: 10px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slideshow-container .slideshow > li {
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: auto;
  user-select: none;
  width: 100%;
  z-index: 115;
}

.slideshow-pager span {
  color: #ddd;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  width: 44px;
}

.slideshow-pager span::before {
  background-color: #fff;
  border-radius: 1px;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: relative;
  top: 50%;
  width: 16px;
}

.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 {
  cursor: pointer;
  height: 100%;
  max-width: 80px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  user-select: none;
  width: 15%;
  z-index: 110;
}

.slideshow-prev::before,
.slideshow-next::before {
  border-style: solid;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 0;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev::before {
  border-color: transparent #fff transparent transparent;
  border-width: 15px 15px 15px 0;
  left: 10px;
  top: 50%;
}

.slideshow-prev:hover::before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next::before {
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 15px;
  right: 10px;
  top: 50%;
}

.slideshow-next:hover::before {
  border-color: transparent transparent transparent #2e8ab8;
}

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

.cycle-overlay {
  background: black;
  bottom: 0;
  color: white;
  opacity: 0.5;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 120;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  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-size: var(--size-12);
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: var(--size-16);
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0;
}

#wishlist-table textarea {
  border: 1px solid silver;
  font-size: 11px;
  height: 45px;
  width: 100%;
}

#wishlist-table textarea::input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #39c;
}

#wishlist-table .item-manage {
  max-width: 450px;
  padding-top: 5px;
  text-align: right;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#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 {
  text-align: center;
  width: 120px;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: var(--size-12);
  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 .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  color: #39c;
  cursor: pointer;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: #39c;
}

#wishlist-table td[data-rwd-label]::before {
  font-weight: 600;
}

@media only screen and (width <= 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (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: var(--size-13);
  }
}

@media only screen and (width <= 770px) {
  #wishlist-table::after {
    clear: both;
    content: '';
    display: table;
  }

  #wishlist-table .product-name {
    font-size: var(--size-16);
  }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  #wishlist-table .item-manage {
    max-width: 100%;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table tr::after {
    clear: both;
    content: '';
    display: table;
  }

  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }

  #wishlist-table td.customer-wishlist-item-image img {
    height: 70px;
    width: 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 (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 (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 {
    empty-cells: hide;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #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 {
    height: 113px;
    width: 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 {
    display: block;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }

  #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 {
  margin-bottom: 5px;
  padding-top: 0;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: var(--size-12);
}

.block-wishlist .link-cart {
  border-right: 1px solid #ededed;
  float: left;
  margin-right: 7px;
  padding-right: 7px;
  text-transform: uppercase;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.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: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-minicart .minicart-wrapper::before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.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-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.header-minicart .block-subtitle .close {
  color: #636363;
  display: block;
  float: right;
  font-size: var(--size-30);
  font-weight: normal;
  position: absolute;
  right: -3px;
  text-decoration: none;
  top: -8px;
  width: 40px;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0;
}

.header-minicart .mini-products-list li {
  border-bottom: 1px solid #ddd;
  padding: 8px 5px 8px 11px;
  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 {
  font-weight: bold;
  padding-top: 0;
}

.header-minicart .product-details .product-name a {
  color: #39c;
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
  padding-right: 10px;
  text-transform: uppercase;
}

.header-minicart .info-wrapper td {
  clear: right;
  color: #39c;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  height: 30px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  width: 3.2em;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  transition-duration: 100ms;
  transition-property: opacity;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: #ddd;
  line-height: 2em;
  text-align: center;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: #39c;
}

.header-minicart .minicart-actions {
  margin-top: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
  font-size: var(--size-13);
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

.header-minicart #minicart-error-message {
  color: red;
  display: none;
  text-align: center;
}

.header-minicart #minicart-success-message {
  color: green;
  display: none;
  text-align: center;
}

.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 (width >= 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}

@media only screen and (width <= 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}

@media only screen and (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;
    position: absolute;
    right: 10px;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
}

@media only screen and (width <= 740px) {
  .header-minicart .minicart-actions .cart-link {
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (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 {
  background-color: #fff;
  border: 1px solid #39c;
  border-radius: 2px;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #39c;
  cursor: pointer;
  font-size: var(--size-12);
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: #2e8ab8;
}

.search-autocomplete ul li.selected {
  background-color: #39c;
  color: white;
}

.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.search-autocomplete::before {
  border-bottom: 7px solid #39c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -7px;
  width: 0;
}

/* ============================================ *
 * 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 (width <= 479px) {
  .advanced-search {
    padding: 15px;
  }
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
#accordion .toggle-tabs {
  display: none;
}

#accordion > dl > dt {
  background-color: #f4f4f4;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  color: #636363;
  display: block;
  font-size: var(--size-14);
  font-style: normal;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  user-select: none;
}

#accordion > dl > dt::after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #39c;
  content: '';
  display: block;
  height: 0;
  left: 10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

#accordion > dl > dt:hover {
  background-color: #ececec;
}

#accordion > dl > dd {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px;
  margin: 0;
  padding: 10px;
}

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px;
}

#accordion li {
  overflow: hidden;
  position: relative;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

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

#contactForm {
  padding-left: 40px;
}

#contactForm h2 {
  display: none;
}

#contactForm::after {
  clear: both;
  content: '';
  display: table;
}

#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (width <= 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: var(--size-12);
  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 {
  clear: both;
  content: '';
  display: table;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  line-height: 1.3;
  padding-bottom: 14.5px;
}

.notice-cookie .actions {
  float: left;
  padding-bottom: 14.5px;
  text-align: right;
}

@media only screen and (width <= 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

@media only screen and (width <= 770px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}

@media only screen and (width <= 620px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-inner {
    background-position: left 10px;
  }

  .notice-cookie .notice-inner::after {
    clear: both;
    content: '';
    display: table;
  }

  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }

  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-bottom: 10px;
  margin-top: 5px;
}

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

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  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: 0;
}

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

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

.block-tags .actions > a {
  font-size: var(--size-12);
}

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

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

@media only screen and (width <= 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}

.captcha-note {
  clear: left;
  padding-top: 5px;
}

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

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

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

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

.captcha-reload.refreshing {
  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 #bbb;
}

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

.control.newsletter-box,
.captcha-input-container,
.captcha-img-container {
  clear: both;
  float: none;
}

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

#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

@media only screen and (width <= 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: var(--size-15);
    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 (width <= 479px) {
  #recurring_profile_list_view {
    font-size: var(--size-12);
  }

  #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;
  margin-bottom: 30px;
  text-align: right;
}

@media only screen and (width <= 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: none;
    text-align: center;
  }
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

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

#recurring_start_date_trig {
  display: inline;
}

.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

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

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (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 (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 {
    margin-right: 2.22222%;
    width: 23.33333%;
  }

  .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 {
    margin-right: 2.22222%;
    width: 18.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 (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 {
    margin-right: 2.22222%;
    width: 23.33333%;
  }

  .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 {
    margin-right: 2.22222%;
    width: 18.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;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  background: inherit;
  color: inherit;
  display: table-cell;
  text-transform: none;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: center;
  height: auto !important;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

/* SHIPPING TRACKING */
.shipping-tracking-popup .tracking-table-popup tbody tr .label {
  float: left;
  margin-right: 10px;
  white-space: pre;
  width: auto;
}

.shipping-tracking-popup thead tr th {
  text-align: center;
  width: 25%;
}

.shipping-tracking-popup thead tr th::after {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  width: 100%;
}

.shipping-tracking-popup tbody tr td {
  padding: 5px 10px;
  text-align: center;
}

.shipping-tracking-popup .tracking-table-popup tbody tr td {
  float: left;
  padding: 0;
}

.shipping-tracking-popup .page-title.title-buttons {
  padding: 0 20px;
}

.shipping-tracking-popup h2.sub-title {
  padding: 0 20px;
}

.shipping-tracking-popup .tracking-table-popup tbody {
  float: left;
  padding: 20px;
  width: 100%;
}

.shipping-tracking-popup .data-table {
  float: left;
  width: 100%;
}

.page-popup.shipping-tracking-popup {
  background: #fff;
  float: left;
  height: auto;
  padding: 20px 0;
  width: 100%;
}

.shipping-tracking-popup .data-table tbody tr {
  border-bottom: 1px solid #ccc !important;
}

.shipping-tracking-popup .tracking-table-popup tbody tr {
  border-bottom: unset !important;
}
/* FIM SHIPPING TRACKING */

/* ============================================ *
 * Social Login
 * ============================================ */
.social-login {
  margin-top: 24px;
}

.social-login .social__networks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.social-login .social__networks .social {
  display: flex;
  position: relative;
}

.social-login .social__networks .social::after {
  border-radius: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  transform-origin: bottom center;
  transition: all 0.2s;
  width: 0%;
  z-index: 2;
}

.social-login .social__networks .social--google::after {
  background: linear-gradient(180deg, #ea4335 25%, #4285f4 25% 50%, #34a853 50% 75%, #fbbc05 75% 100%);
}

.social-login .social__networks .social--facebook::after {
  background: #4273f0;
}

.social-login .social__networks .social--instagram::after {
  background: linear-gradient(180deg, #f09433 20%, #e6683c 20% 40%, #dc2743 40% 60%, #cc2366 60% 80%, #bc1888 80% 100%);
}

.social-login .social__networks .social--linkedin::after {
  background: #3261bd;
}

.social-login .social__networks .social:hover::after {
  width: 4px;
}

.social-login .social__networks .social [class^='login'] {
  align-items: center;
  background: #f5f5f5;
  color: #777;
  display: inline-flex;
  flex: 1;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  padding: 6px 12px;
}

.social-login .social__networks .social [class^='login']:hover {
  opacity: 1;
}

.social-login .social__networks .social [class^='login'] i {
  font-size: var(--size-18);
}

.social-login .social__networks .social [class^='login'],
.social-login .social__networks .social [class^='login'] i {
  transition: all 0.3s ease;
}

.social-login .social__networks .social [class*='facebook'] i {
  color: #4273f0;
}

.social-login .social__networks .social [class*='linkedin'] i {
  color: #3261bd;
}

.social-login .social__networks .social [class*='google'] i {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg)
    73% 55%/150% 150% no-repeat;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-login .social__networks .social [class*='instagram'] i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-login .social__networks .social .social__logout {
  align-items: center;
  background: #e32524;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 6px 8px;
}

.social-login .social__networks .social .social__logout:hover {
  background: #d5302f;
  opacity: 1;
}

.social-login .social__networks .social .social__logout i {
  font-weight: normal;
}

@media only screen and (width <= 479px) {
  .social-login .social__networks .social {
    flex: 1 0 100%;
  }
}
/* ============================================ *
 * Amasty Labels
 * ============================================ */

/* LABELS */
.c-label {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: absolute;
}

.c-label > * {
  align-self: center;
  grid-area: 1/1;
}

.c-label[class*='left'] {
  left: 4px;
}

.c-label[class*='right'] {
  right: 4px;
}

.c-label[class*='bottom'] {
  bottom: 4px;
}

.c-label[class*='top'] {
  top: 4px;
}

.c-label[class*='middle'] {
  top: 50%;
  translate: 0 -50%;
}

.c-label[class*='center'] {
  left: 50%;
  translate: -50% 0;
}

.c-label[class*='middle'][class*='center'] {
  translate: -50% -50%;
}

.c-label .label__image {
  object-fit: contain !important;
}

.product-item .c-label {
  max-width: 100px;
}

.product-view.two_columns .product-image .c-label {
  max-width: 130px;
}

.product-view.three_columns .product-image .c-label {
  max-width: 100px;
}

.o-free-ship {
  color: var(--green);
  font-weight: bold;
}

@media (width > 770px) {
  [data-modal-type*='modal-lateral'] {
    padding: 0 !important;
  }

  [data-modal-type*='modal-lateral'] .modal-dialog {
    margin: 0;
  }

  [data-modal-type*='modal-lateral-right'] .modal-dialog {
    margin-left: auto;
  }

  [data-modal-type*='modal-lateral'] .modal-content {
    border: 0;
  }

  [data-modal-type*='modal-lateral-right'] .modal-content {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  [data-modal-type*='modal-lateral-left'] .modal-content {
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  [data-modal-type*='modal-lateral'] .modal-body {
    height: 100%;
    min-height: 100vh;
  }
}

.c-loading {
  --_loader-text-color: var(--gray-dark);
  --_loader-title-color: var(--gray-dark);
  --_loader-title-size: 2.625rem;
  --_loader-spinner-size: 7px;
  --_loader-text-size: 1rem;

  align-items: center;
  background-color: rgb(255 255 255 / 80%);
  color: var(--_loader-text-color);
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999999;

  html:has(&) {
    overflow: hidden;
  }
}

.c-loading__title {
  color: var(--_loader-title-color);
  font-size: var(--_loader-title-size);
  font-weight: 600;
  line-height: 1.2;
}

.c-loading__infos {
  font-size: var(--_loader-text-size);
  margin-top: 56px;
}

.c-loading--left {
  text-align: left;
}

.c-loading--right {
  text-align: right;
}

.c-loading--dark {
  --_loader-text-color: var(--light);
  --_loader-title-color: var(--light);

  background-color: rgb(42 42 42 / 80%);
}

.c-loading.c-loading--dark.c-loading--boxed {
  --_loader-text-color: var(--gray-dark);
  --_loader-title-color: var(--gray-dark);
}

.c-loading--boxed .c-loading__content {
  background-color: var(--light);
  border: 1px solid #ececec;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  display: grid;
  max-width: 400px;
  min-height: 30vh;
  padding: 24px 16px;
  place-content: center;
  width: 100%;
}

.c-loader-spinner {
  display: flex;
  justify-content: center;
}

.c-loader,
.c-loader::before,
.c-loader::after {
  animation: bbl-fad-in-out 1.8s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 50%;
  display: block;
  height: 2.5em;
  width: 2.5em;
}

.c-loader {
  animation-delay: -0.16s;
  color: var(--_loader-spinner-color, var(--_loader-text-color));
  font-size: var(--_loader-spinner-size);
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

.c-loader::before,
.c-loader::after {
  content: '';
  position: absolute;
  top: 0;
}

.c-loader::before {
  animation-delay: -0.32s;
  left: -3.5em;
}

.c-loader::after {
  left: 3.5em;
}

@keyframes bbl-fad-in-out {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.l-grid-row {
  display: grid;
  grid-template-columns:
    [full-start] minmax(1rem, 1fr) [content-start] repeat(12, minmax(0, 108px)) [content-end] minmax(1rem, 1fr)
    [full-end];
  left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}

.l-grid-item {
  padding-inline: 15px;
}

.break-start {
  grid-column-start: 1 !important;
}

.break-end {
  grid-column-end: -1 !important;
}

@media (width <= 770px) {
  .l-grid-item {
    grid-column: content !important;
  }

  .m-break-start {
    grid-column-start: 1 !important;
  }

  .m-break-end {
    grid-column-end: -1 !important;
  }
}

body:has(.fixed-actions--visible) {
  .cookie-consent__icon,
  #cookie-consent,
  #scroll-top {
    display: none !important;
  }
}

.fixed-actions {
  background: #fff;
  border-top: 1px solid #ececec;
  bottom: 0;
  box-shadow: rgb(100 100 111 / 20%) 0 0 9px 0;
  display: none;
  left: 0;
  max-width: 100vw;
  padding: 1rem 2rem;
  position: fixed;
  right: 0;
  z-index: 9999998;
}

.fixed-actions--visible {
  display: block;
}

.fixed-actions button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

[data-soul-dropdown] {
  position: relative;
  width: fit-content;
}

[data-soul-dropdown-items] {
  background: #fff;
  display: grid;
  grid-template-rows: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  translate: -50%;
  z-index: 9999;
}

[data-soul-dropdown-items] ul {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: max-content;
}

[data-soul-dropdown-items][open] {
  grid-template-rows: 1fr;
  overflow: visible;
}

[data-soul-dropdown-items][open]::before {
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-right: 0;
  content: '';
  height: 10px;
  left: 45%;
  position: absolute;
  rotate: 45deg;
  top: -5px;
  width: 10px;
  z-index: 1;
}

[data-soul-dropdown-item] + [data-soul-dropdown-item] {
  border-top: 1px solid #ececec;
}

[data-soul-dropdown-link] {
  align-items: center;
  color: #323232;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}

[data-soul-dropdown-link][has-icon] {
  grid-template-columns: 1rem 1fr;
}

[data-soul-dropdown-link]:hover {
  background-color: #f7f7f7;
  color: initial;
}

[data-soul-dropdown-link] i {
  color: var(--_icon-color);
  font-size: 1rem;
  text-align: center;
}

[data-soul-dropdown-link] span {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-toggle='tooltip'] {
  display: inline-block !important;
}
