/*! 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.
 */
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;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Symantec Sans';
  font-weight: bold;
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-bold.eot");
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-bold.woff") format("woff"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-bold.ttf") format("truetype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-bold.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: 'Symantec Sans';
  font-weight: normal;
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-regular.eot");
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-regular.woff") format("woff"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-regular.ttf") format("truetype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: 'Symantec Sans';
  font-style: normal;
  font-weight: 200;
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-light.eot");
  src: url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-light.eot?#iefix") format("embedded-opentype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-light.woff") format("woff"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-light.ttf") format("truetype"), url("https://now.symassets.com/etc/designs/norton/libs-norton/head/styles/stylesheets/symantec-sans/symantec-sans-light.svg#glyphicons_halflingsregular") format("svg");
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 52px;
}
.main-title {
  background-color: #fff;
  padding: 25px 15px;
}
.main-title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0;
}
sup {
  font-size: 60%;
  top: -0.5em;
  vertical-align: middle;
}
.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar .container-fluid .navbar-header {
  float: none;
  margin: 0;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  position: relative;
}
.navbar .container-fluid .navbar-header .brand-logo {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 31px;
  height: 32px;
  margin: 10px auto;
}
.navbar .container-fluid .navbar-header .navbar-toggle {
  display: block;
  float: none;
  border: none;
  padding: 0;
  margin: 17px auto 17px 20px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar .container-fluid .navbar-header .navbar-toggle:focus,
.navbar .container-fluid .navbar-header .navbar-toggle:hover {
  background: none;
}
.navbar .container-fluid .navbar-header .navbar-toggle .icon-bar {
  background-color: #000;
  width: 25px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.navbar .container-fluid .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar .container-fluid .navbar-header .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .container-fluid .navbar-header .navbar-toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.navbar .container-fluid .navbar-header .navbar-toggle .icon-bar:nth-of-type(4) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar .container-fluid .navbar-header .navbar-toggle.collapsed {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar .container-fluid .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  top: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar .container-fluid .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  opacity: 1;
}
.navbar .container-fluid .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
  top: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar .container-fluid .navbar-collapse {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}
.navbar .container-fluid .navbar-collapse.collapse {
  display: none !important;
}
.navbar .container-fluid .navbar-collapse.collapse.in {
  display: block !important;
}
.navbar .container-fluid .navbar-collapse .navbar-nav {
  float: none;
  margin: 0;
}
.navbar .container-fluid .navbar-collapse .navbar-nav li {
  float: none;
  border-bottom: 1px solid #333;
}
.navbar .container-fluid .navbar-collapse .navbar-nav li:last-child {
  border: none;
}
.navbar .container-fluid .navbar-collapse .navbar-nav li a {
  font-family: 'Symantec Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  padding: 20px 20px 20px 12px;
  border-left: 8px solid transparent;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.navbar .container-fluid .navbar-collapse .navbar-nav li a:hover,
.navbar .container-fluid .navbar-collapse .navbar-nav li a:focus {
  background: #fee285;
}
.navbar .container-fluid .navbar-collapse .navbar-nav li.active a {
  border-left: 8px solid #fdbb30;
}
#home-carousel > .carousel-inner .item {
  min-height: 376px;
  background-color: #0f0f0f;
  overflow: hidden;
}
#home-carousel > .carousel-inner .item:not(:first-child) .overlay {
  padding: 0 35px;
}
#home-carousel > .carousel-inner .item:not(:first-child) .overlay .content {
  min-height: 300px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-align-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
#home-carousel > .carousel-inner .item:not(:first-child) .overlay .content .btn {
  margin: auto 0 0;
}
#home-carousel > .carousel-inner .item .background {
  position: absolute;
  top: 0;
  right: 0;
}
#home-carousel > .carousel-inner .item .background img {
  height: 100%;
  width: auto;
}
#home-carousel > .carousel-inner .item .overlay {
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-align-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
#home-carousel > .carousel-inner .item .overlay .content {
  width: 100%;
  text-align: center;
}
#home-carousel > .carousel-inner .item .overlay .content h1 {
  font-size: 31px;
  font-weight: normal;
  line-height: 1;
  color: #ffc20e;
  margin: 0 0 15px;
}
#home-carousel > .carousel-inner .item .overlay .content img {
  margin: 0 0 10px;
}
#home-carousel > .carousel-inner .item .overlay .content h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.1;
  color: #fefefe;
  margin: 0 0 10px;
}
#home-carousel > .carousel-inner .item .overlay .content h2 small {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #ffc20e;
  display: block;
}
#home-carousel > .carousel-inner .item .overlay .content p {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}
#home-carousel > .carousel-inner .item .overlay .content .cta,
#home-carousel > .carousel-inner .item .overlay .content .cta:focus,
#home-carousel > .carousel-inner .item .overlay .content .cta:hover {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  display: inline-block;
  margin: 15px 0 0;
}
#home-carousel > .carousel-inner .item .overlay .content .cta:after,
#home-carousel > .carousel-inner .item .overlay .content .cta:focus:after,
#home-carousel > .carousel-inner .item .overlay .content .cta:hover:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow-yellow.png) no-repeat;
  width: 14px;
  height: 22px;
  margin-left: 8px;
  vertical-align: middle;
}
#home-carousel > .carousel-inner .item .overlay .content .btn,
#home-carousel > .carousel-inner .item .overlay .content .btn:focus,
#home-carousel > .carousel-inner .item .overlay .content .btn:hover {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background: #fdbb30;
  text-decoration: none;
  text-transform: capitalize;
  min-width: 238px;
  padding: 10px 12px;
}
#home-carousel .controls {
  position: relative;
  background: #000;
}
#home-carousel .controls .carousel-indicators {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  z-index: auto;
}
#home-carousel .controls .carousel-indicators li {
  border: none;
  width: 11px;
  height: 11px;
  background: #5f5f5f;
  margin: 18px 10px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#home-carousel .controls .carousel-indicators li.active {
  background: #c5c3c3;
}
#home-carousel .controls .carousel-control {
  width: 41px;
  opacity: 1;
  background: #ffc20e;
}
#home-carousel .controls .carousel-control.left:before,
#home-carousel .controls .carousel-control.right:before {
  content: '';
  display: block;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#home-carousel .controls .carousel-control.left:before {
  background: url(../img/arrow-black-left.png);
  background-size: 100% auto;
  left: 50%;
  margin-left: -10px;
}
#home-carousel .controls .carousel-control.right:before {
  background: url(../img/arrow-black-right.png);
  background-size: 100% auto;
  right: 50%;
  margin-right: -10px;
}
#slider {
  background: #f5f5f5;
}
#slider > .carousel-inner .item {
  min-height: 330px;
}
#slider > .carousel-inner .item .img-container {
  min-height: 120px;
  padding: 0 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
#slider > .carousel-inner .item .img-container img {
  margin: 0 auto;
}
#slider > .carousel-inner .item .content {
  text-align: center;
  padding: 0 25px;
}
#slider > .carousel-inner .item .content p {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
#slider > .carousel-inner .item .content p.sig {
  font-size: 14px;
}
#slider > .carousel-inner .item .content p.sig a {
  color: #0089c6;
  text-decoration: none;
}
#slider .carousel-indicators {
  left: auto;
  bottom: 15px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  z-index: auto;
}
#slider .carousel-indicators li {
  border: none;
  width: 15px;
  height: 15px;
  background: #cececd;
  margin: 15px 8px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#slider .carousel-indicators li.active {
  background: #ffc20e;
}
#slider .carousel-control {
  width: 60px;
  opacity: 1;
  background: none;
}
#slider .carousel-control.left:before,
#slider .carousel-control.right:before {
  content: '';
  display: block;
  width: 25px;
  height: 42px;
  position: absolute;
  top: 55px;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#slider .carousel-control.left:before {
  background: url(../img/arrow-black-left.png);
  background-size: 100% auto;
  left: 50%;
  margin-left: -10px;
}
#slider .carousel-control.right:before {
  background: url(../img/arrow-black-right.png);
  background-size: 100% auto;
  right: 50%;
  margin-right: -10px;
}
#hero .content-container {
  padding: 0;
}
#hero .content-container .background .mb {
  width: 100%;
  height: auto;
}
#hero .content-container .overlay {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero .content-container .overlay .content {
  width: 100%;
  text-align: center;
}
#hero .content-container .overlay .content h1 {
  font-size: 31px;
  font-weight: normal;
  line-height: 1.1;
  color: #ffc20e;
  margin: 0 0 10px;
}
#hero .content-container .overlay .content h1 span {
  display: inline-block;
}
#hero .content-container .overlay .content p {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.featured-products .product {
  padding: 0;
  margin-bottom: 40px;
}
.featured-products .product:last-child {
  margin: 0;
}
.featured-products .product.new:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 25px;
  background: url(../img/new-snipe.png) no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 40px;
}
.featured-products .product .content-container {
  text-align: center;
  min-height: 177px;
}
.featured-products .product .content-container .background .mb {
  width: 100%;
  height: auto;
}
.featured-products .product .content-container .overlay {
  background: #333;
  padding: 20px;
}
.featured-products .product .content-container .overlay .content {
  padding: 0;
}
.featured-products .product .content-container .overlay .content h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc20e;
  margin: 0 0 5px;
}
.featured-products .product .content-container .overlay .content h3 span {
  display: block;
}
.featured-products .product .content-container .overlay .content h3 span.block {
  display: block;
}
.featured-products .product .content-container .overlay .content h3 small {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc20e;
}
.featured-products .product .content-container .overlay .content img {
  margin: 15px auto 10px;
}
.featured-products .product .content-container .overlay .content p {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.featured-products .product .content-container .overlay .content .buyNow h4 {
  font-size: 59px;
  line-height: 1.2;
  color: #fff;
  margin: 15px 0 25px;
}
.featured-products .product .content-container .overlay .content .buyNow h4 sup {
  font-size: 30px;
}
.featured-products .product .content-container .overlay .content .buyNow h4 small {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #a1a1a1;
  text-decoration: line-through;
}
.featured-products .product .content-container .overlay .content .buyNow h4 small span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #db0011;
  padding: 0 8px;
  margin-left: 10px;
  vertical-align: top;
}
.featured-products .product .content-container .overlay .content .buyNow .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  max-height: 46px;
  padding: 10px 12px;
  margin: 0 0 15px;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  border: 1px solid #365b1b;
  background: #2fbe39;
  background: linear-gradient(#2fbe39, #259b2d);
  background: -webkit-linear-gradient(#2fbe39, #259b2d);
  background: -moz-linear-gradient(#2fbe39, #259b2d);
}
.featured-products .product .content-container .overlay .content .membership h4 {
  font-size: 59px;
  line-height: 1;
  color: #fff;
  margin: 15px 0 5px;
  display: inline-block;
  position: relative;
}
.featured-products .product .content-container .overlay .content .membership h4 sup {
  font-size: 30px;
}
.featured-products .product .content-container .overlay .content .membership h4 small {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 23px;
  line-height: 1;
  color: #fff;
}
.featured-products .product .content-container .overlay .content .membership h5 {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px;
  display: block;
}
.featured-products .product .content-container .overlay .content .membership h5 small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.featured-products .product .content-container .overlay .content .membership .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  max-height: 46px;
  padding: 10px 12px;
  margin: 0 auto 15px;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff000a;
  background: #fe000a;
  background: linear-gradient(#fe000a, #df0009);
  background: -webkit-linear-gradient(#fe000a, #df0009);
  background: -moz-linear-gradient(#fe000a, #df0009);
  display: block;
}
.featured-products .product .content-container .overlay .content .disclaimer {
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  margin: 0 0 15px;
}
.featured-products .product .content-container .overlay .content .group-toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 15px 0 0;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch {
  position: relative;
  width: 86px;
  height: 32px;
  margin: 0;
  border: 1px solid #c5c5c5;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch + .switch {
  border-left: none;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch input {
  display: none;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch input:checked + .toggle {
  color: #242424;
  background: #fff;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch input:checked + .toggle:before,
.featured-products .product .content-container .overlay .content .group-toggle .switch input:checked + .toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch input:checked + .toggle:before {
  border-color: #c5c5c5 transparent transparent transparent;
  border-width: 11px;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch input:checked + .toggle:after {
  border-color: #fff transparent transparent transparent;
  border-width: 10px;
}
.featured-products .product .content-container .overlay .content .group-toggle .switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #242424;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a {
  text-decoration: none;
  position: relative;
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a:before {
  content: 'Hide Details';
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0 0 10px;
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a.collapsed:before {
  content: 'Show Details';
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a .collapse-btn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #ffc20e;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a .collapse-btn span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a .collapse-btn span:nth-of-type(1) {
  top: 2px;
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a .collapse-btn span:nth-of-type(2) {
  top: -2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a.collapsed .collapse-btn {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.featured-products .product .content-container .overlay .content .collapse-ctrl a.collapsed .collapse-btn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.featured-products .product .details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.featured-products .product .details ul li {
  width: 100%;
  padding: 0 20px 0 10px;
}
.featured-products .product .details ul li:nth-child(odd) {
  background: #f5f5f5;
}
.featured-products .product .details ul li:nth-child(even) {
  background: #fff;
}
.featured-products .product .details ul li .content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.featured-products .product .details ul li .content .img-container {
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-align-flex: 0 0 50px;
  padding: 15px 10px 15px 0;
}
.featured-products .product .details ul li .content .img-container img {
  margin: 0 auto;
}
.featured-products .product .details ul li .content p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 15px 0 10px 5px;
}
.featured-products .product .details ul li .content p strong {
  display: block;
}
.featured-products .product .details ul li .content p span {
  display: block;
}
.featured-products .product .details ul li .content p small {
  display: block;
  font-size: 13px;
}
.featured-products .product .details .cta {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background: #ffc20e;
  text-decoration: none;
  padding: 17px 10px;
}
.featured-products .product .details .cta:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow-black-right.png) no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 19px;
  margin-left: 15px;
  vertical-align: middle;
}
.products {
  background: #4a4a4a;
  padding: 0 20px;
}
.products .main-title {
  background: none;
  padding: 27px 15px 0;
}
.products .main-title h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.products .main-title h2 span {
  display: inline-block;
}
.products .product-container {
  margin: 0;
}
.products .product-container .product {
  padding: 30px 0;
  border-bottom: 1px solid #989898;
}
.products .product-container .product:last-child {
  border: none;
}
.products .product-container .product .content-container img {
  margin: 0 0 10px;
}
.products .product-container .product .content-container h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #fefefe;
  margin: 0 0 5px;
}
.products .product-container .product .content-container h3 small {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffc20e;
  display: block;
}
.products .product-container .product .content-container p {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.products .product-container .product .btn-container .btn,
.products .product-container .product .btn-container .btn:focus,
.products .product-container .product .btn-container .btn:hover {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background: #fdbb30;
  text-decoration: none;
  text-transform: capitalize;
  min-width: 238px;
  padding: 10px 12px;
  margin: 0 0 15px;
}
.products .product-container .product .btn-container .disclaimer {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.products .product-container .product .btn-container .disclaimer span {
  display: inline-block;
}
.single-product .content-container {
  background: #333;
  padding: 20px;
}
.single-product .content-container .content {
  float: none;
  margin: 0 auto;
  padding: 0;
}
.single-product .content-container .content h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc20e;
  margin: 0 0 5px;
}
.single-product .content-container .content h3 span {
  display: block;
}
.single-product .content-container .content h3 span.block {
  display: block;
}
.single-product .content-container .content h3 small {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc20e;
}
.single-product .content-container .content img {
  margin: 15px auto 10px;
}
.single-product .content-container .content p {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.single-product .content-container .content .buyNow h4 {
  font-size: 59px;
  line-height: 1.2;
  color: #fff;
  margin: 15px 0 25px;
}
.single-product .content-container .content .buyNow h4 sup {
  font-size: 30px;
}
.single-product .content-container .content .buyNow h4 small {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #a1a1a1;
  text-decoration: line-through;
}
.single-product .content-container .content .buyNow h4 small span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #db0011;
  padding: 0 8px;
  margin-left: 10px;
  vertical-align: top;
}
.single-product .content-container .content .buyNow .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  max-height: 46px;
  padding: 10px 12px;
  margin: 0 0 15px;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  border: 1px solid #365b1b;
  background: #2fbe39;
  background: linear-gradient(#2fbe39, #259b2d);
  background: -webkit-linear-gradient(#2fbe39, #259b2d);
  background: -moz-linear-gradient(#2fbe39, #259b2d);
}
.single-product .content-container .content .membership h4 {
  font-size: 59px;
  line-height: 1;
  color: #fff;
  margin: 15px 0 5px;
  display: inline-block;
  position: relative;
}
.single-product .content-container .content .membership h4 sup {
  font-size: 30px;
}
.single-product .content-container .content .membership h4 small {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 23px;
  line-height: 1;
  color: #fff;
}
.single-product .content-container .content .membership h5 {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px;
  display: block;
}
.single-product .content-container .content .membership h5 small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.single-product .content-container .content .membership .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  max-height: 46px;
  padding: 10px 12px;
  margin: 0 auto 15px;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff000a;
  background: #fe000a;
  background: linear-gradient(#fe000a, #df0009);
  background: -webkit-linear-gradient(#fe000a, #df0009);
  background: -moz-linear-gradient(#fe000a, #df0009);
  display: block;
}
.single-product .content-container .content .disclaimer {
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  margin: 0 0 15px;
}
.single-product .content-container .content .group-toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 15px 0 0;
}
.single-product .content-container .content .group-toggle .switch {
  position: relative;
  width: 86px;
  height: 32px;
  margin: 0;
  border: 1px solid #c5c5c5;
}
.single-product .content-container .content .group-toggle .switch + .switch {
  border-left: none;
}
.single-product .content-container .content .group-toggle .switch input {
  display: none;
}
.single-product .content-container .content .group-toggle .switch input:checked + .toggle {
  color: #242424;
  background: #fff;
}
.single-product .content-container .content .group-toggle .switch input:checked + .toggle:before,
.single-product .content-container .content .group-toggle .switch input:checked + .toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.single-product .content-container .content .group-toggle .switch input:checked + .toggle:before {
  border-color: #c5c5c5 transparent transparent transparent;
  border-width: 11px;
}
.single-product .content-container .content .group-toggle .switch input:checked + .toggle:after {
  border-color: #fff transparent transparent transparent;
  border-width: 10px;
}
.single-product .content-container .content .group-toggle .switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #242424;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.single-product .details:not(.no-border) {
  border-bottom: 10px solid #333;
}
.single-product .details .title {
  background-color: #fff;
  padding: 25px 15px 0;
}
.single-product .details .title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0;
}
.single-product .details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-product .details ul li {
  width: 100%;
  padding: 0 20px 0 10px;
}
.single-product .details ul li:nth-child(odd) {
  background: #fff;
}
.single-product .details ul li:nth-child(even) {
  background: #f5f5f5;
}
.single-product .details ul li .content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.single-product .details ul li .content .img-container {
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-align-flex: 0 0 50px;
  padding: 15px 10px 15px 0;
}
.single-product .details ul li .content .img-container img {
  margin: 0 auto;
}
.single-product .details ul li .content p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 15px 0 10px 5px;
}
.single-product .details ul li .content p strong {
  display: block;
}
.single-product .details ul li .content p span {
  display: block;
}
.single-product .details ul li .content p small {
  display: block;
  font-size: 13px;
}
.single-product .details h3 {
  position: relative;
  background-color: #ffc20e;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  margin: 0 0 15px;
  padding: 19px 25px;
}
.single-product .details h3 strong {
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #333;
}
.single-product .details h3 a {
  text-decoration: none;
  color: #333;
}
.single-product .details h3:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffc20e transparent transparent transparent;
  border-width: 15px;
}
.single-product .details.vert ul li .content .img-container {
  flex: 0 0 35px;
  -webkit-flex: 0 0 35px;
  -ms-align-flex: 0 0 35px;
  padding: 15px 10px 10px 0;
}
.single-product .details.vert ul li .content p {
  margin: 15px 0 10px 5px;
}
.overview-product .main-title {
  background-color: #fff;
  padding: 25px 15px 0;
}
.overview-product .main-title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0;
}
.overview-product .content-container {
  background: #fff;
  padding: 0 20px 5px;
}
.overview-product .content-container .image {
  padding: 0;
}
.overview-product .content-container .image img {
  margin: 0 auto;
}
.overview-product .content-container .content {
  padding: 0;
  text-align: center;
}
.overview-product .content-container .content h4 {
  font-size: 59px;
  line-height: 1.2;
  color: #000;
  margin: 15px 0 25px;
}
.overview-product .content-container .content h4 sup {
  font-size: 30px;
}
.overview-product .content-container .content h4 small {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #a1a1a1;
  text-decoration: line-through;
}
.overview-product .content-container .content h4 small span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #db0011;
  padding: 0 8px;
  margin-left: 10px;
  vertical-align: top;
}
.overview-product .content-container .content h4 small span sup {
  font-size: 60%;
}
.overview-product .content-container .content .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 240px;
  max-height: 46px;
  padding: 10px 12px;
  margin: 0 0 15px;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  border: 1px solid #365b1b;
  background: #2fbe39;
  background: linear-gradient(#2fbe39, #259b2d);
  background: -webkit-linear-gradient(#2fbe39, #259b2d);
  background: -moz-linear-gradient(#2fbe39, #259b2d);
}
.overview-product .content-container .content .info {
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.overview-product .content-container .content .group-toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 5px 0 0;
}
.overview-product .content-container .content .group-toggle .switch {
  position: relative;
  width: 122px;
  height: 30px;
}
.overview-product .content-container .content .group-toggle .switch + .switch {
  margin-left: 5px;
}
.overview-product .content-container .content .group-toggle .switch input {
  display: none;
}
.overview-product .content-container .content .group-toggle .switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.overview-product .content-container .content .group-toggle .switch input:checked + .toggle:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.overview-product .content-container .content .group-toggle .switch #graniteGrey-home-protection:checked + .toggle {
  border: 1px solid #88898e;
  background: #88898e;
  color: #fff;
}
.overview-product .content-container .content .group-toggle .switch #graniteGrey-home-protection:checked + .toggle:before {
  border-color: transparent transparent #88898e transparent;
  border-width: 10px;
}
.overview-product .content-container .content .group-toggle .switch #titaniumGold-home-protection:checked + .toggle {
  border: 1px solid #ccaf77;
  background: #ccaf77;
  color: #fff;
}
.overview-product .content-container .content .group-toggle .switch #titaniumGold-home-protection:checked + .toggle:before {
  border-color: transparent transparent #ccaf77 transparent;
  border-width: 10px;
}
.overview-product .disclaimer {
  padding: 0 20px 20px;
  text-align: center;
}
.overview-product .disclaimer p {
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 5px;
}
.faq {
  background: #fff;
  padding: 0 20px 20px;
}
.faq .title {
  padding: 25px 4px 10px;
}
.faq .title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0;
}
.faq .question {
  border-top: 1px solid #d6d6d6;
  padding: 10px 30px 10px 0;
  position: relative;
}
.faq .question:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.faq .question a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
}
.faq .question a .collapse-btn {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 20px;
  height: 20px;
  background: #ffc20e;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -moz-transform: translateY(-50%) rotate(360deg);
  -o-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.faq .question a .collapse-btn span {
  display: block;
  background-color: #fff;
  width: 10px;
  height: 2px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.faq .question a .collapse-btn span:nth-of-type(1) {
  top: 1px;
}
.faq .question a .collapse-btn span:nth-of-type(2) {
  top: -1px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.faq .question a.collapsed .collapse-btn {
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.faq .question a.collapsed .collapse-btn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .question p {
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  margin: 5px 0 10px;
}
.tech-specs .head {
  padding: 20px 0 15px;
  position: relative;
  text-align: center;
}
.tech-specs .head a {
  text-decoration: none;
  position: relative;
}
.tech-specs .head a:before {
  content: 'Hide Tech Specs';
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.tech-specs .head a.collapsed:before {
  content: 'Show Tech Specs';
}
.tech-specs .head a .collapse-btn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #ffc20e;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tech-specs .head a .collapse-btn span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.tech-specs .head a .collapse-btn span:nth-of-type(1) {
  top: 2px;
}
.tech-specs .head a .collapse-btn span:nth-of-type(2) {
  top: -2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.tech-specs .head a.collapsed .collapse-btn {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.tech-specs .head a.collapsed .collapse-btn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tech-specs .content {
  background: url(../img/blueprint-bg.jpg);
}
.tech-specs .content .specs {
  padding: 0 30px 30px;
}
.tech-specs .content .specs h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin: 0;
  text-align: center;
}
.tech-specs .content .specs .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin: 20px 0 5px;
}
.tech-specs .content .specs p {
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 5px;
}
#tech-slider > .carousel-inner .item {
  padding: 20px 40px 0;
}
#tech-slider .carousel-indicators {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  z-index: auto;
}
#tech-slider .carousel-indicators li {
  border: none;
  width: 15px;
  height: 15px;
  background: #8e8e8e;
  margin: 15px 10px;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#tech-slider .carousel-indicators li.active {
  width: 24px;
  height: 24px;
  background: #333;
  margin: 11px 6px;
  position: relative;
}
#tech-slider .carousel-indicators li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ededed;
  background: #333;
}
#tech-slider .carousel-control {
  width: 25px;
  opacity: 1;
  background: none;
}
#tech-slider .carousel-control.left:before,
#tech-slider .carousel-control.right:before {
  content: '';
  display: block;
  width: 25px;
  height: 42px;
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#tech-slider .carousel-control.left:before {
  background: url(../img/arrow-black-left.png);
  background-size: 100% auto;
  left: 50%;
  margin-left: -10px;
}
#tech-slider .carousel-control.right:before {
  background: url(../img/arrow-black-right.png);
  background-size: 100% auto;
  right: 50%;
  margin-right: -10px;
}
.awards {
  padding: 0 25px;
}
.awards .main-title {
  background-color: #fff;
  padding: 25px 15px;
  padding: 27px 15px 0;
}
.awards .main-title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0;
}
.awards .main-title h2 {
  font-size: 20px;
  line-height: 1.3;
}
.awards .main-title h2 small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
}
.awards .award {
  padding: 30px 10px;
  text-align: center;
}
.awards .award:first-child {
  border-bottom: 1px solid #d6d6d6;
}
.awards .award img {
  margin: 0 auto 15px;
}
.awards .award .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0 0 15px;
}
.awards .award .text p {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}
.awards .award .text p span {
  display: block;
  font-size: 9px;
  line-height: 1.5;
}
.tabs {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 3px solid #ffc20e;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.tabs li {
  width: 33.33333333%;
  text-align: center;
  background: #333;
  min-height: 68px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.tabs li + li {
  border-left: 1px solid #fff;
}
.tabs li a {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-align-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
}
.tabs li a span {
  display: block;
}
.tabs li.active {
  background: #ffc20e;
}
.tabs li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 2px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffc20e transparent transparent transparent;
  border-width: 11px;
}
.tabs li.active a {
  color: #000;
}
.tabs li .redLabel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  background: #db0011;
  color: #fff;
  padding: 3px;
}
.disclosures-container {
  background: #2f2f2f;
  color: #fff;
  padding: 40px 20px;
}
.disclosures-container .disclosure {
  border-top: 1px solid #5d5d5d;
  padding: 20px 0;
}
.disclosures-container .disclosure:last-child {
  border-bottom: 1px solid #5d5d5d;
}
.disclosures-container .disclosure h4,
.disclosures-container .disclosure .collapse-trigger {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  margin: 0;
}
.disclosures-container .disclosure .collapse-trigger {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.disclosures-container .disclosure .collapse-trigger:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow-collapse.png) no-repeat;
  flex: 0 0 21px;
  -webkit-flex: 0 0 21px;
  -ms-align-flex: 0 0 21px;
  width: 21px;
  height: 15px;
  margin-left: auto;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.disclosures-container .disclosure .collapse-trigger:not(.collapsed):after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.disclosures-container .disclosure .content-group .content {
  padding: 20px 0;
  border-bottom: 1px solid #5d5d5d;
}
.disclosures-container .disclosure .content-group .content:last-child {
  padding: 20px 0 0;
  border: none;
}
.disclosures-container .disclosure .content-group .content p.title {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.disclosures-container .disclosure .content-group .content p.title.bold {
  font-weight: bold;
}
.disclosures-container .disclosure .content-group .content p.sub-title {
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.disclosures-container .disclosure .content-group .content p.sub-title.bold {
  font-weight: bold;
}
.disclosures-container .disclosure .content-group .content ul {
  padding-left: 15px;
}
.disclosures-container .disclosure .content-group .content ol {
  padding-left: 0;
  counter-reset: item;
  list-style-type: none;
}
.disclosures-container .disclosure .content-group .content ol li {
  display: block;
  text-indent: -15px;
  padding-left: 15px;
}
.disclosures-container .disclosure .content-group .content ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  margin-right: 8px;
  font-size: 8px;
  vertical-align: top;
}
.disclosures-container .disclosure .content-group .content ol li p {
  display: inline;
}
.disclosures-container .disclosure .content-group .content li,
.disclosures-container .disclosure .content-group .content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.disclosures-container .disclosure .content-group .content li a,
.disclosures-container .disclosure .content-group .content p a {
  color: #fff;
  text-decoration: underline;
}
.disclosures-container .disclosure .content-group .content img {
  margin: 25px 0;
}
.disclosures-container .disclosure .content-group .content .foot-links {
  color: #fff;
  line-height: 1.5;
  text-decoration: underline;
  padding: 0 15px;
}
.disclosures-container .disclosure .content-group .content .foot-links + .foot-links {
  border-left: 1px solid #fff;
}
.disclosures-container .disclosure .content-group .content .foot-links:first-of-type {
  padding-left: 0;
}
footer {
  padding: 40px 20px;
  background: #000;
}
footer p {
  font-size: 11px;
  line-height: 1.2;
  color: #636363;
}
@media only screen and (min-width: 768px) {
  .main-title {
    padding: 30px 15px;
  }
  #home-carousel > .carousel-inner .item {
    min-height: 392px;
  }
  #home-carousel > .carousel-inner .item:not(:first-child) .overlay .content {
    min-height: 320px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  #home-carousel > .carousel-inner .item .overlay {
    padding: 0 30px;
    background: none;
  }
  #home-carousel > .carousel-inner .item .overlay .content {
    width: 51%;
    text-align: left;
  }
  #home-carousel > .carousel-inner .item .overlay .content h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  #home-carousel > .carousel-inner .item .overlay .content img {
    margin: 0 0 15px;
  }
  #home-carousel > .carousel-inner .item .overlay .content h2 {
    font-size: 30px;
  }
  #home-carousel > .carousel-inner .item .overlay .content h2 small {
    font-size: 22px;
  }
  #home-carousel > .carousel-inner .item .overlay .content .cta,
  #home-carousel > .carousel-inner .item .overlay .content .cta:focus,
  #home-carousel > .carousel-inner .item .overlay .content .cta:hover {
    margin: 20px 0 0;
  }
  #home-carousel > .carousel-inner .item .overlay .content .cta:after,
  #home-carousel > .carousel-inner .item .overlay .content .cta:focus:after,
  #home-carousel > .carousel-inner .item .overlay .content .cta:hover:after {
    margin-left: 10px;
  }
  #slider > .carousel-inner .item {
    min-height: 270px;
  }
  #slider > .carousel-inner .item .img-container {
    padding: 0 60px;
  }
  #slider > .carousel-inner .item .content {
    padding: 0 60px;
  }
  #slider .carousel-control {
    width: 80px;
  }
  #slider .carousel-control.left:before,
  #slider .carousel-control.right:before {
    top: 40%;
  }
  #hero .content-container {
    min-height: 274px;
    padding-top: 0;
    background-color: #0b0b0b;
  }
  #hero .content-container .background {
    position: absolute;
    top: 0;
    right: 0;
  }
  #hero .content-container .background .tb {
    height: 100%;
    width: auto;
  }
  #hero .content-container .overlay {
    padding: 0 30px;
    background: none;
    top: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-align-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  #hero .content-container .overlay .content {
    width: 51%;
    text-align: left;
  }
  #hero .content-container .overlay .content h1 {
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .featured-products .product.new:before {
    right: auto;
    left: 30px;
  }
  .featured-products .product .content-container {
    position: relative;
    text-align: left;
    min-height: 436px;
    padding-top: 0;
    background-color: #0b0b0b;
  }
  .featured-products .product .content-container .background {
    position: absolute;
    top: 0;
    right: 0;
  }
  .featured-products .product .content-container .background .tb {
    height: 100%;
    width: auto;
  }
  .featured-products .product .content-container .overlay {
    background: none;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-align-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .featured-products .product .content-container .overlay .content h3 span {
    display: inline-block;
  }
  .featured-products .product .content-container .overlay .content .buyNow h4 {
    margin: 10px 0 10px 15px;
  }
  .featured-products .product .content-container .overlay .content .buyNow h4 small {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .featured-products .product .content-container .overlay .content .buyNow h4 small span {
    position: absolute;
    left: 100%;
    right: auto;
    bottom: 0;
    white-space: nowrap;
  }
  .featured-products .product .content-container .overlay .content .membership h4 {
    font-size: 77px;
    margin: 15px 0 10px;
  }
  .featured-products .product .content-container .overlay .content .membership h4 sup {
    font-size: 38px;
  }
  .featured-products .product .content-container .overlay .content .membership h4 small {
    top: 40px;
    font-size: 30px;
  }
  .featured-products .product .content-container .overlay .content .membership h5 {
    font-size: 29px;
    margin: 0 0 5px 10px;
    display: inline-block;
    text-align: left;
  }
  .featured-products .product .content-container .overlay .content .membership h5 small {
    font-size: 17px;
  }
  .featured-products .product .content-container .overlay .content .group-toggle {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .featured-products .product .content-container .overlay .content .collapse-ctrl a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .featured-products .product .content-container .overlay .content .collapse-ctrl a:before {
    margin: 0 0 0 10px;
    order: 2;
    -webkit-order: 2;
  }
  .featured-products .product .content-container .overlay .content .collapse-ctrl a .collapse-btn {
    margin: 0;
    order: 1;
    -webkit-order: 1;
  }
  .featured-products .product .details ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .featured-products .product .details ul li {
    width: 50%;
  }
  .featured-products .product .details ul li:nth-child(odd) {
    padding: 0 15px 0 30px;
    background: none;
  }
  .featured-products .product .details ul li:nth-child(even) {
    padding: 0 30px 0 15px;
    background: none;
  }
  .featured-products .product .details ul li:nth-child(4n+1),
  .featured-products .product .details ul li:nth-child(4n+2) {
    background: #f5f5f5;
  }
  .featured-products .product .details ul li:nth-child(4n+3),
  .featured-products .product .details ul li:nth-child(4n+4) {
    background: #fff;
  }
  .featured-products .product .details ul li:last-child:nth-child(odd) {
    width: 100%;
    text-align: center;
  }
  .featured-products .product .details ul li:last-child:nth-child(odd) .content {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .featured-products .product .details ul li .content .img-container {
    padding: 20px 15px 20px 0;
  }
  .featured-products .product .details ul li .content p {
    margin: 20px 0 15px 5px;
  }
  .products {
    padding: 0 30px;
  }
  .products .product-container {
    padding: 15px 0 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .products .product-container .product {
    margin: 0 -0.5px;
    border: none;
  }
  .products .product-container .product .content-container p {
    margin: 0 0 15px;
  }
  .products .product-container .product:first-child:nth-last-child(3),
  .products .product-container .product:first-child:nth-last-child(3) ~ .product {
    padding: 15px 10px;
  }
  .products .product-container .product:first-child:nth-last-child(3) .btn,
  .products .product-container .product:first-child:nth-last-child(3) ~ .product .btn {
    min-width: 218px;
  }
  .products .product-container .product:first-child:nth-last-child(4),
  .products .product-container .product:first-child:nth-last-child(4) ~ .product {
    padding: 15px 15px;
  }
  .single-product .content-container .content h3 span {
    display: inline-block;
  }
  .single-product .content-container .content .buyNow h4 {
    margin: 10px 0 10px 15px;
  }
  .single-product .content-container .content .buyNow h4 small {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .single-product .content-container .content .buyNow h4 small span {
    position: relative;
    left: auto;
    right: 0;
    bottom: 0;
    white-space: nowrap;
  }
  .single-product .content-container .content .membership h4 {
    font-size: 77px;
    margin: 15px 0 10px;
  }
  .single-product .content-container .content .membership h4 sup {
    font-size: 38px;
  }
  .single-product .content-container .content .membership h4 small {
    top: 40px;
    font-size: 30px;
  }
  .single-product .content-container .content .membership h5 {
    font-size: 29px;
    margin: 0 0 5px 10px;
    display: inline-block;
    text-align: left;
  }
  .single-product .content-container .content .membership h5 small {
    font-size: 17px;
  }
  .single-product .details:not(.vert) .title {
    padding: 30px 15px 0;
  }
  .single-product .details:not(.vert) ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .single-product .details:not(.vert) ul li {
    width: 50%;
  }
  .single-product .details:not(.vert) ul li:nth-child(odd) {
    padding: 0 15px 0 30px;
    background: none;
  }
  .single-product .details:not(.vert) ul li:nth-child(even) {
    padding: 0 30px 0 15px;
    background: none;
  }
  .single-product .details:not(.vert) ul li:nth-child(4n+1),
  .single-product .details:not(.vert) ul li:nth-child(4n+2) {
    background: #fff;
  }
  .single-product .details:not(.vert) ul li:nth-child(4n+3),
  .single-product .details:not(.vert) ul li:nth-child(4n+4) {
    background: #f5f5f5;
  }
  .single-product .details:not(.vert) ul li:last-child:nth-child(odd) {
    width: 100%;
    text-align: center;
  }
  .single-product .details:not(.vert) ul li:last-child:nth-child(odd) .content {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .single-product .details:not(.vert) ul li .content .img-container {
    padding: 20px 15px 20px 0;
  }
  .single-product .details:not(.vert) ul li .content p {
    margin: 20px 0 15px 5px;
  }
  .single-product .details:not(.vert) h3 {
    padding: 18px 30px;
    text-align: center;
  }
  .single-product .details.vert .title {
    padding: 30px 15px 0;
  }
  .single-product .details.vert h3 {
    padding: 18px 30px;
    text-align: center;
  }
  .single-product .details.vert ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    padding: 0 30px;
    font-size: 0;
  }
  .single-product .details.vert ul li {
    display: inline-block;
    padding: 0;
  }
  .single-product .details.vert ul li:nth-child(odd),
  .single-product .details.vert ul li:nth-child(even) {
    background: #fff;
  }
  .overview-product .main-title {
    padding: 30px 15px 0;
  }
  .overview-product .content-container {
    padding: 0 30px 5px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .overview-product .content-container .content {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-align-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    text-align: left;
  }
  .overview-product .content-container .content h4 {
    margin: 5px 0 15px;
  }
  .overview-product .content-container .content .btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    width: 240px;
    max-height: 46px;
    padding: 10px 12px;
    margin: 0 0 15px;
    white-space: normal;
    text-decoration: none;
    color: #fff;
    border: 1px solid #365b1b;
    background: #2fbe39;
    background: linear-gradient(#2fbe39, #259b2d);
    background: -webkit-linear-gradient(#2fbe39, #259b2d);
    background: -moz-linear-gradient(#2fbe39, #259b2d);
  }
  .overview-product .content-container .content .group-toggle {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .overview-product .content-container .content .group-toggle .switch input:checked + .toggle:before {
    display: none;
  }
  .overview-product .disclaimer {
    padding: 0 30px 20px;
    text-align: left;
  }
  .tech-specs .head {
    position: relative;
  }
  .tech-specs .content {
    padding: 30px;
  }
  .tech-specs .content .specs {
    padding: 0 30px 0 0;
  }
  .tech-specs .content .specs h2 {
    text-align: left;
  }
  .tech-specs .content .specs .title {
    margin: 25px 0 5px;
  }
  #tech-slider {
    margin: 20px 0 0;
  }
  #tech-slider .item {
    display: block;
    padding: 20px 0;
  }
  .awards {
    padding: 0 30px;
  }
  .awards .award {
    padding: 30px 10px;
    text-align: left;
  }
  .awards .award img {
    margin: 0 20px 0 0;
    float: left;
  }
  .awards .award .text h3 {
    overflow: hidden;
  }
  .awards .award .text p {
    overflow: hidden;
  }
  .tabs.push {
    margin-top: 0;
  }
  .tabs li {
    min-height: 55px;
  }
  .tabs li a {
    width: 100%;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-align-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .tabs li a span {
    display: inline-block;
  }
  .tabs li a span + span {
    margin-left: 5px;
  }
}

.retailers p {
    margin-bottom: 4px;
}

.retailer-icon {
  border: 1px solid #D4D4D4;
  border-radius: 0px;
  height: 40px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 12px 0 12px;
  vertical-align: middle;
  margin-bottom: 20px;

}
.retailer-icon.amazon {
    margin-right: 0;
}
.retailer-icon img {
  display: block;
  cursor: pointer!important;

}
.retailer-icon img.best-buy {
  width: 39px;
  height: 26px;
}

.retailer-icon img.amazon {
  margin-top: 8px;
  width: 65px;
  height: 20px;
}



/* STYLE FOR DISCOUNTED CORE PRICING */

.overview-product .content-container .content h4 {
    margin-bottom: 0px;
}

.discount-core {
    margin-bottom: 15px;
}

.discount-core .msrp {
    text-decoration: line-through;
    color: #999;
    font-size: 26px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    margin-top: -2px;
}

.discount-core .off {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #db0011;
    padding: 0 8px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: top;
}

/* END: STYLE FOR DISCOUNTED CORE PRICING */



h5.ll-discount {
    font-size: 16px!important;

}

h5.ll-discount span {
    text-decoration: line-through;
}


