/* line 3, assets/styles/design-changes.scss */
html {
  overflow: auto;
}

/* line 6, assets/styles/design-changes.scss */
body {
  background: none;
  background-color: #333;
}

/* line 9, assets/styles/design-changes.scss */
body.page-template-tpl-resellers-map, body .page-template-tpl-resellers-map-international {
  background-image: none;
  background-color: #f1f1f1 !important;
}

/* line 14, assets/styles/design-changes.scss */
.wrapper {
  width: 1080px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1080px) {
  /* line 14, assets/styles/design-changes.scss */
  .wrapper {
    width: 768px;
  }
}

@media (max-width: 790px) {
  /* line 14, assets/styles/design-changes.scss */
  .wrapper {
    width: 640px;
  }
}

@media (max-width: 650px) {
  /* line 14, assets/styles/design-changes.scss */
  .wrapper {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 14, assets/styles/design-changes.scss */
  .wrapper {
    width: 310px;
    margin: 0 auto;
  }
}

/* line 33, assets/styles/design-changes.scss */
.content.new-style {
  margin-top: 0;
  padding-top: 0px;
}

/* line 35, assets/styles/design-changes.scss */
.content.new-style section {
  padding: 0px !important;
  box-shadow: none;
}

/* line 39, assets/styles/design-changes.scss */
.content.new-style h2, .content.new-style .page-title {
  display: block;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  padding-bottom: 22px;
  margin-bottom: 50px;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
}

/* line 48, assets/styles/design-changes.scss */
.content.new-style h2:before, .content.new-style .page-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 58, assets/styles/design-changes.scss */
.content.new-style h2:after, .content.new-style .page-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background-color: #fc0101;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 71, assets/styles/design-changes.scss */
.content.new-style h2.title-of-page {
  padding-top: 50px;
}

/* line 80, assets/styles/design-changes.scss */
div.bg-block .left-bg {
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/bg-left.jpg) no-repeat transparent;
  background-size: cover;
  background-position: center center;
  background-clip: content-box;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border-right: 540px  solid transparent;
}

@media (max-width: 1080px) {
  /* line 80, assets/styles/design-changes.scss */
  div.bg-block .left-bg {
    border-right: 384px  solid transparent;
  }
}

@media (max-width: 790px) {
  /* line 80, assets/styles/design-changes.scss */
  div.bg-block .left-bg {
    border-right: 320px  solid transparent;
  }
}

@media (max-width: 650px) {
  /* line 80, assets/styles/design-changes.scss */
  div.bg-block .left-bg {
    display: none;
  }
}

/* line 102, assets/styles/design-changes.scss */
div.bg-block .right-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  background: url(../img/bg-right.jpg) no-repeat transparent;
  border-left: 540px solid transparent;
  background-clip: content-box;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1080px) {
  /* line 102, assets/styles/design-changes.scss */
  div.bg-block .right-bg {
    border-left: 384px  solid transparent;
  }
}

@media (max-width: 790px) {
  /* line 102, assets/styles/design-changes.scss */
  div.bg-block .right-bg {
    border-left: 320px  solid transparent;
  }
}

@media (max-width: 650px) {
  /* line 102, assets/styles/design-changes.scss */
  div.bg-block .right-bg {
    display: none;
  }
}

/* line 128, assets/styles/design-changes.scss */
.page-template-tpl-resellers-map-php div.bg-block .left-bg, .page-template-tpl-resellers-map-php div.bg-block .right-bg, .page-template-tpl-resellers-map-international-php div.bg-block .left-bg, .page-template-tpl-resellers-map-international-php div.bg-block .right-bg {
  background: none;
}

/* line 136, assets/styles/design-changes.scss */
.page-template-tpl-resellers-map header, .page-template-tpl-resellers-map-international header {
  background: url(../img/bodybg.jpg) repeat-x 0 0 transparent;
}

/* line 140, assets/styles/design-changes.scss */
header {
  padding-top: 0;
}

@media (max-width: 650px) {
  /* line 140, assets/styles/design-changes.scss */
  header {
    height: 130px;
    /* margin-bottom: 10px; */
  }
}

/* line 146, assets/styles/design-changes.scss */
header .wrapper {
  position: relative;
  width: 1080px;
  padding: 15px 15px 25px;
  margin-top: 15px;
  background: url(../img/bodybg.jpg) repeat-x 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 146, assets/styles/design-changes.scss */
  header .wrapper {
    width: 768px;
  }
}

@media (max-width: 790px) {
  /* line 146, assets/styles/design-changes.scss */
  header .wrapper {
    width: 640px;
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  /* line 146, assets/styles/design-changes.scss */
  header .wrapper {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

/* line 165, assets/styles/design-changes.scss */
header .wrapper hgroup {
  float: left;
  height: 63px;
}

@media (max-width: 790px) {
  /* line 168, assets/styles/design-changes.scss */
  header .wrapper hgroup h1, header .wrapper hgroup .logo {
    width: 200px;
    height: 40px;
    background-size: cover;
  }
}

@media (max-width: 650px) {
  /* line 168, assets/styles/design-changes.scss */
  header .wrapper hgroup h1, header .wrapper hgroup .logo {
    background-size: contain;
    width: 100%;
    height: 55px;
  }
}

@media (max-width: 440px) {
  /* line 168, assets/styles/design-changes.scss */
  header .wrapper hgroup h1, header .wrapper hgroup .logo {
    width: 200px;
    height: 45px;
    margin: 0;
  }
}

@media (max-width: 790px) {
  /* line 165, assets/styles/design-changes.scss */
  header .wrapper hgroup {
    height: 40px;
  }
}

@media (max-width: 650px) {
  /* line 165, assets/styles/design-changes.scss */
  header .wrapper hgroup {
    position: absolute;
    left: 30px;
    top: 30px;
    float: none;
  }
}

/* line 190, assets/styles/design-changes.scss */
header .wrapper .top-block-cart {
  top: 15px;
  right: 20px;
}

@media (max-width: 650px) {
  /* line 190, assets/styles/design-changes.scss */
  header .wrapper .top-block-cart {
    display: none;
    top: auto;
    right: auto;
  }
}

@media (max-width: 790px) {
  /* line 198, assets/styles/design-changes.scss */
  header .wrapper nav {
    margin-top: 45px;
  }
}

/* line 203, assets/styles/design-changes.scss */
header .wrapper .social-part {
  margin-top: 15px;
}

/* line 205, assets/styles/design-changes.scss */
header .wrapper .social-part ul {
  text-align: right;
}

/* line 207, assets/styles/design-changes.scss */
header .wrapper .social-part ul li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

/* line 211, assets/styles/design-changes.scss */
header .wrapper .social-part ul li a {
  font-size: 26px;
  color: rgba(241, 241, 241, 0.3);
}

@media (max-width: 790px) {
  /* line 211, assets/styles/design-changes.scss */
  header .wrapper .social-part ul li a {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  /* line 211, assets/styles/design-changes.scss */
  header .wrapper .social-part ul li a {
    font-size: 22px;
  }
}

@media (max-width: 650px) {
  /* line 203, assets/styles/design-changes.scss */
  header .wrapper .social-part {
    display: block;
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -102px;
  }
}

/* line 232, assets/styles/design-changes.scss */
header .wrapper .responsive-menu {
  display: none;
}

@media (max-width: 650px) {
  /* line 232, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu {
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
    width: 35px;
    height: 15px;
  }
  /* line 238, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu {
    position: relative;
    display: block;
    width: 100%;
    height: 23px;
    padding-top: 0;
  }
  /* line 243, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  /* line 248, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu span:after, header .wrapper .responsive-menu .mobile-menu span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  /* line 254, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu span:before {
    content: '';
    top: auto;
    top: 20px;
  }
  /* line 259, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu.active {
    top: 10px;
  }
  /* line 261, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu.active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 263, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu.active span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
  /* line 267, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-menu.active span:before {
    display: none;
  }
  /* line 273, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper {
    position: absolute;
    right: -335px;
    top: 90px;
    width: 280px;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #313131;
    z-index: 999;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: type;
    -moz-box-sizing: type;
    box-sizing: type;
  }
}

@media (max-width: 650px) and (max-width: 440px) {
  /* line 273, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper {
    width: 250px;
  }
}

@media (max-width: 650px) {
  /* line 285, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper h3 {
    font-size: 20px;
    font-weight: bold !important;
    color: #fff;
    margin-bottom: 10px;
  }
  /* line 289, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper h3:not(:first-child) {
    margin-top: 25px;
  }
  /* line 294, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .widget_shopping_cart_content {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /* line 297, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .widget_shopping_cart_content p {
    color: #fff;
    visibility: visible !important;
  }
  /* line 302, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 305, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul li {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  }
  /* line 309, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul ul {
    margin-bottom: 0;
    margin-left: 20px;
  }
  /* line 311, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul ul li {
    border: medium none;
  }
  /* line 313, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul ul li:first-child {
    border-top: 1px solid rgba(225, 225, 225, 0.5);
    margin-left: -20px;
    padding: 10px 0 5px 20px;
  }
  /* line 317, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper ul ul li:last-child {
    margin-bottom: 0;
  }
  /* line 323, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper a {
    color: #dcdada;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
  }
  /* line 325, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper a:hover {
    color: #fff;
  }
  /* line 330, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 em {
    color: #ff0000;
    font-style: normal;
    font-weight: bold;
  }
  /* line 335, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 a {
    color: #fff;
  }
  /* line 338, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 u {
    text-decoration: none;
    color: #FF7F00;
    font-style: normal;
    font-weight: bold;
  }
  /* line 344, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 b {
    text-decoration: none;
    color: #FFFF00;
    font-style: normal;
    font-weight: bold;
  }
  /* line 351, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 :hover em, header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 :hover a, header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 :hover u, header .wrapper .responsive-menu .mobile-wrapper .menu-item-3288 :hover b {
    color: #fff;
  }
}

@media (max-width: 440px) {
  /* line 232, assets/styles/design-changes.scss */
  header .wrapper .responsive-menu {
    top: 35px;
  }
}

/* line 366, assets/styles/design-changes.scss */
footer {
  margin-bottom: 0px;
}

/* line 368, assets/styles/design-changes.scss */
footer .wrapper {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 376, assets/styles/design-changes.scss */
footer .left {
  color: #999;
}

@media (max-width: 1080px) {
  /* line 376, assets/styles/design-changes.scss */
  footer .left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  /* line 383, assets/styles/design-changes.scss */
  footer .left br {
    display: none;
  }
}

@media (max-width: 1080px) {
  /* line 388, assets/styles/design-changes.scss */
  footer .right {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

/* line 396, assets/styles/design-changes.scss */
footer .right nav a {
  color: #999;
}

/* line 405, assets/styles/design-changes.scss */
.content.homepage {
  margin: 0 auto;
  padding: 0;
}

/* line 409, assets/styles/design-changes.scss */
.content.homepage section.wrapper {
  padding-top: 140px !important;
}

@media (max-width: 790px) {
  /* line 409, assets/styles/design-changes.scss */
  .content.homepage section.wrapper {
    padding-top: 70px !important;
  }
}

@media (max-width: 650px) {
  /* line 409, assets/styles/design-changes.scss */
  .content.homepage section.wrapper {
    padding-top: 25px !important;
  }
}

/* line 423, assets/styles/design-changes.scss */
.front-slider-new {
  position: relative;
  border: medium none;
  margin: 0;
}

@media (max-width: 650px) {
  /* line 423, assets/styles/design-changes.scss */
  .front-slider-new {
    display: block;
  }
}

/* line 432, assets/styles/design-changes.scss */
.front-slider-new article {
  width: 1080px;
  height: 600px;
  padding: 0;
  float: none;
  overflow: hidden;
}

@media (max-width: 1080px) {
  /* line 432, assets/styles/design-changes.scss */
  .front-slider-new article {
    width: 768px;
    height: 427px;
  }
}

@media (max-width: 790px) {
  /* line 432, assets/styles/design-changes.scss */
  .front-slider-new article {
    width: 640px;
    height: 360px;
  }
}

@media (max-width: 650px) {
  /* line 432, assets/styles/design-changes.scss */
  .front-slider-new article {
    width: 430px;
    height: 250px;
  }
}

@media (max-width: 440px) {
  /* line 432, assets/styles/design-changes.scss */
  .front-slider-new article {
    width: 310px;
    height: 200px;
  }
}

/* line 453, assets/styles/design-changes.scss */
.front-slider-new article .slider a {
  display: block;
  width: 1080px;
  height: 600px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1080px) {
  /* line 453, assets/styles/design-changes.scss */
  .front-slider-new article .slider a {
    width: 768px;
    height: 427px;
  }
}

@media (max-width: 790px) {
  /* line 453, assets/styles/design-changes.scss */
  .front-slider-new article .slider a {
    width: 640px;
    height: 360px;
  }
}

@media (max-width: 650px) {
  /* line 453, assets/styles/design-changes.scss */
  .front-slider-new article .slider a {
    width: 430px;
    height: 250px;
  }
}

@media (max-width: 440px) {
  /* line 453, assets/styles/design-changes.scss */
  .front-slider-new article .slider a {
    width: 310px;
    height: 200px;
  }
}

/* line 474, assets/styles/design-changes.scss */
.front-slider-new article .slider a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 35px;
  background-color: red;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -18px 0 0 -52px;
  padding: 0 45px 0 20px;
  border-radius: 20px;
}

@media (max-width: 650px) {
  /* line 474, assets/styles/design-changes.scss */
  .front-slider-new article .slider a span {
    margin-left: -65px;
  }
}

@media (max-width: 440px) {
  /* line 474, assets/styles/design-changes.scss */
  .front-slider-new article .slider a span {
    padding: 0 35px 0 10px;
    margin-left: -55px;
    margin-top: -13px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
  }
}

/* line 498, assets/styles/design-changes.scss */
.front-slider-new article .slider a span small {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -14px;
  background-color: #a70000;
  z-index: 1000;
  border-radius: 100%;
  text-align: center;
}

@media (max-width: 440px) {
  /* line 498, assets/styles/design-changes.scss */
  .front-slider-new article .slider a span small {
    height: 16px;
    width: 16px;
    margin-top: -8px;
  }
}

/* line 513, assets/styles/design-changes.scss */
.front-slider-new article .slider a span small i {
  position: relative;
  font-size: 25px;
  line-height: 25px;
  left: 2px;
}

@media (max-width: 650px) {
  /* line 513, assets/styles/design-changes.scss */
  .front-slider-new article .slider a span small i {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 440px) {
  /* line 513, assets/styles/design-changes.scss */
  .front-slider-new article .slider a span small i {
    font-size: 14px;
    line-height: 14px;
    top: -2px;
    left: 1px;
  }
}

/* line 530, assets/styles/design-changes.scss */
.front-slider-new article .cycle-prev, .front-slider-new article .cycle-next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 539, assets/styles/design-changes.scss */
.front-slider-new article .cycle-prev i, .front-slider-new article .cycle-next i {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

/* line 548, assets/styles/design-changes.scss */
.front-slider-new article .cycle-next {
  left: auto;
  right: 0;
}

/* line 555, assets/styles/design-changes.scss */
.cta-hero {
  position: absolute;
  top: auto;
  bottom: -80px;
  left: 0;
  z-index: 1000;
  text-align: center;
  width: 100%;
  height: 160px;
}

@media (max-width: 790px) {
  /* line 555, assets/styles/design-changes.scss */
  .cta-hero {
    bottom: -105px;
  }
}

/* line 564, assets/styles/design-changes.scss */
.cta-hero.category-steps {
  bottom: -50px;
}

@media (max-width: 440px) {
  /* line 564, assets/styles/design-changes.scss */
  .cta-hero.category-steps {
    position: relative;
    top: auto;
    bottom: -40px;
    left: auto;
  }
}

/* line 570, assets/styles/design-changes.scss */
.cta-hero div {
  position: relative;
  display: inline-block;
  width: 290px;
  height: 160px;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1080px) {
  /* line 570, assets/styles/design-changes.scss */
  .cta-hero div {
    width: 190px;
    height: 120px;
  }
}

@media (max-width: 790px) {
  /* line 570, assets/styles/design-changes.scss */
  .cta-hero div {
    width: 170px;
    height: 100px;
  }
}

/* line 585, assets/styles/design-changes.scss */
.cta-hero div:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 290px;
  height: 160px;
  background-color: rgba(13, 13, 13, 0.6);
  transition: background-color 0.5s ease;
}

@media (max-width: 1080px) {
  /* line 585, assets/styles/design-changes.scss */
  .cta-hero div:after {
    width: 190px;
    height: 120px;
  }
}

@media (max-width: 790px) {
  /* line 585, assets/styles/design-changes.scss */
  .cta-hero div:after {
    width: 170px;
    height: 100px;
  }
}

/* line 601, assets/styles/design-changes.scss */
.cta-hero div:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 290px;
  height: 160px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  transition: border-color 0.5s ease;
}

@media (max-width: 1080px) {
  /* line 601, assets/styles/design-changes.scss */
  .cta-hero div:before {
    width: 190px;
    height: 120px;
  }
}

@media (max-width: 790px) {
  /* line 601, assets/styles/design-changes.scss */
  .cta-hero div:before {
    width: 170px;
    height: 100px;
  }
}

/* line 618, assets/styles/design-changes.scss */
.cta-hero div:hover:after {
  background-color: transparent;
  transition: background-color 0.5s ease;
}

/* line 623, assets/styles/design-changes.scss */
.cta-hero div.cycle-pager-active {
  border-color: #fc0101;
}

/* line 625, assets/styles/design-changes.scss */
.cta-hero div.cycle-pager-active:after {
  content: '';
  background-color: transparent;
}

/* line 629, assets/styles/design-changes.scss */
.cta-hero div.cycle-pager-active:before {
  content: '';
  border-color: #fc0101;
  transition: border-color 0.5s ease;
}

/* line 635, assets/styles/design-changes.scss */
.cta-hero div:nth-child(2) {
  margin: 0 5px;
  color: red;
}

/* line 640, assets/styles/design-changes.scss */
.cta-hero .video-cta {
  list-style: none;
  text-align: center;
  margin: 0 0 20px;
}

/* line 644, assets/styles/design-changes.scss */
.cta-hero .video-cta li {
  background: none;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  width: 294px;
}

@media (max-width: 790px) {
  /* line 644, assets/styles/design-changes.scss */
  .cta-hero .video-cta li {
    width: 200px;
  }
}

@media (max-width: 650px) {
  /* line 644, assets/styles/design-changes.scss */
  .cta-hero .video-cta li {
    width: 45%;
    margin: 0 2%;
  }
}

@media (max-width: 440px) {
  /* line 644, assets/styles/design-changes.scss */
  .cta-hero .video-cta li {
    width: 80%;
    margin: 0 auto 10px;
  }
}

/* line 660, assets/styles/design-changes.scss */
.cta-hero .video-cta li p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 440px) {
  /* line 660, assets/styles/design-changes.scss */
  .cta-hero .video-cta li p {
    font-size: 15px;
    line-height: 17px;
  }
}

/* line 667, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img {
  display: block;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

/* line 671, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.6);
}

/* line 678, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img:hover:after {
  background-color: transparent;
}

/* line 682, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img .video-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media (max-width: 790px) {
  /* line 682, assets/styles/design-changes.scss */
  .cta-hero .video-cta li .video-img .video-bg {
    height: 120px;
  }
}

@media (max-width: 440px) {
  /* line 682, assets/styles/design-changes.scss */
  .cta-hero .video-cta li .video-img .video-bg {
    height: 100px;
  }
}

/* line 695, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img .video-btn.triggers-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 35px;
  background-color: red;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -18px 0 0 -52px;
  padding: 0 45px 0 20px;
  border-radius: 20px;
  z-index: 1000;
}

/* line 705, assets/styles/design-changes.scss */
.cta-hero .video-cta li .video-img .video-btn.triggers-video i {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #a70000;
}

/* line 721, assets/styles/design-changes.scss */
.video-img.triggers-page {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 600px;
  height: 340px;
  margin: -171px 0 0 -300px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 1500;
}

@media (max-width: 650px) {
  /* line 721, assets/styles/design-changes.scss */
  .video-img.triggers-page {
    width: 380px;
    height: 214px;
    margin: -107px 0 0 -190px;
  }
}

@media (max-width: 440px) {
  /* line 721, assets/styles/design-changes.scss */
  .video-img.triggers-page {
    width: 270px;
    height: 149px;
    margin: -75px 0 0 -137px;
  }
}

/* line 737, assets/styles/design-changes.scss */
.video-img.triggers-page:hover:after {
  background-color: transparent;
}

/* line 741, assets/styles/design-changes.scss */
.video-img.triggers-page .video-bg {
  position: relative;
  display: block;
  width: 600px;
  height: 340px;
  background-size: cover;
  background-image: url(../img/play-steps.jpg);
}

@media (max-width: 650px) {
  /* line 741, assets/styles/design-changes.scss */
  .video-img.triggers-page .video-bg {
    width: 380px;
    height: 214px;
  }
}

@media (max-width: 440px) {
  /* line 741, assets/styles/design-changes.scss */
  .video-img.triggers-page .video-bg {
    width: 270px;
    height: 149px;
  }
}

/* line 756, assets/styles/design-changes.scss */
.video-img.triggers-page .video-btn.triggers-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 35px;
  background-color: red;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -18px 0 0 -52px;
  padding: 0 45px 0 20px;
  border-radius: 20px;
  z-index: 1000;
}

/* line 766, assets/styles/design-changes.scss */
.video-img.triggers-page .video-btn.triggers-video i {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #a70000;
}

@media (max-width: 650px) {
  /* line 780, assets/styles/design-changes.scss */
  #no-template-pager {
    display: none;
  }
}

/* line 788, assets/styles/design-changes.scss */
section.wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* line 792, assets/styles/design-changes.scss */
section .content-wrapper {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  /* line 792, assets/styles/design-changes.scss */
  section .content-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

/* line 799, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block {
  display: block;
}

/* line 801, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a {
  display: inline-block;
  width: 48%;
  padding: 5px 5px 5px 20px;
  margin: 0 3% 3% 0;
  background-color: #222222;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 801, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a {
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 801, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 450px) {
  /* line 801, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a {
    margin-bottom: 25px;
  }
}

/* line 817, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a:nth-child(2n) {
  margin-right: 0;
}

/* line 820, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div {
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  /* line 820, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div {
    display: block;
    position: relative;
    padding: 268px 0 30px 0;
    text-align: center;
  }
}

/* line 831, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div blockquote, section .content-wrapper .product-category-block a div figure {
  flex: 1;
  width: 50%;
  min-height: 209px;
}

@media (max-width: 650px) {
  /* line 831, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div blockquote, section .content-wrapper .product-category-block a div figure {
    width: 100%;
  }
}

/* line 839, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div figure {
  display: flex;
  background-color: #fff;
  width: 228px;
  height: 228px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  /* line 839, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div figure {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -114px;
  }
}

/* line 850, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div figure img {
  width: 100%;
  height: auto;
}

@media (max-width: 1080px) {
  /* line 850, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div figure img {
    width: 80%;
  }
}

@media (max-width: 1080px) {
  /* line 857, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div blockquote {
    margin-right: 3%;
  }
}

@media (max-width: 650px) {
  /* line 857, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div blockquote {
    margin: 20px 0 0 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 865, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div blockquote h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

/* line 872, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div blockquote p {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

/* line 875, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div blockquote button {
  display: block;
  padding: 0;
  width: 147px;
  height: 34px;
  background-color: #fc0101;
  font-size: 13px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
}

/* line 881, assets/styles/design-changes.scss */
section .content-wrapper .product-category-block a div blockquote button:hover {
  box-shadow: none;
}

@media (max-width: 650px) {
  /* line 875, assets/styles/design-changes.scss */
  section .content-wrapper .product-category-block a div blockquote button {
    margin: 0 auto;
  }
}

/* line 896, assets/styles/design-changes.scss */
.top-hero {
  position: relative;
  width: 100%;
  height: 540px;
  padding-top: 60px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 1080px) {
  /* line 896, assets/styles/design-changes.scss */
  .top-hero {
    height: 440px;
    padding-top: 30px;
  }
}

@media (max-width: 650px) {
  /* line 907, assets/styles/design-changes.scss */
  .top-hero.triggers-top-part {
    height: 300px;
  }
}

/* line 912, assets/styles/design-changes.scss */
.top-hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.hiperfire.com/wp-content/uploads/2017/04/hiperfire-triggers-category.jpg) no-repeat 0 0 transparent;
  z-index: 99;
}

/* line 919, assets/styles/design-changes.scss */
.top-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.93) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.93) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.93) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ed000000',GradientType=0 );
  /* IE6-9 */
  z-index: 100;
}

/* line 929, assets/styles/design-changes.scss */
.top-hero h1 {
  position: relative;
  font-size: 27px;
  line-height: 37px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  z-index: 1000;
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  /* line 929, assets/styles/design-changes.scss */
  .top-hero h1 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 440px) {
  /* line 929, assets/styles/design-changes.scss */
  .top-hero h1 {
    font-size: 20px;
  }
}

/* line 941, assets/styles/design-changes.scss */
.top-hero h1 em {
  color: #fc0101;
  font-style: normal;
}

/* line 946, assets/styles/design-changes.scss */
.top-hero img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 812px;
  width: 100%;
  height: auto;
  z-index: 1000;
}

@media (max-width: 1080px) {
  /* line 946, assets/styles/design-changes.scss */
  .top-hero img {
    max-width: 90%;
    width: 90%;
  }
}

/* line 957, assets/styles/design-changes.scss */
.product-list-category {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 963, assets/styles/design-changes.scss */
.product-list-category .product-category-item {
  width: 248px;
  margin: 0 45px 110px;
  padding: 10px;
  border: 1px solid transparent;
}

@media (max-width: 1080px) {
  /* line 963, assets/styles/design-changes.scss */
  .product-list-category .product-category-item {
    width: 250px;
    margin: 0 56px 110px;
  }
}

@media (max-width: 790px) {
  /* line 963, assets/styles/design-changes.scss */
  .product-list-category .product-category-item {
    width: 248px;
    margin: 0 25px 50px;
  }
}

@media (max-width: 650px) {
  /* line 963, assets/styles/design-changes.scss */
  .product-list-category .product-category-item {
    width: 80%;
    margin: 0 auto 50px;
  }
}

/* line 979, assets/styles/design-changes.scss */
.product-list-category .product-category-item .product-image, .product-list-category .product-category-item .no-product-image {
  display: block;
  width: 230px;
  height: 325px;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media (max-width: 1080px) {
  /* line 979, assets/styles/design-changes.scss */
  .product-list-category .product-category-item .product-image, .product-list-category .product-category-item .no-product-image {
    width: 100%;
  }
}

@media (max-width: 790px) {
  /* line 979, assets/styles/design-changes.scss */
  .product-list-category .product-category-item .product-image, .product-list-category .product-category-item .no-product-image {
    width: 200px;
    height: 225px;
  }
}

/* line 993, assets/styles/design-changes.scss */
.product-list-category .product-category-item .product-image img, .product-list-category .product-category-item .no-product-image img {
  display: none;
}

/* line 997, assets/styles/design-changes.scss */
.product-list-category .product-category-item .no-product-image {
  position: relative;
}

/* line 999, assets/styles/design-changes.scss */
.product-list-category .product-category-item .no-product-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 50px;
  color: #000;
}

/* line 1004, assets/styles/design-changes.scss */
.product-list-category .product-category-item hgroup {
  margin-bottom: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0 1px 0 0 #FFFFFF;
  clear: both;
}

@media (max-width: 650px) {
  /* line 1004, assets/styles/design-changes.scss */
  .product-list-category .product-category-item hgroup {
    width: 100%;
  }
}

/* line 1012, assets/styles/design-changes.scss */
.product-list-category .product-category-item hgroup h3 {
  float: left;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-family: 'Impact';
  font-size: 32px;
  font-weight: normal;
  line-height: 34px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 790px) {
  /* line 1012, assets/styles/design-changes.scss */
  .product-list-category .product-category-item hgroup h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

/* line 1021, assets/styles/design-changes.scss */
.product-list-category .product-category-item hgroup span {
  padding-bottom: 4px;
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  color: #010101;
  opacity: 0.8;
}

/* line 1024, assets/styles/design-changes.scss */
.product-list-category .product-category-item hgroup span .amount {
  float: none;
  margin: 0 2px;
  display: inline-block;
}

/* line 1031, assets/styles/design-changes.scss */
.product-list-category .product-category-item blockquote {
  margin-bottom: 10px;
  text-align: right;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
}

/* line 1037, assets/styles/design-changes.scss */
.product-list-category .product-category-item blockquote .green, .product-list-category .product-category-item blockquote .stock.in-stock, .product-list-category .product-category-item blockquote .stock.available-on-backorder {
  color: #009900;
}

/* line 1040, assets/styles/design-changes.scss */
.product-list-category .product-category-item blockquote .red, .product-list-category .product-category-item blockquote .stock.out-of-stock {
  color: #ff0000;
}

/* line 1044, assets/styles/design-changes.scss */
.product-list-category .product-category-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1052, assets/styles/design-changes.scss */
.woocommerce-page .breadcrumbs {
  display: none;
}

/* line 1056, assets/styles/design-changes.scss */
.woocommerce-page.tax-product_cat .breadcrumbs {
  display: block;
}

/* line 1063, assets/styles/design-changes.scss */
.new-product-single .full-width {
  padding: 0 !important;
}

/* line 1067, assets/styles/design-changes.scss */
.new-product-single .top-hero {
  background-color: #f2f2f2;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  /* line 1067, assets/styles/design-changes.scss */
  .new-product-single .top-hero {
    height: auto;
    padding: 30px 0;
  }
}

/* line 1074, assets/styles/design-changes.scss */
.new-product-single .top-hero:before, .new-product-single .top-hero:after {
  display: none;
}

/* line 1077, assets/styles/design-changes.scss */
.new-product-single .top-hero h1 {
  position: relative;
  font-size: 29px;
  line-height: 25px;
  font-weight: bold;
  color: #fc0101;
  text-transform: none;
  z-index: 1000;
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  /* line 1077, assets/styles/design-changes.scss */
  .new-product-single .top-hero h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 440px) {
  /* line 1077, assets/styles/design-changes.scss */
  .new-product-single .top-hero h1 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* line 1090, assets/styles/design-changes.scss */
.new-product-single .top-hero img {
  width: 700px;
  height: 416px;
  max-width: 700px;
}

@media (max-width: 1080px) {
  /* line 1090, assets/styles/design-changes.scss */
  .new-product-single .top-hero img {
    width: 80%;
    min-width: 80%;
    height: auto;
  }
}

/* line 1098, assets/styles/design-changes.scss */
.new-product-single .content-product {
  padding: 40px;
  box-shadow: none;
  background-color: #ebebeb;
}

@media (max-width: 1080px) {
  /* line 1098, assets/styles/design-changes.scss */
  .new-product-single .content-product {
    width: 100%;
    padding: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 1107, assets/styles/design-changes.scss */
.new-product-single .content-product .wrapper {
  width: 960px;
  margin: 0 auto;
  box-shadow: none;
  background-color: #ebebeb;
}

@media (max-width: 1080px) {
  /* line 1107, assets/styles/design-changes.scss */
  .new-product-single .content-product .wrapper {
    width: 100%;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 1118, assets/styles/design-changes.scss */
.new-product-single .content-product:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 1128, assets/styles/design-changes.scss */
.new-product-single .content-product:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background-color: #fc0101;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 1139, assets/styles/design-changes.scss */
.new-product-single .content-product article {
  float: left;
  width: 580px;
}

@media (max-width: 1080px) {
  /* line 1139, assets/styles/design-changes.scss */
  .new-product-single .content-product article {
    width: 60%;
  }
}

@media (max-width: 790px) {
  /* line 1139, assets/styles/design-changes.scss */
  .new-product-single .content-product article {
    display: block;
    width: 100%;
    float: none;
  }
}

/* line 1150, assets/styles/design-changes.scss */
.new-product-single .content-product article .content-add-to-cart {
  display: none;
}

@media (max-width: 790px) {
  /* line 1150, assets/styles/design-changes.scss */
  .new-product-single .content-product article .content-add-to-cart {
    display: block;
  }
}

/* line 1156, assets/styles/design-changes.scss */
.new-product-single .content-product article h3 {
  margin-bottom: 35px !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
}

/* line 1160, assets/styles/design-changes.scss */
.new-product-single .content-product article ul {
  margin-bottom: 60px;
}

/* line 1162, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li {
  position: relative;
  background: none;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}

/* line 1167, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fc0101;
}

/* line 1175, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li ul {
  margin: 10px 0 0;
}

/* line 1177, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}

/* line 1180, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li ul li:after {
  background-color: transparent;
  border: 2px solid #fc0101;
  width: 4px;
  height: 4px;
}

/* line 1186, assets/styles/design-changes.scss */
.new-product-single .content-product article ul li ul li:last-of-type {
  margin-bottom: 0;
}

/* line 1193, assets/styles/design-changes.scss */
.new-product-single .content-product article blockquote {
  margin: -30px 0 60px;
}

/* line 1195, assets/styles/design-changes.scss */
.new-product-single .content-product article blockquote p {
  font-size: 17px;
  line-height: 30px;
  color: #a6a6a6;
  margin-bottom: 0;
}

/* line 1199, assets/styles/design-changes.scss */
.new-product-single .content-product article blockquote a {
  color: #fc0101;
  text-decoration: underline;
  font-style: italic;
}

/* line 1201, assets/styles/design-changes.scss */
.new-product-single .content-product article blockquote a:hover {
  text-decoration: none;
}

/* line 1207, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

/* line 1210, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links a {
  position: relative;
  display: block;
  background-color: #e6e6e6;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #7e7e7e;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 1216, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links a:nth-child(2) {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #ebebeb;
}

/* line 1220, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 25px;
  height: 29px;
  margin-top: -15px;
  background: url(../img/product-pdf.png) no-repeat 0 0;
  opacity: 0.8;
}

/* line 1229, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links a:hover {
  color: #fc0101;
}

/* line 1231, assets/styles/design-changes.scss */
.new-product-single .content-product article .product-pdf-links a:hover:after {
  opacity: 1;
}

/* line 1238, assets/styles/design-changes.scss */
.new-product-single .content-product article .promo-box {
  position: relative;
  padding-left: 65px;
  margin: 90px 0;
  font-size: 35px;
  line-height: 35px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1242, assets/styles/design-changes.scss */
.new-product-single .content-product article .promo-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 70px;
  background: url(../img/promo-back.png) no-repeat 0 0;
}

/* line 1250, assets/styles/design-changes.scss */
.new-product-single .content-product aside {
  float: right;
  width: 320px;
  padding-top: 0px !important;
}

@media (max-width: 1080px) {
  /* line 1250, assets/styles/design-changes.scss */
  .new-product-single .content-product aside {
    width: 30%;
  }
}

@media (max-width: 790px) {
  /* line 1250, assets/styles/design-changes.scss */
  .new-product-single .content-product aside {
    display: block;
    width: 100%;
    float: none;
  }
}

/* line 1263, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos {
  margin-top: 30px;
}

/* line 1265, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  background-color: #222222;
}

/* line 1270, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a div {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1276, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a div:nth-child(2) {
  padding-left: 0;
}

/* line 1279, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a div:nth-child(1) {
  width: 96px;
}

/* line 1283, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a figure {
  display: block;
  width: 96px;
  height: 54px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 1290, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a h3 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  color: #ff7c00;
}

/* line 1294, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a p {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.25);
}

/* line 1302, assets/styles/design-changes.scss */
.new-product-single .content-product aside .product-videos a:hover span {
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1309, assets/styles/design-changes.scss */
.new-product-single .content-product aside .title-bq {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background: url(../img/feedback-img.png) no-repeat center center;
}

/* line 1315, assets/styles/design-changes.scss */
.new-product-single .content-product aside .title-bq:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 1325, assets/styles/design-changes.scss */
.new-product-single .content-product aside .title-bq:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background-color: #fc0101;
  box-shadow: 1px 1px 0 rgba(254, 254, 254, 0.3);
}

/* line 1337, assets/styles/design-changes.scss */
.new-product-single .content-product aside .feedback {
  margin-top: 10px;
}

/* line 1339, assets/styles/design-changes.scss */
.new-product-single .content-product aside .feedback li {
  background: none;
  padding: 20px 12px;
  background-color: #e5e5e5;
  border: medium none;
  box-shadow: none;
}

/* line 1345, assets/styles/design-changes.scss */
.new-product-single .content-product aside .feedback li p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1348, assets/styles/design-changes.scss */
.new-product-single .content-product aside .feedback li cite {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

/* line 1355, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info {
  position: relative;
  top: auto !important;
  right: auto;
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
}

@media (max-width: 790px) {
  /* line 1355, assets/styles/design-changes.scss */
  /* .new-product-single .content-product .product-info {
    display: none;
  } */
}

/* line 1363, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info h1 {
  position: relative;
  margin-bottom: 10px;
  font-family: 'Impact';
  font-size: 27px;
  line-height: 27px;
  color: #f1f1f1;
  font-weight: normal;
}

/* line 1368, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .summary {
  width: 100% !important;
  float: none;
  margin-bottom: 0 !important;
}

/* line 1372, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .summary .reset_variations {
  color: #ff0000;
  text-decoration: underline;
}

/* line 1377, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .cart {
  margin-bottom: 0 !important;
}

/* line 1381, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .sku_wrapper .sku {
  margin-left: 15px;
  color: #999999;
  font-size: 14px;
  text-transform: none;
}

/* line 1388, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .divider {
  margin: 15px 0;
  border-bottom: 1px solid #000000;
  -moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.06);
}

/* line 1393, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .quantity {
  float: left;
  margin: 0 4px 0 0;
}

/* line 1396, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .quantity .qty {
  width: 55px;
  height: 25px;
  margin-left: 5px;
  color: #fff;
  text-align: center;
  background-color: #515151;
  border-color: #141414 none none none;
  border-style: none;
  border-style: none;
  border-width: 1px medium medium;
  border-bottom: medium none;
  -webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

/* line 1406, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  margin: -1px 5px 0 !important;
  color: #fff;
  line-height: 16px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #d60101;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d60101 0%, #ff0000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d60101), color-stop(100%, #ff0000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d60101 0%, #ff0000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d60101 0%, #ff0000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d60101 0%, #ff0000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d60101 0%, #ff0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1415, assets/styles/design-changes.scss */
.new-product-single .content-product .product-info .button:hover {
  background: #ff0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #d60101 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #d60101));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff0000 0%, #d60101 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff0000 0%, #d60101 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff0000 0%, #d60101 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff0000 0%, #d60101 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1423, assets/styles/design-changes.scss */
.new-product-single .swag-top {
  width: 100%;
}

/* line 1427, assets/styles/design-changes.scss */
.new-product-single .swag-top .product-slider-single {
  width: 100%;
}

/* line 1430, assets/styles/design-changes.scss */
.new-product-single .swag-top .product-slider-single .main-holder {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 790px) {
  /* line 1430, assets/styles/design-changes.scss */
  .new-product-single .swag-top .product-slider-single .main-holder {
    height: 400px;
  }
}

/* line 1442, assets/styles/design-changes.scss */
#content .homepage.category-products-new-mix .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px;
}

/* line 1448, assets/styles/design-changes.scss */
#content .homepage .product-front .product-image {
  min-height: 168px;
}

/* line 1452, assets/styles/design-changes.scss */
#content .homepage .product-front hgroup h3 {
  line-height: 23px;
}

/* line 1461, assets/styles/design-changes.scss */
.term-hiperswag .product-image {
  min-height: 240px;
  background-color: #fff;
  background-size: 85%;
}

/* line 1464, assets/styles/design-changes.scss */
.term-hiperswag .product-image .swag-img {
  display: block;
  width: 100%;
  min-height: 240px;
  margin-bottom: 0;
  background-color: #fff;
  background-size: 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  border: medium none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 1476, assets/styles/design-changes.scss */
.term-hiperswag .product-home-item:hover .product-image .swag-img {
  opacity: 1;
}

/* line 1487, assets/styles/design-changes.scss */
section.content.sidebar {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1495, assets/styles/design-changes.scss */
section.content.reviews-wrapp {
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1498, assets/styles/design-changes.scss */
section.content.reviews-wrapp article {
  padding-top: 5px;
}

/* line 1506, assets/styles/design-changes.scss */
.content.pages .wrapper {
  padding: 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1511, assets/styles/design-changes.scss */
.content.sidebar {
  box-shadow: none;
}

@media (max-width: 440px) {
  /* line 1518, assets/styles/design-changes.scss */
  .content article #custom-label-mobile {
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  /* line 1526, assets/styles/design-changes.scss */
  .news-post {
    padding-top: 20px;
  }
}

/* line 1534, assets/styles/design-changes.scss */
.page-template-tpl-resellers-map header .wrapper, .page-template-tpl-resellers-map-international header .wrapper {
  margin-top: 0;
}

/* line 1538, assets/styles/design-changes.scss */
.page-template-tpl-resellers-map #locations-list, .page-template-tpl-resellers-map-international #locations-list {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  /* line 1538, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map #locations-list, .page-template-tpl-resellers-map-international #locations-list {
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 1545, assets/styles/design-changes.scss */
.page-template-tpl-resellers-map #locations-list .reseller-location, .page-template-tpl-resellers-map-international #locations-list .reseller-location {
  width: 31%;
}

@media (max-width: 1080px) {
  /* line 1545, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map #locations-list .reseller-location, .page-template-tpl-resellers-map-international #locations-list .reseller-location {
    width: 351px;
  }
}

@media (max-width: 790px) {
  /* line 1545, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map #locations-list .reseller-location, .page-template-tpl-resellers-map-international #locations-list .reseller-location {
    width: 100%;
  }
}

@media (max-width: 790px) {
  /* line 1557, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox {
    width: 640px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1562, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox .wrapper, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox .wrapper {
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 1555, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map, .page-template-tpl-resellers-map-international .resellers-map {
    width: 430px;
    margin: 0 auto;
  }
  /* line 1570, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox {
    width: 430px;
  }
  /* line 1572, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox label, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox label {
    float: none !important;
    width: 100% !important;
  }
  /* line 1576, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox .wrapper, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox .wrapper {
    width: 100%;
  }
  /* line 1580, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map #apply-for-reseller, .page-template-tpl-resellers-map-international .resellers-map #apply-for-reseller {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1555, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map, .page-template-tpl-resellers-map-international .resellers-map {
    width: 310px;
    margin: 0 auto;
  }
  /* line 1587, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map .search-toolbox, .page-template-tpl-resellers-map-international .resellers-map .search-toolbox {
    width: 310px;
  }
  /* line 1590, assets/styles/design-changes.scss */
  .page-template-tpl-resellers-map .resellers-map #apply-for-reseller, .page-template-tpl-resellers-map-international .resellers-map #apply-for-reseller {
    width: 310px;
  }
}

/* line 1597, assets/styles/design-changes.scss */
.breadcrumbs {
  width: 1080px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 1597, assets/styles/design-changes.scss */
  .breadcrumbs {
    width: 768px;
  }
}

@media (max-width: 790px) {
  /* line 1597, assets/styles/design-changes.scss */
  .breadcrumbs {
    width: 640px;
  }
}

@media (max-width: 650px) {
  /* line 1597, assets/styles/design-changes.scss */
  .breadcrumbs {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1597, assets/styles/design-changes.scss */
  .breadcrumbs {
    width: 310px;
    margin: 0 auto;
  }
}

/* line 1616, assets/styles/design-changes.scss */
#mainWrapper {
  margin-bottom: 20px;
}

@media (max-width: 1080px) {
  /* line 1616, assets/styles/design-changes.scss */
  #mainWrapper {
    margin-bottom: 0px;
  }
  /* line 1620, assets/styles/design-changes.scss */
  #mainWrapper .videoList {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

/* line 1629, assets/styles/design-changes.scss */
section.content.sidebar {
  padding-top: 20px;
  margin-top: 20px;
}

/* line 1641, assets/styles/design-changes.scss */
.single.single-product.woocommerce.woocommerce-page #mainWrapper {
  margin-bottom: 0px;
}

/* line 1645, assets/styles/design-changes.scss */
.single.single-product.woocommerce.woocommerce-page .content.sidebar {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 1645, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar {
    width: 768px;
  }
  /* line 1652, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar .product-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 790px) {
  /* line 1645, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar {
    width: 640px;
  }
}

@media (max-width: 650px) {
  /* line 1645, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1645, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar {
    width: 310px;
    margin: 0 auto;
  }
}

@media (max-width: 1080px) {
  /* line 1668, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar aside {
    padding-top: 0;
    margin-top: 0;
  }
}

/* line 1674, assets/styles/design-changes.scss */
.single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

/* line 1678, assets/styles/design-changes.scss */
.single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper {
  position: relative;
  width: 1080px;
  padding: 60px;
  margin: 0 auto;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 1678, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper {
    width: 768px;
    padding: 30px;
  }
}

@media (max-width: 790px) {
  /* line 1678, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper {
    width: 640px;
  }
}

@media (max-width: 650px) {
  /* line 1678, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1678, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper {
    width: 310px;
    margin: 0 auto;
  }
}

/* line 1698, assets/styles/design-changes.scss */
.single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper .product-info {
  right: 70px;
  width: 320px;
}

@media (max-width: 1080px) {
  /* line 1698, assets/styles/design-changes.scss */
  .single.single-product.woocommerce.woocommerce-page .content.sidebar.standard-product .standard-product-wrapper .product-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}

/* line 1716, assets/styles/design-changes.scss */
.shipping-alert {
  position: relative;
  margin: 0 auto;
  padding: 25px 20px 28px 85px;
  color: #ffffff;
  background: darkred;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}

@media (max-width: 790px) {
  /* line 1716, assets/styles/design-changes.scss */
  .shipping-alert {
    padding: 75px 20px 20px 20px;
    text-align: center;
  }
}

/* line 1728, assets/styles/design-changes.scss */
.shipping-alert p {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}

/* line 1734, assets/styles/design-changes.scss */
.shipping-alert i {
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -25px;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.41);
}

@media (max-width: 790px) {
  /* line 1734, assets/styles/design-changes.scss */
  .shipping-alert i {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -25px;
  }
}

/* line 1743, assets/styles/design-changes.scss */
.shipping-alert u {
  text-decoration: underline !important;
}

/* line 1749, assets/styles/design-changes.scss */
.swag-top {
  background-color: #333333;
  width: 1080px;
  padding: 0;
  margin: 0 auto;
  padding: 30px 60px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, assets/styles/partials/_helper.scss */
.swag-top:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1080px) {
  /* line 1749, assets/styles/design-changes.scss */
  .swag-top {
    width: 768px;
    padding: 30px;
  }
}

@media (max-width: 790px) {
  /* line 1749, assets/styles/design-changes.scss */
  .swag-top {
    width: 640px;
    padding: 15px;
  }
}

@media (max-width: 650px) {
  /* line 1749, assets/styles/design-changes.scss */
  .swag-top {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1749, assets/styles/design-changes.scss */
  .swag-top {
    width: 310px;
    margin: 0 auto;
  }
}

/* line 1771, assets/styles/design-changes.scss */
.swag-top .product-slider-single {
  float: left;
  width: 520px;
}

@media (max-width: 1080px) {
  /* line 1771, assets/styles/design-changes.scss */
  .swag-top .product-slider-single {
    width: 100%;
  }
}

/* line 1777, assets/styles/design-changes.scss */
.swag-top .product-slider-single .main-holder {
  float: left;
  width: 400px;
  height: 400px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 1777, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .main-holder {
    width: 70%;
  }
}

/* line 1785, assets/styles/design-changes.scss */
.swag-top .product-slider-single .main-holder .panel {
  width: 100%;
  height: 400px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}

/* line 1790, assets/styles/design-changes.scss */
.swag-top .product-slider-single .main-holder .panel .swag-medium-bg {
  display: block;
  width: 80%;
  height: 320px;
  margin: 0;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1801, assets/styles/design-changes.scss */
.swag-top .product-slider-single .caro-pager {
  float: left;
  width: 120px;
  height: 420px;
  padding-top: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  /* line 1801, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .caro-pager {
    width: 20%;
  }
}

/* line 1810, assets/styles/design-changes.scss */
.swag-top .product-slider-single .caro-pager .panel {
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1815, assets/styles/design-changes.scss */
.swag-top .product-slider-single .caro-pager .panel img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

/* line 1822, assets/styles/design-changes.scss */
.swag-top .product-slider-single .mCSB_container_wrapper > .mCSB_container {
  padding-right: 0;
}

/* line 1827, assets/styles/design-changes.scss */
.swag-top .product-slider-single .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* line 1831, assets/styles/design-changes.scss */
.swag-top .product-slider-single .mCSB_scrollTools {
  background-color: #1a1a1a;
}

/* line 1837, assets/styles/design-changes.scss */
.swag-top .product-slider-single .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  background-color: #555;
  width: 100%;
}

@media (max-width: 790px) {
  /* line 1846, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .main-holder, .swag-top .product-slider-single .caro-pager {
    float: none;
    width: 100%;
  }
  /* line 1850, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .main-holder {
    height: 300px;
  }
  /* line 1853, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .caro-pager {
    height: 100px;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1857, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .caro-pager .panel {
    float: left;
    margin: 0 25px 0 0;
    width: auto;
    height: 50px;
    text-align: center;
  }
  /* line 1862, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .caro-pager .panel img {
    margin-bottom: 0;
    height: 100%;
    width: auto;
    max-width: initial;
  }
  /* line 1870, assets/styles/design-changes.scss */
  .swag-top .product-slider-single .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    margin-top: 0px;
  }
}

/* line 1879, assets/styles/design-changes.scss */
.swag-info-cart {
  width: 1080px;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  /* line 1879, assets/styles/design-changes.scss */
  .swag-info-cart {
    width: 768px;
  }
}

@media (max-width: 790px) {
  /* line 1879, assets/styles/design-changes.scss */
  .swag-info-cart {
    width: 640px;
  }
}

@media (max-width: 650px) {
  /* line 1879, assets/styles/design-changes.scss */
  .swag-info-cart {
    width: 430px;
  }
}

@media (max-width: 440px) {
  /* line 1879, assets/styles/design-changes.scss */
  .swag-info-cart {
    width: 310px;
    margin: 0 auto;
  }
}

/* line 1897, assets/styles/design-changes.scss */
.product-cat-hiperswag .product-info {
  top: -415px;
  padding: 0;
}

/* line 1900, assets/styles/design-changes.scss */
.product-cat-hiperswag .product-info h1 {
  line-height: 30px;
}

@media (max-width: 1080px) {
  /* line 1897, assets/styles/design-changes.scss */
  .product-cat-hiperswag .product-info {
    padding: 10px;
    margin-bottom: 25px;
  }
}

@media (max-width: 790px) {
  /* line 1911, assets/styles/design-changes.scss */
  .single-product .componentWrapper .playlistHolder_small {
    height: 200px;
  }
}

@media (max-width: 650px) {
  /* line 1917, assets/styles/design-changes.scss */
  .single-product #mainWrapper {
    min-height: 480px;
  }
}

@media (max-width: 440px) {
  /* line 1917, assets/styles/design-changes.scss */
  .single-product #mainWrapper {
    min-height: 430px;
  }
}
