@charset "UTF-8";
#header .selectric {
  border: 0;
  border-radius: 17px;
  position: relative;
  background: #ebebeb;
}
#header .selectric:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #ebebeb;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#header .selectric .label {
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #6e6e6e;
  transition: color .3s ease-in-out;
}
#header .selectric .label:hover {
  color: #ff00c0;
}

#header .selectric-items {
  border-radius: 17px;
  border: 0;
  top: 0;
  z-index: 2;
}
#header .selectric-items .selectric-scroll {
  border-radius: 17px;
}
#header .selectric-items li {
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #6e6e6e;
  transition: color .3s ease-in-out;
}
#header .selectric-items li:hover {
  color: #353434;
  background: none;
}

.icheckbox_flat-red,
.iradio_flat-red {
  width: 24px;
  height: 24px;
  background-image: url(../../assets/img/inline-form-check.png);
  background-repeat: no-repeat;
  background-size: 48px 24px;
  margin-right: 10px;
  margin-left: -35px;
}

.icheckbox_flat-red.checked,
.iradio_flat-red.checked {
  background-position: -24px 0;
}

.icheckbox_flat-blue,
.iradio_flat-blue {
  width: 30px;
  height: 30px;
  background-image: url(../img/form-check.png);
  background-repeat: no-repeat;
  background-size: 60px 30px;
  margin-right: 10px;
}

.icheckbox_flat-blue.checked,
.iradio_flat-blue.checked {
  background-position: -30px 0;
}

@media (max-width: 600px) {
  .woocommerce .product-navbar {
    display: flex;
    flex-direction: column-reverse;
  }
}
.woocommerce .product-navbar b.button {
  border: 0 !important;
  padding-top: 10px;
  color: #ff00c0;
  top: 15px;
}
.woocommerce .product-navbar b.button:after {
  content: '';
  display: none;
}
@media (max-width: 600px) {
  .woocommerce .product-navbar .selectric-items {
    width: 100vw !important;
    position: absolute;
    left: -45px;
  }
}

.product-navbar .selectric {
  border: 0;
  background: #292929;
}
.product-navbar .selectric .label {
  color: #ff00c0;
  font-weight: 400;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-shadow: 0 0 5px #ff00c0;
}
.product-navbar .selectric .button {
  width: 44px;
  height: 60px;
}
.product-navbar .selectric b.button:after {
  content: '';
}
@media (min-width: 960px) {
  .product-navbar .selectric {
    display: none;
  }
}

.product-navbar .selectric-items {
  border: 0;
  box-shadow: none;
}
@media (min-width: 960px) {
  .product-navbar .selectric-items {
    display: block;
    position: static;
    background: #292929;
  }
}
.product-navbar .selectric-items li {
  color: #ff00c0;
  border: 0;
  background: #353434;
  font-size: 14px;
}
.product-navbar .selectric-items li:hover, .product-navbar .selectric-items li.selected {
  background: #292929;
}
@media (min-width: 960px) {
  .product-navbar .selectric-items li {
    font-size: 16px;
    color: #ebebeb;
    display: inline-block;
    padding: 0 15px;
    height: 90px;
    line-height: 90px;
    background: #292929;
    position: relative;
    transition: color .3s ease-in-out;
  }
  .product-navbar .selectric-items li:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 50%;
    bottom: 6px;
    margin-left: -10px;
    background: #ff00c0;
    box-shadow: 0 0 3px #ff00c0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  .product-navbar .selectric-items li:hover, .product-navbar .selectric-items li.selected {
    color: #ff00c0 !important;
    text-shadow: 0px 0px 10px #ff00c0, 0px 0px 10px #ff00c0;
  }
  .product-navbar .selectric-items li:hover:before, .product-navbar .selectric-items li.selected:before {
    opacity: 1;
  }
}

.form-side-nav .selectric {
  border: 2px solid #b6b6b6;
  border-radius: 22px;
}
@media (min-width: 960px) {
  .form-side-nav .selectric {
    display: none;
  }
}
.form-side-nav .selectric .label {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 40px 0 20px;
}
.form-side-nav .selectric .button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form-side-nav .selectric-items {
  border-left: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
  border-bottom: 2px solid #b6b6b6;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .form-side-nav .selectric-items {
    display: block;
    position: static;
    border: 0;
    background: none;
    box-shadow: none;
    margin-left: -30px;
    width: 200px;
  }
}
.form-side-nav .selectric-items li {
  padding: 10px 20px;
}
@media (min-width: 960px) {
  .form-side-nav .selectric-items li {
    background: none;
    box-shadow: none;
    border: 2px solid #ebebeb;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #14a2ee;
    margin-bottom: 3px;
    border-radius: 22px;
    font-size: 16px;
    transition: border-color .3s ease-in-out;
  }
  .form-side-nav .selectric-items li.selected {
    border-color: #14a2ee;
  }
}
.form-side-nav .selectric-open .selectric {
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

/* Global Rewrite
 ----------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #6e6e6e;
  background: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6, body h7 {
  color: #353434;
}
body.green #menu > ul > li.active > a,
body.green #menu > ul > .current-menu-item a {
  color: #05ff7b;
}
body.green #menu > ul > li.active > a:after,
body.green #menu > ul > .current-menu-item a:after {
  color: #05ff7b;
}
body.red #menu > ul > li.active > a,
body.red #menu > ul > .current-menu-item a {
  color: #f22f53;
}
body.red #menu > ul > li.active > a:after,
body.red #menu > ul > .current-menu-item a:after {
  color: #f22f53;
}
body.pink #menu > ul > li.active > a,
body.pink #menu > ul > .current-menu-item a {
  color: #ff00c0;
}
body.pink #menu > ul > li.active > a:after,
body.pink #menu > ul > .current-menu-item a:after {
  color: #ff00c0;
}
body.purple #menu > ul > li.active > a,
body.purple #menu > ul > .current-menu-item a {
  color: #b54ff0;
}
body.purple #menu > ul > li.active > a:after,
body.purple #menu > ul > .current-menu-item a:after {
  color: #b54ff0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #14a2ee;
  text-decoration: none;
}

#main span a {
  color: inherit;
}

p {
  font-weight: 300;
  line-height: 24px;
  color: #6e6e6e;
}

.text-color p {
  color: inherit;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

/* Grids (From skeleton.css)
 ----------------------------------- */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 960px) {
  .column,
  .columns {
    margin-left: 2.157164869029%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 6.35593220339%;
  }

  .two.columns {
    width: 14.830508474576%;
  }

  .three.columns {
    width: 23.305084745763%;
  }

  .four.columns {
    width: 31.779661016949%;
  }

  .five.columns {
    width: 40.254237288136%;
  }

  .six.columns {
    width: 48.728813559322%;
  }

  .seven.columns {
    width: 57.203389830508%;
  }

  .eight.columns {
    width: 64.152542372881%;
  }

  .nine.columns {
    width: 74.152542372881%;
  }

  .ten.columns {
    width: 82.627118644068%;
  }

  .eleven.columns {
    width: 91.101694915254%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.474576271186%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.949152542373%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.423728813559%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.898305084746%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.372881355932%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50.847457627119%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.322033898305%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 67.796610169492%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 84.745762711864%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.220338983051%;
  }
}
/* Hide for small
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
@media (max-width: 959px) {
  .hide-for-small {
    display: none;
  }
}

/* Clear
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
.container:after,
.row:after,
.u-clearfix {
  content: "";
  display: table;
  clear: both;
}

/* Utilities
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

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

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

.loading {
  font-size: 30px;
  color: #14a2ee;
}

.content ul,
.content ol {
  list-style: initial;
  margin: 1em 0;
  padding-left: 40px;
}

.content ol {
  list-style-type: decimal;
}

/* Header
 ----------------------------------- */
#header {
  position: relative;
  z-index: 3;
}
#header .top {
  position: relative;
  margin: 0 auto;
  transition: background .3s ease-in-out;
}
@media (max-width: 959px) {
  #header .top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 960px) {
  #header .top {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 11;
  }
}
#header .top .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #header .top .inner {
    display: flex;
    background: #ffffff;
    padding: 15px 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
#header .top.sticky {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
  max-width: initial;
  z-index: 10;
  height: 60px;
}
@media (min-width: 960px) {
  #header .top.sticky #menu a {
    color: #353434;
  }
  #header .top.sticky #menu a:hover {
    color: #6e6e6e;
  }
  #header .top.sticky #lang-cart #cart #cart-number {
    color: #353434;
  }
  #header .top.sticky #lang-cart #cart #cart-number .shopping-cart {
    background-position: 0 -24px;
  }
}
@media (min-width: 1024px) {
  #header .top .inner {
    max-width: 1180px;
  }
}
@media (min-width: 960px) {
  #header .inner {
    padding: 0 15px;
  }
}
@media (max-width: 959px) {
  #header .logo {
    background-image: url("../img/logo-black.png");
  }
}
@media (min-width: 960px) {
  #header .logo {
    position: absolute;
    left: 15px;
    top: 30px;
    position: static;
    float: left;
    margin-top: 15px;
  }
}
@media (max-width: 959px) {
  #header #lang-cart #cart #cart-number .shopping-cart {
    background-position: 0 -24px;
  }
}
@media (min-width: 960px) {
  #header #lang-cart {
    position: absolute;
    top: 24px;
    right: 15px;
    position: static;
    float: right;
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  #header #menu {
    position: static;
    float: right;
  }
}

.brandbox {
  clear: both;
  margin-top: 0;
}
.brandbox h1 {
  letter-spacing: -2px;
}

/* Main
 ----------------------------------- */
#main {
  clear: both;
  /* Specific for contact page */
  /* Ninja Forms */
  /* Visual Composer */
}
#main .text-left {
  text-align: left;
}
#main .text-right {
  text-align: right;
}
#main .text-center {
  text-align: center;
}
#main .columns {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
#main .columns.sidebar {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 30px 0;
}
@media (min-width: 960px) {
  #main .columns.sidebar {
    margin-top: 120px;
  }
}
#main .columns.sidebar .contact h3 {
  font-weight: 300;
}
#main .contact .wpb_wrapper h3 strong {
  font-weight: 100;
}
#main .ninja-forms-cont .ninja-forms-required-items {
  display: none;
}
#main .ninja-forms-cont label {
  display: none;
}
#main .entry-content > .vc_row-fluid {
  margin: 0;
}
#main .vc_row-fluid {
  padding: 60px 0;
}
@media (max-width: 959px) {
  #main .vc_row-fluid:not(.vc_row-no-padding) {
    padding: 30px 17px !important;
  }
}
#main .vc_row-fluid .vc_inner {
  padding: 0;
}
#main .wpb_row {
  margin-bottom: 0;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
}
#main h1 strong, #main h2 strong, #main h3 strong, #main h4 strong, #main h5 strong, #main h6 strong {
  display: block;
}
#main .big-sub strong {
  margin-top: -7px;
  font-size: 48px;
}
#main h2 {
  line-height: 40px;
  letter-spacing: -1px;
  font-size: 30px;
}
#main h2 strong {
  margin-top: -3px;
  font-size: 48px;
}
@media (max-width: 959px) {
  #main h2 {
    font-size: 24px;
  }
  #main h2 strong {
    font-size: 30px;
  }
}
#main h3 {
  font-size: 30px;
  margin-bottom: 23px;
}
#main .small h3, #main .small h3 strong {
  font-size: 24px;
}
#main input, #main textarea, #main number, #main select, #main option, #main email, #main password {
  outline: none;
}

/* Footer
 ----------------------------------- */
#footer {
  clear: both;
  background: #353434;
  color: #ebebeb;
  padding: 30px 0 60px;
}
#footer .footer-info {
  margin: 20px 0;
}
#footer .footer-info .handle {
  color: #6e6e6e;
  margin-bottom: 10px;
}
#footer .footer-info ul, #footer .footer-info p {
  margin: 10px 0;
  line-height: 25px;
}
#footer .footer-info p {
  color: #ebebeb !important;
  font-weight: 300;
}
#footer .footer-other {
  margin: 20px 0;
  color: #6e6e6e;
}
#footer .footer-other > i.fa, #footer .footer-other > span.pf {
  font-size: 24px;
  margin-right: 8px;
}
#footer .footer-other i.fa, #footer .footer-other span.pf {
  font-size: 24px;
}
#footer .footer-other i.fa.fa-cc-paypal, #footer .footer-other i.fa.fa-cc-mastercard, #footer .footer-other i.fa.fa-cc-visa, #footer .footer-other i.fa.pf-ideal, #footer .footer-other span.pf.fa-cc-paypal, #footer .footer-other span.pf.fa-cc-mastercard, #footer .footer-other span.pf.fa-cc-visa, #footer .footer-other span.pf.pf-ideal {
  margin-right: 8px;
  font-size: 40px;
}
#footer .footer-other i.fa.pf-ideal, #footer .footer-other span.pf.pf-ideal {
  margin-right: 0;
}
#footer .footer-other i.fa.pf-ideal:before, #footer .footer-other span.pf.pf-ideal:before {
  font-size: 34px;
  margin-left: -15px;
}
#footer .footer-other i.fa.fa-linkedin {
  vertical-align: top;
  padding-top: 8px;
}
#footer .footer-other .spacer {
  display: block;
  height: 28px;
}
#footer .footer-other a {
  display: inline-block;
  color: #6e6e6e;

  transition: all .3s ease-in-out;
}
#footer .footer-other a:hover {
  border-color: #fff;
  color: #fff;
}

/* .mobile-fold */
.mobile-fold .handle {
  position: relative;
}
@media (max-width: 959px) {
  .mobile-fold .handle:after {
    font-size: 1pc;
    position: absolute;
    top: 20%;
    right: 0;
    content: "";
    font-family: FontAwesome;
  }
}
@media (max-width: 959px) {
  .mobile-fold .content, .mobile-fold .fancy-list, .mobile-fold .textwidget, .mobile-fold .menu-support-container {
    display: none;
  }
  .mobile-fold.active .content, .mobile-fold.active .fancy-list, .mobile-fold.active .textwidget, .mobile-fold.active .menu-support-container, .mobile-fold .active .content, .mobile-fold .active .fancy-list, .mobile-fold .active .textwidget, .mobile-fold .active .menu-support-container {
    display: block;
  }
}

.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}

.form-page {
  font-weight: 400;
  color: #6e6e6e;
}
.form-page .left {
  padding: 30px 0;
}
.form-page .left a {
  color: #6e6e6e;
}
@media (min-width: 960px) {
  .form-page .left {
    margin-top: 60px;
    padding-top: 45px;
    padding-left: 30px;
  }
}
.form-page .right {
  background: #fff;
  margin: 0 -15px;
  padding: 30px 15px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .form-page .right {
    margin: 60px 0;
    padding: 45px 60px;
    border-radius: 20px;
  }
}
.form-page p {
  line-height: 1.8;
}
.form-page h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  color: #353434;
  line-height: 1.2;
}
.form-page h3 strong {
  display: block;
  font-weight: 700;
  font-size: 30px;
}
.form-page .form-title-link {
  clear: left;
  display: block;
}
@media (min-width: 960px) {
  .form-page .form-title-link {
    display: inline-block;
    clear: none;
    float: right;
    margin-top: 14px;
  }
}

.wpb_row.new-kit {
  background: #ebebeb;
}
.wpb_row.background-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 959px) {
  .wpb_row.background-image {
    background-position: center bottom !important;
    background-size: 130% !important;
  }
}
.wpb_row.background-image.cover {
  background-size: cover !important;
}
.wpb_row.background-image.background-left {
  background-position: center left !important;
}
.wpb_row.background-image.background-right {
  background-position: center right !important;
}

ul.accordion {
  margin: 50px 0;
  border-top: 2px solid #ebebeb;
}
ul.accordion li {
  border-bottom: 2px solid #ebebeb;
  padding: 20px 15px;
  overflow: hidden;
}
ul.accordion li p {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  line-height: 1.2;
}
ul.accordion li p i.fa {
  float: right;
  color: #14a2ee;
  font-size: 24px;
}
ul.accordion li div {
  display: none;
  margin: 20px 30px 0 0;
  line-height: 1.6;
}
ul.accordion li div.active {
  display: block;
}

a.button,
.woocommerce a.button,
button.button,
.tp-caption.rev-btn.button,
input[type='submit'].button {
  margin: 0;
  border: 0;
  background: none;
  display: inline-block;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  white-space: normal;
}
.button.pill,
a.button.pill,
.woocommerce a.button.pill,
button.button.pill,
.tp-caption.rev-btn.button.pill,
input[type='submit'].button.pill {
  height: 40px!important;
  line-height: 40px!important;
  border-radius: 22px!important;
  position: relative;
  padding: 0 32px!important;
}
a.button.pill.green,
.woocommerce a.button.pill.green,
button.button.pill.green,
.tp-caption.rev-btn.button.pill.green,
input[type='submit'].button.pill.green {
  color: #353434;
  background: url(../img/button-bg-green.png) repeat left top;
  background-size: cover;
}
a.button.pill.green:before,
.woocommerce a.button.pill.green:before,
button.button.pill.green:before,
.tp-caption.rev-btn.button.pill.green:before,
input[type='submit'].button.pill.green:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: all .3s ease-in-out;
  border-radius: 22px;
}
a.button.pill.green.total,
.woocommerce a.button.pill.green.total,
button.button.pill.green.total,
.tp-caption.rev-btn.button.pill.green.total,
input[type='submit'].button.pill.green.total {
  background: #05ff7b;
}
a.button.pill.green span,
.woocommerce a.button.pill.green span,
button.button.pill.green span,
.tp-caption.rev-btn.button.pill.green span,
input[type='submit'].button.pill.green span {
  position: relative;
  display: block;
  line-height: 44px;
  z-index: 3;
}
a.button.pill.green:hover:before,
.woocommerce a.button.pill.green:hover:before,
button.button.pill.green:hover:before,
.tp-caption.rev-btn.button.pill.green:hover:before,
input[type='submit'].button.pill.green:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
a.button.pill.pink,
.woocommerce a.button.pill.pink,
button.button.pill.pink,
.tp-caption.rev-btn.button.pill.pink,
input[type='submit'].button.pill.pink {
  color: #fff;
  background: url(../img/button-bg-pink.png) repeat left top;
  background-size: cover;
}
a.button.pill.pink:before,
.woocommerce a.button.pill.pink:before,
button.button.pill.pink:before,
.tp-caption.rev-btn.button.pill.pink:before,
input[type='submit'].button.pill.pink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: all .3s ease-in-out;
}
a.button.pill.pink span,
.woocommerce a.button.pill.pink span,
button.button.pill.pink span,
.tp-caption.rev-btn.button.pill.pink span,
input[type='submit'].button.pill.pink span {
  position: relative;
  display: block;
  line-height: 40px;
  z-index: 3;
}
a.button.pill.pink:hover:before,
.woocommerce a.button.pill.pink:hover:before,
button.button.pill.pink:hover:before,
.tp-caption.rev-btn.button.pill.pink:hover:before,
input[type='submit'].button.pill.pink:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
a.button.pill.transparent,
.woocommerce a.button.pill.transparent,
button.button.pill.transparent,
.tp-caption.rev-btn.button.pill.transparent,
input[type='submit'].button.pill.transparent {
  line-height: 38px;
  padding: 0 30px;
  border-style: solid;
  border-width: 2px;
  transition: all .3s ease-in-out !important;
}
a.button.pill.transparent.white,
.woocommerce a.button.pill.transparent.white,
button.button.pill.transparent.white,
.tp-caption.rev-btn.button.pill.transparent.white,
input[type='submit'].button.pill.transparent.white {
  border-color: #fff;
  color: #fff;
  background: none;
}
a.button.pill.transparent.white:hover,
.woocommerce a.button.pill.transparent.white:hover,
button.button.pill.transparent.white:hover,
.tp-caption.rev-btn.button.pill.transparent.white:hover,
input[type='submit'].button.pill.transparent.white:hover {
  color: #6e6e6e !important;
  background-color: #fff !important;
}
a.button.pill.transparent.gray,
.woocommerce a.button.pill.transparent.gray,
button.button.pill.transparent.gray,
.tp-caption.rev-btn.button.pill.transparent.gray,
input[type='submit'].button.pill.transparent.gray {
  color: #bebebe !important;
  border-color: #dadada !important;
  background: #fff;
}
a.button.pill.transparent.gray:hover,
.woocommerce a.button.pill.transparent.gray:hover,
button.button.pill.transparent.gray:hover,
.tp-caption.rev-btn.button.pill.transparent.gray:hover,
input[type='submit'].button.pill.transparent.gray:hover {
  color: #6e6e6e !important;
  border-color: #6e6e6e !important;
  background-color: #fff !important;
}
a.button.pill.transparent.black,
.woocommerce a.button.pill.transparent.black,
button.button.pill.transparent.black,
.tp-caption.rev-btn.button.pill.transparent.black,
input[type='submit'].button.pill.transparent.black {
  color: #6e6e6e !important;
  border-color: #878787 !important;
  background: none;
}
a.button.pill.transparent.black:hover,
.woocommerce a.button.pill.transparent.black:hover,
button.button.pill.transparent.black:hover,
.tp-caption.rev-btn.button.pill.transparent.black:hover,
input[type='submit'].button.pill.transparent.black:hover {
  border-color: #6e6e6e;
}
a.button.pill.transparent-gray,
.woocommerce a.button.pill.transparent-gray,
button.button.pill.transparent-gray,
.tp-caption.rev-btn.button.pill.transparent-gray,
input[type='submit'].button.pill.transparent-gray {
  height: 40px;
  line-height: 40px;
  padding: 0 44px;
  border-width: 2px;
  border-style: solid;
  transition: all .3s ease-in-out;
  color: #b6b6b6;
  border-color: #b6b6b6;
  background: none;
}
a.button.pill.transparent-gray:hover,
.woocommerce a.button.pill.transparent-gray:hover,
button.button.pill.transparent-gray:hover,
.tp-caption.rev-btn.button.pill.transparent-gray:hover,
input[type='submit'].button.pill.transparent-gray:hover {
  background: #fff;
  color: #6e6e6e;
  border-color: #6e6e6e;
}
a.button.pill.blue,
.woocommerce a.button.pill.blue,
button.button.pill.blue,
.tp-caption.rev-btn.button.pill.blue,
input[type='submit'].button.pill.blue {
  background: #14a2ee;
  color: #fff;
  transition: background .3s ease-in-out;
}
a.button.pill.blue:hover,
.woocommerce a.button.pill.blue:hover,
button.button.pill.blue:hover,
.tp-caption.rev-btn.button.pill.blue:hover,
input[type='submit'].button.pill.blue:hover {
  background: #73c8f5;
}

a.link {
  color: #14a2ee;
  transition: color .3s ease-in-out;
}
a.link:hover {
  color: #73c8f5;
}

.cart-info {
  background: #292929;
  font-weight: 400;
  overflow: hidden;
}
.cart-info .back {
  float: left;
}
.cart-info .back a {
  display: block;
  width: 44px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #353434;
  font-size: 24px;
  color: #7d7d7d;
  transition: color .3s ease-in-out;
}
@media (min-width: 960px) {
  .cart-info .back a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
  }
}
.cart-info .back a:hover, .cart-info .back a:active {
  color: #fff;
}
.cart-info .price {
  float: right;
  font-size: 30px;
  color: #05ff7b;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  font-weight: 300;
}
@media (min-width: 960px) {
  .cart-info .price {
    margin-right: 60px;
    height: 90px;
    line-height: 90px;
  }
}
.cart-info .price sup {
  font-size: 18px;
}
.cart-info .steps {
  height: 90px;
  line-height: 1;
  clear: both;
  background: #353434;
  padding: 0 15px;
  white-space: pre;
  overflow: auto;
}
@media (min-width: 960px) {
  .cart-info .steps {
    clear: none;
    background: #292929;
  }
}
.cart-info .steps i.fa {
  margin: 0 10px;
  color: #7d7d7d;
}
@media (min-width: 960px) {
  .cart-info .steps i.fa {
    margin: 0 20px;
  }
}
.cart-info .steps span.prev {
  color: #fff;
}
.cart-info .steps span.active {
  color: #ff00c0;
  text-shadow: 0 0 5px #ff00c0;
}
.cart-info .steps span.next {
  color: #7d7d7d;
}

ul.common-list {
  border-top: 2px solid #ebebeb;
  margin: 50px 0;
}
ul.common-list li {
  border-bottom: 2px solid #ebebeb;
  padding: 20px 15px;
  overflow: hidden;
}
ul.common-list li i.fa {
  display: block;
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
ul.common-list li i.fa.red {
  color: #f22f53;
}
ul.common-list li i.fa.green {
  color: #05ff7b;
}
ul.common-list li i.fa.purple {
  color: #b54ff0;
}
ul.common-list li i.fa.pink {
  color: #ff00c0;
}
ul.common-list li p {
  margin: 0 0 0 45px;
}

ul.download-list {
  padding: 25px 0;
}
ul.download-list li {
  line-height: 28px;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 960px) {
  ul.download-list > li {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  ul.download-list > li:first-child {
    overflow: visible;
  }
}
ul.download-list li:first-child strong {
  font-weight: 400;
  text-transform: uppercase;
  color: #7d7d7d;
  display: inline-block;
  padding: 0 20px 0 0;
  background: #fff;
  transform: translateY(30px);
  line-height: 1;
}
ul.download-list li.no-content {
  padding: 0;
}
ul.download-list li a:first-child {
  display: block;
  margin-left: 15px;
}
@media (min-width: 960px) {
  ul.download-list li a:first-child {
    float: left;
  }
}
ul.download-list li a:first-child i.fa {
  margin-right: 15px;
}
ul.download-list li a:nth-child(2) {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 960px) {
  ul.download-list li a:nth-child(2) {
    float: right;
  }
}
ul.download-list li span {
  color: #b6b6b6;
}
@media (min-width: 960px) {
  ul.download-list li a,
  ul.download-list li .information {
    float: right;
    margin-right: 15px;
  }
}

.form {
  margin: 30px 0;
}
.form .form-row {
  margin-bottom: 15px;
}
.form .form-row .columns {
  margin-bottom: 15px;
}
.form .form-row .columns:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .form .form-row .columns {
    margin-bottom: 0;
  }
}
.form hr {
  margin: 30px 0;
  background: none;
  box-shadow: none;
  border: 0;
  height: 1px;
  background-color: #dbdbdb;
}
.form .icheckbox_flat-blue {
  margin-left: 15px;
  margin-right: 15px;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #bfbfbf;
  border-radius: 22px;
  margin: 0;
  font-size: 14px;
  transition: border-color .3s ease-in-out;
}
.form input[type='text']:active, .form input[type='text']:focus,
.form input[type='email']:active,
.form input[type='email']:focus,
.form input[type='tel']:active,
.form input[type='tel']:focus,
.form textarea:active,
.form textarea:focus {
  outline: none;
  border-color: #14a2ee;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'] {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
.form textarea {
  line-height: 1.6;
  padding: 6px 20px;
  min-height: 180px;
}

.check-list {
  position: relative;
  padding: 0 15px 0 0;
}
.check-list .icheckbox_flat-blue {
  float: left;
}
.check-list p {
  margin: 0 0 0 60px;
  line-height: 1.2;
}
.check-list p strong {
  display: block;
}
.check-list b {
  display: none;
}
@media (min-width: 960px) {
  .check-list b {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .check-list b span.pf {
    font-size: 24px;
    margin-left: 15px;
  }
}

@media (min-width: 960px) {
  .submit-row {
    text-align: right;
  }
}
.submit-row .button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 960px) {
  .submit-row .button {
    display: inline-block;
    width: initial;
  }
}

.form-cart-summary .handle span {
  color: #14a2ee;
}
@media (min-width: 960px) {
  .form-cart-summary .handle {
    display: none;
  }
}
.form-cart-summary .content p {
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.form-cart-summary .content p span,
.form-cart-summary .content p strong {
  color: #353434;
}
@media (min-width: 960px) {
  .form-cart-summary .content {
    display: block;
    margin-left: -60px;
  }
}

.form-side-info i.fa,
.form-side-info span.pf {
  font-size: 30px;
  margin-right: 15px;
}
@media (min-width: 960px) {
  .form-side-info {
    display: block;
    margin-left: -60px;
  }
}

.cart-totals p {
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em;
  overflow: hidden;
}
@media (min-width: 960px) {
  .cart-totals p {
    padding: 0 15px 1em 0;
  }
}
.cart-totals p span:first-child,
.cart-totals p b:first-child,
.cart-totals p strong:first-child {
  float: left;
}
.cart-totals p span:last-child,
.cart-totals p b:last-child,
.cart-totals p strong:last-child {
  float: right;
}
.cart-totals p b {
  color: #353434;
  font-weight: 400;
}
.cart-totals p strong {
  color: #353434;
  font-weight: 700;
}

.cart-list {
  overflow: auto;
  margin: 30px 0;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .cart-list {
    white-space: initial;
    overflow: visible;
  }
}
.cart-list .cart-item {
  display: inline-block;
  border-right: 2px solid #ebebeb;
  width: 260px;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .cart-list .cart-item {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    position: relative;
  }
}
.cart-list .cart-item img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
@media (min-width: 960px) {
  .cart-list .cart-item img {
    width: 80px;
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: middle;
  }
}
.cart-list .cart-item a {
  display: block;
  font-size: 18px;
}
@media (min-width: 960px) {
  .cart-list .cart-item a {
    font-size: 16px;
    display: inline-block;
  }
}
.cart-list .cart-item strong {
  font-size: 24px;
  font-weight: 700;
  color: #353434;
}
@media (min-width: 960px) {
  .cart-list .cart-item strong {
    display: inline-block;
    font-weight: 400;
    color: #6e6e6e;
    font-size: 16px;
    margin-left: 20px;
  }
}
.cart-list .cart-item .number {
  width: 160px;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 960px) {
  .cart-list .cart-item .number {
    display: inline-block;
    margin: 0 0 0 100px;
    vertical-align: middle;
  }
}
.cart-list .cart-item .number i.fa {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
}
.cart-list .cart-item .number i.fa:first-child {
  float: left;
}
.cart-list .cart-item .number i.fa:last-child {
  float: right;
}
.cart-list .cart-item .single-total,
.cart-list .cart-item .remove {
  display: none;
}
@media (min-width: 960px) {
  .cart-list .cart-item .single-total {
    display: block;
    float: right;
    line-height: 30px;
  }
}
@media (min-width: 960px) {
  .cart-list .cart-item .remove {
    display: block;
    position: absolute;
    left: -40px;
    top: 26px;
    font-size: 24px;
    color: #ccc;
  }
  .cart-list .cart-item .remove i.fa {
    cursor: pointer;
  }
}

/* Custom checkboxes */
input[type="radio"] {
  display: none !important;
}

input[type="radio"] + label {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  background: url(../img/form/radiobutton.png) left top no-repeat;
  cursor: pointer;
  white-space: nowrap;
}

input[type="radio"]:checked + label {
  background: url(../img/form/radiobutton.png) left -30px no-repeat;
}

input[type="radio"] + label span {
  margin-left: 38px;
}

.woocommerce ul#shipping_method li {
  text-indent: 0;
}

.woocommerce ul#shipping_method li label {
  display: inline-block;
}

/* Custom checkbox */
input[type="checkbox"] {
  display: none !important;
}

input[type="checkbox"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../img/form/checkbox.png) left top no-repeat;
  cursor: pointer;
  white-space: nowrap;
}

input[type="checkbox"]:checked + label {
  background: url(../img/form/checkbox.png) left -30px no-repeat;
}

input[type="checkbox"] + label span {
  margin-left: 38px;
  line-height: 30px;
  font-weight: normal;
}

input[type="text"],
textarea {
  background-color: #ffffff !important;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #9b9b9b !important;
  padding-left: 30px !important;
}

.quick-search form {
  font-size: 0;
}
.quick-search form input[type='text'] {
  max-width: calc(100% - 150px);
  width: 400px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border: 3px solid #dfdfdf;
  background: #fafafa;
  color: #6e6e6e;
  border-radius: 22px 0 0 22px;
  font-size: 14px;
}
.quick-search form button {
  border: 0;
  background: #14a2ee;
  color: #fff;
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 25px;
  border-radius: 0 22px 22px 0;
  transform: translateX(-3px);
}
.quick-search form button i.fa {
  margin-right: 5px;
}
.quick-search.purple button {
  background: #b54ff0;
}

#sticky-footer {
  background: #fff;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: none;
}
@media (min-width: 960px) {
  #sticky-footer {
    display: block;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
  }
}
#sticky-footer.active {
  opacity: 1;
  z-index: 999;
}
#sticky-footer .left,
#sticky-footer .right {
  width: 50%;
}
#sticky-footer .left {
  float: left;
  overflow: hidden;
}
#sticky-footer .right {
  float: right;
}
#sticky-footer h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px !important;
  float: left;
}
#sticky-footer h4 strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
#sticky-footer .retails {
  float: right;
  margin: 35px 30px 0 0;
}
#sticky-footer .retails form {
  font-size: 0;
}
#sticky-footer .retails form input[type='text'] {
  line-height: 38px !important;
  padding: 0 20px;
  border: 3px solid #dfdfdf;
  background: #fafafa;
  color: #6e6e6e;
  border-radius: 22px 0 0 22px;
  font-size: 14px;
}
#sticky-footer .retails form button {
  background: #b54ff0;
  border: 0;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 25px;
  border-radius: 0 22px 22px 0;
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
#sticky-footer .retails form button .fa {
  margin-right: 5px;
}
#sticky-footer .tel {
  float: right;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: -20px;
  padding-top: 50px;
  height: 130px;
  background: url(../img/girl.png) no-repeat right bottom;
  color: #6e6e6e;
  line-height: 1.8;
}
#sticky-footer .tel a {
  color: #6e6e6e;
}

.brandbox {
  box-sizing: border-box;
  background-color: #6e6e6e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 100px 15px 50px;
  overflow: hidden;
}
.brandbox h1 {
  font-weight: 100;
  font-size: 30px;
  font-family: "fira-sans", sans-serif;
  line-height: .9;
  color: #fff;
}
.brandbox h1 strong {
  display: block;
  color: #05ff7b;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
}
.brandbox p {
  line-height: 1.25;
}
.brandbox .btn-group {
  margin-top: 20px;
}
.brandbox .button {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.brandbox .arrow {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
}
.brandbox .arrow i.fa {
  font-size: 24px;
}
@media (min-width: 960px) {
  .brandbox .arrow {
    bottom: 30px;
  }
}
@media (max-width: 959px) {
  .brandbox h1 {
    margin-top: 0;
    font-size: 30px;
    text-align: center;
  }
  .brandbox h1 strong {
    margin-top: 10px;
    font-size: 30px !important;
  }
  .brandbox img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 960px) {
  .brandbox {
    padding-top: 170px;
    height: 650px;
    text-align: center;
  }
  .brandbox h1 {
    color: #fff;
    font-family: "fira-sans", sans-serif;
    font-weight: 100;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .brandbox h1 strong {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    font-size: 72px;
  }
  .brandbox p {
    max-width: 770px;
    margin: 0 auto;
    font-size: 24px;
  }
  .brandbox .btn-group {
    margin-top: 50px;
  }
  .brandbox .button {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  .brandbox {
    padding-bottom: 0;
  }
  .brandbox h1 {
    margin-top: 0;
    font-size: 80px;
  }
  .brandbox h1 strong {
    font-size: 90px;
  }
}
.brandbox.red h1 strong {
  color: #f22f53;
}
.brandbox.green h1 strong {
  color: #05ff7b;
}
.brandbox.pink h1 strong {
  color: #ff00c0;
}
.brandbox.purple h1 strong {
  color: #b54ff0;
}
.brandbox.short {
  height: 160px;
}
.brandbox.product {
  padding-bottom: 10px;
}
@media (min-width: 960px) {
  .brandbox.product {
    height: initial;
    padding-bottom: 30px;
  }
  .brandbox.product h1 {
    font-size: 60px;
  }
  .brandbox.product h1 strong {
    font-size: 90px;
  }
}
.brandbox.product img {
  display: block;
  max-width: 100%;
  margin: 60px auto 20px;
}
@media (min-width: 960px) {
  .brandbox.product img {
    margin-bottom: -40px;
  }
}
.brandbox.product .breadcrumb {
  display: none;
  color: #ebebeb;
}
.brandbox.product .breadcrumb a {
  color: #ebebeb;
  transition: color .3s ease-in-out;
  font-weight: 400;
}
.brandbox.product .breadcrumb a:hover, .brandbox.product .breadcrumb a:active {
  color: #14a2ee;
}
@media (min-width: 960px) {
  .brandbox.product .breadcrumb {
    display: block;
  }
}

.brandbox {
  height: auto;
  padding-bottom: 30px;
}
.brandbox h1 strong {
  font-size: 90px;
}
.brandbox.red {
  background-image: url("../../assets/img/signup-bg.png");
}
.brandbox.red h1 strong {
  color: #f22f53;
}
.brandbox.purple {
  background-image: url("../../assets/img/signup-bg.png");
}
.brandbox.purple h1 strong {
  color: #f22f53;
}
.brandbox.blue {
  background-image: url("../../assets/img/brandbox-bg-4.jpg");
}
.brandbox.blue h1 strong {
  color: #f22f53;
}

#lang-cart {
  position: relative;
  z-index: 3;
}
#lang-cart #lang {
  float: left;
  margin-right: 20px;
}
#lang-cart #cart {
  float: left;
  position: relative;
}
#lang-cart #cart.active #cart-number {
  opacity: 1 !important;
}
#lang-cart #cart.active #cart-detail {
  display: block;
}
#lang-cart #cart #cart-number {
  cursor: pointer;
  color: #353434;
  text-align: center;
  transition: opacity .3s ease-in-out;
}
@media (min-width: 960px) {
  #lang-cart #cart #cart-number {
    color: #fff;
  }
}
#lang-cart #cart #cart-number:hover, #lang-cart #cart #cart-number:active {
  opacity: .5;
}
#lang-cart #cart #cart-number span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: -3px;
}
#lang-cart #cart #cart-number .shopping-cart {
  height: 24px;
  width: 27px;
  background-image: url(../img/icons/cart.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
#lang-cart #cart #cart-detail {
  display: none;
  background-color: #403f3f;
  border-radius: 20px;
  border: 3px solid #747474;
  font-size: 14px;
  width: 170px;
  position: absolute;
  right: -10px;
  top: 50px;
  z-index: 4;
}
#lang-cart #cart #cart-detail:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6px solid #403f3f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#lang-cart #cart #cart-detail:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 9px solid #747474;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
#lang-cart #cart #cart-detail a {
  color: rgba(235, 235, 235, 0.5) !important;
  opacity: 1 !important;
  transition: color .3s ease-in-out !important;
}
#lang-cart #cart #cart-detail a:hover, #lang-cart #cart #cart-detail a:active {
  color: #ebebeb !important;
  opacity: 1 !important;
}
@media (min-width: 960px) {
  #lang-cart #cart #cart-detail {
    top: 60px;
  }
}
#lang-cart #cart #cart-detail:before {
  left: initial;
  right: 10px;
}
#lang-cart #cart #cart-detail:after {
  left: initial;
  right: 2px;
}
#lang-cart #cart #cart-detail li {
  line-height: 1.3em;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(110, 110, 110, 0.25);
  padding: 6px 15px;
  color: rgba(235, 235, 235, 0.5);
}
#lang-cart #cart #cart-detail li:last-child {
  border-bottom: 0;
}
#lang-cart #cart #cart-detail li a {
  color: #14a2ee !important;
  font-weight: normal;
}
#lang-cart #cart #cart-detail li.cart-total {
  color: #ebebeb !important;
  font-weight: bold;
}
#lang-cart #cart #cart-detail li.cart-btn {
  padding: 0;
}
#lang-cart #cart #cart-detail li.cart-btn a {
  line-height: 44px;
  padding: 0;
  text-align: center;
  float: left;
  width: 50%;
}
#lang-cart #cart #cart-detail li.cart-btn a:first-child {
  background: #6e6e6e;
  color: #fff !important;
  border-radius: 0 0 0 15px;
}
#lang-cart #cart #cart-detail li.cart-btn a:first-child:hover {
  background: #616161;
}
#lang-cart #cart #cart-detail li.cart-btn a:last-child {
  background: #05ff7b;
  color: #333 !important;
  border-radius: 0 0 15px 0;
}
#lang-cart #cart #cart-detail li.cart-btn a:last-child:hover {
  background: #00eb6f;
}

.my-account {
  float: left;
  color: #353434;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}
.my-account .user-icon {
  height: 24px;
  fill: #fff;
  display: block;
}

@media (min-width: 960px) {
  .my-account {
    color: #fff;
  }

  .sticky .my-account {
    color: #878787;
  }

  .sticky .user-icon {
    fill: #878787;
  }
}
.logo {
  display: block;
  width: 121px;
  height: 26px;
  background-image: url(../img/logo-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity .3s ease-in-out;
  z-index: 1;
}
.logo:hover {
  opacity: .7;
}
.logo.black {
  background-image: url(../img/logo-black.png);
}
.logo.big {
  width: 193px;
  height: 41px;
}

#menu {
  background: #353434;
  width: 100%;
  height: 60px;
  z-index: 3;
}
@media (min-width: 960px) {
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 600px;
    background: none;
  }
}
@media (max-width: 959px) {
  #menu {
    overflow-x: auto;
  }
}
#menu .current-menu-item > a {
  font-weight: bold;
}
#menu a {
  color: #fff;
  transition: all .3s ease-in-out;
  letter-spacing: 1px;
}
#menu a i.fa {
  opacity: .5;
  margin-left: 8px;
  font-size: 14px;
  transition: opacity .3s ease-in-out;
}
#menu a:hover, #menu a:active {
  opacity: .5;
}
#menu a:hover i.fa, #menu a:active i.fa {
  opacity: 1;
}
#menu > ul {
  width: 100%;
  height: 57px;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  #menu > ul {
    padding: 0 40px;
  }
}
#menu > ul > li {
  text-transform: lowercase;
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 56px;
  position: relative;
}
#menu > ul > li.menu-item-has-children > a:after {
  margin-left: 8px;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ebebeb;
}
#menu > ul > li > a {
  display: block;
  padding: 0 9pt;
  font-size: 18px;
}
#menu > ul > li > ul {
  display: none;
  background-color: #403f3f;
  border-radius: 20px;
  border: 3px solid #747474;
  position: absolute;
  width: 200px;
  top: 66px;
  box-sizing: border-box;
  padding: 0 15px;
}
#menu > ul > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6px solid #403f3f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#menu > ul > li > ul:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 9px solid #747474;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
#menu > ul > li > ul a {
  color: rgba(235, 235, 235, 0.5) !important;
  opacity: 1 !important;
  transition: color .3s ease-in-out !important;
}
#menu > ul > li > ul a:hover, #menu > ul > li > ul a:active {
  color: #ebebeb !important;
  opacity: 1 !important;
}
@media (min-width: 960px) {
  #menu > ul > li > ul {
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
  }
}
#menu > ul > li > ul li {
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(110, 110, 110, 0.25);
}
#menu > ul > li > ul li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
#menu > ul > li > ul li:last-child {
  border-bottom: 0;
}
#menu > ul > li.active > a {
  opacity: 1;
  color: #ebebeb;
}
#menu > ul > li.active > a i.fa {
  opacity: 1;
}
#menu > ul > li.active > ul {
  display: block;
}
#menu.show-sub > ul {
  height: 340px;
}

.customers-stories {
  padding: 30px 0;
  background: #fff;
}
@media (min-width: 960px) {
  .customers-stories {
    padding: 75px 0;
  }
}
.customers-stories h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 50px;
}
.customers-stories h2 strong {
  display: block;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 960px) {
  .customers-stories h2 {
    font-size: 30px;
  }
  .customers-stories h2 strong {
    font-size: 48px;
  }
}
.customers-stories .customer-story {
  margin: 30px 0;
}
.customers-stories .customer-story img {
  max-width: 100%;
  margin-bottom: 30px;
}
.customers-stories .customer-story h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
}
.customers-stories .customer-story h3 strong {
  display: block;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 960px) {
  .customers-stories .customer-story h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .customers-stories .customer-story h3 strong {
    font-size: 48px;
  }
}
.customers-stories .customer-story p {
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.6;
}
.customers-stories .customer-story a {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .customers-stories .customer-story a {
    margin-top: 40px;
  }
}
.customers-stories .customer-story a i.fa {
  margin-right: 15px;
}

.newkid {
  background: #e7e7e7;
  padding: 50px 0 70px;
}
.newkid .row {
  display: none;
}
.newkid .title {
  margin: 20px 0;
}
@media (min-width: 960px) {
  .newkid .title {
    margin: 5px 0;
  }
}
.newkid .title h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 960px) {
  .newkid .title h2 {
    margin-top: 20px;
  }
}
.newkid .title strong {
  font-size: 36px;
  display: block;
  font-weight: 700;
}
@media (min-width: 960px) {
  .newkid .title strong {
    margin-bottom: 30px;
  }
}
.newkid .title p {
  font-weight: 400;
  color: #6e6e6e;
}
.newkid .pic {
  margin: 20px 0;
}
@media (min-width: 960px) {
  .newkid .pic {
    margin: 5px 0;
  }
}
.newkid .pic img {
  max-width: 100%;
}
@media (min-width: 960px) {
  .newkid .pic img {
    max-width: unset;
    width: 120%;
    transform: translateX(-70px);
  }
}
@media (min-width: 1024px) {
  .newkid .pic img {
    width: unset;
    transform: translateX(-160px);
  }
}
.newkid .feature {
  overflow: hidden;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .newkid .feature {
    margin: 5px 0;
  }
}
.newkid .feature img {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #14a2ee;
  background: 0 0 3px #73c8f5;
  float: left;
}
@media (min-width: 960px) {
  .newkid .feature img {
    width: 200px;
    height: 200px;
  }
}
.newkid .feature div {
  margin-left: 120px;
}
.newkid .feature div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #353434;
}
.newkid .feature div p {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #6e6e6e;
}
@media (min-width: 960px) {
  .newkid .feature div {
    margin-left: 230px;
    padding-top: 20px;
  }
}
.newkid .list {
  margin: 20px 0;
}
@media (min-width: 960px) {
  .newkid .list {
    margin: 5px 0;
  }
}
.newkid .list .button {
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.newkid .list ul,
.newkid .list .link {
  display: none !important;
}
.newkid .list ul {
  font-weight: 400;
}
.newkid .list ul li {
  border-bottom: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  transition: color .3s ease-in-out;
}
.newkid .list ul li i.fa {
  margin-right: 15px;
}
.newkid .list ul li:hover {
  color: #14a2ee;
}
.newkid .list .link {
  margin-top: 30px;
  display: block;
  font-weight: 400;
}
.newkid .list .link i.fa {
  margin-right: 15px;
}
.newkid .list.active .button {
  display: none;
}
.newkid .list.active ul,
.newkid .list.active .link {
  display: block !important;
}
@media (min-width: 960px) {
  .newkid .list .button {
    display: none !important;
  }
  .newkid .list ul,
  .newkid .list .more {
    display: block !important;
  }
}
@media (min-width: 960px) {
  .newkid .row {
    display: block;
  }
}

.feature .vc_box_border_blue {
  background-color: #14a2ee !important;
}
.feature .vc_box_border_circle {
  padding: 2px !important;
}

.product-navbar {
  background: #292929;
}
.product-navbar div.left,
.product-navbar div.right {
  display: inline-block;
  width: 49%;
  height: 60px;
  line-height: 60px;
  background: #292929;
}
@media (min-width: 1024px) {
  .product-navbar div.left,
  .product-navbar div.right {
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 600px) {
  .product-navbar div.left,
  .product-navbar div.right {
    display: block;
    width: 100%;
  }
}
.product-navbar div.left {
  white-space: nowrap;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .product-navbar div.left {
    height: 90px;
    line-height: 90px;
  }
}
.product-navbar div.left .back {
  float: left;
}
.product-navbar div.left .back a {
  display: block;
  width: 44px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #7d7d7d;
}
.product-navbar div.left .back a:hover {
  color: #ebebeb;
}
@media (min-width: 960px) {
  .product-navbar div.left .back a {
    width: 90px;
    font-size: 36px;
  }
}
.product-navbar div.left .product-tabs {
  margin-left: 45px;
}
@media (min-width: 960px) {
  .product-navbar div.left .product-tabs {
    margin-left: 121px;
  }
}
.product-navbar .right {
  text-align: right;
  color: #ebebeb;
  overflow: hidden;
  box-sizing: border-box;
}
.product-navbar .right .price {
  font-weight: 300;
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
}
.product-navbar .right .price sup {
  font-size: 18px;
}
.product-navbar .right a.button {
  vertical-align: middle;
}
@media (min-width: 960px) {
  .product-navbar .right a.button {
    margin-top: 40px;
    margin-left: 30px;
  }
}
@media (min-width: 960px) {
  .product-navbar .right {
    height: 60px;
    line-height: 60px;
  }
  .product-navbar .right a.button {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .product-navbar .right .price {
    float: left;
    margin-left: 10px;
  }
  .product-navbar .right a.button {
    margin-top: 10px;
    margin-right: 10px;
  }
}

#main .products-grid {
  padding: 30px 0;
}
@media (min-width: 960px) {
  #main .products-grid {
    padding: 75px 0;
  }
}
#main .products-grid h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
}
#main .products-grid h2 strong {
  display: block;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 960px) {
  #main .products-grid h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 35px;
    line-height: 1.4em;
  }
  #main .products-grid h2 strong {
    font-size: 48px;
  }
}
#main .products-grid .product-item {
  position: relative;
  margin: 30px 0;
}
#main .products-grid .product-item .onsale {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -20px;
  background: #ff00c0;
  padding: 0;
}
#main .products-grid .product-item img {
  max-width: 100%;
  margin-bottom: 20px;
}
#main .products-grid .product-item .image {
  text-align: center;
}
@media (max-width: 959px) {
  #main .products-grid .product-item .image {
    display: inline-block;
    width: 100%;
  }
  #main .products-grid .product-item .image img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #main .products-grid .product-item .image {
    display: inline-block;
    height: 165px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  #main .products-grid .product-item .image img {
    max-height: 165px;
    width: auto;
  }
}
#main .products-grid .product-item img {
  transition: all .15s ease-in-out;
}
#main .products-grid h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #353434;
  margin: 0 0 10px 0;
}
#main .products-grid h3 a {
  font-size: 18px;
  color: #353434;
  transition: color .1s ease-in-out;
}
#main .products-grid h3 a:hover {
  color: #14a2ee;
}
#main .products-grid h3 strong {
  text-transform: none;
  display: block;
  font-weight: 700;
  font-size: 24px;
}
#main .products-grid p {
  margin-top: 0;
  color: #6e6e6e;
}
#main .products-grid .btns {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  line-height: 44px;
  position: relative;
  margin-top: 20px;
}
#main .products-grid .btns a {
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  width: 125px;
  height: 44px;
  text-align: center;
  white-space: nowrap;
}
#main .products-grid .btns a.added_to_cart, #main .products-grid .btns a.wc-forward {
  display: none;
}
#main .products-grid .btns a.added {
  background-color: #ff00c0 !important;
  margin-right: 0 !important;
  border-radius: 0 20px 20px 0;
  color: #fff;
}
#main .products-grid .btns a.loading {
  font-size: inherit;
}
#main .products-grid .btns a:first-child {
  background: #14a2ee;
  color: #fff;
  border-radius: 22px 0 0 22px;
  margin-right: 1px;
  transition: background .3s ease-in-out;
}
#main .products-grid .btns a:first-child:hover, #main .products-grid .btns a:first-child:active {
  background: #44b5f1;
}
#main .products-grid .btns a:last-child {
  background: #fff;
  color: #6e6e6e;
  border-radius: 0 22px 22px 0;
  margin-left: 1px;
  transition: color .3s ease-in-out;
}
#main .products-grid .btns a:last-child:hover, #main .products-grid .btns a:last-child:active {
  color: #ff00c0;
}
#main .products-grid .btns span {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  background: #ebebeb;
  color: #6e6e6e;
}
#main hr {
  display: none;
}
@media (min-width: 960px) {
  #main hr {
    display: block;
    margin: 30px 0;
  }
}

.upsells, .related, .begin-shop {
  background: #F9F9F9;
}
.upsells h1, .upsells h2, .related h1, .related h2, .begin-shop h1, .begin-shop h2 {
  margin: 0;
  padding: 60px 0 0;
  text-transform: lowercase;
  font-weight: 300;
  text-align: center;
}
.upsells h1 strong, .upsells h2 strong, .related h1 strong, .related h2 strong, .begin-shop h1 strong, .begin-shop h2 strong {
  font-weight: 800;
}

.related {
  padding-bottom: 40px;
}
.related p {
  margin: 0;
  padding: 10px;
  text-align: center;
}

.upsells {
  border-top: 2px solid #fff;
}

.begin-shop h1 {
  font-size: 50px;
  padding: 40px 0 20px;
  font-weight: 600;
}

.quotes {
  background: #14a2ee;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .quotes {
    padding: 80px 0;
  }
}
.quotes h2 {
  line-height: 1.2;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.quotes h2 strong {
  font-weight: 700;
  font-size: 30px;
  display: block;
}
@media (min-width: 960px) {
  .quotes h2 {
    font-size: 30px;
  }
  .quotes h2 strong {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .quotes h2 {
    text-align: center;
  }
}
.quotes .list {
  overflow-x: auto;
  margin: 30px 0;
}
.quotes .list div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.quotes .list div img {
  max-width: 100%;
}
@media (min-width: 960px) {
  .quotes .list {
    margin: 50px 0;
  }
}

@media (max-width: 959px) {
  #main #reasons .text-left,
  #main .reason .columns {
    text-align: center;
  }

  #main #reasons h2 strong {
    font-size: 34px;
  }
}
#main .reason .columns {
  vertical-align: middle;
}

.reason {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
  display: inline-block;
}
@media (min-width: 960px) {
  .reason {
    padding: 30px 0;
  }
}
.reason .two.columns {
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 960px) {
  .reason .two.columns {
    margin: 0;
  }
}
.reason .four.columns {
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 960px) {
  .reason .four.columns {
    text-align: left;
    margin: 0;
  }
}
.reason .six.columns {
  margin: 10px 0;
}
@media (min-width: 960px) {
  .reason .six.columns {
    margin: 0;
  }
}
.reason h2 {
  line-height: 1.2;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 20px;
}
.reason h2 strong {
  font-weight: 700;
  font-size: 30px;
  display: block;
}
@media (min-width: 960px) {
  .reason h2 {
    font-size: 30px;
  }
  .reason h2 strong {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .reason h2 {
    margin: 0 0 30px;
  }
}
.reason strong {
  font-weight: 300;
  color: #353434;
  font-size: 30px;
}
.reason strong b {
  font-weight: 700;
}
.reason p {
  font-weight: 300;
  color: #6e6e6e;
  margin: 0;
}

.shortcut-block {
  padding: 30px 0;
}
.shortcut-block img {
  max-width: 100%;
  margin: 30px 0;
}
.shortcut-block h3 {
  font-size: 24px;
  font-weight: 300;
}
.shortcut-block h3 strong {
  display: block;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 960px) {
  .shortcut-block h3 {
    margin-top: 0;
    font-size: 30px;
  }
  .shortcut-block h3 strong {
    font-size: 48px;
  }
}
.shortcut-block p {
  font-weight: 400;
  color: #747474;
  line-height: 1.6;
}
.shortcut-block a {
  font-weight: 400;
  line-height: 1.6;
}
.shortcut-block a i.fa {
  margin-right: 10px;
}
.shortcut-block .feature {
  overflow: hidden;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .shortcut-block .feature {
    margin: 5px 0;
  }
}
.shortcut-block .feature img {
  width: 100px;
  height: 100px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #14a2ee;
  background: 0 0 3px #73c8f5;
  float: left;
  margin: 0;
}
@media (min-width: 960px) {
  .shortcut-block .feature img {
    float: none;
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
}
.shortcut-block .feature div {
  margin-left: 120px;
}
.shortcut-block .feature div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.shortcut-block .feature div p {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 960px) {
  .shortcut-block .feature div {
    margin: 0;
    padding-top: 20px;
  }
}
.shortcut-block .box {
  text-align: center;
  color: #6e6e6e;
}
.shortcut-block .box strong {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.shortcut-block .box div {
  max-width: 175px;
  height: 175px;
  padding: 30px 10px;
  box-sizing: border-box;
  line-height: 1.4;
  background: #6e6e6e;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.shortcut-block .box div img {
  display: block;
  margin: 0 auto;
}
.shortcut-block .box div span {
  position: absolute;
  padding: 10px;
  bottom: 10px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .shortcut-block .box {
    padding-bottom: 30px;
  }
}
.shortcut-block.gray {
  background: #ebebeb;
}
.shortcut-block.white {
  background: #fff;
}
.shortcut-block.blue {
  background-color: #14a2ee;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  color: #fff;
  padding-bottom: 180px;
}
@media (min-width: 960px) {
  .shortcut-block.blue {
    padding-bottom: 75px;
    background-size: 80%;
    background-position: 350% 50%;
  }
}
.shortcut-block.blue p {
  color: #fff;
}

.shortcut-block.carousel {
  padding: 0 !important;
}
.shortcut-block.carousel .showbox .container {
  position: relative;
  height: 800px;
}
.shortcut-block.carousel .showbox .container > div {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 30px 15px;
  opacity: 0;
  transition: all .6s ease-in-out;
}
.shortcut-block.carousel .showbox .container > div .offset-by-one {
  transition: all .6s ease-in-out;
  transform: translateX(-100%);
}
.shortcut-block.carousel .showbox .container > div .offset-by-three {
  transition: all .6s ease-in-out;
  transform: translateX(100%);
}
.shortcut-block.carousel .showbox .container > div p {
  color: #fff;
}
.shortcut-block.carousel .showbox .container > div.active {
  opacity: 1;
}
.shortcut-block.carousel .showbox .container > div.active .offset-by-one {
  transform: translateX(0);
}
.shortcut-block.carousel .showbox .container > div.active .offset-by-three {
  transform: translateX(0);
}
@media (min-width: 960px) {
  .shortcut-block.carousel .showbox .container > div {
    padding: 75px 15px;
  }
}
@media (min-width: 960px) {
  .shortcut-block.carousel .showbox .container {
    height: 650px;
  }
}
.shortcut-block.carousel .menu {
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  background: #353434;
}
.shortcut-block.carousel .menu .container {
  padding: 0;
}
@media (min-width: 960px) {
  .shortcut-block.carousel .menu .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.shortcut-block.carousel .menu a {
  display: inline-block;
  width: 25%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #353434;
  transition: all .3s ease-in-out;
  position: relative;
}
.shortcut-block.carousel .menu a:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 50%;
  bottom: 6px;
  margin-left: -10px;
  background: #ff00c0;
  box-shadow: 0 0 3px #ff00c0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.shortcut-block.carousel .menu a:hover, .shortcut-block.carousel .menu a:active {
  color: #ff00c0;
}
.shortcut-block.carousel .menu a.active {
  text-shadow: 0 0 30px #ff00c0;
  color: #ff00c0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.7);
}
.shortcut-block.carousel .menu a.active:before {
  opacity: 1;
}
@media (min-width: 960px) {
  .shortcut-block.carousel .menu a {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .shortcut-block.carousel .menu {
    height: 80px;
    line-height: 80px;
  }
}
.shortcut-block.carousel.white {
  background: #fff;
  color: #353434;
}
.shortcut-block.carousel.white p {
  color: #6e6e6e !important;
}

.shortcuts {
  padding: 30px 0;
  background: #fff;
}
@media (min-width: 960px) {
  .shortcuts {
    padding: 80px 0;
  }
}
.shortcuts .shortcut h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
  position: relative;
}
@media (min-width: 960px) {
  .shortcuts .shortcut h3 {
    font-size: 30px;
  }
}
.shortcuts .shortcut h3 strong {
  font-weight: 700;
  display: block;
}
.shortcuts .shortcut h3 i.fa {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shortcuts .shortcut a {
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.shortcuts .shortcut a i.fa {
  margin-right: 15px;
}
.shortcuts .shortcut .payment-list {
  color: #ebebeb;
  font-size: 24px;
}
.shortcuts .shortcut .payment-list i.fa,
.shortcuts .shortcut .payment-list span.pf {
  margin-right: 5px;
}
.shortcuts .shortcut .payment-list span.pf {
  margin-left: -5px;
}
.shortcuts .shortcut p {
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.8;
  margin: 25px 0;
}
@media (min-width: 960px) {
  .shortcuts .shortcut.small h3 {
    font-size: 24px;
  }
}

.signup {
  background: url(../img/signup-bg.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.signup .signup {
  background: none;
  padding: 0;
}
@media (min-width: 960px) {
  .signup {
    padding: 80px 0;
  }
}
.signup h2 {
  margin: 0;
}
.signup .inline-form {
  border: 2px solid #ebebeb;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
  background: rgba(0, 0, 0, 0.3);
}
.signup .inline-form input[type="text"],
.signup .inline-form input[type="email"],
.signup .inline-form input[type="submit"] {
  border: 0 !important;
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .signup .inline-form input[type="text"],
  .signup .inline-form input[type="email"],
  .signup .inline-form input[type="submit"] {
    display: inline-block;
    font-size: 16px;
  }
}
.signup .inline-form input[type="text"],
.signup .inline-form input[type="email"] {
  color: #ebebeb;
  background-color: transparent !important;
  border-bottom: 2px solid #ebebeb;
}
@media (min-width: 960px) {
  .signup .inline-form input[type="text"],
  .signup .inline-form input[type="email"] {
    width: 40%;
    border-bottom: 0;
  }
}
@media (min-width: 960px) {
  .signup .inline-form input[type="text"] {
    border-right: 2px solid rgba(0, 0, 0, 0.3) !important;
  }
}
.signup .inline-form input[type="submit"] {
  background: #ebebeb;
  color: #6e6e6e;
}
@media (min-width: 960px) {
  .signup .inline-form input[type="submit"] {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .signup .inline-form {
    white-space: nowrap;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
.signup .inline-form-sub {
  line-height: 24px;
  padding-left: 15px;
}
.signup .inline-form-sub label {
  position: relative;
  padding-left: 30px;
  display: block;
  float: none;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  margin-bottom: 15px;
}
.signup .inline-form-sub label strong {
  display: inline-block;
  color: #fff;
}
.signup .inline-form-sub label input[type=checkbox] {
  left: 0;
}
.signup span {
  color: #ebebeb;
  display: block;
  opacity: .25;
}
@media (min-width: 960px) {
  .signup span {
    float: right;
    position: relative;
    top: 0;
  }
}
.signup div.six.columns {
  margin-left: 0;
}

.page-contact {
  /*
   .button {
     &.green {
       line-height: 50px !important;
     }
   }
  */
}
.page-contact .ninja-forms-cont .ninja-forms-error-msg {
  color: red;
  margin-bottom: 10px;
}
.page-contact .ninja-forms-cont .ninja-forms-field-error {
  margin-top: -15px;
  margin-left: 20px;
}
.page-contact .ninja-forms-cont .ninja-forms-field-error p {
  color: red;
  font-style: italic;
  font-size: 14px;
}

#wpsl-gmap {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#wpsl-result-list .wpsl-store-location p strong, #wpsl-result-list .wpsl-store-location p span {
  display: inline-block;
  width: 48%;
}

.page-support #main .handle:not(:first-child) h3 {
  margin-bottom: 0;
  margin-top: 35px;
}
.page-support #main h2 strong {
  font-size: inherit;
}

/* Visual Composer Custom Shortcodes */
/* Dibi Title */
.divider {
  position: relative;
  display: block;
  margin: 20px auto 40px auto;
  width: 200px;
  height: 2px;
  background-color: #ff00c0;
}

/* Fancy List */
.fancy-list {
  padding-bottom: 20px;
}
.fancy-list ul {
  margin: 0;
  list-style: none;
}
.fancy-list ul li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 21px;
}
.fancy-list ul li:before {
  position: absolute;
  color: #7d7d7d;
  content: "";
  font-family: FontAwesome;
  left: 0px;
}
.fancy-list ul li.blue:before {
  color: #14a2ee;
}
.fancy-list ul li a {
  color: #14a2ee;
}
.fancy-list p.payment-options {
  margin-top: 30px;
}

/* Clients */
.clients .list .owl-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none;
  padding: 0 30px;
  text-align: center;
}
.clients .list .owl-item img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
}
.clients .list.greyscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Spec List */
.spec-list {
  border-bottom: 1px solid #ccc;
  height: 36px !important;
  line-height: 25px !important;
  transition: color .3s ease-in-out;
  margin: 0 !important;
  box-sizing: border-box !important;
}
@media (min-width: 960px) {
  .spec-list {
    margin: 5px 0;
  }
}
.spec-list .vc_icon_element-inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: auto !important;
  width: auto !important;
  margin-left: 6px;
  margin-right: 15px;
  border: 0 !important;
}
.spec-list .vc_icon_element-inner .vc_icon_element-icon {
  margin-top: 0px;
}
.spec-list.vc_icon_element {
  margin-bottom: 0 !important;
  font-size: inherit;
}
.spec-list .icon_text {
  color: #6e6e6e;
  font-weight: 300;
}
.spec-list .icon_text.left {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.wpsl-search {
  background: transparent;
}

#wpsl-search-wrap form {
  display: flex;
}
@media (max-width: 959px) {
  #wpsl-search-wrap form {
    flex-direction: column;
  }
}
#wpsl-search-wrap div {
  margin-right: 0;
}
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap #wpsl-radius label {
  display: none;
}
#wpsl-search-wrap .wpsl-dropdown {
  background: transparent;
  border: none;
  box-shadow: none;
  width: auto;
}
#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
  background-color: #ebebeb;
  border-radius: 20px;
  box-shadow: 0 3px 0px #b6b6b6, inset 0 2px 2px 0 rgba(255, 255, 255, 0.8);
}
#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item:before {
  content: "Radius: ";
}
#wpsl-search-wrap .wpsl-dropdown:hover .wpsl-selected-item {
  background-color: #dedede;
}
#wpsl-search-wrap .wpsl-select-wrap {
  order: 1;
}
#wpsl-search-wrap #wpsl-search-input {
  height: auto;
  border-radius: 20px;
  background-color: #fafafa;
  border: 2px solid #bfbfbf;
  line-height: 1.4em;
  box-shadow: none;
  width: 100%;
}
@media (min-width: 960px) {
  #wpsl-search-wrap #wpsl-search-input {
    border-radius: 20px 0 0 20px;
    width: 375px;
  }
}
#wpsl-search-wrap #wpsl-search-btn {
  border-radius: 20px;
  border: none;
  background: #14a2ee;
  color: #ebebeb;
  padding: 0 25px;
}
@media (min-width: 960px) {
  #wpsl-search-wrap #wpsl-search-btn {
    border-radius: 0 20px 20px 0;
  }
}

.wpsl-store-below #wpsl-result-list p {
  margin-bottom: 10px;
}

.wpsl-more-info-listings strong {
  width: auto !important;
}

.cart-info #breadcrumbs {
  text-transform: lowercase;
  color: #6e6e6e;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.cart-info #breadcrumbs a {
  color: #ff00c0;
}
.cart-info #breadcrumbs span span:after, .cart-info #breadcrumbs span a:after {
  margin: 0 8px;
  font-family: FontAwesome;
  content: "";
  color: #6e6e6e;
}
.cart-info #breadcrumbs span span:last-child, .cart-info #breadcrumbs span a:last-child {
  color: inherit;
}
.cart-info #breadcrumbs span span:last-child:after, .cart-info #breadcrumbs span a:last-child:after {
  display: none;
}
.cart-info #breadcrumbs span span {
  color: #6e6e6e;
}

.brandbox #breadcrumbs {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
}
.brandbox #breadcrumbs a {
  color: #fff;
  transition: color .3s ease-in-out;
}
.brandbox #breadcrumbs a:hover {
  color: #14a2ee;
}
.brandbox #breadcrumbs span span:after, .brandbox #breadcrumbs span a:after {
  margin: 0 8px;
  font-family: FontAwesome;
  content: "";
  color: #fff;
}
.brandbox #breadcrumbs span span:last-child:after, .brandbox #breadcrumbs span a:last-child:after {
  display: none;
}
.brandbox #breadcrumbs span span {
  color: #fff;
}

#header-rev-slider,
#header-rev-slider.brandbox {
  background: #ebebeb !important;
  margin: 0;
  padding: 0;
  z-index: -10;
}
#header-rev-slider .wpb_content_element,
#header-rev-slider.brandbox .wpb_content_element {
  margin: 0;
}
#header-rev-slider .tp-revslider-slidesli,
#header-rev-slider.brandbox .tp-revslider-slidesli {
  /*
  .head-text {
    border: 2px solid red;
  }
  .sub-text {
    border: 2px solid blue;
  }
  .content {
    border: 2px solid green;
  }
  .button {
    border: 2px solid black;
  }
  */
}

.svd-mobile #header-rev-slider {
  /*
  .tp-parallax-wrap {
    border: 2px solid red;
    visibility: visible;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  */
  /*
  .head-text {
    border: 2px solid red;
    font-size: 30px !important;
  }
  .sub-text {
    border: 2px solid blue;
    font-size: 30px !important;
  }
  .content {
    font-size: 14px !important;
    border: 2px solid green;
  }
  .button {
    display: block;
    border: 2px solid black;
  }
  */
}

@media (max-width: 959px) {
  .svd-mobile-sm #header-rev-slider {
    margin-top: 70px;
  }

  .home .tp-revslider-mainul > li:first-child > .tp-parallax-wrap:nth-child(2) {
    top: 300px !important;
  }

  .zoom {
    font-size: 40px !important;
  }
}
.lightbox {
  top: 50% !important;
  position: fixed;
  transform: translateY(-50%);
}

.lb-container {
  padding: 25px;
}

#support-downloads .product-downloads .download-list > li:first-child {
  list-style: none;
}

.page-template-support,
.page-template-download,
.page-template-sidebar-left,
.page-template-sidebar-right {
  background: #ebebeb;
}
.page-template-support .sidebar aside,
.page-template-download .sidebar aside,
.page-template-sidebar-left .sidebar aside,
.page-template-sidebar-right .sidebar aside {
  margin-top: 50px;
}
.page-template-support .sidebar aside:first-child,
.page-template-download .sidebar aside:first-child,
.page-template-sidebar-left .sidebar aside:first-child,
.page-template-sidebar-right .sidebar aside:first-child {
  margin-top: 0;
}

#product-tabs .product-tab {
  display: none;
}
#product-tabs .product-tab p {
  line-height: 1.6;
}
#product-tabs .product-tab.active {
  display: block;
}

#category-carousel .category-tab {
  display: none;
}
#category-carousel .category-tab.active {
  display: block;
}
#category-carousel .category-tab.not-active {
  display: none;
}

#main #svd_cat {
  background: #ebebeb;
}
#main #svd_cat .svd_tabs .svd_tab {
  display: none;
}
#main #svd_cat .svd_tabs .svd_tab.active {
  display: block;
}
#main #svd_cat .svd_tabs .svd_tab.not-active {
  display: none;
}
#main #svd_cat .menu {
  line-height: 60px;
  white-space: nowrap;
  background: #353434;
}
#main #svd_cat .menu a {
  padding: 0 20px;
}
#main #svd_cat .menu .container {
  padding: 0;
}
@media (min-width: 960px) {
  #main #svd_cat .menu .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}
#main #svd_cat .menu ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit-space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #main #svd_cat .menu ul {
    flex-wrap: wrap;
  }
}
#main #svd_cat .menu ul li {
  /*display: inline-block;*/
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}
#main #svd_cat .menu a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #353434;
  transition: all .3s ease-in-out;
  position: relative;
}
#main #svd_cat .menu a:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 50%;
  bottom: 6px;
  margin-left: -10px;
  background: #ff00c0;
  box-shadow: 0 0 3px #ff00c0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
#main #svd_cat .menu a:hover, #main #svd_cat .menu a:active {
  color: #ff00c0;
}
@media (min-width: 960px) {
  #main #svd_cat .menu a {
    font-size: 30px;
  }
}
#main #svd_cat .menu li.active a {
  text-shadow: 0 0 30px #ff00c0;
  color: #ff00c0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.7);
}
#main #svd_cat .menu li.active a:before {
  opacity: 1;
}
@media (min-width: 960px) {
  #main #svd_cat .menu {
    height: 80px;
    line-height: 80px;
  }
}
#main #svd_cat .products-grid .product-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#main #svd_cat .columns {
  vertical-align: top;
}
#main #svd_cat .svd_tab > .container h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
#main #svd_cat .svd_tab > .container h2 strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: lowercase;
}
@media (min-width: 960px) {
  #main #svd_cat .svd_tab > .container h2 strong {
    font-size: 3pc;
  }
}

#lang {
  text-transform: uppercase;
}

.sidebar .menu li,
.sidebar .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 3px;
}
.sidebar .menu li a,
.sidebar .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
  border: 2px solid transparent;
  color: #14a2ee;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  white-space: nowrap;
}
.sidebar .menu li a:hover,
.sidebar .woocommerce-MyAccount-navigation ul li a:hover {
  border: 2px solid #14a2ee;
}
@media (max-width: 959px) {
  .sidebar .menu li a,
  .sidebar .woocommerce-MyAccount-navigation ul li a {
    display: block;
  }
}
.sidebar .menu li.current-menu-item a, .sidebar .menu li.is-active a,
.sidebar .woocommerce-MyAccount-navigation ul li.current-menu-item a,
.sidebar .woocommerce-MyAccount-navigation ul li.is-active a {
  border: 2px solid #14a2ee;
}

.page-support {
  background: #ebebeb;
}

#main #support-downloads {
  background: #ebebeb;
}
#main #support-downloads h3 {
  text-transform: lowercase;
  font-weight: 100;
}
#main #support-downloads .download-categories {
  margin: 50px 0 20px;
}
#main #support-downloads .download-list {
  margin-top: 10px;
  padding: 0;
}
#main #support-downloads .download-list h3 {
  margin-bottom: 0;
}
#main #support-downloads ul li a, #main #support-downloads a {
  font-weight: 200;
}
#main #support-downloads #searchform {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  max-width: 580px;
}
#main #support-downloads #searchform input {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background: #fafafa;
  color: #6e6e6e;
  font-size: 14px;
}
#main #support-downloads #searchform input[type=text] {
  border: 2px solid #dfdfdf;
  border-right: 0;
  width: 70%;
  padding: 0;
  margin: 0;
  float: left;
  padding: 10px 20px 10px 20px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
#main #support-downloads #searchform input[type=submit] {
  background: #14a2ee;
  color: #fff;
  width: 30%;
  float: left;
  border: 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 959px) {
  #main #support-downloads #searchform input[type=text] {
    width: 100%;
    border-right: 2px solid #dfdfdf;
    border-bottom: 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  #main #support-downloads #searchform input[type=submit] {
    width: 100%;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 959px) {
  #main .white {
    margin: 0;
    width: 100% !important;
  }
}
#main .error-404 {
  padding: 40px;
}
#main .error-404 h1 {
  margin: 50px 0;
}

#download-page, #search-result {
  padding: 50px;
}

#search-result article {
  border-top: 1px solid #ddd;
  padding: 20px;
}
#search-result article h1 a {
  color: #999;
}
#search-result article strong {
  color: #666;
}
#search-result article:last-child {
  border-bottom: 1px solid #ddd;
}

#breadcrumbs span span.breadcrumb_last {
  color: #eee;
}

#main .download-item {
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
  margin: 0;
}
#main .download-item:first-child {
  border-top: 2px solid #ddd;
}
#main .download-item > div {
  padding-left: 0;
}
#main .download-item > div i.plus-icon {
  float: right;
  margin-top: -6px;
  display: inline-block;
  border: 2px solid #14a2ee;
  border-radius: 100%;
  color: #14a2ee;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  transition: all .3s ease-in-out;
}
#main .download-item > div:hover h4 {
  color: #4d4d4d;
}
#main .download-item > div:hover i.plus-icon {
  border-color: #5bbef3;
  color: #5bbef3;
}

#main .download-list li h4 {
  font-size: 16px;
  font-weight: normal;
  transition: all .1s ease-in-out;
  display: inline;
}

.getting-started .row {
  border-top: 2px solid #dedede;
  padding: 15px 0 0;
  line-height: 40px;
  vertical-align: middle;
}
.getting-started .row .image {
  max-width: 70px;
}
.getting-started .row .image img {
  max-height: 40px !important;
  width: auto;
}
.getting-started.last .row {
  border-bottom: 2px solid #dedede;
}

body.page-template-support #main .vc_row-fluid:first-child {
  padding-top: 0;
}
body.page-template-support #main .columns.sidebar {
  margin-top: 80px;
}
@media (max-width: 959px) {
  body.page-template-support #main .columns.sidebar {
    margin-top: 20px;
  }
}
body.page-template-support #main .vc_toggle {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
body.page-template-support #main .vc_toggle .vc_toggle_title {
  padding-left: 0;
}
body.page-template-support #main .vc_toggle .vc_toggle_title h4 {
  font-weight: 400;
}
body.page-template-support #main .vc_toggle .vc_toggle_content p {
  font-weight: 400;
  line-height: 1.6em;
}
body.page-template-support #main .vc_toggle .plus-icon {
  float: right;
  margin-top: -6px;
  display: inline-block;
  border: 2px solid #14a2ee;
  border-radius: 100%;
  color: #14a2ee;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  transition: all .3s ease-in-out;
}

/* REV slider voor mobile werkzaam maken */
@media (max-width: 959px) {
  .svd-mobile .rev_slider .brand-text,
  .svd-mobile .rev_slider .tp-caption.Fashion-BigDisplay.brand-text {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .svd-mobile .rev_slider .button {
    margin-top: 15px;
  }
}

.wpb_single_image.circle img {
  background: #fff;
  padding: 2px;
  border-radius: 100%;
}
.wpb_single_image.circle.gray img {
  background: #6e6e6e;
}
.wpb_single_image.circle.blue img {
  background: #14a2ee;
}


/* Gravity Forms error styling */
.gform_wrapper div.validation_error {
  text-align: left !important;
  border: none !important;
  color: #f22f53 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: inherit !important;
}
.gform_wrapper .validation_message {
  color: #f22f53 !important;
  font-weight: normal !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #f22f53 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 400 !important;
}
.gform_wrapper .gfield_required {
  color: #f22f53 !important;
}
.gform_button.pill.green span {
  line-height: 40px !important;
}

form.woocommerce-checkout {
  margin: 2rem 0;
}

@media (min-width: 1920px) {
  .large-bg-image {
    background-position: 100% 0 !important;
  }
}