/* Components */

/*! normalize.css v3.0.2 | 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.
 */

/* ====================================================
   Accordion CSS
   ==================================================== */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}


.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

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.
 * 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-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  color: #0056AB;
}

/* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * 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;
  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 {
  margin: 0; /* 3 */
  font: inherit; /* 2 */
  color: inherit; /* 1 */
}

/**
 * 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"] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  padding: 0;
  border: 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"] {
  -webkit-box-sizing: border-box;
          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-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * 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-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/* Reset the box-sizing */

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

html,
body {
  height: 100%;
}

/* Body reset */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Gotham', sans-serif;
  font-size: 15px !important;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
}

/* Reset fonts for relevant elements */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Links */

a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

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

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin: 0 0 calc(15px * 1.5);
}

h2 {
  margin: 0 0 calc(15px * 1.5);
}

h3 {
  margin: 0 0 calc(15px * 1.5);
}

h4 {
  margin: 0 0 calc(15px * 1.5);
}

h5 {
  margin: 0 0 calc(15px * 1.5);
}

h6 {
  margin: 0 0 calc(15px * 1.5);
}

.h1 {
  margin: 0 0 calc(15px * 1.5);
}

.h2 {
  margin: 0 0 calc(15px * 1.5);
}

.h3 {
  margin: 0 0 calc(15px * 1.5);
}

.h4 {
  margin: 0 0 calc(15px * 1.5);
}

.h5 {
  margin: 0 0 calc(15px * 1.5);
}

.h6 {
  margin: 0 0 calc(15px * 1.5);
}

p {
  margin: 0 0 calc(15px * 1.5);
}

ul {
  margin: 0 0 calc(15px * 1.5);
}

ol {
  margin: 0 0 calc(15px * 1.5);
}

h1 {
  font-size: calc(15px * 2.5);
}

.h1 {
  font-size: calc(15px * 2.5);
}

h2 {
  font-size: calc(15px * 1.75);
}

.h2 {
  font-size: calc(15px * 1.75);
}

h3 {
  font-size: calc(15px * 1.5);
}

.h3 {
  font-size: calc(15px * 1.5);
}

h4 {
  font-size: calc(15px * 1.25);
}

.h4 {
  font-size: calc(15px * 1.25);
}

h5 {
  font-size: calc(15px * 1.1);
}

.h5 {
  font-size: calc(15px * 1.1);
}

h6 {
  font-size: calc(15px * 1);
}

.h6 {
  font-size: calc(15px * 1);
}

b,
strong {
  font-weight: 500;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

/* Description Lists */

dl {
  margin-top: 0;
  margin-bottom: calc(15px * 1.5);
}

dt {
  margin-bottom: calc(15px * 1.5 / 2);
  line-height: 1.5;
}

dd {
  margin-bottom: calc(15px * 1.5 / 2);
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0; /* Undo browser default */
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
  }

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      float: left;
      width: 30%;
      padding-right: 15px;
      clear: both;
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      float: right;
      width: 70%
  }
    }

/* Abbreviations and acronyms */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* Blockquotes */

blockquote {
  padding: calc(15px * 1.5 / 2)
    calc(15px * 1.5);
  margin: 0 0 calc(15px * 1.5);
  font-family: 'Gotham', sans-serif;
  font-style: italic;
  background-color: #f6f6f6;
  border-left: 5px solid #d4d4d4;
}

blockquote.is-colored {
    border-left: 5px solid rgba(0, 95, 190, 1);
  }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
      margin-bottom: 0;
    }

/* Code */

code {
  padding: 20px !important;
  border-radius: 0 !important;
}

/*  Addresses */

address {
  margin-bottom: calc(15px * 1.5);
  font-style: normal;
  line-height: 1.5;
}

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

.clearfix:after {
    clear: both;
  }

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.is-hidden,
.hidden {
  display: none !important;
}

.powered-by-zendesk {
  display: none;
}

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(15px * 1.5);
  font-size: calc(15px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 500;
}

/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/

/*  Override content-box in Normalize (* isn't specific enough) */

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  Position radios and checkboxes better */

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/*  Set the height of file controls to match text inputs */

input[type="file"] {
  display: block;
}

/*  Make range inputs behave like textual form controls */

input[type="range"] {
  display: block;
  width: 100%;
}

/*  Make multiple select elements height not fixed */

select[multiple],
select[size] {
  height: auto;
}

/*  Focus for file, radio, and checkbox */

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*  Adjust output element */

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.5;
  color: #55595c;
}

/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/*  Customize the `:focus` state to imitate native WebKit styles. */

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
  }

/*  Placeholder */

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder {
    color: #111;
    opacity: 1;
  }

select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .nesty-input::-ms-input-placeholder {
    color: #111;
    opacity: 1;
  }

select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .nesty-input::placeholder {
    color: #111;
    opacity: 1;
  }

input[type="text"],
input[type="number"],
input[type="email"] {
  height: 50px;
}

select {
  height: calc(
    15px * 1.5 + 12px + 2px
  );
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc(
    (15px * 1.5 + 12px + 2px) * 3
  );
  resize: vertical;
}

/*  Search inputs in iOS */

/* 
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */

input[type="search"] {
  -webkit-appearance: none;
}

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(15px * 1.5 * 2.5);
  }
}

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */

.form-field {
  margin-bottom: 15px;
}

.form-field.required > label:after {
    margin-left: 2px;
    color: #ff5252;
    content: "*";
  }

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
  }

.form-field.boolean label {
    min-height: calc(15px * 1.5);
    /* Ensure the input doesn't jump when there is no text */
    margin-bottom: 0;
    cursor: pointer;
  }

input[type="radio"][disabled],
  input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }

/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */

.form-field p,
.help-block {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #404040; /* lighten the text some for contrast */
}

.form-field p {
  margin-top: 5px;
  font-size: 14px;
  color: #878787;
}

a.btn.btn--default.see-all-articles
{
  border: 1px solid #c4c4c4;
}

.btn,
input[type="submit"],
[role="button"],
.topbar .login,
.lines-button,
.community-recent-activity .recent-activity-controls a,
.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  padding: 6px 12px!important;
  margin-bottom: 0;
  font-size: calc(15px - 5px);
  font-weight: 500 !important;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.btn:focus, .btn:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, [role="button"]:focus, [role="button"]:active:focus, .topbar .login:focus, .topbar .login:active:focus, .lines-button:focus, .lines-button:active:focus, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active:focus, .satisfaction-box input[type="radio"] ~ label:focus, .satisfaction-box input[type="radio"] ~ label:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  [role="button"]:hover,
  [role="button"]:focus,
  .topbar .login:hover,
  .topbar .login:focus,
  .lines-button:hover,
  .lines-button:focus,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .satisfaction-box input[type="radio"] ~ label:hover,
  .satisfaction-box input[type="radio"] ~ label:focus {
    color: #e3e3e3;
    text-decoration: none;
  }

.btn:active, input[type="submit"]:active, [role="button"]:active, .topbar .login:active, .lines-button:active, .community-recent-activity .recent-activity-controls a:active, .satisfaction-box input[type="radio"] ~ label:active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

[role="button"],
.btn--default,
.section-subscribe .dropdown-toggle,
.community-recent-activity .recent-activity-controls a,
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #e3e3e3;
  background-color: transparent;
  border-color: #e3e3e3;
}

[role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe .dropdown-toggle:hover,
  .section-subscribe .dropdown-toggle:focus,
  .section-subscribe .dropdown-toggle:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active,
  .post-subscribe:hover,
  .post-subscribe:focus,
  .post-subscribe:active,
  .post-unsubscribe:hover,
  .post-unsubscribe:focus,
  .post-unsubscribe:active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #c4c4c4;
    background-color: transparent;
    border-color: #c4c4c4;
  }

input[type="submit"],
.btn--primary {
  padding: 10px 20px !important;
  font-size: 14px !important;
  color: #fff !important;
  background-color: #0070BC!important;
  border-color: #0070BC!important;
}

input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active {
    color: #fff !important;
    background-color: #005b98!important;
    border-color: #005b98!important;
  }

.btn--topbar,
.topbar .login {
  color: #0070bc;
  background-color: transparent;
  border-color: #0070bc;
}

.btn--topbar:hover,
  .btn--topbar:focus,
  .btn--topbar:active,
  .topbar .login:hover,
  .topbar .login:focus,
  .topbar .login:active {
    color: #004c7f;
    background-color: transparent;
    border-color: #004c7f;
  }

.container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1440px!important;
}

@media (min-width: 768px) {

.container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2)
}
  }

.container-inner {
  max-width: 1200px;
  margin: 0 auto;
 
}

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.column--xs-4 {
  width: 33%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-8-12 {
    width: 12.5%;
  }
  
  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
    display: block;
    max-height: 50px !important;
  }

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.layout__main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.layout__main:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: '\00a0';
  }

.layout__header,
.layout__footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.layout__head{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 90;
}

.layout__main.mnu_hover::before {
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  z-index: 19;
}

.topbar {
  width: 100%;
  margin-bottom: calc(15px * 1.5);
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}

@media (max-width: 767px) {

.topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
      margin-bottom: 6px
  }
    }

@media (min-width: 768px) {

.topbar {
    margin-bottom: calc(15px * 1.5 * 2)
}
  }

.topbar--bordered {
  border-color: #fff transparent #eee transparent;
  border-style: solid;
  border-width: 4px 0 1px;
}

.topbar__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {

.topbar__inner {
    display: table;
}
  }

.topbar__col {
  position: relative;
  padding: calc(15px * 1.5 / 2) 0;
}

@media (min-width: 768px) {

.topbar__col {
    display: table-cell;
    vertical-align: middle;
}
  }

@media (min-width: 768px) {

.topbar__controls {
    float: right
}
  }

@media (max-width: 767px) {

.topbar__collapse {
    display: none;
    padding-top: calc(15px * 1.5 / 2);
    padding-bottom: calc(15px * 1.5)
}
  }

@media (min-width: 768px) {

.topbar__collapse {
    display: block !important
}
  }

@media (max-width: 767px) {

.topbar__menu {
    padding: 0
}
  }

@media (min-width: 768px) {
  .topbar__col {
    padding: 20px 0;
  }
}

.slicknav_btn{
  border-style:none;
}

.sumome-react-wysiwyg-component, .sumome-react-wysiwyg-move-handle{
  text-align: center!important;
}

.sumome-react-wysiwyg-component p,.sumome-react-wysiwyg-move-handle p{
    text-align: center!important;
  }

/* stylelint-disable */

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user-menu [role="menuitem"] {
    white-space: nowrap;
  }

#user > .btn {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {

#user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1 !important
}

    #user-dropdown:before,
    #user-dropdown:after {
      display: none;
    }
  }

#user-dropdown [role="menuitem"] {
    padding: 10px 0;
  }

@media (max-width: 767px) {

#user-dropdown [role="menuitem"] {
      color: #000;
  }

      #user-dropdown [role="menuitem"]:hover {
        background-color: transparent;
      }
    }

@media (min-width: 768px) {

#user-dropdown [role="menuitem"] {
      padding-right: 16px;
      padding-left: 16px;
  }
    }

#user-dropdown [role="separator"] {
    padding: 0;
    margin: 0;
  }

@media (max-width: 767px) {

#user-dropdown [role="separator"] {
      border-color: rgba(255, 255, 255, 0.15);
  }
    }

@media (min-width: 768px) {

#user-dropdown[aria-expanded="true"] {
      -webkit-animation: bounce 0.6s ease-out;
              animation: bounce 0.6s ease-out
  }
    }

#user-dropdown:before,
  #user-dropdown:after {
    color: inherit;
  }

#user {
  display: block;
}

@media (min-width: 768px) {

#user {
    display: inline-block;
    vertical-align: middle
}
  }

#user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: calc(15px - 2px);
    color: inherit;
  }

#user .dropdown-toggle,
    #user .dropdown-toggle:active,
    #user .dropdown-toggle:hover {
      border-color: transparent;
    }

#user .dropdown-toggle:before,
    #user .dropdown-toggle:after {
      color: #000;
    }

@media (max-width: 767px) {

#user .dropdown-toggle:before,
    #user .dropdown-toggle:after {
        display: none;
    }
      }

#user-password,
#user-profile {
  color: #000000;
}

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important;
    padding: calc(15px * 1.5 / 4) 12px !important;
    margin-top: calc(15px * 1.5 / 4);
    background-color: #fff;
    border-radius: 0
}

#user-profile {
    min-width: 1px !important;
    padding: calc(15px * 1.5 / 4) 12px !important;
    margin-top: calc(15px * 1.5 / 4);
    background-color: #fff;
    border-radius: 0
}
  }

#user-password [role="separator"] {
    padding: calc(15px * 1.5 / 4) 12px !important;
  }

#user-profile [role="separator"] {
    padding: calc(15px * 1.5 / 4) 12px !important;
  }

#user-password form {
    padding: calc(15px * 1.5 / 4) 12px !important;
  }

#user-profile form {
    padding: calc(15px * 1.5 / 4) 12px !important;
  }

#user-profile {
  font-size: calc(15px - 2px) !important;
}

#user-profile dt {
    padding: 8px 4px !important;
  }

#user-profile dt label {
      margin-bottom: 0 !important;
    }

#user-profile input[type="text"] {
    font-size: calc(15px - 2px) !important;
  }

#password-form label {
  font-size: calc(15px - 2px) !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar--agent:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -4px;
    margin-bottom: -4px;
    font-size: calc(15px * 0.75);
    color: rgba(0, 95, 190, 1);

    content: "\f19d";
  }

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {

.lines-button {
    float: right
}
  }

@media (min-width: 768px) {

.lines-button {
    display: none
}
  }

.lines-button:hover {
    opacity: 1;
  }

.lines-button:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0;
    transition: 0;
  }

.lines-button:focus {
    outline: 0;
  }

/*common to all three-liners */

.lines,
  .lines:before,
  .lines:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

.lines {
  position: relative;
}

.lines:before,
  .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: calc(30px / 14) center;
            transform-origin: calc(30px / 14) center;

  }

.lines:before {
    top: 7.5px;
  }

.lines:after {
    top: -7.5px;
  }

.lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.is-active .lines {
    background: transparent;
  }

.lines-button.is-active .lines:before,
    .lines-button.is-active .lines:after {
      top: 0;
      width: 30px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }

.lines-button.is-active .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg);
    }

.lines-button.is-active .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg);
    }

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {

.help-center-name {
    display: none
}
  }

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-image: url(/hc/theming_assets/01HZGYJNYD9XZTMXFBTXZDYYBT);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}

.hero-unit {
  position: relative;
  max-height: 350px;
  padding: 30px 15px 25px;
  /*margin-top: calc(var(--line-height-computed) * -1);*/
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {

.hero-unit {
    padding: 7% 15px 6% 
    /*margin-top: calc(var(--line-height-computed) * -2);*/
}
  }

.hero-unit:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.3;
  }

.hero-unit--internal {
  max-height: 200px;
  padding: 70px 15px 65px;
  margin-bottom: 50px;
}

.intro-title {
  margin-bottom: calc(15px * 1.5);
  font-size: calc(15px * 1.75);
  font-weight: bold;
 
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {

.intro-title {
    font-size: 40px
}
  }

@media (min-width: 992px) {

.intro-title {
    margin-bottom: calc(15px * 1.5 * 1.5)
}
  }

/* Search */

.search {
  position: relative;
}

.search:before {
    position: absolute;
    top: 50%;
    left: 15px;

    display: inline-block;
    margin-top: -9px;
    font-family: "FontAwesome";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #000000;
    content: "\f002";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.searchbox {
  margin-top: calc(15px * 1.5);
}

.searchbox-suggestions ul {
    padding-left: 0;
    margin-bottom: calc(15px * 1.5);
    list-style: none;
  }

.searchbox-suggestions li {
    margin-bottom: calc(15px * 1.5 / 3);
  }

.search-box {
  position: relative;
}

.search-box #query {
    max-width: 325px;
    height: 50px;
    padding-left: 35px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }

.search-box--hero-unit {
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

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

.search-box--hero-unit .search:before {
      display: none;
    }

.search-box--hero-unit #query {
    max-width: 565px;
    color: #000;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #fff;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
  }

@media (max-width: 767px) {

.search-box--hero-unit #query {
      margin: 0 auto
  }
    }

.search-box--hero-unit #query:focus {
      background-color: #fff;
    }

.search-box--hero-unit input[type="submit"] {
    display: inline-block;
    height: 50px;
    padding-right: calc(12px * 2);
    padding-left: calc(12px * 2);
    margin-left: 15px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
  border-radius: 35px !important;
  }

@media (min-width: 768px) {

.search-box--hero-unit input[type="submit"] {
      width: 170px
  }
    }

.search-box--small {
  margin-bottom: 30px;
}

.custom-blocks {
  margin-bottom: calc(15px * 1.5 * 3);
}

@media (max-width: 991px) {

.custom-blocks {
    margin-bottom: calc(15px * 1.5 * 2)
}
  }

@media (max-width: 767px) {

.custom-blocks {
    margin-bottom: calc(15px * 1.5)
}
  }

@media (max-width: 479px) {

.custom-blocks {
    margin-bottom: calc(15px * 1.5)
}
  }

.custom-block {
  margin-bottom: calc(15px * 1.5);
}

@media (max-width: 479px) {

.custom-block {
    float: none;
    width: 100%;
    padding: 0 calc(12px * 2);
}
  }

@media (min-width: 480px) {

.custom-block {
    padding: 0 calc(12px * 2);
}
  }

@media (min-width: 768px) {

.custom-block {
    margin-top: 15px;
  text-align: center;
}
  }

@media (min-width: 992px) {
  .custom-block {
    margin-top: 30px;
  }
}

.custom-block--border {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 30px;
  margin: 0 auto;
}

@media (min-width: 480px) and (max-width: 767px) {
  .custom-block__link {
    display: flex !important;
    align-items: center;
  } 
  .custom-block__title {
    display: block;
  }
}

.custom-block__link {
  display: block;
}

.custom-block__link:hover h4, .custom-block__link:focus h4 {
    color: #005FBE;
}

.custom-block__icon {
  display: inline-block;
}

.custom-block__icon img {
    width: 60px;
    height: 60px;
  }

@media (max-width: 767px) {

.custom-block__icon img {
      width: calc(60px - 10px);
      height: calc(60px - 10px)
  }
    }

.custom-block__icon svg {
    width: 60px;
    height: 60px;
  }

@media (min-width: 768px) {

.custom-block__icon svg {
      width: calc(60px + 10px);
      height: calc(60px + 10px)
  }
    }

.custom-block__icon circle,
  .custom-block__icon path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.custom-block__title {
  
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 767px) {

.custom-block__title {
    display: inline-block;
    font-size: 16px;
    padding-left: 12px
}
  }

@media (min-width: 768px) {

.custom-block__title {
  display: block;
    font-size: 16px
}
  }

.category-page {
  margin-bottom: 0;
}

.category-description:empty {
    display: none;
  }

.category-tree-item__title {
  padding-bottom: calc(15px * 1.5 / 2);
  border-bottom: 2px solid #d9d9d9;
}

.category-tree-item__sections {
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {
      .category-tree-item__sections .section:nth-child(2n + 1) {
        clear: left;
      }
    }

@media (min-width: 992px) {
      .category-tree-item__sections .section:nth-child(2n + 1) {
        clear: none;
      }

      .category-tree-item__sections .section:nth-child(3n + 1) {
        clear: left;
      }
    }

.category-tree-item__title-link {
  color: inherit;
}

.category-list {
  padding-left: 0;
  margin-bottom: calc(15px * 1.5);
  list-style: none;
}

.category-list-item {
  position: relative;
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {

.category-list-item {
    display: table;
    height: 150px
}
  }

.category-list-item__link {
  display: block;
  padding: calc(15px * 1.5) 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-item__link:active,
  .category-list-item__link:focus,
  .category-list-item__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 95, 190, 1);
  }

@media (min-width: 768px) {

.category-list-item__link {
    display: table-cell
}
  }

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 500;
}

.category-page__title {
  margin-bottom: 14px!important;
  font-weight: bold!important;
  text-transform: uppercase;
  font-size: 24px!important;
  letter-spacing: 1px;
}

@media (min-width: 768px) {

.category-page__title {
    font-size: 32px!important
}
  }

.category-page__desc {
  margin-bottom: 14px;
}

.section-page {
  margin-bottom: calc(15px * 1.5 * 2);
  margin-top: 30px;
}

.section {
  margin-bottom: calc(15px * 1.5);
}

.section__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}

.section__title-link {
  color: inherit;
  text-transform: uppercase;
}

.section-header {
  position: relative;
  min-height: inherit;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.section-subscribe .dropdown-menu {
    right: 0;
    left: initial;
  }

.section-title {
  padding-right: 120px;
  font-weight: bold!important;
  text-transform: uppercase;
  font-size: 28px!important;
  letter-spacing: 1px;
  margin-bottom: 30px!important;
}

@media (min-width: 768px) {

.section-title {
    font-size: 32px!important
}
  }

@media (min-width: 768px) {
      .section-tree .section:nth-child(2n + 1) {
        clear: left;
      }
    }

@media (min-width: 992px) {
      .section-tree .section:nth-child(2n + 1) {
        clear: none;
      }

      .section-tree .section:nth-child(3n + 1) {
        clear: left;
      }
    }

.article-list-item__link{
  color: #000000;
}

.article-list {
  padding-left: 0;
  list-style: none;
}

.article-list-item {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.community-recent-activity {
  padding: calc(15px * 1.5) 15px;
  margin-bottom: calc(15px * 1.5 * 2);
  border: 2px solid #d9d9d9;
  border-radius: 0;
}

.community-recent-activity h4 {
    font-weight: 500;
    font-size: calc(15px * 1.75);
  }

.community-recent-activity .recent-activity-header {
    display: none;
  }

.community-recent-activity .recent-activity-list {
    margin-bottom: 0;

    list-style: none;
    padding-left: 0;
  }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-list {
      margin-right: calc(15px * -1);
      margin-left: calc(15px * -1)
  }
    }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 33.3333%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: calc(15px * 1.5);
      vertical-align: top
  }
    }

.community-recent-activity .recent-activity-item-meta {
    font-size: calc(15px * 0.75);
    color: #989898;
  }

.community-recent-activity .recent-activity-item-comment span:before {
    margin-right: 2px;
    content: "\f0e5";

    display: inline-block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.community-recent-activity .recent-activity-item-parent {
    font-weight: 500;
    color: #000000;
  }

.footer-submit-ticket {
  padding: calc(15px * 1.5 * 2) calc(12px * 2) calc(15px * 1.5);
  margin-bottom: calc(15px * 1.5 * 2);
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 0;
}

.footer-submit-ticket__title {
  font-size: calc(15px * 1.5);
}

.footer-submit-ticket__subtitle {
  font-size: calc(15px * 1.5);
  color: #333;
}

.footer-submit-ticket__btn:empty {
    display: none;
  }

.footer-submit-ticket__btn .btn {
    padding: 10px 18px;
  }

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(15px * 1.5);
}

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

.table td {
    border-top: 1px solid #d3d6d8;
  }

.table thead th {
    vertical-align: bottom;
  }

.table tbody + tbody {
    border-top: 1px solid #d3d6d8;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    background-color: rgba(0, 95, 190, 1);
    color: #fff;
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    background-color: #d4d4d4;
    color: inherit;
  }

.table--hover tbody tr:hover {
    background-color: #d4d4d4;
    color: inherit;
  }

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

.table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {

.table-responsive {
    width: 100%;
    margin-bottom: calc(15px * 1.5 * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8
}
    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.meta {
  font-size: 14px;
  color: #989898;
}

.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }

.meta--profile {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 15px 0 0;
  margin-bottom: calc(15px * 1.5);
  font-size: 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  font-weight: 500;
}

@media (min-width: 768px) {

.breadcrumbs {
    margin-bottom: 40px
}
  }

.breadcrumbs > li {
    display: inline-block;
  }

.breadcrumbs > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "\00a0";
      content: "› ";
    }

.breadcrumbs > li a {
      font-weight: 500;
      color: rgba(0, 0, 0, 1);
    }

.breadcrumbs--search-results {
  padding: 0;
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 0.75);
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

.search-results-page {
  margin-bottom: 60px;
}

.search-results-count {
  margin-bottom: 40px;
  font-size: 15px;
  color: #888888;
  font-weight: 300;
  letter-spacing: 1px;
}

.search-result {
  margin-bottom: 35px;
  border-bottom: 2px solid #d9d9d9;
}

.search-result__title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.5px;
}

.search-result__title .search-result-link{
    color: #000000;
  }

.search-result__description {
  margin-bottom: 30px;
  font-size: 15px;
  color: #111111;
}

.search-result__description:empty {
    display: none;
  }

.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result__meta {
  margin-bottom: calc(15px * 1.5 / 2);
}

.search-result-votes {
  display: none;
  padding: 2px 4px;
  font-size: calc(15px * 0.75);
  color: #fff;
  background-color: rgba(0, 95, 190, 1);
  border-radius: 0;
}

.no-results-message{
  color: #111111;
}

.no-results-message a{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    letter-spacing: 0.2px;
  }

.article-page {
  margin-bottom: calc(15px * 1.5 * 2);
  margin-top: 30px;
}

.article {
  position: relative;
}

.article-header{
  margin-bottom: 30px;
}

.page-description{
  color: #111111!important;
}

.article__title {
  font-weight: bold!important;
  text-transform: uppercase;
  font-size: 28px!important;
  letter-spacing: 1px;
  margin-bottom: 20px!important;
}

@media (min-width: 768px) {

.article__title {
    font-size: 32px!important;
    padding-bottom: 10px!important
}
    
  }

.article-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(15px * 1.5);
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

.article__body {
  margin-bottom: calc(15px * 1.5);

  color: #111111;
  
}

.article__body p{
    color: #111111!important;
  }

.article__body a{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    letter-spacing: 0.2px;
  }

.article__body h2 {
    font-size: calc(15px * 1.75);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 25px;
  }

.article__body .wysiwyg-font-size-x-large {
    font-size: calc(15px * 1.75);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 25px;
  }

.article__body h3 {
    font-size: calc(15px * 1.5);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc(15px * 1.5);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
  }

.article__body h4 {
    font-size: calc(15px * 1.25);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 20px;
  }

.article__body .wysiwyg-font-size-medium {
    font-size: calc(15px * 1.25);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 20px;
  }

.article__body h5 {
    font-size: calc(15px * 0.75);
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc(15px * 0.75);
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

.article__body ul,
  .article__body ol {
    padding-left: 20px;
  }

.article__body ul ul {
      margin-top: calc(15px * 1.5 / 2);
    }

.article__body ul ol {
      margin-top: calc(15px * 1.5 / 2);
    }

.article__body ol ul {
      margin-top: calc(15px * 1.5 / 2);
    }

.article__body ol ol {
      margin-top: calc(15px * 1.5 / 2);
    }

.article__body ul li {
      margin-bottom: calc(15px * 1.5 / 2);
    }

.article__body ol li {
      margin-bottom: calc(15px * 1.5 / 2);
    }



.article__share {
  margin-bottom: calc(15px * 1.5);
}

.article__share ul {
    margin-top: 0;
  }

.article-footer {
  margin-bottom: calc(15px * 1.5);
}

.article__attachments {
  margin-bottom: calc(15px * 1.5);
}

.article-more-questions {
  margin-bottom: calc(15px * 1.5);
  clear: both;
  margin-top: 40px;
  color: #000000;
  border-top:1px solid #ddd;
  padding:22px 0 0;
}

.article-more-questions svg {
  display: block;
  margin-right: 15px;
  width: 60px;
}

.article-more-questions svg .c {
	stroke-width: 0
}

.article-more-questions--hp {
  border: 1px solid #ddd;
  padding: 30px 30px 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  border-radius: 25px;
}

.article-more-questions h3 {
  margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}

.article-more-questions p {
  color: #000;
}

.article-more-questions:empty {
    display: none;
  }

.article-more-questions a {
    white-space: nowrap;
    font-weight: 500;
  }

@media (max-width: 767px) {

.article-sidebar {
    padding-top: calc(15px * 1.5);
    border-top: 2px solid #d9d9d9
}
  }

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 0;
  /*color: var(--gray-dark);*/
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}

.share a:hover {
    color: #000;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
  }

.share a:focus {
    color: #000;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
  }

.share a:active {
    color: #000;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
  }

.share a:active {
    background-image: none;
  }

.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    text-align: center;
  }

.share-facebook {
  color: #3d5b95;
}

.share-facebook:hover {
    color: #2b406a;
  }

.share-facebook:before {
    content: "\f09a";
  }

.share-twitter {
  color: #24aadd;
}

.share-twitter:hover {
    color: #1a82a9;
  }

.share-twitter:before {
    content: "\f099";
  }

.share-linkedin {
  color: #0976b4;
}

.share-linkedin:hover {
    color: #06507a;
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.share-googleplus {
  color: #d23e30;
}

.share-googleplus:hover {
    color: #a22e23;
  }

.share-googleplus:before {
    content: "\f0d5";
  }

.my-activities-header {
  margin-bottom: calc(15px * 1.5);
}

.my-activities-items {
  margin-bottom: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #989898;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc(15px * 0.75);
    font-weight: 500;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(15px * 1.5 / 2);
    padding-bottom: calc(15px * 1.5 / 2);
    border-bottom: 1px solid #d9d9d9
}
    .my-activities-items__col + .my-activities-items__col {
      padding-left: 12px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.my-activities-menu ul {
    list-style: none;
    padding-left: 0;
  }

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
    display: block;
  }

@media (min-width: 768px) {

.my-activities-menu__item {
    float: left
}
  }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: calc(15px * 1.5);
  margin-bottom: calc(15px * 1.5);
  border-bottom: 2px solid #d9d9d9;
}

.my-activities-menu--main .my-activities-menu__item {
    padding: calc(12px / 2) 12px;
    background-color: #d4d4d4;
    border-radius: 0;
  }

@media (max-width: 767px) {

.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: calc(15px * 1.5 / 3)
  }
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 500;
      color: #000000;
    }

.my-activities-menu--sub {
  margin-bottom: calc(15px * 1.5);
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 500;
    }

.my-activities-menu--sub .my-activities-menu__item a {
      display: inline-block;
    }

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

@media (max-width: 767px) {

.my-activities-item {
    padding: calc(15px * 1.5 / 2) 12px;
    margin-bottom: calc(15px * 1.5);
    border: 2px solid #d9d9d9;
    border-radius: 0
}
  }

.my-activities-item__meta {
  font-size: 14px;
  color: #989898;
}

@media (max-width: 767px) {

.my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2)
}
    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: calc(12px / 2);
      content: "\2022";
    }
  }

.my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 767px) {

.my-activities-item__title {
    font-size: calc(15px * 1.25)
}
  }

@media (max-width: 767px) {

.my-activities-item__icon {
    display: inline-block
}
  }

@media (min-width: 768px) {

.my-activities-item__icon {
    display: none
}
  }

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(15px * 1.5);
  background-color: #f9f9f9;
  border-radius: 0;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px
}
  }

.request-table-toolbar label {
    font-size: calc(15px * 0.75);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc(15px * 1.5 / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
    display: table-cell;
    vertical-align: middle;
  }

.request-table-organization__col--main {
    width: 100%;
  }

.request-table-organization__col--button {
    padding-left: calc(12px / 2);
  }

.request-table-organization__col--button [role="button"] {
      height: calc(15px * 1.5 + 12px + 2px);
      line-height: calc(15px * 1.5 + 12px + 2px);
      padding-top: 0;
      padding-bottom: 0;
    }

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f0d7';
    display: inline-block;
    color: #989898;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 2px;
  }

.requests-link {
  white-space: nowrap;
  color: #989898;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8';
}

.request-page {
  margin-bottom: calc(15px * 1.5 * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 500;
}

.request-subject {
  font-size: calc(15px * 1.5);
}

@media (min-width: 992px) {

.request-subject {
    font-size: calc(15px * 1.75);
    font-weight: 300
}
  }

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: calc(15px * 1.5) 12px 0;
  margin-bottom: calc(15px * 1.5);
  font-size: 14px;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  color: #111;
}

.request-sidebar p b,
.request-sidebar dt {
  color: #111;
  margin-bottom: 0;
}

.request-sidebar dd {
    margin-bottom: calc(15px * 1.5 / 2);
  }

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
}

.request-status--solved,
  .request-status--closed {
  background-color: #0c9;
}

.request-status--new,
  .request-status--open {
  background-color: #ff5252;
}

.request-status--answered {
  background-color: #fad782;
}

.new-request-page {
  padding-top: 10px;
  margin-bottom: 80px;
}

.new-request-page input[type="submit"] {
    padding: 4px 12px 5px;
    margin-top: 5px;
    font-size: 15px;
  }

.new-request-title {
  margin-bottom: 40px;
  font-size: calc(15px * 1.5);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {

.new-request-title {
    font-size: 32px
}
  }

.new-request-description{
  color: #111111;
  margin-bottom: 30px;
}

.new-request-form {
  margin-bottom: 0;
}

.new-request-form label{
    color: #000000;
    font-size: 16px;
 
    font-weight: bold;
  }

@media (min-width: 768px) {

.column--request {
    float: none;
    width: 530px;
    margin-right: auto;
    margin-left: auto
}
  }

.upload-dropzone {
  padding: calc(15px * 1.5) 16px;
  border-color: #d4d4d4;
  border-radius: 0;
}

.upload-dropzone {
    font-size: calc(15px * 0.75);
  }

.upload-dropzone a {
    font-size: calc(15px * 0.75);
  }

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: '\f107';
}

.dropdown-menu {
  min-width:  170px !important;
  font-size: 14px;
  overflow: hidden;
}

.dropdown-menu [role=menuitem] {
    padding: calc(15px * 1.5 / 2) 12px;
    padding-right: 26px;
    white-space: normal;
    position: relative;
  }

.dropdown-menu [role=menuitem][aria-selected=true]:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    position: absolute;
    right: 12px;
    top: 16px;
    margin-left: 10px !important;
  }

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.note {
  position: relative;

  padding-left: 12px;
  margin: calc(15px * 1.5) 0;
  color: #333;
  border-left: calc(2px * 2) solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 500;
}

.note-default {
  border-color: #818a91;
}

.note--default {
  border-color: #818a91;
}

.note-default .note-title {
    color: #818a91;
  }

.note--default .note-title {
    color: #818a91;
  }

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title, .note--info .note-title {
    color: #5bc0de;
  }

.note-warning,
.note--warning {
  border-color: #fad782;
}

.note-warning .note-title, .note--warning .note-title {
    color: #fad782;
  }

.note-success,
.note--success {
  border-color: #0c9;
}

.note-success .note-title, .note--success .note-title {
    color: #0c9;
  }

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title, .note--danger .note-title {
    color: #ff5252;
  }

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(15px * 1.5 / 2);
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
      margin-bottom: calc(15px * 1.5 / 2);
    }

.pagination ul > li > a {
        position: relative;

        display: block;
        padding: calc(12px / 2) 16px;
        line-height: 1.5;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 0;
      }

.pagination ul > li > span {
        position: relative;

        display: block;
        padding: calc(12px / 2) 16px;
        line-height: 1.5;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 0;
      }

.pagination ul > li > a:hover {
        color: #000;
        background-color: #d4d4d4;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #000;
        background-color: #d4d4d4;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #000;
        background-color: #d4d4d4;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #000;
        background-color: #d4d4d4;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: rgba(0, 95, 190, 1);
        border-color: rgba(0, 95, 190, 1);
      }

.satisfaction-box {
  padding: calc(15px * 1.5) 15px;
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #d9d9d9;
  border-radius: 0;
}

.satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type=radio] ~ label {
  letter-spacing: normal;
  margin-right: 10px;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #009973;
    border-color: #008f6b;
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #ff1515;
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
  }

.satisfaction-box input[type=radio][checked=checked][value=good] + label {
  background-color: #008f6b !important;
  color: #fff !important;
  border-color: #008f6b !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label {
  background-color: #ff1515 !important;
  color: #fff !important;
  border-color: #ff1515 !important;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(15px * 1.5) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #0c9 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  color: #fff;
  background-color: rgba(0, 95, 190, 1);
  border-color: rgba(0, 95, 190, 1);

  margin-left: 10px !important;
  font-size: calc(15px - 5px) !important;
}

.satisfaction-box .satisfaction-submit:hover,
  .satisfaction-box .satisfaction-submit:focus,
  .satisfaction-box .satisfaction-submit:active {
    color: #e0e0e0;
    background-color: #00468b;
    border-color: #004081;
  }

.satisfaction-box .satisfaction-submit:active {
    background-image: none;
  }

.satisfaction-reason {
  padding-top: calc(15px * 1.5);
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(15px - 5px) !important;
  line-height: 1.5 !important;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 1);
  border-radius: 0;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 30px;
  }

.scroll-to-top:hover {
    color: #000;
    border-color: #000;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

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

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

.page-header {
  margin-bottom: calc(15px * 1.5);
}

.page-header--with-border {
  border-bottom: 1px solid #d9d9d9;
}

.page-header--category {
  margin-bottom: 40px;
}

.recent-articles h3 {
    margin-bottom: calc(15px * 1.5 / 2);
  }

.related-articles h3 {
    margin-bottom: calc(15px * 1.5 / 2);
  }

@media (min-width: 768px) {

.recent-articles h3 {
      margin-top: calc(15px * 1.5 / 2)
  }

.related-articles h3 {
      margin-top: calc(15px * 1.5 / 2)
  }
    }

.recent-articles ul, .related-articles ul {
    padding-left: 0;
    list-style: none;
  }

.recent-articles ul > li {
      margin-bottom: calc(15px * 1.5 / 2);
    }

.related-articles ul > li {
      margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
    }

.recent-articles ul > li a {
        padding-bottom: 1px;
        color: #000000;
        border-bottom: 1px solid #d9d9d9;
      }

.related-articles ul > li a {
        padding-bottom: 1px;
        color: #000000;
      }

.related-articles ul > li a:hover,
.related-articles ul > li a:focus {
color: #0056AB;
}

.recent-articles h3 {
  font-size: calc(15px * 1.25);
}

.section-articles {
  margin-bottom: calc(15px * 1.5);
}

.related-articles-title,
.section-articles__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}

.profile-header {
  margin-bottom: calc(15px * 1.5);
  border-radius: 0;
  background-color: #000000;
  padding: calc(15px * 1.5) 15px;
  text-align: center;
  color: #fff;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 1.5);
}

.profile-header__name a {
    color: #fff;
  }

@media (min-width: 768px) {

.profile-header__name {
    font-size: calc(15px * 1.75);
    font-weight: 300
}
  }

.profile-header__options [data-action="edit-profile"] {
    color: rgba(0, 95, 190, 1);
    background-color: transparent;
    border-color: rgba(0, 95, 190, 1);
  }

.profile-header__options [data-action="edit-profile"]:hover,
    .profile-header__options [data-action="edit-profile"]:focus,
    .profile-header__options [data-action="edit-profile"]:active {
      color: #004081;
      background-color: darken(transparent, 12%);
      border-color: #004081;
    }

.profile-header__options [data-action="edit-profile"]:active {
      background-image: none;
    }

.profile-header__options [data-action="edit-profile"]:hover {
      border-color: rgba(0,0,0,0.8);
      opacity: 0.8;
    }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(15px * 1.5);
  background-color: rgba(0, 95, 190, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: calc(15px * 1.5 / 2);
  padding-left: 0;
  list-style: none;
  font-size: calc(15px - 2px);
  color: #989898;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(15px * 1.5 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: calc(15px * 1.5);
  border-radius: 0;
  background-color: #d9d9d9;
  overflow: hidden;
  font-size: calc(15px * 0.75);
  font-weight: 500;
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

.profile-nav__item a {
    display: block;
    color: #000000;
  }

.profile-nav__item.is-active {
    background-color: rgba(0, 95, 190, 1);
    color: #fff;
  }

.profile-nav__item.is-active {
    padding: calc(15px * 1.5 / 1.5) 12px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(15px * 1.5 / 1.5) 12px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 12px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(15px * 1.5);
}

.profile-section__title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 1.5);
}

.profile-section__description {
  color: #989898;
  font-size: calc(15px * 0.75);
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc(15px * 0.75);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    border-top: 0;
    padding-top: 0
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(15px * 1.5 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 12px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;

  border-radius: 0;
  background-color: #e1e1e1;
  padding: calc(15px * 1.5 / 2) 15px;

  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: calc(15px * 1.5 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(15px * 1.5 / 4);
}

.profile-contribution__title {
  margin-bottom: calc(15px * 1.5 / 4);
  font-size: 15px;
  font-weight: 500;
}

.profile-contribution__body {
  margin-bottom: calc(15px * 1.5 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
  }

.profile-contribution__breadcrumbs {
  margin-bottom: calc(15px * 1.5 / 2);
  padding: 0;
  font-size: calc(15px * 0.75);
}

.profile__no-activity {
  text-align: center;
  color: #989898;
}

.profile__private-activity {
  text-align: center;
  color: #989898;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(15px * 1.5 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(15px * 1.5 / 2);

  font-size: calc(15px * 0.75);
  font-weight: 500;
}

.profile-activity__header:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5';
}

.user-subscribe {
  display: inline-block;
}

.swatch.product_dropdown {
  position: relative;
}

.product_dropdown ul.swatch_ul {
  position: absolute;
  background-color: #f1f1f1;
  z-index: 99;
  display: none;
  padding: 15px;
  top: 100%;
  left: 5px;
  right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product_dropdown .swatch_ul .swatch-element {
  width: 100%;
}

.option_header.select_error {
  color: red;
}

.selector-wrapper,
.single-option-selector {
  display: none;
}

.option_pick.arrow_act + .fa-angle-down:before {
  content: "\f106";
}

.swatch.product_imgsel .swatch-element {
  width: 40%;
  float: left;
}

.swatch.product_imgsel .opti_val {
  width: 100%;
  float: left;
}

.swatch.product_imgsel label {
  height: auto !important;
}

.selected_value {
  height: 26px !important;
  line-height: 13px;
}

#ProductPhoto-product {
  display: none !important;
}

#ProductPhoto-product.slick-initialized {
  display: block !important;
}

.ship_pop .pro_no_blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
}

.shopify-challenge__container {
  padding: 30px 0px;
}

.acc_error .errors ul {
  -webkit-padding-start: 20px;
}

.back_in {
  display: none;
}

.hide {
  display: none;
}

.site_blur .video_src,
.site_blur .collection-banner img,
.template-index.site_blur main img {
  filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

main img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

main .product__slides img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

main .Product_slide .slick-list img {
  max-width: 100%;
  width: 100%;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.site_blur main .Product_slide .slick-list img {
  max-width: 100%;
}

.white_blur .video_src::before,
.white_blur .collection-banner::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  height: 104%;
  z-index: 2;
  width: 100%;
}

.loader_open {
  overflow-y: hidden;
}

.site_loader {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.cart_rev {
  background-color: #f9f9f9;
  padding: 0px 0 60px;
  display: inline-block;
  width: 100%;
}

.cart_notifier {
  position: absolute;
  top: 101px;
  right: 10px;
  background: #fff;
  max-width: 300px;
  left: auto;
}

#index_video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.video_src {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.price_out {
  height: 26px;
}

.header_outer {
  position: fixed;
  width: 100%;
  top: 0;
}

body {padding-top: 99px;}

@media (max-width: 1109px) {
  body {
    padding-top: 76px;
  }
}

.slick-dots li button:before {
  font-size: 0;
  line-height: inherit;
  width: 8px;
  height: 8px;
  top: 5px;
  background: #d8d8d8;
  opacity: 1;
  left: 6px;
  color: black;
  content: "";
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  background: #016fbc;
}

.header_right a span {
  line-height: 10px;
}

.header_right a span.cart_count em {
  font-style: normal;
  font-family: "Gotham";
}

header ul.site-nav .meag_menu_main_list .col-auto.main_links {
  padding-left: 18px;
  padding-right: 18px;
}

.main_links.col-auto h5 .top_badge {
  top: -8px;
  left: 0;
}

div#add_outer.add_to_click.btn_gray {
  pointer-events: none;
}

a#messageus_button {
  display: none !important;
}

.applebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.applebtn span#AppleToCartText {
  margin-right: 10px !important;
}

button#AppleToCart .applebtn img {
  -webkit-transform: inherit;
          transform: inherit;
}

.safari_pc .product_dropdown ul.swatch_ul li label,
.safari_pc .option_pick {
  font-family: "Gotham";
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  .money_back .shipp_detail .ship_info {
    max-width: 222px;
  }
}

@media screen and (max-width: 767px) {
  #ProductPhoto-product {
    display: block;
  }
  #ProductThumbs-product .product__tumb {
    display: none;
  }
  .slider_thumb .product__tumb.video_frame,
  #ProductThumbs-product .product__tumb.video_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    padding: 0;
    background: #fff;
  }
  #ProductPhoto-product .product__photo {
    display: none;
  }
  #ProductPhoto-product .product__photo:first-child {
    display: block;
  }
  #ProductPhoto-product.slick-initialized .product__photo {
    display: block;
  }
}

.template-product {
  height: auto !important;
}

.template-product #ProductThumbs-product .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.template-product .shopify-payment-button {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .video_src {
    height: auto;
  }
  #index_video {
    position: static;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .cart_checkout button[type="submit"] {
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  .money_back .shipp_detail img {
    max-width: 30px !important;
  }
}

@media screen and (max-width: 690px) {
  .template-cart div#bold-modal__window {
    height: calc(100% - 40px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
  color: #000000;
}

.container {
  max-width: 1440px;
}

.header_outer {
  z-index: 999;
  background-color: #fff;
}

.top-bar {
  background: #000;
  padding: 3px 0;
}

#shopify-section-top-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

header {
  position: relative;
  min-height: 71px;
  padding: 0 15px;
}

header::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background: #d9d9d9;
}

.top_center p {
  color: #fff;
  font-size: 9px;
  margin: 0px 0 0;
  font-family: "Gotham";
  text-transform: uppercase;
}

.top_center p a {
  color: #fff;
}

.top_right a {
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Gotham";
  letter-spacing: 0;
  margin-top: 4px;
  vertical-align: top;
  display: inline-block;
}

.mac_pc .top_right a {
  margin-top: 5px;
}

.right_store a img {
  max-width: 19px;
  margin-right: 6px;
}

.top_right .right_column:last-child {
  margin-right: 0;
}

.top_right .right_column {
  margin-left: 24px;
}

.top_right a i {
  font-size: 14px;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  margin: -1px 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

header ul.site-nav {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0;
  vertical-align: top;
  cursor: pointer;
}

header ul.site-nav > li {
  display: inline-block;
  float: none;
  padding: 0;
  vertical-align: top;
  margin: 0 -2px 0px;
}

header ul.site-nav li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  padding: 26px 20px;
  display: inline-block;
  font-family: "Gotham";
  transition: 0s all ease;
  -webkit-transition: 0s all ease;
  cursor: pointer;
}

header .site-nav-dropdown {
  background: #fafafa;
  left: 0;
  padding: 33px 15px 25px 15px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  top: 100%;
  border-top: 1px solid #f1f1f1;
  display: none;
  bottom: auto;
}

.nav__desktop--l2.mnu_active {
  opacity: 1;
    visibility: visible;
}

header .header_center {
  position: static;
}

header ul.site-nav > li > a {
  position: relative;
  border-bottom: 2px solid transparent;
}

header ul.site-nav > li:hover > a {
  color: #005FBE;
}

header ul.site-nav > li:hover > a {
  border-bottom-color: #005FBE;
}

.header_left {
  padding-right: 15px;
}

.header_left h1 {
  margin: 0;
}

.header_right img {
  max-width: 29px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
}

.header_right img:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.16, 1.16);
}

.header_right a {
  position: relative;
  text-align: right;
}

.header_right a span {
  position: absolute;
  right: -8px;
  top: -10px;
  height: 19px;
  background: #fe0000;
  width: 19px;
  color: #fff;
  padding: 4px 0 0;
  font-size: 10px;
  border-radius: 100px;
  text-align: center;
}

.mac_pc .header_right a span {
  padding: 5px 0 0;
}

.slicknav_menu {
  display: none;
}

.header_left a img {
  margin: -4px 0 0;
  width: 140px;
}

.video_src #index_mob_video {
  display: none;
}

.video_wrap {
  position: relative;
}

#video-background {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#video-overlay h1 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#index_video {
  vertical-align: top;
}

.video_src {
  margin-bottom: 15px;
}

.index_collection .collection-grid-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.index_collection .coll_title_outer h3 {
  margin: 0;
  background: #005FBE;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 19px 0;
  border-radius: 0;
  opacity: 1 !important;
  border: 0;
  line-height: 19px;
  font-family: "Gotham";
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.index_collection .coll_title_outer h3 {
  font-family: "Gotham";
}

.index_collection button.slick-arrow::before,
.Product_slide button.slick-arrow::before {
  font-size: 0;
}

.index_collection .coll_title_outer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  right: 0;
  text-align: center;
}

.index_collection button.slick-prev.slick-arrow {
  left: 0;
  height: 100%;
  width: 5%;
  cursor: w-resize;
  z-index: 20;
  top: 40.6%;
}

.index_collection button.slick-next.slick-arrow {
  right: 0;
  height: 100%;
  width: 5%;
  cursor: e-resize;
  z-index: 3;
  top: 40.6%;
}

.index_coll_content {
  position: absolute;
  top: 0;
  bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

.index_collection .collection-grid-item a:hover .index_coll_content {
  opacity: 1;
}

.index_coll_content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  max-width: 220px;
  width: 100%;
  font-weight: 300;
}

.index_img_outer img {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

.index_collection .collection-grid-item a:hover .index_img_outer img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #005FBE;
}

.slick-dots li button:before {
  font-size: 32px;
}

.slick-dots li {
  margin: 0;
  width: 16px;
}

.index_collection .slick-dots {
  bottom: -44px;
}

.slick-slider.index_collection {
  margin-bottom: 105px;
}

.content-each-1 {
  text-align: center;
}

.content-each-1 p {
  font-size: 18px;
  color: #000;
}

.content-each-3 p {
  font-size: 14px;
  color: #000;
}

.main_index_content {
  margin-bottom: 140px;
}

.index_logo_section {
  margin-bottom: 125px;
}

.index_logo_section h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.slick-dots li button:hover:before {
  color: #005FBE;
}

header ul.site-nav .meag_menu_main_list .main_links {
  text-align: left;
}

header ul.site-nav .meag_menu_main_list li a,
header ul.site-nav .meag_menu_main_list h5 a {
  padding: 0;
  display: inline-block;
}

header ul.site-nav .meag_menu_main_list .main_links ul {
  padding: 0;
}

header ul.site-nav .meag_menu_main_list .main_links ul li {
  display: block;
  margin: 0 0 5px;
}

header ul.site-nav .meag_menu_main_list h5 a {
  font-size: 14px;
}

header ul.site-nav .meag_menu_main_list h5{
  margin-top: 5px;
  margin-bottom: 15px;
}

header ul.site-nav .meag_menu_main_list li a {
  text-transform: inherit;
  font-size: 14px;
  font-weight: normal;
  font-family: "Gotham";
  color: #000;
}

header ul.site-nav .meag_menu_main_list li a:hover,
.coll_filter_menu li a:hover,
header ul.site-nav li a:hover {
  color: #005FBE;
}

.main_links h5 {
  margin-bottom: 0;
  position: relative;
}

#country_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0071bd;
  opacity: 0.9;
  z-index: 9999;
}

div#country_modal {
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transform: inherit;
          transform: inherit;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
}

div#country_modal .country_list a {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham";
}

div#country_modal .country_list {
  margin: 10px 0;
}

.country_modal a#country_close {
  position: fixed;
  right: 4%;
  top: 4%;
  font-size: 28px;
  max-width: 44px;
  width: 100%;
  color: #fff;
}

.country_modal a#country_close img {
  max-width: 20px;
}

div#country_modal.modal_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
}

.index_logo.index_logo_mobile {
  display: none;
}

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

.slick-slide img {
  width: 100%;
}

#collection_slider {
  opacity: 0;
}

#collection_slider.slick-initialized {
  opacity: 1;
}

.acc_body {
  display: none;
}

.collection-banner img.coll_banner_mobile {
  display: none;
}

.collection-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: -webkit-flex;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.collection_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 6;
}

.on_banner h1 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
}

.on_banner .rte {
  color: #fff;
  max-width: 450px;
  margin-top: 12px;
}

.collection-banner img {
  width: 100%;
}

.menu-selector {
  display: inline-block;
  min-width: 200px;
  padding: 14px 0;
  cursor: pointer;
}

.menu-selector span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham";
  color: #000;
}

.menu-selector i {
  float: right;
  font-size: 20px;
  color: #000;
  margin-top: 2px;
  margin-left: 12px;
}

.collection-filter {
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.coll_filter_menu {
  max-width: 230px;
  width: 100%;
  background: #f7f7f7;
  padding: 0;
  margin: 0 0 0px -20px;
  position: absolute;
  max-height: 600px;
  overflow-y: auto;
  z-index: 99;
}

.coll_filter_menu li {
  list-style: none;
}

.coll_filter_menu li a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham";
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
}

.menu-selector {
  display: inline-block;
}

.coll_outer_grid {
  position: relative;
}

.coll_grid_overlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  content: "";
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0;
  bottom: 0;
}

.collection_grid {
  padding: 40px 0;
}

.collection_grid h1 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 14px;
}

.collection_grid h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-grid-item a.grid__image {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  text-align: center;
  background: #f7f7f7;
}

.product-grid-item a .preorder_badge {
  position: absolute;
  top: 0;
  right: 0;
}

.product-grid-item a .coll_cta {
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #005FBE;
  padding: 19px 0;
  left: 0;
  line-height: 19px;
  color: #fff;
  font-size: 14px;
  bottom: -62px;
  font-weight: normal;
  font-family: "Gotham";
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

.product-grid-item a:hover .coll_cta {
  bottom: 0;
  opacity: 1;
}

.product-grid-item a .preorder_badge {
  position: absolute;
  top: 24px;
  font-size: 12px;
  right: 30px;
  color: #7ed321;
  text-transform: uppercase;
  font-weight: 500;
}

.figcaption {
  padding: 8px 0;
}

.figcaption p {
  margin: 0;
}

.figcaption a p.h6 {
  font-size: 16px;
  color: #000;
  font-family: "Gotham";
  font-weight: 500;
  line-height: 22px;
}

.figcaption p.price_wrapper .money,
.figcaption .price_wrapper em {
  font-size: 12px;
  color: #000;
  font-family: "Gotham";
  font-weight: 500;
}

.figcaption .price_wrapper em {
  font-style: normal;
}

.figcaption p.name_wrapper {
  font-size: 14px;
  line-height: 16px;
}

.collection_grid .product-grid-item {
  margin-bottom: 40px;
}

.filter_open i::before {
  content: "\f106";
}

.coll_outer_grid.img_blur .product-grid-item a.grid__image img {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.slicknav_menu a.slicknav_open img.mobile_close_icon {
  display: inline-block;
  max-width: 20px;
  margin-top: -3px;
}

.slicknav_menu a.slicknav_open img.mobile_open_icon {
  display: none;
}

.figcaption .standalone-bottomline .star-clickable a {
  font-size: 9px;
  color: #989898 !important;
  margin-left: 6px;
  font-family: "Gotham";
  text-transform: uppercase;
  display: inline-block;
}

.figcaption .standalone-bottomline .star-clickable {
  display: inline-block;
  float: none;
}

.figcaption .standalone-bottomline {
  text-align: right !important;
}

.collection_apple .on_banner h1,
.collection_apple .on_banner .rte {
  color: #000000;
}

.inner_pages_div {
  padding: 75px 0;
}

.main_content_inner h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.main_content_inner .errors ul {
  margin-bottom: 12px;
}

.main_content_inner h5 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #989898;
}

.main_content_inner p {
  margin-bottom: 30px;
}

.main_content_inner ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.contact_map iframe {
  vertical-align: top;
}

ul.child_links li span,
.main_links h5 .top_badge {
  position: absolute;
  left: -44px;
  font-size: 8px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  text-transform: uppercase;
  background: #fd0000;
  color: #fff;
  padding: 3px 8px;
  border-radius: 0;
  text-align: center;
}

.main_links h5 .top_badge {
  -webkit-transform: translateY(-74%);
          transform: translateY(-74%);
  padding: 4px 8px;
}

ul.child_links li {
  position: relative;
}

.account-page form {
  max-width: 280px;
  width: 100%;
}

.account-page form input[type="text"],
.account-page form input[type="email"],
.account-page form input[type="password"] {
  width: 100%;
  border: 1px solid #d4d4d4;
  font-size: 12px;
  height: 44px;
  padding: 0 15px;
  background: #f6f6f6;
  margin: 0 0 8px 0;
}

.signup_main .hide {
  display: none;
}

.form_forget_acc a {
  font-size: 10px;
  color: #252628;
  font-weight: 700;
  border-bottom: 1.2px solid #252628;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-top: 12px;
  display: inline-block;
}

.form_forget_acc a:hover {
  color: #005FBE;
  border-bottom-color: #005FBE;
}

.errors {
  color: #fe0000;
}

.account_head {
  background: #fafafa;
  border: 1px solid #f4f4f4;
  padding: 20px 25px;
}

.account_txt {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 25px;
}

.account_head_main {
  margin-top: -1px;
}

.account_dtl a {
  font-size: 12px;
  border-bottom: 2px solid;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.account_dtl_mob {
  display: none;
}

.store_pop main#MainContent {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

#welcome_popup_close {
  position: absolute;
  top: 8px;
  right: 16px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 16px;
  opacity: 0.2;
  font-weight: 500;
}

#welcome_popup_close:hover {
  opacity: 0.5;
}

.index_logo_section .index_img_outer img {
  max-width: 100%;
  max-height: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
}

.coll_list {
  padding: 0 6.5px;
}

#logo_slider .col-md-2 {
  max-width: 12.5% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb_main {
  background: #fafafa;
}

.breadcrumb_txt nav span {
  margin: 0 2px;
}

.breadcrumb_txt nav a,
.breadcrumb_txt nav span {
  font-size: 10px;
  color: #989898;
  float: left;
  font-family: "Gotham";
  text-transform: uppercase;
}

.breadcrumb_txt nav span.bread_link {
  font-weight: 500;
  color: #000;
}

.breadcrumb_social span {
  font-weight: 500;
  color: #000;
  font-size: 10px;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-top: 11px;
  display: inline-block;
  margin-right: 8px;
}

.social-sharing a {
  color: #000;
  margin: 0 3px;
}

.breadcrumb_social .social-sharing a {
  font-size: 24px;
  margin: 0 10px;
}

.social-sharing a:last-child {
  margin-right: 0;
}

.breadcrumb_main {
  background: #fafafa;
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}

.product_main_pg {
  margin-top: 36px;
}

.slider_thumb {
  width: 7.645%;
  float: left;
  margin-right: 2.9%;
  position: relative;
  z-index: 2;
}

.slider_thumb .product__tumb img.Product_thumbb-product {
  margin: 0;
  margin-bottom: 18px;
  width: 100%;
  cursor: pointer;
  height: auto;
  opacity: 0.6;
}

.slider_thumb .product__tumb img.Product_thumbb-product:hover {
  opacity: 0.8;
}

.slider_thumb .product__tumb.slick-current img.Product_thumbb-product {
  opacity: 1;
}

.slider_thumb .product__tumb.video_frame span {
  font-size: 8px;
  display: inline-block;
  line-height: 12px;
  color: #000;
  text-align: center !important;
  font-family: "Gotham";
  font-weight: 500;
  margin-top: 8px;
  text-transform: uppercase;
}

.slider_thumb .product__tumb.video_frame img {
  max-width: 14px;
  margin-bottom: 4px;
}

.Product_slide ul.slick-dots {
  bottom: -40px;
  padding-left: 11%;
  display: none !important;
}

.prod_vendor p {
  font-size: 12px;
  text-transform: uppercase;
}

.prod_img img {
  max-height: 28px;
  margin-top: -2px;
}

.Prodcut_single_txt h5 {
  font-weight: 500;
  margin: 5px 0 0;
  font-size: 20px;
}

span#ProductPrice {
  font-size: 14px;
  color: #000;
  font-family: "Gotham";
  display: inline-block;
  line-height: 15px;
  width: 100%;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
}

span#ProductPrice span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-top: 0;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.option_header {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Gotham";
}

.select_drop {
  position: relative;
}

.option_pick {
  background: #f6f6f6;
  width: 100%;
  padding: 14px 17px 14px 13px;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 700;
}

.select_drop i {
  position: absolute;
  right: 11px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
}

.product_dropdown ul.swatch_ul {
  width: 100% !important;
  left: 0;
  background: #fff;
  padding: 0;
  z-index: 10;
}

.product_dropdown ul.swatch_ul.swatch_scroll {
  overflow: auto;
  height: 210px;
}

.product_dropdown .swatch_ul .swatch-element {
  width: 100%;
  opacity: 1;
  margin: 0;
  list-style: none;
}

.product_dropdown ul.swatch_ul li label {
  background: inherit;
  border: 0 !important;
  color: #000 !important;
  line-height: inherit;
  width: 100%;
  opacity: 1;
  font-weight: 700;
  text-align: left;
  height: auto !important;
  font-size: 14px;
  padding: 10px 13px;
  text-transform: capitalize;
  cursor: pointer;
}

.slide-count-wrap,
.money_back .shipp_detail:first-child {
  display: none;
}

.product_dropdown input:checked + label,
.product_dropdown input + label:hover {
  background: #f6f6f6 !important;
  border: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.swatch.product_imgsel .swatch-element {
  width: 48.3%;
  margin: 5px 3.3% 0 0;
  overflow: hidden;
}

.swatch.product_imgsel .swatch-element:last-of-type,
.swatch.product_imgsel .swatch-element:nth-of-type(2n-1) {
  margin-right: 0;
}

.swatch.product_imgsel .swatch-element label {
  padding: 0;
  border: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  width: 100%;
  cursor: pointer;
  background: transparent;
}

.swatch.product_imgsel .swatch-element .opti_val {
  border: 0;
  background: #fff;
  font-size: 12px;
  font-family: "Gotham";
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.swatch.product_yesno .swatch-element {
  width: 50%;
  margin: 5px 0 0 0;
}

.swatch.product_yesno .swatch-element label {
  width: 100%;
  background: #f6f6f6;
  border: 0;
  font-family: "Gotham";
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.slick-vertical .slick-slide {
  cursor: pointer;
}

.swatch.product_yesno .swatch-element.yes label {
  border-right: 1px solid #f2f2f2;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0;
}

.swatch.product_yesno .swatch-element.no label {
  border-left: 1px solid #f2f2f2;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0;
}

.swatch.product_yesno input:checked + label {
  background: #005FBE;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #fff;
}

.cart_main_right .ship_info {
  width: 84%;
  vertical-align: middle;
}

.ship_info p {
  margin: 0;
}

.shipp_detail {
  margin: 0 12px;
  cursor: pointer;
}

.swatch.product_imgsel .opti_img {
  position: relative;
  cursor: pointer;
  border: 2px solid #ececec;
}

.swatch.product_imgsel .image_selected .opti_img::before {
  position: absolute;
  content: "";
  background-image: url(//cdn.shopify.com/s/files/1/0108/1062/t/53/assets/tick.png?26955);
  height: 102%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: center center;
  background-color: rgba(0, 112, 188, 0.75);
  z-index: 2;
}

.slick-initialized .slick-slide.slick-current {
  position: relative;
}

.slick-initialized .slick-slide.slick-current span#video_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}

.Hcancel-video {
  position: absolute;
  right: -37px;
  z-index: 1;
  top: 0;
  width: 37px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  background: #000;
  padding: 6px 5px;
}

main .Product_slide .slick-list .Hcancel-video img {
  width: 18px;
  float: right;
}

.Hcancel-video img {
  display: inline-block !important;
}

.product_image_section .slick-slide img {
  cursor: pointer;
}

.slick-initialized .slick-slide.slick-current span#video_frame img {
  max-width: 80px;
  cursor: pointer;
  opacity: 0.8;
}

.slick-initialized
  .slick-slide.slick-current
  span#video_frame
  .videon_frame_btn:hover
  img {
  opacity: 1;
}

.Product_section_upper {
  margin-bottom: 40px;
}

p.product_tab_style {
  color: #7f7f7f;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham";
  font-weight: 500;
  margin-bottom: 8px;
}

h4.product_tab_head_style {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}

.product_img_page {
  top: 0;
  position: absolute;
  right: -6px;
}

.main_div_content_product {
  position: relative;
}

.more_info_tabs ul.tabs li a {
  border: 1px solid #e3e3e3 !important;
  padding: 12px 10px !important;
  font-family: "Gotham";
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: center;
}

.more_info_tabs ul.tabs li {
  display: inline-block;
  max-width: 188px;
  width: 100%;
  margin-right: -1px;
}

.more_info_tabs ul.tabs {
  border: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: left;
}

.more_info_tabs ul.tabs li a.active,
.more_info_tabs ul.tabs li a:hover {
  background: #000;
  color: #fff;
  border-color: #000 !important;
}

.product_text_page {
  padding-top: 30px;
}

#more_information {
  background: #fafafa;
  padding-top: 80px;
  padding-bottom: 50px;
}

.home-effect_out {
  margin-bottom: 120px;
}

#more_information .tab_main_pro {
  margin: 0 auto;
}

.product_badge img.kf_image {
  max-width: 46px;
  max-height: 46px;
  margin-left: 0;
}

h6.kf_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 14px 0px 6px;
}

p.kf_text {
  font-size: 14px;
}

.product_key_fture {
  margin-bottom: 100px;
}

span.mount_selected,
span.poncho_selected {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.money_back {
  margin-top: 40px;
}

#swatch_scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#swatch_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

#swatch_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.ship_pop {
  overflow: hidden;
}

#money_popup .shipping_close {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  z-index: 2;
}

.shipping_close {
  background: url(//cdn.shopify.com/s/files/1/0108/1062/t/53/assets/close-popup.png?26955);
  position: absolute;
  background-repeat: no-repeat;
  top: 25px;
  right: 25px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 0;
  opacity: 1;
  font-weight: 500;
  height: 44px;
  width: 44px;
  background-size: 20px;
  background-position: center center;
}

div#shipping_overlay,
#money_overlay,
#afterpay_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.afterpay_popup #afterpay_popup {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 940px;
}

.afterpay_popup #afterpay_popup .wel_right {
  height: 100%;
}

.afterpay_popup #afterpay_popup .wel_subscribe h1 {
  margin-top: 19%;
  font-size: 28px;
}

.afterpay_popup #afterpay_popup .wel_subscribe img {
  max-width: 160px;
}

.afterpay_popup #afterpay_popup .wel_subscribe h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20.7%;
}

.afterpay_popup #afterpay_popup .wel_subscribe p {
  margin-top: 9%;
}

.afterpay_popup #afterpay_popup .wel_right {
  padding: 9.5% 9% 1%;
  width: 54%;
}

.afterpay_popup #afterpay_popup .wel_left {
  width: 46%;
  overflow: hidden;
}

.afterpay_popup #afterpay_popup .shipping_close {
  top: 33px;
  right: 33px;
}

.popup-over {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  right: 0;
  z-index: 99999;
  overflow: auto;
  padding: 50px 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
}

.money_popup.popup-over,
.popup-over.shipping_popup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.money_popup.popup-over .wel_left img,
.popup-over.shipping_popup .wel_left img {
  width: 100%;
}

.ship_popup_pro {
  display: inline-block;
  margin: 0 auto;
  z-index: 9999;
  background: white;
  max-width: 850px;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.product_img_page {
  overflow: hidden;
}

.wel_subscribe img {
  max-width: 65px;
}

.wel_left {
  width: 50%;
  float: left;
}

.wel_right {
  width: 50%;
  padding: 5%;
  float: left;
  text-align: left;
}

.wel_subscribe h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-weight: 500;
  margin: 20px 0;
}

.wel_subscribe h1 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0;
}

.wel_right p:last-child {
  margin-bottom: 0;
}

.store_pop .ship_popup_pro img {
  filter: inherit;
  -webkit-filter: inherit;
  -o-filter: inherit;
  -ms-filter: inherit;
  -moz-filter: inherit;
}

.ship_btn {
  display: none;
}

.wel_right.money_right {
  width: 100%;
  padding: 5% 8%;
}

.cart_head_div {
  padding: 0px 0;
  border-bottom: 1px solid #f1f1f1;
}

.cart_head_div.empty_cart {
  padding: 60px 0;
}

.cart_head_div h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.cart_text_div {
  padding: 50px 0 0;
}

.cart_img {
  background: #f7f7f7;
  padding: 10px 0;
}

.cart_txt_pg a.cart_ancor {
  font-size: 18px;
  color: #000;
  text-transform: none;
  font-weight: 500;
}

.cart_txt_pg h3 {
  line-height: 18px;
}

.cart_txt_pg p {
  font-size: 12px;
  margin: 0;
}

@media (max-width: 767px) {
  a.cart_remove {
    font-size: 14px;
    color: #aaaead;
    text-transform: none;
    font-weight: 600;
    margin-top: 5px;
    display: block;
  }
  a.cart_remove span {
    display: none;
  }
}

.cart_txt_pg a.cart_remove small {
  font-weight: 500;
}

.cart_section {
  margin-bottom: 40px;
}

.qty-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f6f6f6;
  max-width: 150px;
}

@media (max-width: 767px) {
  .qty-box {
    max-width: 120px;
  }
}

.qty-box input[type="number"] {
  display: block;
  width: 33.33333%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border: 0;
  height: 34px;
  line-height: 36px;
  text-align: center;
}

@media (max-width: 767px) {
  .qty-box input[type="number"] {
    height: 26px;
    line-height: 28px;
  }
}

.qty-box > span {
  line-height: 36px;
  display: block;
  width: 33.33333%;
  right: 10px;
  color: #000;
  cursor: pointer;
  z-index: 1;
  font-size: 10px;
  opacity: 1;
  background: #f6f6f6;
  height: 34px;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .qty-box > span {
    height: 26px;
    line-height: 28px;
  }
}

.qty-box span.qty-minus {
  bottom: 4px;
}

.qty-box span.qty-plus {
  top: 4px;
}

.cart_content_qty {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .cart_content_qty {
    display: inline-block;
  }
}

.cart-empty-container {
  padding: 60px 0;
}

.qty-box input[type="number"]::-webkit-inner-spin-button,
.qty-box input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.qty-box input[type="number"]::-moz-inner-spin-button,
.qty-box input[type="number"]::-moz-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.subtotal_cart h6 {
  font-size: 14px;
  text-transform: uppercase;
}

.subtotal_cart {
  background: #f9f9f9;
  padding: 15px 15px;
  margin-bottom: 0;
  margin-top: 60px;
}

.checkout_cart input.update-hidden {
  display: none;
}

.cart_contiue a {
  font-size: 12px;
  color: #acacac;
  text-transform: uppercase;
}

.cart_contiue a i {
  margin-right: 4px;
  font-size: 18px;
  margin-top: 2.5px;
  vertical-align: top;
}

span.vertical_line {
  height: 100%;
  width: 1px;
  background: #f2f2f2;
  display: inline-block;
}

.cart_main_right .shipp_detail {
  margin: 0 0 25px;
  cursor: inherit;
  border: 0;
  padding: 0;
}

.cart_main_right .shipp_detail::before {
  display: none;
}

.cart_content_in,
.cart_main_right {
  padding-bottom: 60px;
}

.supports-cookies.cart_content_in {
  padding-bottom: 50px;
}

.Prodcut_single_txt .star-clickable a.text-m {
  font-size: 9px;
  color: #989898 !important;
  text-transform: uppercase;
}

.blog-top {
  padding: 30px 0;
}

.blog_text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
}

.none_banner_text .on_banner h1,
.none_banner_text .on_banner .rte {
  color: #000;
}

.collection_txt.none_banner_text {
  position: static;
  transform: inherit;
  -webkit-transform: inherit;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.cart_checkout button[type="submit"] {
  background: #54c46e;
}

.cart_checkout button[type="submit"]:hover {
  background: #6bd182;
}

.opti_img img {
  width: 100%;
  -webkit-transform: inherit;
          transform: inherit;
}

.blog_text p {
  max-width: 320px;
  color: #fff;
  line-height: 30px;
}

.blog_pg_txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}

.blog_img img,
.blog_page_content img {
  width: 100%;
}

.blog_pg_txt p {
  margin-bottom: 3px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.your_link_add button {
  color: #005FBE;
  background: inherit;
  border: 0;
  padding: 0;
  margin-right: 10px;
  border-right: 2px solid #6f6f6f;
  line-height: 16px;
  padding-right: 10px;
  float: left;
  cursor: pointer;
}

.your_link_add button:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.your_link_add.lastAdd,
.lasteditAdd.Address_form form .address_btn {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.unknown_page h3 {
  text-transform: uppercase;
}

.unknown_page .light_head {
  font-family: "Gotham";
}

.unknown_page p {
  color: #005FBE;
  text-transform: uppercase;
  margin: 50px 0 70px;
}

.unknown_page p a {
  font-family: "Gotham";
}

.ship_info.ship_info_over p {
  color: #54c46e;
}

.table thead {
  background: #fafafa;
  background: #fafafa;
}

.table thead th {
  padding: 20px 25px;
  font-size: 12px;
  font-family: "Gotham";
  text-shadow: inherit;
  border: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}

.table tbody {
  width: 100%;
}

.order_table {
  border: 1px solid #f4f4f4;
}

.order_table td {
  border: 0;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
}

.order_table tbody tr {
  border-top: 1px solid #f4f4f4;
}

.order_table table tbody {
  border-top: 1px solid #f4f4f4;
}

.order_table td:first-child a {
  font-weight: 600;
  color: #000;
}

.order_table.order_mobile {
  display: none;
}

#collection_slider.slick-initialized.slid_centr .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.shopify-challenge__container input.shopify-challenge__button.btn {
  max-width: 240px;
}

.shopify-challenge__container {
  padding: 60px 15px;
}

.main_content_inner p.form_submit_acc {
  margin-bottom: 0;
}

.product_insta {
  margin-top: 90px;
}

.cart_main_right .shipp_detail img.shipp-detail-img {
  max-width: 30px;
}

.money_back .shipp_detail img.shipp-detail-img {
  max-width: 25px;
  -webkit-transform: inherit;
          transform: inherit;
}

.order_single .table thead th,
.order_single .table tbody td,
.order_single .table tfoot td {
  padding: 20px 25px;
}

.order_single table.table {
  border: 1px solid #f4f4f4;
  margin: 25px 0;
}

.order_single .address_head {
  padding-bottom: 10px;
}

.abt-content p {
  margin-bottom: 25px;
}

.abt-content p:last-child {
  margin-bottom: 0px;
}

.about_min_div h6 {
  margin-bottom: 20px;
}

.about_pg_img img:first-child {
  max-width: 373px;
  margin: 140px 0 0px 0px;
  position: relative;
  z-index: 3;
  vertical-align: top;
  -webkit-box-shadow: 0px 20px 119px 0px #e7e7e7;
          box-shadow: 0px 20px 119px 0px #e7e7e7;
}

.about_pg_img img:last-child {
  max-width: 650px;
  margin: 0 0 0 -130px;
  vertical-align: top;
}

.about_pg_img {
  max-width: 1600px;
  margin: -10px auto 130px;
  width: 100%;
  text-align: right;
}

.about_mid_section .about_pg_contnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  padding: 20px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.about_mid_section {
  position: relative;
}

.about_pg_para p {
  font-family: "Exo", sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 40px;
  font-weight: 500;
}

.about-pro h1 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 60px;
}

.about_pg_img-all {
  width: 60%;
  display: inline-block;
}

.vendor_outer .prod_img.text-right {
  padding-left: 0;
}

.article-content {
  position: absolute;
  bottom: 50px;
}

.article-content h6 {
  font-size: 10px;
  margin: 0 0 3px 2px;
  text-transform: uppercase;
  color: #fff;
}

.article-content h2 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
}

.article-banner {
  position: relative;
  overflow: hidden;
}

.artical-social {
  background: #fafafa;
  padding: 3px 0;
}

.artical_main-content {
  padding: 50px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 85px;
}

.artical_main-content .artical-middle-content iframe {
  width: 100%;
}

.artical-middle-content p {
  margin-bottom: 55px;
  word-wrap: break-word;
}

.template-article .artical_main-content .artical-middle-content p {
  margin-bottom: 35px;
}

.template-article .artical_main-content .artical-middle-content iframe,
.template-article .artical_main-content .artical-middle-content img {
  width: 116% !important;
  max-width: inherit !important;
  margin-left: -8% !important;
}

.template-article .artical_main-content .artical-middle-content img {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}

.other-blog {
  margin-bottom: 130px;
}

.other-blog-content {
  margin-top: 50px;
}

.smart-artical h3 p {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.main_content_inner .account_head_main .account_txt p {
  color: #000;
  font-size: 12px;
}

.main_content_inner .account_head_main .account_txt p strong {
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
}

.back_in_input {
  margin-top: 4px;
}

.back_in_input input[type="email"] {
  width: 100%;
  border: 1px solid #d4d4d4;
  font-size: 12px;
  height: 44px;
  padding: 0 15px;
  background: #f6f6f6;
  margin: 0 0 8px 0;
}

.back_in .option_header {
  color: #005FBE;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.order_table tbody td img {
  margin-right: 4px;
}

.main_content_inner .store_content p {
  margin-bottom: 0;
  color: #000;
}

.store_content {
  margin-bottom: 50px;
}

#storemapper .storemapper-form-inner label {
  color: #000;
  text-transform: uppercase;
}

#storemapper .storemapper-form-inner input#storemapper-zip {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin-top: 20px;
  font-size: 12px;
  padding-right: 100px;
}

#storemapper .storemapper-form-inner {
  position: relative;
}

#storemapper .storemapper-form-inner button#storemapper-go {
  position: absolute;
  bottom: 0;
  width: auto;
  right: 0;
  font-size: 13px;
  text-transform: uppercase;
  background: #005FBE;
  color: #fff;
  letter-spacing: 1px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0;
  height: 34px;
  border: 0;
  top: 36px;
  padding: 0 15px;
}

.after_pay span {
  color: #000;
  font-size: 12px;
  display: inline-block;
  font-weight: 300;
}

.after_pay span:not(:root:root) {
  font-size: 10px;
}

.Prodcut_single_txt .after_pay {
  padding-right: 0;
  line-height: 14px;
}

.Prodcut_single_txt .after_pay-imgg {
  padding-left: 0;
}

.pro_reviews {
  overflow: hidden;
  margin-top: 85px;
}

div#carousel-top-panel .headline {
  position: absolute;
  left: 1%;
  right: 0;
  text-transform: uppercase;
  top: -50px;
}

div#carousel-top-panel {
  margin-top: 60px;
}

#fs-detail-products .fs-product-column {
  width: 100% !important;
}

#fs-detail-products .fs-product-column .fs-shopify-options .fs-view a {
  font-size: 14px;
}

#fs-detail-products .fs-product-column .fs-shopify-options .fs-view {
  text-overflow: inherit;
  display: inline-block;
  white-space: normal;
}

#fs-detail-products
  .fs-product-column
  .fs-shopify-options
  .fs-add
  a.fs-shopify-add-cart.fs-shopify-add-cart-container {
  background: #005FBE;
  color: #fff;
  font-size: 16px;
  max-width: inherit;
  padding: 19px 30px;
  margin-top: 10px;
}

.template-cart header ul.site-nav {
  visibility: hidden;
}

.fs-detail-content .fs-detail-title {
  font-size: 16px;
  font-family: "Gotham";
}

.address_your p strong {
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}

.address_your p {
  color: #000;
  font-size: 12px;
}

.product_insta h4.product_tab_head_style {
  font-size: 28px;
}

.edit_add_acc_log {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

#after_pop {
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 10px;
}

.Prodcut_single_txt .swatch.device {
  margin-bottom: 1.5em;
}

.Prodcut_single_txt .swatch.product_yesno.new-3 {
  margin-bottom: 1.5em;
}

.fs-button-bar a.fs-buy-button.fs-medium-text {
  background: #005FBE;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 19px 0;
  border-radius: 0;
  opacity: 1 !important;
  border: 0;
  line-height: 19px;
  font-family: "Gotham";
  cursor: pointer;
  outline: none !important;
}

.fs-add-to-cart-enabled
  .fs-variant-select
  input[type="radio"]:checked
  + .fs-option-label {
  background-color: #005FBE;
}

#storemapper #storemapper-left {
  overflow-y: auto;
}

.cart_notify_head h4.product_tab_head_style {
  font-size: 14px;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

.cart_notify_head {
  border-bottom: 2px solid #ededed;
  padding: 19px 0;
  margin-bottom: 0;
}

.notifier_content {
  padding: 25px 10px;
}

.notifier_content h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.notifier_content .notifier_device,
.notifier_content .notifier_poncho,
.notifier_content .notifier_price {
  font-size: 12px;
  color: #000;
  font-family: "Gotham";
  font-weight: 500;
}

.notifier_content .notifier_price {
  margin-top: 8px;
}

.notifier_buttons a.btn {
  font-size: 14px;
  color: #fff;
  padding: 15px 10px;
  letter-spacing: 1px;
}

.cart_notifier {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.continue-notify {
  padding: 8px 0;
  text-align: center;
}

.continue-notify a {
  color: #000;
  font-size: 11px;
  font-family: "Gotham";
  text-transform: uppercase;
}

.continue-notify a img {
  max-width: 6px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.container.notify-fix {
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  display: none;
  right: 0;
}

.home-btn-video {
  display: none;
}

p.rev_count {
  text-align: right;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 14px;
  padding-right: 70px;
  margin-bottom: 25px;
}

p.rev_count i {
  color: #fec600;
}

.article-banner img {
  width: 100%;
}

.standard-layout.single-carousel.review {
  background: #e7e7e7;
}

.Product_slide .slick-list::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  z-index: 9;
  background: #fff;
}

.Product_slide .slick-list::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 1px;
  right: auto;
  z-index: 9;
  background: #ffffff;
}

.pro_reviews .slick-initialized .slick-slide {
  margin-right: 16px;
  margin-left: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.qty-box > span.new_preorder_item,
.new_preorder_item {
  color: #7ed321;
  width: 210px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.gne-pre .new_preorder_item {
  display: none;
}

.qty-box > span.preorder-item {
  display: none;
}

span.preorder_badge.product_preorder {
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 2px;
  text-transform: uppercase;
  color: #7ed321;
  background-color: #000;
  padding: 2px 7px;
  font-family: "Gotham";
}

span.preorder_badge.product_preorder.blue_back {
  color: #005FBE;
}

.Product_slide {
  position: relative;
}

span.Addingtext ul li,
span.preaddtext ul li {
  display: inline-block;
  margin-left: 1px;
  -webkit-animation: addingwaiting 300ms ease-out infinite alternate;
          animation: addingwaiting 300ms ease-out infinite alternate;
}

span.Addingtext ul li:first-child,
span.preaddtext ul li:first-child {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

span.Addingtext ul li:nth-child(2),
span.preaddtext ul li:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

span.Addingtext ul li:nth-child(3),
span.preaddtext ul li:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

span.Addingtext ul,
span.preaddtext ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

button#AddToCart span,
.preor_outer .preaddtext,
.apple_outer .applebtn,
.apple_outer .Addingtext {
  transition: all 180ms ease-out;
  -webkit-transition: all 180ms ease-out;
}

span#AddToCartText,
.applebtn {
  position: relative;
  top: 0;
}

span.Addingtext,
span.preaddtext {
  position: absolute;
  top: -40px;
  line-height: 59px;
}

span.preaddtext {
  top: -60px;
  color: #fff;
  line-height: normal;
}

button#AddToCart,
.preor_outer {
  position: relative;
  overflow: hidden;
}

button#AddToCart.adding_pro span.Addingtext,
.preor_outer.preadd_pro .preaddtext,
button#AppleToCart.adding_pro span.Addingtext {
  top: 0;
}

button#AddToCart.adding_pro span#AddToCartText,
button#AppleToCart.adding_pro .applebtn {
  top: 40px;
}

div#add_outer.add_to_click.btn_gray .btn .Addingtext {
  display: none;
}

button#AddToCart:hover {
  background: #005e9e;
}

div#add_outer.add_to_click.btn_gray span {
  transition: inherit;
  -webkit-transition: inherit;
}

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

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

.slick-initialized .slick-slide {
  position: relative;
}

.slider_thumb .slick-initialized .slick-slide {
  width: 100% !important;
}

.coll_list {
  overflow: hidden;
}

#index_video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

#index_video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.pre_product_outer,
.backorder_product_outer {
  color: #7ed321;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  font-family: "Gotham";
  padding-bottom: 10px;
}

.cart-right_content .gne-backorder_desk span.new_preorder_item,
.cart-right_content .gne-pre_desk .new_preorder_item {
  color: #7ed321;
}

.figcaption p.price_wrapper {
  line-height: 15px;
}

#index_video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.gne-backorder_desk {
  display: block;
}

.gne-backorder_mob {
  display: none;
}

#backorder_check,
#preorder_check {
  font-size: 0px !important;
}

#more_information .rows {
  margin-left: -15px;
  margin-right: -15px;
}

.product-grid-item a.touch_hover .coll_cta {
  bottom: 0;
  opacity: 1;
}

.backorder_product_outer,
.cart-right_content .gne-backorder_desk span.new_preorder_item {
  color: #005FBE;
}

.video_src.video_src_load::before,
.collection-banner::before,
.article-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: #000;
  z-index: 5;
  opacity: 0.1;
}

#logo_slider,
#mobile_logo_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0;
}

#logo_slider .rotate_img,
#mobile_logo_slider .col {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}

#logo_slider .rotate_img:hover,
#mobile_logo_slider .col:hover {
  opacity: 0.5;
}

#logo_slider .rotate_img.is--visible img,
#mobile_logo_slider .col.is--visible img {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#logo_slider .col img,
#mobile_logo_slider .col img {
  height: auto;
  width: auto;
  max-height: 21px;
  max-width: 98%;
}

#logo_slider .rotate_img img,
#mobile_logo_slider .col img {
  opacity: 0;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 700ms cubic-bezier(0.694, 0, 0.335, 1),
    opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 700ms cubic-bezier(0.694, 0, 0.335, 1),
    opacity 700ms cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

#logo_slider img.logo_loading,
#mobile_logo_slider img.logo_loading {
  opacity: 0 !important;
}

#mobile_logo_slider {
  display: none;
}

.hide_crtdot {
  display: none !important;
}

.cart_text_div.cart_text_div_mn {
  padding-top: 0;
}

.cart_text_div_mn .cart_content_in form {
  margin-top: 60px;
}

.cart_text_div_mn .cart_section {
  margin-top: 40px;
}
.cart_text_div_mn .cart_paymnt {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  width: 100%;
  padding-left: 25px;
  position: relative;
}

.cart_text_div_mn .cart_paymnt img {
  max-width: 15%;
  margin: 4px 1px;
}

.cart_text_div_mn .cart_paymnt::before {
  height: 1px;
  background: #f2f2f2;
  width: 117%;
  content: "";
  position: absolute;
  top: 0;
  left: -17%;
}

.index_img_outer.desk_tile {
  display: none;
}

.verify_buye a {
  color: #54c46e;
  font-size: 8px;
  font-family: "Gotham";
  text-transform: uppercase;
}

.slick-slider .yotpo_date {
  font-size: 10px;
  color: #000;
}

.pro_reviews .slick-dotted.slick-slider {
  margin-top: 20px;
}

.cart_rev .pro_reviews {
  overflow: visible;
}

.pro_reviews .slick-dotted.slick-slider .slick-dots {
  bottom: -40px;
}

.cart_rev .slick-dots li button:before {
  width: 8px;
}

#reviews_custom
  .slick-initialized.slick-slider
  .slick-next.slick-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  color: #d9d9d9;
  font-size: 33px;
}

#reviews_custom
  .slick-initialized.slick-slider
  .slick-prev.slick-arrow::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  color: #d9d9d9;
  font-size: 33px;
}

#reviews_custom .slick-initialized.slick-slider .slick-arrow {
  top: -73px;
  height: 28px;
}

#reviews_custom .slick-initialized.slick-slider .slick-next {
  left: auto;
  right: 4%;
}

#reviews_custom .slick-initialized.slick-slider .slick-prev {
  left: auto;
  right: 6%;
}

.product_key_fture #reviews_custom h1.review_count {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}

.product_key_fture .pro_reviews {
  overflow: visible;
}

.rev_cont_out {
  margin-bottom: 50px;
}

.product_key_fture
  .pro_reviews.home-effect
  .slick-slider
  .slick-dots
  li
  button:before {
  width: 8px;
}

.product_insta .fs-desktop .fs-timeline-entry::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

.product_insta .fs-desktop .fs-timeline-entry:hover::before {
  opacity: 1;
}

.ql_rev_left {
  padding-right: 0px;
  max-width: 50%;
}

.ql_rev_right {
  padding-left: 10px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.figcaption .ql_rev_left a p.h6 {
  line-height: 16px;
  margin-bottom: 2px;
  word-wrap: break-word;
}

.blog_page_content img {
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog_page_content a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.blog_page_content > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  opacity: 0.7;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, transparent), color-stop(96%, #000));
  background: linear-gradient(to bottom, transparent 46%, #000 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000000',GradientType=0 );
}

.supports-cookies.cart_content_in p {
  color: #006fbc;
  font-size: 16px;
  text-transform: uppercase;
}

.supports-cookies.cart_content_in p a {
  font-family: "Gotham";
}

main .about_pg_img-all img {
  -webkit-transform: inherit;
          transform: inherit;
}

.money_desktop_prodct {
  padding-left: 10.3%;
  padding-right: 1.8em;
  margin-top: 0;
}

.shipp_detail {
  border: 1px solid #ececec;
  margin: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 34px;
  position: relative;
}

.money_back.money_desktop_prodct .shipp_detail {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shipp_detail::before {
  position: absolute;
  content: "+";
  right: 22px;
  font-size: 27px;
  font-weight: 500;
  color: #000;
  top: 12px;
}

.money_back.money_desktop_prodct .shipp_detail::before {
  top: 3px;
  right: 8px;
}

.money_desktop_prodct .row {
  margin: 0;
}

.money_back.product_mony_mob {
  display: none;
}

.cart_paymnt.cart_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cart_paymnt.cart_pro img {
  margin: 0 4px;
}

.cart_paymnt.cart_pro img.aftrr {
  max-width: 55px;
}

.cart_paymnt.cart_pro img.payy {
  max-width: 32px;
}

.cart_paymnt.cart_pro img.visaa {
  max-width: 30px;
}

.cart_paymnt.cart_pro img.mastrr {
  max-width: 26px;
}

.cart_paymnt.cart_pro img.amricc {
  max-width: 30px;
}

.cart_paymnt.cart_pro img.pall {
  max-width: 40px;
}

.cart_paymnt.cart_pro.cart_paym_top img.sezzl {
  max-width: 36px;
}

.after_lne {
  border-bottom: 1px solid #f6f6f6;
}

.desk_mob_star {
  display: none;
}

.apple_outer {
  margin-top: 7px;
  position: relative;
  overflow: hidden;
}

.apple_outer button#AppleToCart {
  background: #000;
}

.apple_outer button#AppleToCart span {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}

button#AppleToCart span.Addingtext {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.review_bar_outer .bar_main_bg {
  width: 100%;
  height: 12px;
  background: #ededed;
}

.pro_reviews.home-effect .col_rw_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 316px;
          flex: 0 0 316px;
  -webkit-flex: 0 0 316px;
}

.pro_reviews.home-effect .col_rw_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  -webkit-flex: 0 0 56%;
  text-align: center;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row span {
  color: #ffdb54;
  font-size: 11px;
  margin-right: 5px;
  display: inline-block;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row > div {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row {
  display: block;
  width: 100%;
  line-height: 11px;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 5px;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row > div.bar_prog_outer {
  width: 49%;
  margin-left: 10px;
  margin-top: 1px;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row .bar_inner_bg {
  height: 12px;
  background: #6b6b6b;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row span i {
  margin-right: 1px;
  cursor: pointer;
  vertical-align: top;
  font-size: 11px;
}

.rev_top_hed h1.review_count {
  font-size: 29px;
  text-transform: uppercase;
}

.pro_reviews.home-effect .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.pro_reviews.home-effect .col_rw_left .rev_star_row > div:first-of-type {
  max-width: 33px;
  width: 100%;
}

.cart_paymnt.cart_pro.cart_paym_top {
  margin: 0;
  padding: 44px 0;
}

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

.cart_paymnt.cart_pro.cart_paym_top img.payy {
  max-width: 38px;
}

.cart_paymnt.cart_pro.cart_paym_top img.visaa {
  max-width: 38px;
}

.cart_paymnt.cart_pro.cart_paym_top img.mastrr {
  max-width: 34px;
}

.cart_paymnt.cart_pro.cart_paym_top img.amricc {
  max-width: 36px;
}

.cart_head_div .crt_riggt_top {
  padding-left: 0;
}

.free_shipping_botom {
  border: 1px solid #f9f9f9;
  padding: 15px 15px;
  margin-bottom: 40px;
}

.free_shipping_botom h6 {
  color: #54c46e;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.ql_load {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 0;
  text-align: center;
  bottom: 0;
}

.ql_load img {
  top: 44%;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  position: absolute;
  -webkit-animation: loading-spin 2s linear infinite;
  animation: loading-spin 2s linear infinite;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 64px;
}

@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ship_rt {
  margin-top: 50px;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.checkout_cart {
  margin-top: 40px;
}

.cart_main_right .ship_info,
.cart_main_right .ship_info p {
  font-size: 13px;
  margin-top: 0px;
}

.cart_main_right.des_hid {
  display: none;
}

.cart_paymnt.desk_hide.cart_pro.cart_paym_top {
  display: none;
}

.Prodcut_single_txt .more_info {
  display: none;
}

.mobil_qty_mn {
  display: none;
}

.swatch.product_imgsel .swatch-element .opti_val::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

form.input-group.search.blog_bar_search {
  height: 100%;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 0;
  display: inline-block;
  max-width: 270px;
  border-right: 1px solid #f1f1f1;
  text-align: right;
  border-left: 1px solid #f1f1f1;
  position: relative;
}

form.search.blog_bar_search input.art_search {
  border: 0;
  height: 100%;
  text-align: left;
  width: 100%;
  padding: 0 40px 0 20px;
  font-size: 12px;
  font-weight: 800;
  outline: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 2px solid transparent;
}

.blog_bar_search button.art-search-btn {
  background: none;
  border: 0;
  font-size: 19px;
  height: 100%;
  top: 0;
  position: absolute;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

.coll_grid_overlay.blog_search_overlay {
  top: 30px;
}

.blog_text.blog_newsletter {
  padding-top: 15px;
  background: #373737;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog_intr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-self: center;
  max-width: 360px;
}

.blog_news_inn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  margin: 20px 0 10px;
}

.blog_intr #mc_embed_signup form {
  padding: 0;
  position: relative;
}

.blog_intr #mc_embed_signup form input[type="email"] {
  border-radius: 0;
  width: 100%;
  border: 0;
  height: 45px;
  padding-right: 120px;
  padding-left: 10px;
}

.blog_intr #mc_embed_signup form .mc-field-group {
  margin-right: 0;
  width: 100%;
}

.blog_intr #mc_embed_signup form input[type="submit"] {
  border-radius: 0;
  background: #005FBE;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  height: 45px;
  font-size: 12px;
  padding: 0 26px;
  z-index: 2;
}

.blog_text p.sh_data {
  max-width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
}

.coll_outer_grid.img_blur .blog-top img,
.coll_outer_grid.img_blur .blog_new img,
.search_to_outer.img_blur .blog_sec_nw img {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.template-blog .coll_outer_grid.img_blur .blog_new {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.template-blog .coll_outer_grid.img_blur {
  overflow: hidden;
}

.blog_intr #mc_embed_signup form div#mce-responses {
  margin: 0;
  padding: 0;
  width: 100%;
}

.blog_intr #mc_embed_signup form div#mce-responses .response {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Gotham";
  text-shadow: inherit;
  color: #fff;
  width: 100%;
}

.blog_intr
  #mc_embed_signup
  form
  div#mce-responses
  .response#mce-error-response {
  color: red;
}

.blog_intr #mc_embed_signup form div#mce-responses .response a {
  display: none;
}

.blog_intr
  #mc_embed_signup
  form
  div#mce-responses
  .response#mce-success-response {
  font-size: 12px;
}

.artical-social.social_fix_br {
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}

.artical-social.social_fix_br .art_social_left a span {
  color: #000;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 13px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin-top: 16px;
  margin-left: 16px;
}

.artical-social.social_fix_br .art_social_left a span i {
  font-size: 17px;
  margin-right: 18px;
  vertical-align: top;
}

.social_fix_br .social-sharing span {
  display: none;
}

.social_fix_br .social-sharing span {
  display: none;
}

.social_fix_br .social-sharing a {
  margin: 0 14px;
  font-size: 25px;
  text-align: center;
  float: left;
}

.social-sharing {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

div#disqus_thread {
  margin-top: 80px;
  margin-left: -25px;
  margin-right: -25px;
}

h1.search_top {
  font-size: 22px;
  text-transform: uppercase;
  color: #696969;
  vertical-align: top;
  margin: 60px 0;
}

h1.search_top b {
  color: #000;
  font-weight: 600;
}

.search_to_outer {
  padding-bottom: 70px;
  display: inline-block;
  width: 100%;
}

.search_to_outer .coll_grid_overlay.blog_search_overlay {
  top: 0;
}

.artical-social.social_fix_br .art_social_left.text-right a span i {
  margin-left: 16px;
}

.article_tp {
  height: 580px;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  background: #000;
  top: 98px;
}

.artcle_btm {
  position: relative;
  margin-top: 580px;
  background: #fff;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.articel_topic {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

.articel_topic .article-content {
  position: static;
}

.art_social_left a {
  display: inline-block;
  width: 100%;
}

.art_social_left a img {
  -webkit-transform: inherit;
          transform: inherit;
}

.article_tp .article-banner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  z-index: 999999999999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.article_tp .article-banner {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.star_big span {
  -webkit-transform: scale(1.08) translateX(2px);
          transform: scale(1.08) translateX(2px);
}

.star_big > div:first-of-type {
  -webkit-transform: scale(1.09) translateX(4px);
          transform: scale(1.09) translateX(4px);
}

.blog_bar_search button.art-search-btn {
  max-width: 30px;
}

.artical-social.social_fix_br {
  z-index: 500 !important;
}

.mac_pc .Prodcut_single_txt span#ProductPrice span {
  margin-top: 3px;
}

.blog_thmb_nl_nxt,
.blog_thmb_nl_prev {
  display: inline-block;
  width: 66px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: top;
}

.artical-social .social-sharing {
  margin-top: 6px;
}

.swatch.product_imgsel .swatch-element .opti_val::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb_social span.dvh {
  font-weight: 600;
  margin-top: 5px;
}

.breadcrumb_social span.dvh img {
  margin-left: 12px;
  -webkit-transform: inherit;
          transform: inherit;
  vertical-align: middle;
  max-width: 17px;
  margin-top: -4px;
}

.breadcrumb_social span.mvh img {
  margin-left: 0px;
  -webkit-transform: inherit;
          transform: inherit;
  vertical-align: middle;
  max-width: 17px;
}

.breadcrumb_social span.mvh {
  margin-bottom: 0;
  margin-top: 0;
}

.breadcrumb_social .blog_hom a {
  color: #000;
  width: 110px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.breadcrumb_social .blog_hom .mvh a {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.artical_main-content #mc_embed_signup form {
  padding: 0;
  margin-top: 50px;
}

.artical_main-content #mc_embed_signup form input[type="email"] {
  border-radius: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 45px;
  padding-right: 150px;
  padding-left: 10px;
  outline: none;
}

.artical_main-content #mc_embed_signup form .mc_field_mn input[type="submit"] {
  border-radius: 0;
  background: #005FBE;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  height: 45px;
  font-size: 12px;
  padding: 0 26px;
  z-index: 2;
  -webkit-transition: all 0.23s ease-in-out 0s;
  transition: all 0.23s ease-in-out 0s;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  border: 0;
  line-height: 32px;
  margin: 0 0px 10px 0;
  width: auto;
}

.artical_main-content #mc_embed_signup form .mc_field_mn {
  position: relative;
  margin-top: 20px;
}

.artical_main-content div#disqus_thread {
  margin: 0;
}

.artical_main-content 9448 #mc_embed_signup .mc-field-group {
  width: 100%;
}

.artical_main-content #mc_embed_signup .mc-field-group label {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.ip_warning img {
  max-width: 8px;
  display: inline-block;
  margin-top: 4px;
  margin-right: 3px;
}

.ip_warning_content {
  display: inline-block;
  color: #000;
  font-size: 10px;
  letter-spacing: -0.5px;
}

.ip_warning {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-flex;
  -webkit-align-items: start;
}

.ip_warning a {
  color: #2b7fc3;
  font-size: 10px;
  margin-left: 2px;
}

.tabs_content .ip_warning_content,
.tabs_content .ip_warning_content a {
  font-size: 13px;
}

.tabs_content .ip_warning img {
  max-width: 15px;
  margin-top: 3px;
  margin-right: 6px;
}

.tabs_content .ip_warning {
  margin-top: 52px;
}

.tabs_content .ip_warning {
  margin-top: 52px;
}

.ip_warning_field {
  margin-top: 60px;
  font-size: 12px;
  color: #000;
}

.ip_warning_field a {
  color: #000;
  text-decoration: underline;
}

.ip_warning_field a:hover {
  color: #005FBE;
}

.ip_warning_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0.4;
  padding: 50px;
}

.ip_warning {
  position: fixed;
  top: 50%;
  z-index: 9;
  background: #fff;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  padding: 13px 15px;
  margin: 0 !important;
  width: 100%;
  max-width: 450px;
}

.swatch.product_imgsel .swatch-element .opti_val::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

main .Product_slide .Hcancel-video img {
  width: 18px;
}

.swatch.product_imgsel .swatch-element .opti_val::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

main .Product_slide .Hcancel-video img {
  width: 18px;
}

@media (min-width: 2350px) {
  .slider_thumb .product__tumb.video_frame span {
    font-size: 0.3em;
    line-height: 9px;
  }
}

@media (max-width: 2000px) and (min-width: 1999px) {
  ul.site-nav > li:hover > .site-nav-dropdown {
    top: 71px;
  }
}

@media (max-width: 1671px) and (min-width: 1670px) {
  ul.site-nav > li:hover > .site-nav-dropdown:not(:root:root) {
    top: 100.7%;
  }
  header:not(:root:root) {
    min-height: 72px;
  }
}

@media (max-width: 1500px) and (min-width: 1400px) {
  .about_pg_img img:first-child {
    max-width: 335px;
  }
  .about_pg_img img:last-child {
    max-width: 580px;
  }
}

@media (max-width: 1499px) and (min-width: 1366px) {
  .cart_main_right .shipp_detail {
    padding: 0;
  }
  .about_pg_img img:first-child {
    max-width: 335px;
  }
  .about_pg_img img:last-child {
    max-width: 580px;
  }
  .slider_thumb .product__tumb.video_frame span {
    font-size: 7px;
  }
  .artcle_btm {
    margin-top: 510px;
  }
  .article_tp {
    height: 510px;
  }
}

@media (max-width: 1279px) {
  .price_out {
    height: auto;
  }
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .cart_main_right .shipp_detail {
    padding: 0;
  }
  .about_pg_img img:first-child {
    max-width: 285px;
  }
  .about_pg_img img:last-child {
    max-width: 550px;
  }
  .about_mid_section .about_pg_contnt {
    top: 68%;
  }
  .top_right .right_column {
    margin-left: 15px;
  }
  .price_out {
    margin-bottom: 10px;
  }
  span#ProductPrice {
    font-size: 13px;
  }
  .slider_thumb .product__tumb.video_frame span {
    font-size: 6px;
  }
  .money_desktop_prodct .shipp_detail {
    padding-right: 22px;
    padding-left: 8px;
  }
  .ship_info,
  .ship_info p {
    margin-left: 1px;
    margin-top: 7px;
  }
  .money_back .shipp_detail img,
  .cart_main_right .shipp_detail img.shipp-detail-img {
    max-width: 30px;
  }
  .money_desktop_prodct .shipp_detail::before {
    right: 3px;
  }
  .artcle_btm {
    margin-top: 450px;
  }
  .article_tp {
    height: 450px;
  }
}

@media (max-width: 1199px) {
  #storemapper .storemapper-form-inner button#storemapper-go {
    top: 57px;
    position: static;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  header ul.site-nav li a {
    padding: 26px 11px;
  }
  .coll_filter_menu li a {
    padding: 12px 15px;
  }
  .coll_filter_menu {
    margin: 0 0 0px -15px;
  }
  .figcaption .standalone-bottomline .star-clickable a {
    display: block;
    margin-left: 2px;
  }
  .swatch.product_imgsel .swatch-element {
    margin: 5px 7px 0 0;
  }
  .ship_info {
    font-size: 11px;
    margin-left: 2px;
    max-width: 170px;
    margin-top: 6px;
    width: 100%;
  }
  .shipp_detail {
    margin: 0 2px;
  }
  .more_info_tabs ul.tabs li {
    max-width: 138px;
  }
  header {
    min-height: inherit;
  }
  .Product_slide ul.slick-dots {
    padding-left: 16%;
  }
  .swatch.product_imgsel .image_selected .opti_img::before {
    background-size: 30px;
  }
  .Prodcut_single_txt .star-clickable a.text-m {
    display: inline-block;
  }
  .about_pg_img img:first-child {
    max-width: 265px;
    margin-top: 90px;
  }
  .about_pg_img img:last-child {
    max-width: 430px;
  }
  .about_pg_para p {
    font-size: 16px;
    line-height: 26px;
  }
  .top_right .right_column {
    margin-left: 3px;
  }
  span#ProductPrice {
    line-height: 15px;
  }
  .price_out .col-6.text-right {
    padding-left: 0;
  }
  .Prodcut_single_txt .star-clickable a.text-m {
    margin-left: 3px;
  }
  #after_pop {
    margin-top: 10px;
  }
  .afterpay_popup #afterpay_popup {
    top: 10px;
    -webkit-transform: inherit;
            transform: inherit;
    overflow: scroll;
  }
  .index_logo_section .index_img_outer img {
    max-width: 100%;
  }
  .price_out .product_price_pg {
    margin-bottom: -4px;
  }
  .pro_video_con iframe.video-load {
    height: 310px;
    min-height: 310px;
    max-height: 310px;
  }
  .slider_thumb .product__tumb.video_frame span {
    font-size: 5px;
    line-height: 8px;
    margin-top: 5px;
  }
  header ul.site-nav li a:hover {
    color: #000;
  }
  header ul.site-nav li a:focus {
    color: #005FBE;
  }
  header ul.site-nav > li:hover > a {
    border-bottom-color: transparent;
  }
  header ul.site-nav > li > a:focus {
    border-bottom-color: #005FBE;
  }
  #logo_slider .col img {
    max-width: 96%;
  }
  .cart_text_div_mn .cart_paymnt img {
    max-width: 17%;
  }
  .cart_text_div_mn .cart_paymnt img.aftrr {
    max-width: 30%;
  }
  .money_desktop_prodct .row {
    display: block;
  }
  .cart_paymnt.cart_pro img {
    margin: 0 2px;
  }
  .cart_paymnt.cart_pro img.aftrr {
    max-width: 46px;
  }
  .cart_paymnt.cart_pro img.payy {
    max-width: 28px;
  }
  .cart_paymnt.cart_pro img.visaa {
    max-width: 24px;
  }
  .cart_paymnt.cart_pro img.mastrr {
    max-width: 20px;
  }
  .cart_paymnt.cart_pro img.amricc {
    max-width: 24px;
  }
  .cart_paymnt.cart_pro img.pall {
    max-width: 30px;
  }
  .ship_info {
    font-size: 11px;
    margin-left: 2px;
    max-width: inherit;
    margin-top: 6px;
    width: auto;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.amricc {
    max-width: 26px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.mastrr {
    max-width: 24px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.visaa {
    max-width: 30px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.payy {
    max-width: 33px;
  }
  .blog_text p {
    line-height: 21px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.sezzl {
    max-width: 21px;
  }
  .blog_news_inn {
    margin: 0 0 4px;
  }
  .blog_intr #mc_embed_signup form div#mce-responses .response {
    font-size: 9px;
  }
  .artcle_btm {
    margin-top: 370px;
  }
  .article_tp {
    height: 370px;
  }
}

@media screen and (min-height: 600px) and (max-height: 998px) {
  .coll_list .index_img_outer.mobi_tile {
    display: none;
  }
  .coll_list .index_img_outer.desk_tile {
    display: block;
  }
  .index_collection .slick-dots {
    bottom: -40px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .price_out .product_price_pg {
    margin-bottom: -4px;
  }
  header {
    min-height: inherit;
  }
  .top_right .right_column {
    margin-left: 3px;
  }
  header ul.site-nav li {
    margin: 0 0px 0px;
  }
  .index_collection .coll_title_outer h3,
  input[type="submit"]  {
    font-size: 14px;
  }
  header ul.site-nav li a {
    padding: 26px 5px;
    font-size: 11px;
  }
  .coll_list {
    padding: 0 7px;
  }
  .video_src {
    margin-bottom: 15px;
  }
  .swatch.product_imgsel .swatch-element {
    margin: 5px 7px 0 0;
  }
  .shipp_detail {
    margin: 0;
  }
  .ship_info {
    margin-left: 0;
    font-size: 9px;
    margin-top: 6px;
  }
  .more_info_tabs ul.tabs li {
    max-width: 128px;
  }
  #more_information {
    padding-bottom: 50px;
  }
  .index_logo_section .index_img_outer img {
    max-width: 100%;
    max-height: 11px;
  }
  .Product_slide ul.slick-dots {
    padding-left: 19%;
  }
  .cart_txt_pg a.cart_ancor {
    font-size: 13px;
  }
  .cart_main_right .ship_info {
    font-size: 12px;
    display: block;
  }
  .swatch.product_imgsel .image_selected .opti_img::before {
    background-size: 30px;
  }
  .Product_section_upper {
    margin-bottom: 84px;
  }
  .money_back .shipp_detail img.shipp-detail-img {
    max-width: 30px;
  }
  .blog_text p {
    max-width: inherit;
  }
  .Prodcut_single_txt .star-clickable a.text-m {
    display: inline-block;
  }
  .cart_txt_pg h3 {
    line-height: 16px;
  }
  ul.child_links li span,
  .main_links h5 .top_badge {
    left: -29px;
    font-size: 7px;
    padding: 4px 4px;
    line-height: 6px;
  }
  .main_links h5 .top_badge {
    left: 0;
    top: -3px;
  }
  ul.child_links li span {
    top: 27%;
  }
  .pro_video_con iframe.video_load {
    max-height: 250px;
  }
  .about_mid_section .about_pg_contnt {
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .about_pg_img-all {
    width: 100%;
    display: inline-block;
    padding: 0 15px 0 11%;
    margin-top: 60px;
  }
  .about_pg_img {
    margin: 0 0 20px;
  }
  .about_pg_img img:first-child {
    float: right;
    max-width: 44%;
    margin: 10% 0 0 -16%;
  }
  .about_pg_img img:last-child {
    max-width: 72%;
  }
  .about_mid_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
  }
  .about_pg_contnt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vendor_outer .prod_img.text-right {
    padding-left: 0;
  }
  #storemapper .storemapper-form-inner button#storemapper-go {
    position: static;
  }
  #storemapper .storemapper-form-inner input#storemapper-zip {
    padding-right: 12px;
  }
  .on_banner h1 {
    margin: 0 0 0;
  }
  .on_banner .rte {
    margin-top: 4px;
  }
  .afterpay_popup #afterpay_popup .wel_right {
    padding: 4.5% 5% 1%;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h1 {
    margin-top: 11%;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h5 {
    margin-top: 16%;
  }
  span#ProductPrice {
    line-height: 15px;
  }

  .Prodcut_single_txt .star-clickable a.text-m {
    margin-left: 3px;
  }
  #after_pop {
    margin-top: 10px;
  }

  .afterpay_popup #afterpay_popup {
    top: 150px;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .slider_thumb {
    width: 7.69%;
  }
  .slider_thumb .product__tumb.video_frame span {
    font-size: 4px;
    line-height: 7px;
    margin-top: 0px;
  }
  header ul.site-nav li a:hover {
    color: #000;
  }
  header ul.site-nav li a:focus {
    color: #005FBE;
  }
  header ul.site-nav > li:hover > a {
    border-bottom-color: transparent;
  }
  header ul.site-nav > li > a:focus {
    border-bottom-color: #005FBE;
  }
  #logo_slider .col img {
    max-width: 96%;
  }
  .index_logo_section .col:nth-last-child(2),
  .index_logo_section .col:last-child {
    display: none;
  }
  .cart_text_div_mn .cart_paymnt {
    padding-left: 10px;
  }
  .cart_text_div_mn .cart_paymnt img {
    max-width: 22%;
  }
  .cart_text_div_mn .cart_paymnt img.aftrr {
    max-width: 42%;
  }
  .money_desktop_prodct .row {
    display: block;
  }
  .money_desktop_prodct .shipp_detail {
    padding-left: 15px;
  }
  .money_desktop_prodct .shipp_detail .ship_info {
    font-size: 10px;
    margin-top: 5px;
  }
  .cart_paymnt.cart_pro img {
    margin: 0px 2px;
  }
  .cart_paymnt.cart_pro img.aftrr {
    max-width: 48px;
  }
  .cart_paymnt.cart_pro img.payy {
    max-width: 25px;
  }
  .cart_paymnt.cart_pro img.visaa {
    max-width: 25px;
  }
  .cart_paymnt.cart_pro img.amricc {
    max-width: 28px;
  }
  .qty-box input[type="number"] {
    width: 40px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img {
    margin: 0px 1px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.aftrr {
    max-width: 42px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.payy {
    max-width: 25px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.visaa {
    max-width: 22px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.mastrr {
    max-width: 18px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.amricc {
    max-width: 19px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.pall {
    max-width: 29px;
  }
  .blog_intr {
    max-width: inherit;
  }
  .artcle_btm {
    margin-top: 285px;
  }
  .article_tp {
    height: 285px;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.sezzl {
    max-width: 21px;
  }
}

@media (max-width: 1024px) {
  .index_collection .collection-grid-item a:hover .index_img_outer img,
  .index_collection .collection-grid-item a .index_img_outer img {
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .index_collection .coll_title_outer h3:hover {
    background: #005FBE;
  }
  .slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
  }
  .index_collection .collection-grid-item a:hover .index_coll_content,
  .index_collection .collection-grid-item a .index_coll_content {
    opacity: 0;
    display: none;
  }
  .index_collection .collection-grid-item a {
    vertical-align: top;
  }
  .slick-initialized .slick-slide.slick-current span#video_frame img {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  header ul.site-nav {
    display: none;
  }
  .slicknav_menu {
    display: inline-block;
  }
  .slicknav_menu a img.mobile_close_icon {
    display: none;
  }
  .slicknav_menu a img.mobile_open_icon {
    max-width: 23px;
    vertical-align: top;
    margin-top: 4px;
  }
  header .header_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    padding-right: 0;
  }
  header .header_center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 15px;
  }
  .site-header__logo-image {
    max-width: 270px;
  }
  .site__header--popup {
    display: none;
  }
  .site__header--cart:before {
    display: none;
  }
  .header_left a img {
    width: 88px;
    margin: 0;
  }
  header div .row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
	}
  
  .nav__mobile--icon-open {
    max-width: 23px;
    height: 23px;
    vertical-align: top;
    display: inline-block;
	}
  
  .nav__mobile--icon-open {
   	max-width: 20px;
    max-height: 20px;
  }
  
  .slicknav_collapsed .nav__mobile--icon-close {
    display: none;
  }
  
  .slicknav_collapsed.slicknav_open .nav__mobile--icon-open {
    display: none;
  }
  .slicknav_collapsed.slicknav_open .nav__mobile--icon-close {
    display: block;
  }
  
  #shopify-section-header header {
    position: relative;
    min-height: inherit;
  }
  .slicknav_nav.slicknav_hidden {
    position: absolute;
    top: 51px;
    background: #fafafa;
    left: 0;
    overflow-y: scroll;
    height: 100vh;
    width: 100vw;
    padding-bottom: 70px;
    right: 0;
    min-height: 100%;
    z-index: 50;
  }
  header::before {
    bottom: 0;
  }
  .slicknav_nav.slicknav_hidden > ul {
    margin-bottom: 0;
  }
  .slicknav_nav.slicknav_hidden > ul > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 20px;
    font-family: "Gotham";
    display: inline-block;
    width: 100%;
  }
  .slicknav_nav.slicknav_hidden ul li {
    list-style: none;
    border-bottom: 1px solid #f1f0f0;
  }
  .slicknav_nav.slicknav_hidden ul {
    padding: 0;
  }
  .slicknav_nav.slicknav_hidden ul li ul.main_sub_menu {
    padding-bottom: 30px;
    margin-top: -14px;
  }
  .slicknav_nav.slicknav_hidden ul li ul.main_sub_menu li {
    border-bottom: 0;
    position: relative;
  }
  .slicknav_nav.slicknav_hidden ul li ul.main_sub_menu li span {
    position: absolute;
    left: 13px;
    font-size: 7px;
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    text-transform: uppercase;
    background: #fd0000;
    color: #fff;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 0;
    text-align: center;
  }
  .slicknav_nav.slicknav_hidden ul li ul.main_sub_menu li a {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding: 8px 52px;
    display: inline-block;
    width: 100%;
    border-bottom: 0;
  }
  .slicknav_nav.slicknav_hidden ul li a.right_link,
  .slicknav_nav.slicknav_hidden ul li #mob_store_switcher {
    color: #000;
    text-transform: uppercase;
    padding: 18px 20px;
    font-size: 16px;
    font-family: "Gotham";
    display: inline-block;
    width: 100%;
  }
  .slicknav_nav.slicknav_hidden ul li #mob_store_switcher i {
    display: none;
  }
  .top_center p {
    margin: 0;
  }
  #mob_country_modal {
    display: none;
  }
  .header_right a span {
    right: -7px;
    top: -8px;
    height: 16px;
    width: 16px;
  }
  .country_list a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }
  .country_list a img {
    max-width: 25px;
  }
  .country_list a span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-left: 2px;
  }
  .country_modal {
    margin-top: -7px;
    padding-bottom: 20px;
  }
  .slicknav_nav.slicknav_hidden ul li .right_column.list-inline-item {
    width: 100%;
  }
  .slicknav_menu .right_store a img {
    max-width: 26px;
  }
}

@media (max-width: 767px) {
  .video_src {
    margin-bottom: 15px;
  }
  .coll_list {
    padding: 0 7px;
  }
  .top-bar {
    padding: 3px 0 4px;
  }
  .index_collection .slick-dots {
    bottom: -24px;
  }
  .index_collection.slick-slider {
    margin-bottom: 70px;
  }
  .content-each-1 p {
    font-size: 16px;
  }

  .top-bar .top_right {
    display: none;
  }
  .content-each-2 p {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .content-each-3 p {
    display: none;
  }
  .index_logo_section h5 {
    display: block;
  }
  .content-each-2 p {
    text-align: center;
    margin-bottom: 15px;
  }
  .index_logo_section,
  .main_index_content {
    margin-bottom: 50px;
  }
   
  .acc_head.acc_open .fa-chevron-down:before {
    content: "\f077";
  }
  .acc_head .fas{
    font-size: 13px;
    color: #55595c;
  }
  .video_src #index_mob_video {
    display: block;
  }
  .collection_grid h2 {
    font-size: 18px;
  }
  .collection_grid h1 {
    font-size: 24px;
  }
  .product-grid-item a.grid__image {
    padding: 50px 15px 60px;
  }
  .product-grid-item a.grid__image > img {
    max-width: 260px;
  }
  .product-grid-item a .preorder_badge {
    top: 20px;
    right: 24px;
  }
  .collection-banner img.coll_banner_mobile {
    display: block;
  }
  .collection-banner img.coll_banner_desk {
    display: none;
  }
  .menu-selector {
    max-width: inherit;
    width: 100%;
  }
  .coll_filter_menu {
    max-width: inherit;
    margin-left: -15px;
  
    overflow: scroll;
  }
  .coll_filter_menu li a {
    padding-left: 35px;
  }
  .menu-selector span {
    padding-left: 20px;
  }
  .on_banner h1 {
    font-size: 16px;
    text-align: center;
  }
  .on_banner .rte {
    display: none;
  }
  
  .inner_pages_div {
    padding: 50px 0;
  }
  .main_content_inner p {
    font-size: 14px;
  }
  .contact_baner .on_banner h1 {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
  }
  .account-page form {
    max-width: inherit;
  }
  .signup_main {
    margin-top: 40px;
  }
  .account_dtl {
    display: none;
  }
  .account_dtl_mob.account_dtl {
    display: block;
    margin-bottom: 15px;
  }
  .account_head {
    padding: 18px 25px;
  }
  .breadcrumb_main {
    display: none;
  }
  .product_main_pg {
    margin-top: 0;
  }
  .Prodcut_single_txt h5 {
    font-size: 16px;
    margin: 4px 0 0;
  }
  .prod_vendor p.product_tab_style {
    font-size: 12px;
  }
  span.mount_selected,
  span.poncho_selected {
    font-size: 10px;
  }
  span#ProductPrice span {
    font-size: 8px;
    margin-top: 0px;
  }
  .slick-vertical .slick-slide {
    display: none;
  }
  .slick-vertical .slick-slide.video_frame {
    display: block;
    background: #f7f7f7;
    text-align: center;
    margin: 0;
    padding: 10px 0 6px;
  }
  .slider_thumb .product__tumb.video_frame img {
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0;
  }
  .slider_thumb .product__tumb.video_frame span {
    margin: 4px 0 0 3px;
    vertical-align: top;
  }
  .slider_thumb {
    max-width: inherit;
    float: none;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -45px;
    border-bottom: 2px solid #f8f8f8;
  }
  .slick-slider.product__thumbs--square .slick-track,
  .slick-slider.product__thumbs--square .slick-list {
    height: auto !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  .product_image_section {
    padding: 0;
  }
  .product_image_section iframe {
    z-index: 5;
    position: relative;
  }
  .more_info {
    display: none;
  }
  .Product_slide ul.slick-dots {
    padding-left: 0;
    bottom: 6px;
  }
  .slick-dots li button:before {
    opacity: 1;
    color: #d8d8d8;
  }
  .swatch.product_yesno {
    margin-bottom: 25px;
  }
  .product_img_page {
    margin: 0;
    position: static;
  }
  .ship_info {
    font-size: 10px;
    margin-top: 6px;
  }
  .money_back {
    margin-top: 15px;
  }
  .Product_section_upper {
    margin-bottom: 0;
  }
  p.product_tab_style {
    font-size: 10px;
    margin-bottom: 4px;
  }
  h4.product_tab_head_style {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .more_info_tabs ul.tabs li {
    display: inline-block;
    max-width: inherit;
    width: 50%;
    float: left;
    padding: 2px;
  }
  .more_info_tabs ul.tabs li:nth-child(3) {
    width: 100%;
    margin-top: -2px;
  }
  .product_text_page {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  #more_information {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: inherit;
    margin-bottom: 0;
    margin-top: 0px;
  }
  .product_badge .col.col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .key_fture_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    margin-top: 5px;
  }
  h6.kf_title {
    margin-top: 0;
    font-size: 14px;
  }
  p.kf_text {
    margin-bottom: 0;
    font-size: 14px;
  }
  .product_badge img.kf_image {
    max-height: 35px;
    max-width: inherit;
    margin-left: 0;
  }
  .key_fture_img {
    display: inline-block;
    width: 100%;
    max-width: 30px;
  }
  .product_key_fture .kf_heading {
    text-align: center;
  }
  .product_key_fture .kf_heading h4.product_tab_head_style {
    font-size: 20px;
  }
  .swatch.product_imgsel .image_selected .opti_img::before {
    background-size: 32px;
  }
  .shipp_detail {
    margin: -1px 0;
    border-left: 0;
    border-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shipp_detail::before {
    top: 3px;
  }
  .slick-initialized .slick-slide.slick-current span#video_frame img {
    max-width: 55px;
  }
  .slide-count-wrap {
    display: block;
    position: absolute;
    top: 25px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    padding: 3px 9px;
    color: #fff;
    border-radius: 15px;
    letter-spacing: -1px;
    left: 25px;
  }
  .Product_slide {
    position: relative;
  }
  .index_logo_section .index_img_outer img {
    max-width: 100%;
  }
  div#add_outer.add_to_click {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wel_right {
    width: 100%;
    padding: 8%;
  }
  .wel_left {
    display: none;
  }
  .wel_subscribe h6 {
    font-size: 10px;
    margin: 20px 0 0;
  }
  .wel_subscribe h1 {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .shipping_close {
    top: 4%;
    height: 20px;
    width: 20px;
  }
  .ship_btn {
    display: block;
    margin: 0 -9.6% -10%;
  }
  .ship_btn a {
    color: #fff !important;
    font-size: 14px;
    opacity: 1;
  }
  .money_left {
    display: none;
  }
  .wel_right p:last-child {
    margin-bottom: 20px;
  }
  p,
  body {
    font-size: 14px;
  }
  .cart_head_div {
    padding: 30px 0;
    text-align: center;
  }
  .cart_head_div h3 {
    font-size: 16px;
  }
  .cart_content_price {
    font-size: 12px;
  }
  .subtotal_cart {
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .cart_contiue {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
    text-align: center;
  }
  .cart_checkout {
    padding: 0;
  }
  .cart_content_in,
  .cart_main_right {
    padding-bottom: 50px;
  }
  .cart_text_div {
    padding: 30px 0 0;
  }
  .cart_txt_pg a.cart_ancor {
    font-size: 14px;
  }
  .cart_section {
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cart_section.cart_section_last {
    border: 0;
    margin: 0;
  }
  .pro_video_con iframe {
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pro_video_con {
    padding-top: 67%;
  }
  .popup-over {
    padding: 30px 30px;
  }
  #money_popup .shipping_close {
    background: url(//cdn.shopify.com/s/files/1/0108/1062/t/53/assets/close-popup.png?26955);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    top: 15px;
  }
  .money_back .shipp_detail img.shipp-detail-img {
    max-width: 30px;
  }
  .blog_text {
    text-align: center;
  }
  .blog_img {
    padding: 0;
  }
  .blog_pg_txt h5,
  .blog_pg_txt h6 a {
    font-size: 14px;
  }
  .blog_pg_txt {
    bottom: 20px;
    left: 20px;
  }
  .blog_text h4 {
    font-size: 18px;
  }
  .blog_text p {
    max-width: inherit;
  }
  .blog_new {
    margin-bottom: 40px;
  }
  .order_table {
    display: none;
  }
  .order_table.order_mobile {
    display: block;
    border: 0;
  }
  .mob_order_num {
    padding: 0 15px;
  }
  .mob_order_num {
    background: #fafafa;
    padding: 10px 15px;
    border-bottom: 1px solid #f4f4f4;
  }
  .mob_orders h6,
  .mob_orders a {
    font-size: 12px;
    color: #000;
  }
  .mob_order_num_in {
    padding: 18px 0 18px;
  }
  .mob_orders {
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
  }
  .mob_order_num_in .col-12 {
    margin-bottom: 12px;
  }
  .mob_order_num_in .col-12:last-child {
    margin-bottom: 0px;
  }
  .mob_orders:last-child {
    margin-bottom: 0;
  }
  span.vertical_line {
    display: none;
  }
  .cart_txt_pg h3 {
    line-height: 16px;
  }
  .supports-cookies.cart_content_in {
    text-align: center;
  }
  .order_single .table thead th,
  .order_single .table tbody td,
  .order_single .table tfoot td {
    padding: 10px 5px;
  }
  .about_mid_section .about_pg_contnt {
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .about_pg_img-all {
    width: 100%;
    display: inline-block;
    padding: 0 15px 0 15px;
    margin-top: 20px;
  }
  .about_pg_img {
    margin: 0 0 20px;
  }
  .about_pg_img img:first-child {
    float: right;
    max-width: 44%;
    margin: 12% 0 0 -16%;
  }
  .about_pg_img img:last-child {
    max-width: 72%;
  }
  .about_mid_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-flex;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
  }
  .about_pg_contnt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .abt-content p:last-child {
    margin-bottom: 25px;
  }
  .about_pg_para p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .about-pro h1 {
    font-size: 20px;
  }
  .other-blog,
  .artical-social {
    display: none;
  }
  .artical_main-content {
    padding: 20px 0;
  }
  .artical-middle-content p {
    margin-bottom: 35px;
  }
  .artical_main-content {
    padding: 20px 0;
    border: 0;
    margin-bottom: 10px;
  }
  .smart-artical h3 p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .afterpay_popup #afterpay_popup .wel_right {
    padding: 9.5% 9%;
    width: 100%;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h1 {
    margin-top: 13%;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h5 {
    margin-top: 14%;
  }
  .fs-button-bar a.fs-buy-button.fs-medium-text {
    font-size: 12px;
  }
  .container.notify-fix {
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  .cart_notifier {
    position: static;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  .notifier_blur .pro_no_blur {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
  }
  .home-btn-video {
    display: block;
    margin-top: 14px;
    width: 100%;
    text-align: center;
  }
  .home-btn-video button#play_btn {
    background: transparent;
    border: 0;
    width: 60px;
  }
  #ProductThumbs-product .product__tumb.video_frame.video_first {
    display: none;
  }
  .gne-backorder_desk {
    display: none;
  }
  .gne-backorder_mob {
    display: block;
  }
  .gne-backorder_mob span.new_preorder_item {
    color: #005FBE;
  }
  .index_logo_section .col:nth-last-child(2),
  .index_logo_section .col:nth-last-child(3),
  .index_logo_section .col:nth-last-child(4),
  .index_logo_section .col:last-child {
    display: none;
  }
  .product_key_fture #reviews_custom h1.review_count {
    font-size: 18px;
  }
  #reviews_custom .slick-initialized.slick-slider .slick-arrow {
    display: none !important;
  }
  .header_right a span {
    padding: 3px 0 0;
  }
  .mac_pc .header_right a span {
    padding: 4px 0 0;
  }
  .index_collection .collection-grid-item a:hover .index_coll_content {
    opacity: 0;
  }
  .gne-pre .new_preorder_item {
    display: block;
  }
  .product-grid-item a.touch_hover .coll_cta,
  .product-grid-item a .coll_cta {
    bottom: 0;
    opacity: 1;
  }
  .template-article .artical_main-content .artical-middle-content iframe,
  .template-article .artical_main-content .artical-middle-content img {
    width: 110% !important;
    margin-left: -5% !important;
  }
  .template-article .artical_main-content .artical-middle-content {
    padding: 0 15px;
  }
  .article-content h2 {
    font-size: 14px;
  }
  .article-content {
    bottom: 8px;
  }
  .price_out {
    min-height: 25px;
  }
  .hd_rev_slide {
    padding: 12px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-flex: 0 0 46%;
    text-align: center;
  }
  .desk_mob_star {
    display: inline-block;
    padding: 12px 15px 12px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    -webkit-flex: 0 0 54%;
    border-left: 2px solid #f8f8f8;
    text-align: center !important;
  }
  .slider_thumb .product__tumb.video_frame .desk_mob_star span {
    margin: 0 0 0;
  }

  #ProductPhoto-product {
    margin-bottom: 60px !important;
  }
  .product_single_pd {
    position: relative;
  }
  .money_back.money_desktop_prodct {
    display: none;
  }
  .money_back.product_mony_mob {
    display: block;
  }
  .price_out {
    min-height: 25px;
  }
  .money_back.product_mony_mob {
    display: block;
  }
  .money_back.product_mony_mob .row {
    display: block;
  }
  .price_out .text-lg-left.text-md-left.text-right {
    display: none;
  }
  .pro_reviews.home-effect .col_rw_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pro_reviews.home-effect .col_rw_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .review_bar_outer {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .pro_reviews.home-effect .col_rw_left .rev_star_row > div.bar_prog_outer {
    float: right;
  }
  .rev_top_hed {
    margin-bottom: 14px;
  }
  .rev_top_hed h1.review_count {
    font-size: 18px;
  }
  .rev_cont_out {
    margin-bottom: 25px;
  }
  .slicknav_nav.slicknav_hidden ul li.mega_dropdown > a {
    position: relative;
  }
  .slicknav_nav.slicknav_hidden ul li.mega_dropdown > a::before {
    position: absolute;
    content: '\f078';
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #55595c;
    font-size: 13px;
    right: 20px;
    top: 16px;
  }
  .slicknav_nav.slicknav_hidden ul li.mega_dropdown > a.icon_toggle::before {
    content: "\f106";
  }
  .cart_head_div {
    display: none;
  }
  .cart_text_div_mn .cart_content_in form {
    margin-top: 30px;
  }
  .checkout_cart {
    margin-top: 0;
  }
  .free_shipping_botom {
    margin-bottom: 0;
  }
  .cart_main_right.des_hid {
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .cart_main_right.des_hid .shipp_detail img.shipp-detail-img {
    max-width: 30px;
    display: inline-block;
  }
  .cart_main_right.des_hid .ship_info {
    width: auto;
    line-height: 1;
  }
  .cart_main_right.des_hid .ship_info p {
    font-size: 9px;
    display: block;
    line-height: 1;
  }
  .cart_paymnt.desk_hide.cart_pro.cart_paym_top {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 25px 15px 10px;
  }
  .desk_hide.cart_paymnt.cart_pro img {
    margin: 0 8px;
  }
  .desk_hide.cart_paymnt.cart_pro.cart_paym_top img.payy {
    max-width: 30px;
  }
  .desk_hide.cart_paymnt.cart_pro.cart_paym_top img.visaa {
    max-width: 29px;
  }
  .desk_hide.cart_paymnt.cart_pro.cart_paym_top img.mastrr {
    max-width: 26px;
  }
  .desk_hide.cart_paymnt.cart_pro.cart_paym_top img.amricc {
    max-width: 28px;
  }
  .desk_hide.cart_paymnt.cart_pro img.pall {
    max-width: 30px;
  }
  .mobil_qty_mn input[type="number"] {
    width: 100%;
    text-align: center;
    border: 1px solid #f4f4f4;
    height: 32px;
  }
  .cart_text_div_mn .cart_content_in form .cart-left_content .cart_img {
    -ms-flex-item-align: start;
        align-self: start;
    -webkit-align-self: start;
  }
  .mobil_qty_mn {
    display: inline-block;
    width: 50px;
    float: none;
    text-align: center;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .row.main_md_qt {
    width: 100%;
    margin-top: 6px;
  }
  .cart_txt_pg .main_md_qt a.cart_remove {
    margin-top: 0;
  }
  .main_md_qt .cart_content_price {
    font-weight: 600;
    color: #000;
  }
  .mob-ln-qty {
    width: 100%;
  }
  .blog-top {
    padding: 0 0 30px;
  }
  .blog_bar_outer .menu-selector span {
    padding-left: 0;
  }
  .blog_intr {
    max-width: inherit;
    text-align: left;
  }
  .blog_text.blog_newsletter {
    padding: 30px;
  }
  .blog_text p.sh_data {
    width: 100%;
    text-align: center;
    font-size: 8px;
  }
  .template-blog .coll_outer_grid.img_blur .blog_new {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .blog_bar_outer .coll_filter_menu li a {
    padding-left: 15px;
  }
  .template-blog .coll_outer_grid.img_blur {
    overflow: hidden;
  }
  div#disqus_thread {
    margin-left: 0;
    margin-right: 0;
  }
  #art_fixed_bar.social_fix_br {
    display: block;
  }
  .artical-social.social_fix_br .art_social_left a img,
  .blog_thmb_nl_nxt,
  .blog_thmb_nl_prev {
    display: none;
  }
  .artical-social.social_fix_br .art_social_left a span {
    font-size: 0px;
    margin: 9px 0 0 0;
  }
  .artical-social.social_fix_br .art_social_left a span i {
    font-size: 20px;
    margin: 0;
  }
  .search_to_outer {
    padding-bottom: 40px;
  }
  h1.search_top {
    margin: 30px 0;
    font-size: 16px;
  }
  .collection-filter.search_b_up {
    display: block !important;
  }
  .search_b_up form.search.blog_bar_search input.art_search {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    border-top-width: 1px;
  }
  .search_b_up form.input-group.search.blog_bar_search {
    max-width: 100%;
    border: 0;
  }
  .search_b_up .blog_bar_search button.art-search-btn {
    right: 0;
    padding-right: 0;
  }
  .spage_rgt {
    border-top: 1px solid #f1f1f1;
  }
  .articel_topic {
    bottom: 10px;
  }
  .article_tp {
    position: relative;
    height: auto;
    top: 0;
  }
  .artcle_btm {
    top: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .article_tp .article-banner img {
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
    top: 0;
  }
  .article_tp .article-banner {
    -webkit-transform: inherit !important;
            transform: inherit !important;
    opacity: 1 !important;
  }
  .applebtn img {
    max-width: 50px;
  }
  .home-effect_out {
    margin-bottom: 0;
  }
  .product_key_fture .pro_reviews {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    margin-top: 70px;
  }
  .product_key_fture {
    margin-bottom: 70px;
  }
  .selected_value {
    height: 14px !important;
  }
  .artical-social .social-sharing {
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .mac_pc .Prodcut_single_txt span#ProductPrice span {
    margin-top: 5px;
  }
  .mob_qty_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
  }
  .mob_qty_main_inner {
    float: left;
    width: 72%;
  }
  .mobil_qty_mn_right {
    float: right;
  }
  .tabs_content .ip_warning {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .cart_paymnt.cart_pro.cart_paym_top img.sezzl {
    max-width: 26px;
  }
  .Hcancel-video {
    right: 32px;
    top: 28px;
    width: 44px;
    height: 44px;
    background: transparent;
  }
}

.tabs_content .ip_warning {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.cart_paymnt.cart_pro.cart_paym_top img.sezzl {
  max-width: 26px;
}

.tabs_content .ip_warning {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.cart_paymnt.cart_pro.cart_paym_top img.sezzl {
  max-width: 26px;
}

@media (max-width: 575px) {
  #video-overlay h1 {
    font-size: 16px;
  }
  #video-overlay h1 {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
  }
  .index_collection .coll_title_outer h3,
  input[type="submit"]  {
    font-size: 12px;
  }
  #logo_slider {
    display: none !important;
  }
  #mobile_logo_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkitflex;
  }
  .index_logo.index_logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  .index_logo.index_logo_mobile .col {
    display: none;
  }
  .index_logo.index_logo_mobile .col:first-child,
  .index_logo.index_logo_mobile .col:nth-child(2) {
    display: block;
  }
  .contact_map iframe {
    height: 350px;
  }
  .index_logo .index_img_outer img {
    max-width: 90px;
    max-height: 16px;
  }
  .swatch.product_imgsel .swatch-element {
    margin: 5px 8px 0 0;
  }
  #more_information {
    padding-top: 20px;
  }
  .key_fture_text {
    width: 82%;
  }
  .money_back .shipp_detail img.shipp-detail-img {
    max-width: 30px;
  }
  .money_back .shipp_detail:first-child img {
    max-width: 40px;
  }
  .Address_form form .address_btn .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
  .address_head .btn {
    max-width: 280px;
    margin-top: 8px;
  }
  .unknown_page h3 {
    font-size: 21px;
  }
  .unknown_page p {
    margin: 40px 0 60px;
  }
  .mob_orders h6,
  .mob_orders a,
  .mob_orders p {
    font-size: 10px;
  }
  .order_single .table thead th {
    font-size: 10px;
  }
  .order_single .table thead th,
  .order_single .table tbody td,
  .order_single .table tfoot td {
    padding: 10px 5px;
    font-size: 11px;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h1 {
    font-size: 26px;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe img {
    max-width: 120px;
  }
  .afterpay_popup #afterpay_popup .wel_subscribe h5 {
    font-size: 18px;
  }
  .afterpay_popup #afterpay_popup .wel_right {
    padding: 12% 9%;
  }
  #storemapper .storemapper-form-inner button#storemapper-go {
    position: static;
    width: 100%;
    padding: 6px 15px;
    height: 38px;
  }
  #storemapper .storemapper-form-inner input#storemapper-zip {
    padding-right: 12px;
    margin-top: 10px;
  }
  #storemapper-left {
    padding-top: 0 !important;
  }
  #storemapper .storemapper-form-inner label {
    font-size: 10px;
  }
  p.rev_count {
    text-align: left;
  }
  .pro_reviews .slick-initialized .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
  .after_pay span {
    font-size: 10px;
  }
  .qty-box > span.new_preorder_item,
  .gne-pre .new_preorder_item {
    font-size: 10px;
    top: 30px;
    right: 28px;
  }
  span.preorder_badge.product_preorder {
    font-size: 10px;
  }
  .gne-pre .new_preorder_item {
    width: 100%;
  }
  .after_pay-imgg img {
    margin-top: -8px;
  }
  .swatch.product_imgsel .image_selected .opti_img::before {
    height: 102%;
  }
  #reviews_custom .text-right.verify_buye,
  .pro_reviews .text-right.verify_buye {
    padding-left: 0;
  }
  .pro_reviews .slick-initialized .slick-slide {
    padding: 15px 14px;
  }
  main .Product_slide .slick-list .Hcancel-video img {
    float: none;
    margin-top: 27%;
  }
  .template-article .artical_main-content .artical-middle-content iframe,
  .template-article .artical_main-content .artical-middle-content img {
    width: 114% !important;
    margin-left: -7% !important;
  }
  .cart_paymnt.desk_hide.cart_pro.cart_paym_top img {
    margin: 0 3px;
  }
  .blog_text h4 {
    font-size: 16px;
  }
  .blog_text p {
    line-height: 22px;
  }
  .blog_news_inn {
    margin: 13px 0 10px;
  }
  .blog_intr #mc_embed_signup form input[type="email"] {
    height: 35px;
    padding-right: 110px;
    font-size: 12px;
    padding-left: 10px;
  }
  .blog_intr #mc_embed_signup form input[type="submit"] {
    height: 35px;
    font-family: "Gotham";
  }
  .blog_text.blog_newsletter {
    padding: 20px;
  }
  #after_pop {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
  }
  .option_pick {
    font-size: 12px;
  }
  .Prodcut_single_txt .swatch.device {
    margin-bottom: 1em;
  }
  .Prodcut_single_txt .swatch.product_yesno.new-3 {
    margin-bottom: 1em;
  }
  .cart_paymnt.cart_pro {
    margin-top: 18px;
  }
  .artical_main-content
    #mc_embed_signup
    form
    .mc_field_mn
    input[type="submit"] {
    padding: 0 12px;
    height: 35px;
  }
  .artical_main-content #mc_embed_signup form input[type="email"] {
    height: 36px;
  }
}

@media (min-width: 480px) {
  .desk-rev-showw {
    display: block !important;
  }
  .mobile-rev-showw {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .mobile-rev-showw {
    display: block !important;
  }
  .template-article .artical_main-content .artical-middle-content iframe,
  .template-article .artical_main-content .artical-middle-content img {
    width: 118% !important;
    margin-left: -9% !important;
  }
  .ip_warning {
    margin: 18px -3% 1px;
    width: 92%;
  }
}

.index_collection .coll_title_outer h3 {
  margin: 0;
  background: #005FBE;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 19px 0;
  border-radius: 0;
  opacity: 1 !important;
  border: 0;
  line-height: 18px;
  font-family: "Gotham";
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  letter-spacing: 0.1em;
}

@media (max-width: 1281px) {
  .index_collection .coll_title_outer h3 {
    margin: 0;
    background: #005FBE;
    width: 100%;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    opacity: 1 !important;
    border: 0;
    line-height: 18px;
    font-family: "Gotham";
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: inherit !important;
            box-shadow: inherit !important;
    letter-spacing: 0.1em;
  }
}


@media only screen and (max-width: 768px) {
  .fs-mobile div.fs-entry-container,
  .fs-desktop div.fs-entry-container {
    height: 0;
    width: calc(100% / 2) !important;
    padding-top: calc(100% / 2) !important;
  }
}

.fs-wrapper div.fs-timeline-entry {
  margin: 10px;
}

.figcaption a p.h6 {
  font-size: 15px;
}

.figcaption p.price_wrapper .money,
.figcaption .price_wrapper em {
  font-size: 12px;
}

.product-grid-item a .coll_cta {
  font-size: 12px;
}

.collection_grid h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 44px;
  letter-spacing: 0.03em;
}

div#add_outer.add_to_click.btn_gray button#AddToCart {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  letter-spacing: 0.1em;
}

.index_collection .coll_title_outer h3  {
  margin: 0;
  background: #005FBE;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.Product_slide button.slick-next.slick-arrow,
.index_collection button.slick-next.slick-arrow {
  right: 0;
  height: 100%;
  width: 34px;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
}

.Product_slide button.slick-next.slick-arrow {
  right: 2px;
}

.Product_slide button.slick-next.slick-arrow::before,
.index_collection button.slick-next.slick-arrow::before {
  background-image: url("https://cdn.shopify.com/s/files/1/0941/8836/files/arrow-right.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 90px;
  width: 34px;
  background-color: #000;
  opacity: 1;
  display: inline-block;
}

.Product_slide button.slick-prev.slick-arrow,
.index_collection button.slick-prev.slick-arrow {
  left: 0;
  height: 100%;
  width: 34px;
  cursor: pointer;
  z-index: 20;
}

.Product_slide button.slick-next.slick-arrow,
.Product_slide button.slick-prev.slick-arrow {
  height: 90px;
  opacity: 1 !important;
}

.Product_slide button.slick-next.slick-arrow:hover,
.Product_slide button.slick-prev.slick-arrow:hover {
  opacity: 0.75 !important;
}

.Product_slide button.slick-prev.slick-arrow {
  left: 10.66%;
}

.Product_slide iframe {
  width: 100%;
  max-width: 100%;
}

.Product_slide button.slick-prev.slick-arrow::before,
.index_collection button.slick-prev.slick-arrow::before {
  background-image: url("https://cdn.shopify.com/s/files/1/0941/8836/files/arrow-left.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 90px;
  width: 35px;
  background-color: #000;
  opacity: 1;
  display: inline-block;
}

div#country_modal .country_list a {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.index_collection .coll_title_outer h3  {
  margin: 0;
  background: #005FBE;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.index_logo_section h5 {
  font-size: 12px;
  letter-spacing: 0.1em;
}

img.varsel_error {
  -webkit-transform: inherit;
          transform: inherit;
}

.varsel_error {
  border: 1px solid red;
}

.select_drop.vardrop_error .option_pick {
  border: 1px solid red;
}

.collection__content.on_banner h1 {
  color: #fff;
}

main .Product_slide .Hcancel-video img {
  width: 16px;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1920px) and (min-width: 1800px) {
  .Product_slide button.slick-next.slick-arrow,
  .index_collection button.slick-next.slick-arrow {
    width: 35px;
  }
  .Product_slide button.slick-next.slick-arrow::before,
  .index_collection button.slick-next.slick-arrow::before {
    width: 35px;
  }
  .index_collection button.slick-prev.slick-arrow {
    top: 42.6%;
  }
  .index_collection button.slick-next.slick-arrow {
    top: 42.6%;
  }
}

@media (max-width: 1521px) {
  .Product_slide button.slick-next.slick-arrow,
  .index_collection button.slick-next.slick-arrow {
    width: 36px;
  }
}

@media (max-width: 1440px) {
  .Product_slide button.slick-next.slick-arrow,
  .index_collection button.slick-next.slick-arrow {
    width: 34px;
  }
  .Product_slide button.slick-prev.slick-arrow {
    left: 10.7%;
  }
}

@media (max-width: 1366px) {
  .Product_slide button.slick-next.slick-arrow,
  .index_collection button.slick-next.slick-arrow {
    width: 33px;
  }
  .index_collection button.slick-prev.slick-arrow {
    top: 39%;
  }
  .index_collection button.slick-next.slick-arrow {
    top: 39%;
  }
}

@media (max-width: 1280px) {
  .Product_slide button.slick-next.slick-arrow,
  .index_collection button.slick-next.slick-arrow {
    width: 35px;
  }
  .Product_slide button.slick-next.slick-arrow::before,
  .index_collection button.slick-next.slick-arrow::before {
    width: 35px;
  }
  .Product_slide button.slick-next.slick-arrow:not(:root:root),
  .index_collection button.slick-next.slick-arrow:not(:root:root) {
    width: 34px;
  }
  .Product_slide button.slick-prev.slick-arrow {
    left: 10.73%;
  }
  .index_collection button.slick-prev.slick-arrow {
    top: 38%;
  }
  .index_collection button.slick-next.slick-arrow {
    top: 38%;
  }
}

@media (max-width: 992px) {
  .Product_slide button.slick-prev.slick-arrow {
    left: 10.82%;
  }
}

@media (max-width: 1024px) {
  .index_collection button.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .Product_slide button.slick-prev.slick-arrow {
    left: 1px;
  }
  .Product_slide button.slick-next.slick-arrow::before,
  .Product_slide button.slick-prev.slick-arrow::before {
    height: 75px;
  }
}

.show_pdp_video {
  display: block !important;
  opacity: 1 !important;
  position: absolute !important;
  width: 100% !important;
  top: 0 !important;
}

.ip_bar {
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 5px 8px;
}

.ip_bar p {
  margin: 0 5px 0 0;
  padding: 5px 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.ip_bar a.ip_btn.ip_send {
  background-color: #005FBE;
}

.ip_bar a.ip_btn {
  color: #fff;
  padding: 4px 20px;
  font-size: 10px;
  text-transform: uppercase;
}

.ip_bar a.ip_btn.ip_close {
  background-color: #353535;
}

.ip_bar .ip_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-left: 10px;
}

.ip_cookie_outer {
  position: fixed;
  bottom: 35px;
  width: 100%;
  text-align: center;
  z-index: 9;
  background: rgba(0, 112, 188, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  padding: 20px 0;
}

.ip_cookie {
  width: 100%;
  margin: 0 auto;
  max-width: 530px;
}

.ip_cookie a {
  color: #fff;
  text-decoration: underline;
}

.ip_cookie p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
}

.ip_cookie_btn a {
  background-color: #fff;
  padding: 10px 21px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.ip_cookie_btn {
  float: right;
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .ip_cookie_btn {
    position: static;
    float: none;
    display: inline-block;
    width: 100%;
  }
  .ip_cookie_outer {
    display: inline-block;
    width: 100%;
  }
  .ip_cookie_btn a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .ip_cookie_outer {
    top: initial !important;
  }
}

@media (max-width: 767px) {
  .ip_bar.text-center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .ip_left {
    text-align: left;
  }
  .ip_bar p {
    margin: 0 18px 0 0;
  }
  .ip_bar a.ip_btn {
    padding: 8px 20px;
  }
  .ip_cookie_outer {
    bottom: initial !important;
    top: 92px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 0;
    z-index: 1000;
  }
  .ip_cookie {
    width: 90%;
    max-width: 370px;
  }
  .ip_cookie_btn {
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    position: static;
    margin-top: 15px;
  }
  .ip_cookie p {
    font-size: 10px;
  }
}

#ip_product_bar {
  border: 1px solid #f13031;
  padding: 5px;
  margin-bottom: 15px;
}

#ip_product_bar label {
  color: #f13031;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "Gotham";
  max-width: 260px;
  margin: 4px 0 8px;
}

.ip_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 0;
}

.ip_pro {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-basis: 0;
  max-width: 100%;
}

.ip_pro a {
  display: block;
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-transform: uppercase;
}

#ip_no a {
  background: #353535;
}

#ip_yes a {
  background: #005FBE;
}

button#notify_button.btn_dis {
  background: #b7b7b7;
}

.preor_outer.pre_btn_dis #AddToCart,
.preor_outer.pre_btn_dis #add_outer,
.apple_outer.app_btn_dis #AppleToCart {
  background: #b7b7b7;
}

@-webkit-keyframes svg-load {
  0%,
  24% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25%,
  49% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50%,
  74% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  75%,
  100% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

@keyframes svg-load {
  0%,
  24% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25%,
  49% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50%,
  74% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  75%,
  100% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

.template-product .svg-loading-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  z-index: 2;
}

.template-product .svg-loading-wrapper .svg-loading-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.template-product
  .svg-loading-wrapper
  .svg-loading-container
  .svg-loading-track {
  width: 50px;
  height: 200px;
  -webkit-animation: svg-load 1600ms linear infinite;
          animation: svg-load 1600ms linear infinite;
}

.template-product
  .svg-loading-wrapper
  .svg-loading-container
  .svg-loading-track
  .svg-loading-item {
  width: 50px;
  height: 50px;
}

.template-product
  .svg-loading-wrapper
  .svg-loading-container
  .svg-loading-track
  .svg-loading-item
  svg {
  width: 50px;
}

.template-product #ProductPhoto-product {
  margin-bottom: 30px;
}

.template-product .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.template-product .Product_section_upper {
  min-height: 590px;
}

@media screen and (max-width: 767px) {
  .template-product .Product_section_upper {
    min-height: 380px;
  }
}

.template-product .product_image_section .slick-slide img {
  width: auto;
  margin: 0 auto;
}

.template-product .product_dropdown ul.swatch_ul {
  display: none;
  visibility: hidden;
}

.template-product #preorder-me-msg {
  display: none !important;
}

.template-product .slider_thumb .product__tumb img.Product_thumbb-product {
  max-width: 100%;
  margin-bottom: 31%;
}

.template-product .slider_thumb .product__tumb img.first_play {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: -14px;
  bottom: 0;
  margin: auto;
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(15px * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.status-label--pending {
  background-color: #fad782;
}

.status-label--with-ticket {
  background-color: rgba(0, 95, 190, 1);
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: #0c9;
}

.status-label--new,
.status-label--open {
  background-color: #ff5252;
}

.status-label--answered {
  background-color: #fad782;
}

.status-label--official {
  background-color: rgba(0, 95, 190, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: #0c9;
}

.status-label--planned {
  background-color: #000000;
}

.status-label--not-planned {
  color: #000000;
  background-color: #d9d9d9;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc(15px * 0.75);
}

.attachment-list__item {
    position: relative;
    padding-left: calc(12px * 1.5);
    margin-bottom: calc(15px * 1.5 / 2);
  }

.attachment-list__item:last-child {
      margin-bottom: 0;
    }

.attachment-list__icon {
    position: absolute;
    left: 0;
    top: 4px;
  }

.promoted-articles__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.promoted-articles__title {
  font-weight: 500;
}

.promoted-articles-item__title {
  display: block;
  font-size: calc(15px * 1);
  margin-bottom: calc(15px * 1.5 / 4);
}

.callout {
  padding: calc(15px * 1.5) 20px;
  margin-bottom: calc(15px * 1.5);
  background-color: #d4d4d4;
  border-left-width: 5px;
  border-left-style: solid;
}

.callout p:last-child {
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: #000000;
  background-color: #d1fff4;
  border-color: #0c9;
}

.callout--success .callout__title {
    color: #0c9;
  }

.callout--info {
  color: #000000;
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #000000;
  background-color: #fffbf3;
  border-color: #fad782;
}

.callout--warning .callout__title {
    color: #fad782;
  }

.callout--danger {
  color: #000000;
  background-color: #fff5f5;
  border-color: #ff5252;
}

.callout--danger .callout__title {
    color: #ff5252;
  }

.callout--primary {
  color: #000000;
  background-color: #fff;
  border-color: rgba(0, 95, 190, 1);
}

.callout--primary .callout__title {
    color: rgba(0, 95, 190, 1);
  }

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
          box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    content: '';
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: 3;
  }

.image-with-video-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 12px);
    counter-increment: list;
    margin-bottom: calc(15px * 1.5 / 1.5) !important;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      content: counter(list);
      text-align: center;
      font-size: calc(15px * 0.75);
      width: 30px;
      height: 30px;
      background-color: rgba(0, 95, 190, 1);
      border-radius: 50%;
      z-index: 1;
      color: #fff;
      line-height: 30px;
    }

.list-colored ol {
    counter-reset: list;
    list-style-type: none;
    margin-bottom: 14px;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      left: 0;
      top: -3px;
      font-family: "Font Awesome 5 Free"; font-weight: 900;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      content: '\f046';
      color: rgba(0, 95, 190, 1);
      background-color: transparent;
      width: auto;
      height: auto;
    }

.list-bullet ul {
    list-style: none;
    margin-bottom: 14px;
  }

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

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

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

.text-primary {
  background-color: #58acff;
}

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

.text-warning {
  background-color: #fad782;
}

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #0c9;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 0;
  padding-top: 0;
  margin-bottom: calc(15px * 1.5);
}

.accordion__item-title {
  position: relative;
  font-size: calc(15px * 1.25);
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    content: '';
    position: absolute;
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
  }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    left: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid rgba(0, 95, 190, 1);
    border-left: 2px solid rgba(0, 95, 190, 1);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
      left: 20px;
    }

.accordion--colored .accordion__item-title:after {
      content: '';
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      background-color: rgba(0, 95, 190, 1);
      color: #fff;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc(15px * 1.5);
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab p:last-child {
    margin-bottom: 0;
  }

@media (min-width: 768px) {

.tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: rgba(0, 95, 190, 1);
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: rgba(0, 95, 190, 1);
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: rgba(0, 95, 190, 1);
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
  }

.tabs--colored-1 .tab {
    background-color: #f6f6f6 !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f6f6f6;
    border-bottom-color: #f6f6f6;
  }

.tabs--colored-2 .tabs-link:hover {
      color: rgba(0, 95, 190, 1);
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: rgba(0, 95, 190, 1);
    border-color: rgba(0, 95, 190, 1);
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f6f6f6 !important;
  }

/* Community */

.community-nav {

}

.community-nav__item {
    float: left;
  }

.community-nav__item + .community-nav__item {
      margin-left: 12px;
    }

.community-nav__item.is-active {
      font-weight: 500;
    }

.community-nav__item--button {
    float: right;
  }

.vote {
  width: 100%;
}

.vote [aria-selected=true] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  padding-top: calc(15px * 1.5 / 4);
  padding-bottom: calc(15px * 1.5 / 4);
  font-weight: 500;
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  padding: calc(15px * 1.5 / 6) 0 !important;
  font-size: 15px !important;
  color: #000000;
  border-color: #d9d9d9;
  line-height: 1.5 !important;

}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control--active {
    border-color: #474747;  
  }

@media (min-width: 768px) {

.topic-list-page {
    margin-bottom: calc(15px * 1.5)
}
  }

.topic-list-item:nth-child(2n+1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(15px * 1.5) 12px;
  margin-bottom: calc(15px * 1.5);
  border: 2px solid #d9d9d9;
  border-radius: 0;
}

.topic-list-item__title {
  margin-bottom: calc(15px * 1.5 / 2);
}

.topic-page {
  margin-bottom: calc(15px * 1.5 * 2);
}

.topic {
  padding-bottom: calc(15px * 1.5 / 2);
  margin-bottom: calc(15px * 1.5);
  border-bottom: 2px solid #d9d9d9;
  display: table;
  width: 100%;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
  
}

@media (min-width: 480px) {

.topic__col {
      vertical-align: top
  
}
  }

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  font-size: calc(15px * 1.75);
  margin-bottom: calc(15px * 1.5 / 2);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(15px * 1.5 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(15px * 1.5 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

.topic-controls__item--subscribe .dropdown-menu {
    left: initial;
    right: 0;
  }

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc(15px * 1.5 * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc(15px * 1.5);
}

.post__title {
  font-size: calc(15px * 1.5);
  padding-right: calc(12px * 1.5);
}

@media (min-width: 768px) {

.post__title {
    font-size: calc(15px * 1.75)
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(15px * 2.5)
}
  }

.post-meta {
  display: table;
  margin-bottom: calc(15px * 1.5);
  width: 100%;
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 12px);
}

.post__body ul {
    list-style: disc;
  }

.post__body ul,
  .post__body ol {
    padding-left: 20px;
  }

.post__body ul ul {
      margin-top: calc(15px * 1.5 / 2);
    }

.post__body ul ol {
      margin-top: calc(15px * 1.5 / 2);
    }

.post__body ol ul {
      margin-top: calc(15px * 1.5 / 2);
    }

.post__body ol ol {
      margin-top: calc(15px * 1.5 / 2);
    }

.post__body ul li {
      margin-bottom: calc(15px * 1.5 / 2);
    }

.post__body ol li {
      margin-bottom: calc(15px * 1.5 / 2);
    }

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    content: '\f013';
    margin-left: 0;
    font-size: 15px;
  }

.post__actions .dropdown-menu {
  width: auto;
}

.post__actions .dropdown-menu [role=menuitem] {
    white-space: nowrap;
  }

.post-callout {
  background-color: #d9d9d9;
  padding: calc(15px * 1.5 / 2) 15px;
}

@media (max-width: 767px) {

.post-callout {
    margin-bottom: 25px
}
  }

.post-callout__title {
  font-size: calc(15px * 1.1);
  font-weight: 500;
}

@media (min-width: 768px) {

.post-list-page {
    margin-bottom: calc(15px * 1.5 * 2)
}
  }

.post-list-item {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: calc(15px * 1.5);
  padding-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  font-size: calc(15px * 1.5);
  margin-bottom: calc(15px * 1.5 / 2);
}

.post-list-item__title .fa-star {
    position: relative;
    font-size: 50%;
    top: -4px;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  color: #989898;
  font-size: 14px;
}

@media (min-width: 768px) {

.post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: calc(12px / 2) 12px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    color: #000000;
    font-weight: 500
}
  }

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.post-status--completed,
.post-status--answered {
  background-color: #0c9;
}

.post-status--planned {
  background-color: #000000;
}

.post-status--not-planned {
  color: #000000;
  background-color: #d9d9d9;
}

@media (min-width: 768px) {

.new-post-page {
    margin-bottom: calc(15px * 1.5 * 2)
}
  }

.new-post-title {
  font-size: calc(15px * 1.5);
}

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(15px * 1.75)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(15px * 2.5)
}
  }

.new-post-form {
  margin-bottom: calc(15px * 1.5);
}

.site__header--popup {
    font-size: 12px;
    padding: 26px 11px;
  cursor: pointer;
    border-bottom: 2px solid transparent;
}

.site__header--popup:focus, .site__header--popup:hover {
    border-bottom-color: #757575;
}

.site__header--popup a {
  color: #000;
  font-family: "Gotham";
  font-weight: 500;
}

.site__header--popup:focus a, .site__header--popup:hover a {
    color: #757575!important;
}

.site__header--cart {
  padding-left: 15px;
}

.site__header--cart:before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    bottom: 13px;
    top: 13px;
    background: #d9d9d9;
}

.site-nav .mega_list a > span {
  padding-right: 17px;
}

.site-nav .mega_list a span:after {
    position: absolute;
    height: 12px;
    width: 12px;
    content: "";
    right: 0;
    top: calc(50% - 7px);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==);
    background-size: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    opacity: .6;
}

.site-nav .mega_list a:hover span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzAwNzBiYyI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==);
}

#botxo-button-1 img {
  border: 0 !important;
  padding: 0 !important;
}


.recent-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}






/***** FOOTER 2023 *****/
/* From Shopify theme code */

.site__footer {border-top: 1px solid #aaa;padding: 60px 0 40px;margin-top: -5px}
@media (max-width: 767px) {.site__footer {padding:0 0 35px}}
.site__footer.lazyloaded {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(https://cdn.shopify.com/s/files/1/2576/2754/files/footer_background.png?v=1648771443);
  background-repeat: no-repeat;background-position: center 10%}
@media (min-width: 768px) {.site__footer.lazyloaded {background-size:cover}}
.site__footer>div {z-index: 2}
.site__footer:after {content: "";position: absolute;top: 0;right: 0;left: 0;height: 100%;z-index: 1;background-color: rgba(40,40,40,.3)}
.site__footer h5 {font-size: 14px;margin: 6px 0 15px;letter-spacing: .1em;font-weight: 500;color: #fff}
@media (max-width: 767px) {.site__footer h5 {margin:15px 0}}
.site__footer li {list-style: none}
.site__footer a {color: #fff;font-size: 14px;width: 100%}
.site__footer a:focus,.site__footer a:hover {color: #ddd}
.site__footer--logo svg {max-width: 140px;max-height: 43px;width: 100%;display: inline}
.site__footer--social span {font-size: 12px;padding-bottom: 1px}
.site__footer--social svg {max-width: 15px;margin: 0 auto;vertical-align: middle}
@media (max-width: 767px) {.site__footer--social svg {max-width:20px}}
.site__footer--social svg:focus,.site__footer--social svg:hover {fill: #ddd}
.site__footer--social path {transition: fill .5s ease;fill: #fff}
.site__footer--bottom {padding-top: 40px;color: #ddd}
@media (max-width: 767px) {.site__footer--bottom {padding-top:0}}
.site__footer #y-badges .y-badge {max-width: 174px!important;width: auto!important;height: auto}
.site__footer #y-badges .y-badge img {display: none!important}
.site__footer #y-badges .y-badge .y-badge-reviews,.site__footer #y-badges .y-badge .y-badge-stars,.site__footer #y-badges .y-badge .y-powered-by {position: static}
.site__footer #y-badges .y-badge .y-badges-certified {display: none}
.site__footer #y-badges .y-badge .y-badge-reviews {margin-top: 22px;margin-bottom: 10px}
.site__footer #y-badges .y-badge .y-powered-by {font-family: Gotham;margin-top: 8px;white-space: normal;color: #eee}
.site__tagline p {font-size: 26px;color: black;}
.site__tagline--t {font-size: 12px !important;}
@media (max-width: 767px) {.site__tagline p {font-size:18px}}
.payment {opacity: .8}
.payment.color-invert {filter: invert(1)}
.payment.payment--buy {min-width: 190px;max-width: 210px;opacity: .5 }
.payment.payment--buy svg {flex-shrink: 1;margin-right: 6px }
.payment svg {width: auto;margin-right: 10px }
.payment svg:last-of-type {margin-right: 0!important }
.payment .icon-visa {height: 11px }
.payment .icon-amex,.payment .icon-mastercard {height: 22px }
.payment .icon-applepay,.payment .icon-paypal {height: 15px }
.payment .icon-afterpay,.payment .icon-shoppay {height: 13px }
.yotpo div,.yotpo span{font-family:Open Sans;-webkit-font-smoothing:antialiased;font-size:14px;line-height:17px;color:#6a6c77}
#y-badges .y-badge{cursor:pointer;height:160px;width:151px;position:relative;margin:inherit!important}
@media (max-width: 1199px) and (min-width:992px) {
#y-badges .y-badge{margin-left:-10px!important}
}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .y-badge{width:110px;height:104px}
}
@media (max-width: 767px) {
#y-badges .y-badge{margin:0 auto!important}
}
#y-badges img{width:100%}
#y-badges .review__stars--score{font-size:17.5px;font-family: Open Sans !important;}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .review__stars--score{font-size:13.5px}
}
#y-badges .y-badge-reviews{position:relative;text-align:center;top:-100px;font-size:33px;color:#fff}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .y-badge-reviews{top:-76px;font-size:24px}
}
#y-badges .y-badge-stars{position:absolute;top:67px;left:0!important;right:0;text-align:center}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .y-badge-stars{top:46px}
}
#y-badges .y-badges-certified{color:#5997c1;font-size:11px;text-transform:uppercase;position:absolute;top:90px;left:14px;max-width:120px;width:120px;text-align:center}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .y-badges-certified{left:9px;font-size:9px;top:63px;width:92px}
}
#y-badges .y-powered-by{position:absolute;top:143px;width:100%;text-align:center;font-size:12px}
@media (max-width: 991px) and (min-width:768px) {
#y-badges .y-powered-by{font-size:11px;top:105px}
}
.yotpo div,.yotpo span{font-family:Open Sans;-webkit-font-smoothing:antialiased;font-size:14px;line-height:17px;color:#6a6c77}
#y-badges .y-badge-stars .yotpo-icon{display:inline-block!important;float:none!important}
.review__stars--score:before{content:"\2605\2605\2605\2605\2605";letter-spacing:-1px;background:linear-gradient(90deg,#fec600 var(--percent),#ccc var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
#launcher{margin:10px 12px!important}
#launcher,iframe[title="Button to launch messaging window"]{transition:bottom .2s ease-in-out!important}
#botxo-chat-1 {z-index: 2000 !important}

/***** HELPERS 2023 *****/
/* From Shopify theme code */

.font-family-gotham {font-family: 'Gotham', sans-serif;font-weight: 500;}

/***** COMMENT 2023 *****/
/* Custom theme code */
.article-comments > ul{padding-left:20px}
.comments__callout{font-size:calc(15px * 0.75);color:#989898}
.comments__callout:empty{display:none}
.comments__list{padding-left:0;list-style:none}
.comment-overview{border-top:1px solid #ddd;padding:20px 0;display:flex;align-items:center}
.comment-overview::before{height:0}
.comment-overview p{margin:0 0 5px 20px}
.comment-heading{margin-bottom:5px;margin-top:0;font-size:18px;font-weight:600}
h3.comment-heading{font-size:15px;margin-bottom:10px}
.comment-callout{color:#333;display:inline-block;font-size:13px;margin-bottom:0}
.comment-callout a{color:rgba(0, 0, 0, 1);text-decoration:underline}
.comment-callout a:visited{color:$visited_link_color}
.comment-callout a:hover,.comment-callout a:active,.comment-callout a:focus{color:$hover_link_color}
.comment-sorter{display:inline-block;float:right}
.comment-sorter .dropdown-toggle{color:#333;font-size:13px}
.comment-form__body{margin-bottom:calc(15px * 1.5)}
@media (min-width: 768px) {
.column--search,.column--sidebar{padding-left:68px;margin-top:80px}
}
.comment-sorter{margin-bottom:calc(15px * 1.5);border-bottom:2px solid #d9d9d9;padding-bottom:calc(15px * 1.5)}
@media (min-width: 768px) {
.comment-sorter{display:table;width:100%}
}
@media (min-width: 768px) {
.comment-sorter__col{display:table-cell;vertical-align:middle}
}
@media (max-width: 767px) {
.comment-sorter__col--main{margin-bottom:calc(15px * 1.5 / 2)}
}
@media (min-width: 768px) {
.comment-sorter__col--main{padding-right:12px}
}
@media (min-width: 768px) {
.comment-sorter__col--filters{text-align:right}
}
.comment-sorter__item.is-active{font-weight:500}
.comment-sorter__item + .comment-sorter__item:before{margin:0 calc(12px / 2);font-size:10px;content:'\2022'}
.comment{margin-bottom:calc(15px * 1.5);border-bottom:2px solid #d9d9d9}
.comment__inner{position:relative;padding-right:calc(40px + 12px)}
.comments__content{position:relative;padding-right:12px}
.comment__header{position:relative;margin-bottom:calc(15px * 1.5)}
.comment__voting-and-actions{position:absolute;right:0;top:0;width:40px;text-align:center}
.comment__voting-and-actions .dropdown-toggle:after{margin-left:0;display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f013'}
.comment__official-heading{position:absolute;right:calc(12px * 3);top:0;width:auto;padding:1px calc(12px / 2);font-size:calc(15px * 0.75);color:#fff;background-color:rgba(0, 95, 190, 1);border-radius:0 0 0 0}
.comment--official .comment__inner{position:relative;border:2px solid rgba(0, 95, 190, 1);border-radius:0;background-color:#d8ebff;padding:calc(15px * 1.5) calc(12px * 2) calc(15px * 1.5) calc(12px * 2)}
.comment-form{position:relative;margin-bottom:calc(15px * 1.5)}
.comment-form__avatar{position:absolute;top:0;left:0}
@media (max-width: 767px) {
.comment-form__avatar{display:none}
}
.comment__body{margin-bottom:calc(15px * 1.5)}
.comment__body ul{list-style:disc}
.comment__body ul,.comment__body ol{padding-left:20px}
.comment__body ul ul{margin-top:calc(15px * 1.5 / 2)}
.comment__body ul ol{margin-top:calc(15px * 1.5 / 2)}
.comment__body ol ul{margin-top:calc(15px * 1.5 / 2)}
.comment__body ol ol{margin-top:calc(15px * 1.5 / 2)}
.comment__body ul li{margin-bottom:calc(15px * 1.5 / 2)}
.comment__body ol li{margin-bottom:calc(15px * 1.5 / 2)}
.comment-form__attachments{margin-bottom:calc(15px * 1.5)}
.comment-form__mark-as-solved{position:relative}
.comment-form__comment-ccs ul{margin-bottom:0}
.comment-sorters{display:none!important}
.comment-list{padding-left:0;list-style:none}
.comment-container{color:#666}
.comment-container p,.comment p{color:#111}
.comment{border-bottom:0;color:#111}
.comment-wrapper{display:flex;position:relative}
.comment-wrapper.comment-official{border:1px solid $brand_color;padding:40px 20px 20px}
@media (min-width: 768px) {
.comment-wrapper.comment-official{padding-top:20px}
}
.comment-info{min-width:0;padding-right:20px;width:100%}
.comment-author{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:20px}
@media (min-width: 768px) {
.comment-author{justify-content:space-between}
}
.comment-avatar{margin-right:10px;max-width:50px}
.comment-meta{flex:1 0 auto;font-weight:500}
.comment-meta .meta-data{color:#989898;font-weight:400}
.comment-labels{flex-basis:100%}
@media (min-width: 768px) {
.comment-labels{flex-basis:auto}
}
.comment .status-label:not(.status-label-official){margin-top:10px}
@media (min-width: 768px) {
.comment .status-label:not(.status-label-official){margin-top:0}
}
.comment-form{display:flex;word-wrap:break-word}
.comment-container{width:100%}
.comment-form-controls{margin-top:10px;text-align:left}
@media (min-width: 768px) {
[dir="ltr"] .comment-form-controls{text-align:right}
}
@media (min-width: 1024px) {
.comment-form-controls input[type="submit"]{margin-left:15px}
}
.comment-form-controls input[type="checkbox"]{margin-right:5px}
.comment-ccs{display:none}
.comment-ccs + textarea{margin-top:10px}
.comment-attachments{margin-top:10px}
.comment-attachments a{color:$brand_color}
.comment-body{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;word-break:break-word;word-wrap:break-word;font-family:$text_font;line-height:1.6;overflow-x:auto}
.comment-body a{color:rgba(0, 0, 0, 1);text-decoration:underline}
.comment-body a:visited{color:$visited_link_color}
.comment-body a:hover,.comment-body a:active,.comment-body a:focus{color:$hover_link_color}
.comment-body img{height:auto;max-width:100%}
.comment-body ul,.comment-body ol{padding-left:20px;list-style-position:outside;margin:20px 0 20px 20px}
.comment-body ul > ul,.comment-body ol > ol,.comment-body ol > ul,.comment-body ul > ol,.comment-body li > ul,.comment-body li > ol{margin:0}
.comment-body ul{list-style-type:disc}
.comment-body :not(pre) > code{background:darken($background_color,3%);border:1px solid #ddd;border-radius:3px;padding:0 5px;margin:0 2px}
.comment-body pre{background:darken($background_color,3%);border:1px solid #ddd;border-radius:3px;padding:10px 15px;overflow:auto;white-space:pre}
.comment-body blockquote{border-left:1px solid #ddd;color:#333;font-style:italic;padding:0 15px}
.comment-mark-as-solved{display:inline-block}
.article-votes{color:#000;padding:20px 0;text-align:center}
.article-votes-question{margin-bottom:10px;margin-top:0;font-size:18px;font-weight:600;display:block}
.vote{display:flex;}
.vote a:active,.vote a:hover,.vote a:focus{text-decoration:none}
.vote-sum{color:#333;display:block;margin:3px 0}
.vote-up:hover svg path,
.vote-down:hover svg path {stroke:#0056AB!important}
.vote-up,.vote-down{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:#333;cursor:pointer;min-height:20px;min-width:35px;display:flex;align-items:center;justify-content:center}
.vote-voted svg path {stroke:#3CAF57!important}
.vote-voted:hover{color:darken($brand_color,20%)}
.comment-actions button {border: 0; background-color: transparent;margin-right: 4px;}
.comment-actions button:hover svg path {stroke:#0056AB!important}

.header_right {margin-left: auto;}
.sidebar__title {letter-spacing: 1px;text-transform: uppercase;font-weight: 500;margin-bottom: 15px;margin-top: 65px;font-size: 16px;}
.sidebar__title a {color: #000}
@media (max-width: 767px) {
  .sidebar__title {margin-top: 0;}
}
.section-articles .sidebar__title {padding-left: 14px;}
.related-articles-title {letter-spacing: 1px;text-transform: uppercase;font-weight: 500;margin-bottom: 15px;margin-top: 0;font-size: 16px;}

#preview-bar-container > div {
  width: 50% !important
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-right: 10px;
}

.section-articles__item .section-articles__item {
  font-weight: 400;
  margin-right: 0;
}

.section-articles__item a {
  padding: 10px 14px;
  display: block;
  position: relative;
}

.section-articles__item a.active {
  background: #efefef;
}

.section-articles__item ul {
  list-style-type: none;
  padding: 0 0 0 15px;
  display: none
}


.section-articles__item a{
    color: #000000;
  }

/*.section-articles__link {
  color: #000000;
  border-bottom: 1px solid var(--hr-border);
  padding-bottom: 1px;
}*/

.section-articles__item button {
	    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 1px;
    height: 33px;
    width: 50px;
}

.section-articles__item.js-subnav {
  position: relative;
}

.section-articles__item.js-subnav > button:after {
    position: absolute;
    height: 12px;
    width: 12px;
    content: "";
    right: 10px;
    top: calc(50% - 6px);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==);
    background-size: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    opacity: .6;
}

.section-articles__item.js-subnav--active > button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.related-articles li a,
.section-articles__list li a {
  font-size: 13px;
}

@media (max-width: 767px) {
.section__nav .article-sidebar {
 	padding-top: 0; 
  border-top: 0;
}
}

.article__body .page .column {
  padding: 0;
}

.follow-button button {
  position:relative;padding:10px 14px;border:1px solid #005FBE;background-color:#fff!important;color:#005FBE;font-weight:500!important;line-height:1.5;text-align:center;text-transform:uppercase;letter-spacing:.1px;font-size:14px;opacity:.9!important;transition:all .3s ease
}
.follow-button button:hover,.follow-button button:focus,.follow-button button:active{color:#fff;background-color:#0056AB!important}


.footer-search h3 {font-size: 24px;text-transform: uppercase; font-weight: 500}
.footer-search.search-box--hero-unit #query {border-color: #d7d7d7;}
.footer-search .search:before {
  display: none;
}

#preview-bar-container {position: absolute}

/***** ARTICLE VOTE 2023 *****/
/* Custom theme code */
.article-votes-controls{padding-bottom:10px}
.article-vote-question{display:block;margin-bottom:calc(15px * 1.5 / 2)}
}
@media (min-width: 768px) {
.article-vote-question{float:left;margin-right:12px}
}
.article-vote-controls{white-space:nowrap}
@media (max-width: 767px) {
.article-vote-controls{display:block;margin-bottom:calc(15px * 1.5 / 2)}
}
.article-vote-count{display:block;font-size:calc((15px * 0.75) - 2);color:#989898}
.articles-num-0{display:none}

.article-vote{position:relative;padding:0;border:0;width:24px;background-color:transparent!important;color:#fff;font-weight:500!important;line-height:1.5;text-align:center;text-transform:uppercase;letter-spacing:.1px;font-size:0px;opacity:.9!important;transition:all .3s ease;height:24px}
.article-vote-down {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23323232' stroke-width='2'/%3E%3Cpath d='M12 16L12 8' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13L11.913 15.913V15.913C11.961 15.961 12.039 15.961 12.087 15.913V15.913L15 13' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-down:hover,.article-vote-down:focus,.article-vote-down:active{
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%230056AB' stroke-width='2'/%3E%3Cpath d='M12 16L12 8' stroke='%230056AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13L11.913 15.913V15.913C11.961 15.961 12.039 15.961 12.087 15.913V15.913L15 13' stroke='%230056AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-down.article-vote.button-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%233CAF57' stroke-width='2'/%3E%3Cpath d='M12 16L12 8' stroke='%233CAF57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13L11.913 15.913V15.913C11.961 15.961 12.039 15.961 12.087 15.913V15.913L15 13' stroke='%233CAF57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-down.article-vote.button-primary:hover,.article-vote-down.article-vote.button-primary:focus,.article-vote-down.article-vote.button-primary:active{
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23308D46' stroke-width='2'/%3E%3Cpath d='M12 16L12 8' stroke='%23308D46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13L11.913 15.913V15.913C11.961 15.961 12.039 15.961 12.087 15.913V15.913L15 13' stroke='%23308D46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-up {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23323232' stroke-width='2'/%3E%3Cpath d='M12 8L12 16' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 11L12.087 8.08704V8.08704C12.039 8.03897 11.961 8.03897 11.913 8.08704V8.08704L9 11' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-up:hover,.article-vote-up:focus,.article-vote-up:active{
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%230056AB' stroke-width='2'/%3E%3Cpath d='M12 8L12 16' stroke='%230056AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 11L12.087 8.08704V8.08704C12.039 8.03897 11.961 8.03897 11.913 8.08704V8.08704L9 11' stroke='%230056AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-up.article-vote.button-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%233CAF57' stroke-width='2'/%3E%3Cpath d='M12 8L12 16' stroke='%233CAF57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 11L12.087 8.08704V8.08704C12.039 8.03897 11.961 8.03897 11.913 8.08704V8.08704L9 11' stroke='%233CAF57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-vote-up.article-vote.button-primary:hover,.article-vote-up.article-vote.button-primary:focus,.article-vote-up.article-vote.button-primary:active{
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23308D46' stroke-width='2'/%3E%3Cpath d='M12 8L12 16' stroke='%23308D46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 11L12.087 8.08704V8.08704C12.039 8.03897 11.961 8.03897 11.913 8.08704V8.08704L9 11' stroke='%23308D46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.home-blocks .column {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.home-blocks .column .overflow-hidden {
  max-height: 297px;
}
.home-blocks__cta {
    bottom: 20px;
    left: 15%;
    width: 70%;
    z-index: 12;
    background: #005FBE;
    font-size: 14px;
    color: #fff;
    padding: 12px 18px 10px;
    line-height: 18px;
    letter-spacing: .1em;
    border-radius: 20px;
  transition:all .3s ease
}

@media (max-width: 641px) {
  .home-blocks__cta {
  display: none;
  }
}

.home-blocks h3 {
    top: 15px;
    left: 16px;
  right: 16px;
    color: #fff;
    font-size: 20px;
    z-index: 2
}

/* @media (max-width: 945px) {
    .home-blocks h3 {
        font-size:20px
    }
}
 */
/* @media (max-width: 641px) {
    .home-blocks h3 {
        position:static!important;
        color: #000;
        font-size: 11px;
        padding-top: 8px
    }
} */

.home-blocks img {
    transition: all .5s ease;
  aspect-ratio: 1
}

.home-blocks a {
    background-color: #eee
}

.home-blocks .custom-block__link {
  background-color: transparent;
}

@media (hover: hover) {
  .home-blocks a:focus img,.home-blocks a:hover img {
      opacity:.9;
      transform: scale(1.1)
  }
  .home-blocks a:focus .home-blocks__cta, .home-blocks a:hover .home-blocks__cta {
    background-color:#0056AB!important
  }
}

.double-heading {
  	margin: 0 5px 0;
}

.double-heading h4 {
  padding-top: 70px;
	margin: 0 0 8px;
}

@media (max-width: 767px) {
  .double-heading {
    margin: 0 10px 0;
  }

	.double-heading h4 {
    padding-top: 40px;
		font-size: 16px;
	}
}

details {
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 0;
}

.category__body details a {
  color: #005FBE;
}

.category__body details a:hover,
.category__body details a:focus {
	color: #0056AB;
}

details > summary {
  cursor: pointer;
	font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-right: 1em;
}

details > summary::after {
  position: absolute;
  height: 12px;
  width: 12px;
  content: "";
  right: 10px;
  top: calc(50% - 6px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==);
  background-size: 12px;
  transform: rotate(90deg);
  transition: transform .2s linear;
  opacity: .6;
}

details[open] > summary::after {
  transform: rotate(270deg);
}

details > summary::marker,
details > summary::-webkit-details-marker {
 display: none;
  font-size: 0;
    color: transparent;
}

details summary > * { 
  display: inline;
}

details[open] summary {
  margin-bottom: 1em;
}

details[open] img {
  transform: scale(1) !important;
}

details > p {
  color: #000;
  padding: 0 0 1em;
  margin: 0;
  font-size: 14px;
}

.category__section {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-bottom: 70px;
}

.category__top-of-page {
  padding-top: 60px;
}

.category__top-of-page img {
  transform: scale(1);
  display: block;
}

.category__top-of-page p {
  transform: scale(1);
  display: block;
	margin: 0;
}

.category__top-of-page img + p,
.category__top-of-page a + p {
	margin-top: 20px; 
}

.category__body .category__section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.category__section h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}

.category__section--description {
  margin-top: -30px;
  margin-bottom: 40px;
}

.category__body ul {
  list-style-type: none;
  padding-left: 0;
}

.category__body .category__subheading {
  font-size: 18px;
}

.category__nav {
	border: 1px solid #d9d9d9;
  margin: 5px auto;
  width: 80%;
  padding: 0;
}

@media (min-width: 768px) {
  .category__nav {
  	margin: 5px;
    width: 20%;
  }
}

.category__nav a {
  font-size: 14px;
  padding: 20px;
}

@media (min-width: 768px) {
  .category__nav a {
   padding: 25px 20px; 
  }
}

.category__nav a:hover,
.category__nav a:focus {
 	background-color: #d9d9d9; 
}

.category__nav strong {
  font-size: 18px;
}

.category__nav--title { 
}

.category__nav--description {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .category__nav--description {
    min-height: 63px;
  }
}

.category__product {
  width: 50%;
  padding: 2px;
}

@media (min-width: 768px) {
  .category__product {
  	width: 25%;
  }
}

@media (min-width: 1168px) {
  .category__product {
  	width: 12%;
  }
}

.category__product a {
  background: #f7f7f7;
  padding: 10px;
  height: 100%;
}

.category__product img {
  margin-bottom: 5px;
  transform: scale(1);
  transition: transform .2s ease-in-out;
  aspect-ratio: 1;
}

.category__product a:hover img,
.category__product a:focus img {
  transform: scale(1.05);
}

.category__product span {
  font-size: 14px;
  line-height: 16px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px 0 !important;
}

.category__product--link {
    background: #005FBE;
    font-size: 14px;
    color: #fff !important;
    padding: 16px 28px 14px;
    line-height: 18px;
    letter-spacing: .1em;
    border-radius: 30px;
  transition:all .3s ease
}

.category__youtube {
  width: 560px;
  padding: 0 5px;
  margin: 0 auto 1em;
}


@media (min-width: 768px) {
  .category__youtube {
   	margin-bottom: 0; 
  }
}

.category__youtube iframe {
 width: 100% !important;
  margin-bottom: 1rem;
}

.category__youtube span {
 font-weight: 500;
}

.category__resources li {
  font-size: 14px;
}

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

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

.contact__footer a,
.contact__footer button {
  background-color: #f7f7f7;
  padding: 15px 0;
  margin: 1rem 0 0;
  width: 100%;
  border: 0;
  min-height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact__footer a:hover strong,
.contact__footer a:focus strong,
.contact__footer button:hover strong,
.contact__footer button:focus strong{
  color: #0056AB;
}

.contact__footer a.no-hover:hover strong,
.contact__footer a.no-hover:focus strong,
.contact__footer button.no-hover:hover strong,
.contact__footer button.no-hover:focus strong {
  color: #212529;
}

.contact__footer .custom-block__title { 
  margin-bottom: 1rem;
}

.contact__footer p {
  color: #212529
}

zd-autocomplete-breadcrumbs-multibrand {display: none !important;}

.site__header--main:before {
position: absolute;
content: "";
height: 1px;
width: 100%;
bottom: 0;
background: #d9d9d9
}

.site__header--main .row {
height: 72px
}

.site__header--main .row>div {
padding-right: 5px;
padding-left: 5px
}

@media screen and (max-width: 1109px) {
.site__header--main .row {
height:49px
}

.site__header--main .row>div {
flex: 0 0 33.3%;
max-width: 33.3%
}
}

#MainContent.menu_is_hovered:before {
position: fixed;
z-index: 99
}

#MainContent.menu_is_hovered:before,.site__header--main.menu_is_hovered:after {
content: "";
background: rgba(0,0,0,.5);
left: 0;
right: 0;
bottom: 0;
top: 0;
height: 100%;
touch-action: none
}

.site__header--main.menu_is_hovered:after {
position: absolute;
z-index: 22
}

.site__header--logo svg {
margin: 3px 0 0;
width: 116px;
display: inline-block;
vertical-align: inherit
}

@media(max-width: 1109px) {
.site__header--logo svg {
margin:0 auto;
display: block;
width: 88px;
height: 26px
}
}

.site__header--logo:focus {
opacity: .5
}

.site__header--logo:focus:active,.site__header--logo:hover {
opacity: 1
}

.nav__desktop a,.nav__desktop button {
font-size: 11px;
color: #000;
padding: 26px 12px;
transition: none;
background-color: transparent;
border: none
}

.nav__desktop a[href="javascript:void(0)"],.nav__desktop button[href="javascript:void(0)"] {
cursor: default
}

@media screen and (max-width: 1310px) {
.nav__desktop a,.nav__desktop button {
padding:26px 7px
}
}

@media screen and (max-width: 1200px) {
.nav__desktop a,.nav__desktop button {
font-size:10px;
padding: 26px 7px 26px 6px
}
}

.nav__desktop>li {
margin: 0 -2px
}

.nav__desktop>li>a,.nav__desktop>li>button {
border-bottom: 2px solid transparent;
z-index: 0
}

.nav__desktop>li>a:focus,.nav__desktop>li>a:hover {
color: var(--ql-blue);
border-bottom-color: var(--ql-blue);
z-index: 1
}

.nav__desktop>li>button[aria-expanded=true] {
color: var(--ql-blue);
z-index: 1
}

.nav__desktop>li>button[aria-expanded=true]:after,.nav__desktop>li>button[aria-expanded=true]:before {
position: absolute;
top: 50px;
height: 40px;
left: -85px;
width: 110px;
content: "";
transform: rotate(-30deg)
}

.nav__desktop>li>button[aria-expanded=true]:after {
left: unset;
right: -85px;
transform: rotate(30deg)
}

.nav__desktop>li>button[aria-expanded=true] span:after {
transform: rotate(270deg);
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzAwNzBiYyI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==")
}

.nav__desktop button[aria-expanded=true]+.nav__desktop--l2 {
opacity: 1;
visibility: visible
}

.nav__desktop--arrow>span {
padding-right: 17px
}

.nav__desktop--arrow>span:after {
position: absolute;
height: 12px;
width: 12px;
content: "";
right: 0;
top: calc(50% - 7px);
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==");
background-size: 12px;
transform: rotate(90deg);
transition: transform .2s linear;
opacity: .6
}

.nav__desktop--l2 {
top: 97px;
bottom: auto;
padding: 0;
z-index: 99;
opacity: 0;
transition: all .1s ease-in-out;
visibility: hidden
}

.nav__desktop--l2:before {
position: absolute;
content: "";
top: 0;
bottom: -50px;
left: -50px;
width: 150%
}

.nav__desktop--l2 ul {
background: #fafafa;
padding: 10px 18px 25px
}

.nav__desktop--l2>ul {
border-top: 2px solid #005FBE
}

.nav__desktop--l2 li {
list-style: none
}

.nav__desktop--l2 li .nav__new {
position: absolute;
right: 0;
top: 13px;
line-height: 1.5
}

.nav__desktop--l2 li a,.nav__desktop--l2 li button {
font-size: 12px;
line-height: 1.2;
padding: 15px 40px 15px 20px;
position: relative
}

.nav__desktop--l2 li a:focus,.nav__desktop--l2 li a:hover,.nav__desktop--l2 li button:focus,.nav__desktop--l2 li button:hover {
color: #005FBE
}

@media(max-width: 1199px) {
.nav__desktop--l2 a,.nav__desktop--l2 button {
padding-left:10px!important
}
}

.nav__desktop--l2--device>ul::-webkit-scrollbar {
width: 8px;
background-color: #fff
}

.nav__desktop--l2--device>ul::-webkit-scrollbar-thumb {
border-radius: 10px;
border: 1px solid transparent;
background-clip: content-box;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #000
}

.nav__desktop--l2--device>ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #fff
}

.nav__desktop--l2--device>ul a:before,.nav__desktop--l2--device>ul button:before {
right: 0
}

.nav__desktop--l2--device:before {
bottom: unset;
right: unset;
left: -50px;
height: 90vh
}

.nav__desktop--l2--device .nav__new {
right: 22px!important
}

.nav__desktop--l2--device .nav__mobile--l3-sub {
margin-top: -15px;
margin-left: 24px
}

@media(max-width: 1199px) {
.nav__desktop--l2--device .nav__mobile--l3-sub {
margin-left:5px
}
}

.nav__desktop--l2--device .nav__mobile--l3-sub .nav__new {
top: 3px!important;
right: 0!important
}

.template-cart .nav__desktop {
visibility: hidden
}


.nav__mobile {
top: 49px;
background: #f1f0f0;
left: 0;
overflow-y: scroll;
height: 100vh;
padding-bottom: 100px;
right: 0;
min-height: 100%;
z-index: 50;
transition: width .1s ease-in-out;
max-width: 500px
}

.nav__mobile .nav__new {
position: absolute;
right: 50px;
top: 16px;
line-height: 1.5
}

.nav__mobile:not(.nav__mobile--active) {
display: none
}

.nav__mobile a {
transition: none
}

.nav__mobile button {
border: none;
background: transparent;
color: #000
}

.nav__mobile>ul {
margin-bottom: 0;
padding: 0 0 100px
}

.nav__mobile>ul>li {
border-bottom: 1px solid #f1f0f0;
background: #fafafa
}

.nav__mobile>ul>li>a,.nav__mobile>ul>li>button {
font-size: 15px;
color: #000;
line-height: 1;
padding-top: 19px!important;
  padding-bottom: 16px !important;
}

.nav__mobile>ul>li>a:focus,.nav__mobile>ul>li>a:hover,.nav__mobile>ul>li>button:focus,.nav__mobile>ul>li>button:hover {
color: #005FBE
}

.nav__mobile li {
list-style: none;
position: relative
}

.nav__mobile--link {
color: #000;
font-size: 14px
}

.nav__mobile--link svg {
margin-top: -2px
}

.nav__mobile--l2 .nav__new {
top: 10px
}

.nav__mobile--l2>a:before,.nav__mobile--l2>button:before,.nav__mobile--l3>a:before,.nav__mobile--l3>button:before {
position: absolute;
height: 12px;
width: 12px;
content: "";
right: 20px;
top: calc(50% - 6px);
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUgM2wzLjA1Ny0zTDIwIDEyIDguMDU3IDI0IDUgMjFsOS05eiIvPjwvc3ZnPg==");
background-size: 12px;
transform: rotate(90deg);
transition: transform .3s linear
}

.nav__mobile--l2-active>a:before,.nav__mobile--l2-active>button:before,.nav__mobile--l3-active>a:before,.nav__mobile--l3-active>button:before {
transform: rotate(270deg)
}

.nav__mobile--l2 svg,.nav__mobile--l3 svg {
display: inline-block
}

.nav__mobile--l3>a:before,.nav__mobile--l3>button:before {
top: calc(50% - 7px);
opacity: .5
}

.nav__mobile--l2-sub,.nav__mobile--l3-sub {
padding-bottom: 20px;
margin-top: -10px;
transition: height .1s ease-in-out;
}

.nav__mobile--l2-sub:not(.nav__mobile--sub-active),.nav__mobile--l3-sub:not(.nav__mobile--sub-active) {
display: none
}

.nav__mobile--l2-sub a,.nav__mobile--l3-sub a {
font-size: 15px;
color: #000;
  padding: 8px 24px !important;
}

.nav__mobile--l2-sub a:focus,.nav__mobile--l2-sub a:hover,.nav__mobile--l3-sub a:focus,.nav__mobile--l3-sub a:hover {
color: #005FBE
}

.nav__mobile--l2-sub strong,.nav__mobile--l3-sub strong {
font-size: 14px;
font-weight: 400
}

.nav__mobile--l3-sub {
margin-top: -5px;
margin-left: 5px
}

.nav__mobile--icon-open {
max-width: 23px;
height: 23px;
vertical-align: top;
display: inline-block;
}

.nav__mobile--icon-close {
display: none;
max-width: 20px;
max-height: 20px; 
  margin-top: -4px;
}

.nav__mobile--opened .nav__mobile--icon-open {
display: none
}

.nav__mobile--opened .nav__mobile--icon-close,.nav__mobile--opened .nav__mobile--icon-close svg,.nav__mobile--opened .nav__mobile--icon-open svg {
display: inline-block
}

.nav__mobile .svg--tick {
width: 14px;
margin-top: -2px
}

@media(max-width: 1015px) {
.nav__desktop>li>button .nav__new {
display:none!important
}
}

.nav__desktop--l2 .nav__new {
vertical-align: text-top
}

.nav__desktop>li>button[aria-expanded=true] {
    color: #005FBE;
    z-index: 1;
}

.site__header--top {font-size: 9px; height: 27px; background: #000;}

.site__header--top p {
    margin: 0
}

.site__header--top-menu a,.site__header--top-menu button {
    font-size: 9px;
    color: #fff;
    letter-spacing: 0;
    display: block;
    padding: 7px 0
}

.site__header--top-menu a:focus,.site__header--top-menu a:hover,.site__header--top-menu button:focus,.site__header--top-menu button:hover {
    color: #bbb
}

.site__header--top-menu>div {
    margin-left: 15px;
}

@media (min-width: 1110px) {
  body .d-xl-inline-block {
      display: inline-block !important;
  }
  
  body .d-xl-none {
      display: none !important;
  }
  
  body .order-xl-2 {
    order: 2;
	}
}

@media (min-width: 1464px) {
  body .pl-xxl-0 {
    padding-left: 5px !important;
  }
}

.country__link {
    background: transparent
}

.country__link svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    max-width: 19px;
    max-height: 16px
}

.country__link .svg--rect {
    height: 11px;
    border: none
}

.country__link path {
    transition: fill .3s ease
}

.country__link:focus .country__arrow path,.country__link:hover .country__arrow path {
    fill: #969696
}

.country__link span {
    margin-top: -1px
}

.country__arrow {
    width: 8px;
    fill: #fff;
    margin-top: -2px!important;
    transition: transform .2s
}

.country__menu {
    background: #fafafa;
    z-index: 23;
    right: -10px;
    top: 27px;
    opacity: 0;
    transition: all .1s ease-in-out;
    visibility: hidden
}

.country__menu ul {
    list-style: none;
    min-width: 165px;
    z-index: 23
}

.country__menu li a {
    color: #000;
    font-size: 12px;
    background-color: #fafafa;
    transition: background-color .2s
}

.country__menu li a:focus,.country__menu li a:hover {
    color: #555;
    background-color: #e8e8e8
}

.country__menu svg {
    max-width: 24px;
    height: 16px;
    display: inline-block;
    margin-top: -2px
}

.svg--rect {
    height: 16px;
    border: 1px solid #ddd
}

.svg--rect g {
    transform: scale(1.1) translate(-1px,-6px)
}

.country__link[aria-expanded=true]:after,.country__link[aria-expanded=true]:before {
    position: absolute;
    top: 30px;
    height: 40px;
    left: -85px;
    width: 110px;
    content: "";
    transform: rotate(-30deg)
}

.country__link[aria-expanded=true]:after {
    left: unset;
    right: -85px;
    transform: rotate(30deg)
}

.country__link[aria-expanded=true] .country__arrow {
    transform: rotate(180deg)
}

.country__link[aria-expanded=true]+.country__menu {
    opacity: 1;
    visibility: visible
}

.country__link[aria-expanded=true]+.country__menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    width: 150%;
    height: 150%;
    z-index: 22
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }
}

.category__techspecs details ul {
  list-style-type: disc;
	padding-left: 20px;
}

.table-mount-lookup {
  border: 2px solid #d7d7d7;
}

.table-mount-lookup thead tr {
  border-bottom: 2px solid #d7d7d7;
}

.table-mount-lookup th {
 padding: 3px 6px; 
}

.table-mount-lookup td {
  padding: 6px 6px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: text-top;
}

.table-mount-lookup td a {
  font-weight: 400;
}