@charset "UTF-8";
@import "app/vendor/sweetalert.css"; /* ------------------------ Common ------------------------ */
@import "app/vendor/bootstrap.css";
@import "app/vendor/ion.rangeSlider.css";
@import "app/vendor/ion.rangeSlider.skinHTML5.css";
@import "app/vendor/jquery.fancybox.min.css";
.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

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

.display-none {
  display: none;
}

.display-block-xs {
  display: block;
}

.display-inline-xs {
  display: inline;
}

.display-inline-block-xs {
  display: inline-block;
}

.display-none-xs {
  display: none;
}

@media (min-width: 768px) {
  .display-block-sm {
    display: block;
  }
  .display-inline-sm {
    display: inline;
  }
  .display-inline-block-sm {
    display: inline-block;
  }
  .display-none-sm {
    display: none;
  }
}
@media (min-width: 1022px) {
  .display-block-md {
    display: block;
  }
  .display-inline-md {
    display: inline;
  }
  .display-inline-block-md {
    display: inline-block;
  }
  .display-none-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .display-block-lg {
    display: block;
  }
  .display-inline-lg {
    display: inline;
  }
  .display-inline-block-lg {
    display: inline-block;
  }
  .display-none-lg {
    display: none;
  }
}
.fixed {
  position: fixed;
}

.position-inherit {
  position: inherit !important;
}

.shadow-none {
  box-shadow: none !important;
  text-shadow: none !important;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: " ";
  clear: both;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.align-center {
  margin: 0 auto;
}

.absolute-left {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
}

.absolute-center {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.absolute-right {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.width100 {
  width: 100%;
  height: auto;
}

.width50 {
  width: 50%;
  height: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.form-control.height-auto {
  height: auto !important;
}

@media (min-width: 768px) {
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-left {
    float: left !important;
  }
}
/* ---------------        Colors        --------------- */
.icon-blue {
  color: #0000CC;
}

.icon-green {
  color: green;
}

.icon-gray {
  color: #f5f5f5;
}

.fa-check.success {
  color: rgb(26, 179, 148);
}

.fa-check.failure {
  color: #E6E6E6;
}

.fa-info-circle.success {
  color: rgb(26, 179, 148);
}

.fa-info-circle.failure {
  color: #E6E6E6;
}

.color-red {
  color: #CC0000;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.background-red {
  background: #CC0000;
  color: #fff;
}

.background-green {
  background: #009900;
  color: #fff;
}

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto;
}

.list-none li {
  list-style: none;
}

.text-underline-none {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
}

.rotate-45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vertical-align-parent {
  position: relative;
}

.vertical-align-parent .vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.word-wrap {
  word-wrap: break-word;
}

code {
  padding: 0;
}

.navbar {
  border-radius: 0;
}

.responsive-classes {
  position: fixed;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #eee;
}

/* ------------------------ / Common ------------------------ */
.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-xs-justify {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1022px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
/* --------------- Margin and Padding --------------- */
/* all */
.ma0 {
  margin: 0 !important;
}

.ma5 {
  margin: 5px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* --------------- / Margin and Padding --------------- */
/* --------------- blocks ----------------------------- */
.fullscreen {
  height: 95vh;
  width: 100%;
  display: block;
  position: relative;
  background: center center;
  background-size: cover;
}
@media (max-width: 1022px) {
  .fullscreen {
    transition: height 9999s;
  }
}
@media (min-width: 1200px) {
  .fullscreen {
    height: 90vh;
  }
}
.fullscreen.dark {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .dark-xs {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4);
  }
}
.vertical-top {
  position: absolute;
  width: 100%;
  top: 0;
}

.vertical-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .sm-vertical-center {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.vertical-bottom {
  position: absolute !important;
  width: 100%;
  bottom: 0;
}

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.horizontal-center.vertical-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fullspace {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullspace.dark {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4);
}
.fullspace.ma15 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.centered-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dark-background {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.5);
}

.base-padding {
  padding: 70px 0 70px;
}

.background-blue {
  background: #0000CC;
}

.background-white {
  background: #fff;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-shadow {
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1);
}

/* --------------- / blocks --------------------------- */
.padding-squared {
  position: relative;
}

.padding-squared > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.col-xs-1.padding-squared {
  padding-bottom: 8.3333333333%;
}

.col-xs-10.padding-squared {
  padding-bottom: 83.3333333333%;
}

.col-xs-11.padding-squared {
  padding-bottom: 91.6666666667%;
}

.col-xs-12.padding-squared {
  padding-bottom: 100%;
}

.col-xs-2.padding-squared {
  padding-bottom: 16.6666666667%;
}

.col-xs-3.padding-squared {
  padding-bottom: 25%;
}

.col-xs-4.padding-squared {
  padding-bottom: 33.3333333333%;
}

.col-xs-5.padding-squared {
  padding-bottom: 41.6666666667%;
}

.col-xs-6.padding-squared {
  padding-bottom: 50%;
}

.col-xs-7.padding-squared {
  padding-bottom: 58.3333333333%;
}

.col-xs-8.padding-squared {
  padding-bottom: 66.6666666667%;
}

.col-xs-9.padding-squared {
  padding-bottom: 75%;
}

@media (max-width: 767px) {
  .col-xs-1.padding-squared.padding-squared-half-xs {
    padding-bottom: 4.1666666667%;
  }
  .col-xs-10.padding-squared.padding-squared-half-xs {
    padding-bottom: 41.6666666667%;
  }
  .col-xs-11.padding-squared.padding-squared-half-xs {
    padding-bottom: 45.8333333333%;
  }
  .col-xs-12.padding-squared.padding-squared-half-xs {
    padding-bottom: 50%;
  }
  .col-xs-2.padding-squared.padding-squared-half-xs {
    padding-bottom: 8.3333333333%;
  }
  .col-xs-3.padding-squared.padding-squared-half-xs {
    padding-bottom: 12.5%;
  }
  .col-xs-4.padding-squared.padding-squared-half-xs {
    padding-bottom: 16.6666666667%;
  }
  .col-xs-5.padding-squared.padding-squared-half-xs {
    padding-bottom: 20.8333333333%;
  }
  .col-xs-6.padding-squared.padding-squared-half-xs {
    padding-bottom: 25%;
  }
  .col-xs-7.padding-squared.padding-squared-half-xs {
    padding-bottom: 29.1666666667%;
  }
  .col-xs-8.padding-squared.padding-squared-half-xs {
    padding-bottom: 33.3333333333%;
  }
  .col-xs-9.padding-squared.padding-squared-half-xs {
    padding-bottom: 37.5%;
  }
}
@media (min-width: 768px) {
  .col-sm-1.padding-squared {
    padding-bottom: 8.3333333333%;
  }
  .col-sm-10.padding-squared {
    padding-bottom: 83.3333333333%;
  }
  .col-sm-12.padding-squared {
    padding-bottom: 91.6666666667%;
  }
  .col-sm-12.padding-squared {
    padding-bottom: 100%;
  }
  .col-sm-2.padding-squared {
    padding-bottom: 16.6666666667%;
  }
  .col-sm-3.padding-squared {
    padding-bottom: 25%;
  }
  .col-sm-4.padding-squared {
    padding-bottom: 33.3333333333%;
  }
  .col-sm-5.padding-squared {
    padding-bottom: 41.6666666667%;
  }
  .col-sm-6.padding-squared {
    padding-bottom: 50%;
  }
  .col-sm-7.padding-squared {
    padding-bottom: 58.3333333333%;
  }
  .col-sm-8.padding-squared {
    padding-bottom: 66.6666666667%;
  }
  .col-sm-9.padding-squared {
    padding-bottom: 75%;
  }
}
@media (min-width: 1022px) {
  .col-md-1.padding-squared {
    padding-bottom: 8.3333333333%;
  }
  .col-md-10.padding-squared {
    padding-bottom: 83.3333333333%;
  }
  .col-md-12.padding-squared {
    padding-bottom: 91.6666666667%;
  }
  .col-md-12.padding-squared {
    padding-bottom: 100%;
  }
  .col-md-2.padding-squared {
    padding-bottom: 16.6666666667%;
  }
  .col-md-3.padding-squared {
    padding-bottom: 25%;
  }
  .col-md-4.padding-squared {
    padding-bottom: 33.3333333333%;
  }
  .col-md-5.padding-squared {
    padding-bottom: 41.6666666667%;
  }
  .col-md-6.padding-squared {
    padding-bottom: 50%;
  }
  .col-md-7.padding-squared {
    padding-bottom: 58.3333333333%;
  }
  .col-md-8.padding-squared {
    padding-bottom: 66.6666666667%;
  }
  .col-md-9.padding-squared {
    padding-bottom: 75%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1.padding-squared {
    padding-bottom: 8.3333333333%;
  }
  .col-lg-10.padding-squared {
    padding-bottom: 83.3333333333%;
  }
  .col-lg-12.padding-squared {
    padding-bottom: 91.6666666667%;
  }
  .col-lg-12.padding-squared {
    padding-bottom: 100%;
  }
  .col-lg-2.padding-squared {
    padding-bottom: 16.6666666667%;
  }
  .col-lg-3.padding-squared {
    padding-bottom: 25%;
  }
  .col-lg-4.padding-squared {
    padding-bottom: 33.3333333333%;
  }
  .col-lg-5.padding-squared {
    padding-bottom: 41.6666666667%;
  }
  .col-lg-6.padding-squared {
    padding-bottom: 50%;
  }
  .col-lg-7.padding-squared {
    padding-bottom: 58.3333333333%;
  }
  .col-lg-8.padding-squared {
    padding-bottom: 66.6666666667%;
  }
  .col-lg-9.padding-squared {
    padding-bottom: 75%;
  }
}
.col-xs-offset-1_5 {
  margin-left: 12.5%;
}

@media (min-width: 768px) {
  .col-sm-offset-1_5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 1022px) {
  .col-md-offset-1_5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-1_5 {
    margin-left: 12.5%;
  }
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1022px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.min-width-30 {
  min-width: 30px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-70 {
  min-width: 70px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-130 {
  min-width: 130px;
}

.min-width1500 {
  min-width: 150px;
}

.lh-2 {
  line-height: 2em;
}

/* --------------- / ul --------------------------- */
ul.inline {
  list-style: none;
  padding: 0;
}
ul.inline > li {
  display: inline-block;
}

/* --------------- / buttons --------------------------- */
/* --------------- / dropdowns --------------------------- */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.opened > .dropdown-content {
  display: block;
  background-color: #fff;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.dropdown.dropdown-block {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .dropdown.dropdown-block-xs {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown.dropdown-block-sm {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1022px) and (max-width: 1199px) {
  .dropdown.dropdown-block-md {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .dropdown.dropdown-block-lg {
    display: block;
    width: 100%;
  }
}

/* --------------- / accordion --------------------------- */
.accordion .accordion-container.active .accordion-content {
  max-height: 1000px;
}
.accordion .accordion-container .accordion-toggle {
  cursor: pointer;
}
.accordion .accordion-container .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s;
}

/* --------------- / radio accordion --------------------------- */
.radio-accordion .radio-accordion-container.active .radio-accordion-content {
  max-height: 1500px;
}
.radio-accordion .radio-accordion-container .radio-accordion-toggle {
  cursor: pointer;
}
.radio-accordion .radio-accordion-container .radio-accordion-content {
  clear: both;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s;
  margin-left: 27px;
}

/* --------------- / checkbox accordion --------------------------- */
.checkbox-accordion-container.active .checkbox-accordion-content {
  max-height: 1000px;
}
.checkbox-accordion-container .checkbox-accordion-toggle {
  cursor: pointer;
}
.checkbox-accordion-container .checkbox-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s;
}

/* --------------- / tab --------------------------- */
.tab-container .tab-content {
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}
.tab-container .tab-wrap {
  position: relative;
  transition: 0.2s height ease-in-out;
}
.tab-container.tab-container-empty .tab-wrap {
  height: 0;
}
.tab-container .tab-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab-container.tab-container-fade .tab-content {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.tab-container.tab-container-fade .tab-content.active {
  transition: opacity 0.2s ease-in 0.25s;
  opacity: 1;
}
.tab-container.tab-container-fade .tab-content.tab-absolute {
  display: block;
}

/* --------------- / modal --------------------------- */
.overlay-mask {
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.overlay-mask .overlay-content {
  padding: 5px;
  min-height: 10px;
  min-width: 10px;
  /*margin-top: 100px;
  margin: auto;*/
  background-color: #fff;
  border: 1px solid #a5a5a5;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-content: center;
  align-content: center;
}

/* ------------------------ / CSS Table ------------------------ */
.display-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 100%;
}
.display-table .display-table-row {
  display: table-row;
  width: 100%;
  height: 100%;
}
.display-table .display-table-row .display-table-cell {
  display: table-cell;
  height: 100%;
}
.display-table .display-table-row .display-table-cell.display-table-vertical-top {
  vertical-align: top;
}
.display-table .display-table-row .display-table-cell.display-table-vertical-middle {
  vertical-align: middle;
}
.display-table .display-table-row .display-table-cell.display-table-vertical-bottom {
  vertical-align: bottom;
}
.display-table .display-table-row .display-table-cell.col-xs-1, .display-table .display-table-row .display-table-cell.col-xs-2, .display-table .display-table-row .display-table-cell.col-xs-3, .display-table .display-table-row .display-table-cell.col-xs-4, .display-table .display-table-row .display-table-cell.col-xs-5, .display-table .display-table-row .display-table-cell.col-xs-6, .display-table .display-table-row .display-table-cell.col-xs-7, .display-table .display-table-row .display-table-cell.col-xs-8, .display-table .display-table-row .display-table-cell.col-xs-9, .display-table .display-table-row .display-table-cell.col-xs-10, .display-table .display-table-row .display-table-cell.col-xs-11, .display-table .display-table-row .display-table-cell.col-sm-1, .display-table .display-table-row .display-table-cell.col-sm-2, .display-table .display-table-row .display-table-cell.col-sm-3, .display-table .display-table-row .display-table-cell.col-sm-4, .display-table .display-table-row .display-table-cell.col-sm-5, .display-table .display-table-row .display-table-cell.col-sm-6, .display-table .display-table-row .display-table-cell.col-sm-7, .display-table .display-table-row .display-table-cell.col-sm-8, .display-table .display-table-row .display-table-cell.col-sm-9, .display-table .display-table-row .display-table-cell.col-sm-10, .display-table .display-table-row .display-table-cell.col-sm-11, .display-table .display-table-row .display-table-cell.col-md-1, .display-table .display-table-row .display-table-cell.col-md-2, .display-table .display-table-row .display-table-cell.col-md-3, .display-table .display-table-row .display-table-cell.col-md-4, .display-table .display-table-row .display-table-cell.col-md-5, .display-table .display-table-row .display-table-cell.col-md-6, .display-table .display-table-row .display-table-cell.col-md-7, .display-table .display-table-row .display-table-cell.col-md-8, .display-table .display-table-row .display-table-cell.col-md-9, .display-table .display-table-row .display-table-cell.col-md-10, .display-table .display-table-row .display-table-cell.col-md-11 .display-table .display-table-row .display-table-cell.col-lg-1, .display-table .display-table-row .display-table-cell.col-lg-2, .display-table .display-table-row .display-table-cell.col-lg-3, .display-table .display-table-row .display-table-cell.col-lg-4, .display-table .display-table-row .display-table-cell.col-lg-5, .display-table .display-table-row .display-table-cell.col-lg-6, .display-table .display-table-row .display-table-cell.col-lg-7, .display-table .display-table-row .display-table-cell.col-lg-8, .display-table .display-table-row .display-table-cell.col-lg-9, .display-table .display-table-row .display-table-cell.col-lg-10, .display-table .display-table-row .display-table-cell.col-lg-11 {
  float: none;
}
@media (max-width: 767px) {
  .display-table .display-table-row {
    height: auto;
  }
  .display-table .display-table-row .display-table-cell.col-xs-12 {
    display: block;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .display-table .display-table-row {
    height: auto;
  }
  .display-table .display-table-row .display-table-cell.col-sm-12 {
    display: block;
    height: auto;
  }
}
@media (min-width: 1022px) and (max-width: 1199px) {
  .display-table .display-table-row {
    height: auto;
  }
  .display-table .display-table-row .display-table-cell.col-md-12 {
    display: block;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .display-table .display-table-row {
    height: auto;
  }
  .display-table .display-table-row .display-table-cell.col-lg-12 {
    display: block;
    height: auto;
  }
}

.flex-table {
  display: flex;
  flex-flow: column nowrap;
  /*margin: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;*/
  flex: 1 1 auto;
}
.flex-table .flex-tr, .flex-table .flex-th {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  /*&:nth-of-type(even) {
    background-color: #f2f2f2;
  }

  &:nth-of-type(odd) {
    background-color: #ffffff;
  }*/
}
.flex-table .flex-tr:first-child .flex-td, .flex-table .flex-th:first-child .flex-td {
  border-top: 0;
}
.flex-table .flex-tr:last-child .flex-td, .flex-table .flex-th:last-child .flex-td {
  border-bottom: 1px solid #f5f5f5;
}
.flex-table .flex-tr .flex-td, .flex-table .flex-th .flex-td {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  /*word-break: break-word;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  min-width: 0px;
  /*white-space: nowrap;*/
  border-top: 1px solid #f5f5f5;
}
.flex-table .flex-tr .flex-td > *, .flex-table .flex-th .flex-td > * {
  width: 100%;
}
.flex-table .flex-tr .flex-td.align-start, .flex-table .flex-th .flex-td.align-start {
  align-items: flex-start;
}
.flex-table .flex-tr .flex-td.align-center, .flex-table .flex-th .flex-td.align-center {
  align-items: center;
}
.flex-table .flex-tr .flex-td.align-end, .flex-table .flex-th .flex-td.align-end {
  align-items: flex-end;
}
.flex-table .flex-tr .flex-td.flex-grow3, .flex-table .flex-th .flex-td.flex-grow3 {
  flex-grow: 3;
}
.flex-table .flex-tr .flex-td.flex-grow2, .flex-table .flex-th .flex-td.flex-grow2 {
  flex-grow: 2;
}
.flex-table .flex-tr .flex-td.flex-grow1, .flex-table .flex-th .flex-td.flex-grow1 {
  flex-grow: 1;
}
.flex-table .flex-tr .flex-td.flex-grow05, .flex-table .flex-th .flex-td.flex-grow05 {
  flex-grow: 0.5;
}
.flex-table .flex-tr .flex-td.flex-grow03, .flex-table .flex-th .flex-td.flex-grow03 {
  flex-grow: 0.3;
}

.img-responsive-forced {
  display: block;
  max-width: 100%;
  height: 100%;
}

.full-height {
  height: 100%;
}

hr.hr-light-gray {
  border-top: solid 1px #f5f5f5;
}
hr.hr-light {
  border-top: solid 1px #777;
}
hr.hr-black {
  border-top: solid 1px #333333;
}

/****** Mixin placeholder ***********/
/****** Mixin flexbox ***********/
/* spinner */
@keyframes fadeInOut {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: relative;
  opacity: 1;
}
.sk-folding-cube img {
  max-width: 100%;
  animation: fadeInOut 5s infinite;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.svg-vertical-center span, .svg-vertical-center svg {
  vertical-align: middle;
}
.svg-vertical-center svg {
  padding-left: 5px;
}

.transparent {
  opacity: 0;
}

.opaque {
  opacity: 1;
}

.svg .svg__wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

*, *:hover, *:active, *:focus, *:visited {
  outline: none;
}

a, a:hover, a:active, a:focus, a:visited {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

.form-horizontal .form-group {
  margin: 0;
}

.grid-system-spacing .row {
  margin-left: -8px;
  margin-right: -8px;
}
.grid-system-spacing .col-xs-1, .grid-system-spacing .col-sm-1, .grid-system-spacing .col-md-1, .grid-system-spacing .col-lg-1, .grid-system-spacing .col-xs-2, .grid-system-spacing .col-sm-2, .grid-system-spacing .col-md-2, .grid-system-spacing .col-lg-2, .grid-system-spacing .col-xs-3, .grid-system-spacing .col-sm-3, .grid-system-spacing .col-md-3, .grid-system-spacing .col-lg-3, .grid-system-spacing .col-xs-4, .grid-system-spacing .col-sm-4, .grid-system-spacing .col-md-4, .grid-system-spacing .col-lg-4, .grid-system-spacing .col-xs-5, .grid-system-spacing .col-sm-5, .grid-system-spacing .col-md-5, .grid-system-spacing .col-lg-5, .grid-system-spacing .col-xs-6, .grid-system-spacing .col-sm-6, .grid-system-spacing .col-md-6, .grid-system-spacing .col-lg-6, .grid-system-spacing .col-xs-7, .grid-system-spacing .col-sm-7, .grid-system-spacing .col-md-7, .grid-system-spacing .col-lg-7, .grid-system-spacing .col-xs-8, .grid-system-spacing .col-sm-8, .grid-system-spacing .col-md-8, .grid-system-spacing .col-lg-8, .grid-system-spacing .col-xs-9, .grid-system-spacing .col-sm-9, .grid-system-spacing .col-md-9, .grid-system-spacing .col-lg-9, .grid-system-spacing .col-xs-10, .grid-system-spacing .col-sm-10, .grid-system-spacing .col-md-10, .grid-system-spacing .col-lg-10, .grid-system-spacing .col-xs-11, .grid-system-spacing .col-sm-11, .grid-system-spacing .col-md-11, .grid-system-spacing .col-lg-11, .grid-system-spacing .col-xs-12, .grid-system-spacing .col-sm-12, .grid-system-spacing .col-md-12, .grid-system-spacing .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
}
.grid-system-spacing .ma8 {
  margin: 8px !important;
}
.grid-system-spacing .mb16 {
  margin-bottom: 16px !important;
}

ol, li, ul, dd, dt, dl {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

label {
  margin-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider article.banner {
  margin: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.4);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider-container.slick-initialized .banner {
  display: table !important;
}
.slick-slider-container a:first-child .banner, .slick-slider-container span:first-child .banner {
  display: table !important;
}
.slick-slider-container .banner {
  display: none !important;
}

/*.slick-slider-container{
    max-height: 0;
    overflow: hidden;
    &.slick-initialized {
        max-height: none;
    }
}*/
/*.slick-slider .banner{
    position:absolute;
}
.slick-slider .banner:first-child{
    position:relative;
}
.slick-initialized.slick-slider .banner,
.slick-initialized.slick-slider .banner:first-child{
    position:relative;
}*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* --------------- / variables   --------------------------- */
/* --------------- / input --------------------------- */
.form-text, .form-select {
  position: relative;
  /*input{
    border-color: #a94442;
  }*/
}
.form-text.field-required:after, .form-select.field-required:after {
  content: "*";
  position: absolute;
  top: 3px;
  right: 20px;
  font-size: 20px;
  color: #bebebe;
}
.form-text.has-error .error, .form-select.has-error .error {
  color: #a94442;
  font-weight: bold;
  margin: 0 0 0.875em;
}

.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.1em;
  color: #333;
}
.form-label.form-label-small {
  font-size: 0.9em;
}
.form-label._extended, .form-label._below {
  font-size: 10px;
}
.form-label._extended {
  letter-spacing: 0.14em;
  font-weight: 500;
}
.form-label._below {
  color: #5a5a5a;
  letter-spacing: 0.1em;
  margin: 8px 0 0 29px;
  display: block;
}

.form-error {
  color: #a94442;
  margin: -0.4em 0 1em;
  display: block;
}

.form-input {
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  width: 100%;
  margin: 0 0 12px;
  padding: 14px 15px;
  color: #2b2b2b;
  border-radius: 0em;
  border: 1px solid #dddddd;
  letter-spacing: 0.14em;
  background: transparent;
  transition: all 0.2s;
  appearance: none;
  box-sizing: border-box;
  box-shadow: inset 0 0 0;
  resize: vertical;
  /*
  &:focus {
      //border-color: $input-border-focus-color;
      outline: 0;
      box-shadow: inset 0 -10px 8px -12 rgba(0, 0, 0, .075), 0 0 8px rgba($input-border-focus-color, 0.6);
      box-shadow: inset 0 -15px 10px -18px #000;
  }
  */
}
.form-input[disabled] {
  border-color: #eaeaea;
  background-color: #f2f2f2;
  box-shadow: none;
  cursor: not-allowed;
}
.has-error .form-input {
  border-left: 3px solid #a94442;
}
.form-input.form-input-small {
  width: 5em;
}
.form-input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.form-input:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.form-input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.form-input.form-input-minimal {
  border-width: 0 0 1px;
}

select.form-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.56' viewBox='0 0 8 4.56'%3E%3Cpath d='M4,101.7a.559.559,0,0,1-.4-.164L.165,98.1A.56.56,0,1,1,.957,97.3L4,100.348,7.044,97.3a.56.56,0,0,1,.792.792l-3.44,3.44A.559.559,0,0,1,4,101.7Z' transform='translate(-0.001 -97.141)'/%3E%3C/svg%3E");
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: calc(100% - 28px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
}
select.form-input::-ms-expand {
  display: none;
}

.address-form {
  margin-left: -6px;
  margin-right: -6px;
}
.address-form div[class^=col-], .address-form div[class*=" col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.form-control {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 0 0 0.875em;
  box-sizing: border-box;
}
.form-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-control ._label {
  display: inline-block;
  position: relative;
  padding-left: calc(16px + 0.5em);
  will-change: transform;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.form-control ._label::before, .form-control ._label::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
}
.form-control ._label::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-color: #000;
  background-size: 0;
  transition: border-color 0.2s ease;
}
.has-error .form-control ._label::before {
  border-color: #a94442;
}
.form-control ._label::after {
  background-repeat: no-repeat;
  background-position: center;
}
.form-control input[type=radio] + ._label::before {
  border-width: 2px;
  border-color: #bebebe;
}
.form-control input[type=radio] + ._label::after {
  background-size: 71%;
  transform: scale(0);
  transition: transform 0.2s ease;
  will-change: transform;
}
.form-control input[type=checkbox] + ._label::before, .form-control input[type=radio].as-check + ._label::before {
  transition: background-color 0.2s ease;
  will-change: background-color;
  border-radius: 0;
  border-width: 1px;
}
.form-control input[type=checkbox] + ._label::after, .form-control input[type=radio].as-check + ._label::after {
  transform: none;
  background-size: 100%;
  width: 16px;
  height: 12px;
  top: 1px;
  left: 1px;
}
.form-control ._label-extended {
  text-transform: uppercase;
  margin-right: 0.5em;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.33;
}
.form-control + .form-label {
  max-width: calc(100% - 24px - 0.5em);
}
.form-control + .form-label._extended {
  max-width: calc(100% - 236px - 0.5em);
}
.form-control input[type=radio] + ._label::before {
  border-radius: 100%;
}
.form-control input[type=radio]:checked + ._label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E");
}
.form-control input[type=checkbox]:checked + ._label::before, .form-control input[type=radio].as-check:checked + ._label::before {
  background-color: #000;
}
.form-control input[type=checkbox]:checked + ._label::after, .form-control input[type=radio].as-check:checked + ._label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11.75' viewBox='0 0 16 11.75'%3E%3Cg transform='translate(0 -67.998)'%3E%3Cg transform='translate(0 67.997)'%3E%3Cpath d='M15.765,68.232a.8.8,0,0,0-1.131,0L5.049,77.816,1.365,74.132A.8.8,0,0,0,.234,75.264l4.25,4.25a.8.8,0,0,0,1.131,0l10.15-10.15A.8.8,0,0,0,15.765,68.232Z' transform='translate(0 -67.997)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.form-control input[type=radio][disabled] + ._label,
.form-control input[type=checkbox][disabled] + ._label {
  cursor: not-allowed;
}
.form-control input[type=radio][disabled] + ._label::before,
.form-control input[type=checkbox][disabled] + ._label::before {
  border-color: #333333;
  box-shadow: none;
}
.form-control input:checked + ._label::after {
  transform: scale(1);
}
.form-control input[type=radio]:checked + ._label::before {
  border-color: #000;
}

/******************** BUTTONS ************************************************/
.btn {
  display: inline-block;
  padding: 1.33em 1.92em;
  border-radius: 0em;
  line-height: 1.33;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  border: solid 1px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.14em;
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn.btn-xs {
  font-size: 11px;
}
.btn.btn-sm {
  font-size: 15px;
}
.btn.btn-md {
  font-size: 19px;
}
.btn.btn-lg {
  font-size: 32px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .btn.btn-block-xs {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1021px) {
  .btn.btn-block-sm {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1022px) and (max-width: 1199px) {
  .btn.btn-block-md {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .btn.btn-block-lg {
    display: block;
    width: 100%;
  }
}
.btn.btn-primary {
  border-color: #000;
  color: #000;
  background: #fff;
  font-weight: 700;
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.btn.btn-primary.btn-inverted {
  background: #000;
  color: #fff;
}
.btn.btn-primary.btn-inverted:hover {
  background: #fff;
  color: #000;
}
.btn.btn-secondary {
  border-color: #333;
  color: #333;
  background: #fff;
}
.btn.btn-secondary:hover {
  background: #333;
  color: #fff;
}
.btn.btn-secondary.btn-inverted {
  background: #333;
  color: #fff;
}
.btn.btn-secondary.btn-inverted:hover {
  background: #fff;
  color: #333;
}
.btn.btn-tertiary {
  border-color: #777;
  color: #777;
  background: #fff;
}
.btn.btn-tertiary:hover {
  background: #777;
  color: #fff;
}
.btn.btn-tertiary.btn-inverted {
  background: #777;
  color: #fff;
}
.btn.btn-tertiary.btn-inverted:hover {
  background: #fff;
  color: #777;
}
.btn.btn-transparent {
  background: transparent;
}
.btn.btn-link-primary {
  border: 0;
  color: #A70000;
  background: #fff;
  padding-left: 0;
}
.btn.btn-icon {
  text-align: left;
  padding-right: 1.2em;
  vertical-align: middle;
}
.btn.btn-icon i, .btn.btn-icon svg {
  width: 1.28571429em;
  text-align: center;
  margin-right: 0.2em;
  vertical-align: middle;
}
.btn.btn-icon:hover {
  text-decoration: underline;
}
.btn.btn-no-border {
  border: 0;
}
.btn.btn-no-border::before {
  background: none;
}
.btn.disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
  background-color: transparent !important;
  border-color: #ccc !important;
}
.btn.btn-uppercase {
  text-transform: uppercase;
}
.btn .btn-pipe {
  font-size: 1.2em;
  margin-right: 10px;
}
.btn.btn-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-facebook:hover {
  background: #3b5998;
  color: #fff;
}
.btn.btn-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.btn.btn-google-plus:hover {
  background: #dd4b39;
  color: #fff;
}
.btn.btn-detail {
  font-size: 0.8em;
  padding: 1em 3em;
}
.btn.btn-social {
  margin-bottom: 12px;
}
.btn.btn-social .fa {
  font-size: 16px;
}
.btn.btn-icon-right {
  display: flex;
  align-items: center;
  text-align: left;
  padding-right: 11px;
}
.btn.btn-icon-right span {
  margin-right: 0.6ex;
}
.btn.btn-icon-right i, .btn.btn-icon-right .fa {
  margin-left: auto;
  flex-basis: 23px;
  display: block;
  text-align: center;
}
.btn.btn-like-input {
  font-size: 10px;
  padding: 14px 15px;
  line-height: 1.1;
  height: 41px;
}
.btn.btn-width {
  min-width: 145px;
}

.notifications-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}
.notifications-container .container {
  position: relative;
}
.notifications-container .container .notification-track {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 300px;
  z-index: 3100;
  transition: opacity 0.5s;
  opacity: 1;
}
.notifications-container .container .notification-track.hide {
  opacity: 0;
  display: block !important;
}
.notifications-container .container .notification-track .notification {
  opacity: 0;
  transition: opacity 0.3s, max-height 1s;
  overflow: hidden;
  max-height: 0;
  will-change: opacity;
}
.notifications-container .container .notification-track .notification .notification-content {
  padding: 15px;
  margin: 8px 8px 20px;
  background-color: rgba(167, 0, 0, 0.9);
  color: #fff;
  -webkit-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
.notifications-container .container .notification-track .notification .notification-content .notification-header {
  background-color: #fff;
  width: auto;
  margin: -15px -15px 10px;
  padding: 15px;
  color: #000;
}
.notifications-container .container .notification-track .notification .notification-content .notification-header figure {
  margin-bottom: 10px;
}
.notifications-container .container .notification-track .notification.active {
  transition: opacity 0.5s;
  opacity: 1;
  max-height: 400px;
}
.notifications-container .container .notification-track #notification-template {
  display: none;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Oblique.eot");
  src: url("../fonts/Avenir-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Oblique.woff2") format("woff2"), url("../fonts/Avenir-Oblique.woff") format("woff"), url("../fonts/Avenir-Oblique.ttf") format("truetype"), url("../fonts/Avenir-Oblique.svg#Avenir-Oblique") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium.eot");
  src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.ttf") format("truetype"), url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Morion";
  src: url("../fonts/Morion-Regular.eot");
  src: url("../fonts/Morion-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Morion-Regular.woff2") format("woff2"), url("../fonts/Morion-Regular.woff") format("woff"), url("../fonts/Morion-Regular.ttf") format("truetype"), url("../fonts/Morion-Regular.svg#Morion-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ogg";
  src: url("../fonts/Ogg-Italic.eot");
  src: url("../fonts/Ogg-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ogg-Italic.woff2") format("woff2"), url("../fonts/Ogg-Italic.woff") format("woff"), url("../fonts/Ogg-Italic.ttf") format("truetype"), url("../fonts/Ogg-Italic.svg#Ogg-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Ogg";
  src: url("../fonts/Ogg-Roman.eot");
  src: url("../fonts/Ogg-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Ogg-Roman.woff2") format("woff2"), url("../fonts/Ogg-Roman.woff") format("woff"), url("../fonts/Ogg-Roman.ttf") format("truetype"), url("../fonts/Ogg-Roman.svg#Ogg-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-weight: 500;
}

p {
  margin: 0;
}

h1, .h1 {
  font-family: Morion, serif;
  font-weight: normal;
}

.paragraph-1 {
  font-weight: 400;
  font-size: 20px;
}

.paragraph-2 {
  font-weight: 400;
  font-size: 16px;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-4 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-5 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-price, .paragraph-price-small, .paragraph-quantity, .paragraph-quantity-small {
  font-weight: 400;
  font-size: 45px;
}

.paragraph-price-small, .paragraph-quantity-small {
  font-size: 1.3em;
  font-weight: 600;
}

.heading-1 {
  font-weight: 600;
  font-size: 42px;
}

.heading-2 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.heading-3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 18px;
  }
}
@media (min-width: 1022px) {
  .heading-3 {
    font-size: 20px;
  }
}

.heading-4 {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 18px;
  }
}
@media (min-width: 1022px) {
  .heading-4 {
    font-size: 20px;
  }
}

.heading-5 {
  font-weight: 100;
  font-size: 16px;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 18px;
  }
}
@media (min-width: 1022px) {
  .heading-5 {
    font-size: 20px;
  }
}

.heading-6 {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 10px;
}

.heading-7 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading-7 {
    font-size: 20px;
  }
}
@media (min-width: 1022px) {
  .heading-7 {
    font-size: 24px;
  }
}

.heading-8 {
  font-size: 16px;
  color: #f5f5f5;
}

.heading-9 {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .heading-9 {
    font-size: 24px;
  }
}
@media (min-width: 1022px) {
  .heading-9 {
    font-size: 28px;
  }
}

.menu-heading {
  font-size: 15px;
}

.color-dark-gray {
  color: #5a5a5a;
}

.color-white {
  color: #fff;
}

.color-light-gray {
  color: #f5f5f5;
}

.font-bold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.product-available {
  color: #78da95;
  font-weight: 600;
}

.product-not-available {
  color: #e8503f;
  font-weight: 600;
}

.animate-1 {
  transition: max-height 0.7s 0.2s, opacity 0.7s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.animate-1.show {
  transition: max-height 0.7s, opacity 0.7s 0.2s;
  max-height: 300px;
  opacity: 1;
}

html, body {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  color: #000;
  background-color: #fff;
}

a {
  color: #333333;
}
a:hover, a:active {
  color: black;
  text-decoration: none;
}

body {
  min-height: 100vh;
  padding-top: 77px;
}
body.home {
  padding-top: 0;
}

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

.underline-link {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-bottom: 7px;
  border-bottom: 3px solid currentColor;
  transition: color 0.2s ease-in-out;
}
.underline-link-med {
  font-weight: 500;
}
.underline-link:hover {
  color: #A70000 !important;
}

.dropdown-toggle svg {
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: inherit;
  fill: currentColor;
}

.ico.link-arrow {
  width: 19px;
  height: 12px;
  line-height: inherit;
  background: url("../../images/app/icons/arrow.svg") no-repeat center right;
  padding-bottom: 2px;
  padding-right: 25px;
}

.svg-ico:hover path {
  fill: #78da95;
}
.svg-ico path {
  fill: #fff;
  -moz-transition: fill 0.1s ease-in;
  -webkit-transition: fill 0.1s ease-in;
  -o-transition: fill 0.1s ease-in;
  transition: fill 0.1s ease-in;
}

.when-shown {
  display: none;
}

.is-show .when-shown {
  display: block;
}
.is-show .when-hidden {
  display: none;
}

#app-modal {
  display: none;
  opacity: 0;
}

.no-items .icon, .congratulation .icon {
  color: #78da95;
  border-radius: 50%;
  border: 3px solid #78da95;
  padding: 30px;
  height: 100px;
  width: 100px;
  margin: 30px 0;
  font-size: 2em;
  text-align: center;
}

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.41);
  z-index: 170;
}
#spinner .sk-folding-cube {
  margin-top: 40vh;
}

#app-header {
  position: fixed;
  z-index: 150;
  width: 100%;
  color: #fff;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
#app-header a {
  color: inherit;
}
#app-header-logo {
  flex: 0 0 151px;
}
#app-header-logo a {
  color: inherit;
}
#app-header-logo .svg__wrap {
  padding-bottom: 9.09%;
}
#app-header-top {
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#app-header-top > .container {
  display: flex;
  align-items: center;
  height: 77px;
}
#app-header-top .open-side-cart-button {
  transition: border-color 0.2s ease-in, color 0.2s ease-in;
}
#app-header-top.header-opaque {
  background-color: #fff;
  color: #000;
}
#app-header-top.header-opaque .open-side-cart-button {
  border-color: #A70000;
  color: #A70000;
}
@media (min-width: 1201px) {
  #app-header-top.header-opaque .container-fluid {
    width: 1200px;
  }
}
#app-header-top.header-opaque #app-header-logo {
  color: #A70000;
}
#app-header-nav {
  display: none;
}
#app-header-right-side-nav {
  display: block;
  margin-left: auto;
}
#app-header-right-side-nav .app-header-list li {
  position: relative;
  margin: 0;
}
#app-header-right-side-nav .app-header-list li:first-child {
  margin-left: 0;
}
#app-header-right-side-nav .app-header-list li:last-child {
  margin-right: 0;
}
#app-header-right-side-nav .app-header-list li svg {
  height: 2em;
}
#app-header-right-side-nav .app-header-list li a {
  display: block;
  text-decoration: none;
}
#app-header-right-side-nav .app-header-list li .open-search-button {
  display: none;
}
body.congratulation #app-header {
  border: none;
}
body.congratulation #app-header #app-header-top {
  background: #A70000;
  color: #fff;
}
body.congratulation #app-header #app-header-top .container {
  justify-content: center;
}
body.congratulation #app-header .app-header-entry {
  display: none;
}
body.congratulation #app-header .app-header-logo {
  display: block;
  flex-grow: 0;
}

.app-header-entry {
  height: 30px;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
}
.app-header-logo {
  flex-basis: 151px;
  justify-content: center;
  margin-left: 20px;
}
.app-header-phone-menu {
  flex: 0 0 24px;
}
.app-header-phone-menu .svg {
  width: 24px;
}
.app-header-right {
  margin-left: auto;
}
.app-header-right-link {
  display: none;
}

.open-side-menu-button {
  color: inherit;
}

.open-side-cart-button {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.14em;
  position: relative;
  top: -2px;
}

.partial-cart-header {
  width: 100%;
}

#partial-menu-phone {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150;
  font-size: 1rem;
}
#partial-menu-phone.menu-side-visible {
  pointer-events: auto;
}
#partial-menu-phone.menu-side-visible.menu-side-animatable #section-menu-side {
  transition: all 330ms ease-out;
}
#partial-menu-phone.menu-side-visible:after {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
#partial-menu-phone.menu-side-visible #section-menu-side {
  -webkit-transform: none;
  transform: none;
}
#partial-menu-phone.menu-side-animatable #section-menu-side {
  transition: all 130ms ease-in;
}

#section-menu-side {
  color: #fff;
  background-color: #A70000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-103%);
  display: flex;
  flex-direction: column;
  will-change: transform;
  z-index: 160;
  pointer-events: auto;
  font-size: 1em;
}
#section-menu-side a {
  color: inherit;
}
#section-menu-side-top, #section-menu-side-bottom {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-width: 0 0 1px;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 500;
}
#section-menu-side-top > div, #section-menu-side-bottom > div {
  height: 75px;
  display: flex;
  align-items: center;
}
#section-menu-side-top > div.text-xs-right, #section-menu-side-bottom > div.text-xs-right {
  justify-content: flex-end;
}
#section-menu-side-bottom {
  border-width: 1px 0 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-transform: lowercase;
}
#section-menu-side-bottom .dropdown-content {
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
#section-menu-side-bottom .dropdown-content, #section-menu-side-bottom .dropdown-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-menu-side-bottom .dropdown-content a {
  display: block;
  padding: 15px;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
#section-menu-side-bottom .dropdown-content a:active {
  color: #fff;
  background: #A70000;
}
#section-menu-side .close-menu {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
}
#section-menu-side .close-menu svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.header-opaque #section-menu-side .open-side-cart-button {
  color: #fff;
  border-color: #fff;
}

#section-catalog-sidebar {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 55px 0;
  position: absolute;
  top: 76px;
  left: 0;
  bottom: 76px;
  width: 100%;
}
#section-catalog-sidebar ul, #section-catalog-sidebar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#section-catalog-sidebar ul.firstRow, #section-catalog-sidebar li.firstRow {
  background-color: #fff;
  color: #000;
}
#section-catalog-sidebar li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
#section-catalog-sidebar li .menu-dropdown-content {
  display: none;
}
#section-catalog-sidebar li .menu-dropdown-content.show {
  display: block;
}
#section-catalog-sidebar li ul li {
  border: 0;
}
#section-catalog-sidebar li ul li a {
  font-size: 0.825em;
}
#section-catalog-sidebar li ul li.firstRow {
  background-color: #fff;
  color: #000;
}

/************* MOBILE MENUS ************/
@media (min-width: 768px) {
  .secondary-menu .mobile-dropdown {
    display: none;
  }
}

@media (max-width: 768px) {
  #app-content .secondary-menu nav ul.category-menu li {
    display: block;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .category-menu.collapsed-xs {
    display: none;
  }
}

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

/************* MOBILE SLIDERS ************/
.fa.slick-arrow {
  position: absolute;
  top: 20%;
  z-index: 1000;
}
.fa.slick-arrow.fa-angle-right {
  right: 0;
}
.fa.slick-arrow.fa-angle-left {
  left: 0;
}

/** Animations **/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/************** DESKTOP SPECIFIC ***********/
@media (min-width: 1022px) {
  #app-header {
    font-size: 12px;
    font-weight: 500;
  }
  #app-header-top:hover {
    background-color: #fff;
    color: #000;
  }
  #app-header-top:hover .open-side-cart-button {
    border-color: #A70000;
    color: #A70000;
  }
  #app-header .open-side-cart-button:hover {
    color: #fff;
    background-color: #A70000;
  }
  #app-header-bottom {
    position: relative;
    font-size: 1em;
    background-color: #0054ec;
    color: #fff;
  }
  #app-header-bottom a {
    color: #fff;
  }
  #app-header-logo {
    flex-basis: 200px;
  }
  #app-header-nav {
    display: block;
    transition: width 3s linear;
    position: inherit;
    flex-basis: auto;
  }
  #app-header .mainNav {
    margin: 0 auto;
  }
  #app-header .mainNav:hover > ul > li .menu-dropdown-content {
    z-index: -20;
    max-height: 600px;
  }
  #app-header .mainNav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  #app-header .mainNav > ul, #app-header .mainNav > ul li {
    list-style: none;
  }
  #app-header .mainNav > ul > li {
    padding: 16px 15px;
    margin: 0;
  }
  #app-header .mainNav > ul > li:hover .menu-dropdown-content {
    z-index: -1;
    visibility: visible;
  }
  #app-header .mainNav > ul > li:hover .menu-dropdown-content .container {
    visibility: visible;
    opacity: 1;
  }
  #app-header .mainNav > ul > li:hover > a, #app-header .mainNav > ul > li.active > a {
    color: #A70000;
    border-bottom: 3px solid #A70000;
  }
  #app-header .mainNav > ul > li > a, #app-header .mainNav > ul > li > span {
    display: block;
    padding: 6px 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  #app-header .mainNav > ul ul {
    background-color: #fff;
    width: 150px;
    top: 102%;
  }
  #app-header .mainNav > ul ul li {
    padding: 0;
  }
  #app-header .mainNav > ul ul li:hover a {
    text-decoration: underline;
  }
  #app-header .menu-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -20;
    width: 100%;
    max-height: 0;
    will-change: max-height;
    transition: max-height 0.3s ease, visibility 0.2s ease;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
  }
  #app-header .menu-dropdown-content .container {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in, visibility 0.2s linear;
    padding: 40px 0;
    min-height: 330px;
    margin-bottom: 5px;
  }
  #app-header .menu-dropdown-content-inner {
    display: flex;
    height: 100%;
    padding-right: 15px;
  }
  #app-header .menu-dropdown-content .menu-dropdown-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
  }
  #app-header .menu-dropdown-content .menu-dropdown-description {
    font-size: 0.815em;
    line-height: 1.5;
    margin: 10px 0 40px 0;
  }
  #app-header .menu-lvl2-item {
    padding-left: 15px;
  }
  #app-header .menu-lvl2-item a {
    padding: 0;
  }
  #app-header .menu-lvl2-list-container {
    flex: 1 1 33.33%;
    color: #000;
  }
  #app-header .menu-item-child-lvl2 {
    color: #A70000;
    font-family: Morion, serif;
    font-size: 20px;
    margin: 0 0 18px;
  }
  #app-header .menu-item-child-product {
    margin: 0 0 23px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  #app-header .menu-lvl2-image {
    flex: 0 1 350px;
    position: relative;
  }
  #app-header .menu-lvl2-image a {
    padding: 0;
  }
  #app-header .menu-lvl2-image img {
    width: 100%;
    height: auto;
  }
  #app-header .menu-lvl2-image figcaption {
    font-family: Morion, serif;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    padding: 0 20%;
    z-index: 1;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #app-header-search #app-header-right-side-nav .partial-cart-header .app-header-list li {
    position: relative;
    margin: 0 1em;
  }
  #app-header-search #app-header-right-side-nav .partial-cart-header .app-header-list li:first-child {
    margin-left: 0;
  }
  #app-header-search #app-header-right-side-nav .partial-cart-header .app-header-list li:last-child {
    margin-right: 0;
  }
  #app-header-search #app-header-right-side-nav .partial-cart-header .app-header-list li a {
    display: block;
    text-decoration: none;
  }
  #app-header-search-input {
    position: absolute;
    top: 0;
    right: 16.66666667%;
    height: auto;
    width: 0;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    transition: width 0.2s linear;
    overflow-x: hidden;
  }
  #app-header-search-input.active {
    width: 58.66666667%;
    margin: 0 4%;
  }
  #app-header-search-input input {
    margin: 0;
    height: 70px;
    background-color: #004bd3;
    color: #fff;
    font-size: 20px;
    border: 0;
  }
  #app-header-search-input #search-result-block {
    background-color: #004bd3;
    padding: 30px;
  }
  #app-header-search-input #search-result-block a {
    color: #fff;
    line-height: 2;
    /*&:first-child{
        margin-top: 30px;
    }
    &:last-child{
        margin-bottom: 30px;
    }*/
  }
  #app-header-search-input #search-result-block a:hover {
    color: #A70000;
  }
  #app-header .dropdown .dropdown-content {
    background-color: #fff;
    left: auto;
    right: 0;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    list-style: none;
    width: auto;
    color: #000;
  }
  #app-header .dropdown .dropdown-content a {
    line-height: 2em !important;
    padding: 10px 15px !important;
  }
  #app-header .dropdown .dropdown-content a:hover {
    color: #A70000;
  }
  /************* SIDEBAR ************/
  #section-catalog-sidebar {
    /*.fa-angle-down{
        &[class*="parent-"]{
            transition: transform 0.3s;
            &.show{
                transform: rotate(180deg);
            }

        }
    }*/
  }
  #section-catalog-sidebar .fa-plus[class*=parent-]:before {
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  #section-catalog-sidebar .fa-plus[class*=parent-].show:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #section-catalog-sidebar ul {
    background-color: transparent;
    list-style-type: none;
  }
  #section-catalog-sidebar ul li {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
  }
  #section-catalog-sidebar ul li a {
    display: inline;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  #section-catalog-sidebar ul li i {
    color: #000;
  }
  #section-catalog-sidebar ul.child {
    list-style-type: none;
  }
  #section-catalog-sidebar ul.child li {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    padding-left: 5%;
    width: 95%;
  }
  #section-catalog-sidebar .sidebar-category-info {
    padding: 0 10px;
    position: relative;
  }
  #section-catalog-sidebar .sidebar-category-info[class*=level-] a {
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
  }
  #section-catalog-sidebar .sidebar-category-info[class*=level-] a p {
    width: 75%;
    margin: 25px 0;
  }
}
@media (min-width: 1022px) and (min-width: 768px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] a p {
    margin: 15px 0;
  }
}
@media (min-width: 1022px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] a.sidebar-category-highlight {
    font-weight: 400;
    border-bottom: 2px solid #fd9600;
  }
}
@media (min-width: 1022px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] i {
    position: absolute;
    right: 0;
    top: -25px;
    padding-left: 25%;
    padding-right: 5%;
    height: 68px;
  }
}
@media (min-width: 1022px) and (min-width: 768px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] i {
    height: 40px;
    top: -15px;
  }
}
@media (min-width: 1022px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] i:before {
    margin-top: 25px;
  }
}
@media (min-width: 1022px) and (min-width: 768px) {
  #section-catalog-sidebar .sidebar-category-info[class*=level-] i:before {
    margin: 15px 0;
  }
}
@media (min-width: 1022px) {
  #section-catalog-sidebar .sidebar-category-info.level-0 a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #section-catalog-sidebar .sidebar-category-info.level-0 a p {
    width: 75%;
    margin: 10px 0;
  }
  #section-catalog-sidebar .sidebar-category-info.level-0 a.sidebar-category-highlight {
    font-weight: 600;
    border-bottom: 2px solid #fd9600;
  }
}
@media (min-width: 1022px) {
  .app-header-entry {
    flex: 1 0 400px;
    height: auto;
  }
  .app-header-logo {
    justify-content: flex-start;
    margin-left: 0;
  }
  .app-header-logo, .app-header-right {
    flex: 1 0 210px;
  }
  .app-header-right {
    justify-content: flex-end;
  }
  .app-header-phone-menu {
    display: none;
  }
  .app-header-right {
    justify-content: flex-end;
    text-transform: lowercase;
  }
  .app-header-right-link {
    display: block;
    letter-spacing: 0.14em;
  }
}
@media (min-width: 1022px) {
  .app-header-right-link + .app-header-right-link, #app-header-right-side-nav {
    margin-left: 21px;
  }
}
.filters__list li {
  padding: 10px 20px !important;
  margin: 9px 0px !important;
  border-right: 1px solid #f5f5f5;
  font-weight: bold;
}
.filters__list li:last-child {
  border-right: none;
}
.filters__list li .open-plus {
  color: #A70000;
  font-size: 26px;
  line-height: 19px;
  font-weight: normal;
  vertical-align: text-bottom;
  padding: 2px;
}

#app-content {
  position: relative;
  z-index: 0;
  #font-size: 1rem;
  /******************************* Common classes ******************************/
  /******************************* Find your plan ******************************/
  /******************************* Science Behind ******************************/
  /******************************* Catalog ******************************/
  /*#page-catalog {
      .search-selector {
          position: relative;
      }
      .search-selector:after {
          content: '\f107';
          font: normal normal normal 17px/1 FontAwesome;
          color: $black;
          margin-left: -10px;
          padding: 0;
          position: absolute;
          pointer-events: none;
          top: 25%;
      }
      select::-ms-expand {
          display: none;
      }
      label {
          float: left;
      }
      .search-selector select {
          appearance: none;
          border-radius: 0;
          display: block;
          width: 50%;
          float: left;
          padding: 0;
          font-size: 16px;
          color: #333;
          background-image: none;
          word-break: normal;
          background-color: $white;
          border: none;
          border-bottom: 1px solid $black;
          outline: none;
          margin-left: 5px;
      }
      #section-catalog-sidebar {
          width: 100%;
      }
  }*/
  /******************************* Friends page ******************************/
  /******************************* Story ******************************/
  /******************************* Stores ******************************/
  /******************************* Company ******************************/
  /******************************* Cart ******************************/
  /******************************* Checkout summary ******************************/
  /******************************* Checkout ******************************/
  /******************************* Address ********************************/
  /******************************* Payment ********************************/
  /******************************* Congratulation ******************************/
  /******************************* Dashboard ******************************/
  /******************************* Product ******************************/
}
#app-content .row .border-right {
  padding-right: 14px;
  border-right: 1px solid #dddddd;
}
#app-content .secondary-menu {
  font-family: Ogg, serif;
  font-size: 24px;
  text-align: center;
}
#app-content .secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#app-content .secondary-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#app-content .secondary-menu li.active {
  font-style: italic;
}
#app-content .secondary-menu li:hover, #app-content .secondary-menu li.active {
  color: #A70000;
}
#app-content .secondary-menu li.disabled {
  color: #f5f5f5;
  cursor: default;
}
#app-content .secondary-menu li a {
  transition: color 0.2s ease-in;
  color: inherit;
}
@media (min-width: 768px) {
  #app-content .secondary-menu li {
    display: inline-block;
  }
  #app-content .secondary-menu li + li {
    margin-left: 20px;
  }
}
#app-content p {
  font-size: 0.813em;
  margin: 0.75em 0;
}
#app-content .section-title {
  font-size: 30px;
  font-weight: normal;
  margin: 45px 0;
}
#app-content .section-title img {
  height: 1em;
}
#app-content .section-sub-title {
  font-size: 1em;
  margin: 1em 0;
}
#app-content article.article-list-item {
  margin: 0 0 4rem 0;
  font-size: 1em;
}
#app-content article.article-list-item figure {
  position: relative;
  height: 0;
  padding-top: 66.6%;
  margin: 0 0 1em 0;
  overflow: hidden;
}
#app-content article.article-list-item figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}
#app-content article.article-list-item figure .figure-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.6);
  opacity: 0;
  text-align: center;
}
#app-content article.article-list-item figure .figure-hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app-content article.article-list-item figure .figure-hover .text-hover {
  color: #eee;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.4;
  /*position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  text-align: center;
  vertical-align: middle;*/
  /*background-color: rgba(43, 43, 43, 0.60);
  opacity: 0;*/
}
#app-content article.article-list-item h1 {
  font-size: 1em;
  margin: 0.5em 0;
  text-transform: uppercase;
}
#app-content article.article-list-item p {
  font-size: 0.813em;
  margin: 0.5em 0;
  padding: 0;
  height: 100px;
  overflow: hidden;
}
#app-content article.article-list-item footer {
  font-size: 0.938em;
  font-weight: 500;
}
#app-content article.article-list-item footer i {
  display: inline-block;
  transition: width 0.1s linear;
}
#app-content article.article-list-item a {
  display: block;
}
#app-content article.article-list-item a:hover {
  /*background-color: rgba(181, 181, 181, 0.4);*/
}
#app-content article.article-list-item a:hover figure > img {
  transform: scale(1.1);
}
#app-content article.article-list-item a:hover figure .figure-hover {
  opacity: 1;
}
#app-content article.article-list-item a:hover footer i {
  width: 30px;
}
#app-content article.banner {
  margin: 0;
  position: relative;
  font-size: 1em;
  background-color: #A70000;
  color: #fff;
  clear: both;
  display: table;
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  #app-content article.banner {
    height: 600px;
  }
}
#app-content article.banner a {
  color: #fff;
}
#app-content article.banner:before {
  content: " ";
  display: table;
}
#app-content article.banner:after {
  content: " ";
  display: table;
  clear: both;
}
#app-content article.banner.banner-split .banner-content {
  display: table-row;
  width: 100%;
  height: 50%;
  padding: 77px 8% 8% 8%;
  text-align: center;
}
#app-content article.banner.banner-split h1 {
  font-size: 2em;
}
#app-content article.banner.banner-split h2 {
  margin-top: 20%;
}
#app-content article.banner.banner-split figure {
  display: table-row;
  position: relative;
  top: none;
  left: none;
  width: 100%;
  height: 50%;
  /*height: 100%;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
#app-content article.banner.banner-split figure:before {
  display: block;
  content: "";
  padding-top: 60%;
}
@media (min-width: 768px) {
  #app-content article.banner.banner-split.banner-figure-right {
    direction: rtl;
  }
  #app-content article.banner.banner-split.banner-figure-right figure {
    direction: ltr;
  }
  #app-content article.banner.banner-split.banner-figure-right .banner-content {
    direction: ltr;
  }
  #app-content article.banner.banner-split .banner-content {
    display: table-cell;
    width: 50%;
    height: 100%;
    text-align: left;
  }
  #app-content article.banner.banner-split figure {
    display: table-cell;
    width: 50%;
    height: 100%;
  }
  #app-content article.banner.banner-split figure:before {
    display: none;
    padding: 0;
  }
}
#app-content article.banner .banner-content {
  position: relative;
  z-index: 1;
}
#app-content article.banner h1 {
  font-size: 2.938em;
  margin: 0.2em 0;
  letter-spacing: 0.06em;
}
#app-content article.banner h2 {
  font-size: 1em;
  margin: 0.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#app-content article.banner p {
  font-size: 0.875em;
  margin: 0.5em 0;
}
#app-content article.banner footer {
  display: inline-block;
  font-size: 12px;
  margin-top: 42px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-bottom: 7px;
  border-bottom: 3px solid #fff;
}
#app-content article.banner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#app-content article.banner.banner-full .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  padding: 77px 20px 0;
  text-align: center;
}
#app-content article.banner.banner-full h1 {
  font-size: 30px;
  line-height: 60px;
  order: -1;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#app-content article.banner.banner-full h2 {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: -5px 0 0;
}
@media (min-width: 768px) {
  #app-content article.banner.banner-full h1 {
    font-size: 105px;
    letter-spacing: 0;
  }
}
#app-content article.banner.banner-full-text {
  background: transparent;
  height: auto;
  display: block;
  text-align: center;
  margin: 77px 0 0;
}
#app-content article.banner.banner-full-text h1 {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.16em;
}
#app-content article.banner.banner-full-text p {
  margin: 45px 20px 0;
  font-family: Ogg, serif;
  font-size: 30px;
  letter-spacing: 0.05em;
}
#app-content article.banner.banner-full-text footer {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1022px) {
  #app-content article.banner.banner-full-text p {
    font-size: 36px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
#app-content article.banner.banner-color-black {
  color: #000;
}
#app-content article.banner.banner-color-black a {
  color: inherit;
}
@media (max-width: 767px) {
  #app-content .slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #app-content .slick-dots {
    position: static;
    line-height: 8px;
    margin-top: 22px;
  }
  #app-content .slick-dots li button {
    padding: 3px;
    border: 1px solid #bebebe;
  }
  #app-content .slick-dots li button:before {
    content: none;
  }
  #app-content .slick-dots li.slick-active button {
    background: #bebebe;
  }
}
#app-content #capsules .container {
  overflow: hidden;
}
#app-content .capsule {
  margin-top: 50px;
}
#app-content .capsule > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
#app-content .capsule__subtitle, #app-content .capsule__cover {
  order: -1;
}
#app-content .capsule__cover {
  margin-bottom: 14px;
  width: 100%;
  height: 0;
  padding-bottom: 103%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#app-content .capsule__subtitle, #app-content .capsule__name, #app-content .capsule__desc {
  margin: 21px 0 0;
}
#app-content .capsule__subtitle {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#app-content .capsule__name {
  font-family: Ogg, serif;
  font-size: 26px;
  letter-spacing: 0;
}
#app-content .capsule__desc {
  font-family: Morion, serif;
  font-size: 18px;
  line-height: 1.72;
}
#app-content .capsule__desc p {
  margin: 11px 0 0;
}
#app-content .capsule__discover {
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 16px 36px;
  font-weight: 500;
}
@media (max-width: 1021px) {
  #app-content .edge-to-edge {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1022px) {
  #app-content .capsule {
    padding-left: 35px;
    padding-right: 35px;
  }
  #app-content .capsule__name {
    margin-top: 11px;
    font-size: 36px;
  }
  #app-content .capsule__desc p {
    font-size: 20px;
    line-height: 1.55;
    padding-right: 60px;
  }
  #app-content .capsule__desc {
    margin-top: 23px;
  }
  #app-content .capsule__discover {
    margin-top: 31px;
  }
}
#app-content .page-cover {
  text-align: center;
}
#app-content .page-cover__title {
  margin: 30px 0 16px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#app-content .page-cover__abstract {
  max-width: 600px;
  margin: 16px auto 40px;
  font-family: Ogg, serif;
  font-size: 24px;
  line-height: 1.25;
}
#app-content article.partial-product {
  margin: 1rem 0 3rem 0;
}
#app-content article.partial-product figure {
  position: relative;
  height: 0;
  padding-top: 100%;
  margin: 0.5em 0;
  overflow: hidden;
}
#app-content article.partial-product figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
#app-content article.partial-product figure .figure-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.6);
  opacity: 0;
}
#app-content article.partial-product figure .figure-hover img {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
}
#app-content article.partial-product .description-container {
  text-align: center;
}
#app-content article.partial-product .description-container h1 {
  font-family: Avenir, sans-serif;
  font-size: 14px;
  margin: 34px 0 12px;
  text-transform: uppercase;
  color: #A70000;
  letter-spacing: 0.14em;
}
#app-content article.partial-product .description-container p {
  font-family: Morion, serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}
#app-content article.partial-product:hover .price {
  opacity: 1;
}
#app-content article.partial-product aside {
  margin: 14px 0;
  text-align: center;
  font-size: 14px;
}
#app-content article.partial-product aside .price {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#app-content article.partial-product aside .price span {
  margin: 0 0.25em;
  color: #A70000;
}
#app-content article.partial-product aside .price span.old-price {
  color: #000;
  text-decoration: line-through;
  opacity: 0.4;
}
#app-content article.partial-product aside .price span.perc-price {
  color: #777;
}
#app-content article.partial-product aside .quantity-selector {
  text-align: right;
}
#app-content article.partial-product aside .quantity-selector .quantity-selector-button {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #B0D236;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  padding: 0;
}
#app-content article.partial-product aside .quantity-selector .article-product-quantity {
  margin: 0 0.25em;
  border: 0;
  width: 1.2em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
#app-content article.partial-product footer {
  font-size: 0.938em;
}
#app-content article.partial-product footer i {
  display: inline-block;
  transition: width 0.1s linear;
}
#app-content article.partial-product a {
  display: block;
}
#app-content article.partial-product a figure {
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
#app-content article.partial-product a figure span {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  padding: 6px 10px 5px;
  z-index: 1;
  font-size: 0.9em;
  background-color: #e8503f;
  color: #fff;
}
#app-content article.partial-product a figure span.sale {
  left: 8px;
  right: auto;
  background-color: #A70000;
  font-weight: bold;
  color: #fff;
}
#app-content article.partial-product a:hover {
  /*background-color: rgba(181, 181, 181, 0.4);*/
}
#app-content article.partial-product a:hover figure {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
#app-content article.partial-product a:hover figure > img {
  transform: translate(-50%, -50%) scale(1.1);
}
#app-content article.partial-product a:hover figure .figure-hover {
  opacity: 1;
}
#app-content aside {
  font-size: 1rem;
}
#app-content aside h1 {
  font-size: 1.188em;
  text-transform: uppercase;
  padding: 0 0 0.75em 0;
}
#app-content aside nav.side-nav {
  font-size: 1em;
}
#app-content aside nav.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-content aside nav.side-nav ul li {
  margin: 0;
}
#app-content aside nav.side-nav ul li:hover a span, #app-content aside nav.side-nav ul li.active a span {
  border-left: 5px solid #5a5a5a;
  padding-left: 1em;
  font-weight: 500;
}
#app-content aside nav.side-nav ul li a {
  display: block;
  font-size: 0.938em;
  line-height: 1.2;
  padding: 0.75em 0;
}
#app-content aside nav.side-nav ul li a span {
  transition: padding 0.1s linear, border 0.1s linear;
}
#app-content aside nav.side-nav .dropdown {
  display: block;
  margin: 2em 0;
}
#app-content aside nav.side-nav .dropdown ul.dropdown-content {
  width: 100%;
}
#app-content aside nav.side-nav .dropdown ul.dropdown-content li {
  padding: 0.5em;
  border-bottom: 1px solid #5a5a5a;
}
#app-content .filters {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}
#app-content .filters__list, #app-content .filters__list ul, #app-content .filters__list li {
  list-style: none;
}
#app-content .filters__list ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
#app-content .filters__list li {
  padding: 19px 0;
}
#app-content .filters__list button, #app-content .filters__list label {
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
#app-content .filters__list-type {
  font-family: Morion, serif;
  font-size: 16px;
  line-height: 1.6;
}
#app-content .filters__list-type .active, #app-content .filters__list-type button:hover {
  color: #A70000;
}
#app-content .filters__list-type button {
  display: inline;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
#app-content .filters__list-type li {
  margin: 0 23px;
}
#app-content .filters__list-value {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  padding: 42px 0 34px;
}
#app-content .filters__list-value li {
  padding: 0;
  margin: 10px 18px;
}
#app-content .filters input {
  display: none;
}
#app-content .filters input:checked + .filters__value, #app-content .filters .filters__value.active, #app-content .filters .filters__value:hover {
  border-color: currentColor;
}
#app-content .filters__value {
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
}
#app-content .active-filters__row {
  flex: 1 1 100%;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}
#app-content .active-filters__row ul {
  margin-left: -20px;
}
#app-content .active-filters__row li {
  margin-left: 20px;
}
#app-content .active-filters__title {
  text-transform: uppercase;
  color: #5a5a5a;
}
#app-content .active-filters__remove {
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  font-weight: normal;
  transition: color 0.2s ease-in;
  margin-bottom: 15px;
}
#app-content .active-filters__remove:hover {
  color: #A70000;
}
#app-content .active-filters__remove svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: text-bottom;
  fill: currentColor;
}
@media (min-width: 1022px) {
  #app-content .active-filters__remove svg {
    width: 14px;
    height: 14px;
  }
}
.notify-available-modal {
  text-align: center;
  width: 440px;
  padding: 50px 40px 30px;
}
.notify-available-modal h2 {
  font: 20px/1.55 Morion, serif;
  margin-bottom: -6px;
}
.notify-available-modal .nlform__form {
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
}
.notify-available-modal .nlform__submit {
  margin-left: -50px;
}
.notify-available-modal .field-required::after {
  right: 40px;
  top: 7px;
}
.notify-available-modal input {
  border-color: #777;
}
.notify-available-modal .btn {
  margin-top: 14px;
}

#app-content .text-2-cols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}
#app-content .text-2-cols p {
  margin: 0;
}
#app-content .text-3-cols {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}
#app-content .text-3-cols p {
  margin: 0;
}
@media (min-width: 768px) {
  #app-content .has-left-column {
    border-left: 1px solid #5a5a5a;
    min-height: 500px;
  }
}
#app-content .section-2-cols {
  font-size: 1em;
}
#app-content .pagination {
  flex: 1 1 100%;
  list-style-type: none;
  margin: 40px auto;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}
#app-content .pagination .page-item {
  color: #cdcdcd;
  display: inline;
}
#app-content .pagination .page-item-empty:before {
  content: "0";
  visibility: hidden;
}
#app-content .pagination a, #app-content .pagination .page-item-empty:before {
  color: inherit;
  padding: 0 7px;
  vertical-align: middle;
}
#app-content .pagination a:hover {
  color: #000;
  text-decoration: none;
}
#app-content .pagination a.active {
  color: #000;
  font-size: 14px;
}
#app-content .pagination svg {
  width: 12px;
  height: 15px;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}
#app-content .pagination .page-link-prev svg {
  transform: rotate(180deg);
}
#app-content .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
#app-content .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#app-content #page-find-your-plan {
  font-size: 1rem;
}
#app-content #page-find-your-plan #page-find-your-plan-disciplines {
  margin-top: 30px;
}
#app-content #page-find-your-plan .training-download-button {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  margin: 2.7em 0;
  vertical-align: middle;
}
#app-content #page-find-your-plan .training-download-button:hover {
  text-decoration: underline;
}
#app-content #page-find-your-plan .training-download-button svg {
  vertical-align: middle;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  #app-content #page-find-your-plan .training-download-button {
    margin-top: 0;
  }
}
#app-content #page-find-your-plan #page-find-your-plan-category article h1 {
  font-size: 0.938em;
  margin: 0.5em 0;
}
#app-content #page-find-your-plan #page-find-your-plan-category article p {
  font-size: 0.813em;
  margin: 0.5em 0;
}
#app-content #page-science-behind .section-title .section-title-icons {
  margin-left: 2em;
}
#app-content #page-science-behind .section-title .section-title-icons img {
  margin: 0 0.1em;
}
#app-content #page-catalog {
  font-size: 1rem;
  position: relative;
}
#app-content #page-catalog #page-catalog-header {
  font-size: 0.725em;
}
#app-content #page-catalog #page-catalog-header p {
  line-height: 4em;
}
#app-content #page-catalog #page-catalog-header p a {
  display: block;
}
#app-content #page-catalog #section-catalog-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
}
#app-content #page-catalog #section-catalog-sidebar.hidden {
  left: -100%;
  opacity: 0;
}
#app-content #page-catalog #section-catalog-products {
  background: #faf4f4;
}
@media (max-width: 768px) {
  #app-content #page-catalog #section-catalog-products .mobile-filters {
    position: fixed;
    z-index: 100000;
    background: #fff;
    bottom: 0;
  }
  #app-content #page-catalog #section-catalog-products .mobile-filters aside {
    display: none;
    height: 0;
  }
  #app-content #page-catalog #section-catalog-products .mobile-filters.active {
    min-height: 100vh;
    height: 100vh;
  }
  #app-content #page-catalog #section-catalog-products .mobile-filters.active aside {
    display: block;
  }
}
@media (min-width: 768px) {
  #app-content #page-catalog #section-catalog-products .product-grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
#app-content #page-catalog #section-catalog-products .product-grid-row:before, #app-content #page-catalog #section-catalog-products .product-grid-row:after {
  width: 0;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
  margin-bottom: 30px !important;
  /*padding: 0 5px;
  width: 50%;
  flex-basis: 50%;*/
  /*@media (min-width: $screen-lg-min) {
      width: 25%;
      flex-basis: 25%;
  }*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: stretch;
}
@media (min-width: 768px) {
  #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
    padding: 0 10px;
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1022px) {
  #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
    width: 33.3%;
    flex-basis: 33.3%;
  }
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-image {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-category {
  margin-top: 20px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-name {
  margin-bottom: 15px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .product-availability {
  min-height: 80px;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-price {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-btn {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
#app-content #page-catalog #section-catalog-products .load-more {
  display: inline-block;
}
#app-content #page-catalog #section-catalog-products .load-more:hover {
  color: #78da95;
}
#app-content #page-catalog #section-catalog-products .load-more:hover span svg ellipse {
  fill: #78da95;
}
#app-content #page-catalog #section-catalog-products .load-more span {
  display: inline-block;
  vertical-align: middle;
}
#app-content #page-catalog #section-catalog-products .partial-product {
  /*margin: 20px;*/
}
#app-content #page-catalog #section-catalog-products .partial-product h1 {
  font-size: 1em;
}
#app-content .page-title {
  font-size: 52px;
  text-align: center;
  margin: 30px 0 10px;
}
#app-content #page-friends {
  background: #faf4f4;
}
#app-content .igpost {
  flex: 1 1 100%;
  padding: 25px 20px;
  box-sizing: border-box;
  color: #5a5a5a;
}
#app-content .igpost__grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 125px;
}
#app-content .igpost a {
  display: block;
  color: inherit;
}
#app-content .igpost__figure {
  margin: 0;
  padding: 0;
}
#app-content .igpost__image {
  width: 100%;
  height: auto;
}
#app-content .igpost__caption {
  margin: 30px 0;
  font: 16px/1.56 Morion, serif;
}
#app-content .igpost__foot {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #bebebe;
  text-transform: uppercase;
}
#app-content .igpost__date {
  margin-left: 12px;
}
#app-content .igpost__newspaper {
  font: 16px/1.56 Morion, serif;
  color: #A70000;
  margin-top: 7px;
  margin-right: auto;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #app-content .igpost {
    flex: 0 1 33.33%;
  }
}
#app-content #igload {
  margin: 20px auto;
  text-align: center;
}
#app-content #page-story .story-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 374px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 34px;
}
#app-content #page-story .story h2 {
  text-align: center;
  font: 12px/1.33 Avenir, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 23px;
}
#app-content #page-story .story p {
  margin: 20px 0;
  font: 18px/1.4 Ogg, serif;
  text-align: center;
}
#app-content #page-story .story p.big {
  font-size: 24px;
}
#app-content #page-story .story p.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#app-content #page-story .story p.narrower {
  max-width: 530px;
}
#app-content #page-story .story p.left {
  text-align: left;
}
#app-content #page-story .green {
  background: #f4f9fa;
}
#app-content #page-story .rose {
  background: #faf4f4;
}
#app-content #page-story .capsule .mt40 {
  margin-top: 0 !important;
}
#app-content #page-story .social-banner p {
  font: 20px/1.55 Morion, serif;
  text-align: center;
  margin: 23px 0 0;
}
@media (min-width: 1022px) {
  #app-content #page-story .story p {
    font-size: 24px;
  }
  #app-content #page-story .story p.big {
    font-size: 36px;
  }
  #app-content #page-story .capsule .mt40 {
    margin-top: 40px !important;
  }
}
#app-content #page-stores .store {
  display: block;
  margin-bottom: 12px;
  color: #000;
}
#app-content #page-stores .store__city {
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 9px;
}
#app-content #page-stores .store h3 {
  font: 16px/1.56 Morion, serif;
  margin: 5px 0;
  font-weight: normal;
}
#app-content #page-stores .store p, #app-content #page-stores .store__link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 6px 0 8px;
  color: #5a5a5a;
}
#app-content #page-stores .store__link {
  display: block;
  text-transform: uppercase;
}
#app-content #page-stores .store h3 a:hover, #app-content #page-stores .store__link:hover, #app-content #page-stores .store:hover h3, #app-content #page-stores .store:hover .store__link {
  color: #A70000;
}
#app-content #page-stores .green {
  background: #f4f9fa;
  padding: 60px 0;
}
#app-content #page-stores .store-list, #app-content #page-stores .store-list .row {
  margin-left: -6px;
  margin-right: -6px;
}
#app-content #page-stores .store-list div[class^=col-], #app-content #page-stores .store-list div[class*=" col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
#app-content .page-subtitle {
  font: 20px/1.55 Morion, serif;
  font-weight: normal;
  margin-bottom: 40px;
}
#app-content .stores-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app-content .stores-map__wrap {
  width: 100%;
  position: relative;
  padding-bottom: 85.23%;
}
#app-content #page-company-jobs-area .page-company-jobs-form {
  margin-top: 20px;
}
#app-content #page-company-jobs-area .page-company-jobs-form .form-label {
  font-size: 14px;
}
#app-content #page-company-jobs-area .page-company-jobs-form .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#app-content #page-company-jobs-area .page-company-jobs-form input[type=file] {
  display: none;
}
#app-content #page-company-jobs-area .page-company-jobs-form .file-upload-label {
  border-bottom: 1px solid #2b2b2b;
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
  cursor: pointer;
}
#app-content #page-company-jobs-area .open-position {
  padding: 40px 0;
  border-top: 1px solid #cccccc;
}
#app-content #page-company-jobs-area .open-position h4 {
  text-transform: uppercase;
}
#app-content #page-company-jobs-area .open-position h4 small {
  text-transform: none;
}
@media (max-width: 768px) {
  #app-content #page-company-jobs-area .open-position h4 small {
    display: block;
  }
}
#app-content #page-company-jobs-area .open-position h4 .separator {
  color: #cccccc;
  font-size: 14px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  #app-content #page-company-jobs-area .open-position h4 .separator {
    display: none;
  }
}
#app-content #page-company-jobs-area .accordion-content .requisites-title {
  margin-bottom: 15px;
}
#app-content .checkout-area {
  background: #f4f9fa;
  padding-bottom: 50px;
}
#app-content .checkout-title {
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 768px) {
  #app-content .checkout-title {
    margin: 20px auto;
  }
}
#app-content #page-cart {
  margin-top: 30px;
}
#app-content #page-cart #partial-cart #section-cart-side-details .article-product {
  position: relative;
}
#app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning {
  background-color: #a94442;
  color: #fff;
}
#app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning .flex-td {
  border-bottom: 0;
}
#app-content #page-cart #partial-cart #section-cart-side-details .article-product .display-table-cell {
  padding: 15px 5px;
}
#app-content #page-cart #partial-cart #section-cart-side-details .article-product-warning {
  background-color: #a94442;
  color: #fff;
  padding: 15px 5px;
}
#app-content #page-cart #partial-cart #section-cart-details a:hover, #app-content #page-cart #partial-cart #section-cart-details a:focus, #app-content #page-cart #partial-cart #section-cart-details a:active {
  text-decoration: none;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-header .flex-td {
  border-bottom: 0;
  padding: 5px;
}
#app-content #page-cart #partial-cart #section-cart-details .flex-tr {
  flex-flow: row wrap;
}
#app-content #page-cart #partial-cart #section-cart-details .flex-td {
  border: none;
  flex-basis: 100%;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item {
  border-bottom: 1px solid #bebebe;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item h1 {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item figure {
  height: 100%;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-name {
  align-self: flex-start;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-line {
  flex-basis: 0;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-delete {
  text-align: right;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-first-cell .flex-tr {
  flex-wrap: nowrap;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .form-input.form-input-small {
  padding: 6px 0;
  width: 25px;
  height: auto;
  font-size: 12px;
  text-align: center;
  -moz-appearance: textfield;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .form-input.form-input-small::-webkit-outer-spin-button, #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .form-input.form-input-small::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-image-container {
  flex: 0 1 80px;
  padding-left: 0;
  min-height: 80px;
}
@media (min-width: 768px) {
  #app-content #page-cart #partial-cart #section-cart-details .flex-tr, #app-content #page-cart #partial-checkout-cart-summary .flex-tr {
    flex-wrap: nowrap;
  }
  #app-content #page-cart #partial-cart #section-cart-details .flex-td, #app-content #page-cart #partial-checkout-cart-summary .flex-td {
    flex-basis: 0;
  }
}
#app-content #page-cart .article-product-line {
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 0;
}
#app-content #page-cart .cart-first-cell > .flex-tr > .flex-td {
  padding: 0 5px;
}
#app-content #page-cart .detailtbl {
  width: auto;
  text-transform: uppercase;
  align-self: flex-end;
}
#app-content #page-cart .detailtbl .flex-td {
  padding: 5px 0;
}
#app-content #page-cart .detailtbl__name span {
  font-size: 10px;
  letter-spacing: 0.14em;
}
#app-content #page-cart .detailtbl__value.flex-td {
  padding-top: 0;
  height: 35px;
}
#app-content #page-cart .detailtbl__value span {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#app-content #page-cart .remove-product-from-cart {
  flex: 0 0 12px;
  margin-left: auto;
}
#app-content #page-cart .remove-product-from-cart svg {
  width: 12px;
  height: 12px;
  fill: #bebebe;
}
#app-content #partial-checkout-summary #section-checkout-summary, #app-content #partial-checkout-summary #section-checkout-summary-info, #app-content #partial-checkout-summary #section-checkout-summary-info-card {
  padding: 27px 22px 40px;
  margin: 20px 0;
}
#app-content #partial-checkout-summary #section-checkout-summary, #app-content #partial-checkout-summary #section-checkout-summary-info {
  background: #fff;
}
#app-content #partial-checkout-summary #section-checkout-summary-info-card {
  padding-top: 30px;
}
#app-content #partial-checkout-summary #section-checkout-summary-info-card .payments-method-icon {
  width: 2.9em;
}
#app-content #partial-checkout-summary #section-checkout-summary-info-card .secure-payments {
  background: #333333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px -30px -30px;
  padding: 1em;
}
#app-content #partial-checkout-summary #summary-discount-header {
  cursor: pointer;
  text-transform: uppercase;
}
#app-content #partial-checkout-summary #summary-discount-header svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
  margin-top: -3px;
}
#app-content #partial-checkout-summary #summary-discount-header.is-show svg {
  margin-top: -2px;
}
#app-content #partial-checkout-summary .heading-cart {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 20px;
}
#app-content #partial-checkout-summary p, #app-content #partial-checkout-summary h3 {
  margin: 0 10px;
}
#app-content #partial-checkout-summary p {
  font-size: 10px;
  letter-spacing: 0.14em;
}
#app-content #partial-checkout-summary strong.pull-right {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
#app-content #partial-checkout-summary .grand-total, #app-content #partial-checkout-summary .grand-total strong {
  font-weight: 700;
}
#app-content #partial-checkout-summary .cards-list {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}
#app-content #partial-checkout-summary .cards-list, #app-content #partial-checkout-summary .cards-list li {
  list-style: none;
  padding: 0;
}
#app-content #partial-checkout-summary .cards-list li {
  margin: 0;
}
#app-content #partial-checkout-summary .cards-list svg {
  fill: #5a5a5a;
  width: 49px;
  height: 32px;
}
#app-content #partial-checkout-cart-summary .summary-line {
  color: #bebebe;
  min-height: 70px;
}
#app-content #partial-checkout-cart-summary .summary-total {
  font-size: 12px;
}
#app-content #partial-checkout-cart-summary .summary-result {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
#app-content #partial-checkout-cart-summary .summary-header {
  font-size: 16px;
  font-family: Morion, serif;
  align-items: center;
  color: #5a5a5a;
  text-transform: none;
}
#app-content #partial-checkout-cart-summary .form-input {
  padding: 17px 0;
  margin: 0;
  text-transform: none;
}
#app-content #partial-checkout-cart-summary .flex-tr {
  flex-wrap: wrap;
}
#app-content #partial-checkout-cart-summary .flex-td {
  border: none;
  flex-basis: 100%;
}
#app-content .flex-td.text-right {
  text-align: right;
  justify-content: flex-end;
}
#app-content .checkout-back {
  font-size: 10px;
  font-family: Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #bebebe;
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 45px;
}
#app-content .checkout-back svg {
  width: 14px;
  height: 17px;
  margin-right: 9px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  fill: currentColor;
}
@media (max-width: 768px) {
  #app-content .checkout-back {
    height: auto;
    margin-top: 0;
  }
}
#app-content #page-checkout {
  margin-top: 30px;
}
#app-content #page-checkout #section-login .accordion .accordion-toggle {
  font-family: Morion, serif;
  font-size: 20px;
  font-weight: normal;
}
#app-content #page-checkout #section-login .accordion .accordion-container.active .accordion-content {
  padding: 1em 0 3em 0;
}
#app-content #page-checkout #section-login .accordion .accordion-container + .accordion-container {
  border-top: 1px solid #dddddd;
}
#app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle {
  font-size: 1.5em;
  padding: 1em 0;
}
#app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle:hover span {
  text-decoration: underline;
}
#app-content #page-checkout #section-login .accordion .login-block {
  margin-top: -25px;
}
#app-content .forgot-password {
  font-family: Morion, serif;
}
#app-content .address-form .radio-accordion-content {
  margin-left: 0;
}
#app-content .form-label._extended i, #app-content .form-label._extended svg {
  width: 49px;
  height: 32px;
  fill: #bebebe;
}
#app-content .form-label._extended i {
  display: block;
  background: #bebebe;
  color: #f4f9fa;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  border-radius: 1px;
}
#app-content .radio-accordion-container.active .form-label._extended i {
  background: #000;
}
#app-content .radio-accordion-container.active .form-label._extended svg {
  fill: #000;
}
#app-content .confirm-disclaimer {
  font-family: Morion, serif;
  font-size: 13px;
}
#app-content .confirm-disclaimer a {
  transition: color 0.2s ease-in-out;
}
#app-content .confirm-disclaimer a:hover {
  color: #A70000;
}
#app-content #page-congratulation {
  background: #A70000;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 77vh;
  min-height: calc(100vh - 177px);
}
#app-content #page-congratulation h1 {
  font-size: 85px;
}
#app-content #page-congratulation p {
  font-family: Morion, serif;
  font-size: 20px;
  line-height: 1.55;
}
#app-content #page-congratulation a {
  color: inherit;
}
@media (min-width: 1022px) {
  #app-content #page-congratulation h1 {
    font-size: 105px;
  }
}
#app-content #page-dashboard {
  /******** Orders *******/
}
#app-content #page-dashboard .lead {
  margin-top: 10px;
  font-size: 14px;
}
#app-content #page-dashboard ul {
  margin-bottom: 30px;
  list-style: none;
}
#app-content #page-dashboard ul li {
  padding: 10px;
}
#app-content #page-dashboard ul li a {
  color: #000;
  text-transform: uppercase;
}
#app-content #page-dashboard ul li a:hover, #app-content #page-dashboard ul li a:focus, #app-content #page-dashboard ul li a:active {
  border-radius: 0;
  text-decoration: none;
}
#app-content #page-dashboard .dashboard-img-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
#app-content #page-dashboard .form-control-static {
  padding-top: 0;
}
#app-content #page-dashboard #dashboard-orders-list .orders-table {
  margin-top: 10px;
  width: 100%;
}
#app-content #page-dashboard #dashboard-orders-list .orders-table thead th {
  text-align: right;
}
#app-content #page-dashboard #dashboard-orders-list .orders-table tbody td {
  padding: 10px 0;
  text-align: right;
  border-bottom: 1px solid #eee;
}
#app-content #page-dashboard #order-title {
  border-bottom: 1px dashed #000;
}
#app-content #page-dashboard #order-title h3 {
  padding: 30px 15px;
  text-align: left;
}
#app-content #page-dashboard #order-information {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
#app-content #page-dashboard #order-invoice {
  margin-top: 50px;
}
#app-content #page-dashboard #order-invoice .invoice-table {
  width: 100%;
}
#app-content #page-dashboard #order-invoice .invoice-table thead tr {
  text-align: right;
}
#app-content #page-dashboard #order-invoice .invoice-table tbody tr {
  text-align: right;
  border-bottom: 1px solid #eeeeee;
}
#app-content #page-dashboard #order-invoice .invoice-table tbody tr td {
  padding: 10px 0;
}
#app-content #page-dashboard #order-invoice .invoice-total {
  margin-top: 40px;
  float: right;
  text-align: right;
}
#app-content #page-dashboard #order-invoice .invoice-total td {
  padding: 5px;
}
#app-content #page-product {
  background: #faf4f4;
}
#app-content #page-product .breadcrumb {
  font-size: 0.938em;
  padding: 2em 0;
}
#app-content #page-product .breadcrumb li {
  margin-left: 1em;
}
#app-content #page-product .breadcrumb li:first-child {
  margin-left: 0;
}
#app-content #page-product .breadcrumb li:last-child {
  font-weight: 500;
}
#app-content #page-product .page-divider {
  background-color: #2b2b2b;
  color: #fff;
  font-size: 1em;
  padding: 1em;
  margin: 30px 0;
  text-align: center;
}
#app-content #page-product-detail h2 {
  margin: 30px 0 20px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.33;
}
#app-content #page-product-detail h2.likeLink {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
#app-content #page-product-detail article.article-product .figure-container {
  display: none;
}
#app-content #page-product-detail article.article-product h1 {
  font-size: 40px;
  margin: 20px 0 0;
  line-height: 1.5;
}
#app-content #page-product-detail article.article-product header p {
  font-family: Morion, serif;
  font-size: 16px;
  margin: -5px 0 0;
}
#app-content #page-product-detail article.article-product .picture-carousel {
  margin: 45px -15px;
}
#app-content #page-product-detail article.article-product .price {
  margin: 12px 0 0;
}
#app-content #page-product-detail article.article-product .price span {
  font-size: 14px;
  letter-spacing: 0.14em;
  margin: 0 0 0 0.5em;
  color: #A70000;
}
#app-content #page-product-detail article.article-product .price span.old-price {
  color: #000;
  font-weight: normal;
  text-decoration: line-through;
  opacity: 0.4;
}
#app-content #page-product-detail article.article-product .price span.perc-price {
  color: #777;
}
#app-content #page-product-detail article.article-product .price span:first-child {
  margin: 0;
}
#app-content #page-product-detail article.article-product .price span .algin-left {
  margin-left: -1em;
}
#app-content #page-product-detail article.article-product .table-price-per-quantity tbody tr td {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 14px;
}
#app-content #page-product-detail article.article-product .table-price-per-quantity tbody tr td del {
  margin-left: 20px;
  color: #999;
}
#app-content #page-product-detail article.article-product aside {
  margin-top: 0.5em;
}
#app-content #page-product-detail article.article-product aside .quantity-selectors {
  margin-top: 2em;
  font-weight: 500;
}
#app-content #page-product-detail article.article-product aside .quantity-selectors .quantity-selector {
  text-align: right;
}
#app-content #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #78da95;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  padding: 0;
}
#app-content #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button .fa {
  color: #fff;
}
#app-content #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .article-product-quantity {
  margin: 0 0.25em;
  border: 0;
  width: 2em;
  height: 2em;
  line-height: 1em;
  text-align: center;
}
#app-content #page-product-detail article.article-product .quantity-not-available, #app-content #page-product-detail article.article-product .quantity-not-available-user {
  margin: 40px 0 0;
}
#app-content #page-product-detail article.article-product .add-to-cart-button {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 16px 23px;
  width: auto;
  display: inline-block;
  opacity: 1;
}
#app-content #page-product-detail article.article-product .add-to-cart-button.disabled {
  color: #ddd;
}
@media (min-width: 768px) {
  #app-content #page-product-detail article.article-product .figure-container {
    display: block;
    padding-top: 5px;
  }
  #app-content #page-product-detail article.article-product .figure-container figure {
    padding-top: 20px;
  }
  #app-content #page-product-detail article.article-product .figure-container figure .wishlist-add {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    color: #dddddd;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
  }
  #app-content #page-product-detail article.article-product .figure-container figure .wishlist-add:hover {
    color: #f07272;
    transition: color 0.2s ease-in-out;
  }
  #app-content #page-product-detail article.article-product .figure-container figure .wishlist-add.listed {
    color: #EC1F34;
  }
  #app-content #page-product-detail article.article-product .figure-container figure .wishlist-add.pulse {
    animation: pulse 1s linear infinite;
  }
  #app-content #page-product-detail article.article-product .content-container {
    will-change: min-height;
    padding: 0;
  }
  #app-content #page-product-detail article.article-product #content-inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    padding: 53px 15px 0;
  }
  #app-content #page-product-detail article.article-product .mobile-figure {
    display: none;
  }
}
@media (min-width: 1022px) {
  #app-content #page-product-detail article.article-product h1 {
    font-size: 52px;
  }
}
#app-content #page-product-specs .tab-content, #app-content .product-details {
  font-size: 13px;
  font-family: Morion, serif;
  line-height: 1.4;
}
#app-content #page-product-specs .tab-content p, #app-content #page-product-specs .tab-content ul, #app-content .product-details p, #app-content .product-details ul {
  font-size: inherit;
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
#app-content #page-product-specs .tab-content li, #app-content .product-details li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0 0 8px;
}
#app-content #page-product-specs .tab-content li:before, #app-content .product-details li:before {
  font-family: Avenir, sans-serif;
  content: "•";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#app-content #page-product-specs .tab-content {
  margin: 44px 0 120px;
  font-size: 16px;
}
#app-content #page-product-specs .tab-content p {
  text-align: center;
}
#app-content #page-product-specs .tab-content li:before {
  line-height: 22px;
  height: 22px;
}
#app-content .option-selector {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
#app-content .option-selector, #app-content .option-selector li {
  list-style: none;
}
#app-content .option-selector li {
  padding: 0;
  margin: 0 18px 0 0;
}
#app-content .option-selector label {
  transition: color 0.2s ease-in;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
#app-content .option-selector label:before {
  content: "";
  display: block;
  width: 34px;
  height: 0;
  border-top: 1px solid #bebebe;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%) rotate(-57deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
#app-content .option-selector input {
  display: none;
}
#app-content .option-selector input:checked + label, #app-content .option-selector label:hover {
  color: #A70000;
}
#app-content .option-not-available .option-selector input:checked + label {
  color: #bebebe;
}
#app-content .option-not-available .option-selector input:checked + label:before {
  opacity: 1;
}
#app-content #page-product-footer {
  font-size: 1em;
  background-color: #2b2b2b;
  padding: 30px 0;
  margin: 30px 0;
  color: #fff;
}
#app-content #page-product-footer .container {
  padding: 0;
}
#app-content #page-product-footer .container article h1 {
  font-size: 1em;
}
#app-content #page-product-footer .container article p {
  font-size: 0.75em;
}
@media (max-width: 768px) {
  #app-content #page-product-footer .product-info-cols {
    padding: 0 70px;
  }
}
#app-content #page-product-details-bkp .product-page-tabs .tab-description-title, #app-content #page-product-details-bkp .product-page-tabs .tab-downloadable-title {
  width: 50%;
  text-align: center;
  border-bottom: 2px solid #777;
}
#app-content #page-product-details-bkp .product-page-tabs .tab-description-title.open, #app-content #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open {
  border-color: #fd9600;
}
#app-content #page-product-details-bkp .product-page-tabs .tab-description-title.open .heading-4, #app-content #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open .heading-4 {
  color: #fd9600;
}
#app-content #page-product-details-bkp .product-page-tabs .tab-description, #app-content #page-product-details-bkp .product-page-tabs .tab-downloadable {
  width: 100%;
  display: none;
}
#app-content #page-product-details-bkp .product-page-tabs .tab-description.open, #app-content #page-product-details-bkp .product-page-tabs .tab-downloadable.open {
  display: block;
}
#app-content #page-product-details-bkp .options-selectors select {
  border-radius: 0;
  padding-left: 15px;
  width: 5em;
  height: 3em;
  border: none;
  outline: none;
  box-shadow: 2px 2px 2px #f5f5f5;
}
#app-content #page-product-details-bkp .product-page-price-availability p {
  float: none;
}
@media (min-width: 768px) {
  #app-content #page-product-details-bkp .product-page-price-availability p {
    float: right;
  }
}
#app-content #page-product-details-bkp .product-page-price-availability span {
  line-height: 0;
}
#app-content .page-product-related {
  background: #fff;
}
#app-content .page-product-related h2 {
  font-family: Morion, serif;
}
#app-content .page-product-related article.partial-product {
  margin: 0 0 64px;
}
#app-content #page-product-specifications .technical-specification-text ul, #app-content #page-product-specifications .technical-specification-text ol {
  list-style-type: none;
}
#app-content #page-product-comments .review-list {
  display: block;
}
#app-content #page-product-comments .review-list.hide-block {
  display: none;
}
#app-content #page-product-comments .review-block {
  display: block;
}
#app-content #page-product-comments .review-block.hide-block {
  display: none;
}
#app-content #page-product-comments .reviews-vote .form-control {
  float: none;
}
#app-content #page-product-comments .review-textarea {
  width: 100%;
  border-color: #000;
  outline: none;
  padding: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #app-content #page-product-comments .review-textarea {
    width: 80%;
    margin-right: 10%;
  }
}
#app-content #page-product-comments .review-textarea::-webkit-input-placeholder {
  font-weight: 400;
}
#app-content #page-product-comments .review-textarea:-moz-placeholder {
  font-weight: 400;
}
#app-content #page-product-comments .review-textarea::-moz-placeholder {
  font-weight: 400;
}
#app-content #page-product-comments .review-textarea:-ms-input-placeholder {
  font-weight: 400;
}
#app-content #page-product-comments ._label.star::before, #app-content #page-product-comments ._label.star::after {
  border: none;
  top: calc(50% - 14px);
}
#app-content #page-product-comments ._label.star::before {
  content: "\f006";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  left: 0;
  background-size: 0;
  transition: none;
}
#app-content #page-product-comments ._label.star::after {
  background-size: 0;
  transform: none;
  transition: none;
  will-change: none;
}
#app-content #page-product-comments ._label.star.hovered::before {
  content: "\f005";
  font-family: FontAwesome;
}
#app-content #page-product-comments ._label.star.selected::before {
  content: "\f005";
  font-family: FontAwesome;
  color: #fd9600;
}

#partial-cart-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150;
  font-size: 1rem;
}
#partial-cart-side.cart-side-visible {
  pointer-events: auto;
}
#partial-cart-side.cart-side-visible.cart-side-animatable #section-cart-side {
  transition: all 330ms ease-out;
}
#partial-cart-side.cart-side-visible:after {
  opacity: 1;
  pointer-events: auto;
}
#partial-cart-side.cart-side-visible #section-cart-side {
  transform: none;
}
#partial-cart-side.cart-side-animatable #section-cart-side {
  transition: all 130ms ease-in;
}
#partial-cart-side:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
#partial-cart-side #section-cart-side {
  color: #444;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  /*width: 90%;*/
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transform: translateX(103%);
  display: flex;
  flex-direction: column;
  will-change: transform;
  z-index: 160;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  #partial-cart-side #section-cart-side {
    width: 50vw;
  }
}
@media (max-width: 1021px) {
  #partial-cart-side #section-cart-side {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  #partial-cart-side #section-cart-side {
    width: 80vw;
  }
}
@media (max-width: 400px) {
  #partial-cart-side #section-cart-side {
    width: 90vw;
  }
}
#partial-cart-side #section-cart-side #section-cart-side-summary, #partial-cart-side #section-cart-side #section-cart-side-summary-bottom {
  padding: 15px 30px;
}
#partial-cart-side #section-cart-side #section-cart-side-summary {
  margin: 0 0 30px;
}
#partial-cart-side #section-cart-side #section-cart-side-summary h1 {
  font-size: 1.5em;
}
#partial-cart-side #section-cart-side #section-cart-side-details {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product {
  padding: 15px 30px;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product figure img {
  width: 100%;
  height: auto;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product h1 {
  font-size: 0.913em;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product p {
  font-size: 0.725em;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product p.price {
  font-size: 0.913em;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product p.actions {
  margin-top: -1.7em;
  font-size: 1.5em;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .quantity-selector-button {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #78da95;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  padding: 0;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .article-product-quantity {
  margin: 0 0.25em;
  border: 0;
  width: 1.2em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
#partial-cart-side #section-cart-side #section-cart-side-details .article-product .article-product-warning {
  color: #EC1F34;
}

#page-home-cover {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .col-sm-4-smaller {
    width: 28%;
  }
  .col-sm-4-bigger {
    width: 44%;
  }
  .row-padded {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-padded .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.social-banner {
  margin-bottom: 50px;
}
.social-banner figure {
  text-align: center;
}
.social-banner figure .category-image {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.social-banner figure .category-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
.social-banner figure.half-height .category-image {
  height: 300px;
}
.social-banner figure .category-launch {
  color: #fff;
  font-family: Morion, serif;
  font-size: 52px;
  position: relative;
  z-index: 1;
}
.social-banner figure figcaption {
  font-size: 14px;
  padding: 34px 0 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 0.2s ease-in-out;
}
.social-banner:hover .category-back {
  transform: scale(1.1);
}
.social-banner:hover figcaption {
  color: #A70000;
}

#top-products {
  background: #f4f9fa;
}

@media (min-width: 1022px) {
  #page-home-banner {
    margin-bottom: 70px;
  }
}
.nlform {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.nlform__cta, .nlform__privacy {
  font-family: Morion, serif;
}
.nlform__title {
  font: 30px/1.1 Ogg, serif;
  margin-bottom: 40px;
}
.nlform__cta {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.nlform__form {
  margin: 6px auto;
  width: 310px;
  display: flex;
  flex-flow: row wrap;
}
.nlform__form.has-error .error {
  order: 1;
  flex: 1 1 100%;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.nlform__input, .nlform__submit {
  padding: 20px;
  margin: 0;
  height: 54px;
  line-height: 14px;
}
.nlform__input {
  flex: 1 1 260px;
  border: 0;
  border-left: 1px solid #000;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin-left: 19px;
}
.nlform__input::placeholder {
  color: #bebebe;
  text-align: center;
  letter-spacing: 0.14em;
}
.nlform__submit {
  flex: 0 0 50px;
  display: block;
  margin-left: -20px;
  position: relative;
  z-index: 1;
  appearance: none;
  border: none;
  background: transparent;
}
.nlform__submit svg {
  width: 100%;
  height: 100%;
}
.nlform__privacy {
  font-size: 13px;
  margin: 70px auto 0;
  max-width: 530px;
}
@media (min-width: 1022px) {
  .nlform {
    margin-bottom: 50px;
  }
  .nlform__title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .nlform__cta {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 20px;
  }
  .nlform__privacy {
    margin-top: 30px;
  }
}

#app-footer {
  font-size: 1rem;
  padding: 0;
}
#app-footer .instagram {
  background: #faf4f4;
}
#app-footer .instagram .section-title {
  font-size: 26px;
  line-height: 1.54;
  margin: 30px 0 20px;
}
#app-footer .instagram__carousel {
  margin: 0;
}
#app-footer .instagram__carousel, #app-footer .instagram__item {
  list-style: none;
  padding: 0;
}
#app-footer .instagram__item {
  width: 192px;
  position: relative;
  float: left;
  margin: 0 0 0 4px;
}
#app-footer .instagram__link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1022px) {
  #app-footer .instagram .section-title {
    font-size: 30px;
    margin: 35px 0 25px;
  }
}
#app-footer-top, #app-footer-copy {
  background-color: #A70000;
  color: #fff;
  padding: 50px 0 20px;
}
#app-footer-top ul, #app-footer-top li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-footer .footer-menu-item {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
#app-footer .footer-menu-item a {
  display: block;
  color: inherit;
}
#app-footer .footer-menu-item .footer-menu-mail {
  display: inline-block;
  padding-bottom: 3px;
}
#app-footer .footer-menu-title {
  font-size: 20px;
  font-family: Morion, serif;
  color: inherit;
}
#app-footer-copy {
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  padding-top: 15px;
}
#app-footer-copy a {
  color: inherit;
}
body.congratulation #app-footer-copy {
  background: #A70000;
  color: #fff;
  border: none;
}

.product-preview {
  width: 100%;
  text-align: center;
  position: relative;
}
.product-preview .preview-placeholder {
  width: 100%;
  height: auto;
}
.product-preview .product-preview-horizontal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-preview .product-preview-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

#checkout-step-list-container {
  margin: 20px 0;
}
#checkout-step-list-container ol {
  counter-reset: checkout-steps-counter;
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  margin: 0 auto;
}
#checkout-step-list-container li {
  list-style: none;
  color: #bebebe;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 5px;
}
#checkout-step-list-container li.active p {
  color: #000;
}
#checkout-step-list-container li.active p:before {
  background-color: #000;
}
#checkout-step-list-container p {
  position: relative;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
}
#checkout-step-list-container p:before {
  display: block;
  margin: 0 auto 10px;
  content: counter(checkout-steps-counter);
  counter-increment: checkout-steps-counter;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #bebebe;
  font-size: 12px;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
@media (max-width: 1021px) {
  #checkout-step-list-container p:before {
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}

/************************ Top Category **********/
/*#page-top-category {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .top-category-brand-name {
        position: relative;
        i {
            position: absolute;
            top: 50%;
            right: 25%;
            @media (min-width: $screen-md-min) {
                right: 12%;
            }
            @media (min-width: $screen-lg-min) {
                right: 20%;
            }
            @media (min-width: 1450px) {
                right: 25%;
            }
        }
    }
}*/
/************************ Top Brand **********/
/*#page-top-brand {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .top-brand-history {
        p {
            font-size: $base;
            font-weight: 400;
            letter-spacing: normal;
        }
    }
    .top-brand-history-image {
        margin-bottom: 2em;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

    .section-catalog-product-list-width {
        width: 100%;
    }

}*/
/*.cover-block {
    padding: 60px 40px;
    .paragraph-2 {
        width: 100%;
    }
    @media (min-width: $screen-sm-min) {
        padding: 80px 60px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-md-min) {
        padding: 100px 80px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-lg-min) {
        padding: 120px 100px;
        .paragraph-2 {
            width: 50%;
        }
    }
}*/
/********* Brands list ************/
/*#page-brand-list {
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

}*/
.tab-container.tab-container-fade .tab-content {
  display: none;
}
.tab-container.tab-container-fade .tab-content.active {
  display: block;
  z-index: 3;
}
.tab-container.tab-container-empty .tab-wrap {
  height: 0 !important;
}

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.table-shipping {
  width: 100%;
}
.table-shipping td {
  padding: 5px;
  text-align: center;
  border: 1px solid;
}

.form-control ._label {
  font-size: 0.8em;
  font-weight: normal;
}

#app-content .pagination a {
  font-size: 13px;
}
#app-content .pagination a.active {
  font-size: 15px;
}
#app-content #page-cart .detailtbl .flex-td {
  padding: 0;
}
#app-content #page-cart .detailtbl__value.flex-td {
  height: auto;
  padding: 0;
}
#app-content #page-catalog #section-catalog-products .partial-product h1 {
  text-transform: capitalize;
}
#app-content #page-product-detail article.article-product .is-affixed #content-inner {
  padding-top: 75px;
}
#app-content #page-product-detail article.article-product h1 {
  text-transform: capitalize;
  line-height: 1.1em;
  margin-bottom: 30px;
}
#app-content #page-product-detail article.article-product .price span.attribute-formattedDisplayFinalPrice {
  font-weight: bold;
}
#app-content #page-product-detail article.article-product .price span.old-price {
  font-weight: normal;
}
#app-content #page-product-detail article.article-product .price span.perc-price {
  font-weight: normal;
  color: #333;
}

.flex-table .flex-tr .flex-td.article-product-line:not(.detailtbl__name):not(.cart-image-container) {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.flex-table .flex-tr .flex-td.article-product-line:not(.detailtbl__name):not(.cart-image-container) .flex-table {
  align-items: center !important;
  align-self: center !important;
}

.underline-link.nochangecolor:hover {
  color: inherit !important;
}

#app-content #page-stores .store {
  margin-bottom: 30px;
}
#app-content #page-stores .store .store__city {
  line-height: 1.4em;
  display: inline-block;
}
#app-content #page-product-detail article.article-product .picture-carousel {
  margin-bottom: 0;
}
#app-content #page-product-specs .tab-content {
  margin-bottom: 45px;
}

.congratulation {
  padding-top: 0;
}
.congratulation #app-header {
  display: none;
}

.shop_checkout_payment #app-footer .instagram,
.shop_checkout_payment #app-footer .nlform,
.shop_checkout_payment #app-footer #app-footer-top,
.shop_checkout_shipping #app-footer .instagram,
.shop_checkout_shipping #app-footer .nlform,
.shop_checkout_shipping #app-footer #app-footer-top,
.shop_checkout_address #app-footer .instagram,
.shop_checkout_address #app-footer .nlform,
.shop_checkout_address #app-footer #app-footer-top {
  display: none;
}

@media (min-width: 1022px) {
  #app-header .mainNav > ul > li {
    padding: 20px 15px;
  }
}
.animation-1, .animated {
  transition: all 0.3s cubic-bezier(0.4, 0.68, 0.07, 0.65);
}

.animated.slideInUpSmallPre {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.animated.slideInUpSmallPreInverse {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.animated.slideInUpSmall, .animated.slideInUpSmallInverse {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#app-header-top.header-opaque #app-header-logo {
  color: #a70000;
}

#partial-checkout-cart-summary #summary-discount-header {
  display: none;
}

#section-catalog-sidebar li a.menu-dropdown-toggle svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

#cookie-notice {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 15px 30px #4a2c00;
}

.sweet-alert {
  border: 0px solid #e8503f;
  opacity: 0.95;
}
.sweet-alert .sa-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 0;
}
.sweet-alert .sa-icon.sa-success {
  display: none !important;
  border-color: #e8503f;
}
.sweet-alert .sa-icon.sa-success:before {
  top: -8px;
  left: -23px;
}
.sweet-alert .sa-icon.sa-success:after {
  top: -10px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  border-color: #e8503f;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #e8503f;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 20px;
  right: 11px;
  top: 34px;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 13px;
  left: 23px;
  top: 36px;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  display: none;
}
.sweet-alert h2 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  font-family: Morion, serif !important;
}
.sweet-alert .sa-button-container {
  margin-bottom: 10px;
}
.sweet-alert button {
  border-radius: 0 !important;
  box-shadow: 0 0 0 #000 !important;
  text-transform: uppercase;
  font-family: Avenir, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 16px 23px !important;
}
.sweet-alert button.confirm {
  background-color: #e8503f !important;
  background-color: #000 !important;
}

.cards-list-footer {
  margin: 0 10px;
  display: block;
  text-align: center;
}
.cards-list-footer, .cards-list-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cards-list-footer li {
  display: inline-block;
  margin: 0 10px !important;
}

@media (max-width: 990px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
}
.font--family-1 {
  font-family: Avenir, sans-serif;
}

.popupCustom {
  position: fixed;
  z-index: 151;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupCustom .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.popupCustom .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.popupCustom .container .row {
  position: relative;
  height: 100%;
}
.popupCustom .container .row .col-xs-12 {
  height: 100%;
}
.popupCustom .container .row .table-responsive {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0px, -50%, 0px);
  width: 100%;
}
.popupCustom .container .row .table-responsive table {
  border: 40px solid white;
}
@media (max-width: 990px) {
  .popupCustom .container .row .table-responsive table {
    border-width: 10px;
  }
}
.popupCustom .container .row .table-responsive table tr {
  background-color: white;
}
.popupCustom .container .row .table-responsive table tr td {
  padding: 15px;
  text-align: center;
}
.popupCustom .container .row .table-responsive table tr td:first-child {
  font-weight: bold;
}
.popupCustom .container .row .table-responsive table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.popupCustom .table {
  margin: 0 auto;
}

/*# sourceMappingURL=app.css.map */
