/* $Id: responsive.css 113555 2016-07-20 13:03:09Z chris $ */
/* ==========================================================================

  Responsive Theme BASE

 ========================================================================== */
    /*! normalize.css v3.0.1 | MIT License | git.io/normalize */

    /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */

    html {
      font-family: sans-serif; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
      -webkit-text-size-adjust: 100%; /* 2 */
    }

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

    /* HTML5 display definitions
       ========================================================================== */

    /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section,
    summary {display: block;}

    /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
    audio,
    canvas,
    progress,
    video {
      display: inline-block; /* 1 */
      vertical-align: baseline; /* 2 */
    }

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

    /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
     */
    [hidden],
    template {display: none;}

    /* Links
       ========================================================================== */

    /**
     * Remove the gray background color from active links in IE 10.
     */
    a {background: transparent;}

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

    /* Text-level semantics
       ========================================================================== */

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

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

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

    /**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
    /*h1 {
      font-size: 2em;
      margin: 0.67em 0;
    }
    */
    /**
     * Address styling not present in IE 8/9.
     */
    mark {
      background: #ff0;
      color: #000;
    }

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

    /**
     * Remove border when inside `a` element in IE 8/9/10.
     */
    img {border: 0;}

    /**
     * Correct overflow not hidden in IE 9/10/11.
     */
    svg:not(:root) {overflow: hidden;}

    /* Grouping content
       ========================================================================== */

    /**
     * Address margin not present in IE 8/9 and Safari.
     */
    figure {margin: 1em 40px;}

    /**
     * Address differences between Firefox and other browsers.
     */
    hr {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
    }

    /**
     * Contain overflow in all browsers.
     */
    pre {overflow: auto;}

    /**
     * Address odd `em`-unit font size rendering in all browsers.
     */
    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      font-size: 1em;
    }

    /* Forms
       ========================================================================== */

    /**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */

    /**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit; /* 1 */
      font: inherit; /* 2 */
      margin: 0; /* 3 */
    }

    /**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
    button {overflow: visible;}

    /**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
    button,
    select {text-transform: none;}

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

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

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

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

    /**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
    input[type="checkbox"],
    input[type="radio"] {
      box-sizing: border-box; /* 1 */
      padding: 0; /* 2 */
    }

    /**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      height: auto;
    }

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

    /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }

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

    .fieldset-v2 fieldset {
      border: none;
    }

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

    /**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
    textarea {overflow: auto;}

    /**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
    optgroup {font-weight: bold;}

    /* Tables
       ========================================================================== */

    /**
     * Remove most spacing between table cells.
     */
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
    td,
    th {padding: 0;}

    /**
     * Setting all element to be display block
     */
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    body {
        color: #5b5b5b;
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-size: 90%;
        line-height: 1.42857143;
    }
    img {
        -ms-interpolation-mode: bicubic;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }
    /**
     * Smooth the content rendering when going through different resolutions
     */
    body {
        transition:all .2s linear;
        -o-transition:all .2s linear;
        -moz-transition:all .2s linear;
        -webkit-transition:all .2s linear;
    }
    hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border: 0;
        border-top: 1px solid #000;
    }


     /* Anchors
     ========================================================================== */
    a {color: #34609f;}
    a:hover {
        color: #34609f;
        text-decoration: none;
    }
    a:focus {
        color: #34609f;
        outline: none;
    }
    .qv,
    .link {
        cursor: pointer;
    }

    /*
     * Inputs
     ========================================================================== */
    input:focus,
    select:focus,
    textarea:focus {outline: none;}
    input,
    button,
    select,
    textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        background-color: #fff;
        background-image: none;
        color: rgb(0, 0, 0);
    }

    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="phone"],
    select,
    .field-braintree {
        border: 1px solid #ddd;
        line-height: 1.42857143;
        padding: 5px;
        max-width: 100%;
    }
    .field-first-data {
        width: 65%;
        height: 39px;
        float: left;
        padding: 10px;
    }
    .field-first-data.invalid {
        box-shadow: 0px -2px 1.5px 1px red;
        -moz-box-shadow: 0px -2px 1.5px 1px red;
        -ms-box-shadow: 0px -2px 1.5px 1px red;
        -webkit-box-shadow: 0px -2px 1.5px 1px red;
    }
    textarea {height: auto;}
    select {
        background: #fff url(../images/select_arrows.png) right center no-repeat;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        /*appearance: none;*/
        padding-right: 20px;
    }
    select::-ms-expand {display: none;}

    input[type="radio"] + label,
    input[type="checkbox"] + label {vertical-align: middle;}

    textarea:disabled,
    input[type="text"]:disabled,
    input[type="password"]:disabled,
    input[type="datetime"]:disabled,
    input[type="datetime-local"]:disabled,
    input[type="date"]:disabled,
    input[type="month"]:disabled,
    input[type="time"]:disabled,
    input[type="week"]:disabled,
    input[type="number"]:disabled,
    input[type="email"]:disabled,
    input[type="url"]:disabled,
    input[type="search"]:disabled,
    input[type="tel"]:disabled,
    input[type="color"]:disabled,
    input[type="phone"]:disabled {background: #fafafa;}

    /*
     * Data input
     ========================================================================== */
    .data-input label {
        display: block;
        padding: 5px 0;
    }
    .data-input input[type="radio"] + label,
    .data-input input[type="checkbox"] + label {
        display: inline-block;
        vertical-align: middle;
    }
    .data-input label + textarea,
    .data-input label + input[type="text"],
    .data-input label + input[type="password"],
    .data-input label + input[type="datetime"],
    .data-input label + input[type="datetime-local"],
    .data-input label + input[type="date"],
    .data-input label + input[type="month"],
    .data-input label + input[type="time"],
    .data-input label + input[type="week"],
    .data-input label + input[type="number"],
    .data-input label + input[type="email"],
    .data-input label + input[type="url"],
    .data-input label + input[type="search"],
    .data-input label + input[type="tel"],
    .data-input label + input[type="color"],
    .data-input label + input[type="phone"],
    .data-input label + select {margin-bottom: 10px;}
    .data-input [class*="col-"] label + textarea,
    .data-input [class*="col-"] label + input[type="text"],
    .data-input [class*="col-"] label + input[type="password"],
    .data-input [class*="col-"] label + input[type="datetime"],
    .data-input [class*="col-"] label + input[type="datetime-local"],
    .data-input [class*="col-"] label + input[type="date"],
    .data-input [class*="col-"] label + input[type="month"],
    .data-input [class*="col-"] label + input[type="time"],
    .data-input [class*="col-"] label + input[type="week"],
    .data-input [class*="col-"] label + input[type="number"],
    .data-input [class*="col-"] label + input[type="email"],
    .data-input [class*="col-"] label + input[type="url"],
    .data-input [class*="col-"] label + input[type="search"],
    .data-input [class*="col-"] label + input[type="tel"],
    .data-input [class*="col-"] label + input[type="color"],
    .data-input [class*="col-"] label + input[type="phone"],
    .data-input [class*="col-"] label + select {margin-bottom: 0px;}
    .data-input .input-button-group input {margin: 0;}
    .data-input button {vertical-align: top} /* if its placed next to input */

    /*
     * Fieldset v1
     ========================================================================== */
    .fieldset {
        border: thin solid #ddd;
        line-height: 1.42857143;
        margin: 20px 0;
    }
    .fieldset.fieldset-fit {margin: 0;}
    .fieldset.fieldset-fit-top {margin-top: 0;}
    .fieldset:before,
    .fieldset:after,
    .fieldset .field:before,
    .fieldset .field:after {
        content: " ";
        display: table;
    }
    .fieldset:after,
    .fieldset .field:after {clear: both;}
    .fieldset .field,
    .field-braintree {
        background-color: #fff;
        border-top: thin solid #ddd;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .fieldset .field.field-focused {
      box-shadow: 0 0 0 1px #000;
      border-color: transparent;
      z-index: 99;
    }
    .fieldset  > .field:first-child,
    .fieldset > .field-group:first-child > .field:first-child  {border-top: 0;}
    .fieldset .field label {
        background-color: #f1f1f1;
        display: inline-block;
        float: left;
        font-weight: 500;
        line-height: 1.42857143;
        padding: 10px;
        vertical-align: middle;
        width: 35%;
    }
    .fieldset .field .only_active_country {
        display: inline-block;
        padding: 10px;
    }
    .fieldset .field textarea,
    .fieldset .field input[type="text"],
    .fieldset .field input[type="password"],
    .fieldset .field input[type="datetime"],
    .fieldset .field input[type="datetime-local"],
    .fieldset .field input[type="date"],
    .fieldset .field input[type="month"],
    .fieldset .field input[type="time"],
    .fieldset .field input[type="week"],
    .fieldset .field input[type="number"],
    .fieldset .field input[type="email"],
    .fieldset .field input[type="url"],
    .fieldset .field input[type="search"],
    .fieldset .field input[type="tel"],
    .fieldset .field input[type="color"],
    .fieldset .field input[type="phone"],
    .fieldset .field select,
    .field-braintree {
        background-color: transparent;
        border: 0;
        float: left;
        line-height: 1.42857143;
        padding: 10px;
        vertical-align: middle;
        width: 65%;
    }
    .fieldset .field textarea {max-width: 65%;}
    .fieldset .field.field-double textarea,
    .fieldset .field.field-double input[type="text"],
    .fieldset .field.field-double input[type="password"],
    .fieldset .field.field-double input[type="datetime"],
    .fieldset .field.field-double input[type="datetime-local"],
    .fieldset .field.field-double input[type="date"],
    .fieldset .field.field-double input[type="month"],
    .fieldset .field.field-double input[type="time"],
    .fieldset .field.field-double input[type="week"],
    .fieldset .field.field-double input[type="number"],
    .fieldset .field.field-double input[type="email"],
    .fieldset .field.field-double input[type="url"],
    .fieldset .field.field-double input[type="search"],
    .fieldset .field.field-double input[type="tel"],
    .fieldset .field.field-double input[type="color"],
    .fieldset .field.field-double input[type="phone"],
    .fieldset .field.field-double select {width: 32.5%;}
    .fieldset .field.field-double textarea {max-width: 32.5%;}
    .fieldset .field.field-double textarea:last-child,
    .fieldset .field.field-double input[type="text"]:last-child,
    .fieldset .field.field-double input[type="password"]:last-child,
    .fieldset .field.field-double input[type="datetime"]:last-child,
    .fieldset .field.field-double input[type="datetime-local"]:last-child,
    .fieldset .field.field-double input[type="date"]:last-child,
    .fieldset .field.field-double input[type="month"]:last-child,
    .fieldset .field.field-double input[type="time"]:last-child,
    .fieldset .field.field-double input[type="week"]:last-child,
    .fieldset .field.field-double input[type="number"]:last-child,
    .fieldset .field.field-double input[type="email"]:last-child,
    .fieldset .field.field-double input[type="url"]:last-child,
    .fieldset .field.field-double input[type="search"]:last-child,
    .fieldset .field.field-double input[type="tel"]:last-child,
    .fieldset .field.field-double input[type="color"]:last-child,
    .fieldset .field.field-double input[type="phone"]:last-child,
    .fieldset .field.field-double select:last-child {border-left: 1px solid #ddd;}
    .fieldset .field.field-radio label,
    .fieldset .field.field-checkbox label {
        background-color: #fff;
        padding: 10px 10px 10px 33px;
        width: 100%;
    }
    .fieldset .field.field-radio input[type="radio"],
    .fieldset .field.field-checkbox  input[type="checkbox"] {
        top: 13px;
        left: 10px;
        position: absolute;
    }
    .fieldset .field.field-radio.field-focused,
    .fieldset .field.field-checkbox.field-focused {
      box-shadow: 0 0 0 0 transparent;
      border-color: #ddd;
    }
    .fieldset .field.field-blank {padding: 10px;}
    .fieldset .field.field-blank > label {
        background-color: #fff;
        float: none;
        padding: 0;
        width: auto;
    }
    .fieldset .field.field-textarea label,
    .fieldset .field.field-select-multiple label {
        bottom: 1px;
        position: absolute;
        top: 1px;
    }
    .fieldset .field.field-textarea textarea,
    .fieldset .field.field-select-multiple select {float: right;}
    .field-braintree {
        height: 39px;
    }

    /* Address Validation field */
    /* Remove the padding from parent fieldset */
    .fieldset .field.field-blank .fieldset.address-validation {
        background: #f1f1f1;
        margin: 0 -10px -10px;
        padding: 10px;
    }
    .fieldset.address-validation .field.field-blank {
        background-color: #f1f1f1;
    }
    .fieldset.address-validation .field.field-radio label {
        background-color: #f1f1f1;
    }

    /*
     * Fieldset v2
     ========================================================================== */

     /* google places autocomplete for address input */
    .pac-container {
        z-index: 10000 !important;
    }

    .fieldset-v2 .fieldset {
        border: none;
        margin: 20px -5px;
    }
    .fieldset-v2 .fieldset .field,
    .fieldset-v2 .field-braintree {
        background: none;
        border-top: none;
        margin: 5px 0 0 0;
        overflow: initial;
        padding: 1px 5px 0 0;
    }
    .fieldset-v2 .fieldset .field:not(.field-radio):not(.field-checkbox):not(.field-blank):not(.js-skip-label) label {
        background: none;
        color: #6d6d6d;
        display: block;
        float: none;
        font-size: 0.65rem;
        font-weight: bold;
        text-transform: uppercase;
        height: 20px;
        left: 0px;
        opacity: 0;
        position: absolute;
        padding: 1px 10px;
        top: 4px;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: visibility 200ms ease, transform 275ms ease, opacity 225ms;
        -moz-transition: visibility 200ms ease, transform 275ms ease, opacity 225ms;
        -o-transition: visibility 200ms ease, transform 275ms ease, opacity 225ms;
        transition: visibility 200ms ease, transform 275ms ease, opacity 225ms;
        width: auto;
        visibility: hidden;
    }
    .fieldset-v2 .fieldset .field.field-typed:not(.field-radio):not(.field-checkbox):not(.field-blank):not(.js-skip-label) label,
    .fieldset-v2 .fieldset .field.label-visible:not(.field-radio):not(.field-checkbox):not(.field-blank):not(.js-skip-label) label {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: visibility 50ms ease, transform 300ms ease, opacity 250ms;
        -moz-transition: visibility 50ms ease, transform 300ms ease, opacity 250ms;
        -o-transition: visibility 50ms ease, transform 300ms ease, opacity 250ms;
        transition: visibility 50ms ease, transform 300ms ease, opacity 250ms;
        visibility: visible;
    }
    .fieldset-v2 .fieldset .field .only_active_country {
        padding: 25px 10px 5px!important;
        border: thin solid #ddd;
        width: 100%;
    }
    .fieldset-v2 .fieldset .field input[type="text"],
    .fieldset-v2 .fieldset .field input[type="password"],
    .fieldset-v2 .fieldset .field input[type="datetime"],
    .fieldset-v2 .fieldset .field input[type="datetime-local"],
    .fieldset-v2 .fieldset .field input[type="date"],
    .fieldset-v2 .fieldset .field input[type="month"],
    .fieldset-v2 .fieldset .field input[type="time"],
    .fieldset-v2 .fieldset .field input[type="week"],
    .fieldset-v2 .fieldset .field input[type="number"],
    .fieldset-v2 .fieldset .field input[type="email"],
    .fieldset-v2 .fieldset .field input[type="url"],
    .fieldset-v2 .fieldset .field input[type="search"],
    .fieldset-v2 .fieldset .field input[type="tel"],
    .fieldset-v2 .fieldset .field input[type="color"],
    .fieldset-v2 .fieldset .field input[type="phone"],
    .fieldset-v2 .fieldset .field select,
    .fieldset-v2 .field-braintree,
    .fieldset-v2 .field-first-data {
        border: thin solid #ddd;
        padding: 12px 10px 13px;
        width: 100%;
    }
    .fieldset-v2 .field-first-data.invalid {
        box-shadow: 0px 0px 1px 1px red;
        -moz-box-shadow: 0px 0px 1px 1px red;
        -ms-box-shadow: 0px 0px 1px 1px red;
        -webkit-box-shadow: 0px 0px 1px 1px red;
    }
    .fieldset-v2 .field-first-data {
        height: 47px;
        padding: 3px 10px 3px;
    }
    .fieldset-v2 .field.field-typed .first-field-data{
        padding: 20px 10px 3px;
    }
    .fieldset-v2 .field.field-typed iframe{
        height: 30px!important;
        margin-top: 10px;
    }
    .fieldset-v2 .fieldset .field-textarea {
        /*margin-top: 35px;*/
    }
    .fieldset-v2 .fieldset .field textarea {
        border: 1px solid #ddd;
        padding: 20px 10px 10px;
        width: 100%;
    }
    .fieldset-v2 .fieldset .field textarea {max-width: 100%;}
    .fieldset-v2 .fieldset .field select[name*="cc_exp_"] {
        background-position: 100% 80%;
    }
    .fieldset-v2 .fieldset .field.field-typed input,
    .fieldset-v2 .fieldset .field.field-typed select,
    .fieldset-v2 .fieldset .field.field-focused input,
    .fieldset-v2 .fieldset .field.field-focused select {
        border: 1px solid #ccc;
    }
    .fieldset-v2 .fieldset .field.field-double textarea,
    .fieldset-v2 .fieldset .field.field-double input[type="text"],
    .fieldset-v2 .fieldset .field.field-double input[type="password"],
    .fieldset-v2 .fieldset .field.field-double input[type="datetime"],
    .fieldset-v2 .fieldset .field.field-double input[type="datetime-local"],
    .fieldset-v2 .fieldset .field.field-double input[type="date"],
    .fieldset-v2 .fieldset .field.field-double input[type="month"],
    .fieldset-v2 .fieldset .field.field-double input[type="time"],
    .fieldset-v2 .fieldset .field.field-double input[type="week"],
    .fieldset-v2 .fieldset .field.field-double input[type="number"],
    .fieldset-v2 .fieldset .field.field-double input[type="email"],
    .fieldset-v2 .fieldset .field.field-double input[type="url"],
    .fieldset-v2 .fieldset .field.field-double input[type="search"],
    .fieldset-v2 .fieldset .field.field-double input[type="tel"],
    .fieldset-v2 .fieldset .field.field-double input[type="color"],
    .fieldset-v2 .fieldset .field.field-double input[type="phone"],
    .fieldset-v2 .fieldset .field.field-double select {
        width: 49.5%;
    }
    .fieldset-v2 .fieldset .field.field-double textarea {
        max-width: 49.5%;
    }
    .fieldset-v2 .fieldset .field.field-double textarea:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="text"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="password"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="datetime"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="datetime-local"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="date"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="month"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="time"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="week"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="number"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="email"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="url"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="search"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="tel"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="color"]:last-child,
    .fieldset-v2 .fieldset .field.field-double input[type="phone"]:last-child,
    .fieldset-v2 .fieldset .field.field-double select:last-child {
        border-left: 1px solid #ddd;
    }
    .fieldset-v2 .fieldset .field.field-double label:last-child {
        left: 50%;
    }
    .fieldset-v2 .fieldset .field.field-radio label,
    .fieldset-v2 .fieldset .field.field-checkbox label {
        background: none;
        font-size:.9rem;
    }
    .fieldset-v2 .fieldset .field.field-focused {
        box-shadow: none;
    }
    .fieldset-v2 .fieldset .field.field-radio,
    .fieldset-v2 .fieldset .field.field-checkbox,
    .fieldset-v2 .fieldset .field.card-info-box,
    .fieldset-v2 .fieldset .field.field-radio.field-focused,
    .fieldset-v2 .fieldset .field.field-checkbox.field-focused {
        margin: 0;
    }
    .fieldset-v2 .fieldset .field.field-checkbox {
        display: inline-block;
    }
    .fieldset-v2 .fieldset .field.field-blank {
        background: none;
        border: none;
        margin: 0;
        padding: 10px;
    }
    .fieldset-v2 .fieldset .field.field-textarea label,
    .fieldset-v2 .fieldset .field.field-select-multiple label {
        position: static;
    }
    .fieldset-v2 .new-cc-info {
        margin: 5px;
    }
    .write-a-review-page .fieldset .field textarea#review{
        float: left;
        resize: vertical;
    }
    .fieldset-v2 .fieldset .field.field-textarea textarea,
    .fieldset-v2 .fieldset .field.field-select-multiple select {
        float: right;
    }
    .fieldset-v2 .field-braintree {
        height: 50.2px;
    }

    .fieldset-v2 .fieldset .field.field-typed input,
    .fieldset-v2 .fieldset .field.field-typed select,
    .fieldset-v2 .fieldset .field.label-visible:not(.field-radio):not(.field-checkbox):not(.field-blank):not(.js-skip-label) input,
    .fieldset-v2 .fieldset .field.label-visible:not(.field-radio):not(.field-checkbox):not(.field-blank):not(.js-skip-label) select {
        border: thin solid #ddd;
        padding: 20px 10px 5px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    /* Address Validation field */
    /* Remove the padding from parent fieldset */
    .fieldset-v2 .fieldset.address-validation {
        background: #f1f1f1;
    }

    /*
     * Input Button Group
     ========================================================================== */
    /*
        Example:
        <div class="input-group">
            <div class="input-group-input">
                <input type="text" placeholder="Placeholder"/>
            </div>
            <div class="input-group-button">
                <button>Button</button>
            </div>
        </div>

    */
    .input-group {display: table;}
    .input-group .input-group-input {
        display: table-cell;
        width: 100%;
    }
    .input-group .input-group-input input,
    .input-group .input-group-input select {width: 100%;}
    .input-group .input-group-button {display: table-cell;}
    .input-group .input-group-button button {
        vertical-align: middle;
        white-space: nowrap;
    }

    /*
     * Buttons
     ========================================================================== */
    button,
    .button {
        background-color: #ddd;
        border: 0;
        color: #000;
        display: inline-block;
        padding: 6px 15px;
        max-width: 100%;
        text-decoration: none;
        vertical-align: middle;
    }
    button:hover,
    .button:hover {
      color: #000;
      text-decoration: none;
    }
    button:focus,
    .button:focus {outline: none;}

    /*
     * Anchors
     ========================================================================== */

    /*
     * Helpers
     ========================================================================== */
    .lf,
    .left {float: left;}
    .rf,
    .right {float: right;}
    .text-left {text-align: left;}
    .text-right {text-align: right;}
    .text-center {text-align: center;}
    .text-justify {text-align: justify;}
    .text-nowrap {white-space: nowrap;}
    .text-lower {text-transform: lowercase;}
    .text-upper {text-transform: uppercase;}
    .text-cap {text-transform: capitalize;}
    b,
    .b,
    .text-bold {font-weight: bold;}
    i,
    .i,
    .text-italic {font-style: oblique;}
    .hide {display: none!important;}
    .show {display: block!important;}
    .invisible {visibility: hidden;}
    .hidden {
        display: none!important;
        visibility: hidden!important;
    }
    .scrollable-box {
        overflow: auto;
    }
    .ada-hidden {
        position: absolute;
        left: -9999px;
        top: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    .skip-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .skip-links a{
        background: #000000;
        color: white;
        font-weight: bold;
        left: -100%;
        min-width: 180px;
        opacity: 0;
        padding: 10px 15px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        transform: none;

    }
    .skip-links a:focus{
        left: 50%;
        opacity: 1;
        transform: translate(-50%,0px);
        transform: -moz-translate(-50%,0px);
        transform: -ms-translate(-50%,0px);
        transform: -webkit-translate(-50%,0px);
    }

    /* Print */
    @media print {
      * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
                box-shadow: none!important;
      }
      a,
      a:visited {text-decoration: underline;}
      /*a[href]:after {content: " (" attr(href) ")";}
      abbr[title]:after {content: " (" attr(title) ")";}
      a[href^="javascript:"]:after,
      a[href^="#"]:after {content: "";}*/
      pre,
      blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
      }
      thead {display: table-header-group;}
      tr,
      img {page-break-inside: avoid;}
      img {max-width: 100% !important;}
      p,
      h2,
      h3 {
        orphans: 3;
        widows: 3;
      }
      h2,
      h3 {page-break-after: avoid;}
      select {background: #fff !important;}

	.otto *, #wano-header, .debug-bar {display:none}
    }

    /* Titles */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        display: block;
        font-weight: 500;
    }
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777;
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {font-size: 75%;}
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
          margin-top: 10px;
          margin-bottom: 10px;
    }
    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {font-size: 75%;}
    h1,
    .h1 {font-size: 2.2rem;}
    h2,
    .h2 {font-size: 1.9rem;}
    h3,
    .h3 {font-size: 1.6rem;}
    h4,
    .h4 {font-size: 1.3rem;}
    h5,
    .h5 {font-size: 1.1rem;}
    h6,
    .h6 {font-size: 0.95rem;}
    p {margin: 1em 0;}
    ul,
    ol {list-style-position: inside;}
    small,
    .small {font-size: 85%;}
    cite {font-style: normal;}
    mark,
    .mark {
      padding: .2em;
      background-color: #fcf8e3;
    }

    /* Responsive grid */
    .container,
    .container-fullwidth {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    body.fluid-body .container {width: 100%;}/* Fluid body class makes all the continer elements fluid. */
    @media (min-width: 768px) {
        .container {width: 750px;}
    }
    @media (min-width: 992px) {
      .container {width: 970px;}
    }
    @media (min-width: 1200px) {
        .container {width: 1170px;}
    }
    @media (min-width: 1460px) {
        .container {width: 1430px;}
    }
    @media (min-width: 1760px) {
        .container {width: 1730px;}
    }

    /* Rows where the responsive blocks are put */
    .row,
    .row-padded,
    .row-padded-lr {
      margin-right: -15px;
      margin-left: -15px;
    }
    .clearleft:after {clear: left;}
    .clearright:after {clear: right;}
    .clear:before,
    .clear:after,
    .clearfix:before,
    .clearfix:after,
    .clearleft:before,
    .clearleft:after,
    .clearright:before,
    .clearright:after,
    .container:before,
    .container:after,
    .container-fullwidth:before,
    .container-fullwidth:after,
    .row:before,
    .row:after,
    .row-padded:before,
    .row-padded:after,
    .row-padded-lr:before,
    .row-padded-lr:after {
      display: table;
      content: " ";
    }
    .clear:after,
    .clearfix:after,
    .container:after,
    .container-fullwidth:after,
    .row:after,
    .row-padded:after,
    .row-padded-lr:after {clear: both;}
    .row-padded > [class*="col-"] {padding: 15px;}
    .row-padded-lr > [class*="col-"] {padding: 0 15px;}

    /**
     * Grid boxes, starting with mobile first
     ========================================================================== */
    [class*="col-"],
    .fieldset-v2 .fieldset [class*="col-field-"] {
        position: relative;
        min-height: 1px;
    }
    [class*="col-xxs-"],
    .fieldset-v2 .fieldset [class*="col-field-xxs-"] {float: left;}
    /* Smallest sizes to 479px */
    .col-xxs-1 {width: 8.3333333%;}
    .col-xxs-2 {width: 16.6666666%;}
    .col-xxs-3 {width: 25%;}
    .col-xxs-4,
    .fieldset-v2 .fieldset .col-field-xxs-4 {width: 33.3333333%;}
    .col-xxs-5 {width: 41.6666666%;}
    .col-xxs-6,
    .fieldset-v2 .fieldset .col-field-xxs-6 {width: 50%}
    .col-xxs-7 {width: 58.3333333%;}
    .col-xxs-8,
    .fieldset-v2 .fieldset .col-field-xxs-8 {width: 66.6666666%;}
    .col-xxs-9 {width: 75%;}
    .col-xxs-10 {width: 83.3333333%;}
    .col-xxs-11 {width: 91.6666666%;}
    .col-xxs-12,
    .fieldset-v2 .fieldset .col-field-xxs-12 {width: 100%}
    .xxs-left-0 {right: auto;}
    .xxs-left-1 {right: 8.3333333%;}
    .xxs-left-2 {right: 16.6666666%;}
    .xxs-left-3 {right: 25%;}
    .xxs-left-4 {right: 33.3333333%;}
    .xxs-left-5 {right: 41.6666666%;}
    .xxs-left-6 {right: 50%;}
    .xxs-left-7 {right: 58.3333333%;}
    .xxs-left-8 {right: 66.6666666%;}
    .xxs-left-9 {right: 75%;}
    .xxs-left-10 {right: 83.3333333%;}
    .xxs-left-11 {right: 91.6666666%;}
    .xxs-left-12 {right: 100%;}
    .xxs-right-0 {left: auto;}
    .xxs-right-1 {left: 8.3333333%;}
    .xxs-right-2 {left: 16.6666666%;}
    .xxs-right-3 {left: 25%;}
    .xxs-right-4 {left: 33.3333333%;}
    .xxs-right-5 {left: 41.6666666%;}
    .xxs-right-6 {left: 50%;}
    .xxs-right-7 {left: 58.3333333%;}
    .xxs-right-8 {left: 66.6666666%;}
    .xxs-right-9 {left: 75%;}
    .xxs-right-10 {left: 83.3333333%;}
    .xxs-right-11 {left: 91.6666666%;}
    .xxs-right-12 {left: 100%;}
    .xxs-offset-0 {margin-left: auto;}
    .xxs-offset-1 {margin-left: 8.3333333%;}
    .xxs-offset-2 {margin-left: 16.6666666%;}
    .xxs-offset-3 {margin-left: 25%;}
    .xxs-offset-4 {margin-left: 33.3333333%;}
    .xxs-offset-5 {margin-left: 41.6666666%;}
    .xxs-offset-6 {margin-left: 50%;}
    .xxs-offset-7 {margin-left: 58.3333333%;}
    .xxs-offset-8 {margin-left: 66.6666666%;}
    .xxs-offset-9 {margin-left: 75%;}
    .xxs-offset-10 {margin-left: 83.3333333%;}
    .xxs-offset-11 {margin-left: 91.6666666%;}
    .xxs-offset-12 {margin-left: 100%;}

    @media (min-width: 480px) {
      [class*="col-xs-"],
      .fieldset-v2 .fieldset [class*="col-field-xs-"] {float: left;}
      /* Smallest sizes */
      .col-xs-1 {width: 8.3333333%;}
      .col-xs-2 {width: 16.6666666%;}
      .col-xs-3 {width: 25%;}
      .col-xs-4,
      .fieldset-v2 .fieldset .col-field-xs-4 {width: 33.3333333%;}
      .col-xs-5 {width: 41.6666666%;}
      .col-xs-6,
      .fieldset-v2 .fieldset .col-field-xs-6 {width: 50%}
      .col-xs-7 {width: 58.3333333%;}
      .col-xs-8,
      .fieldset-v2 .fieldset .col-field-xs-8 {width: 66.6666666%;}
      .col-xs-9 {width: 75%;}
      .col-xs-10 {width: 83.3333333%;}
      .col-xs-11 {width: 91.6666666%;}
      .col-xs-12,
      .fieldset-v2 .fieldset .col-field-xs-12 {width: 100%}
      .xs-left-0 {right: auto;}
      .xs-left-1 {right: 8.3333333%;}
      .xs-left-2 {right: 16.6666666%;}
      .xs-left-3 {right: 25%;}
      .xs-left-4 {right: 33.3333333%;}
      .xs-left-5 {right: 41.6666666%;}
      .xs-left-6 {right: 50%;}
      .xs-left-7 {right: 58.3333333%;}
      .xs-left-8 {right: 66.6666666%;}
      .xs-left-9 {right: 75%;}
      .xs-left-10 {right: 83.3333333%;}
      .xs-left-11 {right: 91.6666666%;}
      .xs-left-12 {right: 100%;}
      .xs-right-0 {left: auto;}
      .xs-right-1 {left: 8.3333333%;}
      .xs-right-2 {left: 16.6666666%;}
      .xs-right-3 {left: 25%;}
      .xs-right-4 {left: 33.3333333%;}
      .xs-right-5 {left: 41.6666666%;}
      .xs-right-6 {left: 50%;}
      .xs-right-7 {left: 58.3333333%;}
      .xs-right-8 {left: 66.6666666%;}
      .xs-right-9 {left: 75%;}
      .xs-right-10 {left: 83.3333333%;}
      .xs-right-11 {left: 91.6666666%;}
      .xs-right-12 {left: 100%;}
      .xs-offset-0 {margin-left: auto;}
      .xs-offset-1 {margin-left: 8.3333333%;}
      .xs-offset-2 {margin-left: 16.6666666%;}
      .xs-offset-3 {margin-left: 25%;}
      .xs-offset-4 {margin-left: 33.3333333%;}
      .xs-offset-5 {margin-left: 41.6666666%;}
      .xs-offset-6 {margin-left: 50%;}
      .xs-offset-7 {margin-left: 58.3333333%;}
      .xs-offset-8 {margin-left: 66.6666666%;}
      .xs-offset-9 {margin-left: 75%;}
      .xs-offset-10 {margin-left: 83.3333333%;}
      .xs-offset-11 {margin-left: 91.6666666%;}
      .xs-offset-12 {margin-left: 100%;}
    }

    @media (min-width: 768px) {
      [class*="col-s-"],
      .fieldset-v2 .fieldset [class*="col-field-s-"] {float: left;}
      .col-s-1 {width: 8.3333333%;}
      .col-s-2 {width: 16.6666666%;}
      .col-s-3 {width: 25%;}
      .col-s-4,
      .fieldset-v2 .fieldset .col-field-s-4 {width: 33.3333333%;}
      .col-s-5 {width: 41.6666666%;}
      .col-s-6,
      .fieldset-v2 .fieldset .col-field-s-6 {width: 50%}
      .col-s-7 {width: 58.3333333%;}
      .col-s-8,
      .fieldset-v2 .fieldset .col-field-s-8 {width: 66.6666666%;}
      .col-s-9 {width: 75%;}
      .col-s-10 {width: 83.3333333%;}
      .col-s-11 {width: 91.6666666%;}
      .col-s-12,
      .fieldset-v2 .fieldset .col-field-s-12 {width: 100%}
      .s-left-0 {right: auto;}
      .s-left-1 {right: 8.3333333%;}
      .s-left-2 {right: 16.6666666%;}
      .s-left-3 {right: 25%;}
      .s-left-4 {right: 33.3333333%;}
      .s-left-5 {right: 41.6666666%;}
      .s-left-6 {right: 50%;}
      .s-left-7 {right: 58.3333333%;}
      .s-left-8 {right: 66.6666666%;}
      .s-left-9 {right: 75%;}
      .s-left-10 {right: 83.3333333%;}
      .s-left-11 {right: 91.6666666%;}
      .s-left-12 {right: 100%;}
      .s-right-0 {left: auto;}
      .s-right-1 {left: 8.3333333%;}
      .s-right-2 {left: 16.6666666%;}
      .s-right-3 {left: 25%;}
      .s-right-4 {left: 33.3333333%;}
      .s-right-5 {left: 41.6666666%;}
      .s-right-6 {left: 50%;}
      .s-right-7 {left: 58.3333333%;}
      .s-right-8 {left: 66.6666666%;}
      .s-right-9 {left: 75%;}
      .s-right-10 {left: 83.3333333%;}
      .s-right-11 {left: 91.6666666%;}
      .s-right-12 {left: 100%;}
      .s-offset-0 {margin-left: auto;}
      .s-offset-1 {margin-left: 8.3333333%;}
      .s-offset-2 {margin-left: 16.6666666%;}
      .s-offset-3 {margin-left: 25%;}
      .s-offset-4 {margin-left: 33.3333333%;}
      .s-offset-5 {margin-left: 41.6666666%;}
      .s-offset-6 {margin-left: 50%;}
      .s-offset-7 {margin-left: 58.3333333%;}
      .s-offset-8 {margin-left: 66.6666666%;}
      .s-offset-9 {margin-left: 75%;}
      .s-offset-10 {margin-left: 83.3333333%;}
      .s-offset-11 {margin-left: 91.6666666%;}
      .s-offset-12 {margin-left: 100%;}
      .left-s-i,
      .lf-s-i {float: left!important;}
      .right-s-i,
      .rf-s-i {float: right!important;}
    }
    @media (min-width: 992px) {
      [class*="col-m-"],
      .fieldset-v2 .fieldset [class*="col-field-m-"] {float: left;}
      .col-m-1 {width: 8.3333333%;}
      .col-m-2 {width: 16.6666666%;}
      .col-m-3 {width: 25%;}
      .col-m-4,
      .fieldset-v2 .fieldset .col-field-m-4 {width: 33.3333333%;}
      .col-m-5 {width: 41.6666666%;}
      .col-m-6,
      .fieldset-v2 .fieldset .col-field-m-6 {width: 50%}
      .col-m-7 {width: 58.3333333%;}
      .col-m-8,
      .fieldset-v2 .fieldset .col-field-m-8 {width: 66.6666666%;}
      .col-m-9 {width: 75%;}
      .col-m-10 {width: 83.3333333%;}
      .col-m-11 {width: 91.6666666%;}
      .col-m-12,
      .fieldset-v2 .fieldset .col-field-m-12 {width: 100%}
      .m-left-0 {right: auto;}
      .m-left-1 {right: 8.3333333%;}
      .m-left-2 {right: 16.6666666%;}
      .m-left-3 {right: 25%;}
      .m-left-4 {right: 33.3333333%;}
      .m-left-5 {right: 41.6666666%;}
      .m-left-6 {right: 50%;}
      .m-left-7 {right: 58.3333333%;}
      .m-left-8 {right: 66.6666666%;}
      .m-left-9 {right: 75%;}
      .m-left-10 {right: 83.3333333%;}
      .m-left-11 {right: 91.6666666%;}
      .m-left-12 {right: 100%;}
      .m-right-0 {left: auto;}
      .m-right-1 {left: 8.3333333%;}
      .m-right-2 {left: 16.6666666%;}
      .m-right-3 {left: 25%;}
      .m-right-4 {left: 33.3333333%;}
      .m-right-5 {left: 41.6666666%;}
      .m-right-6 {left: 50%;}
      .m-right-7 {left: 58.3333333%;}
      .m-right-8 {left: 66.6666666%;}
      .m-right-9 {left: 75%;}
      .m-right-10 {left: 83.3333333%;}
      .m-right-11 {left: 91.6666666%;}
      .m-right-12 {left: 100%;}
      .m-offset-0 {margin-left: auto;}
      .m-offset-1 {margin-left: 8.3333333%;}
      .m-offset-2 {margin-left: 16.6666666%;}
      .m-offset-3 {margin-left: 25%;}
      .m-offset-4 {margin-left: 33.3333333%;}
      .m-offset-5 {margin-left: 41.6666666%;}
      .m-offset-6 {margin-left: 50%;}
      .m-offset-7 {margin-left: 58.3333333%;}
      .m-offset-8 {margin-left: 66.6666666%;}
      .m-offset-9 {margin-left: 75%;}
      .m-offset-10 {margin-left: 83.3333333%;}
      .m-offset-11 {margin-left: 91.6666666%;}
      .m-offset-12 {margin-left: 100%;}
    }
    @media (min-width: 1200px) {
      [class*="col-l-"],
      .fieldset-v2 .fieldset [class*="col-field-l-"] {float: left;}
      .col-l-1 {width: 8.3333333%;}
      .col-l-2 {width: 16.6666666%;}
      .col-l-3 {width: 25%;}
      .col-l-4,
      .fieldset-v2 .fieldset .col-field-l-4 {width: 33.3333333%;}
      .col-l-5 {width: 41.6666666%;}
      .col-l-6,
      .fieldset-v2 .fieldset .col-field-l-6 {width: 50%}
      .col-l-7 {width: 58.3333333%;}
      .col-l-8,
      .fieldset-v2 .fieldset .col-field-l-8 {width: 66.6666666%;}
      .col-l-9 {width: 75%;}
      .col-l-10 {width: 83.3333333%;}
      .col-l-11 {width: 91.6666666%;}
      .col-l-12,
      .fieldset-v2 .fieldset .col-field-l-12 {width: 100%}
      .l-left-0 {right: auto;}
      .l-left-1 {right: 8.3333333%;}
      .l-left-2 {right: 16.6666666%;}
      .l-left-3 {right: 25%;}
      .l-left-4 {right: 33.3333333%;}
      .l-left-5 {right: 41.6666666%;}
      .l-left-6 {right: 50%;}
      .l-left-7 {right: 58.3333333%;}
      .l-left-8 {right: 66.6666666%;}
      .l-left-9 {right: 75%;}
      .l-left-10 {right: 83.3333333%;}
      .l-left-11 {right: 91.6666666%;}
      .l-left-12 {right: 100%;}
      .l-right-0 {left: auto;}
      .l-right-1 {left: 8.3333333%;}
      .l-right-2 {left: 16.6666666%;}
      .l-right-3 {left: 25%;}
      .l-right-4 {left: 33.3333333%;}
      .l-right-5 {left: 41.6666666%;}
      .l-right-6 {left: 50%;}
      .l-right-7 {left: 58.3333333%;}
      .l-right-8 {left: 66.6666666%;}
      .l-right-9 {left: 75%;}
      .l-right-10 {left: 83.3333333%;}
      .l-right-11 {left: 91.6666666%;}
      .l-right-12 {left: 100%;}
      .l-offset-0 {margin-left: auto;}
      .l-offset-1 {margin-left: 8.3333333%;}
      .l-offset-2 {margin-left: 16.6666666%;}
      .l-offset-3 {margin-left: 25%;}
      .l-offset-4 {margin-left: 33.3333333%;}
      .l-offset-5 {margin-left: 41.6666666%;}
      .l-offset-6 {margin-left: 50%;}
      .l-offset-7 {margin-left: 58.3333333%;}
      .l-offset-8 {margin-left: 66.6666666%;}
      .l-offset-9 {margin-left: 75%;}
      .l-offset-10 {margin-left: 83.3333333%;}
      .l-offset-11 {margin-left: 91.6666666%;}
      .l-offset-12 {margin-left: 100%;}
    }
    @media (min-width: 1460px) {
      [class*="col-xl-"],
      .fieldset-v2 .fieldset [class*="col-field-xl-"] {float: left;}
      .col-xl-1 {width: 8.3333333%;}
      .col-xl-2 {width: 16.6666666%;}
      .col-xl-3 {width: 25%;}
      .col-xl-4,
      .fieldset-v2 .fieldset .col-field-xl-4 {width: 33.3333333%;}
      .col-xl-5 {width: 41.6666666%;}
      .col-xl-6,
      .fieldset-v2 .fieldset .col-field-xl-6 {width: 50%}
      .col-xl-7 {width: 58.3333333%;}
      .col-xl-8,
      .fieldset-v2 .fieldset .col-field-xl-8 {width: 66.6666666%;}
      .col-xl-9 {width: 75%;}
      .col-xl-10 {width: 83.3333333%;}
      .col-xl-11 {width: 91.6666666%;}
      .col-xl-12,
      .fieldset-v2 .fieldset .col-field-xl-12 {width: 100%}
      .xl-left-0 {right: auto;}
      .xl-left-1 {right: 8.3333333%;}
      .xl-left-2 {right: 16.6666666%;}
      .xl-left-3 {right: 25%;}
      .xl-left-4 {right: 33.3333333%;}
      .xl-left-5 {right: 41.6666666%;}
      .xl-left-6 {right: 50%;}
      .xl-left-7 {right: 58.3333333%;}
      .xl-left-8 {right: 66.6666666%;}
      .xl-left-9 {right: 75%;}
      .xl-left-10 {right: 83.3333333%;}
      .xl-left-11 {right: 91.6666666%;}
      .xl-left-12 {right: 100%;}
      .xl-right-0 {left: auto;}
      .xl-right-1 {left: 8.3333333%;}
      .xl-right-2 {left: 16.6666666%;}
      .xl-right-3 {left: 25%;}
      .xl-right-4 {left: 33.3333333%;}
      .xl-right-5 {left: 41.6666666%;}
      .xl-right-6 {left: 50%;}
      .xl-right-7 {left: 58.3333333%;}
      .xl-right-8 {left: 66.6666666%;}
      .xl-right-9 {left: 75%;}
      .xl-right-10 {left: 83.3333333%;}
      .xl-right-11 {left: 91.6666666%;}
      .xl-right-12 {left: 100%;}
      .xl-offset-0 {margin-left: auto;}
      .xl-offset-1 {margin-left: 8.3333333%;}
      .xl-offset-2 {margin-left: 16.6666666%;}
      .xl-offset-3 {margin-left: 25%;}
      .xl-offset-4 {margin-left: 33.3333333%;}
      .xl-offset-5 {margin-left: 41.6666666%;}
      .xl-offset-6 {margin-left: 50%;}
      .xl-offset-7 {margin-left: 58.3333333%;}
      .xl-offset-8 {margin-left: 66.6666666%;}
      .xl-offset-9 {margin-left: 75%;}
      .xl-offset-10 {margin-left: 83.3333333%;}
      .xl-offset-11 {margin-left: 91.6666666%;}
      .xl-offset-12 {margin-left: 100%;}
    }
    @media (min-width: 1760px) {
      [class*="col-xxl-"],
      .fieldset-v2 .fieldset [class*="col-field-xxl-"] {float: left;}
      .col-xxl-1 {width: 8.3333333%;}
      .col-xxl-2 {width: 16.6666666%;}
      .col-xxl-3 {width: 25%;}
      .col-xxl-4,
      .fieldset-v2 .fieldset .col-field-xxl-4 {width: 33.3333333%;}
      .col-xxl-5 {width: 41.6666666%;}
      .col-xxl-6,
      .fieldset-v2 .fieldset .col-field-xxl-6 {width: 50%}
      .col-xxl-7 {width: 58.3333333%;}
      .col-xxl-8,
      .fieldset-v2 .fieldset .col-field-xxl-8 {width: 66.6666666%;}
      .col-xxl-9 {width: 75%;}
      .col-xxl-10 {width: 83.3333333%;}
      .col-xxl-11 {width: 91.6666666%;}
      .col-xxl-12,
      .fieldset-v2 .fieldset .col-field-xxl-12 {width: 100%}
      .xxl-left-0 {right: auto;}
      .xxl-left-1 {right: 8.3333333%;}
      .xxl-left-2 {right: 16.6666666%;}
      .xxl-left-3 {right: 25%;}
      .xxl-left-4 {right: 33.3333333%;}
      .xxl-left-5 {right: 41.6666666%;}
      .xxl-left-6 {right: 50%;}
      .xxl-left-7 {right: 58.3333333%;}
      .xxl-left-8 {right: 66.6666666%;}
      .xxl-left-9 {right: 75%;}
      .xxl-left-10 {right: 83.3333333%;}
      .xxl-left-11 {right: 91.6666666%;}
      .xxl-left-12 {right: 100%;}
      .xxl-right-0 {left: auto;}
      .xxl-right-1 {left: 8.3333333%;}
      .xxl-right-2 {left: 16.6666666%;}
      .xxl-right-3 {left: 25%;}
      .xxl-right-4 {left: 33.3333333%;}
      .xxl-right-5 {left: 41.6666666%;}
      .xxl-right-6 {left: 50%;}
      .xxl-right-7 {left: 58.3333333%;}
      .xxl-right-8 {left: 66.6666666%;}
      .xxl-right-9 {left: 75%;}
      .xxl-right-10 {left: 83.3333333%;}
      .xxl-right-11 {left: 91.6666666%;}
      .xxl-right-12 {left: 100%;}
      .xxl-offset-0 {margin-left: auto;}
      .xxl-offset-1 {margin-left: 8.3333333%;}
      .xxl-offset-2 {margin-left: 16.6666666%;}
      .xxl-offset-3 {margin-left: 25%;}
      .xxl-offset-4 {margin-left: 33.3333333%;}
      .xxl-offset-5 {margin-left: 41.6666666%;}
      .xxl-offset-6 {margin-left: 50%;}
      .xxl-offset-7 {margin-left: 58.3333333%;}
      .xxl-offset-8 {margin-left: 66.6666666%;}
      .xxl-offset-9 {margin-left: 75%;}
      .xxl-offset-10 {margin-left: 83.3333333%;}
      .xxl-offset-11 {margin-left: 91.6666666%;}
      .xxl-offset-12 {margin-left: 100%;}
    }

    /* Element visibility */
    /*@-ms-viewport {width: device-width;}*/
    .visible-xxs,
    .visible-xs,
    .visible-s,
    .visible-m,
    .visible-l,
    .visible-xl,
    .visible-xxl {display: none !important;}
    .visible-xxs-block,
    .visible-xxs-inline,
    .visible-xxs-inline-block,
    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block,
    .visible-s-block,
    .visible-s-inline,
    .visible-s-inline-block,
    .visible-m-block,
    .visible-m-inline,
    .visible-m-inline-block,
    .visible-l-block,
    .visible-l-inline,
    .visible-l-inline-block,
    .visible-xl-block,
    .visible-xl-inline,
    .visible-xl-inline-block,
    .visible-xxl-block,
    .visible-xxl-inline,
    .visible-xxl-inline-block {display: none !important;}

    @media (max-width: 479px) {
      .visible-xxs {display: block !important;}
      table.visible-xxs {display: table;}
      tr.visible-xxs {display: table-row !important;}
      th.visible-xxs,
      td.visible-xxs {display: table-cell !important;}
      .visible-xxs-block {display: block !important;}
      .visible-xxs-inline {display: inline !important;}
      .visible-xxs-inline-block {display: inline-block !important;}
    }
    @media (min-width: 480px) and  (max-width: 767px) {
      .visible-xs {display: block !important;}
      table.visible-xs {display: table;}
      tr.visible-xs {display: table-row !important;}
      th.visible-xs,
      td.visible-xs {display: table-cell !important;}
      .visible-xs-block {display: block !important;}
      .visible-xs-inline {display: inline !important;}
      .visible-xs-inline-block {display: inline-block !important;}
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .visible-s {display: block !important;}
      table.visible-s {display: table;}
      tr.visible-s {display: table-row !important;}
      th.visible-s,
      td.visible-s {display: table-cell !important;}
      .visible-s-block {display: block !important;}
      .visible-s-inline {display: inline !important;}
      .visible-s-inline-block {display: inline-block !important;}
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .visible-m {display: block !important;}
      table.visible-m {display: table;}
      tr.visible-m {display: table-row !important;}
      th.visible-m,
      td.visible-m {display: table-cell !important;}
      .visible-m-block {display: block !important;}
      .visible-m-inline {display: inline !important;}
      .visible-m-inline-block {display: inline-block !important;}
    }
    @media (min-width: 1200px) and  (max-width: 1459px) {
      .visible-l {display: block !important;}
      table.visible-l {display: table;}
      tr.visible-l {display: table-row !important;}
      th.visible-l,
      td.visible-l {display: table-cell !important;}
      .visible-l-block {display: block !important;}
      .visible-l-inline {display: inline !important;}
      .visible-l-inline-block {display: inline-block !important;}
    }
    @media (min-width: 1460px) and  (max-width: 1759px) {
      .visible-xl {display: block !important;}
      table.visible-xl {display: table;}
      tr.visible-xl {display: table-row !important;}
      th.visible-xl,
      td.visible-xl {display: table-cell !important;}
      .visible-xl-block {display: block !important;}
      .visible-xl-inline {display: inline !important;}
      .visible-xl-inline-block {display: inline-block !important;}
    }
    @media (min-width: 1760px) {
      .visible-xxl {display: block !important;}
      table.visible-xxl {display: table;}
      tr.visible-xxl {display: table-row !important;}
      th.visible-xxl,
      td.visible-xxl {display: table-cell !important;}
      .visible-xxl-block {display: block !important;}
      .visible-xxl-inline {display: inline !important;}
      .visible-xxl-inline-block {display: inline-block !important;}
    }
    @media (max-width: 479px) {
      .hidden-xxs {display: none !important;}
    }
    @media (min-width: 480px) and  (max-width: 767px) {
      .hidden-xs {display: none !important;}
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .hidden-s {display: none !important;}
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hidden-m {display: none !important;}
    }
    @media (min-width: 1200px) and  (max-width: 1459px) {
      .hidden-l {display: none !important;}
    }
    @media (min-width: 1460px) and  (max-width: 1759px) {
      .hidden-xl {display: none !important;}
    }
    @media (min-width: 1760px) {
      .hidden-xxl {display: none !important;}
    }



/* ==========================================================================

  Responsive Theme branch styles sheet

 ========================================================================== */
    /**
     * Common styles
     ========================================================================== */
    .bubble-divider {
        height: 20px;
        margin: 25px auto;
        position: relative;
    }
    .bubble-divider:before {
        background-color: #ddd;
        content: "";
        clear: both;
        display: block;
        height: 1px;
        position: absolute;
        width: 100%;
        top: 10px;
    }
    .bubble-divider:after {
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        bottom: 0;
        content: '';
        display: block;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }
    .or-divider {
        height: 30px;
        margin: 15px auto;
        position: relative;
    }
    .or-divider:before {
        background-color: #ddd;
        content: "";
        clear: both;
        display: block;
        height: 1px;
        position: absolute;
        width: 100%;
        top: 15px;
    }
    .or-divider span {
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
        bottom: 0;
        color: #999;
        content: '';
        display: block;
        font-size: 0.75rem;
        height: 30px;
        line-height: 30px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        width: 30px;
    }
    /* buttons */
    button.checkout,
    .button.checkout {
        background-color: #F07C34;
        color: #fff;
    }
    button.checkout:after,
    .button.checkout:after {
      background-color: #D36724;
      color: #fff;
    }
    .error {
        background-color: #f2dede;
        border: 1px solid #eed3d7;
        color: #b94a48;
        display: block;
        padding: 10px;
        margin-bottom: 15px;
    }
    .status-box {
        background-color: #c8f0cc;
        border:  1px solid  #bee1c5;
        color: #489f4c;
        display: block;
        padding: 10px;
        margin: 5px 0 15px;
    }
    .warning-box {
        background-color: #FFDCAA;
        border: 1px solid #F5C581;
        color: #CA8212;
        display: block;
        padding: 10px;
        margin-bottom: 15px;
    }
    .warning-box strong{
        font-size: 1.1em;
        display:block;
        margin-bottom: 5px;
    }

    /* Info table */
    .info-table {
        margin: 15px 0;
        width: 100%;
    }
    .info-table th,
    .info-table td {
        padding: 5px;
    }
    .info-table th {
        background-color: #fafafa;
        border-bottom: 2px solid #ddd;
        text-align: left;
    }
    .info-table td {border-bottom: 1px solid #ddd;}

    /* CC icons */
    [class^="cc-icon-"],
    [class*="cc-icon-"]{
        background-image: url(../images/smlcreditcards.png);
        background-position: -160px 0;
        background-repeat: no-repeat;
        display: inline-block;
        height: 13px;
        vertical-align: middle;
        width: 20px;
    }
    .cc-icon-visa, .cc-icon-v {background-position: 0 0;}
    .cc-icon-master-card, .cc-icon-mc, .cc-icon-mastercard {background-position: -20px 0;}
    .cc-icon-american-express, .cc-icon-ae {background-position: -40px 0;}
    .cc-icon-maestro {background-position: -60px 0;}
    .cc-icon-jcb {background-position: -80px 0;}
    .cc-icon-discover, .cc-icon-d {background-position: -100px 0;}
    .cc-icon-diners-club, .cc-icon-dc {background-position: -120px 0;}
    .cc-icon-solo, .cc-icon-s {background-position: -140px 0;}

    .info-icon {
        color: #000;
        font-size: 1.2rem;
        text-decoration: none;
        vertical-align: middle;
    }
    .info-icon:hover {color: #000;}

    /**
     * TIP TIP CSS
     */
    #tiptip_holder {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    #tiptip_holder.tip_top {padding-bottom: 5px;}
    #tiptip_holder.tip_bottom {padding-top: 5px;}
    #tiptip_holder.tip_right {padding-left: 5px;}
    #tiptip_holder.tip_left {padding-right: 5px;}
    #tiptip_content {
        padding: 5px 10px;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 1px 1px 2px 0 #999;
        -webkit-box-shadow: 1px 1px 2px 0 #999;
        -moz-box-shadow: 1px 1px 2px 0 #999;
    }
    #tiptip_arrow,
    #tiptip_arrow_inner {
        position: absolute;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
    }
    #tiptip_holder.tip_top #tiptip_arrow {border-top-color: #ddd;}
    #tiptip_holder.tip_bottom #tiptip_arrow {border-bottom-color: #ddd;}
    #tiptip_holder.tip_right #tiptip_arrow {border-right-color: #ddd;}
    #tiptip_holder.tip_left #tiptip_arrow {border-left-color: #ddd;}
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        margin-top: -7px;
        margin-left: -6px;
        border-top-color: #fff;
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        margin-top: -5px;
        margin-left: -6px;
        border-bottom-color: #fff;
    }
    #tiptip_holder.tip_right #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -5px;
        border-right-color: #fff;
    }
    #tiptip_holder.tip_left #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -7px;
        border-left-color: #fff;
    }

    /* REVIEWS STARS RATING  */
    #stars-rating-box {margin: 10px 0;}
    #stars-rating-box a {
        background: url(../images/stars.png) center left no-repeat;
        cursor: pointer;
        float: left;
        height: 20px;
        margin: 0px;
        padding-right: 3px;
        width: 20px;
    }
    #stars-rating-box a.star-hover {background-position: -30px 0;}
    #stars-rating-box #stars-note {
        display: inline-block;
        padding-left: 10px;
    }

    /* Modal box */
    #simplemodal-container {
        max-height: 80%;
        max-width: 95%;
    }
    #simplemodal-container .store-box-loading {
        border: 0;
        font-size: 0.85rem;
    }
    #simplemodal-container .store-box-spinner {margin: 0 auto;}
    #simplemodal-container .modalCloseImg {
        background: none;
        color: #000;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 1.5rem;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        height: initial;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: initial;
        z-index: 1;
    }
    #simplemodal-container .modalCloseImg:before {content: "\f00d";}
    #simplemodal-data {
        max-width: 100%;
        width: 640px;
    }
    #simplemodal-container #simplemodal-data {
        height: 100%;
        width: 100%;
    }
    #simplemodal-data .store-box {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        height: 100%;
        min-width: initial;
        max-width: 100%;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    /* Chris: using #simplemodal-data bc it's first appended to the body to get the sizes, after that it's added to the container... */
    #simplemodal-data .store-box .store-box-title {
        background-color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-size: 1.4rem;
        font-weight: normal;
        height: auto;
        margin: 0;
        padding: 10px 45px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* Chris: ...after it is appended to the container, then position it with absolute. Same for the content below */
    #simplemodal-container .store-box .store-box-title {
        position: absolute;
        width: 100%;
    }
    #simplemodal-data .store-box .store-box-content {
        border: 0;
        bottom: 0;
        clear: initial;
        padding: 15px;
        max-height: initial;
        overflow: auto;
        top: 0;
    }
    #simplemodal-container .store-box .store-box-content {
        position: absolute;
        width: 100%;
    }
    #simplemodal-container .store-box .store-box-title + .store-box-content {top: 51px;}

    /* Browser update prompt */
    body #buorg {font-size: 0.85rem;}
    body #buorgclose {
        font-size: 1.3rem;
        top: 0;
    }

    /**
     * Set the responsive max-width to 1200px;
     * it can be overwritten for different custom themes
     */
    .container {max-width: 1170px;}

    /**
     * Site Header
     ========================================================================== */
    .site-header {background-color: #f1f1f1;}
    .top-links {
        margin-top: 5px;
        text-align: right;
    }
    .top-links a {
        display: inline-block;
        font-size: 0.75rem;
        padding: 0 5px;
    }
    .logo-placeholder {
        color: #000;
        font-size: 3rem;
        font-weight: bold;
        float: left;
        line-height: 3.5rem;
        text-decoration: none;
        text-transform: uppercase;
    }
    .header-actions {
        padding: 10px 0 0;
        position: relative;
        text-align: right;
    }
    .header-actions .cart-toggle {
        color: #000;
        font-size: 2rem;
        padding: 0 5px;
        text-decoration: none;
    }
    .header-actions .cart-toggle .fa-shopping-cart {margin: 0 5px;}
    .header-actions .cart-toggle .incart-items-count {font-size: 1rem;}
    .header-actions .goto-checkout-btn {vertical-align: baseline;}
    .welcome-box {display: inline-block;}
    .welcome-box .glyphicon {vertical-align: middle;}
    .welcome-box a {
        color: #000;
        display: inline-block;
        font-size: 1rem;
        padding: 0 5px;
        text-decoration: none;
    }
    .welcome-box .welcome-msg {
        font-size: 1rem;
        font-style: oblique;
    }
    .header-actions .mobile-nav-toggle {
        display: inline-block;
        font-size: 2.1rem;
        padding: 0 0 0 7px;
    }
    .header-search {
        background-color: #fff;
        border: 1px solid #ddd;
        clear: both;
        margin: 10px auto;
        max-width: 200px;
    }
    .search-form-v2 header .header-search .input-group{
        position: relative;
    }
    .search-form-v2 header .header-search .input-group:before {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .search-form-v2 .search-form-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
    }
    .search-form-v2 .search-form-wrapper.opened .overlay{
        display: block;
    }
    .search-form-v2 .search-form-wrapper.opened .search-form-content{
        height: 150px;
        padding: 50px 0px;
    }
    .search-form-v2 .search-form-content.opened{
        max-height: 90vh !important;
        height: 90vh !important;
    }
    .search-form-v2 .overlay{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.6);
        display: none;
    }
   .search-form-v2 .search-form-content {
        background: white;
        padding: 0px;
        text-align: left;
        position: relative;
        transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -webkit-transition: 0.5s all;
        height: 0px;
        overflow: hidden;
        max-height: 150px;
    }
    .search-form-v2 .search-form-close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        padding: 15px;
        color: #333;
    }
    .search-form-v2 .ui-state-hover,
    .search-form-v2 .ui-widget-content .ui-state-hover,
    .search-form-v2 .ui-widget-header .ui-state-hover,
    .search-form-v2 .ui-state-focus,
    .search-form-v2 .ui-widget-content .ui-state-focus,
    .search-form-v2 .ui-widget-header .ui-state-focus {
        border: none !important;
        background: transparent !important;
        font-weight: normal !important;
        color: #c77405;
        margin: 0px !important;
    }
    .search-form-v2 .company-logo {
        float: left;
        width: 150px;
    }
    .search-form-v2 .form-results {
        width: calc(100% - 150px);
        width: -ms-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        float: left;
    }
    .search-form-v2 .search-form-content .search-results {
        position: relative;
        padding-top: 60px;
        overflow: auto;
        max-height: calc(100vh - 180px);
        max-height: -moz-calc(100vh - 180px);
        max-height: -webkit-calc(100vh - 180px);
        max-height: -ms-calc(100vh - 180px);
    }
    .search-form-v2 .search-form-content .search-results .loading {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 40px;
        background: url(../../ajax-loader.gif) no-repeat center center;
        background-size: 32px 32px;
        margin-top: 10px;
    }
    .search-form-v2 .form-results .input-group .input-group-input input {
        border: none;
        padding-left: 20px;
        font-size: 1.2rem;
    }
    .search-form-v2 .search-form-close,
    .search-form-v2 .form-results .input-group .input-group-button button {
        background: transparent;
        font-size: 1rem;
        color: #333;
    }
    .search-form-v2 .form-results .input-group {
        border-bottom: 2px solid #333;
    }
    .search-form-v2 .search-form-content .ui-autocomplete {
        position: static !important;
        display: flex  !important;
        border: none;
        width: 100% !important;
        flex-wrap: wrap;
    }
    .search-form-v2 .search-form-content .ui-autocomplete li.title {
        width: 100%;
        text-align: center;
    }
    .search-form-v2 .search-form-content .ui-autocomplete li {
        width: 50%;
        padding: 15px;
        margin: 0px !important;
    }
    .search-form-v2 .search-form-content li.ui-menu-item {
        text-align: center;
        width: auto;
        font-size: 0.7rem;
        padding: 5px 15px;
        background: #e1e7f3 !important;
        margin: 5px !important;
        border-radius: 5px;
        display: inherit !important;
    }
    .search-form-v2 .search-form-content .ui-autocomplete li a {
        border: none !important;
    }
    .search-form-v2 .ui-autocomplete.ui-menu .ui-autocomplete-item-container {
        border-bottom: 0px !important;
        min-height: 80px;
        padding: 5px 30px 5px 110px;
    }
    .search-form-v2 .ui-autocomplete.ui-menu .ui-autocomplete-item-container .ui-menu-item-image {
        width: 80px;
    }
    .search-form-v2 .ui-autocomplete.ui-menu .ui-autocomplete-item-container .ui-autocomplete-thumb-price {
        font-size: 0.9rem;
        position: static;
        text-align: left;
    }
    .header-search .search-field {border: 0px;}
    .header-search button {
        background-color: transparent;
        color: #999;
        padding: 5px;
        font-size: 1.35rem;
    }
    .header-search .search-v2 {
        width: 200px;
        text-align: left;
        font-size: 0.9rem;
    }
    .header-search .search-v2 i {
        float: right;
        font-size: 1.4rem;
    }
    .header-links {margin-top: 10px;}
    .header-links a {
        display: inline-block;
        font-size: 0.75rem;
        padding: 0 5px;
    }
    .site-nav {
        display: none;
        font-size: 0px;
        text-align: justify;
        width: 100%;
    }
    .site-nav > li {
        display: block;
        font-size: 0.85rem;
        margin: 0;
    }
    .site-nav > li > a {
        display: block;
        padding: 10px 0px;
        text-decoration: none;
    }
    .site-nav > li > a:hover {text-decoration: underline;}

    /**
     * Site Footer
     ========================================================================== */
    .site-footer {
        background-color: #f1f1f1;
        padding-top: 15px;
    }
    .site-footer .footer-subscribe {
        margin: 0 auto 20px auto;
        max-width: 300px;
    }
    .footer-links {text-align: center;}
    .footer-links a {
        display: inline-block;
        padding: 0 5px;
    }
    .copyright-box {
        font-size: 0.7rem;
        text-align: center;
    }

    /**
     * Breadcrumb
     ========================================================================== */
    .breadcrumb-wrap .breadcrumbs {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    /**
     * Address boxes
     ========================================================================== */
    .address-grid-box {}
    .address-grid-box .address-prop-title {
        display: block;
        font-weight: bold;
    }
    .address-grid-box .address-prop-row {display: block;}

    /**
     * Homepage
     ========================================================================== */

    /**
     * Authentication
     ========================================================================== */
    .auth-page,
    .reset-pass-page {
        margin: 0 auto;
        max-width: 700px;
        padding: 30px 0;
    }
    .auth-page .signin-btn {margin-right: 15px;}
    .auth-page .fb-login,
    .auth-page .g-login {
        margin: 15px;
        /*width: 202px;*/
        display: inline-block;
    }
    .field > label > .fa-info-circle {
        font-size: 1.2rem;
        vertical-align: middle;
    }
    .field #pass_str span,
    .field #pass_match span {
        bottom: 0px;
        line-height: 36px;
        position: absolute;
        right: 0px;
        top: -1px;
    }
    .fieldset-v2 .field #pass_str span,
    .fieldset-v2 .field #pass_match span {
        display: inline-block;
        line-height: 1.42rem;
        padding: 3px 5px!important;
        position: static;
        width: 100%;
    }
    .forgot-pass-page {
        margin: 0 auto;
        max-width: 700px;
        padding: 30px 0;
    }
    .store-box-content .forgot-pass-page {
        max-width: initial;
        padding: 0;
    }

    /**
     * Account
     ========================================================================== */
    .account-page .edit-btn,
    .account-page .delete-btn {
        color: #000;
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
        vertical-align: middle;
    }
    .account-page .edit-btn:hover {color: #107A10;text-decoration:none;}
    .account-page .delete-btn:hover {color: #B40000;text-decoration:none;}
    .account-page .edit-btn:after {content:"\f044";}
    .account-page .delete-btn:after {content:"\f00d";}
    .account-page {padding: 15px 0 30px 0;}
    .account-page:after {
        clear: both;
        content: '';
        display: table;
    }
    .account-menu {
        padding: 15px;
        border: 1px solid #ddd;
        background-color: #fafafa;
    }
    .account-menu h4 {margin: 0;}
    .account-menu .account-links {margin-top: 15px;}
    .account-menu ul {list-style: none;}
    .account-menu a {
        display: inline-block;
        padding: 3px 0;
    }
    .account-content > h1 {margin-top: 0;}

    /* Order pages */
    .orders-list tbody td:last-of-type {text-align: right;}
    .print-order-pdf {
        color: #000;
        font-size: 1.3rem;
        text-decoration: none;
        vertical-align: middle;
    }
    .print-order-pdf:hover {color: #000;}

    /* Payment page */
    .account-payment-page .cc-box {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 15px;
        position: relative;
    }
    .account-payment-page .cc-box .cc-actions {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .account-payment-page .cc-box .cc-info,
    .account-payment-page .cc-box .billing-info {margin-bottom: 15px;}
    .account-new-cc select[name*="cc_exp_"] {width: 32%;}
    .fieldset-v2 .account-new-cc select[name*="cc_exp_"] {width: 50%;}
    .fieldset-v2 .account-new-cc select[name*="cc_exp_"]:nth-child(odd) {
        clear: left;
        float: left;
    }
    .fieldset-v2 .account-new-cc select[name*="cc_exp_"]:nth-child(even) {
        clear: right;
        float: right;
    }

    /* Wishlists */
    .wishlists-list-page .info-table td:last-of-type {text-align: right;}
    .wishlist-page .move-to-box {float: left;}
    .wishlist-page .sort-order {float: right;}
    .wishlist-page .thumb-wishlist {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-top: 15px;
        padding: 15px;
        position: relative;
    }
    .wishlist-page .thumb-wishlist:after {
        clear: both;
        content: '';
        display: block;
    }
    .wishlist-page .thumb-wishlist img {
        float: left;
        width: 100px;
    }
    .wishlist-page .thumb-wishlist .thumb-content {padding-left: 115px;}
    .wishlist-page .thumb-wishlist .actions {
        margin-bottom: 15px;
        padding-right: 30px;
    }
    .wishlist-page .thumb-wishlist .actions .delete-btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .wishlist-page .thumb-wishlist .sku {
        display: block;
        padding: 5px 0;
    }
    .wishlist-page .thumb-wishlist .price {
        display: block;
        padding: 5px 0;
    }
    .wishlist-page .thumb-wishlist input[type="checkbox"] {
        bottom: 15px;
        position: absolute;
        right: 15px;
    }
    .wishlist-page .add-all-bottom {
        display: block;
        margin: 30px auto 0 auto;
        padding: 15px 30px;
        text-align: center;
        width: 200px;
    }
    .added-to-wishlist {
        background-image: none;
        float: none;
        height: auto;
        text-indent: 0;
        width: auto;
    }
    /* Registries */
    .edit-registry-page .registry-form .registry-description {
        margin-bottom: 15px;
        width: 100%;
    }
    .registries-page .info-table td:last-of-type {text-align: right;}
    .registry-page .sort-order {float: right;}
    .registry-page .thumb-registry {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-top: 15px;
        padding: 15px;
        position: relative;
    }
    .registry-page .thumb-registry:after {
        clear: both;
        content: '';
        display: block;
    }
    .registry-page .thumb-registry img {
        float: left;
        width: 100px;
    }
    .registry-page .thumb-registry .thumb-content {padding-left: 115px;}
    .registry-page .thumb-registry .actions {
        margin-bottom: 15px;
        padding-right: 30px;
    }
    .registry-page .thumb-registry .actions .delete-btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .registry-page .thumb-registry .item-info {float: left;}
    .registry-page .thumb-registry .sku {
        display: block;
        padding: 5px 0;
    }
    .registry-page .thumb-registry .price {
        display: block;
        padding: 5px 0;
    }
    .registry-page .thumb-registry input[type="checkbox"] {
        bottom: 15px;
        position: absolute;
        right: 15px;
    }
    .registry-page .thumb-registry input[name*="qty"] {width: 50px;}
    .registry-search-page {padding-bottom: 30px;}
    .registry-search-page .registry-search-box {max-width: 700px;}
    .registry-search-page .registry-search-box:after {
        clear: both;
        content: '';
        display: block;
    }
    .registry-search-page .registry-search-box .show-search {cursor: pointer;}
    .registry-search-page .registry-search-box button {float: right;}
    .registry-share-page .registry-share-form {margin-bottom: 30px;}
    .edit-registry-confirm-page,
    .edit-registry-done-page {padding-bottom: 30px;}
    .view-registry-page .add-selected-bottom {
        float: right;
        margin-top: 30px;
    }
    .registry-tabs {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
    }
    .registry-tabs a {
      display: inline-block;
      padding: 5px 15px;
      margin-bottom: -1px;
      text-decoration: none;
      color: #777;
    }
    .registry-tabs a:hover {color: #000;}
    .registry-tabs a.selected {
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      background-color: #fff;
      color: #000;
    }
    .fieldset-v2 .edit-registry-page .registrant-information .field-radio label,
    .fieldset-v2 .edit-registry-page .coregistrant-information .field-radio label {
        border-bottom: 1px dotted #ddd;
    }
    .fieldset-v2 .edit-registry-page .registrant-information .field-radio:nth-last-of-type(2) label,
    .fieldset-v2 .edit-registry-page .coregistrant-information .field-radio:nth-last-of-type(2) label {
        border-bottom: 0;
    }

    .lists-search .fa-search {line-height: 1.42857143;}

    /* Digital downloads */
    .manage-shelf select {
        width: 100%;
    }
    .manage-shelf .button {
        width: 48%;
        text-align: center;
    }
    /* Download User Data */
    .download-data-links{
        float: left;
        padding: 10px;
    }
    .download-data-links .button{
        display: inline-block;
        margin-left: 10px;
        vertical-align: bottom;
    }
    .download-data-links .fa-file-text-o{
        display: inline-block;
        font-size: 4rem;
        vertical-align: bottom;
    }
    .download-data-links .fa-download{
        font-size: 0.8rem;
        margin-right: 5px;
    }



    /**
     * Search page
     ========================================================================== */
    .search-page {padding-bottom: 30px;}

    /**
     * Quick Order Page
     ========================================================================== */
    .quick-order-form .form-field .fieldset {
        align-items: center;
        background: #f2f2f2;
        border: none;
        border-radius: 4px;
        color: #696969;
        display: flex;
        flex-wrap: nowrap;
        padding: 8px;
        justify-content: flex-start;
        margin: 10px 0;
    }
    .quick-order-form .form-field .fieldset.empty {
        color: #c3c3c3;
    }
    .quick-order-form .form-field  .field,
    .quick-order-form .form-field .field:first-child {
        border:  2px solid #ddd;
        margin-right: 5px;
    }
    .quick-order-form .form-field .field:last-child {
        margin: 0;
    }
    .quick-order-form .form-field .field.field-focused {
        box-shadow: none;
    }
    .quick-order-form .form-field .field.product {
        flex-grow: 1;
    }
    .quick-order-form .form-field .field.trash {
        background: none;
        border: none;
        text-align: center;
        width: 20px;
    }
    .quick-order-form .form-field .field.search,
    .quick-order-form .form-field .field.qty {
        border: 2px solid #b6b6b6;
    }
    .quick-order-form .form-field .field.search,
    .quick-order-form .form-field .field.qty,
    .quick-order-form .form-field .field.trash {
        color: #696969;
    }
    .quick-order-form .form-field .field.trash span {
        cursor: pointer;
    }
    .quick-order-form .form-field .field label{
        background: none;
        font-size: 0.7rem;
        text-transform: uppercase;
        padding: 5px 10px 0;
        width: 100%;
    }
    .quick-order-form .form-field .field input {
        background: none;
        cursor: default;
        padding: 0 10px 5px;
        width: 100%;
    }
    .quick-order-form .form-field .field.search input,
    .quick-order-form .form-field .field.qty input {
        cursor: inherit;
    }
    .quick-order-page .form-actions {
        align-items: center;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 5px;
    }
    .quick-order-page .form-actions .link {
        font-size: 0.9rem;
    }
    .quick-order-page .form-actions .form-fields {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        text-align: center;
    }
    .quick-order-page .form-actions .form-fields .info-field {
        padding: 0 5px;
    }
    .quick-order-page .form-actions .form-fields .info-field .field-label{
        font-size: 0.75rem;
        text-transform: uppercase;
    }
    .quick-order-page .form-actions .form-fields .info-field .field-content{
        font-size: 1.3rem;
        font-weight: bold;
    }
    .quick-order-page .quick-order-add-to-cart {
        margin: 10px 0;
    }
    /**
     * Category page
     ========================================================================== */
    .category-page {padding-bottom: 30px;}
    .category-page .subcategories-list {margin-bottom: 20px;}
    .category-sort-order {
        display: inline-block;
        margin-right: 10px;
    }

    .category-actions {margin: 10px 0;}
    .category-actions:after {
        clear: both;
        content: '';
        display: table;
    }
    .thumb-navigation-links {
        margin: 10px auto 0 auto;
    }
    .thumb-navigation-links a {
        color: #000;
        margin-left: 5px;
        text-decoration: none;
    }
    .thumb-navigation-links a:hover {text-decoration: underline;}
    .thumb-navigation-links a.active {
        font-weight: bold;
        text-decoration: underline;
    }
    .results-per-page-list a {
        color: #000;
        margin-left: 5px;
        text-decoration: none;
    }
    .results-per-page-list a:hover {text-decoration: underline;}
    .results-per-page-list a.active {
        font-weight: bold;
        text-decoration: underline;
    }

    /* Subcategories thumbs */
    .subcat-thumbs-wrap {margin: 0 -15px;}
    .subcat-thumbs-wrap:before,
    .subcat-thumbs-wrap:after {
        clear: both;
        content: '';
        display: block;
    }
    .subcat-thumbs-wrap .subcat-thumb {
        float: left;
        padding: 15px;
        position: relative;
        width: 50%;
    }
    .subcat-thumbs-wrap .subcat-thumb .image-wrap {display: block;}
    .subcat-thumbs-wrap .subcat-thumb .title {
        display: block;
        font-size: 1rem;
        margin-bottom: 10px;
        text-decoration: none;
    }

    /**
     * Thumbs
     ========================================================================== */
    .thumbs-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .thumb-grid.slot-row {
        height: auto;
        width: 100%!important;
        padding: 0px;
    }
    .thumb-grid .slot p{
        margin:0px!important;
    }

    .thumbs-wrap:before,
    .thumbs-wrap:after {
        clear: both;
        content: '';
        display: block;
    }


    .thumb-grid {
        float: left;
        padding: 15px;
        position: relative;
        width: 50%;
    }
    .thumb-grid .new-arrival-badge {
        position: absolute;
    }
    .thumb-grid .img {
        display: block;
        margin-bottom: 10px;
    }
    .thumb-grid .img img {
        display: block;
        margin: 0 auto;
    }
    .thumb-grid .name {
        display: block;
        margin-bottom: 10px;
    }
    .thumb-grid .prices-wrap .retail-price,
    .thumb-grid .prices-wrap .old-price {text-decoration: line-through;}

    .thumb-lists-wrap {margin: 0 -15px;}
    .thumb-lists-wrap:after {
        clear: both;
        content: '';
        display: block;
    }
    .thumb-lists {
        float: left;
        padding: 15px;
        text-align: center;
        width: 50%;
    }
    .thumb-lists .item-image {
        display: block;
        margin-bottom: 15px;
    }
    .thumb-lists .item-name {
        display: block;
        margin-bottom: 15px;
    }

    /**
     * Product page
     ========================================================================== */
    .product-page {padding: 15px 0 30px 0;}
    .product-page .product-gallery img {cursor: pointer;}
    .product-page .product-img-wrap {
        cursor: crosshair;
        display: block;
    }
    /* Addon popup */
    .item .item-addons .thumb-grid{
        width: 33.33%;
    }
    .item .item-addons .view-cart{

    }

    .product-page .product-main-image {width: 100%;}
    .product-page .zoomImg {background-color:#fff;}
    .product-page .product-title {margin-bottom: 15px;}
    .product-page .sku {
        color: #555;
        font-style: oblique;
    }
    /* Prices */
    .product-page .product-prices {padding-bottom: 15px;}
    .product-page .product-prices .retail-price {text-decoration: line-through;}
    .product-page .product-prices .price {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 10px 0;
    }
    .product-page .product-prices .old-price {
        font-size: 1.2rem;
        margin-right: 10px;
        text-decoration: line-through;
    }
    .product-page .product-prices .new-price {color: #A90D0D;}
    .product-page .product-prices .you-save .saved-money {font-weight: bold;}
    .product-page .product-prices .volume-price-table td {
        padding: 3px 10px 3px 0;
    }
    .product-page .product-prices .volume-price-table td:last-of-type {
        border-left: 1px solid #ddd;
        font-weight: bold;
        padding-left: 10px;
    }
    .add-to-wishlist,
    .added-to-wishlist {
        background: initial;
        float: initial;
        height: initial;
        text-indent: initial;
        width: initial;
    }
    .add-to-wishlist:hover i:before,
    .added-to-wishlist i:before {content: "\f004";}
    .add-to-wishlist.button,
    .added-to-wishlist.button {background-color: #ddd;}

    /* Reviews */
    .write-a-review-page .reviewed-item-data .reviewed-item-img {
        width: 100px;
    }
    .write-a-review-page .reviewed-item-data{
        display:flex;
        align-items:center;
    }
    .write-a-review-page .reviewed-item-data .reviewed-item-title{
        font-size:1.4em;
        font-weight:bold;
        padding-left: 10px;
    }

    .product-page .product-actions {margin-bottom: 30px;}
    .product-page .product-actions .qty-box {margin-bottom: 15px;}
    .product-page .product-actions .qty-box input {width: 45px;}
    .product-page .preorder-countdown-wrapper {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .product-page .preorder-nrd,
    .product-page .preorder-message,
    .product-page .waitlist-message {margin-bottom: 15px;}
    .product-page .add-to-cart-box {margin-bottom: 15px;}
    .product-page .add-to-cart {
        text-transform: uppercase;
        font-weight: bold;
        /* font-size: 0.7rem; */
        padding: 15px 45px;
        background-color: #f07c34;
        color: #fff;
    }
    .product-page .add-to-cart:hover {background-color: #D36724;}
    .product-page .bundle-wrap {margin-bottom: 15px;}
    .product-page .bundle-wrap .title {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .product-page .bundle-wrap .items {margin-bottom: 10px;}
    .product-page .bundle-wrap .savings {margin-bottom: 10px;}
    .product-page .bundle-wrap .price {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .product-page .bundle-wrap .add-to-cart {padding: 10px 35px;}

    #edit-review{cursor: pointer;}

    /* PDP tabs */
    .product-tabs {
        background-color: #fafafa;
        padding: 10px;
        margin-bottom: 30px;
    }
    .product-tabs .item-tab-loaded .item-tab-content {
        background-color: #fff;
        padding: 15px;
    }
    .product-tabs .item-tab .item-tab-content .item-tab-spinner {
        padding-left: 35px;
        line-height: 30px;
        height: 30px;
        background: url(../../../toolkit/autocomplete/loading/7.gif) no-repeat left center;
        display:none; /* it is visable only under loaded tabs */
    }
    .product-tabs .item-tab-loaded .item-tab-content .item-tab-spinner {display:block;}
    .product-tabs .item-tab-content {overflow: hidden;}
    .product-tabs .item-tab-nav {
        display: inline-block;
        font-size: 0.9rem;
        margin: 0;
        padding: 10px 15px;
    }
    .product-tabs .item-tab-nav a {
        color: #000;
        display: block;
        font-size: 0.75rem;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }
    .product-tabs .item-tab-selected {background-color: #fff;}

    /* Reviews */
    .product-page .reviews .review .reviewer-avatar {
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 40px;
    }
    .product-page .reviews .review .review-vote-yes,
    .product-page .reviews .review .review-vote-no {
        background: none;
        font-weight: normal;
        padding: 0 3px;
    }
    .product-page .reviews .review .review-vote-yes:hover,
    .product-page .reviews .review .review-vote-no:hover {color: inherit;}

    /* P/C styles*/
    .pc-attribute option.in_stock_email {
        color: #bfbfbf;
    }

    .product-page  label.in_stock_email{
        position: relative;
    }
    .product-page  label.in_stock_email:hover::after {
        bottom: 0;
        color: #303030;
        content: "\f0e0";
        display: block;
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: 900;
        height: 35px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }

    .reaction{
        background: #f5f5f5;
        margin: 20px 0;
        padding:1em;
        position: relative;
    }
    .reaction .arrow{
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f5f5f5;
        position:absolute;
        top: -10px;
        left: 15px;
    }
    .reaction .reaction-title{

    }
    .reaction p{
        font-style: oblique;
        margin-bottom: 0px;
    }


    /**
     * Cart
     ========================================================================== */

    /* Ajax Cart */
    #shopping-cart-container {
        background: #fff;
        /* border: 3px solid #ddd; */
        min-width: 290px;
        padding: 15px;
        text-align: left;
        top: 0px!important;
        right: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 9000;
        position: fixed!important;
    }
    #shopping-cart-container.loading {
        background: #fff url(../../../toolkit/autocomplete/loading/2.gif) no-repeat center center;
        min-height: 60px;
    }
    #shopping-cart-container.submitting {
        background: #fff;
        padding-bottom: 60px;
    }
    #shopping-cart-container.submitting:after {
        background: rgba(255, 255, 255, .7) url(../images/spinner.gif) no-repeat 50% 50%;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    #shopping-cart-container .ajax-progress-bar {
        position: absolute;
        top: -2px;
        height: 2px;
        width: 0%;
        left: 0;
/*         -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); */
    }
    #shopping-cart-container .shipping-counter{
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .ajax-cart{height: 100%;}

    #otto-cloak-face{left:0}

    /*flexbox for vertical stretching*/
    .ajax-cart form {height: calc(100% - 50px);} /*the subtracted value has to contain the shopping cart title + shipping message in any*/

    .ajax-cart-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
        .ajax-cart-content .cart-items-wrap{
            flex: 1;
            overflow-y: auto;
        }
        .ajax-cart-content .cart-footer{
            text-align: center;
            border-top: 1px solid #eee;
            flex-shrink: 0;
            position: relative;
        }
    /*end */
    #ajax-cart-overlay{
         background:#000;
         opacity: 0.7;
         position:fixed;
         top:0;
         bottom:0;
         left: 0;
         right:0;
         z-index:999;

    }

    .ajax-cart .close {
        color: #000;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 1.5rem;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .ajax-cart .close:before {content: "\f00d";}
    .ajax-cart .shopping-cart-title {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .ajax-cart .cart-items-wrap::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .ajax-cart .cart-items-wrap::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .4);
    }
    .ajax-cart .cart-items {width: 100%;}
    .ajax-cart .cart-items td {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        vertical-align: top;
    }
    .ajax-cart .cart-items tr:last-of-type td {border-bottom: 0;}
    .ajax-cart .cart-items .image {
        padding-right: 5px;
        width: 50px;
    }
    .ajax-cart .cart-items .image > a {
        display: block;
        width: 50px;
    }
    .ajax-cart .cart-items .item-info {padding-right: 15px;}
    .ajax-cart .cart-items .item-info .item-link {
        display: block;
        margin-bottom: 5px;
        white-space: normal;
    }
    .ajax-cart .cart-items .item-info select {width: 100%;}
    .ajax-cart .cart-items .qty-wrap {display: block;}
    .ajax-cart .cart-items .qty-wrap input {
        padding: 2px 4px;
        width: 50px;
    }
    .ajax-cart .subtotal-line {
        border-top: 1px solid #ddd;
    }
    .ajax-cart .subtotal-line .info {}
    .ajax-cart .subtotal {
        font-weight: bold;
        padding: 5px 0;
        margin-left: auto;
        text-align: center;
    }
    .ajax-cart .cart-btn {
        font-style: oblique;
        display: block;
        margin: 0 auto 10px auto;
        text-align: center;
        width: 70px;
    }

    .ajax-cart .checkout-btn {
        background-color: #f07c34;
        color: #fff;
        display: block;
        margin: 0 auto;
        width: 200px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px;
    }

    .ajax-cart .checkout-btn:hover {
        background-color: #f07c34;
        color: #fff;
    }

    /*ajax cart thumbs*/
    .ajax-cart .ajax-empty-content{
        border-top: 1px solid #eee;
        height: calc(100% - 60px);
        overflow-y:auto;
        overflow-x: hidden;
    }
    .ajax-cart .thumb-grid{width: 50%;}

    /* Normal cart */
    .empty-cart-page {padding-bottom: 30px;}
    .clear-cart-page {padding-bottom: 30px;}
    .cart-page {padding-bottom: 30px;}

    .cart-page .shipping-counter{
        background-color: #fafafa;
        border: 1px solid #ddd;
        display: block;
        margin-bottom: 15px;
        padding: 10px;
    }
    .cart-page .cart-items {width: 100%;}
    .cart-page .cart-items .item:after {
        content: '';
        clear: both;
        display: block;
    }
    .cart-page .cart-items {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .cart-page .cart-items .item {
        border-bottom: 1px solid #ddd;
        padding: 15px;
        position: relative;
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        //background: cyan;
    }
    .cart-page .cart-items .item:last-of-type {border-bottom: 0;}
    .cart-page .cart-items .item img {
        /*
        float: left;
        margin-left: -65px;
        */
        flex-basis: 5%;
        flex-grow:0;
        flex-shrink: 0;
        margin-right: 15px;
        width: 150px;
        max-height: 150px;
    }
    .cart-page .cart-items .item .item-data{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .cart-page .cart-items .item .info{
        flex-basis:70%;
        flex-grow:0;
        flex-shrink: 0;

    }


    .cart-page .cart-items .item input[name*="qty"] {width: 50px;}
    .cart-page .cart-items .item .info .name {
        display: inline-block;
        margin-bottom: 10px;
    }
    .cart-page .cart-items .item .info .sku {
        display: block;
        margin-bottom: 10px;
    }
    .cart-page .cart-items .item .remove {
        color: #000;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 1.5rem;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        bottom: 17px;
        text-decoration: none;
    }
    .cart-page .cart-items .item .remove:before {content:"\f00d";}
    .cart-page .cart-items .item .remove:hover {color: #B40000;}

    .cart-page .cart-actions {margin-bottom: 15px;}
    .cart-page .promo-box {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .cart-page .cart-totals {
        background-color: #fafafa;
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 15px;
    }
    .cart-page .cart-totals table {width: 100%;}
    .cart-page .cart-totals table td {padding: 5px 0;}
    .cart-page .cart-totals table td:last-of-type {
        padding-left: 10px;
        text-align: right;
        white-space: nowrap;
    }
    .cart-page .cart-totals table tr:nth-last-child(2) td {padding-bottom: 15px;}
    .cart-page .cart-totals table .grandtotal {
        border-top: 1px solid #ddd;
        font-weight: bold;
    }
    .cart-page .cart-totals table .grandtotal td {padding-top: 15px;}
    .cart-page .tax-estimate .view-tax-form {
        color: #2347B8;
        cursor: pointer;
        font-style: oblique;
        text-decoration: underline;
    }
    .cart-page .tax-estimate .tax-estimate-form {display: none;}
    .cart-page .cart-shipping-quote .ship-options-trigger {
        color: #2347B8;
        cursor: pointer;
        /*font-style: oblique;*/
        text-decoration: underline;
    }
    .cart-page .cart-shipping-quote .ship-options-trigger .fa{margin-left:5px;}
    .cart-page .cart-shipping-quote .update-shipping-options {margin-bottom: 10px;}
    .cart-page .cart-shipping-quote .shipping-package {margin-bottom: 10px;}
    .cart-page .cart-shipping-quote .cart-shipping-quote-form {display: none;}
    .cart-page .cart-shipping-quote .hide-options.ship-options-trigger {display: none;}

    .cart-page .checkout-btn {
        background-color: #f07c34;
        color: #fff;
        float: right;
        padding: 15px 50px;
    }
    .cart-page .checkout-btn:hover {
        background-color: #D36724;
        color: #fff;
    }
    /**
     * Checkout
     ========================================================================== */
    .checkout-page .checkout-btn {
        background-color: #f07c34;
        color: #fff;
        font-weight: bold;
        font-size: 1rem;
        padding: 10px 35px;
        text-align: center;
        text-transform: uppercase;
    }
    .checkout-page .checkout-btn:hover {
        background-color: #D36724;
        color: #fff;
    }
    .opc_wrap {
        padding-left: 0;
        background: none;
    }
    .checkout-page {padding: 20px 0;}
    .checkout-page:after {
        content: '';
        display: table;
        clear: both;
    }
    .checkout-page .step-title {
        background-color: #f1f1f1;
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 15px 30px;
        text-transform: uppercase;
    }
    .checkout-page .step-title a {
        color: #000;
        text-decoration: none;
    }
    .checkout-page .step-title:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.1rem;
        margin-right: 5px;
        text-align: center;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 20px;
    }
    .checkout-page .step-title.sign-in-sign-up:before,
    .checkout-page .step-title.security-code:before {content: "\f023";}
    .checkout-page .step-title.shipping:before {content: "\f0d1";}
    .checkout-page .step-title.payment:before {content: "\f09d";}
    .checkout-page .step-title.place-order:before {content: "\f00c";}
    .checkout-page .step-title.edit-cart:before {content: "\f07a";}
    .checkout-page .step-title:after {
        clear: both;
        content: '';
        display: table;
    }
    .checkout-page .step-title .edit-step-link {
        background-color: #000;
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 0.70rem;
        padding: 5px 10px;
    }
    .checkout-page .checkout-user {
        font-size: 0.7rem;
        float: right;
        margin-top: 5px;
        text-align: center;
    }
    .checkout-page .step-content {
        border: 3px solid #f1f1f1;
        border-top: 0;
        margin: -20px 0 20px 0;
        padding: 25px;
    }
    .checkout-page .step-content:after{
        clear: both;
        content: "";
        display: table;
    }
    .checkout-page .page-title {
        font-size: 1.2rem;
        margin-top: 0;
    }

    /* Sidebar */
    .checkout-page .sidebar_summary {
        margin-bottom: 20px;
        position: relative;
    }
    .checkout-page .summary-title {
        background-color: #f1f1f1;
        display: block;
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0;
        padding: 15px 30px;
        text-transform: uppercase;
    }
    .checkout-page .summary-title:before {
        content: "\f07a";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.1rem;
        margin-right: 5px;
        text-align: center;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 20px;
    }
    .checkout-page .sidebar_summary .edit-cart-link {
        background-color: #000;
        color: #fff;
        display: inline-block;
        font-size: 0.70rem;
        font-weight: bold;
        padding: 5px 10px;
        position: absolute;
        right: 30px;
        top: 15px;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 2;
    }
    .checkout-page .sidebar-summary-inner  {
        border: 3px solid #f1f1f1;
        border-top: 0;
        padding: 0 25px 25px;
    }
    .checkout-page .sidebar-summary-title {
        position: relative;
    }
    .checkout-page #checkout-summary-box-loading {
        display: block;
        bottom: 15px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .checkout-page .sidebar-summary-inner .shopping-cart {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
        max-height: 300px;
        overflow: auto;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .4);
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item,
    .completed-order-summary .order-summary .shopping-cart .item {
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
        display:flex;
        flex-direction: row;
        //background: cyan;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item:last-of-type {border-bottom: 0;}
    .checkout-page .sidebar-summary-inner .shopping-cart .item img,
    .completed-order-summary .order-summary .shopping-cart .item img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
        flex-basis: 0;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item .item-data,
    .completed-order-summary .order-summary .shopping-cart .item .item-data{
        display:flex;
        flex-direction:row;
        width: 100%;
        justify-content: space-between;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item .info,
    .completed-order-summary .order-summary .shopping-cart .item .info {
        padding-right: 15px;
        flex-basis: 70%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price,
    .completed-order-summary .order-summary .shopping-cart .item .qty-price {
        text-align: right;
        padding-right: 5px;
        flex-basis: 30%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price .price {font-weight: 500;}
    .checkout-page .sidebar-summary-inner .total-info {width: 100%;}
    .checkout-page .sidebar-summary-inner .total-info td {padding: 5px 0;}
    .checkout-page .sidebar-summary-inner .total-info td:last-of-type {
        padding-left: 10px;
        text-align: right;
        white-space: nowrap;
    }
    .checkout-page .sidebar-summary-inner .total-info tr:nth-last-child(2) td {padding-bottom: 15px;}
    .checkout-page .sidebar-summary-inner .total-info tr:last-child {
        border-top: 3px solid #f1f1f1;
        font-size: 1.1rem;
        font-weight: bold;
    }
    .checkout-page .sidebar-summary-inner .total-info tr:last-child td {padding-top: 15px;}
    .checkout-page .sidebar-summary-inner .total-info .input-group {max-width: 200px;}
    .checkout-page .sidebar-summary-inner .total-info .input-group .input-group-input input {
        font-size: 0.75rem;
        padding: 3px;
    }
    .checkout-page .sidebar-summary-inner .total-info .input-group .input-group-button button {
        font-size: 0.75rem;
        padding: 4px 6px;
    }

    /* Start page */
    .checkout-start-page .singin-method-first-box {
        border: 3px solid #f1f1f1;
        border-top: 0;
        margin: -20px 0 20px 0;
        padding: 25px;
    }
    .checkout-start-page .singin-method-box {
        border: 3px solid #f1f1f1;
        margin: 0 0 20px 0;
        padding: 25px;
    }
    .checkout-start-page .checkout-btn {float: right;}
    .checkout-start-page .forgotten-password {display: inline-block;}
    .pay-with-paypal {
        margin: 20px 0px;
    }
    .pay-with-paypal .paypal-checkout{
        float: right;
    }
    .pay-with-paypal label{
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.8;
    }
    .cart-page .paypal-checkout,
    .checkout-start-page .paypal-checkout{
        display: inline-block;
        width: 170px;
    }
    .applepay-wrapper  .applepay-button{
    height: 40px !important;
}
    .applepay-wrapper {
        float: right;
        margin: 0 0 1em 1.3em;
    }
    .applepay-wrapper,
    .cart-page #AmazonPayButton {
        width: 170px;
    }
    .social-signin-method-box {
        margin: 1em 0 0;
        text-align: right;
    }
    .btn-social {
		margin: 0 0 1em 1em;
		display: inline-block;
    }
    .alt-payment-methods .h5 {
        margin: 10px 0 1em;
    }
    .alt-payment-methods .pay-methods-box {
        text-align: right;
    }
    .alt-payment-methods .paypal {
        display: inline-block;
        vertical-align: top;
    }

    .alt-payment-methods .paypal .paypal-checkout {
        margin: 0 0 1em 1.3em;
    }
    .express-checkout-page .affirm-payment-box{
        margin-top: 20px;
    }
    .choose-affirm-payment {
        border: 1px solid #d5d9de;
        border-radius: 5px;
        color: black;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        height: 40px;
        padding: 8px 30px;
        text-align: center;
        white-space: nowrap;
    }
    .affirm-checkout-btn:disabled,
    .choose-affirm-payment.disabled,
    .affirm-checkout-btn.disabled {
        opacity: 0.5;
    }
    .choose-affirm-payment img {
        bottom: 5px;
        width: 44px;
        position: relative;
    }
    .checkout-page .affirm-title {
        margin-left: -10px;
        margin-bottom: 2em;
    }
    .checkout-page .affirm-title img {
        margin: 0px 20px;
    }
    .checkout-page .affirm-title span {
        display: inline-block;
        font-weight: bold;
        font-size: 1rem;
        padding-top: 3px;
        vertical-align: middle;
    }
    .checkout-page .affirm-notes {
        line-height: 1.8;
    }
    .checkout-page .affirm-notes span {
        font-size: 0.85rem;
    }
    .checkout-page .affirm-popup {
        cursor: pointer;
        text-decoration: underline;
    }

    /*  Order address page*/
    .order-address-page .checkout-btn {
        float: right;
        margin-top: 30px;
    }

    /* Shipping page */
    .shipping-page .checkout-btn {
        float: right;
        margin-top: 30px;
    }
    .single-shipping-page .shipping-methods {margin-top: 30px;}
    .fieldset-v2 .shipping-page .checkout-btn,
    .fieldset-v2 .single-shipping-page .shipping-methods {
        margin: 0;
    }
    .single-shipping-page .shipping-methods .fieldset-fit p {
        padding: 0px 10px;
     }
    .single-shipping-page .page-title {float: left;}
    .single-shipping-page .ship-to-multiple-link {float: right;}
    .single-shipping-page #new-address {display: none;}
    .single-shipping-page .refresh-methods {
        color: #000;
        text-decoration: none;
        vertical-align: middle;
    }
    .single-shipping-page #shipping-methods-hint img {margin-top: 10px;}
    .multiple-shipping-page .page-title {float: left;}
    .multiple-shipping-page .ship-to-single-link {float: right;}
    .multiple-shipping-page .split-box {display: none;}

    .single-shipping-page .packages-summary-wrap,
    .multiple-shipping-page .packages-summary-wrap {
        margin-bottom: 15px;
    }

    .single-shipping-page .package-summary,
    .multiple-shipping-page .package-summary {
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }

    .single-shipping-page .package-summary:last-of-type,
    .multiple-shipping-page .package-summary:last-of-type {
        border-bottom: 0;
    }

    .single-shipping-page .package-summary > h6,
    .multiple-shipping-page .package-summary > h6 {margin-top: 0;}
    .single-shipping-page .package-summary label,
    .multiple-shipping-page .package-summary label {
        display: block;
        font-weight: bold;
        margin-top: 10px;
    }
    .single-shipping-page .package-summary input[type="radio"] + label,
    .multiple-shipping-page .package-summary input[type="radio"] + label {
        display: inline-block;
        font-weight: normal;
        margin: 0;
    }
    .multiple-shipping-page .cart-line {
        border-bottom: 1px solid #ddd;
        padding: 30px 0;
    }

    .multiple-shipping-page .cart-line:last-of-type {
        border-bottom: 0;
    }

    .multiple-shipping-page .cart-line:after {
        content: '';
        clear: both;
        display: table;
    }

    .multiple-shipping-page .cart-line .item {
        display: table;
        margin-bottom: 15px;
        width: 100%;
    }

    .multiple-shipping-page .cart-line .item .image-wrap {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
        width: 110px;
    }

    .multiple-shipping-page .cart-line .item .info {
        display: table-cell;
        vertical-align: top;
    }

    .multiple-shipping-page .cart-line .item .title {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .multiple-shipping-page .cart-line .item .price {
        display: block;
        margin-bottom: 5px;
    }

    .multiple-shipping-page .cart-line .package-address {
        display: table;
        margin-bottom: 10px;
        width: 100%;
    }

    .multiple-shipping-page .cart-line .package-address .qty-wrap {
        display: table-cell;
        padding-right: 10px;
        width: 60px;
    }

    .multiple-shipping-page .cart-line .package-address .qty-wrap input {
        width: 100%;
    }

    .multiple-shipping-page .cart-line .package-address .address-wrap {
        display: table-cell;
        padding-right: 10px;
        vertical-align: middle;
    }

    .multiple-shipping-page .cart-line .package-address .address-wrap select {
        width: 100%;
    }

    .multiple-shipping-page .cart-line .package-address .remove-wrap {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        width: 15px;
    }

    .multiple-shipping-page .cart-line .package-address .remove-wrap .fa {
        color: #000;
        text-decoration: none;
    }

    .multiple-shipping-page .cart-line .split-info {
        margin-left: 60px;
    }

    .multiple-shipping-page .cart-line  .add-additional-address {
        cursor: pointer;
    }

    /* Payment page */
    .checkout-payment-page .promos-box {margin-bottom: 30px;}
    .checkout-payment-page .promos-box .applied-gift-certificates-box .fieldset {margin: 10px 0;}
    .checkout-payment-page .promos-box .show-promo-box {
        display: inline-block;
        margin-bottom: 5px;
    }
    .checkout-payment-page .promos-box .promo-code-box,
    .checkout-payment-page .promos-box .gift-card-box {
        display: none;
        margin-bottom: 10px;
    }
    .fieldset-v2 .checkout-payment-page .payment-methods-wrap .card-info-box .card-info-inner {padding: 0;}
    .checkout-payment-page .payment-methods-wrap .card-info-box .card-info-inner:after {
        content: '';
        clear: both;
        display: block;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .card-info-inner.expired {background-color: #f2dede;}
    .checkout-payment-page .payment-methods-wrap .card-info-box label {
        background-color: transparent;
        float: none;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cc-info {display: inline-block; padding-right: 10px;}
    .checkout-payment-page .payment-methods-wrap .card-info-box .cc-info .expired-note {color: #b94a48;}
    .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block {
        margin-bottom: 10px;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block label[for*="pay-cvv"] {
        cursor: pointer;
        display: block;
        margin-bottom: 5px;
    }
    .fieldset-v2 .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block label[for*="pay-cvv"] {
        padding: 5px 0 0;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block input[id*="pay-cvv"]{
        border: 4px solid #ddd;
        float: none;
        width: 130px;
    }
    .fieldset-v2 .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block input[id*="pay-cvv"]{
        background: #fff;
        padding: 10px;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cc-edit {
        font-size: 0.75rem;
        padding: 2px 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-transform: uppercase;
    }
    .checkout-payment-page .payment-methods-wrap .new-cc {display: none;}
    .checkout-payment-page .payment-methods-wrap .new-cc-wrap .fieldset {margin: 0;}
    .checkout-payment-page .payment-methods-wrap .new-cc-address {display: none;}
    .fieldset-v2 .checkout-payment-page .payment-methods-wrap .new-cc-address {
        margin: 0 5px 10px;
    }
    .checkout-payment-page .payment-methods-wrap [class*="js-new-billing-address"] {display: none;}
    .fieldset-v2 .checkout-payment-page .payment-methods-wrap [class*="js-new-billing-address"] {
        margin-bottom: 10px;
    }
    .checkout-payment-page .new-cc select[name*="cc_exp_"] {width: 32%;}
    .fieldset-v2 .checkout-payment-page .new-cc select[name*="cc_exp_"] {
        float: left;
        width: 50%;
    }
    .checkout-payment-page .payment-methods-wrap .affirm-pay label img {vertical-align: top;}
    .checkout-payment-page .paypal-payment-logo {height: 21px;}

    /**
    *  Payment page tabs design
    */
    .checkout-payment-page .payment-type-tab .payment-type-tab-title {
        align-items: center;
        background: #f1f1f1;
        cursor: pointer;
        display: flex;
        margin-top: 20px;
        padding: 15px 5px;
        position: relative;
    }
    .checkout-payment-page .payment-type-tab .payment-type-tab-title .payment-tab-title {
        margin-right: 5px;
    }
    .checkout-payment-page .payment-type-tab-title .fa-chevron-down {
        margin: 0 10px;
        transform: rotate(0deg);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }
    .checkout-payment-page .payment-type-tab-title.expanded .fa {
        transform: rotate(180deg);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }
    .checkout-payment-page .payment-type-tab .payment-type-tab-content {
        background-color: #f1f1f1;
        border: 3px solid #f1f1f1;
        border-top: 0;
        display: none;
    }
    .checkout-payment-page .payment-type-tab .fieldset {
        background: #fff;
        border: none;
        margin: 0 0 3px 0;
    }
    .checkout-payment-page .payment-type-tab .payment-type-tab-content > div:last-of-type {
        margin: 0;
    }
    .checkout-payment-page .payment-type-tab .checkout-btn-wrap {
        border-top: 1px solid #ddd;
        padding: 10px;
        text-align: right;
    }
    .checkout-payment-page .payment-type-tab.credit-card .checkout-btn-wrap {
        display: none;
    }
    .checkout-payment-page .payment-type-tab.credit-card .new-cc-is-only-option input[type="radio"] {
        display: none;
    }
    .checkout-payment-page .payment-type-tab.credit-card .new-cc-is-only-option label {
        padding: 0;
    }
    .checkout-payment-page .alternative-payments .payment-type-tab-title {
        padding: 10px 5px;
    }
    .checkout-payment-page .alternative-payments:before {
        display: table;
        content: " ";
    }
    .checkout-payment-page .alternative-payments {
        margin-top: 20px;
    }
    .checkout-payment-page .alternative-payments .payment-box.bt-button-wrapper,
    .bt-button-wrapper {
       display: none;
    }
    .checkout-payment-page .alternative-payments .payment-box,
    .checkout-payment-page .payment-box.venmo {
        background-color: #fff;
        display: block;
        float: left;
        height: 60px;
        margin-bottom: 3px;
        padding: 10px 0px;
        width: 33.33%;
    }
    .checkout-payment-page .payment-box.venmo {
        text-align: center;
    }
    .checkout-payment-page .alternative-payments .payment-mark {
        display: inline-block;
        margin: 2px 0;
        vertical-align: middle;
        width: 40px;
    }
    .checkout-payment-page .alternative-payments .payment-mark.js-bt-applepay-mark {
        display: none;
    }
    .checkout-payment-page .alternative-payment-button {
        width: 175px;
    }
    .checkout-payment-page .venmo-button {
        width: 100%;
    }
    .checkout-payment-page .venmo-button .js-bt-venmo {
        border: 1px solid #3d95ce;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        padding: 8px 50px;
        text-align: center;
        white-space: nowrap;
    }
    .checkout-payment-page .venmo-button img {
        width: 80px;
    }
     .after-pay-button {
        border-radius: 3px;
        cursor: pointer;
        height: 41px;
        text-align: center;
        width: 175px;
    }
    .after-pay-button img{
        max-height: 100%;
    }
    .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n+2) .payment-box-button {
        text-align: center;
    }
    .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n) .payment-box-button {
        text-align: right;
    }
    .checkout-payment-page .purchase-order .payment-type-tab-content {
        border: 0;
    }
    .checkout-payment-page .alternative-payments .payment-box .payment-box-button > * {
        display: inline-block;
    }
    .checkout-payment-page .purchase-order .fieldset > div:first-of-type {
        border: 5px solid #f1f1f1;
        border-top: 0;
    }
    .available-cards-tip {
        color: #7d7d7d;
        font-size: 1rem;
    }
    .cc-icons{
        background: url(../images/smlcreditcards.png) no-repeat;
        background-position: -160px 0px;
        display: inline-block;
        height: 13px;
        position: relative;
        vertical-align: middle;
        width: 20px;
    }
    .accepted-cards .cc-icons{
        margin: 0 2px;
        line-height: 1.5;
    }
    .cc-number-field {
        position: relative;
    }
    .cc-number-field .cc-icons{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .cc-icons.V{
        background-position: 0px 0px;
    }
    .cc-icons.MC{
        background-position: -20px 0px;
    }
    .cc-icons.AE{
        background-position: -40px 0px;
    }
    .cc-icons.JCB{
        background-position: -80px 0px;
    }
    .cc-icons.D{
        background-position: -100px 0px;
    }
    .cc-icons.DC{
        background-position: -120px 0px;
    }
    .cc-icons.SW{
        background-position: -160px 0px;
    }
    .cc-icons.S{
        background-position: -140px 0px;
    }
    .checkout-payment-page.quote-checkout-page .payment-type-tab .payment-type-tab-content .fieldset{border: 3px solid transparent;}
    .checkout-payment-page.quote-checkout-page .payment-type-tab.other .payment-type-tab-content .fieldset{border: 10px solid transparent;}
    /* Review page */
    .review-order-box .checkout-btn {
        float: right;
        margin-top: 30px;
    }
    .review-order-box .terms-wrap {
        float: left;
        margin-top: 40px;
    }
    .review-order-box .special-comments textarea {width: 100%;}
    .review-order-box .fallback-security-code {margin-top: 15px;}
    .shipping-summary-box,
    .payment-summary-box {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 15px;
    }
    .shipping-summary-box .edit,
    .payment-summary-box .edit {float: right;}
    .shipping-summary-box h5,
    .payment-summary-box h5 {margin-top: 0;}
    .shipping-packages-summary label {
        display: block;
        font-weight: bold;
    }
    .shipping-packages-summary input[type="radio"] + label,
    .shipping-packages-summary input[type="checkbox"] + label {display: inline-block;}
    .shipping-packages-summary .shipto-address,
    .shipping-packages-summary .shipto-method,
    .shipping-packages-summary .tracking-numbers {margin-bottom: 10px;}
    .shipping-packages-summary .tracking-numbers .tracking-number {display: block;}
    .shipping-packages-summary .multi-shipping-package-summary .shipping-package-summary {
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }
      .shipping-packages-summary .tracking-numbers {
        margin-top: 10px;
    }
    .shipto-method .no-shipping-options {
        padding: 0px 15px;
    }
    .shipping-packages-summary .multi-shipping-package-summary .shipping-package-summary:last-child {
        border-bottom-color: transparent;
        padding-bottom: 0;
    }
    .payment-summary label {
        display: block;
        font-weight: bold;
    }
    .payment-summary .column {margin-bottom: 10px;}

    /* Express checkout page */
    #express-checkout-summary-box .payment-methods .fieldset {margin-bottom: 0;}
    #express-checkout-summary-box .shipping-summary-box .shipto-address,
    #express-checkout-summary-box .shipping-summary-box .shipto-method,
    #express-checkout-summary-box .shipping-summary-box .items-in-package {margin-bottom: 10px;}
    #express-checkout-summary-box .shipping-summary-box .shipto-address > label,
    #express-checkout-summary-box .shipping-summary-box .shipto-method > label,
    #express-checkout-summary-box .shipping-summary-box .items-in-package > label {
        display: block;
        font-weight: bold;
    }
    .fieldset-v2 #express-checkout-summary-box .shipping-summary-box .shipto-method > label {
        padding: 0 5px;
    }
    .fieldset-v2 #express-checkout-summary-box .shipping-summary-box .shipto-method .fieldset {
        margin: 5px -5px;
    }
    #express-checkout-summary-box .shipping-summary-box .shipto-address select {width: 100%;}
    #express-checkout-summary-box .shipping-summary-box .ship-to-multiple-link {
        display: inline-block;
        margin-top: 10px;
    }
    .fieldset-v2 #express-checkout-summary-box .shipping-summary-box .ship-to-multiple-link {
        margin-top: 10px;
    }
    #express-checkout-summary-box .shipping-summary-box .package-shipping-summary {border-bottom: 1px solid #ddd;}
    #express-checkout-summary-box .shipping-summary-box .package-shipping-summary:last-of-type {border: 0;}
    #express-checkout-summary-box .shipping-summary-box .package-shipping-summary .package-title {margin-top: 15px;}
    .express-checkout-page .shipping-summary-box,
    .express-checkout-page .payment-summary-box {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .fieldset-v2 #express-checkout-summary-box .payment-summary-box input,
    .fieldset-v2 .express-checkout-page #security-code-block input,
    .fieldset-v2 #express-checkout-summary-box .payment-summary-box select,
    .fieldset-v2 .review-order-box #security-code-block input {
        border: 4px solid #ddd;
        padding: 10px;
    }

    .checkout-thank-you {
        background: url(../images/ajax-loader.gif) no-repeat left center;
        float: right;
        margin-top: 30px;
        padding: 10px 0 10px 35px;
    }
    .fake-spinner {
        background: url(../images/ajax-loader.gif) no-repeat;
        width: 0px;
        height: 0px;
    }
    #cvv_error {
        background-color: #f2dede;
        color: #b94a48;
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
    }
    .single-shipping-address{
        width: 100%;
    }

    /* Receipt */
    .order-complete-page {}
    .order-complete-page .order-info {margin-bottom: 15px;}
    .order-complete-page .order-info > span {display: block;}
    .order-complete-page .order-info .print-order-pdf {
        float: right;
        font-size: 1.5rem;
        margin: 5px 10px;
    }
    .order-complete-page .order-info .print,
    .order-complete-page .order-info .email {
        color: #000;
        cursor: pointer;
        font-size: 1.5rem;
        float: right;
        margin: 5px 10px;
        text-decoration: none;
    }
    .completed-order-summary:after {
        clear: both;
        display: table;
    }
    .completed-order-summary .order-summary {
       margin-bottom: 15px;
    }
    .completed-order-summary .order-summary .order-summary-title {
        font-size: 1rem;
    }
    .completed-order-summary .order-summary .shopping-cart {margin: 15px 0;}
    .completed-order-summary .order-summary .shopping-cart .item .qty-price .price {font-weight: 500;}
    .completed-order-summary .order-summary .total-info,
    .completed-order-summary .order-summary .adjustments-info {width: 100%;}
    .completed-order-summary .order-summary .total-info td,
    .completed-order-summary .order-summary .adjustments-info td {padding: 5px 0;}
    .completed-order-summary .order-summary .total-info td:last-of-type,
    .completed-order-summary .order-summary .adjustments-info td:last-of-type {text-align: right;}
    .completed-order-summary .order-summary .total-info tr:nth-last-child(2) td {padding-bottom: 15px;}
    .completed-order-summary .order-summary .total-info tr:last-child {
        border-top: 1px solid #ddd;
        font-weight: bold;
    }
    .completed-order-summary .order-summary .total-info tr:last-child td {padding-top: 15px;}
    .completed-order-summary .order-summary.cancelled-order-lines .shopping-cart .item:last-of-type,
    .completed-order-summary .order-summary.shortshipped-order-lines .shopping-cart .item:last-of-type {border-bottom: 0;}
    .completed-order-summary .order-summary .account-gift-certificates {
        width: 100%;
    }
    .completed-order-summary .order-summary .account-gift-certificates tr td:last-child {
        text-align: right;
    }
    .receipt-page #register-guest {
        margin-bottom: 15px;
        padding: 0px 15px;
    }
    .receipt-register-box {
        margin: 0 -15px;
        border-bottom: 1px solid #eee;
    }
    .receipt-register-box .fieldset{
        margin: 0px;
    }
    .receipt-register-box h5{
        background: #f3f3f3;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 15px;
    }
    .receipt-register-box:after{
        clear: both;
        content: '';
        display: block;
    }
    .receipt-register-box .column {padding: 0 15px 15px 15px;}

    /**
     * Page not found, 404 page
     ========================================================================== */
    .page-not-found {
        max-width: 700px;
        margin: 0 auto;
        padding: 80px 0 100px 0;
    }
    .page-not-found h1 {margin-bottom: 50px;}
    .page-not-found h6 {line-height: 1.42857143;}
    .page-not-found .search-wrap {margin-top: 30px;}
    .page-not-found .search-wrap button {
        padding: 9px 15px;
    }

    /**
     * Subscribe page
     ========================================================================== */
    .subscribe-page {padding-bottom: 30px;}

    /**
     * Contact page
     ========================================================================== */
    .contact-page .main-column {margin-bottom: 30px;}
    .contact-page .contact-sidebar {
      border: 1px solid #ddd;
      background-color: #fafafa;
      margin-bottom: 30px;
      padding: 15px;
    }
    .contact-page .contact-sidebar > h4 {margin-top: 0;}

    /**
     * Autocomplete
     ========================================================================== */
    .ui-autocomplete.ui-menu {
        max-width: 100%;
        padding: 0;
    }
    .ui-autocomplete.ui-menu .ui-menu-item {
        float: none;
        padding: 3px 5px;
    }
    .ui-autocomplete.ui-menu .ui-autocomplete-suggestions,
    .ui-autocomplete.ui-menu .ui-autocomplete-products {
        font-weight: bold;
        font-size: 0.9rem;
        padding: 5px;
    }
    .ui-autocomplete.ui-menu .ui-autocomplete-item-container {
        border-bottom: 1px solid #ddd;
        display: block;
        min-height: 60px;
        padding: 5px 80px 5px 60px;
        position: relative;
        text-decoration: none;
    }
    .ui-autocomplete.ui-menu .ui-autocomplete-item-container.ui-menu-item.ui-state-focus {
        border: 0;
        border-bottom: 1px solid #ddd;
        background: #f2f2f2;
        color: inherit;
        font-weight: normal;
    }
    .ui-autocomplete.ui-menu .ui-autocomplete-item-container .ui-menu-item-image {
        left: 5px;
        position: absolute;
        top: 5px;
        width: 50px;
    }
    .ui-autocomplete.ui-menu .ui-autocomplete-item-container .ui-menu-item-title {font-size: 0.8rem;}
    .ui-autocomplete.ui-menu .ui-autocomplete-item-container .ui-autocomplete-thumb-price {
        font-size: 0.8rem;
        right: 5px;
        position: absolute;
        text-align: right;
        top: 5px;
        width: 70px;
    }

    /**
     * Media queries
     ========================================================================== */

    @media (max-width: 479px) {
        /*not matching passwords warning labels on small mobiles*/
        .field #pass_str span,
        .field #pass_match span{
            clear: both;
            display: block;
            height: 24px;
            line-height: 16px;
            position: static;
        }
        /**
         * Start Page
         */
        .social-signin-method-box {
            text-align: center;
        }
        .btn-social {
            margin: 0 0 1em;
        }
        .alt-payment-methods .paypal .paypal-checkout {
            margin: 0 auto 1em;
			float: none;
        }
        .alt-payment-methods .paypal {
            display: block;
            text-align: center;
        }

        /**
         * Checkout
         */
        .checkout-page .checkout-btn {width: 100%;}
        .checkout-page .checkout-user {display: none;}
        .checkout-start-page .checkout-btn,
        .checkout-start-page .paypal-checkout,
        .checkout-start-page .fb-login,
        .checkout-start-page .g-login {margin-top: 10px;}

        .ajax-cart .thumb-grid{width: 100%;}

        /* Digital Downloads */
        .manage-shelf .button {
            width: 100%;
            margin: 2px 0;
            text-align: center;
        }

        .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price,
        .completed-order-summary .order-summary .shopping-cart .item .qty-price{flex-basis: 40%;}
        .checkout-page .sidebar-summary-inner .shopping-cart .item .info,
        .completed-order-summary .order-summary .shopping-cart .item .info{flex-basis: 60%;}
        /**
         * Cart page
         */
        .cart-page .continue-shopping, .cart-page .button.checkout-btn, .cart-page .save-for-quote-btn{
            display: block;
            float: none;
            margin: 5px auto;
            padding: 15px;
            text-align: center;
            width: 100%;
        }
        .cart-page .paypal-checkout, .cart-page #AmazonPayButton{
            display: block;
            margin: 0 auto 5px;
        }
        .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n) .payment-box-button,
        .checkout-payment-page .alternative-payments .payment-box,
        .checkout-payment-page .payment-box.venmo {
            width: 100%;
            text-align: center;
        }
        /**
         * Quick Order Page
         ========================================================================== */
        .quick-order-page .quick-order-form .form-field .fieldset {
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .quick-order-form .form-field .field.search,
        .quick-order-form .form-field .field.product {
            margin: 0 0 1% 0;
            flex-basis: 100%;
        }
        .quick-order-form .form-field .field.unit-price,
        .quick-order-form .form-field .field.qty,
        .quick-order-form .form-field .field.price {
            flex-basis: 31%;
            margin-right: 1%;
        }
        .quick-order-form .form-field .field.trash {
            flex-basis: 4%;
        }
        .quick-order-page .form-actions .link {
            text-align: center;
        }
        .quick-order-page .form-actions .link i.fa{
            width: 100%;
        }
        .quick-order-page .form-actions .link {
            font-size: 0.8rem;
        }
        .quick-order-page .form-actions .form-fields .info-field .field-label{
            font-size: 0.70rem;
        }
        .quick-order-page .form-actions .form-fields .info-field .field-content{
            font-size: 1.1rem;
        }
    }

    @media (min-width: 480px) {
        /**
         *
         */
        #shopping-cart-container {width: 450px;}
        /**
         * Account
         */
        .account-payment-page .cc-box .cc-info {padding-right: 15px;}
        .account-payment-page .cc-box .cc-info,
        .account-payment-page .cc-box .billing-info {
            float: left;
            width: 40%;
        }
        /**
         * Cart
         */
        .cart-page .paypal-checkout {
            float: right;
        }
        .cart-page #AmazonPayButton {
            float: right;
            margin: 25px 0;
        }
    }

    @media (min-width: 480px) and (max-width: 767px){
        /**
         * Account
         */
        .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n) .payment-box-button{
            text-align: center;
        }
        .checkout-payment-page .alternative-payments .payment-box,
        .checkout-payment-page .payment-box.venmo {
            width: 50%;
            text-align: center;
        }
        /**
         * Quick Order Page
         ========================================================================== */
        .quick-order-form .form-field .fieldset {
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .quick-order-form .form-field .field.search {
            margin: 0 5px 5px 0;
            flex-basis: 40%;
        }
        .quick-order-form .form-field .field.product{
            margin: 0 0 5px 0;
            flex-grow: 1;
        }
        .quick-order-form .form-field .field.product{
            margin-bottom: 5px;
        }
        .quick-order-form .form-field .field.unit-price,
        .quick-order-form .form-field .field.qty,
        .quick-order-form .form-field .field.price{
            flex-basis: 30%;
        }
        .quick-order-form .form-field .field.trash{
            flex-grow: 1;
        }
        .quick-order-page .form-actions .link {
            text-align: center;
        }
        .quick-order-page .form-actions .link i.fa{
            width: 100%;
        }
    }

    @media (min-width: 480px) and (max-width: 991px){}

    @media (max-width: 767px) {
        /*
         * Header
         */
        .cart-toggle .cart-label {display: none;}
        .header-actions .cart-toggle .incart-items-count {
            display: inline-block;
            vertical-align: middle;
        }
        .welcome-box .account-link span,
        .welcome-box .signin-link span {display: none;}
        .welcome-box .account-link:before,
        .welcome-box .signin-link:before {
            content: "\f007";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 2rem;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .welcome-box .signout-link,
        .welcome-box .register-link,
        .welcome-box .welcome-msg {display: none;}

        /**
         * Subcategories thumbs
         */
        .subcat-thumbs-wrap .subcat-thumb:nth-of-type(2n+1) {clear: both;}

        /**
         * Thumbs
         */
        .thumb-grid:nth-of-type(2n+1),
        .thumb-lists:nth-of-type(2n+1) {clear:both;}

        /**
         * Payment page tabs design
         */
        .checkout-payment-page .payment-type-tab-title .fa-chevron-down {
            margin: 0 5px;
        }
        .checkout-payment-page .alternative-payments .payment-box {
            display: block;
        }
        .checkout-payment-page .alternative-payments .payment-box-text span {
            padding-bottom: 10px;
        }

        .cart-page .cart-items .item .item-data{flex-direction:column;}
        .cart-page .cart-items .item img{width: 70px; height:auto; max-height: 70px;}
    }

    @media (min-width: 768px) {
        /* Chris: set a min width so there is no scroll when it's not needed */
        #simplemodal-container {min-width: 640px;}
        #simplemodal-data .store-box {min-width: 640px;}

        /**
         * Header
         */
        .header-actions {float: right;}
        .header-actions .cart-toggle {font-size: 1rem;}
        .header-actions .mobile-nav-toggle {display: none;}
        .welcome-box {
            display: block;
            margin-top: 10px;
        }
        .header-search {
            clear: right;
            float: right;
        }
        .site-nav {display: block!important;}
        .site-nav > li {display: inline-block;}
        .site-nav > li > a {
            padding: 10px 5px;
        }
        .site-nav > li:first-of-type > a {padding-left: 0;}
        .site-nav > li:last-of-type > a {padding-right: 0;}
        .site-nav:after {
            content: '';
            display: inline-block;
            width: 100%;
        }


        /**
         * Product page
         */
        .product-page .product-title {
            float: right;
            width: 60%;

        }
        .product-page .product-images {
            float: left;
            padding-right: 15px;
            width: 40%;

        }
        .product-page .product-information {
            float: right;
            width: 60%;

        }

        /**
         * Category page
         */
        .thumb-navigation-links {
            float: right;
            margin: 0;
        }

        /**
         * Thumbs
         */
        .thumb-grid {width: 33.3333%;}

        /**
         * Cart
         */
        .cart-page .actions-and-promos {
            float: left;
            padding-right: 15px;
            width: 50%;
        }
        .cart-page .cart-totals {
            float: left;
            width: 50%;
        }

        /**
         * Checkout
         */
        .multiple-shipping-page .cart-lines-wrap .cart-line .item {
            float: left;
            margin-bottom: 0;
            padding-right: 15px;
            width: 40%;
        }

        .multiple-shipping-page .cart-lines-wrap .cart-line .packages-wrap {
            float: left;
            width: 60%;
        }

        .shipping-packages-summary .shipto-address,
        .shipping-packages-summary .shipto-method {
            float: left;
            width: 50%;
        }
        .payment-summary .column {
            float: left;
            padding-right: 15px;
            width: 50%;
        }
        .checkout-payment-page .payment-methods-wrap .card-info-box label[for^="pay_"] {
            float: left;
            width: 50%;
        }
        .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block {
            float: left;
            width: 49%;
        }
        #express-checkout-summary-box .shipping-summary-box .shipto-address,
        #express-checkout-summary-box .shipping-summary-box .shipto-method {
            float: left;
            width: 50%;
        }
        #express-checkout-summary-box .shipping-summary-box .shipto-address {padding-right: 15px;}
        #express-checkout-summary-box .shipping-summary-box .shipto-method {padding-left: 15px;}
        .receipt-register-box .column {
            float: left;
            width: 50%;
        }

        /**
        * Payment page tabs design
        */
        .payment-tab-accepted-cards .cc-icons{
            background-position: -268px -13px;
            height: 25px;
            width: 39px;
        }
        .payment-tab-accepted-cards .cc-icons.V{
            background-position: 0px -13px;
        }
        .payment-tab-accepted-cards .cc-icons.MC{
            background-position: -38px -13px;
            width: 41px;
        }
        .payment-tab-accepted-cards .cc-icons.AE{
            background-position: -78px -13px;
        }
        .payment-tab-accepted-cards .cc-icons.JCB{
            background-position: -116px -13px;
            width: 38px;
        }
        .payment-tab-accepted-cards .cc-icons.D{
            background-position: -154px -13px;
            width: 38px;
        }
        .payment-tab-accepted-cards .cc-icons.DC{
            background-position: -192px -13px;
            width: 38px;
        }
        .payment-tab-accepted-cards .cc-icons.SW{
            background-position: -268px -13px;
        }
        .payment-tab-accepted-cards .cc-icons.S{
            background-position: -230px -13px;
            width: 38px;
        }
        /**
         * Quick Order Page
         ========================================================================== */
        .quick-order-form .form-field .field.unit-price,
        .quick-order-form .form-field .field.qty,
        .quick-order-form .form-field .field.price{
            min-width: 100px;
            max-width: 120px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        /**
         * Subcategories thumbs
         */
        .subcat-thumbs-wrap .subcat-thumb {width: 33.3333%;}
        .subcat-thumbs-wrap .subcat-thumb:nth-of-type(3n+1) {clear: both;}

        /**
         * Thumbs
         */
        .thumb-grid:nth-of-type(3n+1) {clear:both;}
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        /**
         * Thumbs
         */
        .thumb-lists {width: 25%}
        .thumb-lists:nth-of-type(4n+1) {clear:both;}
    }

    @media (max-width: 991px) {

        /**
         * Account
         */
        .account-menu {margin-bottom: 30px;}
        .account-links-wrap {display: none;}
        .account-menu h4 {position: relative;}
        .account-menu h4 .account-menu-toggle {
            cursor: pointer;
            display: block;
            position: absolute;
            display: inline-block;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: normal;
            font-size: 1.7rem;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            right: 0;
            top: -2px;
        }
        .account-menu h4 .account-menu-toggle:before {content:"\f142";}
        .account-menu h4 .account-menu-toggle.opened:before {content:"\f00d";}
        /**
         * Cart
         */
        .cart-page .cart-items .item .total {display: none;}

        /**
         * Checkout
         */
        .checkout-page .summary-title {
            position: relative;
            /* ALEX:ECOM-7220 - fix for IOS, click event not working;*/
            cursor:pointer;
        }
        .checkout-page .summary-title:after {
            content: "\f078";
            display: block;
            display: inline-block;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: normal;
            font-size: 1rem;
            margin-left: 15px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: transform 0.5s ease;
            -moz-transition: transform 0.5s ease;
            -ms-transition: transform 0.5s ease;
            -o-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
            vertical-align: text-bottom;
        }
        .checkout-page .summary-title.expanded:after {
            -ms-transform: rotate(-180deg); /* IE 9 */
            -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
            transform: rotate(-180deg);
        }
        .checkout-page .sidebar_summary {margin-top: 0!important;}
        .checkout-page .sidebar-summary-inner {display: none;}


    }

    @media (min-width: 992px) {

        /**
         * Thumbs
         */
        .thumb-grid {width: 25%;}

        /**
         * Cart
         */
        .cart-page .cart-items .item .qty-price .total {
            display: none;
            margin-left: 20px;
        }

        /**
         * Checkout
         */
        .checkout-box {
            float: right;
            padding-left: 20px;
            width: 60%;
        }
        .checkout-page .sidebar_summary {
            float: left;
            width: 40%;
        }
        .checkout-page .sidebar-summary-inner {display: block!important;}
        .checkout-edit-cart-page .checkout-box,
        .checkout-security-code-page .checkout-box {
            padding: 0;
            width: 100%;
        }

        /* Receipt */
        .completed-order-summary .order-details {
            float: left;
            padding-right: 15px;
            width: 50%;
        }
        .completed-order-summary .summaries {
            float: right;
            padding-left: 15px;
            width: 50%;
        }

        /**
         * Contact page
         */
        .contact-page .main-column {
            float: left;
            padding-right: 30px;
            width: 75%;
        }
        .contact-page .contact-sidebar {
            float: right;
            width: 25%;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        /**
         * Subcategories thumbs
         */
        .subcat-thumbs-wrap .subcat-thumb {width: 25%;}
        .subcat-thumbs-wrap .subcat-thumb:nth-of-type(4n+1) {clear: both;}

        /**
         * Thumbs
         */
        .thumb-grid:nth-of-type(4n+1) {clear:both;}
        .checkout-payment-page .alternative-payments .payment-box,
        .checkout-payment-page .payment-box.venmo {
            width: 50%;
            text-align: center;
        }
        .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n) .payment-box-button,
        .checkout-payment-page .alternative-payments .payment-box:nth-of-type(3n+2) .payment-box-button{
            text-align: center;
        }

        .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price,
        .completed-order-summary .order-summary .shopping-cart .item .qty-price{flex-basis: 40%;}
        .checkout-page .sidebar-summary-inner .shopping-cart .item .info,
        .completed-order-summary .order-summary .shopping-cart .item .info{flex-basis: 60%;}
    }

    @media (min-width: 992px) and (max-width: 1459px) {}

    @media (max-width: 1199px) {}

    @media (min-width: 1200px) {

        /**
         * Subcategories thumbs
         */
        .subcat-thumbs-wrap .subcat-thumb {width: 20%;}
        .subcat-thumbs-wrap .subcat-thumb:nth-of-type(5n+1) {clear: both;}

        /**
         * Thumbs
         */
        .thumb-grid {width: 20%;}
        .thumb-grid:nth-of-type(5n+1) {clear:both;}
        .thumb-lists {width: 20%}
        .thumb-lists:nth-of-type(5n+1) {clear:both;}
    }

    @media (min-width: 1200px) and (max-width: 1459px) {}

    @media (min-width: 1200px) and (max-width: 1759px) {}

    @media (max-width: 1459px) {
        /*
        .checkout-page .sidebar-summary-inner .shopping-cart .item .info{width: 70%;}
        .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price{width: 30%;}

        .checkout-page .sidebar-summary-inner .shopping-cart .item .item-data{
            width: 100%;
            justify-content: space-between;
        }
        */
    }

    @media (min-width: 1460px) {}

    @media (min-width: 1460px) and (max-width: 1759px) {}

    @media (min-width: 1760px) {}

    /**
     * Print
     */
    @media print {
        .site-header,
        .site-footer,
        .breadcrumb-wrap,
        .account-menu,
        .order-complete-page .order-info .print,
        .order-complete-page .order-info .email,
        .checkout-page .sidebar_summary,
        .receipt-register-box {display: none;}
    }


/* ==========================================================================

  Responsive Theme Plugins

 ========================================================================== */
    /**
     * Gift Wrap by Package
     */
    .shipping-page .package-gift-box {margin-top: 15px;}
    .shipping-page .package-gift-box {max-width: 100%;}
    .shipping-page .package-gift-box textarea.no-msg {
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s   ;
        border-color: #b94a48;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b94a48;;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b94a48;;
    }
    .package-gift-box .this-is-gift {font-style: oblique;}
    .package-gift-box .package-message {display: none;}
    .package-gift-box .package-message.active {display: block;}
    .package-gift-box .package-message label {
        display: block;
        margin-top: 10px;
    }
    .package-gift-box .package-message textarea {width: 100%;}
    .package-gift-box .saved-package-message {
        display: none;
        margin-top: 10px;
        position: relative;
    }
    .package-gift-box .saved-package-message.active {display: block;}
    .package-gift-box .saved-package-message .message-holder {
        background-color: #fafafa;
        border: 1px solid #ddd;
        font-size: 1.1rem;
        font-style: oblique;
        padding: 10px 60px 10px 15px;
    }
    .package-gift-box .package-gift-wrap-save {margin-top: 5px;}
    .package-gift-box .package-gift-wrap-save.saving span {display: none;}
    .package-gift-box .package-gift-wrap-save.saving {background-color: #B8B8B8;}
    .package-gift-box .edit-btn,
    .package-gift-box .delete-btn {
        color: #000;
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 15px;
        right: 15px;
        text-decoration: none;
        vertical-align: middle;
    }
    .package-gift-box .edit-btn {right: 35px;}
    .package-gift-box .edit-btn:hover {color: #107A10;}
    .package-gift-box .delete-btn:hover {color: #B40000;}
    .package-gift-box .edit-btn:after {content:"\f044";}
    .package-gift-box .delete-btn:after {content:"\f00d";}
    .single-shipping-page .package-summary .package-gift-box .this-is-gift,
    .multiple-shipping-page .package-summary .package-gift-box .this-is-gift {
        display: inline-block;
        font-weight: normal;
        margin-top: 0;
    }
    #express-checkout-summary-box .package-gift-box {margin: 5px 0;}
    #express-checkout-summary-box .saved-package-message {margin-top: 5px;}
    .shipping-summary-box .package-gift-box {margin-top: 15px;}
    .shipping-summary-box .package-gift-box .saved-package-message > label {display: inline-block;}

    /**
     * Gift card
     */
    .gift-card-fields-box label {display: block;}
    .gift-card-fields-box input,
    .gift-card-fields-box select,
    .gift-card-fields-box textarea {
        margin-bottom: 10px;
        width: 100%;
    }
    .gift-card-fields-box input[type="checkbox"] {
        margin-bottom: 0;
        width: auto;
    }
    .gift-card-fields-box input[type="checkbox"] + label  {display: inline;}

    /**
     * Quote Plugin
     */
    .cart-page .save-for-quote-btn {
        float: right;
        margin: 13px 50px 0 0;
    }
    .track-quote-page,
    .order-quote-page,
    .edit-quote-subscribers-page,
    .edit-quote-main-page {padding-bottom: 30px;}
    .quote-checkout-page .checkout-box {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    /**
     * Email aquisition
     */
    .lets-connect-box h2 {margin-top: 0;}
    .lets-connect-box .sign-up {
        font-size: 1.2rem;
        display: block;
        margin: 10px auto;
        text-transform: uppercase;
        width: 200px;
    }
    .lets-connect-box .no-thanks {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 70px;
    }
    #simplemodal-container .js-hidden-btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        opacity: 0;
        z-index: 1;
    }
    #simplemodal-container .buttons {
        position: relative;
    }

    /**
     * Gift wrap
     */
    .gift-options-wrap .wrapped-item {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 10px 10px 10px 80px;
    }
    .gift-options-wrap .wrapped-item img {
        margin-left: -70px;
        width: 60px;
    }
    .gift-options-wrap .wrapped-item .item-name {
        display: inline-block;
        margin-left: 10px;
    }
    .gift-options-wrap .gift-personal-message textarea {
        display: block;
        width: 100%;
    }
    .gift-options-wrap .gift-personal-message .remaining-chars {
        background-color: #fafafa;
        border: 1px solid #ddd;
        border-top: 0;
        margin-bottom: 5px;
        padding: 5px;
    }
    .gift-options-wrap .gift-personal-message .remaining-chars label {float: left;}
    .gift-options-wrap .gift-personal-message .remaining-chars #giftwrap_note_chars_count {
        float: right;
        font-weight: bold;
    }
    .gift-options-wrap .wrapping-options .wrapping label {
        display: inline-block;
        padding: 5px;
    }
    .gift-options-wrap .wrapping-options .wrapping label img {width: 60px;}
    .gift-options-wrap .wrapping-options .wrapping .wrap-info {display: inline-block;}

    /**
     * Reorder
     */
    .reorder-page {padding-bottom: 30px;}
    .reorder-page .reorder-filters { margin-bottom: 30px;}
    .reorder-page .reorder-filters .fieldset {

        margin: 0;
    }
    .reorder-page .reorder-to-cart-top {float: right;}
    .reorder-page .reorder-to-cart-bottom {
        display: block;
        font-size: 1.1rem;
        margin: 30px auto 0 auto;
        padding: 10px 25px;
        width: 160px;
    }
    .info-table .reorder-form-line td:nth-child(5),
    .info-table .reorder-form-line td:nth-child(6) {
        min-width: 55px;
    }
    .reorder-page .reorderable-items-table input[name*="qty"]{width: 50px;}
    .reorder-page .reorderable-items-table .reorder-form-line.disabled {background-color: #fafafa;}
    .reorder-page .reorderable-items-table .reorder-form-line label {vertical-align: middle;}
    .reorder-page .reorderable-items-table .price,
    .reorder-page .reorderable-items-table .ex-price {
        background-color: transparent;
        border: 0;
        width: 80%;
        padding: 0;
    }
    .reorder-page .reorderable-items-table .subtotal-wrap {
        border-bottom-width: 3px;
        font-size: 1.1rem;
        font-weight: bold;
        padding: 20px 0;
    }
    .reorder-page .reorderable-items-table .subtotal-wrap label {vertical-align: middle;}
    .reorder-page .reorderable-items-table .subtotal-wrap input {
        background-color: transparent;
        border: 0;
    }

    /**
     * Fast cart
     */
    .fastcart-page {
        margin: 0 auto;
        max-width: 700px;
        padding-bottom: 30px;
    }
    .fastcart-page textarea {display: block;}
    .fastcart-page .csv-example {
        background-color: #fafafa;
        border: 1px solid #ddd;
        font-style: italic;
        margin-bottom: 15px;
        padding: 15px;
        width: 200px;
    }
    .fastcart-page .clear-cart-block {margin: 15px 0 30px 0;}

    /**
     * Locations, Store Locator
     */
    .store-locator-page {padding-bottom: 30px;}
    .store-locator-page:after {
        clear: both;
        content: '';
        display: table;
    }
    .store-locator-page h1 {margin-bottom: 30px;}
    .store-locator-page #searchBy {
        margin-bottom: 15px;
        width: 100%;
    }
    .store-locator-page .search-box {margin-bottom: 15px;}
    .store-locator-page .search-box:after {
        clear: both;
        content: '';
        display: table;
    }
    .store-locator-page .search-form {margin-bottom: 15px;}
    .store-locator-page .search-field {
        margin-bottom: 15px;
        position: relative;
    }
    .store-locator-page .search-field input {width: 100%;}
    .store-locator-page .search-field .locations-search {
        background-color: transparent;
        color: #999;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 1.2rem;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 2px 8px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .store-locator-page .search-field .locations-search:before {content: "\f002";}
    .store-locator-page .search-results-wrap {
        max-height: 200px;
        overflow-y: auto;
    }
    .store-locator-page #search-results {list-style-type: none;}
    .store-locator-page #search-results li {
        background-color: #fafafa;
        cursor: pointer;
        padding: 10px;
    }
    .store-locator-page #search-results li:nth-of-type(even) {background-color: #f3f3f3;}
    .store-locator-page #search-results li h5 {margin-top: 0;}
    .store-locator-page #map {
        min-height: 300px;
        width: 100%;
    }
    .location-events-page {padding-bottom: 30px;}
    .location-events-page h1 {margin-bottom: 30px;}
    .location-events-page .event-wrap h4 {margin-bottom: 0;}

    .internation-stores-page {padding-bottom: 30px;}
    .internation-stores-page:after {
        clear: both;
        content: '';
        display: table;
    }
    .internation-stores-page h1 {margin-bottom: 30px;}
    .internation-stores-page .trigger {
        border-bottom: 2px solid transparent;
        display: block;
        font-size: 0.9rem;
        font-weight: bold;
        padding: 7px 0 5px 0;
        text-decoration: none;
    }
    .internation-stores-page .trigger.active {border-bottom: 2px solid;}
    .internation-stores-page .store-info-wrap {
        background-color: #f3f3f3;
        display: none;
    }
    .internation-stores-page .store-info-wrap:after {
        clear: both;
        content: '';
        display: table;
    }
    .internation-stores-page .store-info {
        float: left;
        padding: 15px;
        width: 100%;
    }

    /**
     * Prev Next
     */
    .prev-next-wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .prev-next-wrap .pn-title {
        font-size: 0.95rem;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .prev-next-wrap .pn-item {
        float: left;
        width: 50%;
    }
    .prev-next-wrap .pn-item .pn-item-link:after {
        content: '';
        clear: both;
        display: table;
    }
    .prev-next-wrap .pn-item img {width: 50px;}
    .prev-next-wrap .pn-item .pn-item-link {
        border: 1px solid #ddd;
        color: #000;
        display: block;
        text-decoration: none;
        width: 100%;
    }
    .prev-next-wrap .pn-item .pn-caption {
        background-color: #f3f3f3;
        border-bottom: 1px solid #ddd;
        display: block;
        font-weight: bold;
        padding: 5px;
    }
    .prev-next-wrap .pn-prev-item {padding-right: 10px;}
    .prev-next-wrap .pn-prev-item img {
        float: left;
        margin-right: 5px
    }
    .prev-next-wrap .pn-next-item {
        float: right;
        padding-left: 10px;
        text-align: right;
    }
    .prev-next-wrap .pn-next-item img {
        float: right;
        margin-left: 5px;
    }

    /**
     * Request form page
     */
    .request-form-page {padding-bottom: 30px;}
    .request-form-page .fieldset {max-width: 700px;}
    .request-form-page #recaptcha {
        display: block;
        margin-bottom: 20px;
    }

    /**
     * Autobill a.k.a item_recurrence
     */
    .autobill-page .autobill-item-thumb {border: 1px solid #ddd;}
    .autobill-page .autobill-item-thumb .item-info {
        height: 100px;
        padding: 15px 15px 0 70px;
    }
    .autobill-page .autobill-item-thumb .item-info a {
        color: #000;
        text-decoration: none;
    }
    .autobill-page .autobill-item-thumb .item-image {
        display: block;
        float: left;
        width: 50px;
        margin-left: -55px;
    }
    .autobill-page .autobill-item-thumb .autobill-details {
        background-color: #fafafa;
        height: 130px;
        padding: 10px 15px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .autobill-page .autobill-item-thumb:hover .autobill-details {background-color: #f1f1f1;}
    .autobill-page .autobill-item-thumb .autobill-details .add-new-autobill {
        color: transparent;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        position: absolute;
        right: 1px;
        text-align: center;
        top: 5px;
        width: 30px;
    }
    .autobill-page .autobill-item-thumb .autobill-details .add-new-autobill:before {
        content: "\f067";
        color: #000;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.3rem;
        line-height: 30px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .autobill-page .autobill-item-thumb .autobill-details .error,
    .autobill-page .autobill-item-thumb .autobill-details .status-box {margin: 5px 0 0 0;}
    .autobill-page .autobill-item-thumb .actions {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .autobill-page .autobill-item-thumb .autobill-action-btn {
         background-color: #BCA136;
        background-color: #c3ad53;
        color: #fff;
        display: block;
        float: left;
        font-size: 0.70rem;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
    }
    .autobill-page .autobill-item-thumb .autobill-action-btn:hover {background-color: #a58c2c;}
    .autobill-page .autobill-item-thumb .actions.show-edit:not(.show-cancel) .autobill-action-btn,
    .autobill-page .autobill-item-thumb .actions.show-cancel:not(.show-edit) .autobill-action-btn {width: 50%;}
    .autobill-page .autobill-item-thumb .actions.show-edit.show-cancel .autobill-action-btn {width: 33.333333%;}
    .autobill-page .autobill-item-thumb .autobill-action-btn.autobill-edit-btn {
        background-color: #107A10;
        background-color: #4a6f4a;
    }
    .autobill-page .autobill-item-thumb .autobill-action-btn.autobill-edit-btn:hover {background-color: #0c610c;}
    .autobill-page .autobill-item-thumb .autobill-action-btn.autobill-cancel-btn {
        background-color: #B40000;
        background-color: #a55353;
    }
    .autobill-page .autobill-item-thumb .autobill-action-btn.autobill-cancel-btn:hover {background-color: #940000;}
    .autobill-edit-page .edited-item {margin-bottom: 15px;}
    .autobill-edit-page .edit-area {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 15px;
    }
    .autobill-edit-page .payment-wrap select,
    .autobill-edit-page .shipping-wrap select {width: 100%;}

    .autobill-popup .new-autobill-thumb {
        background-color: #fafafa;
        border: 1px solid #ddd;
        color: #000;
        display: block;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 15px 15px 15px 95px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
     .autobill-popup .new-autobill-thumb:after {
        content: '';
        clear: both;
        display: table;
    }
    .autobill-popup .new-autobill-thumb:hover {background-color: #f1f1f1;}
    .autobill-popup .new-autobill-thumb img {
        float: left;
        margin-left: -80px;
        width: 70px;
    }
    .autobill-popup .new-autobill-thumb .price {font-size: 0.95rem}

    /**
     * Reward Points
     */
    .fieldset.reward-points-enroll{
        border-top: 0;
        margin-top: -20px;
    }
    /**
     * Shipping tracking page
     */
    @keyframes circle {
        0% {
        border: 1px solid #037f31;

            opacity: 1;
            transform: scale(1)
        }

        to {
        border: 1px solid #037f31;

            opacity: 0;
            transform: scale(1.3)
        }
    }
    @keyframes icon-display {
        to {
            background-color: #037f31;
        }
    }
    @keyframes step-arrow-display {
        to {
            color: #037f31;
        }
    }
    .shipment-tracking-page {
        padding-bottom: 30px;
    }
    .shipment-tracking-page h1 {
        margin-bottom: 30px;
    }
    .shipment-tracking-page .delivery-step {
        align-items: center;
        display: flex;
        margin-bottom: 30px;
        position: relative;
    }
    .shipment-tracking-page .delivery-step .icon {
        background-color: #f1f1f1;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -khtml-border-radius: 25px;
        border-radius: 25px;
        flex-shrink: 0;
        font-size: 1.5rem;
        height: 50px;
        line-height: 50px;
        margin: 10px 10px 10px 0;
        position: relative;
        text-align: center;
        width: 50px;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(1) .icon,
    .shipment-tracking-page .delivery-step.current:nth-of-type(1) .icon {
        color: #fff;
        animation: icon-display 0.5s linear 1 forwards;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(2) .icon,
    .shipment-tracking-page .delivery-step.current:nth-of-type(2) .icon {
        color: #fff;
        animation: icon-display 0.5s linear 0.5s 1 forwards;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(3) .icon,
    .shipment-tracking-page .delivery-step.current:nth-of-type(3) .icon {
        color: #fff;
        animation: icon-display 0.5s linear 1s 1 forwards;
    }
    .shipment-tracking-page .delivery-step.current:nth-of-type(4) .icon {
        color: #fff;
        animation: icon-display 0.5s linear 1.5s 1 forwards;
    }
    .shipment-tracking-page .delivery-step.current .icon:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 50px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 50px;
    }
    .shipment-tracking-page .delivery-step.current:nth-of-type(1) .icon:after {
        animation: circle 1.5s ease-out 0.5s infinite;
    }
    .shipment-tracking-page .delivery-step.current:nth-of-type(2) .icon:after {
        animation: circle 1.5s ease-out 1s infinite;
    }
    .shipment-tracking-page .delivery-step.current:nth-of-type(3) .icon:after {
        animation: circle 1.5s ease-out 1.5s infinite;
    }
    .shipment-tracking-page .delivery-step.current:nth-of-type(4) .icon:after {
        animation: circle 1.5s ease-out 2s infinite;
    }
    .shipment-tracking-page .delivery-step .title {
        font-size: 1rem;
        font-weight: bold;
    }
    .shipment-tracking-page .delivery-step .step-arrow-down {
        color: #f1f1f1;
        bottom: -18px;
        font-size: 1rem;
        left: 0;
        position: absolute;
        text-align: center;
        width: 50px;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(1) .step-arrow {
        animation: step-arrow-display 0.5s linear 1 forwards;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(2) .step-arrow {
        animation: step-arrow-display 0.5s linear 0.5s 1 forwards;
    }
    .shipment-tracking-page .delivery-step.passed:nth-of-type(3) .step-arrow {
        animation: step-arrow-display 0.5s linear 1s 1 forwards;
    }
    .shipment-tracking-page .shipment-map {
        margin-bottom: 30px;
    }
    .shipment-tracking-page .shipment-details-wrap {
    }
    .shipment-tracking-page .shipment-details {
        border: 1px solid #f1f1f1;
        border-bottom: 0;
        padding: 10px;
    }
    .shipment-tracking-page .shipment-events {
        border: 1px solid #f1f1f1;
        border-bottom: 0;
    }
    .shipment-tracking-page .shipment-events .title {
        border-bottom: 1px solid #f1f1f1;
        font-weight: bold;
        padding: 5px 10px;
    }
    .shipment-tracking-page .shipment-events .shipment-event {
        border-bottom: 1px solid #f1f1f1;
        display: none;
        padding: 10px;
    }
    .shipment-tracking-page .shipment-events .shipment-event.first {
        display: block;
    }
    .shipment-tracking-page .shipment-history .show-more-ship-events {
        background-color: #f1f1f1;
        color: #000;
        display: block;
        font-size: 0.7rem;
        font-weight: bold;
        padding: 5px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    /**
     * SAML
     */
    .saml-login-page {
        margin: 0 auto;
        max-width: 700px;
        padding: 150px 0;
    }

    /* how to find cvv */
    .how-to-find{
        cursor:pointer;
        text-decoration:underline;
    }
    .how-to-find-content{
        background:#f3f3f3;
        padding: 10px;
        display:none;
        border-radius: 6px;
        margin-right: 5px;
    }
    .how-to-find-content .close-how-to-find{
        float:right;
        font-weight: normal;
        cursor: pointer;
    }



    /**
     * Media queries
     ========================================================================== */

    @media (max-width: 479px) {
        /**
         * Quote Plugin
         */
        .cart-page .save-for-quote-btn {
            float: none;
            margin: 5px auto;
        }
        /**
         * Reorder
         */
        .reorder-page #reorder_grid {
            font-size: 0.7rem;
		}
    }

    @media (min-width: 480px) {}

    @media (min-width: 480px) and (max-width: 767px) {
        /**
         * Locations, Store Locator
         */
        .internation-stores-page .store-info {width: 50%;}
        .internation-stores-page .store-info:nth-of-type(2n+1) {clear: both;}
    }

    @media (min-width: 480px) and (max-width: 991px) {
        /**
         * Locations, Store Locator
         */
        .store-locator-page .search-form {
            float: left;
            padding-right: 20px;
            width: 50%;
        }
        .store-locator-page .search-results-wrap {
            float: right;
            max-height: 250px;
            width: 50%;
        }
    }

    @media (max-width: 600px) {
        /**
         * Checkout
         */
        .alt-payment-methods .left {
            float: none;
            margin-bottom: 15px;
        }
        .alt-payment-methods .left div{
            display: inline;
        }
    }

    @media (max-width: 767px) {
        /**
         * Reorder
         */
        .reorder-page .reorder-filters .fieldset.first {border-bottom: 0;}
        .reorder-page .reorder-filters .fieldset.last {margin-bottom: 15px;}
        .search-form-v2 .form-results {
            width: 100%;
        }
        body.search-form-v2 .search-form-wrapper.opened .search-form-content {
            padding: 10px 0px;
        }
        body.search-form-v2 .search-form-close {
            right: 15px;
        }
        body.search-form-v2 .form-results {
            margin-top: 20px;
        }
        body.search-form-v2 .search-form-content .ui-autocomplete li {
            width: 100%;
        }
        body.search-form-v2 .search-form-content .search-results {
            padding-top: 30px;
            overflow: auto;
            max-height: calc(100vh - 100px);
            max-height: -moz-calc(100vh - 100px);
            max-height: -webkit-calc(100vh - 100px);
            max-height: -ms-calc(100vh - 100px);
        }
        body.search-form-v2 .search-form-content .search-results .loading {
            height: 25px;
            background-size: 20px 20px;
            margin-top: 8px;
        }
    }

    @media (min-width: 768px) {
        .gift-options-wrap .gift-personal-message {
            float: left;
            padding-right: 10px;
            width: 50%;
        }
        .gift-options-wrap .wrapping-options {
            float: right;
            padding-left: 10px;
            width: 50%;
        }

        /**
         * Reorder
         */
        .reorder-page .reorder-filters .fieldset.column {
            float: left;
            width: 50%;
        }
        .reorder-page .reorder-filters .fieldset.first {
            border-right: 0;
            margin-bottom: 15px;
        }

        /**
         * Shipping tracking page
         */
        .shipment-tracking-page .delivery-steps {
            display: flex;
        }
        .shipment-tracking-page .delivery-step {
            flex-direction: column;
            text-align: center;
            width: 25%;
            z-index: 2;
        }
        .shipment-tracking-page .delivery-step .step-arrow-right {
            color: #f1f1f1;
            bottom: -18px;
            font-size: 1.5rem;
            height: 50px;
            line-height: 50px;
            position: absolute;
            right: -9px;
            top: 0;
            text-align: center;

        }
        .shipment-tracking-page .delivery-step .icon {
            margin: 0 0 15px 0;
        }
        .shipment-tracking-page .delivery-step .step-info {
            padding: 0 5px;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {
        /**
         * Locations, Store Locator
         */
        .store-locator-page #map {min-height: 500px;}

        .internation-stores-page .store-info {width: 33.3333%;}
        .internation-stores-page .store-info:nth-of-type(3n+1) {clear: both;}
    }

    @media (min-width: 768px) and (max-width: 1199px) {}

    @media (max-width: 991px) {}

    @media (min-width: 992px) {
        /**
         * Locations, Store Locator
         */
        .store-locator-page .search-box {
            float: left;
            padding-right: 30px;
            width: 30%;
        }
        .store-locator-page .search-results-wrap {
            max-height: 550px;
        }
        .store-locator-page .location-search-container  {
            float: right;
            width: 70%;
        }
        .store-locator-page #map {min-height: 700px;}
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        /**
         * Locations, Store Locator
         */
        .internation-stores-page .store-info {width: 25%;}
        .internation-stores-page .store-info:nth-of-type(4n+1) {clear: both;}

        /**
         * Checkout
         */
        .alt-payment-methods .left {
            float: none;
            margin-bottom: 15px;
        }
        .alt-payment-methods .left div{
            display: inline;
        }
    }

    @media (min-width: 992px) and (max-width: 1459px) {}

    @media (max-width: 1199px) {}

    @media (min-width: 1200px) {
        /**
         * Locations, Store Locator
         */
        .store-locator-page .search-box {width: 25%;}
        .store-locator-page .location-search-container {width: 75%;}

        .internation-stores-page .store-info {width: 20%;}
        .internation-stores-page .store-info:nth-of-type(5n+1) {clear: both;}
    }

    @media (min-width: 1200px) and (max-width: 1459px) {}

    @media (min-width: 1200px) and (max-width: 1759px) {}

    @media (max-width: 1459px) {}

    @media (min-width: 1460px) {}

    @media (min-width: 1460px) and (max-width: 1759px) {}

    @media (min-width: 1760px) {}
