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

    /**
     * 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: #000;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 85%;
        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;
    }

    /*
     * Glyphicons
     ========================================================================== */
    @font-face {
      font-family: 'Glyphicons Halflings';
      src: url('../fonts/glyphicons-halflings-regular.eot');
      src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
            url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
            url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
            url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
    .glyphicon {
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
    }
    .glyphicon-asterisk:before {content: "\2a";}
    .glyphicon-plus:before {content: "\2b";}
    .glyphicon-euro:before,
    .glyphicon-eur:before {content: "\20ac";}
    .glyphicon-minus:before {content: "\2212";}
    .glyphicon-cloud:before {content: "\2601";}
    .glyphicon-envelope:before {content: "\2709";}
    .glyphicon-pencil:before {content: "\270f";}
    .glyphicon-glass:before {content: "\e001";}
    .glyphicon-music:before {content: "\e002";}
    .glyphicon-search:before {content: "\e003";}
    .glyphicon-heart:before {content: "\e005";}
    .glyphicon-star:before {content: "\e006";}
    .glyphicon-star-empty:before {content: "\e007";}
    .glyphicon-user:before {content: "\e008";}
    .glyphicon-film:before {content: "\e009";}
    .glyphicon-th-large:before {content: "\e010";}
    .glyphicon-th:before {content: "\e011";}
    .glyphicon-th-list:before {content: "\e012";}
    .glyphicon-ok:before {content: "\e013";}
    .glyphicon-remove:before {content: "\e014";}
    .glyphicon-zoom-in:before {content: "\e015";}
    .glyphicon-zoom-out:before {content: "\e016";}
    .glyphicon-off:before {content: "\e017";}
    .glyphicon-signal:before {content: "\e018";}
    .glyphicon-cog:before {content: "\e019";}
    .glyphicon-trash:before {content: "\e020";}
    .glyphicon-home:before {content: "\e021";}
    .glyphicon-file:before {content: "\e022";}
    .glyphicon-time:before {content: "\e023";}
    .glyphicon-road:before {content: "\e024";}
    .glyphicon-download-alt:before {content: "\e025";}
    .glyphicon-download:before {content: "\e026";}
    .glyphicon-upload:before {content: "\e027";}
    .glyphicon-inbox:before {content: "\e028";}
    .glyphicon-play-circle:before {content: "\e029";}
    .glyphicon-repeat:before {content: "\e030";}
    .glyphicon-refresh:before {content: "\e031";}
    .glyphicon-list-alt:before {content: "\e032";}
    .glyphicon-lock:before {content: "\e033";}
    .glyphicon-flag:before {content: "\e034";}
    .glyphicon-headphones:before {content: "\e035";}
    .glyphicon-volume-off:before {content: "\e036";}
    .glyphicon-volume-down:before {content: "\e037";}
    .glyphicon-volume-up:before {content: "\e038";}
    .glyphicon-qrcode:before {content: "\e039";}
    .glyphicon-barcode:before {content: "\e040";}
    .glyphicon-tag:before {content: "\e041";}
    .glyphicon-tags:before {content: "\e042";}
    .glyphicon-book:before {content: "\e043";}
    .glyphicon-bookmark:before {content: "\e044";}
    .glyphicon-print:before {content: "\e045";}
    .glyphicon-camera:before {content: "\e046";}
    .glyphicon-font:before {content: "\e047";}
    .glyphicon-bold:before {content: "\e048";}
    .glyphicon-italic:before {content: "\e049";}
    .glyphicon-text-height:before {content: "\e050";}
    .glyphicon-text-width:before {content: "\e051";}
    .glyphicon-align-left:before {content: "\e052";}
    .glyphicon-align-center:before {content: "\e053";}
    .glyphicon-align-right:before {content: "\e054";}
    .glyphicon-align-justify:before {content: "\e055";}
    .glyphicon-list:before {content: "\e056";}
    .glyphicon-indent-left:before {content: "\e057";}
    .glyphicon-indent-right:before {content: "\e058";}
    .glyphicon-facetime-video:before {content: "\e059";}
    .glyphicon-picture:before {content: "\e060";}
    .glyphicon-map-marker:before {content: "\e062";}
    .glyphicon-adjust:before {content: "\e063";}
    .glyphicon-tint:before {content: "\e064";}
    .glyphicon-edit:before {content: "\e065";}
    .glyphicon-share:before {content: "\e066";}
    .glyphicon-check:before {content: "\e067";}
    .glyphicon-move:before {content: "\e068";}
    .glyphicon-step-backward:before {content: "\e069";}
    .glyphicon-fast-backward:before {content: "\e070";}
    .glyphicon-backward:before {content: "\e071";}
    .glyphicon-play:before {content: "\e072";}
    .glyphicon-pause:before {content: "\e073";}
    .glyphicon-stop:before {content: "\e074";}
    .glyphicon-forward:before {content: "\e075";}
    .glyphicon-fast-forward:before {content: "\e076";}
    .glyphicon-step-forward:before {content: "\e077";}
    .glyphicon-eject:before {content: "\e078";}
    .glyphicon-chevron-left:before {content: "\e079";}
    .glyphicon-chevron-right:before {content: "\e080";}
    .glyphicon-plus-sign:before {content: "\e081";}
    .glyphicon-minus-sign:before {content: "\e082";}
    .glyphicon-remove-sign:before {content: "\e083";}
    .glyphicon-ok-sign:before {content: "\e084";}
    .glyphicon-question-sign:before {content: "\e085";}
    .glyphicon-info-sign:before {content: "\e086";}
    .glyphicon-screenshot:before {content: "\e087";}
    .glyphicon-remove-circle:before {content: "\e088";}
    .glyphicon-ok-circle:before {content: "\e089";}
    .glyphicon-ban-circle:before {content: "\e090";}
    .glyphicon-arrow-left:before {content: "\e091";}
    .glyphicon-arrow-right:before {content: "\e092";}
    .glyphicon-arrow-up:before {content: "\e093";}
    .glyphicon-arrow-down:before {content: "\e094";}
    .glyphicon-share-alt:before {content: "\e095";}
    .glyphicon-resize-full:before {content: "\e096";}
    .glyphicon-resize-small:before {content: "\e097";}
    .glyphicon-exclamation-sign:before {content: "\e101";}
    .glyphicon-gift:before {content: "\e102";}
    .glyphicon-leaf:before {content: "\e103";}
    .glyphicon-fire:before {content: "\e104";}
    .glyphicon-eye-open:before {content: "\e105";}
    .glyphicon-eye-close:before {content: "\e106";}
    .glyphicon-warning-sign:before {content: "\e107";}
    .glyphicon-plane:before {content: "\e108";}
    .glyphicon-calendar:before {content: "\e109";}
    .glyphicon-random:before {content: "\e110";}
    .glyphicon-comment:before {content: "\e111";}
    .glyphicon-magnet:before {content: "\e112";}
    .glyphicon-chevron-up:before {content: "\e113";}
    .glyphicon-chevron-down:before {content: "\e114";}
    .glyphicon-retweet:before {content: "\e115";}
    .glyphicon-shopping-cart:before {content: "\e116";}
    .glyphicon-folder-close:before {content: "\e117";}
    .glyphicon-folder-open:before {content: "\e118";}
    .glyphicon-resize-vertical:before {content: "\e119";}
    .glyphicon-resize-horizontal:before {content: "\e120";}
    .glyphicon-hdd:before {content: "\e121";}
    .glyphicon-bullhorn:before {content: "\e122";}
    .glyphicon-bell:before {content: "\e123";}
    .glyphicon-certificate:before {content: "\e124";}
    .glyphicon-thumbs-up:before {content: "\e125";}
    .glyphicon-thumbs-down:before {content: "\e126";}
    .glyphicon-hand-right:before {content: "\e127";}
    .glyphicon-hand-left:before {content: "\e128";}
    .glyphicon-hand-up:before {content: "\e129";}
    .glyphicon-hand-down:before {content: "\e130";}
    .glyphicon-circle-arrow-right:before {content: "\e131";}
    .glyphicon-circle-arrow-left:before {content: "\e132";}
    .glyphicon-circle-arrow-up:before {content: "\e133";}
    .glyphicon-circle-arrow-down:before {content: "\e134";}
    .glyphicon-globe:before {content: "\e135";}
    .glyphicon-wrench:before {content: "\e136";}
    .glyphicon-tasks:before {content: "\e137";}
    .glyphicon-filter:before {content: "\e138";}
    .glyphicon-briefcase:before {content: "\e139";}
    .glyphicon-fullscreen:before {content: "\e140";}
    .glyphicon-dashboard:before {content: "\e141";}
    .glyphicon-paperclip:before {content: "\e142";}
    .glyphicon-heart-empty:before {content: "\e143";}
    .glyphicon-link:before {content: "\e144";}
    .glyphicon-phone:before {content: "\e145";}
    .glyphicon-pushpin:before {content: "\e146";}
    .glyphicon-usd:before {content: "\e148";}
    .glyphicon-gbp:before {content: "\e149";}
    .glyphicon-sort:before {content: "\e150";}
    .glyphicon-sort-by-alphabet:before {content: "\e151";}
    .glyphicon-sort-by-alphabet-alt:before {content: "\e152";}
    .glyphicon-sort-by-order:before {content: "\e153";}
    .glyphicon-sort-by-order-alt:before {content: "\e154";}
    .glyphicon-sort-by-attributes:before {content: "\e155";}
    .glyphicon-sort-by-attributes-alt:before {content: "\e156";}
    .glyphicon-unchecked:before {content: "\e157";}
    .glyphicon-expand:before {content: "\e158";}
    .glyphicon-collapse-down:before {content: "\e159";}
    .glyphicon-collapse-up:before {content: "\e160";}
    .glyphicon-log-in:before {content: "\e161";}
    .glyphicon-flash:before {content: "\e162";}
    .glyphicon-log-out:before {content: "\e163";}
    .glyphicon-new-window:before {content: "\e164";}
    .glyphicon-record:before {content: "\e165";}
    .glyphicon-save:before {content: "\e166";}
    .glyphicon-open:before {content: "\e167";}
    .glyphicon-saved:before {content: "\e168";}
    .glyphicon-import:before {content: "\e169";}
    .glyphicon-export:before {content: "\e170";}
    .glyphicon-send:before {content: "\e171";}
    .glyphicon-floppy-disk:before {content: "\e172";}
    .glyphicon-floppy-saved:before {content: "\e173";}
    .glyphicon-floppy-remove:before {content: "\e174";}
    .glyphicon-floppy-save:before {content: "\e175";}
    .glyphicon-floppy-open:before {content: "\e176";}
    .glyphicon-credit-card:before {content: "\e177";}
    .glyphicon-transfer:before {content: "\e178";}
    .glyphicon-cutlery:before {content: "\e179";}
    .glyphicon-header:before {content: "\e180";}
    .glyphicon-compressed:before {content: "\e181";}
    .glyphicon-earphone:before {content: "\e182";}
    .glyphicon-phone-alt:before {content: "\e183";}
    .glyphicon-tower:before {content: "\e184";}
    .glyphicon-stats:before {content: "\e185";}
    .glyphicon-sd-video:before {content: "\e186";}
    .glyphicon-hd-video:before {content: "\e187";}
    .glyphicon-subtitles:before {content: "\e188";}
    .glyphicon-sound-stereo:before {content: "\e189";}
    .glyphicon-sound-dolby:before {content: "\e190";}
    .glyphicon-sound-5-1:before {content: "\e191";}
    .glyphicon-sound-6-1:before {content: "\e192";}
    .glyphicon-sound-7-1:before {content: "\e193";}
    .glyphicon-copyright-mark:before {content: "\e194";}
    .glyphicon-registration-mark:before {content: "\e195";}
    .glyphicon-cloud-download:before {content: "\e197";}
    .glyphicon-cloud-upload:before {content: "\e198";}
    .glyphicon-tree-conifer:before {content: "\e199";}
    .glyphicon-tree-deciduous:before {content: "\e200";}
    .glyphicon-cd:before {content: "\e201";}
    .glyphicon-save-file:before {content: "\e202";}
    .glyphicon-open-file:before {content: "\e203";}
    .glyphicon-level-up:before {content: "\e204";}
    .glyphicon-copy:before {content: "\e205";}
    .glyphicon-paste:before {content: "\e206";}
    .glyphicon-alert:before {content: "\e209";}
    .glyphicon-equalizer:before {content: "\e210";}
    .glyphicon-king:before {content: "\e211";}
    .glyphicon-queen:before {content: "\e212";}
    .glyphicon-pawn:before {content: "\e213";}
    .glyphicon-bishop:before {content: "\e214";}
    .glyphicon-knight:before {content: "\e215";}
    .glyphicon-baby-formula:before {content: "\e216";}
    .glyphicon-tent:before {content: "\26fa";}
    .glyphicon-blackboard:before {content: "\e218";}
    .glyphicon-bed:before {content: "\e219";}
    .glyphicon-apple:before {content: "\f8ff";}
    .glyphicon-erase:before {content: "\e221";}
    .glyphicon-hourglass:before {content: "\231b";}
    .glyphicon-lamp:before {content: "\e223";}
    .glyphicon-duplicate:before {content: "\e224";}
    .glyphicon-piggy-bank:before {content: "\e225";}
    .glyphicon-scissors:before {content: "\e226";}
    .glyphicon-bitcoin:before {content: "\e227";}
    .glyphicon-btc:before {content: "\e227";}
    .glyphicon-xbt:before {content: "\e227";}
    .glyphicon-yen:before {content: "\00a5";}
    .glyphicon-jpy:before {content: "\00a5";}
    .glyphicon-ruble:before {content: "\20bd";}
    .glyphicon-rub:before {content: "\20bd";}
    .glyphicon-scale:before {content: "\e230";}
    .glyphicon-ice-lolly:before {content: "\e231";}
    .glyphicon-ice-lolly-tasted:before {content: "\e232";}
    .glyphicon-education:before {content: "\e233";}
    .glyphicon-option-horizontal:before {content: "\e234";}
    .glyphicon-option-vertical:before {content: "\e235";}
    .glyphicon-menu-hamburger:before {content: "\e236";}
    .glyphicon-modal-window:before {content: "\e237";}
    .glyphicon-oil:before {content: "\e238";}
    .glyphicon-grain:before {content: "\e239";}
    .glyphicon-sunglasses:before {content: "\e240";}
    .glyphicon-text-size:before {content: "\e241";}
    .glyphicon-text-color:before {content: "\e242";}
    .glyphicon-text-background:before {content: "\e243";}
    .glyphicon-object-align-top:before {content: "\e244";}
    .glyphicon-object-align-bottom:before {content: "\e245";}
    .glyphicon-object-align-horizontal:before {content: "\e246";}
    .glyphicon-object-align-left:before {content: "\e247";}
    .glyphicon-object-align-vertical:before {content: "\e248";}
    .glyphicon-object-align-right:before {content: "\e249";}
    .glyphicon-triangle-right:before {content: "\e250";}
    .glyphicon-triangle-left:before {content: "\e251";}
    .glyphicon-triangle-bottom:before {content: "\e252";}
    .glyphicon-triangle-top:before {content: "\e253";}
    .glyphicon-console:before {content: "\e254";}
    .glyphicon-superscript:before {content: "\e255";}
    .glyphicon-subscript:before {content: "\e256";}
    .glyphicon-menu-left:before {content: "\e257";}
    .glyphicon-menu-right:before {content: "\e258";}
    .glyphicon-menu-down:before {content: "\e259";}
    .glyphicon-menu-up:before {content: "\e260";}

    /* 
     * Anchors
     ========================================================================== */
    a {color: #4268CA;}
    a:hover {
        color: #2347B8;
        text-decoration: none;
    }
    a:focus {
        color: #2347B8;
        outline: none;
    }

    /* 
     * 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 {
        border: 1px solid #ddd;
        line-height: 1.42857143;
        padding: 5px;
        max-width: 100%;
    }
    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
     ========================================================================== */
    .fieldset {
        border: 1px 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 {
        background-color: #fff;
        border-top: 1px 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 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 {
        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;}
    /* 
     * 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;
    }

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

    /* 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-"] {
        position: relative;
        min-height: 1px;
    }
    [class*="col-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 {width: 33.3333333%;}
    .col-xxs-5 {width: 41.6666666%;}
    .col-xxs-6 {width: 50%}
    .col-xxs-7 {width: 58.3333333%;}
    .col-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 {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-"] {float: left;}
      /* Smallest sizes */
      .col-xs-1 {width: 8.3333333%;}
      .col-xs-2 {width: 16.6666666%;}
      .col-xs-3 {width: 25%;}
      .col-xs-4 {width: 33.3333333%;}
      .col-xs-5 {width: 41.6666666%;}
      .col-xs-6 {width: 50%}
      .col-xs-7 {width: 58.3333333%;}
      .col-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 {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-"] {float: left;}
      .col-s-1 {width: 8.3333333%;}    
      .col-s-2 {width: 16.6666666%;}
      .col-s-3 {width: 25%;}
      .col-s-4 {width: 33.3333333%;}
      .col-s-5 {width: 41.6666666%;}
      .col-s-6 {width: 50%}
      .col-s-7 {width: 58.3333333%;}
      .col-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 {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-"] {float: left;}
      .col-m-1 {width: 8.3333333%;}    
      .col-m-2 {width: 16.6666666%;}
      .col-m-3 {width: 25%;}
      .col-m-4 {width: 33.3333333%;}
      .col-m-5 {width: 41.6666666%;}
      .col-m-6 {width: 50%}
      .col-m-7 {width: 58.3333333%;}
      .col-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 {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-"] {float: left;}
      .col-l-1 {width: 8.3333333%;}    
      .col-l-2 {width: 16.6666666%;}
      .col-l-3 {width: 25%;}
      .col-l-4 {width: 33.3333333%;}
      .col-l-5 {width: 41.6666666%;}
      .col-l-6 {width: 50%}
      .col-l-7 {width: 58.3333333%;}
      .col-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 {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-"] {float: left;}
      .col-xl-1 {width: 8.3333333%;}    
      .col-xl-2 {width: 16.6666666%;}
      .col-xl-3 {width: 25%;}
      .col-xl-4 {width: 33.3333333%;}
      .col-xl-5 {width: 41.6666666%;}
      .col-xl-6 {width: 50%}
      .col-xl-7 {width: 58.3333333%;}
      .col-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 {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-"] {float: left;}
      .col-xxl-1 {width: 8.3333333%;}    
      .col-xxl-2 {width: 16.6666666%;}
      .col-xxl-3 {width: 25%;}
      .col-xxl-4 {width: 33.3333333%;}
      .col-xxl-5 {width: 41.6666666%;}
      .col-xxl-6 {width: 50%}
      .col-xxl-7 {width: 58.3333333%;}
      .col-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 {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-bottom: 15px;      
    }
    .warning-box {
        background-color: #FFDCAA;
        border: 1px solid #F5C581;
        color: #CA8212;    
        display: block; 
        padding: 10px; 
        margin-bottom: 15px;     
    }

    /* 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 {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: 999;
    }
    #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: 'Glyphicons Halflings';
        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: "\e014";}
    #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: "Helvetica Neue", sans-serif;
        font-size: 1.4rem;
        font-weight: normal;
        height: initial;
        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;
    }
    .header-search .search-field {border: 0px;}
    .header-search button {
        background-color: transparent;
        color: #999;
        padding: 5px;
        font-size: 1.35rem;
    }
    .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 > .glyphicon-info-sign {
        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;
    }
    .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: 'Glyphicons Halflings';
        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;}
    .account-page .delete-btn:hover {color: #B40000;}
    .account-page .edit-btn:after {content:"\e065";}
    .account-page .delete-btn:after {content:"\e014";}
    .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;}

    /* Subscribe page */
    .account-subcribe-page button {margin-top: 30px;}

    /* Addressbook page */
    .addressbook-page .address-box {
        background-color: #fafafa;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 15px;
        position: relative;
    }
    .addressbook-page .address-box .address-actions {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .addressbook-edit-wrap .save-address-btn {margin-top: 20px;}

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

    /* 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 .item-info {float: left;}
    .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;
    }

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

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

    /**
     * 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 {margin: 0 -15px;}
    .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;
    }
    .product-page .product-main-image {width: 100%;}
    .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-img {
        float: left;
        margin-right: 10px;
        width: 100px;
    }

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

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

    /* Ajax Cart */
    #shopping-cart-container {
        background: #fff;
        border: 3px solid #ddd;
        min-width: 290px;
        padding: 15px;
        text-align: left;
        top: 43px;
        right: 0;
        width: 100%;
        z-index: 90;
    }
    #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 url(../../../toolkit/autocomplete/loading/2.gif) no-repeat 50% 95%;
        padding-bottom: 60px;
    }
    #shopping-cart-container .shipping-counter{
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .ajax-cart .close {
        color: #000;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 1.5rem;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .ajax-cart .close:before {content: "\e014";}
    .ajax-cart .shopping-cart-title {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    .ajax-cart .cart-items-wrap {
        max-height: 300px;
        overflow: auto;
    }
    .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-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 15px 0;
    }
    .ajax-cart .subtotal {
        float: right;
        font-weight: bold;
        padding: 5px 0;
        text-align: right;
    }
    .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;
    }

    /* 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 30px 15px 65px;
        position: relative;
    }
    .cart-page .cart-items .item:last-of-type {border-bottom: 0;}
    .cart-page .cart-items .item img {
        float: left;
        margin-left: -65px;
        width: 50px;
    }
    .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: 'Glyphicons Halflings';
        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:"\e014";}
    .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 .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 #checkout-summary-box-loading {
        display: block;
        margin: 5px auto;
    }
    .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 {
        border-bottom: 1px solid #ddd;
        padding: 15px 100px 15px 85px;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item:last-of-type {border-bottom: 0;}
    .checkout-page .sidebar-summary-inner .shopping-cart .item img {
        float: left;
        margin-left: -85px;
        width: 70px;
    }
    .checkout-page .sidebar-summary-inner .shopping-cart .item .info {float: left;}
    .checkout-page .sidebar-summary-inner .shopping-cart .item .qty-price {
        float: right;
        margin-right: -100px;
        text-align: right;
        width: 85px;
    }
    .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;}
    .checkout-start-page .paypal-checkout,
    .checkout-start-page .fb-login,
    .checkout-start-page .g-login {float: right;}

    /*  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;}
    .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;
    }
    .checkout-payment-page .checkout-btn {
        float: right;
        margin-top: 30px; 
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .card-info-inner {padding: 10px 60px 10px 40px;}
    .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;
        padding: 0;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cc-info {display: inline-block;}
    .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;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block input[id*="pay-cvv"]{
        border: 4px solid #ddd;
        float: none;
        width: 130px;
    }
    .checkout-payment-page .payment-methods-wrap .card-info-box .cc-edit {
        font-size: 0.75rem;
        padding: 2px 10px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .checkout-payment-page .payment-methods-wrap .new-cc {display: none;}
    .checkout-payment-page .payment-methods-wrap .new-cc-address {display: none;}
    .checkout-payment-page .payment-methods-wrap [class*="js-new-billing-address"] {display: none;}
    .checkout-payment-page .new-cc select[name*="cc_exp_"] {width: 32%;}
    .checkout-payment-page .payment-methods-wrap .affirm-pay label img {vertical-align: top;}
    .checkout-payment-page .paypal-payment-logo {height: 21px;}

    /* 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 .multi-shipping-package-summary .shipping-package-summary:last-child {
        border-bottom-color: transparent;
        padding-bottom: 0;
    }
    .shipping-packages-summary .multi-shipping-package-summary .items-in-package {margin-top: 15px;}
    .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;
    }
    #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;
    } 
    #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;
    }

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

    /* 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 {
        background-color: #fafafa;
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 15px;
    }
    .completed-order-summary .order-summary .order-summary-title {
        font-size: 1.3rem;
        margin: 0;
    }
    .completed-order-summary .order-summary .shopping-cart {margin: 15px 0;}
    .completed-order-summary .order-summary .shopping-cart .item {
        border-bottom: 1px solid #ddd;
        padding: 15px 100px 15px 85px;
    }
    .completed-order-summary .order-summary .shopping-cart .item img {
        float: left;
        margin-left: -85px;
        width: 70px;
    }
    .completed-order-summary .order-summary .shopping-cart .item .info {float: left;}
    .completed-order-summary .order-summary .shopping-cart .item .qty-price {
        float: right;
        margin-right: -100px;
        text-align: right;
        width: 85px;
    }
    .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;}
    .receipt-page #register-guest {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 15px;
    }
    .receipt-register-box {margin: 0 -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) {
        /**
         * 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;}
    }

    @media (min-width: 480px) {
        /**
         *
         */
        #shopping-cart-container {width: 450px;}
        .cart-page .cart-items .item {padding-left: 115px;}
        .cart-page .cart-items .item img {
            margin-left: -115px;
            width: 100px;
        }

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

    @media (min-width: 480px) and (max-width: 767px){
        /**
         * Account
         */
        .account-menu .account-links {
           float: left;
           width: 50%;
        }
        .account-menu .account-links:nth-of-type(2n+1) {clear: both;}
    }

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

    @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%;
        }

        /**
         * Account
         */
        .wishlist-page .thumb-wishlist .actions {float: right;}
        .edit-registry-page .registry-form .registrant-information,
        .edit-registry-page .registry-form .coregistrant-information,
        .edit-registry-page .registry-form .shipping-before-event-box,
        .edit-registry-page .registry-form .shipping-after-event-box {
            float: left;
            width: 50%;
        }
        .edit-registry-page .registry-form .registrant-information,
        .edit-registry-page .registry-form .shipping-before-event-box {padding-right: 15px;}
        .edit-registry-page .registry-form .coregistrant-information,
        .edit-registry-page .registry-form .shipping-after-event-box {padding-left: 15px;}
        .registry-page .thumb-registry .actions {float: right;}

        .edit-registry-confirm-page .column {
            float: left;
            width: 50%;
        }

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

    }

    @media (min-width: 768px) and (max-width: 991px) {
        /**
         * Account
         */
        .account-menu .account-links {
            float: left;
            width: 33.3333%;
        }

        /**
         * 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: 'Glyphicons Halflings';
            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:"\e235";}
        .account-menu h4 .account-menu-toggle.opened:before {content:"\e014";}
        /**
         * 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) {

        /**
         * Account
         */
        .account-menu {
            float: left;
            width: 22%;
        }
        .account-menu .account-links-wrap {display: block!important;}
        .account-content {
            float: left;
            padding-left: 30px;
            width: 78%;
        }

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

        /**
         * Cart
         */
        .cart-page .cart-items .item {
            padding-right: 250px;
            padding-left: 165px;
        }
        .cart-page .cart-items .item img {
            margin-left: -165px;
            width: 150px;
        }
        .cart-page .cart-items .item .info {float: left;}
        .cart-page .cart-items .item .qty-price {
            float: right;
            margin-right: -250px;
            text-align: right;
            width: 220px;
        }
        .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;}
    }

    @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) {}

    @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 .package-gift-wrap-save.saving:after {
        content: 'Saving...';
        display: block;
    }
    .package-gift-box .edit-btn,
    .package-gift-box .delete-btn {
        color: #000;
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        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:"\e065";}
    .package-gift-box .delete-btn:after {content:"\e014";}
    .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;
    }

    /**
     * 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;
    }
    .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: 100px;
    }
    .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: 'Glyphicons Halflings';
        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: "\e003";}
    .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}

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

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

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

    @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: 767px) {
        /**
         * Reorder
         */
        .reorder-page .reorder-filters .fieldset.first {border-bottom: 0;}
        .reorder-page .reorder-filters .fieldset.last {margin-bottom: 15px;}
    }

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

    @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) {}
