.container {
  max-width: 1104px;
}
.container-fluid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (min-width: 1000px) {
  .container-fluid {
    padding: 0;
  }
}
/* column spacing */
.container,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 12px;
  padding-left: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
/* none */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* small */
.row.small-gutter {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.small-gutter [class*="col-"] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
/* large */
@media only screen and (min-width: 1000px) {
  .row.large-gutter {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media only screen and (min-width: 1000px) {
  .large-gutter > [class*="col-"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.nav-tabs li a {
  display: inline-block !important;
}
/* tooltip */
.tooltip-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*! lightslider - v1.1.2 - 2015-04-05
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 4px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ddd;
  border-radius: 30px;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 10px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ed1c24;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  /*border-radius: 5px;*/
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  /*width: 32px;*/
  display: block;
  /*height: 32px;*/
  cursor: pointer;
  /*position: absolute;*/
  z-index: 9999;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*----------------------------------------------------
Reset
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-box-sizing,
.no-box-sizing:after,
.no-box-sizing:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #fff;
  color: #111;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ed1c24;
}
a:focus,
a:active {
  text-decoration: none;
}
:focus {
  outline: 0;
}
/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
sup {
  font-size: 1em;
  vertical-align: top;
}
/* HTML5 */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Lists */
ul,
ol {
  list-style: none;
}
/**
 * ----------------------------------------------------------------------------------------
 * typography
 * ----------------------------------------------------------------------------------------
 */
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 10px 0;
  color: #1d1d1d;
  font-family: 'Roboto', sans-serif;
}
h5 {
  margin: 5px 0;
  color: red;
  font-size: 13px;
}
.h1,
.h2,
.h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #562872;
}
.h2 {
  font-size: 30px;
  line-height: 30px;
  color: #562872;
}
.h3 {
  padding-top: 10px;
  padding-bottom: 16px;
  margin-top: 0;
  font-size: 24px;
  line-height: 24px;
}
.h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
h2 a:hover {
  color: #57b81a;
}
h3 em {
  font-weight: 300;
  font-style: normal;
}
p {
  padding-top: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c1c;
}
.note {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
}
.c-uppercase {
  text-transform: uppercase;
}
.p-large {
  font-family: 700;
  font-size: 16px;
  line-height: 21px;
}
.c-default {
  font-family: 700;
}
.c-bold {
  font-weight: 700 !important;
}
.c-red {
  color: #e10000;
}
.c-orange {
  color: #ff921e;
}
.c-grey {
  color: #999;
}
.c-green {
  color: green;
}
.c-blue {
  color: #7ccfdf;
}
.c-brown {
  color: brown;
}
.c-white {
  color: #fff;
}
/* lists */
.default-list {
  list-style-type: square;
  list-style-position: inside;
}
/**
 * ----------------------------------------------------------------------------------------
 * Bootstrap
 * ----------------------------------------------------------------------------------------
 */
input.form-control {
  font-size: 13px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button {
  padding: 12px 24px;
  display: inline-block;
  color: #fff;
  background-color: #ed1c24;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.button:hover {
  color: #fff;
  background-color: #de1219;
}
.button:focus,
.button:active {
  text-decoration: none;
}
.button2 {
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  background-color: #562872;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 13px;
}
.button2:hover {
  color: #fff;
  background-color: #48215f;
}
.button2:focus,
.button2:active {
  text-decoration: none;
}
.button2.cancel-coupon {
  background-color: #562872;
}
.button2.cancel-coupon:hover {
  background-color: #48215f;
}
.button.btn-update {
  padding: 8px 16px;
  font-size: 13px;
  line-height: 13px;
}
.checkout-types.bottom .button.btn-checkout {
  width: 100%;
  display: block;
}
.btn-arrow:after {
  display: inline-block;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  vertical-align: middle;
  pointer-events: none;
  border-left-color: #ed1c24;
  border-width: 4px;
  margin-left: 6px;
}
.btn-primary.btn-arrow {
  padding-right: 18px;
}
.btn-primary.btn-arrow:after {
  border-left-color: #fff;
  margin-left: 10px;
  margin-top: -2px;
}
/**
 * ----------------------------------------------------------------------------------------
 * Bootstrap
 * ----------------------------------------------------------------------------------------
 */
.btn {
  padding: 12px 24px;
  display: inline-block;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:focus,
.btn:active {
  text-decoration: none;
}
.btn-primary {
  background-color: #ed1c24;
  color: #fff;
}
.btn-primary:hover {
  background-color: #de1219;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #c61017;
}
.btn-primary:focus:active {
  background-color: #c61017;
}
.btn-link {
  color: #ed1c24;
}
.btn-link:hover {
  color: #ed1c24;
}
.btn-link:focus,
.btn-link:active {
  color: #ed1c24;
}
/* sizes */
.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
  line-height: 14px;
}
/* ../fonts/icomoon/fonts/ */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/fonts/icomoon.eot?-5yi3wg');
  src: url('../fonts/icomoon/fonts/icomoon.eot?#iefix-5yi3wg') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?-5yi3wg') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?-5yi3wg') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?-5yi3wg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-phone:before {
  content: "\e601";
}
/**
 * ----------------------------------------------------------------------------------------
 * Tools & helpers
 * ----------------------------------------------------------------------------------------
 */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left,
.fleft {
  float: left !important;
}
.f-right,
.right,
.fright {
  float: right !important;
}
.f-none {
  float: none !important;
}
.fcenter {
  margin: 0 auto;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clear {
  clear: both;
}
hr {
  height: 0;
  margin: 12px 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #ececec;
}
hr.hr-01 {
  margin: 25px 0 25px;
}
img.alignright {
  margin: 0px 15px 15px 25px;
}
img.alignleft {
  margin: 0px 25px 15px 15px;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.d-block {
  display: block;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.z-index-1 {
  z-index: 1;
}
.image-placeholder {
  display: block;
  padding: 20px;
  text-align: center;
}
.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.inline {
  display: inline-block;
}
img.resize {
  max-width: 100%;
  height: auto;
}
.push-bottom {
  position: absolute;
  bottom: 0;
}
.push-top {
  position: absolute;
  top: 0;
}
/* position */
.push-top {
  position: absolute;
  top: 0;
}
.push-bottom {
  position: absolute;
  bottom: 0;
}
/*** Fixes & Misc ***/
.middle > * {
  vertical-align: middle;
}
.hide {
  display: none !important;
}
.appear {
  visibility: hidden;
}
.v-align-bottom {
  vertical-align: bottom;
}
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle;
}
/**
 * ----------------------------------------------------------------------------------------
 * Margins & paddings
 * ----------------------------------------------------------------------------------------
 */
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.p-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/** Padding top **/
.p-t-10 {
  padding-top: 10px;
}
.p-t-12 {
  padding-top: 12px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-t-80 {
  padding-top: 80px;
}
/** Padding Bottom **/
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-12 {
  padding-bottom: 12px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-60 {
  padding-bottom: 60px;
}
/** Padding Left **/
.p-l-10 {
  padding-left: 10px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
/** Padding Right **/
.p-r-10 {
  padding-right: 10px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-60 {
  padding-right: 60px;
}
/** Margins **/
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
/** Padding top **/
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-60 {
  margin-top: 60px;
}
/** Padding Bottom **/
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-70 {
  margin-bottom: 70px;
}
/** Padding Left **/
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-40 {
  margin-left: 40px;
}
/** Padding Right **/
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-40 {
  margin-right: 40px;
}
/*** section **/
.section--padding-vertical {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--padding-bottom {
  padding-bottom: 40px;
}
.section--gray {
  background-color: #f4f4f4;
}
.section--relative {
  position: relative;
}
.section--white {
  background-color: #fff;
}
.section--dark-grey {
  background-color: #e5e9ec;
}
.section--black {
  background-color: #22262e;
}
.section--green {
  background-color: #0aa699;
}
.section--purple {
  background-color: #746487;
}
.section--red {
  background-color: #f35958;
}
.section--blue {
  background-color: #0090d9;
}
/* Breackpoints
------------------------------------------------------------------*/
.flexible-content-wp {
  position: relative;
}
.flexible-content-text {
  z-index: 10;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.flexible-content-text ul,
.flexible-content-text ol {
  color: #111;
  margin-left: 22px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: square;
}
.flexible-content-text ul li,
.flexible-content-text ol li {
  margin-bottom: 4px;
}
.flexible-content-text .white-text ul,
.flexible-content-text .white-text ol {
  color: #fff !important;
}
.flexible-content-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .flexible-content-image--right {
    float: right;
    text-align: right;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .flexible-content-image--left {
    text-align: left;
    float: left;
    padding-right: 30px;
  }
}
.flexible-content-image--left img,
.flexible-content-image--right img {
  max-width: 100%;
  height: auto;
}
.flexible-content-image--top,
.flexible-content-image--bottom {
  position: relative;
  width: 100%;
  text-align: center;
}
.flexible-content-image--top img,
.flexible-content-image--bottom img {
  max-width: 100%;
  height: auto;
}
.flexible-content-image--background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.flexible-content-image--background img {
  height: 100%;
  width: auto;
}
.flexible-content--columns {
  margin-bottom: 40px;
}
.flexible-content-columns--column > div {
  padding: 30px 30px 20px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1000px) {
  .flexible-content-wp {
    padding-bottom: 0;
  }
  .flexible-content-text {
    padding-left: 14px;
    padding-right: 14px;
  }
  .flexible-content-image {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    /*width: 100%;*/
    height: auto;
    overflow: hidden;
  }
  .flexible-content-image img {
    width: 100%;
    height: auto;
  }
}
/* gallery */
.flexible-gallery-wp div {
  margin-bottom: 14px;
}
.hero-banner {
  position: relative;
  margin-bottom: 10px;
  background: url('../img/loading.gif') no-repeat center center;
  background-size: 32px auto;
}
@media only screen and (max-width: 989px) {
  .hero-banner {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.hero-banner--slideshow {
  position: relative;
  width: 100%;
  margin: 0;
}
.hero-banner--slideshow--slide {
  width: 100%;
  position: relative;
}
.hero-banner--slideshow--content {
  position: absolute;
  color: #fff;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 989px) {
  .hero-banner--slideshow--content {
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 24px;
  }
}
@media only screen and (min-width: 1000px) {
  .hero-banner--slideshow--content {
    top: 100px;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    padding: 48px;
  }
}
.hero-banner--slideshow--content h1,
.hero-banner--slideshow--content h2,
.hero-banner--slideshow--content h3 {
  padding-bottom: 16px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 529px) {
  .hero-banner--slideshow--content h1,
  .hero-banner--slideshow--content h2,
  .hero-banner--slideshow--content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.hero-banner .lSAction {
  z-index: 110;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.hero-banner .lSAction a {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: left;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background-color: #ed1c24;
  cursor: pointer;
}
.hero-banner .lSAction a:hover {
  background-color: #de1219;
}
.hero-banner .lSAction a:focus:active {
  background-color: #c61017;
}
.hero-banner .lSAction .lSPrev {
  text-indent: 12px;
}
.hero-banner .lSAction .lSNext {
  text-indent: 14px;
}
@media only screen and (max-width: 989px) {
  .minibanner {
    margin-bottom: 8px;
  }
}
.minibanner--image {
  margin-bottom: 12px;
}
.minibanner--image img:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.minibanner--content h1,
.minibanner--content h2,
.minibanner--content h3 {
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 6px;
}
.minibanner--content p {
  padding-top: 0px;
  margin-bottom: 8px;
  color: #939598;
}
.toggle-tabs {
  border-bottom: 1px solid #eee;
}
.toggle-tabs li {
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  margin-bottom: -1px;
}
.toggle-tabs li.current {
  border-color: #eee;
  border-bottom-color: #fff;
  color: #ed1e79;
}
.toggle-tabs span {
  display: inline-block;
  padding: 12px 24px;
}
.tab {
  display: none;
  /* hide on desktop*/
}
.collateral-tabs {
  padding: 20px 0;
}
.collateral-tabs dt {
  display: none;
}
.tab-container {
  display: none;
}
.tab-container.current {
  display: block;
}
.page-title {
  padding-top: 30px;
  padding-bottom: 24px;
}
.custom-table th {
  font-weight: 700;
  color: #503730;
}
.data-table {
  width: 100%;
}
.data-table thead th {
  font-weight: bold;
  color: #fff;
  background-color: #503730;
  padding: 8px;
}
.data-table tbody td {
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.data-table tfoot td {
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.data-table tfood td.a-right {
  width: 60%;
}
.data-table tfood td.a-left.last {
  width: 40%;
}
.data-table h3.product-name {
  font-size: 14px;
  line-height: 16px;
}
.product-img-box {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .product-img-box {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 529px) {
  .product-img-box {
    margin-bottom: 16px;
  }
}
.product-img-box .lSSlideOuter {
  background: url('../img/loading.GIF') no-repeat center center;
  background-size: 32px auto;
}
.product-img-box .lSAction {
  display: none !important;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .product-img-box .lSPager.lSGallery {
    position: absolute;
    top: 24px;
    left: 0;
    width: 80px !important;
  }
}
.product-img-box .lSPager.lSGallery img {
  max-width: 100%;
  height: auto;
}
.product-img-box .lSPager.lSGallery a {
  display: block;
  cursor: pointer;
}
.product-img-box .lSPager.lSGallery li {
  border: 2px solid #ddd;
  cursor: pointer;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .product-img-box .lSPager.lSGallery li {
    display: block;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 4px;
  }
}
.product-img-box .lSPager.lSGallery li.active {
  border-color: #ed1c24;
}
.link-box {
  padding: 24px;
  margin-bottom: 10px;
  border: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.link-box h1,
.link-box h2,
.link-box h3,
.link-box h4 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
  line-height: 26px;
  color: #7ac943;
}
.link-box li {
  margin-bottom: 4px;
  list-style-type: disc;
  list-style-position: inside;
}
.link-box li a {
  color: #503730;
}
.link-box li a:hover {
  color: #7ac943;
}
@media only screen and (max-width: 529px) {
  .mobile-collapse {
    margin-bottom: 8px;
    padding: 14px 20px 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobile-collapse .mobile-collapse--trigger {
    cursor: pointer;
    position: relative;
  }
  .mobile-collapse .mobile-collapse--trigger:after {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    text-align: right;
    content: "+";
    font-size: 30px;
    line-height: 30px;
  }
  .mobile-collapse .mobile-collapse--content {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
  }
  .mobile-collapse.is-active {
    padding-bottom: 16px;
  }
  .mobile-collapse.is-active .mobile-collapse--trigger:after {
    top: -8px;
    content: "-";
  }
  .mobile-collapse.is-active .mobile-collapse--content {
    max-height: 400px;
  }
}
#main-nav {
  z-index: 120;
  height: 60px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 989px) {
  #main-nav {
    display: none;
  }
}
#main-nav > ul {
  float: right;
  margin: 0;
  padding: 0;
}
#main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
#main-nav > ul > li:last-child {
  padding-right: 0;
}
#main-nav > ul > li:hover > a {
  border-color: #111;
  color: #111;
}
#main-nav > ul > li:hover > .sub-menu {
  display: block;
}
#main-nav > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  vertical-align: middle;
  font-size: 0;
}
#main-nav > ul > li.menu-item-has-children:hover > a:after {
  border-top: 4px solid #111;
}
#main-nav > ul > li > a {
  display: inline-block;
  height: 60px;
  border-bottom: 4px solid transparent;
  font-size: 15px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}
#main-nav > ul > li > a:hover {
  border-color: #111;
  color: #111;
}
#main-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 140px;
  height: auto;
  background-color: #fff;
}
#main-nav .sub-menu > li > a {
  display: block;
  padding: 14px;
  color: #1c1c1c;
  border-left: 3px solid transparent;
  font-size: 14px;
  line-height: 18px;
}
#main-nav .sub-menu > li > a:hover {
  border-color: #ed1c24;
  background-color: #f3f2f0;
}
body.navigation-is-open {
  overflow: hidden;
}
/**
 * ----------------------------------------------------------------------------------------
 * Mobile nav overlay
 * ----------------------------------------------------------------------------------------
 */
#mobile-nav {
  /* by default it's hidden - on top of the viewport */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 300;
  text-align: center;
  padding: 60px 0 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#mobile-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#mobile-nav ul {
  border-top: 1px solid #ed1c24;
}
#mobile-nav li {
  text-align: right;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
#mobile-nav a {
  display: block;
  padding: 16px 24px;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
@media only screen and (min-width: 1000px) {
  #mobile-nav.is-visible {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}
.no-touch #mobile-nav a:hover {
  /* modernizr no-touch */
  background-color: #ed1c24;
}
/**
 * ----------------------------------------------------------------------------------------
 * Btn burger
 * ----------------------------------------------------------------------------------------
 */
#btn-burger {
  z-index: 320;
  display: block;
  position: absolute;
  top: 12px;
  right: 24px;
  width: auto;
  height: 32px;
  padding-left: 24px;
  color: #fff;
}
#btn-burger:hover,
#btn-burger:focus,
#btn-burger:active {
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  #btn-burger {
    display: none;
  }
}
.btn-burger--text {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  font-size: 16px;
  line-height: 34px;
}
.btn-burger--icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.btn-burger--icon::before,
.btn-burger--icon:after {
  /* these are the upper and lower lines in the menu icon */
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-burger--icon::before {
  top: -5px;
}
.btn-burger--icon::after {
  top: 5px;
}
/* active state */
#btn-burger.is-active .btn-burger--icon {
  background-color: rgba(255, 255, 255, 0);
}
#btn-burger.is-active .btn-burger--icon::before,
#btn-burger.is-active .btn-burger--icon::after {
  background-color: white;
}
#btn-burger.is-active .btn-burger--icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#btn-burger.is-active .btn-burger--icon::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.section-header {
  padding: 24px 0 32px;
}
.section-header.is-center {
  text-align: center;
}
.section-header--title {
  margin: 0;
  padding: 0 0 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.section-header--subtitle {
  display: block;
  margin: 0;
  padding: 0 0 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.products-carousel--title {
  margin-bottom: 16px;
}
.products-carousel--title h1,
.products-carousel--title h2,
.products-carousel--title h3 {
  display: inline-block;
  padding-right: 6px;
}
.products-carousel-container {
  position: relative;
}
.products-carousel.lightSlider {
  overflow: visible;
}
.products-carousel {
  margin-bottom: 24px;
}
.products-carousel .discount-flag {
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #ff0000;
  display: inline-block;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.products-carousel--item {
  position: relative;
  display: inline-block;
  width: 25%;
}
.products-carousel--product--image {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.products-carousel--product--image:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.products-carousel--product--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 8px;
  padding: 0;
}
.products-carousel--product--title a {
  color: #1c1c1c;
}
.products-carousel--product--title a:hover {
  color: #ed1c24;
}
.products-carousel--item .price-box {
  margin-bottom: 4px;
}
.products-carousel-container .lSAction {
  position: absolute;
  top: -54px;
  right: 0;
}
.products-carousel-container .lSAction a {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  background-color: #ed1c24;
  cursor: pointer;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.products-carousel-container .lSAction a:hover {
  background-color: #de1219;
}
.products-carousel-container .lSAction a:focus:active {
  background-color: #c61017;
}
.products-carousel-container .lSAction .lSPrev {
  left: 0;
  text-indent: 9px;
  margin-right: 4px;
}
.products-carousel-container .lSAction .lSNext {
  right: 0;
  text-indent: 12px;
}
/* custom style */
.top-categories .products-carousel--product--title {
  text-align: center;
}
.price-box {
  font-weight: 700;
}
.price-box .regular-price {
  display: inline-block;
  color: #939598;
  font-weight: 400;
}
.price-box .old-price {
  display: inline-block;
  padding-right: 4px;
  color: #939598;
  text-decoration: line-through;
  font-weight: 400;
}
.price-box .special-price {
  display: inline-block;
  padding: 0 4px;
  color: #ff0000;
}
.page-banner .price-box {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .page-banner .price-box {
    padding-top: 40px;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
  }
}
.page-banner .regular-price,
.page-banner .old-price,
.page-banner .special-price {
  letter-spacing: -1px;
}
.page-banner .regular-price,
.page-banner .old-price {
  color: #fff;
}
.blog-listing {
  width: 100%;
}
.blog-listing article {
  display: block;
  margin-bottom: 24px;
}
.blog-listing p {
  font-size: 13px;
  line-height: 18px;
}
.blog-listing--image {
  float: left;
  display: inline-block;
  max-width: 182px;
  margin-right: 24px;
  border: 1px solid #ececec;
}
.blog-listing--title {
  padding-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #1c1c1c;
}
.page-banner {
  max-width: 1080px;
  margin: 0 auto 24px;
  background-color: #111;
  padding: 60px 12px 24px;
  background: url('../img/product-banner.jpg') no-repeat 0 0;
  background-size: cover;
}
.page-banner h1,
.page-banner h2 {
  margin-top: 16px;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 529px) {
  .page-banner h1,
  .page-banner h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .page-banner .container {
    max-width: auto;
    width: 100%;
  }
}
.cp-breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-banner .cp-breadcrumb {
  color: #fff;
}
.page-banner .cp-breadcrumb a {
  color: #fff;
}
.page-banner .cp-breadcrumb a:hover {
  text-decoration: underline;
}
.content-box {
  padding: 24px;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 1000px) {
  .content-box {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 529px) {
  .content-box {
    margin-left: -12px;
    margin-right: -12px;
  }
}
/* Sidebar nav
------------------------------------------------------------------*/
.sidebar-nav {
  padding: 32px 24px;
}
.sidebar-nav li {
  padding: 18px 0 20px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  line-height: 17px;
}
.sidebar-nav li:last-child {
  border: none;
}
.sidebar-nav li.current_page_item {
  list-style-type: square !important;
}
.sidebar-nav li.current_page_item a {
  color: #111;
}
.sidebar-nav a {
  color: #ed1c24;
}
.sidebar-nav a:hover {
  text-decoration: underline;
}
.sidebar-nav ul.children {
  list-style-type: circle;
  padding-left: 16px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}
.sidebar-nav ul.children li {
  padding: 12px 0 14px;
  border-bottom-style: dashed;
  text-transform: none;
}
.sidebar-nav ul.children li:last-child {
  border: none;
}
.sidebar-nav ul.children li.current_page_item a {
  color: #ed1c24;
}
.sidebar-nav ul.children a {
  color: #ed1c24;
}
.sidebar-nav ul.children a:hover {
  color: #c61017;
}
.product-filters {
  padding: 8px 24px;
  margin-bottom: 24px;
  background-color: #f4f4f4;
}
.product-filters .product-filters--content {
  max-height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-filters.is-active .product-filters--content {
  max-height: 400px;
}
.product-filters--toogle {
  display: inline-block;
  clear: both;
  font-size: 16px;
  color: #ed1c24;
  cursor: pointer;
}
.product-filters--toogle:after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  content: " ";
  width: 0px;
  height: 0px;
  font-size: 0px;
  border: 4px solid transparent;
  border-top-color: #ed1c24;
}
.product-filters--toogle.is-active:after {
  border-top-color: transparent;
  border-bottom-color: #ed1c24;
  margin-top: -4px;
}
.product-filters--title h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.product-filters--filter .facetwp-facet {
  margin-bottom: 8px;
}
.product-filters--filter .facetwp-checkbox {
  display: inline-block;
  margin-right: 16px;
  font-size: 13px;
  line-height: 19px;
}
html.js .pagination-wp {
  display: none;
}
.pagination-wp {
  text-align: center;
  display: block;
}
.page-numbers {
  display: inline-block;
  padding: 5px;
}
/* facet pagination */
.facetwp-pager {
  padding: 24px 16px;
  text-align: center;
}
.facetwp-page {
  display: inline-block;
  padding: 5px 12px !important;
}
.facetwp-page.active {
  background-color: #1c1c1c;
  color: #fff;
}
.facetwp-pager-label {
  display: none !important;
}
.products-grid {
  margin-bottom: 24px;
}
.products-grid .discount-flag {
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #ff0000;
  display: inline-block;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.products-grid--item {
  position: relative;
  display: inline-block;
  width: 50%;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .products-grid--item {
    width: 25%;
  }
}
.products-grid--product--image {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.products-grid--product--image:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.products-grid--product--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 8px;
  padding: 0;
}
.products-grid--product--title a {
  color: #1c1c1c;
}
.products-grid--product--title a:hover {
  color: #ed1c24;
}
.products-grid--item .price-box {
  margin-bottom: 4px;
}
.taxonomy-listing li {
  float: left;
}
.taxonomy-listing .taxonomy--image img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.taxonomy-listing .taxonomy--title a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
}
.taxonomy-listing .taxonomy--title a:hover {
  color: #ed1c24;
}
/* contact form 7 */
.wpcf7-form label {
  font-size: 13px;
  font-weight: 400;
}
.wpcf7-form-control {
  margin-bottom: 8px;
}
.wpcf7-form-control:focus {
  border-color: #9c9c9c;
}
.wpcf7-textarea {
  width: 100%;
  height: 98px;
  padding: 8px;
  border: 1px solid #ddd;
}
.wpcf7-text,
.wpcf7-number,
.wpcf7-email,
.wpcf7-captchar {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #ddd;
}
.wpcf7-not-valid {
  border-color: red !important;
}
/* capcha */
.captcha-wp {
  display: table;
}
.captcha-wp .wpcf7-captchac {
  float: left;
  height: 32px;
  width: auto;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
}
.captcha-wp span.wpcf7-form-control-wrap {
  float: left;
  display: inline-block !important;
}
.wpcf7-captchar {
  max-width: 100px;
}
.wpcf7-submit {
  padding: 12px 22px;
  display: inline-block;
  color: #fff;
  background-color: #ed1c24;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpcf7-submit:focus,
.wpcf7-submit:hover {
  text-decoration: none;
  outline: none;
  background-color: #d01018;
}
.wpcf7-submit:active:focus {
  outline: none;
  background-color: #d01018;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-list-item:first-child {
  margin-left: 0;
}
.wpcf7-list-item {
  margin-right: 10px;
}
.wpcf7-list-item-label {
  color: #777;
}
/* validation */
div.wpcf7-response-output {
  margin: 0 0 10px 0;
}
span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-mail-sent-ok {
  padding: 8px 16px;
  border: none;
  background-color: #7fc241;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
div.wpcf7-validation-errors {
  padding: 8px;
  border: none;
  background-color: red;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
#page-header {
  position: relative;
  min-height: 60px;
  background-color: #ed1c24;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#logo {
  z-index: 120;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 24px;
  width: 174px;
  height: 99px;
  text-align: center;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background: -o-linear-gradient(top, #ffffff, #f4f4f4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1000px) {
  #logo {
    left: 36px;
  }
}
#logo span {
  display: inline-block;
  width: 140px;
  height: 77px;
  text-indent: -99999px;
  overflow: hidden;
  background: url('../img/logo.png') no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #logo span {
    background: url('../img/logo@2x.png') no-repeat 0 0;
    background-size: 140px auto;
  }
}
.header-phone {
  color: #fff;
  display: inline-block;
  padding-left: 220px;
  font-size: 15px;
  line-height: 60px;
}
@media only screen and (max-width: 529px) {
  .header-phone {
    display: none;
  }
}
#page-footer {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-top: 1px solid #eee;
  font-size: 13px;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  #footer-nav {
    text-align: right;
  }
}
#footer-nav li {
  display: inline-block;
  margin-right: 16px;
}
#footer-nav li:last-child {
  margin-right: 0px;
}
#footer-nav a {
  color: #111;
  font-size: 13px;
}
#footer-nav a:hover {
  color: #ed1c24;
}
.footer-social-links li {
  margin-bottom: 12px;
}
.footer-social-links .fa {
  font-size: 16px;
  margin-right: 4px;
}
.footer-social-links a {
  color: #111;
  font-size: 13px;
}
.footer-info {
  display: block;
  color: #939598;
}
@media only screen and (min-width: 1000px) {
  .footer-info {
    min-height: 77px;
    padding: 16px 0 0 170px;
    background: url('../img/logo.png') no-repeat 0 0;
  }
}
@media only screen and (min-width: 1000px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1000px) and only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1000px) and only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 1000px) and only screen and (min-device-pixel-ratio: 1.5) {
  .footer-info {
    background-image: url('../img/logo@2x.png');
    background-size: 140px auto;
  }
}
.copy {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #939598;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .copy {
    text-align: right;
  }
}
.product-sku {
  font-size: 14px;
  display: inline-block;
  color: #939598;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .product-sku {
    padding-left: 8px;
  }
}
.product-description {
  padding-bottom: 24px;
}
.product-description p {
  padding-top: 0px;
  margin-bottom: 16px;
}
.product-details {
  margin-bottom: 24px;
}
.product-details--list {
  list-style-type: square;
  list-style-position: inside;
  font-size: 14px;
  line-height: 18px;
}
.product-details--list li {
  margin-bottom: 4px;
}
.blog-header-banner {
  margin: 8px 0 32px;
  padding: 24px;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  color: #939598;
  background-color: #f4f4f4;
}
/**
 * ----------------------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------------------
 */
.wp-sidebar {
  margin-bottom: 24px;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .wp-sidebar {
    border-left: 1px solid #eee;
  }
}
.wp-sidebar .block-title {
  display: block;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  color: #503730;
}
.wp-sidebar .block-title strong {
  font-weight: 400;
}
.wp-sidebar .block-blog {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 728px) and (max-width: 3000px) {
  .wp-sidebar .block-blog {
    padding-left: 24px;
  }
}
.wp-sidebar .block-blog:last-child {
  border: none;
}
.blog-search {
  position: relative;
}
.blog-search .input-text {
  height: 41px;
  line-height: 41px;
  display: block;
  width: 100%;
  padding-right: 44px;
  margin-bottom: 8px;
}
.blog-search .button {
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-search .button span {
  display: none;
}
.blog-search .button:before {
  font-family: 'icomoon';
  content: "\e607";
  font-size: 24px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * ----------------------------------------------------------------------------------------
 * Listing
 * ----------------------------------------------------------------------------------------
 */
#post-list {
  margin-right: -16px;
  margin-left: -16px;
}
#post-list .item {
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 32px;
}
#post-list h1,
#post-list h2 {
  min-height: 60px;
  font-size: 20px;
  line-height: 24px;
}
#post-list h1 a,
#post-list h2 a {
  color: #503730;
}
#post-list h1 a:hover,
#post-list h2 a:hover {
  color: #7ac943;
}
#post-list .post-meta {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #939598;
}
.featured-image {
  position: relative;
  margin-bottom: 2px;
  background-color: #333;
}
.featured-image:hover .details {
  opacity: 1;
}
.featured-image img {
  width: 100%;
  height: auto;
}
.featured-image .details {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 120px;
  height: auto;
  padding: 8px 0;
  margin-left: -60px;
  margin-top: -20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
/**
 * ----------------------------------------------------------------------------------------
 * Post view
 * ----------------------------------------------------------------------------------------
 */
.post-title {
  margin-bottom: 16px;
  color: #503730;
}
#contact-map {
  position: relative;
}
#btn-get-directions {
  display: none;
  margin-bottom: 24px;
}
@media only screen and (max-width: 529px) {
  #btn-get-directions {
    display: inline-block;
  }
}
@media only screen and (max-width: 529px) {
  #contact-map:before {
    /*on mobile the iframe is not clickable*/
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
  }
}
.acf-map {
  width: 100%;
  height: 240px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/*# sourceMappingURL=style.css.map */
