@charset "UTF-8";
/*
Theme Name: Concept Collections
Author: Darren Waring
Template: storefront
Author URI: http://darrenwaring.com
Description: Concept Collections – Child theme of Storefront
Version: 1.0.0
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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.
       */
[hidden] {
  display: none;
}

/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
template {
  display: none;
}

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

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
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;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

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

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

/**
     * 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: 1.5em 40px;
}

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  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.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */
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.
     * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
     *    Known issue: inner spacing remains in IE 6.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
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.
       * 3. Remove excess padding in IE 7.
       *    Known issue: excess padding remains in IE 6.
       */
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.
     */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
       * 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.
     * 3. Correct alignment displayed oddly in IE 6/7.
     */
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;
}

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/scss/blob/master/LICENSE)
 */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label:empty {
  display: none;
}

.btn .label, .wpcf7-submit .label, .quote-btn-wrapper .quotelistexistsbrowse a .label,
.quote-btn-wrapper .quotelistaddedbrowse a .label, .shop_table button .label {
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #818a91;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #687077;
}

.label-primary {
  background-color: #0275d8;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #025aa5;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  background-color: #e8e8e8;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 60px;
}

body.admin-bar {
  padding-top: 92px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style-type: circle;
}

hr {
  border: none;
  border-bottom: 1px solid #333;
  margin: 2em 0;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list li {
  display: inline;
  padding: 0;
}

figure {
  margin: 0;
  position: relative;
}

figcaption {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1em;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 12px 20px;
  background: rgba(33, 33, 33, 0.3);
}

body.error404 .site-content {
  min-height: 250px;
}

@media (min-width: 545px) {
  body.error404 .site-content {
    min-height: 300px;
  }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #333;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #fff;
}

@font-face {
  font-family: 'concept-collections';
  src: url("fonts/concept-collections.eot?15473864");
  src: url("fonts/concept-collections.eot?15473864#iefix") format("embedded-opentype"), url("fonts/concept-collections.woff2?15473864") format("woff2"), url("fonts/concept-collections.woff?15473864") format("woff"), url("fonts/concept-collections.ttf?15473864") format("truetype"), url("fonts/concept-collections.svg?15473864#concept-collections") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'concept-collections';
    src: url('../font/concept-collections.svg?15473864#concept-collections') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "concept-collections";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-basket:before {
  content: '\e801';
}

/* '' */
.icon-twitter-squared:before {
  content: '\e802';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e803';
}

/* '' */
.icon-instagram:before {
  content: '\e804';
}

/* '' */
.icon-gplus-squared:before {
  content: '\e805';
}

/* '' */
.icon-phone:before {
  content: '\e806';
}

/* '' */
.icon-check-empty:before {
  content: '\e807';
}

/* '' */
.icon-check:before {
  content: '\e808';
}

/* '' */
.icon-plus:before {
  content: '\e809';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
a {
  text-decoration: none;
  color: #a2a2a2;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
}

a:hover, a:focus, a:active {
  color: #898989;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.1em;
  margin: 0;
}

.h1-title {
  font-size: 1.875rem;
}

.h2-title {
  font-size: 1.625rem;
}

.h3-title {
  font-size: 1.3125rem;
}

.h4-title {
  font-size: 1.125rem;
}

.h5-title {
  font-size: 13.28px;
}

.secondary-font {
  font-family: "Lora", serif;
}

p {
  font-size: 0.9375rem;
  margin-top: 0;
}

blockquote {
  color: #000;
  font-family: "Lora", serif;
  font-size: 13.28px;
  font-style: normal;
  font-weight: 700;
  border-left: solid 8px #777;
  margin-left: 0;
  padding-left: 20px;
}

.small {
  display: inline-block;
  line-height: 1.25em;
}

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

.text-center {
  text-align: center;
}

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

.text-small {
  font-size: 80%;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="text"],
[type="email"],
[type="tel"],
select,
textarea {
  font-size: 0.875rem;
  width: 100%;
  padding: 5px 5px;
  border: solid 1px #d5d5d5;
  border-radius: 0;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: solid 1px #333333;
}

.select-wrapper {
  position: relative;
  margin-bottom: 12px;
}

.select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #959595 transparent transparent transparent;
}

select {
  background: #fff;
}

textarea {
  resize: vertical;
  height: 140px;
}

.wpcf7 {
  margin-top: 20px;
}

.wpcf7 form.wpcf7-form input {
  margin-bottom: 12px;
  margin-right: 0;
}

.wpcf7-submit {
  text-transform: uppercase;
  margin: 10px 15px;
}

.wpcf7-not-valid-tip {
  color: #bf1c1c;
  font-size: 0.85rem;
  display: block;
  margin: -6px 0 12px;
}

.btn, .wpcf7-submit, .quote-btn-wrapper .quotelistexistsbrowse a,
.quote-btn-wrapper .quotelistaddedbrowse a, .shop_table button,
.button {
  display: inline-block;
  background: #595959;
  padding: 0.5rem 0.65rem;
  font-size: 0.8375rem;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
}

.btn:hover, .wpcf7-submit:hover, .quote-btn-wrapper .quotelistexistsbrowse a:hover,
.quote-btn-wrapper .quotelistaddedbrowse a:hover, .shop_table button:hover, .btn:focus, .wpcf7-submit:focus, .quote-btn-wrapper .quotelistexistsbrowse a:focus,
.quote-btn-wrapper .quotelistaddedbrowse a:focus, .shop_table button:focus, .btn:active, .wpcf7-submit:active, .quote-btn-wrapper .quotelistexistsbrowse a:active,
.quote-btn-wrapper .quotelistaddedbrowse a:active, .shop_table button:active,
.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  background: #737373;
  border: none;
  outline: none;
}

.btn.orange-btn, .orange-btn.wpcf7-submit, .quote-btn-wrapper .quotelistexistsbrowse a.orange-btn,
.quote-btn-wrapper .quotelistaddedbrowse a.orange-btn, .shop_table button.orange-btn,
.button.orange-btn {
  background: #f78408;
}

.btn.orange-btn:hover, .orange-btn.wpcf7-submit:hover, .quote-btn-wrapper .quotelistexistsbrowse a.orange-btn:hover,
.quote-btn-wrapper .quotelistaddedbrowse a.orange-btn:hover, .shop_table button.orange-btn:hover, .btn.orange-btn:focus, .orange-btn.wpcf7-submit:focus, .quote-btn-wrapper .quotelistexistsbrowse a.orange-btn:focus,
.quote-btn-wrapper .quotelistaddedbrowse a.orange-btn:focus, .shop_table button.orange-btn:focus, .btn.orange-btn:active, .orange-btn.wpcf7-submit:active, .quote-btn-wrapper .quotelistexistsbrowse a.orange-btn:active,
.quote-btn-wrapper .quotelistaddedbrowse a.orange-btn:active, .shop_table button.orange-btn:active,
.button.orange-btn:hover,
.button.orange-btn:focus,
.button.orange-btn:active {
  color: #ffffff;
  background: #737373;
  border: none;
}

.btn.btn-sm, .btn-sm.wpcf7-submit, .quote-btn-wrapper .quotelistexistsbrowse a.btn-sm,
.quote-btn-wrapper .quotelistaddedbrowse a.btn-sm, .shop_table button.btn-sm,
.button.btn-sm {
  padding: 0.35rem 0.5rem;
  font-size: 0.6875rem;
}

.header {
  position: relative;
  z-index: 9;
}

.header:before, .header:after {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.header-top {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.has-product-filter .header-top {
  box-shadow: none;
}

.admin-bar .header-top {
  top: 32px;
}

.logo-wrapper {
  width: 120px;
  float: left;
}

.logo-wrapper .logo-link {
  display: block;
  max-width: 120px;
  text-align: center;
  margin: 8px 0 10px;
}

.logo-wrapper .logo-image {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.header-utilities {
  float: right;
}

.header-utilities > div {
  float: left;
  height: 60px;
  width: 60px;
  display: block;
}

@media (max-width: 544px) {
  .header-utilities > div {
    width: 50px;
  }
}

.header-utilities a {
  display: block;
  width: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 544px) {
  .header-utilities a {
    width: 50px;
  }
}

.header-utilities a:hover, .header-utilities a:focus, .header-utilities a:active {
  color: #cccccc;
}

.header-utilities .phone-button-wrapper {
  width: 50px;
}

.header-utilities .phone-button-wrapper a {
  width: 50px;
  color: #f78408;
  margin-top: 2px;
}

@media (min-width: 545px) {
  .header-utilities .phone-button-wrapper {
    display: none;
  }
}

.header-utilities .cart-button-wrapper {
  background: #b3b1b2;
}

.header-utilities .search-button-wrapper {
  background: #999899;
}

.header-utilities .nav-button-wrapper {
  background: #807e7f;
}

@media (min-width: 769px) {
  .header-utilities .nav-button-wrapper {
    width: 85px;
  }
}

.cart-button.active:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #f78408;
  padding: 5px 5px;
  line-height: 1em;
  font-weight: bold;
  left: 60%;
  top: 2px;
}

.header-phone-link {
  color: #333;
  font-size: 1rem;
  display: block;
  float: left;
  margin: 17px 0 0 12px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 543px) {
  .header-phone-link {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .header-phone-link {
    font-size: 0.8rem;
    margin: 21px 0 0 0px;
  }
}

.main-nav {
  position: fixed;
  display: none;
  top: 60px;
  right: 0;
  width: 100%;
}

.admin-bar .main-nav {
  top: 92px;
}

@media (min-width: 769px) {
  .main-nav {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    width: 40%;
  }
}

.main-nav li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 0.825rem;
}

.main-nav .current-menu-item a {
  color: #f78408;
}

.main-nav-inner {
  background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 768px) {
  .main-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.main-nav-inner a {
  color: #fff;
  display: block;
}

.main-nav-inner a:hover, .main-nav-inner a:focus, .main-nav-inner a:active {
  color: #f78408;
}

.nav-products-wrapper {
  width: 100%;
  padding: 20px 30px 0;
}

@media (min-width: 768px) {
  .nav-products-wrapper {
    width: 50%;
    float: left;
    padding: 20px 30px 30px;
  }
}

.nav-pages-wrapper {
  width: 100%;
  padding: 15px 30px 25px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .nav-pages-wrapper {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .nav-pages-wrapper {
    width: 50%;
    float: right;
    padding: 15px 30px 30px;
  }
}

.nav-list ul {
  padding-left: 15px;
}

.nav-button-wrapper {
  position: relative;
}

.nav-button-wrapper:hover .nav-burger-bar:not(.active):not(:hover) .lines,
.nav-button-wrapper:hover .nav-burger-bar:not(.active):not(:hover) .lines:before,
.nav-button-wrapper:hover .nav-burger-bar:not(.active):not(:hover) .lines:after, .nav-button-wrapper:focus .nav-burger-bar:not(.active):not(:hover) .lines,
.nav-button-wrapper:focus .nav-burger-bar:not(.active):not(:hover) .lines:before,
.nav-button-wrapper:focus .nav-burger-bar:not(.active):not(:hover) .lines:after, .nav-button-wrapper:active .nav-burger-bar:not(.active):not(:hover) .lines,
.nav-button-wrapper:active .nav-burger-bar:not(.active):not(:hover) .lines:before,
.nav-button-wrapper:active .nav-burger-bar:not(.active):not(:hover) .lines:after {
  background: #cccccc;
}

a.navbar-toggler {
  background: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 65%;
  width: 55px;
  height: 60px;
  padding: 20px 11px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 544px) {
  a.navbar-toggler {
    padding: 20px 14px;
  }
}

@media (min-width: 544px) and (max-width: 768px) {
  a.navbar-toggler {
    left: 8px;
  }
}

a.navbar-toggler:hover, a.navbar-toggler:focus, a.navbar-toggler:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.nav-menu-text {
  display: none;
}

@media (min-width: 769px) {
  .nav-menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
    left: 31px;
    top: -7px;
  }
}

.nav-burger-bar .lines,
.nav-burger-bar .lines:before,
.nav-burger-bar .lines:after {
  background: #ffffff;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 24px;
  position: absolute;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-burger-bar .lines:before {
  top: -7px;
}

.nav-burger-bar .lines:after {
  bottom: -7px;
}

.nav-burger-bar.active .lines,
.desktop-burger-bar:hover .lines {
  background-color: transparent;
}

.nav-burger-bar.active .lines:before,
.nav-burger-bar.active .lines:after,
.desktop-burger-bar:hover .lines:before,
.desktop-burger-bar:hover .lines:after {
  top: 0;
}

.nav-burger-bar.active .lines:before,
.desktop-burger-bar:hover .lines:before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.nav-burger-bar.active .lines:after,
.desktop-burger-bar:hover .lines:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.header-utilities .desktop-nav {
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .header-utilities .desktop-nav {
    display: none;
  }
}

.header-utilities .desktop-nav [class*="button-wrapper"] {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  float: left;
  height: 60px;
  background: #989797;
  border-right: solid 1px #8c8c8c;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.header-utilities .desktop-nav [class*="button-wrapper"]:hover {
  background: #656464;
}

.header-utilities .desktop-nav [class*="button-wrapper"]:hover .desktop-subnav-ul {
  opacity: 1;
  display: block;
}

.header-utilities .desktop-nav .subnav-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.header-utilities .desktop-nav:hover .desktop-subnav-holder {
  opacity: 1;
  display: block;
}

@media (max-width: 768px) {
  .header-utilities .desktop-info-menu {
    display: none;
  }
  .header-utilities .mobile-menu {
    display: block;
  }
}

@media (min-width: 769px) {
  .header-utilities .desktop-info-menu {
    display: block;
  }
  .header-utilities .mobile-menu {
    display: none;
  }
}

.desktop-subnav {
  padding: 7px 0 7px 23px;
  position: relative;
}

.desktop-subnav.icon-plus {
  position: relative;
  top: -2px;
  margin-left: -5px;
  padding-left: 0;
}

.desktop-subnav.icon-plus::before {
  position: relative;
  top: 3px;
  font-size: 1.2rem;
}

.desktop-subnav:hover .desktop-subnav-ul {
  opacity: 1;
  display: block;
}

.desktop-subnav-holder {
  position: absolute;
  width: 346px;
  top: 60px;
  height: 155px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
  z-index: 9;
  -webkit-transition: opacity 0.25s 0.1s ease-in-out;
  transition: opacity 0.25s 0.1s ease-in-out;
}

.desktop-subnav-ul {
  position: absolute;
  top: 45px;
  left: -5px;
  width: 350px;
  height: 160px;
  padding: 20px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.desktop-subnav-ul li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.desktop-subnav-ul a {
  width: auto;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  font-size: 0.825rem;
  font-weight: normal;
}

.desktop-subnav-ul a:hover {
  color: #f78408;
}

.chair-icon {
  background: url("/wp-content/themes/concept-collections/img/chair-icon.png") left 1px no-repeat;
  background-size: 14px 27px;
}

.stool-icon {
  background: url("/wp-content/themes/concept-collections/img/stool-icon.png") left 5px no-repeat;
  background-size: 16px 23px;
}

.table-icon {
  background: url("/wp-content/themes/concept-collections/img/table-icon.png") left center no-repeat;
  background-size: 20px 21px;
  padding-left: 25px;
}

#product-nav-2 {
  left: -93px;
}

#product-nav-3 {
  left: -183px;
}

#product-nav-4 {
  left: -273px;
  top: 46px;
}

.desktop-nav-info-subnav {
  position: absolute;
  top: 60px;
  right: 0;
  width: 210px;
  height: auto;
  padding: 20px;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}

.desktop-info-menu:hover .desktop-nav-info-subnav {
  opacity: 1;
  display: block;
}

.desktop-nav-info-subnav-ul li {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.desktop-nav-info-subnav-ul a {
  width: auto;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
  font-size: 0.825rem;
}

.desktop-nav-info-subnav-ul a:hover {
  color: #f78408;
}

.homepage-carousel-wrapper {
  overflow: hidden;
}

.homepage-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.homepage-carousel-text {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 75%;
  text-align: right;
  font-size: 1.3125rem;
  line-height: 1em;
  -webkit-transition: opacity 0.25s 0.25s ease-in;
  transition: opacity 0.25s 0.25s ease-in;
  opacity: 0;
  color: #000000;
}

.active .homepage-carousel-text {
  opacity: 1;
}

@media (min-width: 768px) {
  .homepage-carousel-text {
    bottom: 25px;
    right: 25px;
    font-size: 1.875rem;
  }
}

@media (min-width: 993px) {
  .homepage-carousel-text {
    bottom: 40px;
  }
}

.homepage-carousel-text.white {
  color: #ffffff;
}

.homepage-carousel-text.orange {
  color: #f78408;
}

.homepage-carousel-text.centre-right {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  bottom: auto;
}

.homepage-carousel-text.top-right {
  position: absolute;
  bottom: auto;
  top: 35px;
}

.homepage-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

.homepage-intro p {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.homepage-intro p + h3 {
  margin-top: 25px;
}

.homepage-intro h3 a {
  color: #333333;
}

.homepage-intro h3 a:hover, .homepage-intro h3 a:focus, .homepage-intro h3 a:active {
  color: gray;
}

h2.homepage-title {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

@media (max-width: 543px) {
  h2.homepage-title {
    font-size: 1.3rem;
    padding: 0 15px;
  }
}

.tiles-wrapper:before, .tiles-wrapper:after {
  content: " ";
  display: table;
}

.tiles-wrapper:after {
  clear: both;
}

.tiles-wrapper.homepage-tiles {
  padding: 0;
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .tiles-wrapper.homepage-tiles {
    padding: 25px 0;
  }
}

.tiles-wrapper a {
  color: #fff;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .tile {
    margin-bottom: 15px;
  }
}

.tile a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0 10px;
}

.tile a:hover, .tile a:focus, .tile a:active {
  opacity: 0.7;
}

.tile .tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tile .h2-tile {
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 543px) {
  .tile .h2-tile {
    font-size: 2.4375rem;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .tile .h2-tile {
    font-size: 1.3125rem;
    padding: 0 20px;
  }
}

.tile .h3-tile {
  text-transform: uppercase;
  font-size: 1.05rem;
}

.portfolio-tiles {
  padding: 15px 0;
}

.portfolio-tiles .tile {
  margin: 15px 0;
  background-size: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.portfolio-tiles .tile:hover, .portfolio-tiles .tile:focus, .portfolio-tiles .tile:active {
  opacity: 0.7;
}

.portfolio-tiles .tile a {
  background: rgba(0, 0, 0, 0.15);
}

.portfolio-tiles .tile a:hover, .portfolio-tiles .tile a:focus, .portfolio-tiles .tile a:active {
  opacity: 1;
}

.wide-column-tile .responsive-square:after {
  padding-bottom: 47.25%;
}

@media (min-width: 768px) {
  .wide-column-tile img {
    max-height: 210px;
  }
}

@media (min-width: 993px) {
  .wide-column-tile img {
    max-height: 205px;
  }
}

@media (min-width: 1201px) {
  .wide-column-tile img {
    max-height: 255px;
  }
}

.page-post-tile-item .tile {
  background-size: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  margin: 15px;
  padding: 0;
}

.page-post-tile-item .tile:hover, .page-post-tile-item .tile:focus, .page-post-tile-item .tile:active {
  opacity: 0.7;
}

.page-post-tile-item .tile a {
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}

.page-post-tile-item .tile a:hover, .page-post-tile-item .tile a:focus, .page-post-tile-item .tile a:active {
  opacity: 1;
}

@media (max-width: 544px) {
  .page-post-tile-item .h2-tile {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) {
  .page-post-tile-item {
    max-height: 209px;
  }
}

@media (min-width: 993px) {
  .page-post-tile-item {
    max-height: 205px;
  }
}

@media (min-width: 1201px) {
  .page-post-tile-item {
    max-height: 255px;
  }
}

.site-content {
  padding: 15px 0;
}

h1.page-title, .entry-header h1.entry-title {
  font-size: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.post-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.blog-posts .post-row {
  margin-bottom: 10px;
  padding: 20px 0;
  position: relative;
}

.blog-posts .post-row:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #d5d5d5;
}

.blog-posts .post-row:last-child:before {
  content: none;
}

.blog-posts .post-preview-image {
  margin-bottom: 12px;
}

@media (min-width: 544px) {
  .blog-posts .post-preview-image img {
    width: 105%;
  }
}

.blog-posts h2 {
  font-size: 1.3125rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media (min-width: 544px) {
  .blog-posts h2 {
    margin-bottom: 0;
  }
}

.blog-posts .post-title-link {
  color: #333333;
}

.blog-posts .post-date {
  margin: 4px 0 12px;
}

.blog-posts .post-preview-text {
  font-size: 0.875rem;
  font-family: "Lora", serif;
}

.blog-posts .post-readmore {
  margin: 20px 0 10px;
}

.single-post h2 {
  font-size: 1.3125rem;
  margin-bottom: 6px;
}

.single-post h3 {
  margin-bottom: 6px;
}

p a {
  color: #f78408;
  border-bottom: solid 1px #f78408;
  text-decoration: none;
}

p a:hover, p a:focus, p a:active {
  color: #333333;
  border-color: #333333;
}

h2,
h3,
h4 {
  margin-bottom: 12px;
}

.product-grid-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-grid-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.1s ease;
  transition: opacity 0.25s 0.1s ease;
}

.product-grid-outer-wrapper {
  position: relative;
  min-height: 180px;
}

.products-loading-message {
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 6;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.products-loading-message span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #666666;
}

.products-loaded .product-grid-wrapper {
  opacity: 1;
}

.products-loaded .products-loading-message {
  opacity: 0;
}

.product-category-title {
  font-size: 1.625rem;
  text-transform: uppercase;
}

.product-category-title + .woocommerce-info {
  margin: 25px 0;
}

.product-category-title + .term-description {
  margin: 15px 0 0;
}

.product-grid-item {
  display: none;
  margin: 15px -1px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

@media (min-width: 768px) {
  .product-grid-item {
    max-height: 209px;
  }
}

@media (min-width: 993px) {
  .product-grid-item {
    max-height: 205px;
  }
}

@media (min-width: 1201px) {
  .product-grid-item {
    max-height: 255px;
  }
}

.page-post-tile-item {
  margin: 0;
  padding: 0;
}

.has-secondary-thumbnail:hover .product-primary-photo, .has-secondary-thumbnail:focus .product-primary-photo, .has-secondary-thumbnail:active .product-primary-photo {
  opacity: 0;
}

.product-grid-item-inner {
  background: #d5d5d5;
  position: relative;
}

.product-grid-item-inner .product-name {
  color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  text-align: right;
  z-index: 3;
  pointer-events: none;
  font-size: 0.875rem;
}

.product-primary-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.product-secondary-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.tax-product_cat {
  padding-top: 110px;
}

@media (min-width: 769px) {
  .tax-product_cat .site-content {
    min-height: 350px;
  }
}

.tax-product_cat.admin-bar {
  padding-top: 132px;
}

.tax-product_cat.admin-bar .product-filter-wrapper {
  top: 92px;
}

.product-page-hero {
  background-color: #d5d5d5;
  padding: 1.5rem 0;
}

@media (min-width: 769px) {
  .product-page-hero {
    padding: 2.5rem 0;
  }
}

@media (max-width: 768px) {
  .product-hero-image {
    margin-bottom: 30px;
  }
}

.related-content {
  margin: 15px 0;
}

.product-intro {
  text-align: right;
}

.product-intro .product-title {
  font-size: 1.6rem;
}

.product-intro .product-intro-text {
  font-size: 0.875rem;
  width: 85%;
  float: right;
}

.product-intro .product-intro-text:before, .product-intro .product-intro-text:after {
  content: " ";
  display: table;
}

.product-intro .product-intro-text:after {
  clear: both;
}

.quote-btn-wrapper {
  margin: 12px 0;
}

.quote-btn-wrapper .button {
  background: #f78408;
}

.quote-btn-wrapper .button:hover, .quote-btn-wrapper .button:focus, .quote-btn-wrapper .button:active {
  color: #ffffff;
  background: #737373;
}

.product-details {
  padding-top: 20px;
  font-family: "Raleway", sans-serif !important;
}

.product-details p {
  font-family: "Raleway", sans-serif !important;
}

@media (min-width: 768px) {
  .product-details {
    padding-top: 10px;
  }
}

.product-details h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 1.25em;
}

.product-details h3:first-child {
  margin-top: 0;
}

.product-details ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}

.product-details ul li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 4px;
}

.product-details ul li:before {
  content: "\2022 ";
  color: #555;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.5rem;
  line-height: 1em;
}

.product-specs-ul {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

.product-dimensions {
  background: whitesmoke;
  padding: 15px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .product-dimensions {
    background: none;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .product-dimensions {
    margin-top: 12px;
  }
}

.product-dimensions > span {
  display: block;
  margin-top: 6px;
}

.product-dimensions > span:before, .product-dimensions > span:after {
  content: " ";
  display: table;
}

.product-dimensions > span:after {
  clear: both;
}

.product-dimensions > span span {
  width: 50%;
  float: right;
}

.product-dimensions strong {
  display: inline-block;
  width: 50%;
  max-width: 100px;
  float: left;
}

@media (min-width: 768px) {
  .product-col-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-col-flex-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

body.has-product-filter {
  padding-top: 100px;
}

.filter-module a {
  display: none;
  color: #fff;
}

.filter-module a.shown {
  display: block;
}

.filter-module a.filter-all {
  display: block;
}

.filter-module a.active:before {
  content: '\e808';
}

.filter-module a:hover {
  color: #333333;
}

.product-filter-wrapper {
  color: #ffffff;
  background: rgba(247, 132, 8, 0.9);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 8;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.post-type-archive .product-filter-wrapper {
  display: none;
}

.no-js .product-filter-wrapper {
  display: block;
}

.product-filter {
  padding: 0 15px;
}

.product-filter-toggle {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 40px;
  font-weight: bold;
}

.product-filter-toggle:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.product-filter-toggle.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-filters {
  display: none;
  padding-bottom: 20px;
}

.product-filters li {
  display: block;
}

.reset-filter-btn {
  display: none;
  color: #fff;
  margin-top: 4px;
}

.reset-filter-btn.active {
  display: inline-block;
}

.modal-search-title {
  display: block;
  color: #ffffff;
  font-size: 1.3125rem;
  margin-bottom: 2px;
  text-align: left;
}

@media (min-width: 768px) {
  .modal-search-title {
    font-size: 1.625rem;
  }
}

.search-text-input {
  padding: 12px 12px;
  width: 75%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  float: left;
  font-size: 1.1rem;
}

@media (min-width: 421px) {
  .search-text-input {
    width: 82%;
  }
}

@media (min-width: 768px) {
  .search-text-input {
    font-size: 1.25rem;
    width: 85%;
  }
}

.search-text-input:focus {
  outline: none;
}

.search-text-submit {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  font-size: 1.65rem;
  margin-left: 8px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  .search-text-submit {
    margin-left: 12px;
  }
}

.search-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.search-modal-container.fade-in {
  opacity: 1;
  pointer-events: all;
}

.search-modal-bg {
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.search-modal-bg.fade-in {
  opacity: 1;
  pointer-events: all;
}

a.close-search {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 22px;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close-search:hover, a.close-search:focus, a.close-search:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.admin-bar a.close-search {
  top: 56px;
}

a.close-search .lines:before, a.close-search .lines:after {
  background: #ffffff;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 24px;
  position: absolute;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.close-search .lines:before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

a.close-search .lines:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

a.close-search:hover .lines:before,
a.close-search:hover .lines:after, a.close-search:focus .lines:before,
a.close-search:focus .lines:after, a.close-search:active .lines:before,
a.close-search:active .lines:after {
  background: #aaaaaa;
}

.search-results {
  margin-top: 25px;
  margin-bottom: 25px;
}

.qlist {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .qlist {
    padding-top: 30px;
  }
}

.shop_table {
  border-top: solid 1px #dedede;
  width: 100%;
}

@media (min-width: 769px) {
  .shop_table {
    width: 80%;
    margin: 0 auto;
  }
}

.shop_table.cart {
  margin-top: 35px;
}

.shop_table thead {
  display: none;
}

.shop_table .cart-item {
  font-size: 0.875rem;
  padding: 20px;
  display: block;
  border-bottom: solid 1px #dedede;
}

.shop_table .cart-item .quantity:before {
  content: 'Quantity';
  display: block;
}

.shop_table .product-remove {
  width: 8%;
}

@media (min-width: 768px) {
  .shop_table .product-remove {
    width: 8%;
  }
}

.shop_table .product-remove a {
  width: 20px;
  height: 20px;
  background: #d5d5d5;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 1px 2px 3px 2px;
  line-height: 0.8em;
  font-size: 1.25em;
}

.shop_table .product-remove a:hover, .shop_table .product-remove a:focus, .shop_table .product-remove a:active {
  background: #f78408;
  color: #fff;
}

.shop_table .product-thumbnail {
  width: 27%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .shop_table .product-thumbnail {
    width: 27%;
  }
}

.shop_table .product-thumbnail img {
  width: 80%;
}

.shop_table .product-name {
  width: 55%;
}

@media (min-width: 768px) {
  .shop_table .product-name {
    width: 50%;
    font-size: 1.2rem;
  }
}

.shop_table .product-name a {
  color: #333333;
}

.shop_table .product-name a:hover, .shop_table .product-name a:focus, .shop_table .product-name a:active {
  color: #d5d5d5;
}

.shop_table .product-quantity {
  width: 10%;
}

@media (min-width: 768px) {
  .shop_table .product-quantity {
    width: 15%;
  }
}

.shop_table .product-quantity input {
  width: 100%;
}

.wcqlupdatelistbtn {
  margin: 20px 0;
}

.wpcf7 form.wpcf7-form {
  width: 80%;
  margin: 0 auto;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  color: #bf1c1c;
}

.cart-empty:after {
  content: ' Add some products to your quote cart and return to this page.';
}

.return-to-shop,
.dvin_wcql_shopbtn_ajaxico_wrap {
  display: none !important;
}

.page-id-11 .woocommerce-message {
  display: none;
}

.dvinupdatelist {
  text-align: right;
}

.quote-cart-quantity-note {
  font-size: 0.875rem;
  color: #cc4f4f;
}

body.page-id-11 .site-content {
  min-height: 300px;
}

.ajax-loader {
  width: initial;
  display: inline-block;
  position: relative;
  left: -170px;
  top: 5px;
}

.woocommerce-breadcrumb {
  font-size: 0.935rem;
  margin: 5px 0 20px;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  .woocommerce-breadcrumb + .single-product-information {
    margin-top: -20px;
  }
}

.article-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .article-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.article-content p {
  font-size: 0.875rem;
  font-family: "Lora", serif;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 768px) {
  .article-content p {
    width: 70%;
  }
}

.article-content p + img {
  margin: 40px 0;
}

h2.article-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media (max-width: 543px) {
  h2.article-title {
    font-size: 1.3rem;
  }
}

.article-date {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .article-date {
    margin-bottom: 2.5rem;
  }
}

.carousel-wrapper {
  margin: 20px 0;
}

.carousel-wrapper .owl-dots {
  padding: 5px 0;
}

.carousel-wrapper .owl-dots .owl-dot span {
  background: #000;
}

.carousel-wrapper .owl-dots .owl-dot.active span {
  background: #f78408;
}

.carousel-wrapper .owl-dots .owl-dot:hover span {
  background: #f78408;
}

.locations {
  padding: 15px 0;
}

.location-col h4 {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .location-col {
    margin-bottom: 35px;
  }
}

.location-col:last-of-type {
  margin-bottom: 10px;
}

.location-photo {
  margin: 15px 0;
}

.contact-details {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.contact-details strong {
  margin-top: 4px;
  display: inline-block;
}

.opening-hours {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.footer {
  background: #e8e8e8;
  padding: 25px 0 5px;
}

@media (min-width: 544px) {
  .footer {
    padding: 30px 0;
  }
}

.footer p {
  margin: 0;
  font-size: 0.875rem;
  font-family: "Lora", serif;
}

.footer a {
  display: block;
  color: #333333;
  font-family: "Lora", serif;
  font-size: 0.875rem;
}

.footer a:hover, .footer a:focus, .footer a:active {
  color: #f78408;
}

@media (max-width: 768px) {
  .footer-col {
    margin-bottom: 25px;
  }
}

.footer-col-header {
  margin-bottom: 6px;
  font-size: 0.7rem;
}

@media (min-width: 544px) {
  .footer-col-header {
    margin-bottom: 12px;
  }
}

a.footer-social-icon {
  display: inline-block;
  float: left;
  font-size: 1.25rem;
  line-height: 1em;
  color: #807e7f;
}

@media (min-width: 768px) {
  a.footer-social-icon {
    font-size: 1.25rem;
  }
}

a.footer-social-icon:before {
  margin-left: 0;
}

a.footer-social-icon:hover, a.footer-social-icon:focus, a.footer-social-icon:active {
  color: #333333;
}

.newsletter-signup-form {
  font-size: 0.875rem;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .newsletter-signup-form {
    margin-bottom: 0;
  }
}

.newsletter-signup-input {
  padding: 6px;
  font-family: "Raleway", sans-serif;
  border: solid 1px #dedede;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 75%;
  margin-bottom: 4px;
}

@media (min-width: 544px) and (max-width: 767px) {
  .newsletter-signup-input {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-signup-input {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .newsletter-signup-input {
    width: auto;
  }
}

.newsletter-signup-input:focus {
  outline: none;
  border-color: #ccc;
}

.newsletter-signup-submit {
  color: #7D7D7D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  font-family: "Raleway", sans-serif;
  padding: 5px 8px 4px;
  font-weight: 700;
  text-transform: uppercase;
  background: #c0c0c0;
}

.newsletter-signup-submit:hover, .newsletter-signup-submit:focus, .newsletter-signup-submit:active {
  background: #b0b0b0;
}

.pagination h2 {
  display: none;
}

.pagination ul.page-numbers {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

.pagination ul.page-numbers li {
  display: inline-block;
  padding: 0;
  margin-right: 2px;
}

.pagination ul.page-numbers a,
.pagination ul.page-numbers span {
  padding: 4px 8px;
  display: inline-block;
  background: #e8e8e8;
  color: #464646;
}

.pagination ul.page-numbers span {
  background: whitesmoke;
  color: #b3b3b3;
}

.pagination ul.page-numbers .previous:before {
  content: "<";
  padding-right: 4px;
  position: relative;
  top: 1px;
}

.pagination ul.page-numbers .next:after {
  content: ">";
  padding-left: 4px;
  position: relative;
  top: 1px;
}

.google-maps .view-google-maps {
  display: block;
  font-size: 0.75rem;
  padding: 3px;
  text-align: right;
}

.share-links {
  margin: 30px 0 20px;
}

.share-btn {
  color: #fff;
  display: inline-block;
  padding: 5px 10px 5px 6px;
  margin-bottom: 4px;
  font-size: 0.85rem;
}

.share-btn:before {
  margin-right: 5px;
}

.share-btn:hover, .share-btn:focus, .share-btn:active {
  color: #fff;
}

.email-share {
  background: #666;
}

.email-share:hover, .email-share:focus, .email-share:active {
  background: #787878;
}

.facebook-share {
  background: #325a97;
}

.facebook-share:hover, .facebook-share:focus, .facebook-share:active {
  background: #3b6ab2;
}

.twitter-share {
  background: #00aced;
}

.twitter-share:hover, .twitter-share:focus, .twitter-share:active {
  background: #12beff;
}

.testimonials {
  padding: 25px 0;
}

.testimonial-block {
  font-family: "Lora", serif;
  padding-left: 50px;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-block span {
  display: block;
}

.testimonial-block .testimony {
  margin-bottom: 6px;
}

.testimonial-block .testimony:before {
  content: '\201C';
  position: absolute;
  top: -15px;
  left: 0;
  color: #ccc;
  font-size: 6rem;
  line-height: 1em;
}

.testimonial-block .testimony-provider {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .home .video-wrapper {
    margin-bottom: 20px;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: url("/wp-content/themes/concept-collections/img/loader.gif") center no-repeat #d5d5d5;
    background-size: 24px 24px;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.35rem;
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    max-height: 95%;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 90%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
  }
  .featherlight-previous {
    left: 0;
    right: 90%;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    color: #333333;
  }
  .featherlight-next span,
  .featherlight-previous span {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    /* center vertically */
    margin-top: -12px;
    color: #a2a2a2;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 767px) {
  .featherlight-next,
  .featherlight-previous {
    top: 0;
    right: 0;
    left: 85%;
  }
  .featherlight-previous {
    left: 0;
    right: 85%;
  }
}

#loading-animation {
  position: relative;
  width: 126px;
  height: 15px;
  margin: auto;
}

.loadingAnimation {
  position: absolute;
  top: 0;
  background-color: #f78308;
  width: 15px;
  height: 15px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#loadingAnim_1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}

#loadingAnim_2 {
  left: 16px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}

#loadingAnim_3 {
  left: 31px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}

#loadingAnim_4 {
  left: 47px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}

#loadingAnim_5 {
  left: 63px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}

#loadingAnim_6 {
  left: 79px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}

#loadingAnim_7 {
  left: 94px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}

#loadingAnim_8 {
  left: 110px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #f78308;
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: white;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #f78308;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}

.responsive-square {
  width: 100%;
}

.responsive-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.responsive-rectangle {
  width: 100%;
}

.responsive-rectangle:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.text-orange {
  color: #f78408;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.mrg-t-30 {
  margin-top: 30px;
}

.tabled {
  display: table;
  width: 100%;
  height: 100%;
}

.tabled .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.storefront-sorting {
  display: none;
}

.single-product-information .stock {
  display: none;
}
