@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/* The above import directives are aggregated from content. */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    padding: 0;
    height: 30px;
    min-height: 30px;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.mfp-iframe-scaler iframe {
    background: url('../../frontend/TemplateMonster/theme007/en_AU/images/loader-2.gif') no-repeat scroll center center #fff !important;
}/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, time, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse; }

button,
input[type='button'] {
  transition: .3s all ease;
  background: none;
  border: none;
  display: inline-block;
  color: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none; }
  button::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'],
textarea {
  color: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-shadow: none; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  font-family: 'Montserrat';
  color: inherit;
  text-decoration: none;
  transition: .3s all ease; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1354px) {
    .container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 25px;
      padding-right: 25px;
      max-width: 1250px; } }

.full-container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; 
}

.cms-home main > .columns.container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1354px) {
    .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-left: 25px;
      padding-right: 25px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1354px) {
    .row {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 1354px) {
    .row {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 1354px) and (min-width: 1354px) {
    .row {
      margin-left: -25px;
      margin-right: -25px; } }

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1354px) and (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }

html.lt-ie10 * + [class*='col-'],
html.lt-ie10 * + .row,
* + [class*='col-'],
* + .row {
  margin-top: 0; }

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
    margin-top: 0; }

@media (min-width: 320px) {
  * + [class*='col-xs-'] {
    margin-top: 0; }

  .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }

  .row > [class*='col'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-xs-preffix-0 {
    margin-left: 0%; }
  .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-xs-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-xs-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-xs-preffix-3 {
    margin-left: 25%; }
  .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-xs-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-xs-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-xs-preffix-6 {
    margin-left: 50%; }
  .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-xs-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-xs-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-xs-preffix-9 {
    margin-left: 75%; }
  .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-xs-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-xs-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-xs-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  * + [class*='col-sm-'] {
    margin-top: 0; }

  .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-sm-preffix-0 {
    margin-left: 0%; }
  .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-sm-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-sm-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-sm-preffix-3 {
    margin-left: 25%; }
  .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-sm-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-sm-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-sm-preffix-6 {
    margin-left: 50%; }
  .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-sm-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-sm-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-sm-preffix-9 {
    margin-left: 75%; }
  .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-sm-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-sm-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-sm-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  * + [class*='col-md-'] {
    margin-top: 0; }

  .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-md-preffix-0 {
    margin-left: 0%; }
  .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-md-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-md-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-md-preffix-3 {
    margin-left: 25%; }
  .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-md-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-md-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-md-preffix-6 {
    margin-left: 50%; }
  .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-md-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-md-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-md-preffix-9 {
    margin-left: 75%; }
  .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-md-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-md-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-md-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  * + [class*='col-lg-'] {
    margin-top: 0; }

  .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-lg-preffix-0 {
    margin-left: 0%; }
  .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-lg-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-lg-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-lg-preffix-3 {
    margin-left: 25%; }
  .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-lg-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-lg-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-lg-preffix-6 {
    margin-left: 50%; }
  .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-lg-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-lg-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-lg-preffix-9 {
    margin-left: 75%; }
  .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-lg-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-lg-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-lg-preffix-12 {
    margin-left: 100%; } }
html.lt-ie10 .row > .col-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > [class*="col-xs-preffix-"],
html.lt-ie10 .row > [class*="col-sm-preffix-"],
html.lt-ie10 .row > [class*="col-md-preffix-"],
html.lt-ie10 .row > [class*="col-lg-preffix-"] {
  margin-left: auto; }

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}

@media (max-width: 767px){
  .hidden-sm,
  .hidden-xs{
    display: none;
  }

}
/* sourceMappingURL=grid.css.map */
@font-face {
  font-family: 'Linearicons';
  src: url('../../frontend/TemplateMonster/theme007/en_AU/fonts/linearicons/linearicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Linearicons';
    font-display:fallback;
    src: url('../../frontend/TemplateMonster/theme007/en_AU/fonts/linearicons.svg') format('svg');
  }
}
*
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: normal;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-uniE753:before { content: '\e800'; } /* '' */
.icon-uniE74D:before { content: '\e801'; } /* '' */
.icon-uniE696:before { content: '\e802'; } /* '' */
.icon-uniE60D:before { content: '\e803'; } /* '' */
.icon-uniE600:before { content: '\e804'; } /* '' */
.icon-uniE68C:before { content: '\e805'; } /* '' */
.icon-uniE681:before { content: '\e806'; } /* '' */
.icon-uniE71F:before { content: '\e807'; } /* '' */
.icon-uniE721:before { content: '\e808'; } /* '' */
.icon-uniE76C:before { content: '\e809'; } /* '' */
.icon-uniE76A:before { content: '\e80a'; } /* '' */
.icon-uniE767:before { content: '\e80b'; } /* '' */
.icon-uniE77A:before { content: '\e80c'; } /* '' */
.icon-uniE7DA:before { content: '\e80d'; } /* '' */
.icon-star:before { content: '\e80e'; } /* '' */
.icon-star-empty:before { content: '\e80f'; } /* '' */
.icon-help-circled:before { content: '\e810'; } /* '' */
.icon-check:before { content: '\e811'; } /* '' */
.icon-uniE8DA:before { content: '\e8da'; } /* '' */
.icon-search:before { content: '\e922'; } /* '' */
.icon-uniE92A:before { content: '\e92a'; } /* '' */
.icon-uniE92B:before { content: '\e92b'; } /* '' */
.icon-check:before { content: '\e934'; } /* '' */
.icon-uniE935:before { content: '\e935'; } /* '' */
.icon-uniE936:before { content: '\e936'; } /* '' */
.icon-uniE937:before { content: '\e937'; } /* '' */
.icon-arrow-up:before { content: '\e939'; } /* '' */
.icon-arrow-down:before { content: '\e93a'; } /* '' */
.icon-arrow-prev:before { content: '\e93b'; } /* '' */
.icon-arrow-next:before { content: '\e93c'; } /* '' */
.icon-uniE941:before { content: '\e941'; } /* '' */
.icon-back:before { content: '\e943'; } /* '' */
.icon-uniE944:before { content: '\e944'; } /* '' */
.icon-uniE99E:before { content: '\e99e'; } /* '' */
.icon-uniE9B5:before { content: '\e9b5'; } /* '' */
.icon-uniE9B6:before { content: '\e9b6'; } /* '' */
.icon-uniE9B9:before { content: '\e9b9'; } /* '' */
.icon-uniE9BA:before { content: '\e9ba'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-youtube:before { content: '\f16a'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-linkdin:before { content: '\f30c'; } /* '' */
.icon-uniE71E:before { content: '\e812'; } /* '' */
.icon-home:before { content: '\E816'; } /* '' */
.icon-ok-squared:before { content: '\F14A'; }
.icon-truck:before { content: '\EB57'; }
.icon-card:before { content: '\EA59'; }
.icon-cart:before { content: '\EA4B'; }
.icon-desktop:before { content: '\EAAF'; }
.icon-mobile:before { content: '\EAA5'; }
.icon-envelop-open:before { content: '\E997'; }@charset "UTF-8";

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.not-animated {
    opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*
* @subsection   Floating System
*/
.pull-left {
    float: left;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right;
}

@media (min-width: 480px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-none {
        float: none;
    }

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

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-none {
        float: none;
    }

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

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-none {
        float: none;
    }

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

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-none {
        float: none;
    }

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

/*
* @subsection   Text Alignment
*/
.text-left,
.cart-summary .cart-totals {
    text-align: left;
}



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

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

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

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

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

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

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

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

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

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

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

/*
* @subsection   Text Styling
*/
.italic {
    font-style: italic;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium,
.collapsible-block .opener::before {
    font-weight: 500;
}

.sbold {
    font-weight: 600;
}

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

.ubold {
    font-weight: 900;
}

/*
* @subsection   Icons
*/
.big-circle-icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid;
}

.big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%;
}

.medium-icon {
    margin: 0 auto 1rem;
}

.medium-icon:before {
    font-size: 60px;
    line-height: 1em;
}

.small-icon:before {
    font-size: 40px;
    line-height: inherit;
}

/*
* @subsection   Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
}

h1,
.heading-1,
.block-bundle-summary .product.name {
    font-size: 2rem;
}

h2,
.heading-2,
.block-title,
.cart-summary>.title {
    font-size: 1.3rem;
}

h3,
.heading-3,
.collapsible-block .opener {
    font-size: 1rem;
}

h4,
.heading-4,
.filter-current .filter-current-subtitle,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend {
    font-size: 1rem;
}

h5,
.heading-5 {
    font-size: .83rem;
}

h6,
.heading-6 {
    font-size: .67rem;
}

h1,
.heading-1,
.block-bundle-summary .product.name {
    margin-bottom: 20px;
    font-weight: 400;
}

h2,
.heading-2,
.block-title,
.cart-summary>.title {
    margin-bottom: 25px;
    font-weight: 400;
}

h3,
.heading-3,
.collapsible-block .opener {
    margin-bottom: 25px;
    font-weight: 400;
}

h4,
.heading-4,
.filter-current .filter-current-subtitle,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend {
    margin-bottom: 25px;
    font-weight: 400;
}

h5,
.heading-5 {
    margin-bottom: 25px;
    font-weight: 400;
}

h6,
.heading-6 {
    margin-bottom: 25px;
    font-weight: 400;
}

.page-title,
.section-title {
    font-size: 35px;
}

.page-title .base,
.section-title .base {
    display: inline-block;
}


.columns .page-title {
    text-align: left;
}

/*.columns .container, .columns .page-print.sales-order-print #maincontent, .page-print.sales-order-print .columns #maincontent {
  padding: 0; }*/

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    -webkit-text-size-adjust: none;
    background: #ffffff;
    color: #231f20;
}

a {
    transition: .2s ease;
}

a:hover {
    transition: .3s ease;
}

p {
    margin-bottom: 0.6rem;
    color: #231f20;
    font-size: 13px;
    font-weight: 300;
}

mark {
    color: #FFF;
}

small,
.small {
    font-size: .8em;
}

.big {
    font-size: 1.2em;
}

pre {
    white-space: normal;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
}

.old-price .price {
    text-decoration: line-through;
}

.special-price .price-label,
.old-price .price-label {
    display: none;
}

.modals-wrapper {
    position: relative;
    z-index: 5;
}

#notice-cookie-block {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    text-align: center;
    cursor: default;
}

#notice-cookie-block>div::after {
    display: none;
}

#notice-cookie-block .content {
    max-width: 800px;
    margin: 0 auto;
}

.page-header {
    position: relative;
    height: auto !important;
    background-color: #fff;
}

.loading-mask.for-slider {
    display: block;
}

.loading-mask p {
    display: none;
}

.page-header__panel .container,
.page-header__panel .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .page-header__panel #maincontent {
    display: flex;
    justify-content: space-between;
}

.page-header__panel .links {
    order: 2;
}

.header-info {
    text-align: center;
    padding: 0;
}

/*  .header-info i {
    font-size: 30px;
    line-height: 0;
    vertical-align: sub;
    display: inline-block;
    margin-right: 9px; }*/
/*  .header-info strong {
    color: #FFF; }*/
@media (max-width: 767px) {
    .header-info {
        display: none;
        position: fixed;
        z-index: 9;
        top: 70px;
        left: 0;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
}

.panel-container-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.panel-container-wrap:before,
.panel-container-wrap:after {
    display: table;
    content: "";
    line-height: 0;
}

.panel-container-wrap:after {
    clear: both;
}

@media (min-width: 768px) {
    .panel-container-wrap {
        padding: 10px 0;
    }

    .panel-container-wrap .welcome {
        float: left;
        padding: 8px 0 0;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1353px) {
    .panel-container-wrap .rd-navbar-collapse-container {
        clear: right;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #eae9e9;
    }
}

.layout_1 .panel-container-wrap .rd-navbar-collapse-container {
    float: right;
}

@media (min-width: 768px) and (max-width: 1353px) {
    .layout_1 .panel-container-wrap .rd-navbar-collapse-container {
        float: left;
        margin-top: 0;
        border-top: 0;
        width: auto;
        clear: inherit;
    }

    .layout_1 .panel-container-wrap .welcome {
        float: none;
        display: inline-block;
    }
}

.layout_2 .panel-container-wrap .rd-navbar-collapse-container {
    text-align: center;
}

@media (min-width: 992px) {
    .layout_3 .page-header__content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .layout_3 .page-header__content.sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
}


@media (max-width: 767px) {
    .layout_3 .page-header__content {
        padding: 0;
    }
}

.layout_3 .page-header__panel .container,
.layout_3 .page-header__panel .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .layout_3 .page-header__panel #maincontent {
    display: block;
}

.layout_3 .panel-container-wrap {
    margin-bottom: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .layout_3 .panel-container-wrap-bottom{
        margin-top: 23px;
    }

    .layout_3 .panel-container-wrap-bottom>.logo img {
        max-width: 150px;
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .layout_3 .panel-container-wrap-bottom>.logo img {
        display: inline-block;
    }

    .layout_3 .panel-container-wrap-bottom>.logo {
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media (min-width: 768px) {
    .layout_3 .panel-container-wrap {
        min-height: 61px;
    }
}


.layout_3 .rd-navbar-collapse-container {
    float: right;
    margin-top: 3px;
}

@media (min-width: 1354px) {
    .layout_3 .rd-navbar-collapse-container {
        margin-top: -7px;
        margin-left: 10px;
    }
}

.layout_3 .panel-container-wrap-bottom {
    padding-bottom: 0px;
    padding-top: 5px;
}


@media (min-width: 768px) {
    .layout_3 .panel-container-wrap-bottom {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .layout_3 .panel-container-wrap-bottom>.logo {
        cursor: pointer;
        display: inline-block;
    }
}



.layout_3 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
    padding-right: 0;
}

.layout_4 .page-header__panel .container,
.layout_4 .page-header__panel .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .layout_4 .page-header__panel #maincontent {
    display: block;
}

.layout_4 .panel-container-wrap {
    margin-bottom: 30px;
}

.layout_4 .rd-navbar-collapse-container {
    float: right;
}

.layout_4 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
    padding-right: 0;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .layout_4 .logo {
        display: table;
        margin: 0 auto;
    }

    .layout_4 .page-header__content {
        border-bottom: 1px solid #eae9e9;
    }
}

@media (max-width: 767px) {
    .layout_5 .header-center-wrap {
        margin-bottom: 0;
    }
}

.welcome {
    display: none;
}

/***** page-header__content ********/
.page-header__content {
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .page-header__content {
        padding: 28px 0 27px;
    }
}

.page-header__content .logo {
    display: inline-block;
}

@media (min-width: 1200px) {
    .page-header__content .logo {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: -25px;
        z-index: 999;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-header__content .logo {
        margin-top: -62px;
        display: inline-block;
    }
}


@media (min-width: 992px) and (max-width: 1199.9px) {
    .page-header__content .logo {
        margin-top: -45px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .page-header__content .logo {
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.page-header__content .logo-wrapper {
    text-align: center;
    position: relative;
}

.header-center-wrap {
    margin-bottom: 30px;
}

.header-bottom-wrap {
    position: relative;
}

@media (min-width: 768px) {
    .header-bottom-wrap {
        padding-top: 14px;
        padding-bottom: 6px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-bottom-wrap-bg {
    background: #13191e;
    margin: 0 -10000px;
    padding: 0 10000px;
}

@media (min-width: 1200px) {
    .layout_1 .page-header__content .logo {
        width: 30%;
    }
}

@media (min-width: 768px) {

    .layout_1 .page-header__content>.container,
    .layout_1 .page-print.sales-order-print .page-header__content>#maincontent,
    .page-print.sales-order-print .layout_1 .page-header__content>#maincontent {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .layout_1 .page-header__content .navigation {
        width: 99%;
    }

    .layout_1 .page-header__content .navigation:before,
    .layout_1 .page-header__content .navigation:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .layout_1 .page-header__content .navigation:after {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .layout_1 .page-header__content>.container,
    .layout_1 .page-print.sales-order-print .page-header__content>#maincontent,
    .page-print.sales-order-print .layout_1 .page-header__content>#maincontent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .layout_1 .page-header__content .navigation {
        order: 3;
    }

    .layout_1 .page-header__content .rd-navbar-search-toggle {
        order: 2;
    }
}

@media (min-width: 768px) {
    .layout_4 .container-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .layout_4 .rd-navbar-panel-canvas {
        display: none;
    }
}

@media (min-width: 768px) {
    .layout_5 .panel-container-wrap {
        max-height: 53px;
    }

    .layout_5 .page-header__content {
        padding-bottom: 0;
    }

    .layout_5 .header-switchers .switcher {
        border: 0;
        margin-left: 30px;
    }

    .layout_5 .header-switchers .switcher .dropdown .mage-dropdown-dialog {
        top: 42px;
        right: 0;
        left: auto;
    }

    .layout_5 .header-switchers .actions .action {
        padding-left: 0;
    }

    .layout_5 .header-bottom-wrap {
        padding: 14px 0 12px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .layout_5 .header-bottom-wrap>* {
        order: 2;
    }

    .layout_5 .header-bottom-wrap .navigation {
        order: 0;
    }

    .layout_5 .header-bottom-wrap .rd-navbar-panel-canvas {
        display: none;
    }
}

/***** end ********/
/*.header.links li {
  margin-left: 1rem; }*/
/*.header.links .counter:before, .header.links .counter:after {
  font-size: 10px; }
.header.links .counter:before {
  content: "("; }
.header.links .counter:after {
  content: ")"; }*/

.header-switchers {
    float: right;
}

.header-switchers:before,
.header-switchers:after {
    display: table;
    content: "";
    line-height: 0;
}

.header-switchers:after {
    clear: both;
}

.header-switchers>div {
    float: left;
}

.header-switchers>div:nth-child(2) {
    margin-left: 20px;
}

.header-switchers .actions .action {
    background-color: transparent;
    transition: .3s ease;
    padding: 8px 0 6px 30px;
    height: 40px;
    border: 0;
    text-transform: capitalize;
}

.header-switchers .actions .action.active,
.header-switchers .actions .action:hover {
    background-color: transparent;
}

.header-switchers .actions .action strong {
    font-weight: normal;
}

.switcher {
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eae9e9;
}

.switcher .toggle {
    cursor: pointer;
}

.switcher .toggle::after {
    font-family: "Linearicons";
    content: "\e93a";
    padding-left: 5px;
    padding-top: 3px;
    font-weight: normal;
    margin-top: -1px;
    float: right;
}

@media (max-width: 991px) {
    .switcher .toggle::after {
        float: none;
    }
}

.switcher .toggle.active::after {
    content: "\e939";
}

.switcher .dropdown .mage-dropdown-dialog {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: #FFF;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.09);
    border: none;
    width: 75px;
    text-align: center;
    z-index: 15;
}

.switcher .dropdown .mage-dropdown-dialog a {
    display: block;
    padding: 5px;
}

.switcher .dropdown.active .mage-dropdown-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.switcher-label {
    display: none;
}

.switcher-options {
    border: 0;
}

.switcher-options.active .switcher-dropdown {
    display: inline-block;
}

.switcher-dropdown {
    display: none;
}

.links li {
    display: inline-block;
}

.page-top {
    margin-bottom: 2rem;
}

.breadcrumbs {
    padding: 20px 0 10px;
    position: relative;
}

.breadcrumbs .items .item {
    display: inline-block;
}

.breadcrumbs .items .item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs .items .item:last-child:after {
    display: none;
}

.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.breadcrumbs .items .item strong {color: #231f20}

/*.breadcrumbs .items .item:after {
    content: "/";
    margin-left: 19px;
}*/

/*.breadcrumbs li.home a{
      width: 24px;height: 24px; overflow: hidden;text-indent: -100px;
    }*/
.breadcrumbs li.home a i:before {
    font-size: 24px;
    margin: 0;
    color: #000;
}

.breadcrumbs+.page-main.page-shadow {
    padding-top: 30px;
}

.page-main {
    margin-bottom: 0px;
    min-height: 500px;
}

@media (min-width: 768px) {
    .page-main {
        position: relative;
    }
}

@media (max-width: 767px) {
    .page-main {
        padding-top: 10px;
    }
}

.page-main.page-shadow {
    box-shadow: none;
    padding-top: 20px;
}

.page-main.fix-indent-2 {
    padding-top: 50px;
}

.breadcrumbs+.page-main {
    box-shadow: none;
}

.cms-index-index .page-main.fix-indent {
    padding: 0;
    margin: 0;
    border: 0;
}

.cms-index-index .page-main.fix-indent+.page-footer {
    border: 0;
}

.columns>.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-layout-3columns .grid-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page-layout-3columns .grid-main {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.page-layout-3columns .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.page-layout-2columns-right .grid-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page-layout-2columns-right .grid-right {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.page-layout-2columns-left .grid-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page-layout-2columns-left .grid-main {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 767px) {

    .page-layout-3columns .grid-left,
    .page-layout-3columns .grid-main,
    .page-layout-2columns-right .grid-left,
    .page-layout-2columns-right .grid-main,
    .page-layout-2columns-left .grid-left,
    .page-layout-2columns-left .grid-main {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-layout-3columns .grid-main,
    .page-layout-2columns-right .grid-main,
    .page-layout-2columns-left .grid-main {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .page-layout-3columns .grid-left,
    .page-layout-2columns-right .grid-left,
    .page-layout-2columns-left .grid-left {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .page-layout-3columns .grid-right,
    .page-layout-2columns-right .grid-right,
    .page-layout-2columns-left .grid-right {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.block {
    margin-bottom: 2rem;
}

.block-title {
    position: relative;
}

.block-title strong {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

.block-title .action {
    float: right;
    padding: 0;
    background: 0;
    line-height: inherit;
}

.block-title .action.edit {
    padding: 0 22px;
}

.block-title .counter {
    display: none;
}

.block-subtitle,
.block-content .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.box {
    margin-bottom: 50px;
    border: 1px solid #eae9e9;
    padding: 43px 49px;
    min-height: 264px;
}

@media (max-width: 991px) {
    .box {
        margin-bottom: 30px;
        padding: 24px;
    }
}

.box .box-content {
    font-size: 12px;
}

.box-title {
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 35px;
}

.box-title:before,
.box-title:after {
    display: table;
    content: "";
    line-height: 0;
}

.box-title:after {
    clear: both;
}

.box-title a.action.edit {
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

.box-actions a.action.change-password {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.box-actions a.action.change-password:hover {
    color: #FFF;
}

/*@media (min-width: 768px) {
  .grid-left {
    border-right: 1px solid #eae9e9; } }*/
@media (min-width: 992px) {
    .grid-left {
        border-right: 0;
    }
}

.sidebar {
    font-size: 12px;
    position: relative;
}

/*@media (min-width: 992px) {
    .sidebar {
      padding-right: 30px; } }
  @media (min-width: 1354px) {
    .sidebar {
      padding-right: 45px; } }*/
@media (min-width: 768px) {
    .sidebar .block {
        padding-bottom: 45px;
        margin-bottom: 50px;
    }

    .sidebar .block[role="tabpanel"] {
        margin-bottom: 50px;
    }
}

.sidebar .block .block-title {
    margin-bottom: 36px;
}

.sidebar .block .block-title strong {
    margin: 0;
    color: #2f2f2f;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.sidebar .block .block-title .counter {
    display: none;
}

.sidebar .block .block-title.filter-title {
    margin-bottom: 19px;
    border-bottom: solid 1px #eae9e9;
    padding: 10px 25px;
}

.sidebar .block .block-title.left-custom-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar .block .block-title.left-custom-title strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.sidebar .block .block-title.left-custom-title span {
    font-size: 40px;
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block .block-title.left-custom-title strong {
        font-size: 14px;
        line-height: 20px;
    }

    .sidebar .block .block-title.left-custom-title span {
        font-size: 21px;
    }
}

.sidebar .block.block-bg-custom {
    background: #f8f8fa;
    padding: 20px 30px;
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-bg-custom {
        padding: 10px 12px;
    }
}

.sidebar .block.block-border-custom {
    padding: 20px 30px;
    border: 1px solid #eae9e9;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-border-custom {
        padding: 10px 12px;
    }
}

.sidebar .block.block-bg_2-custom {
    padding: 20px 30px;
    color: #fff;
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-bg_2-custom {
        padding: 10px 12px;
    }
}

.sidebar .block.block-bg_2-custom .left-custom-title,
.sidebar .block.block-bg_2-custom .icon-telephone2:before {
    color: #fff;
}

.sidebar.sidebar-additional .collapsible-block:last-child .block:not(.block-newsletter) {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar.sidebar-additional  .block.block-compare {
    display: block !important;
}

@media (max-width: 767px) {
    .sidebar.sidebar-main .block {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {

    /*.sidebar {
      padding-top: 50px; }*/
    .sidebar.sidebar-main+.sidebar.sidebar-additional {
        padding-top: 0;
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .layout_4 .sidebar {
        border: 0;
        padding: 0;
    }
}

.layout_4.grid-left {
    border: 0;
}

.block-reorder .field.choice input[type="checkbox"],
.block-reorder .field.choice input[type="radio"] {
    opacity: 1;
    position: relative;
    margin: 5px;
}

.block-reorder .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.block-reorder .field .label {
    margin-right: 5px;
}

.block-reorder .product-item-name {
    font-size: 14px;
}

.block-reorder .actions-toolbar {
    display: block;
}

.block-reorder .actions-toolbar .primary {
    margin-bottom: 4px;
}

.block-reorder .product-item {
    margin-bottom: 20px;
}

.block-reorder .product-item-name {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.collapsible-block {
    position: relative;
}

.collapsible-block .opener {
    position: relative;
    cursor: pointer;
    padding: 0 0 12px;
    border-bottom: 1px solid #eae9e9;
}

.collapsible-block .opener::before {
    float: right;
    font-size: 14px;
}

@media (max-width: 767px) {
    .collapsible-block .opener {
        display: block !important;
    }
}

.collapsible-block:last-child .opener {
    border: 0;
}

.left-custom .block-content {
    line-height: 22px;
}

.filter-toggle-full {
    display: none;
}

@media (min-width: 768px) {
    .grid-left-fixed {
        position: absolute;
        left: -265px;
        top: 100px;
        width: 265px;
        background: #fff;
        z-index: 10;
        box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
        height: 100%;
        transition: all 0.3s ease;
        overflow: scroll;
    }

    .grid-left-fixed.id-active {
        left: 0;
    }

    .grid-left-fixed .sidebar {
        padding: 80px 40px 50px 50px;
        border: 0;
    }

    .grid-left-fixed .sidebar.sidebar-main .block {
        margin-bottom: 0;
    }

    .grid-left-fixed .sidebar+.sidebar.sidebar-additional {
        padding-top: 0;
    }

    .grid-left-fixed .close {
        position: absolute;
        right: 40px;
        top: 20px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .grid-left-fixed .close:after {
        font-family: "Linearicons";
        content: "\e935";
        font-size: 18px;
        padding-left: 10px;
        float: right;
        margin-top: -2px;
    }

    .layout_3 .switcher {
        border: 0;
    }

    .layout_3 .filter-toggle-full {
        display: inline-block;
        float: left;
        background: #FFF;
        padding: 11px 19px 12px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        border: 2px solid #eae9e9;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        margin-right: 25px;
    }

    .layout_3 .filter-toggle-full:hover {
        color: #FFF;
    }

    .layout_3 .filter-toggle-full span {
        vertical-align: sub;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
    .layout_3 .filter-toggle-full {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .layout_3 .filter-toggle-full:before {
        font-family: "Linearicons";
        content: "\e97c";
        font-size: 23px;
        font-weight: normal;
        float: left;
    }
}

.page-footer {
    clear: both;
    background: #231f20;
}

/*  @media (max-width: 767px) {
    .page-footer {
      padding: 40px 0;
      background: #fff !important;
      border-top: 1px solid #eae9e9; } }*/

@media (max-width: 767px) {
    .cms-index-index .page-footer {
        border-top: 0;
        padding-top: 0;
    }
}

.footer {
    font-size: 12px;
    padding-top: 40px;
}

.footer h4 {
    color: #004857;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.071429px;
    margin-bottom: 15px;
}

.footer .footer-col-content li {
    display: block;
    margin-bottom: 10px;
}

.footer .footer-col-content ul.list-contacts-footer li {
    margin-bottom: 20px;
}

.footer span.slog-newsletter,
.footer a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
}

.footer .footer-col-content li a[title='Email'] {
    border-bottom: 1px solid #03391f;
}

.footer .footer .switcher-store {
    position: fixed;
    left: 0;
    bottom: 30%;
    z-index: 3;
}

.footer .switcher-store .switcher-options.active .action {
    border-bottom-color: #fff;
}

.footer .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
}

.footer .switcher-store .switcher-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 13px 22px;
    width: 100%;
    border: 1px solid #eae9e9;
    border-top: 0;
}


.footer .copyright {
    display: block;
    width: 100%;

    color: #6f6e6c;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.footer .copyright span span {
    color: #03391f;
}

.footer .footer-logo {
    margin-bottom: 28px;
    margin-top: -5px;
}

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

@media (max-width: 767px) {
    .footer .footer-logo {
        margin: 0;
        padding-bottom: 25px;
    }
}

.footer .desc-footer {
    margin-bottom: 33px;
    line-height: 22px;
}

.footer .list-footer {
    overflow: hidden;
}

.footer .list-footer li {
    float: left;
    margin-right: 15px;
    font-size: 21px;
}

.footer .list-icon {
    overflow: hidden;
}

.footer .list-icon li {
    float: left;
    margin-right: 5px;
}

.footer .list-icon li:first-child {
    margin-left: -12px;
}

.footer .list-icon li a {
    color: #03391f;
    display: block;
    height: 36px;
    width: 36px;
    /* border: 2px solid #eae9e9; */
    /* border-radius: 50%; */
    font-size: 0;
    line-height: 42px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    overflow: hidden;
}

.footer .list-icon li a:before {
    font-size: 26px;
    line-height: 42px;
}

.footer .list-icon li a.icon-afterpay {
    background-size: 100%;
    width: 40px;
}

.footer .list-icon li a.icon-facebook {
    background-size: 14px;
}

/*.footer .list-icon li a:hover {
          color: #fff !important; }*/
.footer .list-icon li a .fa {
    line-height: inherit;
}

.footer .footer-col-content {
    padding: 0;
}

@media (min-width: 768px) {
    .footer .footer-col-content {
        display: block !important;
        height: 100% !important;
        opacity: 1 !important;
    }

    .footer .hidden-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer .hidden-title {
        display: block;
    }

    .footer h4 {
        cursor: pointer;
        margin-bottom: 28px;
    }

    .footer h4:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        margin-top: -1px;
    }

    .footer h4.id-active:after {
        content: "\e939";
    }

    .footer .footer-col-content {
        display: none;
    }

    .footer .list-icon {
        padding-top: 20px;
    }

    .footer .footer-col-content {
        padding: 0 0 30px;
    }
}

.footer .footer-block-3 .list-icon {
    padding-top: 0;
}

.layout_1.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .layout_1 .footer .col-sm-4.col-lg-2 {
        order: 3;
        padding-top: 45px;
    }

    .layout_1 .footer .first-extra {
        order: 1;
    }

    .layout_1 .footer .last-extra {
        order: 2;
    }
}

.layout_2.page-footer {
    border-top: 1px solid #eae9e9;
}

@media (min-width: 768px) {
    .layout_2 .footer {
        text-align: center;
    }

    .layout_2 .footer h4 {
        display: none;
    }

    .layout_2 .footer .footer-col {
        margin-bottom: 7px;
    }

    .layout_2 .footer .list-ul ul {
        display: inline-block;
        margin-top: 7px;
    }

    .layout_2 .footer .footer-col-content li {
        display: inline-block;
        margin: 0 10px;
    }

    .layout_2 .footer .list-contacts-footer {
        padding-top: 27px;
    }

    .layout_2 .footer .list-contacts-footer li {
        border-right: 1px solid #eae9e9;
        margin: 0 0 0 24px;
        padding: 8px 25px 8px 0;
    }

    .layout_2 .footer .list-contacts-footer li:last-child {
        padding-right: 0;
        border: 0;
    }

    .layout_2 .footer .copyright {
        margin-top: 105px;
    }
}

.layout_2 .footer .list-icon {
    padding-top: 43px;
}

.layout_2 .footer .list-icon li {
    float: none;
    display: inline-block;
    margin: 0 2px;
}

.layout_3.page-footer {
    border-top: 1px solid #eae9e9;
    margin-top: -1px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .layout_3 .col-lg-2 {
        order: 3;
        margin-top: 40px;
    }

    .layout_3 .first-extra {
        order: 1;
    }

    .layout_3 .last-extra {
        order: 2;
    }
}

/*@media (min-width: 768px) {
  .layout_4.page-footer {
    border-top: 1px solid #eae9e9; } }*/
@media (max-width: 991px) and (min-width: 768px) {
    .layout_4 .footer .row>div {
        order: 2;
    }

    .layout_4 .footer .row>div.last-extra {
        order: 1;
        margin-bottom: 50px;
    }
}

.layout_5.page-footer {
    border-top: 1px solid #eae9e9;
}

@media (min-width: 768px) {
    .layout_5 .footer .align-right {
        text-align: right;
    }

    .layout_5 .footer h4 {
        display: none;
    }

    .layout_5 .footer .list-ul ul {
        display: inline-block;
        margin-top: 7px;
    }

    .layout_5 .footer .footer-col-content li {
        display: inline-block;
        margin: 0 10px;
    }

    .layout_5 .footer .list-contacts-footer {
        padding-top: 27px;
    }

    .layout_5 .footer .list-contacts-footer li {
        border-right: 1px solid #eae9e9;
        margin: 0 0 0 24px;
        padding: 8px 25px 8px 0;
    }

    .layout_5 .footer .list-contacts-footer li:last-child {
        padding-right: 0;
        border: 0;
    }
}

.layout_5 .footer .list-icon {
    padding-top: 30px;
}

.layout_5 .footer .list-icon li {
    margin: 0 2px;
}

@media (max-width: 991px) {
    .layout_5 .footer .list-icon {
        padding-top: 15px;
    }

    .layout_5 .footer .list-icon li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 33px;
    }
}

.layout_5 .footer .copyright {
    margin-top: 40px;
    padding: 0;
    border: 0;
    color: #000;
}

.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 64px;
    width: 64px;
    line-height: 69px;
    display: none;
    cursor: pointer;
    text-indent: 100vw;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 12;
}

.scrollToTop:before {
    font-family: "Linearicons";
    content: "\e941";
    text-indent: 0;
    font-size: 22px;
    display: block;
}

.scrollToTop:hover {
    color: #FFF;
}

@media (max-width: 767px) {
    .scrollToTop {
        bottom: 20px;
        right: 20px;
        height: 34px;
        width: 34px;
        line-height: 39px;
    }

    .scrollToTop:before {
        font-size: 18px;
    }
}

/*.widget.block-static-block, .widget.featured {
 padding-bottom: 95px;
  margin-bottom: 110px;
  border-bottom: 1px solid #eae9e9;
}
  @media (max-width: 1199px) {
    .widget.block-static-block, .widget.featured {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .widget.block-static-block.featured + .widget.block-static-block.featured, .widget.featured.featured + .widget.block-static-block.featured, .widget.block-static-block.featured + .widget.featured.featured, .widget.featured.featured + .widget.featured.featured {
      padding-bottom: 25px; } }
.widget.featured {
  padding-bottom: 74px;
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .widget.featured {
      padding-bottom: 40px;
      margin-bottom: 40px; } }*/



.widget.border-none,
.widget.last_widget,
.widget.brands.last_widget {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget.border-fix-none {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.border-none-content {
    border: 0;
    padding-bottom: 0;
}

.widget.border-fix-indent {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.widget.fix-indent-top {
    margin-top: -50px;
}

@media (min-width: 1200px) {
    .content-flex-column {
        margin-left: -15px;
        margin-right: -15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 1200px) and (min-width: 1354px) {
    .content-flex-column {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (min-width: 1200px) {
    .content-flex-column>div {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) and (min-width: 1354px) {
    .content-flex-column>div {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {

    .content-flex-column .widget.block-static-block,
    .content-flex-column .widget.featured {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }
}

@media (max-width: 767px) {

    .content-flex-column .widget.block-static-block,
    .content-flex-column .widget.featured {
        margin-bottom: 50px;
        border: 0;
    }
}

.content-flex-column .block-title {
    font-size: 26px;
}

.layout_4 .widget.block-static-block,
.layout_4 .widget.featured {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 47px;
}

.layout_4 .widget.block-static-block .page-title,
.layout_4 .widget.featured .page-title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px;
}

.layout_4 .widget.block-static-block .block-title:not(.left-custom-title),
.layout_4 .widget.featured .block-title:not(.left-custom-title) {
    margin-bottom: 30px;
}

.custom-item-1 {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
    overflow: hidden;
}

.custom-item-1:last-child {
    margin-bottom: 0;
}

.custom-item-1 .custom-item-content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

.custom-item-1 .title-1 {
    font-size: 35px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #FFF;
}

.custom-item-1 .desc-1 {
    font-size: 24px;
    margin-bottom: 45px;
    color: #FFF;
}

.custom-item-1 .link-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    font-size: 16px;
    background: none;
    padding: 18px 42px;
}

.custom-item-1 .link-button:hover {
    color: #FFF;
}

.custom-item-1 .link-button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-1 .link-button {
        font-size: 12px;
    }
}

.custom-item-1.extra .custom-item-content {
    left: 15%;
    top: 49%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    text-align: left;
}

.custom-item-1 img {
    transition: all 0.3s ease;
}

.custom-item-1:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}

@media (max-width: 1199px) {
    .custom-item-1 .title-1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .custom-item-1 .desc-1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .custom-item-1 .title-1 {
        font-size: 18px;
    }

    .custom-item-1 .desc-1 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .custom-item-1 .link-button {
        padding: 6px 25px 4px;
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-item-1 {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-1 {
        margin-bottom: 23px;
    }
}

@media (max-width: 767px) {
    .custom-item-1 {
        margin-bottom: 0;
    }
}

.custom-item-2 {
    display: block;
    position: relative;
    overflow: hidden;
}

.custom-item-2 .custom-item-content {
    position: absolute;
    top: 13.5%;
    text-align: center;
    padding: 30px;
    width: 100%;
    line-height: 1.3;
}

.custom-item-2 .title-1 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600;
}

.custom-item-2 .desc-1 {
    font-size: 24px;
    margin-bottom: 40px;
}

.custom-item-2 .link-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px 42px;
    font-size: 16px;
}

.custom-item-2 .link-button:hover {
    color: #FFF;
}

.custom-item-2 .link-button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-2 .link-button {
        font-size: 12px;
    }
}

.custom-item-2 img {
    transition: all 0.3s ease;
}

.custom-item-2:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}

@media (max-width: 1199px) {
    .custom-item-2 .title-1 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .custom-item-2 .desc-1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .custom-item-2 {
        margin-top: 0;
    }
}

.custom-item-3 {
    position: relative;
    overflow: hidden;
}

.custom-item-3 .custom-item-content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 25px;
    line-height: normal;
}

.custom-item-3 .title-1 {
    font-size: 35px;
    font-weight: 600;
}

.custom-item-3 .desc-1 {
    font-size: 24px;
    margin-bottom: 32px;
}

.custom-item-3 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px 48px;
    font-size: 16px;
}

.custom-item-3 .link-custom:hover {
    color: #FFF;
}

.custom-item-3 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-3 .link-custom {
        font-size: 12px;
    }
}

.custom-item-3 .link-custom:hover {
    background: #FFF;
    border-color: #FFF;
}

.custom-item-3.extra .title-1,
.custom-item-3.extra .desc-1 {
    color: #FFF;
}

@media (max-width: 991px) {
    .custom-item-3 .link-custom {
        padding: 9px 22px 7px 22px;
        font-size: 13px;
    }

    .custom-item-3 .title-1 {
        font-size: 24px;
    }

    .custom-item-3 .desc-1 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .custom-item-3.extra {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .custom-item-3 .title-1 {
        font-size: 20px;
    }

    .custom-item-3 .desc-1 {
        font-size: 16px;
    }

    .custom-item-3 .link-custom {
        padding: 8px 25px 6px;
    }
}

.custom-item-4:not(.extra) {
    position: relative;
    overflow: hidden;
}

.custom-item-4:not(.extra) .custom-item-content {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -7px;
    text-align: center;
    text-transform: uppercase;
    background: #FFF;
    padding: 38px 10px 0;
}

.custom-item-4:not(.extra) .title-1 {
    font-size: 24px;
    margin-bottom: 21px;
    letter-spacing: 0.03em;
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom-item-4:not(.extra) .title-1 {
        font-size: 20px;
    }
}

.custom-item-4:not(.extra) .link-custom {
    text-transform: uppercase;
    font-weight: 600;
}

.custom-item-4:not(.extra) img {
    width: 100%;
}

.custom-item-4:not(.extra).extra {
    display: none;
}

.custom-item-4.extra {
    position: relative;
}

.custom-item-4.extra .custom-item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    background: rgba(59, 242, 188, 0.8);
    left: 12%;
    right: 12%;
    padding: 76px 15px 63px;
    color: #FFF;
    line-height: 1;
}

.custom-item-4.extra .title-1 {
    font-size: 84px;
    font-weight: 600;
    margin-bottom: 5px;
}

.custom-item-4.extra .desc-1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-item-4.extra .slog-1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 32px;
}

.custom-item-4.extra .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    padding: 20px 48px;
}

.custom-item-4.extra .link-custom:hover {
    color: #FFF;
}

.custom-item-4.extra .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-4.extra .link-custom {
        font-size: 12px;
    }
}

.custom-item-4.extra img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-4.extra .title-1 {
        font-size: 54px;
    }

    .custom-item-4.extra .desc-1 {
        font-size: 20px;
    }

    .custom-item-4.extra .slog-1 {
        font-size: 34px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom-item-4.extra .custom-item-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .custom-item-4.extra .link-custom {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .custom-item-4 {
        margin-bottom: 30px;
    }

    .custom-item-4 img {
        width: 100%;
    }
}

.custom-item-5 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-item-5>div {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
}

.custom-item-5 .custom-item-content {
    text-align: center;
    padding: 33px 90px 25px 20px;
}

.custom-item-5 .banner-label {
    font-size: 24px;
    margin-bottom: 10px;
}

.custom-item-5 .title-1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 23px;
}

.custom-item-5 .desc-1 {
    padding: 0 10%;
    margin-bottom: 43px;
}

.custom-item-5 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    font-size: 16px;
    padding: 18px 36px;
    letter-spacing: 0.03em;
}

.custom-item-5 .link-custom:hover {
    color: #FFF;
}

.custom-item-5 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-5 .link-custom {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .custom-item-5 .title-1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .custom-item-5>div {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 40px;
    }

    .custom-item-5>div:last-child {
        margin-bottom: 0;
    }
}

.custom-item-5 .custom-item-content {
    padding: 0;
}

.custom-item-5 img {
    width: 100%;
}

.custom-item-6 {
    display: block;
    position: relative;
    overflow: hidden;
}

.custom-item-6 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF;
}

.custom-item-6 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px;
}

.custom-item-6 .desc-1 {
    font-size: 24px;
}

.custom-item-6 .title-1+.desc-1 {
    margin-top: -4px;
    margin-bottom: 4px;
}

.custom-item-6 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px;
}

.custom-item-6 .link-custom:hover {
    color: #FFF;
}

.custom-item-6 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-6 .link-custom {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .custom-item-6 .link-custom {
        padding: 18px 42px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .custom-item-6 .custom-item-content {
        line-height: 2.2em;
    }

    .custom-item-6 .title-1 {
        font-size: 28px;
    }

    .custom-item-6 .desc-1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .custom-item-6 {
        margin-bottom: 30px;
    }
}

.list-brand-static {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.list-brand-static li {
    padding: 0 15px;
}

.list-brand-static a {
    display: block;
}

.list-brand-static a:hover {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .list-brand-static {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-brand-static li {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .list-brand-static li {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) and (min-width: 1354px) {
    .list-brand-static li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.custom-item-7 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-item-7 .item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    position: relative;
}

@media (max-width: 479px) {
    .custom-item-7 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.custom-item-7 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF;
    text-align: center;
    width: 100%;
}

.custom-item-7 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px;
}

.custom-item-7 .desc-1 {
    font-size: 24px;
}

.custom-item-7 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px;
    background: none;
}

.custom-item-7 .link-custom:hover {
    color: #FFF;
}

.custom-item-7 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-7 .link-custom {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .custom-item-7 .link-custom {
        padding: 18px 42px;
        font-size: 16px;
    }
}

.custom-item-7 img {
    width: 100%;
}

.custom-item-7 .extra-position .custom-item-content {
    top: 31%;
    color: #000;
}

.custom-item-7 .extra-position .link-custom {
    color: #000;
}

.custom-item-7 .extra-position .link-custom:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .custom-item-7 .title-1 {
        font-size: 23px;
    }

    .custom-item-7 .desc-1 {
        font-size: 18px;
    }

    .custom-item-7 .link-custom {
        font-size: 13px;
        padding: 10px 34px;
        margin-top: 20px;
    }

    .custom-item-7 .extra-position .custom-item-content {
        top: 35%;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .custom-item-7 .title-1 {
        font-size: 14px;
    }

    .custom-item-7 .desc-1 {
        font-size: 13px;
    }

    .custom-item-7 .link-custom {
        font-size: 12px;
        padding: 4px 25px;
        margin-top: 10px;
    }

    .custom-item-7 .extra-position .custom-item-content {
        top: 50%;
    }
}

.custom-item-8 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-item-8 .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .custom-item-8 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.custom-item-8 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.custom-item-8 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px;
}

.custom-item-8 .desc-1 {
    font-size: 24px;
}

@media (max-width: 992px) {
    .custom-item-8 .desc-1 {
        line-height: 28px;
    }
}

.custom-item-8 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px;
    background: none;
}

.custom-item-8 .link-custom:hover {
    color: #FFF;
}

.custom-item-8 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-8 .link-custom {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .custom-item-8 .link-custom {
        padding: 18px 42px;
        font-size: 16px;
    }
}

.custom-item-8 img {
    width: 100%;
}

.custom-item-9 {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1354px) {
    .custom-item-9 {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.custom-item-9 .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 1354px) {
    .custom-item-9 .item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .custom-item-9 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.custom-item-9 .position-relative {
    position: relative;
}

.custom-item-9 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 10px 50px 10px 10px;
    text-align: right;
}

.custom-item-9 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}

.custom-item-9 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
}

.custom-item-9 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}

.custom-item-9 img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-9 .custom-item-content {
        padding-right: 25px;
    }

    .custom-item-9 .title-1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .custom-item-9 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-item-9 .link-custom {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .custom-item-9 .custom-item-content {
        padding-right: 25px;
    }

    .custom-item-9 .title-1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .custom-item-9 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-item-9 .link-custom {
        font-size: 14px;
    }
}

.custom-item-10 {
    position: relative;
    padding-bottom: 12px;
}

.custom-item-10 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
    padding: 20px 50px;
}

.custom-item-10 .title-1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.custom-item-10 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
}

.custom-item-10 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}

.custom-item-10 img {
    width: 100%;
}

@media (max-width: 767px) {
    .custom-item-10 .custom-item-content {
        padding: 20px;
    }

    .custom-item-10 .title-1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .custom-item-10 .desc-1 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .custom-item-10 .link-custom {
        font-size: 13px;
    }
}

.custom-item-indent .col-sm-6:nth-child(1),
.custom-item-indent .col-sm-6:nth-child(2) {
    margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .custom-item-indent .col-sm-6:nth-child(1),
    .custom-item-indent .col-sm-6:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .custom-item-indent .col-sm-6 {
        margin-bottom: 30px;
    }

    .custom-item-indent .col-sm-6:nth-child(1),
    .custom-item-indent .col-sm-6:nth-child(2) {
        margin-bottom: 30px;
    }

    .custom-item-indent .col-sm-6:last-child {
        margin-bottom: 0;
    }
}

.custom-item-11 {
    position: relative;
    overflow: hidden;
}

.custom-item-11 .custom-item-content {
    position: absolute;
    top: 13.5%;
    padding: 60px;
    width: 100%;
    line-height: 1.3;
    color: #fff;
}

.custom-item-11 .title-1 {
    font-size: 65px;
    font-weight: 600;
}

.custom-item-11 .desc-1 {
    font-size: 24px;
    margin-bottom: 35px;
}

.custom-item-11 .link-custom {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: #fff;
}

.custom-item-11 .link-custom:hover {
    text-decoration: none;
}

.custom-item-11 img {
    transition: all 0.3s ease;
}

.custom-item-11:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-11 .custom-item-content {
        top: 6%;
        padding: 30px;
    }

    .custom-item-11 .title-1 {
        font-size: 40px;
    }

    .custom-item-11 .desc-1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .custom-item-11 .custom-item-content {
        top: 12%;
        padding: 30px;
    }

    .custom-item-11 .title-1 {
        font-size: 44px;
    }

    .custom-item-11 .desc-1 {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .custom-item-11 .custom-item-content {
        top: 4%;
        padding: 15px;
    }
}

.custom-item-12 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-item-12 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.1;
}

.custom-item-12 .desc-1 {
    font-size: 34px;
}

.custom-item-12 .title-1 {
    font-size: 114px;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-item-12 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
}

.custom-item-12 .link-custom:hover {
    color: #FFF;
}

.custom-item-12 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-12 .link-custom {
        font-size: 12px;
    }
}

.custom-item-12 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-12 .desc-1 {
        font-size: 26px;
    }

    .custom-item-12 .title-1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .custom-item-12 .desc-1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .custom-item-12 .title-1 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .custom-item-12 .link-custom {
        font-size: 12px;
        padding: 6px 20px;
    }
}

@media (max-width: 479px) {
    .custom-item-12 .custom-item-content {
        width: 100%;
    }

    .custom-item-12 .desc-1 {
        font-size: 14px;
    }

    .custom-item-12 .title-1 {
        font-size: 18px;
    }
}

.custom-item-13 {
    text-align: center;
}

.custom-item-13 .custom-content {
    border: 1px solid #eae9e9;
    padding: 59px 25px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-item-13 span {
    font-size: 42px;
    display: block;
    margin-bottom: 27px;
}

.custom-item-13 .title {
    font-size: 24px;
    margin-bottom: 27px;
    line-height: 1.2;
}

.custom-item-13 .desc-content {
    font-size: 12px;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .custom-item-13 .title {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .custom-item-13 li {
        margin-bottom: 30px;
    }

    .custom-item-13 li:last-child {
        margin-bottom: 0;
    }
}

.custom-item-14 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-item-14 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    line-height: 1.1;
}

.custom-item-14 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px;
}

.custom-item-14 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px;
}

.custom-item-14 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px;
}

.custom-item-14 .link-custom:hover {
    color: #FFF;
}

.custom-item-14 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-14 .link-custom {
        font-size: 12px;
    }
}

.custom-item-14 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-14 .title-1 {
        font-size: 35px;
    }

    .custom-item-14 .desc-1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .custom-item-14 .link-custom {
        padding: 8px 30px;
    }
}

@media (max-width: 767px) {
    .custom-item-14 .custom-item-content {
        left: 30%;
    }

    .custom-item-14 .title-1 {
        font-size: 26px;
    }

    .custom-item-14 .desc-1 {
        font-size: 14px;
    }

    .custom-item-14 .link-custom {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .custom-item-14 .custom-item-content {
        left: 35%;
    }

    .custom-item-14 .title-1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .custom-item-14 .desc-1 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .custom-item-14 .link-custom {
        font-size: 12px;
        padding: 4px 20px;
    }
}

.custom-item-15 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-item-15 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    line-height: 1.1;
}

.custom-item-15 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px;
}

.custom-item-15 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px;
}

.custom-item-15 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px;
}

.custom-item-15 .link-custom:hover {
    color: #FFF;
}

.custom-item-15 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-15 .link-custom {
        font-size: 12px;
    }
}

.custom-item-15 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-15 .title-1 {
        font-size: 35px;
    }

    .custom-item-15 .desc-1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .custom-item-15 .link-custom {
        padding: 8px 30px;
    }
}

@media (max-width: 767px) {
    .custom-item-15 .custom-item-content {
        left: 70%;
    }

    .custom-item-15 .title-1 {
        font-size: 26px;
    }

    .custom-item-15 .desc-1 {
        font-size: 14px;
    }

    .custom-item-15 .link-custom {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .custom-item-15 .custom-item-content {
        left: 65%;
    }

    .custom-item-15 .title-1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .custom-item-15 .desc-1 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .custom-item-15 .link-custom {
        font-size: 12px;
        padding: 4px 20px;
    }
}

.row-main-custom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -25px;
    margin-bottom: 50px;
}

.row-main-custom .col-main-custom {
    padding: 0 25px;
}

@media (max-width: 767px) {
    .row-main-custom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.custom-item-16 .item {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .custom-item-16 .item {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .custom-item-16 .item:last-child {
        margin-bottom: 0;
    }
}

.custom-item-16 .position-relative {
    position: relative;
}

.custom-item-16 .custom-item-content {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 10px 50px 10px 10px;
    text-align: right;
}

.custom-item-16 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}

.custom-item-16 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
}

.custom-item-16 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}

.custom-item-16 img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-16 .custom-item-content {
        padding-right: 25px;
    }

    .custom-item-16 .title-1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .custom-item-16 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-item-16 .link-custom {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .custom-item-16 .custom-item-content {
        padding-right: 25px;
    }

    .custom-item-16 .title-1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .custom-item-16 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-item-16 .link-custom {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .custom-item-16 .item {
        margin-bottom: 30px;
    }
}

.custom-item-17 {
    position: relative;
}

.custom-item-17 .custom-item-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    width: 100%;
}

.custom-item-17 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-item-17 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
}

.custom-item-17 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px;
}

.custom-item-17 .link-custom:hover {
    color: #FFF;
}

.custom-item-17 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-17 .link-custom {
        font-size: 12px;
    }
}

.custom-item-17 img {
    width: 100%;
}

@media (max-width: 991px) {
    .custom-item-17 .title-1 {
        font-size: 20px;
    }

    .custom-item-17 .desc-1 {
        font-size: 18px;
    }

    .custom-item-17 .link-custom {
        padding: 8px 30px;
    }
}

.custom-item-18 {
    position: relative;
}

.custom-item-18 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.custom-item-18 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.custom-item-18 .desc-1 {
    font-size: 24px;
    margin-bottom: 30px;
}

.custom-item-18 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}

.custom-item-18 .link-custom:hover {
    text-decoration: none;
}

.custom-item-18 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-18 .title-1 {
        font-size: 24px;
    }

    .custom-item-18 .desc-1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .custom-item-18 .title-1 {
        font-size: 14px;
    }

    .custom-item-18 .desc-1 {
        font-size: 13px;
    }

    .custom-item-18 .link-custom {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .custom-item-18 .title-1 {
        margin-bottom: 10px;
    }

    .custom-item-18 .desc-1 {
        display: none;
    }
}

.custom-item-19 {
    position: relative;
}

.custom-item-19 .custom-item-content {
    position: absolute;
    top: 18.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff;
}

.custom-item-19 .title-1 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 70px;
}

.custom-item-19 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 35px;
}

.custom-item-19 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.custom-item-19 .link-custom:hover {
    color: #FFF;
}

.custom-item-19 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-19 .link-custom {
        font-size: 12px;
    }
}

.custom-item-19 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-19 .custom-item-content {
        width: 80%;
    }

    .custom-item-19 .title-1 {
        font-size: 30px;
        line-height: 40px;
    }

    .custom-item-19 .desc-1 {
        font-size: 20px;
        line-height: 28px;
    }

    .custom-item-19 .link-custom {
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .custom-item-19 .custom-item-content {
        top: 28%;
    }

    .custom-item-19 .link-custom {
        width: 60%;
        text-align: center;
    }
}

.custom-item-20 {
    position: relative;
    margin-bottom: 50px;
}

.custom-item-20 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1;
}

.custom-item-20 .title-1 {
    font-size: 95px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.custom-item-20 .desc-1 {
    font-size: 34px;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-item-20 .link-custom {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}

.custom-item-20 .link-custom:hover {
    text-decoration: none;
}

.custom-item-20 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-20 {
        margin-bottom: 37px;
    }

    .custom-item-20 .title-1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .custom-item-20 {
        margin-bottom: 23px;
    }

    .custom-item-20 .desc-1 {
        font-size: 18px;
    }

    .custom-item-20 .title-1 {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .custom-item-20 .desc-1 {
        font-size: 14px;
    }

    .custom-item-20 .title-1 {
        font-size: 18px;
    }

    .custom-item-20 .link-custom {
        font-size: 13px;
    }
}

.custom-item-21 {
    position: relative;
}

.custom-item-21 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1;
}

.custom-item-21 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.custom-item-21 .desc-1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.custom-item-21 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px;
}

.custom-item-21 .link-custom:hover {
    color: #FFF;
}

.custom-item-21 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-21 .link-custom {
        font-size: 12px;
    }
}

.custom-item-21 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-21 .title-1 {
        font-size: 30px;
        line-height: 36px;
    }

    .custom-item-21 .link-custom {
        padding: 7px 33px;
    }
}

@media (max-width: 991px) {
    .custom-item-21 .custom-item-content {
        width: 90%;
    }
}

.custom-item-22 {
    position: relative;
}

.custom-item-22 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 88%;
}

.custom-item-22 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.custom-item-22 .desc-1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.custom-item-22 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
}

.custom-item-22 .link-custom:hover {
    text-decoration: none;
}

.custom-item-22 img {
    width: 100%;
}

@media (max-width: 1199px) {
    .custom-item-22 .title-1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .custom-item-22 .custom-item-content {
        width: 90%;
    }

    .custom-item-22 .desc-1 {
        font-size: 13px;
        line-height: 20px;
    }

    .custom-item-22 .title-1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}

.custom-item-23 .title-static-block {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .custom-item-23 .title-static-block {
        margin-bottom: 25px;
        font-size: 20px;
    }
}

.custom-item-24 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-item-25 .item {
    margin-bottom: 50px;
}

.custom-item-25 .position-relative {
    position: relative;
    display: block;
}

.custom-item-25 .custom-item-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.custom-item-25 .title-1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.custom-item-25 .desc-1 {
    font-size: 24px;
}

.custom-item-25 img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-25 .title-1 {
        font-size: 20px;
    }

    .custom-item-25 .desc-1 {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .custom-item-25 .title-1 {
        font-size: 26px;
    }

    .custom-item-25 .desc-1 {
        font-size: 20px;
    }
}

.custom-item-26 {
    font-size: 12px;
    line-height: 22px;
}

.custom-item-26>div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.custom-item-26 .block-bg-custom {
    background: #f8f8fa;
    padding: 47px 30px 30px;
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-bg-custom {
        padding: 10px 12px;
    }
}

.custom-item-26 .block-border-custom {
    padding: 45px 30px 30px;
    border: 1px solid #eae9e9;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-border-custom {
        padding: 10px 12px;
    }
}

.custom-item-26 .block-bg_2-custom {
    padding: 45px 30px 30px;
    color: #fff;
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-bg_2-custom {
        padding: 10px 12px;
    }
}

.custom-item-26 .block-bg_2-custom .left-custom-title,
.custom-item-26 .block-bg_2-custom .icon-telephone2:before {
    color: #fff;
}

.custom-item-26 .left-custom-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
}

.custom-item-26 .left-custom-title strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.custom-item-26 .left-custom-title span {
    font-size: 40px;
    padding-right: 10px;
    margin-top: -7px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .left-custom-title strong {
        font-size: 14px;
        line-height: 20px;
    }

    .custom-item-26 .left-custom-title span {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .custom-item-26>div {
        margin-bottom: 30px;
    }

    .custom-item-26>div:last-child {
        margin-bottom: 0;
    }
}

.custom-item-27 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (min-width: 768px) {
    .custom-item-27 {
        margin-left: calc(50% - 49.6vw);
        margin-right: calc(50% - 49.6vw);
    }
}

.custom-item-27 .item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative;
}

.custom-item-27 .item:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-item-27 .item:hover:before {
    opacity: 0.6;
}

.custom-item-27 .custom-item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1;
    padding: 0 0 0 84px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom-item-27 .title-1 {
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-item-27 .title-1 span {
    font-weight: 300;
    display: block;
}

.custom-item-27 .desc-1 {
    font-size: 130px;
    font-weight: bold;
    letter-spacing: -5px;
    margin-bottom: 15px;
}

.custom-item-27 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px;
}

.custom-item-27 .link-custom:hover {
    color: #FFF;
}

.custom-item-27 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-27 .link-custom {
        font-size: 12px;
    }
}

.custom-item-27 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-item-27 .item-extra .title-1 {
    font-size: 84px;
    margin-bottom: 50px;
}

.custom-item-27 .item-extra-2 .desc-1 {
    color: #ee221d;
}

.custom-item-27 .item-extra-2 .link-custom:hover {
    background: none !important;
}

@media (max-width: 1766px) {
    .custom-item-27 .title-1 {
        font-size: 54px;
    }

    .custom-item-27 .desc-1 {
        font-size: 80px;
    }

    .custom-item-27 .item-extra .title-1 {
        font-size: 60px;
    }
}

@media (max-width: 1366px) {
    .custom-item-27 .title-1 {
        font-size: 30px;
    }

    .custom-item-27 .desc-1 {
        font-size: 40px;
        letter-spacing: 0;
    }

    .custom-item-27 .item-extra .title-1 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-27 .custom-item-content {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .custom-item-27 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-item-27 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.custom-item-28 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.custom-item-28 .item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative;
}

.custom-item-28 .item:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-item-28 .item:hover:before {
    opacity: 0.6;
}

.custom-item-28 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 50px;
}

.custom-item-28 .title-1 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-item-28 .title-1 span {
    font-weight: 300;
    display: block;
}

.custom-item-28 .desc-1 {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: -5px;
    margin-bottom: 15px;
}

.custom-item-28 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px;
}

.custom-item-28 .link-custom:hover {
    color: #FFF;
}

.custom-item-28 .link-custom span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-28 .link-custom {
        font-size: 12px;
    }
}

.custom-item-28 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0;
}

.custom-item-28 .item-extra .title-1 {
    font-size: 64px;
    margin-bottom: 40px;
}

.custom-item-28 .item-extra-2 .desc-1 {
    color: #ee221d;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-28 .custom-item-content {
        padding-left: 30px;
    }

    .custom-item-28 .title-1 {
        font-size: 28px;
    }

    .custom-item-28 .desc-1 {
        font-size: 45px;
        letter-spacing: 0;
    }

    .custom-item-28 .item-extra .title-1 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .custom-item-28 .link-custom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .custom-item-28 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-item-28 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .custom-item-28 .title-1 {
        font-size: 40px;
    }

    .custom-item-28 .desc-1 {
        font-size: 30px;
        letter-spacing: 0;
    }

    .custom-item-28 .item-extra .title-1 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .custom-item-28 .link-custom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .custom-item-29 li {
        margin-bottom: 0;
    }
}

.custom-item-29 .custom-content {
    border-width: 3px;
    border-color: #000;
    transition: all 0.3s ease;
}

.custom-item-29 .custom-content:hover {
    border-color: #ee221d;
}

.custom-item-29 .title {
    text-transform: uppercase;
    font-weight: bold;
}

.social-sharing {
    overflow: hidden;
    margin-bottom: -14px;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after,
.loading-mask .loader:before,
.loading-mask .loader:after {
    border-width: 3px;
    border-style: solid;
}

.loading-mask {
    display: none;
}

.checkout-index-index .loading-mask {
    display: block;
}

.cms-index-index.ajax-loading .loader p {
    display: none !important;
}

.cms-index-index._has-modal.ajax-loading .action.delete:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 15px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px dashed;
    border-radius: 50%;
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.check_privacy_field {
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.check_privacy_field .check_privacy {
    margin: 0 15px 0 0;
}

.check_privacy_field span {
    font-size: 13px;
    line-height: 18px;
}

.check_privacy_field a:hover {
    text-decoration: underline;
    color: inherit;
}

.disable-checked {
    pointer-events: none;
    opacity: 0.4;
}

@media (max-width: 767px) {
    #block-cookies-wrap {
        margin-top: 75px;
    }
}

.no-display {
    display: none !important;
}

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/


.cms-page-view h2 span,
.cms-page-view heading-2 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.cms-page-view h3 span,
.cms-page-view heading-3 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.cms-page-view h4 span,
.cms-page-view heading-4 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.cms-page-view h5 span,
.cms-page-view heading-5 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.cms-page-view h6 span,
.cms-page-view heading-6 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}


.cms-page-view #maincontent .main .row{
    margin-bottom: 70px;
}

.cms-page-view #maincontent .main p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.ws-btm-blk strong,
.cms-page-view:not(.cms-contact-html) #maincontent .main strong {
    color: #48a842;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.catalog-product-view .product.attribute .value a,
.cms-page-view #maincontent .main a:not(.action) {
    color: #48a842;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: 1px solid #48a842;
}

.cms-page-view #maincontent .main h1,
.cms-page-view #maincontent .main h2,
.cms-page-view #maincontent .main h3,
.cms-page-view #maincontent .main h4,
.cms-page-view #maincontent .main h5,
.cms-page-view #maincontent .main h6 {
    color: #231f20;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cms-page-view #maincontent .main h1 {
    font-size: 13px;
    line-height: 16px;
      letter-spacing: 2px;
        color: #48a842;
          font-weight: 600;
}

.cms-page-view #maincontent .main h2 {
    font-size: 22px;
    line-height: 32px;
}

.cms-page-view #maincontent .main h3 {
    font-size: 20px;
    line-height: 30px;
}

.cms-page-view #maincontent .main h4 {
    font-size: 18px;
    line-height: 28px;
}

.cms-page-view #maincontent .main h5 {
    font-size: 16px;
    line-height: 26px;
}

.cms-page-view #maincontent .main h6 {
    font-size: 14px;
    line-height: 24px;
}

.cms-page-view #maincontent .main ul{
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
}
.cms-page-view #maincontent .main ol{
    list-style: decimal;
    list-style-position: outside;
    padding-left: 16px;
}





@media (min-width: 992px) {

    .cms-support .page-title,
    .cms-faq .page-title,
    .cms-about-us .page-title,
    .cms-shipping-delivery .page-title,
    .cms-guarantee .page-title,
    .cms-secure-payment .page-title {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px);
    }
}

.cms-about-us .column.main img{margin-top: 6px;}

dl.custom-page dd {
    font-style: normal;
}

.custom-page .page-title,
.custom-page .section-title {
    margin-bottom: 45px;
}

.search-term-popular ul.search-terms:before,
.search-term-popular ul.search-terms:after {
    display: table;
    content: "";
    line-height: 0;
}

.search-term-popular ul.search-terms:after {
    clear: both;
}

.search-term-popular ul.search-terms li {
    float: left;
    margin-right: 15px;
    font-size: 24px;
}

.about-us-page img {
    margin-bottom: 35px;
}

.about-us-page p {
    margin-bottom: 25px;
}

.about-us-page ul {
    padding-top: 5px;
}

.about-us-page ul li {
    padding: 5px 0;
}

.about-us-page ul a {
    font-size: 12px;
}

body[class*="-thankyou"] #maincontent,
.cms-no-route #maincontent {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/404-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

body[class*="-thankyou"] #maincontent *,
.cms-no-route #maincontent * {
    color: #fff;
}

body[class*="-thankyou"] #maincontent strong,
.cms-no-route #maincontent strong {
    color: #48a842;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
}

body[class*="-thankyou"] #maincontent,
.cms-no-route #maincontent{padding-top: 100px;}

body[class*="-thankyou"].cms-page-view #maincontent p,
.cms-no-route #maincontent p {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

body[class*="-thankyou"] #maincontent a.action,
.cms-no-route #maincontent a.action {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
    border: solid 1px #ffffff;
    padding: 16px;
    display: inline-block;
}

@media (min-width: 1200px) {
    body[class*="-thankyou"] #maincontent,
    .cms-no-route #maincontent {
        min-height: 800px;
        padding-top: 300px;
    }
}


/*.not-found-page {
    padding: 2rem 0;
}

.not-found-page .disc li,
.not-found-page dd {
    font-style: normal;
}

.not-found-page .not-found-page_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.not-found-page .not-found-page_top img {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;
}

.not-found-page .not-found-page_top>div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.not-found-page .not-found-page_top strong {
    font-size: 40px;
    color: #03391f;
    line-height: 1;
    font-weight: 600;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .not-found-page {
        padding: 10rem 0;
    }

    .not-found-page .not-found-page_top strong {
        font-size: 50px;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_top strong {
        font-size: 150px;
        color: #03391f;
        line-height: 150px;
    }
}

.not-found-page .not-found-page_top span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .not-found-page .not-found-page_top span {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_top span {
        font-size: 55px;
        line-height: 68px;
    }
}

.not-found-page .not-found-page_bottom dt {
    color: #2d284d;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_bottom dt {
        font-size: 36px;
        color: #2d284d;
        font-weight: 700;
    }
}

.not-found-page .not-found-page_bottom dd {
    text-align: left;
    padding: 0;
}

.not-found-page .not-found-page_bottom dd a {
    border: solid 1px #03391f;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 27px;
    line-height: inherit;
    color: #03391f;
}
*/
/*    .not-found-page .not-found-page_bottom dd a:before {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .not-found-page .not-found-page_bottom dd a:before {
      padding-right: 5px;
      font-size: 22px;
      vertical-align: sub; }*/

.shipping-delivery-page p {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .shipping-delivery-page p {
        margin-bottom: 91px;
    }
}

.shipping-delivery-page .heading-3,
.shipping-delivery-page .collapsible-block .opener,
.collapsible-block .shipping-delivery-page .opener {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .shipping-delivery-page .heading-3,
    .shipping-delivery-page .collapsible-block .opener,
    .collapsible-block .shipping-delivery-page .opener {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.shipping-delivery-page ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.8em;
}

.shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    line-height: inherit;
    position: absolute;
    top: -8px;
    left: 0;
}

.shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em;
}

.shipping-delivery-page .shipping-delivery-page__border {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eae9e9;
}

@media (min-width: 992px) {
    .shipping-delivery-page .shipping-delivery-page__border {
        padding-bottom: 70px;
        margin-bottom: 99px;
    }
}

.shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
    margin-bottom: 15px;
    display: block;
}

.shipping-delivery-page .shipping-delivery-page__list p {
    margin-bottom: 78px;
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon {
    line-height: inherit;
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.shipping-delivery-page .shipping-delivery-page_track-icon {
    line-height: inherit;
}

.shipping-delivery-page .shipping-delivery-page_track-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.shipping-delivery-page .shipping-delivery-page_order-icon {
    line-height: inherit;
}

.shipping-delivery-page .shipping-delivery-page_order-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon:before,
.shipping-delivery-page .shipping-delivery-page_track-icon:before,
.shipping-delivery-page .shipping-delivery-page_order-icon:before {
    font-size: 40px;
    padding-right: 15px;
}

.change-message {
    color: #31708f;
    background-color: #d9edf7;
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    margin-bottom: 30px;
    border: 1px solid #bce8f1;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
}

.privacy-policy-page dd {
    margin-bottom: 50px;
}

.form-orders-search legend.admin__legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%;
}

.form-orders-search .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9;
}

.customer-account-create .field .checkbox {
    margin-top: .5rem;
}

.customer-account-create #region_id[disabled] + span.select2{display: none;}

.customer-account-index .account-nav .nav.items a {
    font-size: 12px;
    line-height: 30px;
}

.customer-account-index .account-nav .nav.items strong {
    font-weight: 400;
}

.customer-service h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 22px;
}

.customer-service h4 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 15px;
}

.customer-service .customer-service__block {
    margin-bottom: 94px;
}

.customer-service .table-block {
    margin-bottom: 65px;
}

.customer-service .table-block h3 {
    margin-bottom: 46px;
}

.customer-service .table-block table {
    width: 100%;
}

.customer-service .table-block thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}

.customer-service .table-block thead th {
    padding: 10px;
    border-left: 1px solid #eae9e9;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.customer-service .table-block thead th:first-child {
    padding-left: 0;
    border-left: none;
}

@media (min-width: 992px) {
    .customer-service .table-block thead th {
        padding: 15px 10px 15px 35px;
    }
}

@media (min-width: 768px) {
    .customer-service .table-block tbody tr:first-child td {
        padding-top: 41px;
    }
}

@media (min-width: 768px) {
    .customer-service .table-block tbody tr:last-child td {
        padding-bottom: 30px;
    }
}

.customer-service .table-block tbody td {
    font-size: 12px;
    line-height: 1;
    padding: 7px;
}

@media (min-width: 768px) {
    .customer-service .table-block tbody td {
        border-left: 1px solid #eae9e9;
    }

    .customer-service .table-block tbody td:first-child {
        padding-left: 0;
        border-left: none;
    }
}

@media (min-width: 992px) {
    .customer-service .table-block tbody td {
        padding: 11px 10px 11px 35px;
    }
}

@media (max-width: 767px) {
    .customer-service .table-block thead {
        display: none;
    }

    .customer-service .table-block tbody td {
        display: block;
        text-align: center;
    }

    .customer-service .table-block tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        background: #f6f6f6;
        margin-bottom: 1em;
        padding: 1em 1em .8em;
    }

    .customer-service .table-block tbody td:first-child:before {
        display: none;
    }

    .customer-service .table-block tbody td:last-child {
        margin-bottom: 1em;
    }

    .customer-service .table-block tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        font-weight: 600;
    }
}

.customer-service .list-block h3 {
    margin-bottom: 27px;
}

.customer-service .list-block li {
    margin-bottom: 20px;
}

.customer-service .list-block h4 {
    line-height: inherit;
}

.customer-service .list-block h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.customer-service .list-block h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px;
}

.cms-customer-service .page-title-wrapper .page-title {
    margin-bottom: 86px;
}

.support-page .text-block {
    padding-bottom: 80px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 87px;
}

.support-page .boxes-block h3 {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 45px;
}

.support-page .boxes-block li a {
    transition: 0s;
}

.support-page .boxes-block li div {
    background: transparent;
    border: 2px solid;
    margin-bottom: 30px;
    padding: 76px 10px;
    transition: .3s ease;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-page .boxes-block li div:hover span,
.support-page .boxes-block li div:hover span:before {
    color: #FFF;
}

@media (min-width: 1354px) {
    .support-page .boxes-block li div {
        margin-bottom: 50px;
    }
}

.support-page .boxes-block li div span {
    font-size: 20px;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-page .boxes-block li div span:before {
    font-size: 70px;
    line-height: 1;
    padding-bottom: 19px;
}

.support-page .boxes-block .support-page__archive-icon {
    line-height: inherit;
}

.support-page .boxes-block .support-page__archive-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.support-page .boxes-block .support-page__bubbles-icon {
    line-height: inherit;
}

.support-page .boxes-block .support-page__bubbles-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.support-page .boxes-block .support-page__bubble-question-icon {
    line-height: inherit;
}

.support-page .boxes-block .support-page__bubble-question-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.support-page .boxes-block .support-page__envelope-icon {
    line-height: inherit;
}

.support-page .boxes-block .support-page__envelope-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.guarantee-page p {
    margin-bottom: 20px;
}

.guarantee-page h3 {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
}

.guarantee-page h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    line-height: inherit;
}

.guarantee-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.guarantee-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px;
}

.guarantee-page ul {
    padding: 10px 0 20px;
}

.guarantee-page ul li {
    margin-bottom: 15px;
}

.guarantee-page ul li:last-child {
    margin-bottom: 0;
}

.guarantee-page .text-block {
    padding-bottom: 70px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 85px;
}

.guarantee-page .text-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.secure-payment-page h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: inherit;
}

.secure-payment-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.secure-payment-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px;
}

.secure-payment-page ul {
    padding: 15px 0 30px;
}

.secure-payment-page ul li {
    margin-bottom: 29px;
}

.secure-payment-page ul li:last-child {
    margin-bottom: 0;
}

.secure-payment-page .secure-payment_icons ul:before,
.secure-payment-page .secure-payment_icons ul:after {
    display: table;
    content: "";
    line-height: 0;
}

.secure-payment-page .secure-payment_icons ul:after {
    clear: both;
}

.secure-payment-page .secure-payment_icons ul li {
    float: left;
    margin-right: 28px;
}

.secure-payment-page .secure-payment_icons ul a {
    font-size: 41px;
    line-height: 1;
}

.terms-conditions-page p {
    margin-bottom: 28px;
}

.terms-conditions-page ul h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    line-height: inherit;
}

.terms-conditions-page ul h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.terms-conditions-page ul h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px;
}

.cms-template-settings .page-title-wrapper .page-title {
    margin-bottom: 86px;
}

.cms-template-settings.cms-page-view h3 {
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    margin-bottom: 2em;
}

.cms-template-settings.cms-page-view h3 em {
    font-weight: 400;
}

.cms-template-settings .data-table {
    margin-bottom: 40px;
}

.cms-template-settings .data-table thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}

.cms-template-settings .data-table thead th {
    border-left: 1px solid #eae9e9;
    padding: 5px 5px;
    text-transform: none;
}

.cms-template-settings .data-table thead th:first-child {
    padding-left: 0;
    border-left: none;
}

@media (min-width: 992px) {
    .cms-template-settings .data-table thead th {
        padding: 10px 20px;
    }
}

.cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 15px;
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody tr:first-child td {
        padding-top: 35px;
    }
}

.cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody tr:last-child td {
        padding-bottom: 30px;
    }
}

.cms-template-settings .data-table tbody td {
    padding: 5px 5px;
    border-left: 1px solid #eae9e9;
}

.cms-template-settings .data-table tbody td:first-child {
    border-left: none;
    padding-left: 0;
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody td {
        padding: 10px 20px;
    }
}

.extra-title-settings {
    font-weight: 500;
}

.ios.iphone .page-header,
.ios.iphone .page-header__content,
.ios.iphone .header-bottom-wrap {
    position: static;
}

.ios.iphone .rd-navbar-fixed .rd-navbar-panel-canvas,
.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap,
.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse,
.ios.iphone .rd-navbar-fixed .rd-navbar-cart {
    position: absolute;
}

.ios.iphone .rd-navbar-fixed .rd-navbar-cart-fixed,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-search-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-toggle {
    position: absolute;
    z-index: 99;
}

.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group {
    min-width: 310px;
}

.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap {
    bottom: auto;
}

.ios.iphone .modals-wrapper {
    z-index: 99;
}

.price-including-tax+.price-excluding-tax::before,
.weee[data-label]::before {
    content: attr(data-label) ": ";
    font-size: 13px;
}

.price-including-tax {
    display: block;
}

.swatch-input {
    left: -10000px;
    position: absolute;
    visibility: hidden;
}

.products .product-item-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.products .product-item .rating-summary {
    display: inline-block;
}

.products .product-item .rating-summary .label {
    display: none;
}

.products .product-item .reviews-actions {
    display: inline-block;
    padding-left: 5px;
}

.products .product-item .reviews-actions .view {
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    padding-top: 3px;
}

.products .product-item .swatch-attribute-options {
    margin-top: 5px;
}



.price-box .price {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: #231f20;
    letter-spacing: 1px;
}

.products .product-item .out-of-stock {
    color: #48a842;
}

.products .product-item .out-of-stock {
    margin-bottom: 8px;
    text-transform: uppercase;
}

.price-box .old-price .price {
    color: #231f20;
    text-decoration: line-through;
}

.price-box .special-price .price{
    color: #48a842;
}

.price-box .normal-price .price {
    color: #231f20;
}


.products .product-item .price-box>span {
    display: inline-block;
}

.products .product-item .actions-primary .primary span:before {
    font-family: "Linearicons";
    content: "\e74d";
    font-size: 161%;
    padding-right: 10px;
    line-height: 0;
    vertical-align: sub;
    font-weight: normal;
}

.products .product-item .actions-secondary .action {
    border: 0;
    background: none;
    padding: 0;
    font-size: 22px;
}

.products .product-item .actions-secondary .action:first-child {
    margin-right: 28px;
}

.products .product-item .smart-labels .main-labels {
    max-width: 80px;
    margin: -13px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .products .product-item .smart-labels .main-labels {
        max-width: 50px;
        margin: -8px;
    }
}

.product-item-info-hide {
    /*opacity: 0.5;
  position: relative;*/
}

.smart-label {
    z-index: 2 !important;
}

.smart-labels .label-text {
    font-size: 12px;
    line-height: 19px;
    padding: 2px 8px 0;
    text-transform: capitalize;
    color: #fff;
}

.tm-switch-image-container {
    position: relative;
    overflow: hidden;
}

.tm-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.tm-switch-image-container .replaced.switch-video {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.product-image-container.gallery-placeholder {
    display: block !important;
}

.listing-gallery .fotorama__arr,
.listing-gallery .fotorama__thumb__arr {
    background: none;
}

.listing-gallery .fotorama__arr {
    width: 40px;
    top: 50%;
    bottom: auto;
}

.listing-gallery .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background-color: #32cfb0;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

.listing-gallery .fotorama__arr .fotorama__arr__arr:hover {
    opacity: 1;
}

.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
    font-family: "Linearicons";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    font-size: 18px;
    color: #fff;
}

.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\e93b";
}

.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
    content: "";
}

.listing-gallery .fotorama-item .fotorama__stage {
    margin-bottom: 0;
}

.listing-gallery .fotorama__stage__frame .fotorama__img {
    width: 100%;
}

.product-item-info:hover .quick-view-button {
    transform: scale(1, 1);
}

.quick-view-button {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 4px 18px;
    transform: scale(0, 0);
    transition: all 0.3s ease;
}

.quick-view-button.icon-text {
    padding: 10px;
    font-size: 21px;
}

.quick-view-button.icon-text:before {
    font-family: "Linearicons";
    content: "\e922";
}

.quick-view-button.icon-text span {
    display: none;
}

@media (max-width: 991px) {
    .quick-view-button {
        display: none;
    }
}

.modal-popup.quick-view._show {
    pointer-events: none;
}

.tm-quickview .mfp-iframe-holder .mfp-content {
    max-width: 1018px;
    height: 625px;
}

.quickview-override .widget_bulletlist_block {
    display: none;
}

.map-popup {
    background: #ffffff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
}

.map-popup.active {
    opacity: 1;
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 10px;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.ui-dialog.popup {
    width: 420px;
}

@media (max-width: 991px) {
    .ui-dialog.popup {
        width: 320px;
    }
}

#map-popup-click-for-price+.ui-widget-content .close span {
    display: none;
}

#map-popup-click-for-price+.ui-widget-content .close:before {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 12px;
}

.map-popup .price-box {
    margin-bottom: 5px;
}

.map-popup .action.primary {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.map-popup .price-wrapper {
    color: #333;
}

.toolbar-products {
    position: relative;
    font-size: 12px;
    z-index: 2;
    margin-bottom: 20px;
}

.toolbar-products:before,
.toolbar-products:after {
    display: table;
    content: "";
    line-height: 0;
}

.toolbar-products:after {
    clear: both;
}

.toolbar-products .toolbar-sorter {
    float: right;
}

.toolbar-products .limiter {
    margin: 0px 0 21px 10px !important;
}

.toolbar-products .limiter-options+.select2-container {
    min-width: 90px;
}

.toolbar-products .field {
    margin: 0;
}

.toolbar-amount.field .label {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.toolbar-products .field>.label,
.toolbar-products .field>.control,
.toolbar-products .field>.action {
    display: inline-block;
}

.toolbar-products .field>.label {
    padding: 13px 0;
    margin-right: 10px;
}

.toolbar-bottom .toolbar-products {
    border-bottom: 0;
    padding: 45px 0 0;
    margin: 50px 0 0;
}

.toolbar-container .filter-toggle {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-bottom: 20px;
    display: none;
}

.toolbar-container .filter-toggle:hover {
    color: #FFF;
}

.toolbar-container .filter-toggle span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .toolbar-container .filter-toggle {
        font-size: 12px;
    }
}

.modes {
    float: right;
    font-size: 22px;
    padding-top: 14px;
    padding-left: 6px;
}

.modes .modes-label {
    display: none;
}

.modes .modes-mode {
    margin-left: 14px;
    font-weight: normal;
}

.modes .modes-mode span {
    display: none;
}

.modes .mode-grid:before {
    font-family: "Linearicons";
    content: "\e87e";
}

.modes .mode-list:before {
    font-family: "Linearicons";
    content: "\e92f";
}

.modes a.modes-mode:hover {
    opacity: 0.6;
}

.toolbar-amount {
    float: left;
}

@media (max-width: 1200px) {
    .toolbar-amount {
        /* top: 65px;*/
        padding: 0;
    }
}

@media (min-width: 1199px) {
    .layout_3 .toolbar-amount {
        padding: 0 240px 0 0;
        text-align: right;
    }
}

.pages {
    display: none;
}

.pages .pages-items {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.pages .pages-items:before,
.pages .pages-items:after {
    display: table;
    content: "";
    line-height: 0;
}

.pages .pages-items:after {
    clear: both;
}

.pages .item {
    float: left;
    border: solid 1px #eae9e9;
    margin-right: 10px;
    border-radius: 3px;
}

.pages .item:hover,
.pages .item.current {
    background: #48a842;
    color: #fff;
}

.pages .item:hover a,
.pages .item:hover .page,
.pages .item.current .page {
    color: #fff;
}

/*.pages .item.pages-item-previous span:before, .pages .item.pages-item-next span:before {
      font-family: "Linearicons";
      display: inline-block;
      margin-top: -1px;
      transition: all 0.2s ease; }*/
.pages .item.pages-item-previous span:not(.label),
.pages .item.pages-item-next span:not(.label) {
    display: none;
}

/*.pages .item.pages-item-previous span::before {
      content: '\e93b';
      margin-right: 4px;
      float: left; }
    .pages .item.pages-item-next span:before {
      content: '\e93c';
      float: right;
      margin-left: 4px; }*/
.pages .item .next,
.pages .item .previous {
    text-transform: uppercase;
    line-height: 50px;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.pages .item .page {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 600;
}

.toolbar-bottom .pages {
    display: block;
}

.limiter {
    float: right;
}

.limiter .limiter-text {
    display: none;
}



.toolbar-sorter .sorter-action {
    font-size: 22px;
    padding: 8px 0 0 10px;
}

.toolbar-sorter .sorter-action span {
    display: none;
}

.toolbar-sorter .sorter-action.sort-asc:before {
    font-family: "Linearicons";
    content: "\e9ba";
}

.toolbar-sorter .sorter-action.sort-desc:before {
    font-family: "Linearicons";
    content: "\e9b9";
}

.toolbar-bottom .modes,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .limiter,
.toolbar-bottom .toolbar-sorter {
    display: none !important;
}

.catalog-category-view .toolbar-bottom .limiter,
.catalog-category-view .toolbar-bottom .toolbar-sorter {
    display: block !important;
}

@media (max-width: 767px) {

    .modes,
    .toolbar-amount,
    .toolbar-products .limiter {
        display: none !important;
    }

    .toolbar-products .sorter-label.label {
        display: none;
    }

    .toolbar-products .toolbar-sorter>.control {
        min-width: 126px;
    }
}

@media (max-width: 479px) {
    .toolbar-products .limiter {
        float: left;
        clear: left;
        margin-top: 10px;
    }
}

.toolbar-bottom.widget-toolbar {
    position: relative;
    border: 1px solid #eae9e9;
    padding: 15px;
}

.toolbar-bottom.widget-toolbar .toolbar-amount {
    display: block !important;
    font-size: 12px;
    padding: 0;
    text-align: right;
    top: 30px;
    right: 20px;
}

@media (max-width: 991px) {
    .toolbar-bottom.widget-toolbar .toolbar-amount {
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
        border-bottom: 1px solid #eae9e9;
        margin-bottom: 10px;
    }
}

.ios.mobile body:not(.no-mobile) .toolbar-products .control,
.ios.tablet body:not(.no-mobile) .toolbar-products .control {
    /*padding-top: 11px; */
}

.catalog-product-view .column.main,
.modal-popup.quick-view .column.main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1354px) {

    .catalog-product-view .column.main,
    .modal-popup.quick-view .column.main {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.catalog-product-view .product-info-main-wrap,
.modal-popup.quick-view .product-info-main-wrap {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
}


@media (max-width: 767.9px) {
    .catalog-product-view .product-info-main-wrap,
    .modal-popup.quick-view .product-info-main-wrap {
        padding-bottom: 30px;
    }
}


.product-go-back{
    position: ABSOLUTE;
    top: -39px;
    right: 15px;
    color: #b0b0b0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    display: none;
}
.product-go-back:before{
    font-family: "Linearicons";
    content: "\E93B";
    font-size: 8px;
    margin-right: 3px;
}

@media (min-width: 768px) {
    .product-go-back{display: block;}
}

.catalog-product-view .page-title-wrapper .container,
.catalog-product-view .page-title-wrapper .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .catalog-product-view .page-title-wrapper #maincontent,
.modal-popup.quick-view .page-title-wrapper .container,
.modal-popup.quick-view .page-title-wrapper .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper #maincontent {
    max-width: inherit;
    min-width: inherit;
}

.catalog-product-view .page-title-wrapper .page-title,
.modal-popup.quick-view .page-title-wrapper .page-title {
    margin: 25px 0 10px;
        font-weight: 600;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
}

.catalog-product-view .product.attribute.overview p{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.catalog-product-view .product.attribute.overview {margin-bottom: 10px;}


.catalog-product-view .product.sku,
.modal-popup.quick-view .product.sku {
    font-size: 12px;
    margin-bottom: 20px;
}

.catalog-product-view .product-info-stock-sku,
.modal-popup.quick-view .product-info-stock-sku {
    font-size: 12px;
    margin-bottom: 17px;
}

.catalog-product-view .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
    margin-bottom: 28px;
}

@media (min-width: 1200px) {

    .catalog-product-view .product-options-wrapper .field,
    .modal-popup.quick-view .product-options-wrapper .field {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.catalog-product-view .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}

.catalog-product-view .product-options-wrapper .label:after,
.modal-popup.quick-view .product-options-wrapper .label:after {
    position: absolute;
}

@media (min-width: 1200px) {

    .catalog-product-view .product-options-wrapper .label,
    .modal-popup.quick-view .product-options-wrapper .label {
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {

    .catalog-product-view .product-options-wrapper .label:not(.admin__field-label),
    .modal-popup.quick-view .product-options-wrapper .label:not(.admin__field-label) {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
    }
}

.catalog-product-view .product-options-wrapper .select2-container,
.modal-popup.quick-view .product-options-wrapper .select2-container {
    min-width: 210px;
}

.catalog-product-view .product-options-wrapper .swatch-opt,
.modal-popup.quick-view .product-options-wrapper .swatch-opt {
    margin: 10px 0 15px;
}

.catalog-product-view .product-options-wrapper .swatch-attribute,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
}

.catalog-product-view .product-options-wrapper .swatch-attribute:last-child,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

    .catalog-product-view .product-options-wrapper .swatch-attribute,
    .modal-popup.quick-view .product-options-wrapper .swatch-attribute {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog-product-view .product-options-wrapper .swatch-attribute-label,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute-label {
    font-size: 13px;
    font-weight: 300;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.catalog-product-view .product-options-wrapper .swatch-attribute-label:after{content: ":"}


.catalog-product-view .product-options-wrapper .swatch-option.color,
.modal-popup.quick-view .product-options-wrapper .swatch-option.color {
    min-width: 30px;
    min-height: 30px;
}

.catalog-product-view .product-options-wrapper .swatch-option.disabled:before,
.catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.catalog-product-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before {
    background-image: linear-gradient(135deg, transparent 50%, #000000 53%, transparent 53%);
    background-repeat: no-repeat;
    z-index: 1;
}

.catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
}

.catalog-product-view .review-list .review-item,
.modal-popup.quick-view .review-list .review-item {
    list-style: none !important;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.catalog-product-view .review-list .review-title,
.modal-popup.quick-view .review-list .review-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
}

.catalog-product-view .review-list .review-content,
.modal-popup.quick-view .review-list .review-content {
    padding-bottom: 12px;
}

.catalog-product-view .review-list .review-details,
.modal-popup.quick-view .review-list .review-details {
    font-size: 12px;
}

.catalog-product-view .review-list .review-details p,
.modal-popup.quick-view .review-list .review-details p {
    width: auto;
    margin-right: 15px;
}

@media (max-width: 991px) {

    .catalog-product-view .review-list .block-content>.toolbar:first-child,
    .modal-popup.quick-view .review-list .block-content>.toolbar:first-child {
        display: none;
    }
}

.catalog-product-view .product-reviews-summary,
.modal-popup.quick-view .product-reviews-summary {
    margin-bottom: 15px;
}

.catalog-product-view .product-reviews-summary>div,
.modal-popup.quick-view .product-reviews-summary>div {
    display: inline-block;
}

.catalog-product-view .product-reviews-summary>div:first-child,
.modal-popup.quick-view .product-reviews-summary>div:first-child {
    margin-right: 10px;
}

.catalog-product-view .product-reviews-summary .label,
.modal-popup.quick-view .product-reviews-summary .label {
    display: none;
}

.catalog-product-view .review-ratings,
.modal-popup.quick-view .review-ratings {
    padding-bottom: 15px;
}

.catalog-product-view .review-ratings .rating-summary-wrap,
.modal-popup.quick-view .review-ratings .rating-summary-wrap {
    padding-bottom: 8px;
}

.catalog-product-view .review-ratings .rating-summary-wrap:last-child,
.modal-popup.quick-view .review-ratings .rating-summary-wrap:last-child {
    padding-bottom: 0;
}

.catalog-product-view .review-ratings .rating-summary,
.modal-popup.quick-view .review-ratings .rating-summary {
    display: inline-block;
}

.catalog-product-view .review-ratings .rating-label,
.modal-popup.quick-view .review-ratings .rating-label {
    min-width: 50px;
    display: inline-block;
    padding: 2px 0 0;
    line-height: normal;
    font-size: 12px;
}

.catalog-product-view .reviews-actions a,
.modal-popup.quick-view .reviews-actions a {
    font-size: 12px;
}

.catalog-product-view .reviews-actions .view,
.modal-popup.quick-view .reviews-actions .view {
    margin-right: 1rem;
}

.catalog-product-view #tab-label-reviews-title span.counter:before,
.modal-popup.quick-view #tab-label-reviews-title span.counter:before {
    content: '(';
}

.catalog-product-view #tab-label-reviews-title span.counter:after,
.modal-popup.quick-view #tab-label-reviews-title span.counter:after {
    content: ')';
}

.catalog-product-view .price-box,
.modal-popup.quick-view .price-box {
    margin-bottom: 1rem;
    align-items: center;
}

.catalog-product-view .product-info-price .price,
.modal-popup.quick-view .product-info-price .price {
    font-size: 20px;
    font-weight: 400;
}

.catalog-product-view .product-info-price .old-price .price,
.modal-popup.quick-view .product-info-price .old-price .price {
    color: #b0b0b0;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: line-through;
}

.catalog-product-view .product-info-price .old-price {
    margin-right: 10px;
}

.catalog-product-view .product-info-price span.old-price.sly-old-price {
    display: inline !important;
}

.catalog-product-view .product-add-form,
.modal-popup.quick-view .product-add-form {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

#product_addtocart_form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.catalog-product-view .product-add-form .product-options-wrapper {
    flex: 0 0 100%;
    display: flex;
}

.catalog-product-view .product-add-form .product-options-bottom {
    flex: 0 0 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.catalog-product-view .product-add-form .box-tocart {
    flex: 0 0 75%;
}

.catalog-product-view .product-add-form .mage-error {
    font-weight: 700;
}

.catalog-product-view .product-add-form .product-social-links {
    flex: 0 0 25%;
}

.catalog-product-view .box-tocart .field,
.modal-popup.quick-view .box-tocart .field {
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    margin-right: 10px;
}

@media (max-width: 767px) {

    .catalog-product-view .box-tocart .field,
    .modal-popup.quick-view .box-tocart .field {
        justify-content: center;
    }
}


.catalog-product-view .box-tocart [class*='paypal'] {
    display: none;
}



/*  .catalog-product-view .box-tocart .qty .label,
  .modal-popup.quick-view .box-tocart .qty .label {
    font-weight: normal; }*/
.catalog-product-view .box-tocart #qty,
.modal-popup.quick-view .box-tocart #qty {
    width: 80px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 48px;
    border-radius: 0;
    border-radius: 5px;
    text-align: CENTER;
    background: #fff;
}

.catalog-product-view .box-tocart #qty + .mage-error{display: none !important;}


.catalog-product-view .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 49px;
    line-height: 21px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
    width: 100%;
}


.catalog-product-view .action.vdetail{
    border: 1px solid #48a842;
    color: #48a842;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    height: 49px;
}

@media (max-width: 1199.9px) {

    .catalog-product-view .product-add-form .box-tocart {
        flex: 0 0 100%;
    }
    .catalog-product-view.quickview-override .product-add-form .box-tocart {
        flex: 0 0 100%;
    }

    .catalog-product-view .product-add-form .product-social-links {
        flex: 0 0 50%;
    }

    .catalog-product-view .box-tocart #qty {
        width: 65px;
    }
}



@media (min-width: 1200px) {

    .catalog-product-view .box-tocart .primary,
    .modal-popup.quick-view .box-tocart .primary {
        min-width: 200px;
        width: 100%;
    }
}

.catalog-product-view .box-tocart .paypal,
.modal-popup.quick-view .box-tocart .paypal {
    margin-top: 10px;
}

.catalog-product-view .product-social-links .action,
.modal-popup.quick-view .product-social-links .action {
    border: 0;
    font-size: 24px;
    padding: 0;
    border: solid 1px #48a842;
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: #48a842;
    border-radius: 4px;
    background: #fff;
}

.catalog-product-view .product-social-links .action.tocompare {
    margin-left: 10px;
    order: 5;
}

.catalog-product-view .product-social-links .action:hover,
.modal-popup.quick-view .product-social-links .action:hover {
    background: none;
}

.catalog-product-view .product-social-links .action span,
.modal-popup.quick-view .product-social-links .action span {
    display: none;
}

@media (max-width: 1199px) {

    .catalog-product-view .product-social-links,
    .modal-popup.quick-view .product-social-links {
        padding-top: 20px;
    }
}

.catalog-product-view .product-addto-links,
.modal-popup.quick-view .product-addto-links {
    display: flex;
    max-width: 100%;
}

.catalog-product-view .product.attribute strong,
.modal-popup.quick-view .product.attribute strong {
    font-weight: 600;
}

.catalog-product-view .product.attribute .value,
.modal-popup.quick-view .product.attribute .value {
    display: inline-block;
    width: 100%;
}



.catalog-product-view .product.media,
.modal-popup.quick-view .product.media {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 1354px) {

    .catalog-product-view .product.media,
    .modal-popup.quick-view .product.media {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.catalog-product-view .product.media .action-skip-wrapper,
.modal-popup.quick-view .product.media .action-skip-wrapper {
    display: none;
}

.catalog-product-view .product .label-position-placeholder,
.modal-popup.quick-view .product .label-position-placeholder {
    position: relative;
}

.catalog-product-view .product.info,
.modal-popup.quick-view .product.info {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 35px 0 30px;
    position: relative;
}

.catalog-product-view .product.info.detailed:before {
    background: rgba(245, 245, 245, 0.4);
    content: "";
    width: 250%;
    height: 100%;
    display: inline-block;
    left: -500px;
    position: absolute;
    z-index: -1;
    top: 0;
}

@media (min-width: 1354px) {

    .catalog-product-view .product.info,
    .modal-popup.quick-view .product.info {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {

    .catalog-product-view .product.info,
    .modal-popup.quick-view .product.info {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.catalog-product-view .product.info .content[role="tabpanel"],
.modal-popup.quick-view .product.info .content[role="tabpanel"] {}

.catalog-product-view .fotorama__nav__frame,
.modal-popup.quick-view .fotorama__nav__frame {
    transition: all 0.3s ease;
}

.catalog-product-view .fotorama__nav__frame:hover,
.catalog-product-view .fotorama__nav__frame.fotorama__active,
.modal-popup.quick-view .fotorama__nav__frame:hover,
.modal-popup.quick-view .fotorama__nav__frame.fotorama__active {
    opacity: 1;
}

.catalog-product-view .data.items,
.modal-popup.quick-view .data.items {
    position: relative;
}

.catalog-product-view .data.items:before,
.catalog-product-view .data.items:after,
.modal-popup.quick-view .data.items:before,
.modal-popup.quick-view .data.items:after {
    display: table;
    content: "";
    line-height: 0;
}

.catalog-product-view .data.items:after,
.modal-popup.quick-view .data.items:after {
    clear: both;
}

.catalog-product-view .data.items .title,
.modal-popup.quick-view .data.items .title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    .catalog-product-view .data.items .title,
    .modal-popup.quick-view .data.items .title {
        margin: 0 35px 0 0;
        padding: 0;
    }
}

@media (max-width: 767px) {

    .catalog-product-view .data.items .title,
    .modal-popup.quick-view .data.items .title {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.catalog-product-view .data.items .title.active a,
.modal-popup.quick-view .data.items .title.active a {
    cursor: default;
}

.catalog-product-view .data.items .title:before,
.modal-popup.quick-view .data.items .title:before {
    top: 0;
    right: 7px;
}

@media (min-width: 768px) {

    .catalog-product-view .data.items .title:before,
    .modal-popup.quick-view .data.items .title:before {
        display: none;
    }
}

.catalog-product-view .data.items .block-title,
.modal-popup.quick-view .data.items .block-title {
    margin: 0;
}

.catalog-product-view .data.items .block-title strong,
.modal-popup.quick-view .data.items .block-title strong {
    font-size: 26px;
    margin: 0;
}

.catalog-product-view .data.items .content,
.modal-popup.quick-view .data.items .content {
    padding: 10px 0 0;
}

@media (min-width: 768px) {

    .catalog-product-view .data.items .content,
    .modal-popup.quick-view .data.items .content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        padding: 10px 0 0;
        display: none;
        margin-top: 58px;
    }
}

.catalog-product-view .data.items .content.active,
.modal-popup.quick-view .data.items .content.active {
    display: block;
}

.catalog-product-view .data.items .content[role="tabpanel"],
.modal-popup.quick-view .data.items .content[role="tabpanel"] {
    display: block;
}

.catalog-product-view .data.items .content .table-caption,
.modal-popup.quick-view .data.items .content .table-caption {
    display: none;
    text-align: left;
}

@media (min-width: 768px) {

    .catalog-product-view .data.items .content .table-caption,
    .modal-popup.quick-view .data.items .content .table-caption {
        display: none;
    }
}

@media (min-width: 768px) {

    .catalog-product-view .data.items table.table td,
    .catalog-product-view .data.items table.table th,
    .modal-popup.quick-view .data.items table.table td,
    .modal-popup.quick-view .data.items table.table th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 50px;
        font-size: 16px;
        border-bottom: 0;
    }

    .catalog-product-view .data.items table.table .label,
    .modal-popup.quick-view .data.items table.table .label {
        border-right: 1px solid #eae9e9;
        max-width: 68px;
    }

    .catalog-product-view .data.items table.table .data,
    .modal-popup.quick-view .data.items table.table .data {
        padding-left: 45px;
    }

    .catalog-product-view .data.items .table-caption,
    .modal-popup.quick-view .data.items .table-caption {
        display: none;
    }

    .catalog-product-view .data.items .title,
    .modal-popup.quick-view .data.items .title {
        display: inline-block;
    }
}

@media (max-width: 768px) {

    .catalog-product-view .data.items .col,
    .modal-popup.quick-view .data.items .col {
        border: 0;
        padding: 0;
        width: auto;
    }

    .catalog-product-view .data.items .col.data,
    .modal-popup.quick-view .data.items .col.data {
        border: 0;
        line-height: 18px;
    }

    .catalog-product-view .data.items .col.data:before,
    .modal-popup.quick-view .data.items .col.data:before {
        display: inline-block;
        border: 0;
        margin-right: 4px;
        font-weight: normal;
    }
}

.catalog-product-view .social-sharing,
.modal-popup.quick-view .social-sharing {
    margin-top: 30px;
}

.catalog-product-view .social-sharing>div,
.modal-popup.quick-view .social-sharing>div {
    display: inline-block;
}

.catalog-product-view .imagezoom:before,
.catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:before,
.modal-popup.quick-view .imagezoom:after {
    display: table;
    content: "";
    line-height: 0;
}

.catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:after {
    clear: both;
}

.catalog-product-view .imagezoom .main-image-placeholder,
.modal-popup.quick-view .imagezoom .main-image-placeholder {
    margin-bottom: 25px;
}

.catalog-product-view .imagezoom .gallery-placeholder,
.modal-popup.quick-view .imagezoom .gallery-placeholder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
}

.catalog-product-view .imagezoom .gallery-placeholder a,
.modal-popup.quick-view .imagezoom .gallery-placeholder a {
    margin: 5px 1%;
    border: 0;
}

.catalog-product-view .imagezoom .zoomWrapper,
.modal-popup.quick-view .imagezoom .zoomWrapper {
    max-width: 100%;
}

.catalog-product-view .smart-labels .main-labels,
.modal-popup.quick-view .smart-labels .main-labels {
    margin-top: -10px;
    max-width: 80px;
}

.catalog-product-view .smart-labels .smart-label,
.modal-popup.quick-view .smart-labels .smart-label {
    z-index: 1 !important;
}

.catalog-product-view .gallery-placeholder,
.modal-popup.quick-view .gallery-placeholder {
    position: relative;
}

.catalog-product-view .gallery-placeholder .magnifier-preview,
.modal-popup.quick-view .gallery-placeholder .magnifier-preview {
    background: #fff;
    border: 1px solid;
    z-index: 1;
    left: 105% !important;
    top: 0 !important;
}

@media (max-width: 767px) {

    .catalog-product-view .gallery-placeholder .magnifier-preview,
    .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
        display: none !important;
        z-index: -1 !important;
    }

    .catalog-product-view .gallery-placeholder .magnify-lens,
    .modal-popup.quick-view .gallery-placeholder .magnify-lens {
        display: none !important;
        z-index: -1 !important;
    }
}

.product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
    left: 50% !important;
    top: 50% !important;
}

.modal-popup.quick-view .modal-header,
.modal-popup.quick-view .modal-content {
    text-align: left;
}

.modal-popup.quick-view .modal-content {
    padding-left: 0;
    padding-right: 0;
}

.modal-popup.quick-view .modal-footer {
    display: none;
}

.modal-popup.quick-view .modal-inner-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.modal-popup.quick-view .modal-content>div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-popup.quick-view .modal-content>div .product-info-main {
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    max-width: 52%;
}

.modal-popup.quick-view .modal-content>div .product.media {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
}

.modal-popup.quick-view .page-title-wrapper.product .container,
.modal-popup.quick-view .page-title-wrapper.product .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper.product #maincontent {
    padding: 0;
}

.modal-popup.quick-view .page-title-wrapper.product .page-title {
    text-align: left;
}

.modal-popup.quick-view .product.info.detailed {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.modal-popup.quick-view .action-close {
    display: block;
}

.modal-popup.quick-view .smart-labels .smart-label {
    display: inline-block;
    position: absolute;
    overflow: hidden;
}

#fancybox-img {
    background-color: #fff;
}



.catalog-product-view .product-info-main {
    background: #f9f9f9;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

@media (max-width: 767.9px) {
    .catalog-product-view .product-info-main {
    margin-top: 30px;
    padding: 0 10px 20px;
    height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199.9px) {
    .catalog-product-view .product-info-main {
        padding: 0 20px;
    }
}


@media (min-width: 768px) {
    .catalog-product-view .layout_1 .product-info-main-wrap {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .catalog-product-view .layout_1 .product.media {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .catalog-product-view .layout_1 .product-info-main-wrap {
        -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
        max-width: 43%;
    }

    .catalog-product-view .layout_1 .product.media {
        -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
        max-width: 56%;
    }
}

.catalog-product-view .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

.catalog-product-view .box-tocart .fieldset .actions {
    flex: auto;
}

.form.friend .legend {
    display: block;
    margin-bottom: 25px;
}

.form.friend fieldset {
    padding-bottom: 40px;
}

.form.friend fieldset:last-child {
    padding-bottom: 0;
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 1rem 0;
}

body.catalog-product-compare-index .table-caption {
    display: none;
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto;
}

.table-wrapper.comparison .table-comparison>tbody>tr {
    border-right: 1px solid #dadada;
}

.table-wrapper.comparison .table-comparison>tbody>tr>th,
.table-wrapper.comparison .table-comparison>tbody>tr>td {
    border-top: 0;
}

@media (max-width: 768px) {
    .table-wrapper.comparison td {
        border-bottom: 0;
        display: table-cell;
    }

    .table-wrapper.comparison td.product:before {
        display: none;
    }
}

.table-comparison {
    table-layout: fixed;
}

.table-comparison .cell.label.remove,
.table-comparison .cell.label.product {
    border-bottom: none;
}

.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
    display: none;
}

.table-comparison .cell {
    width: 180px;
    padding: 1rem;
    vertical-align: top;
}

.table-comparison .cell .attibute.value {
    width: 100%;
    overflow: hidden;
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #dadada;
}

.table-comparison .cell.label {
    width: 110px;
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
}

.table-comparison .cell.attribute img {
    max-width: 100%;
    height: auto;
}

.table-comparison .cell.remove {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    
}

.table-comparison .cell.remove.product{
    width: 350px;
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem;
}

.table-comparison .product-image-photo {
    margin-left: 0;
}

.table-comparison .product-image-photo.swatch-option-loading{
    height: 270px;
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
    display: block;
    margin: 0.25rem 0;
}

.table-comparison .product-addto-links {
    margin-top: 1rem;
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0;
}

.table-comparison .action.tocart {
    white-space: nowrap;
}

.table-comparison .product-reviews-summary {
    margin-bottom: 10px;
}

.table-comparison .product-reviews-summary .rating-summary {}

.table-comparison .product-reviews-summary .rating-summary .label {
    display: none;
}

.table-comparison .product-item-name {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.table-comparison .price-box {
    margin-bottom: 20px;
}

.table-comparison .action.towishlist {
    padding: 0;
    border: 0;
    font-size: 22px;
    margin-top: 10px;
    background: transparent;
    color: #03391f;
}

.table-comparison .action.towishlist:hover {
    background: none;
}

.comparison.headings {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: auto;
    display: none;
}

.block-compare .product-items {
    margin-bottom: 30px;
}

.block-compare .product-item-name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .block-compare .product-item-name {
        font-size: 14px;
    }
}

.block-compare .product-item {
    position: relative;
    margin-bottom: 1rem;
}

.block-compare .action.delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 12px;
}

.block-compare .actions-toolbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-compare .actions-toolbar .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 1200px) {
    .block-compare .actions-toolbar {
        display: block;
        margin: 0;
    }

    .block-compare .actions-toolbar .action {
        margin: 0 0 10px;
    }
}

.grid-left-fixed .block-compare .actions-toolbar {
    display: block;
    margin: 0;
}

.grid-left-fixed .block-compare .actions-toolbar .action {
    margin: 0 0 10px;
}

.category-image {
    margin: 0 auto 40px;
}



.products-grid .product-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 1354px) {
    .products-grid .product-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 480px) {

    .products-grid .product-items:not(.owl-carousel):before,
    .products-grid .product-items:not(.owl-carousel):after {
        content: "";
        position: absolute;
        height: 100%;
        background: #FFF;
        top: 0;
        width: 15px;
    }

    .products-grid .product-items:not(.owl-carousel) .product-item {
        margin-bottom: 30px;
    }

    .products-grid .product-items:after {
        left: 0;
    }

    .products-grid .product-items:after {
        right: 0;
    }
}

.products-grid .product-item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    user-select: none;
}

@media (min-width: 1354px) {
    .products-grid .product-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.price-box  .on-sale{
    color: #48a842;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
      letter-spacing: 1px;
}
.products-grid .price-box  .on-sale{
    font-size: 15px;
}


.products-grid .product-item-info {
    cursor: pointer;
    position: relative;
}

.products-grid .product-item-info:hover button.tocart {
    display: block;
}

.products-grid .product-item-pwrap {
    position: relative;
}

.product-item-pwrap button.tocart {
    display: none;
    position: ABSOLUTE;
    bottom: 20px;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #03391f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    z-index: 999;
}

.products-grid .swatch-attribute:not(.color) {
    display: none;
}

.products-grid .product-item-details .product {
    display: flex;
    justify-content: space-between;
}

.products-grid .product-item-details .product-links {
    flex-basis: 100px;
    text-align: right;
}

.products-grid .product-item-details .product-item-name {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    flex-basis: 100%;
    min-height: 49px;
}

@media (max-width: 1199px) {
    .products-grid .product-item-info {
        padding: 9px;
    }
}


.products-grid .product-item-photo {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 1px 3px #bdbdbd;
    width: 100%;
}

.products-grid .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.products-grid .product-image-wrapper {
    height: 0;
    */ display: inline-block;
    width: 100%;
}

.products-grid .product-image-wrapper .product-image-photo {
    width: 100%;
    height: 270px;
    object-fit: contain;
}

/*.products-grid .product-image-photo {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    max-width: 100%;
}*/

.products-grid .product-item-description {
    margin-bottom: 25px;
}


.products-grid .product-reviews-summary {
    margin: 0 0 -5px;
    padding-top: 18px;
}

.products-grid .product-reviews-summary.empty .reviews-actions {
    padding-left: 0;
}

.products-grid .product-reviews-summary.empty a {
    font-size: 12px;
}

.products-grid .reviews-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-grid .reviews-actions .action.add {
    line-height: inherit;
    font-size: 0;
}

.products-grid .reviews-actions .action.add:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.products-grid .reviews-actions .action.add:before {
    font-size: 16px;
}

.products-grid .price-box {
    margin-bottom: 8px;
}

.products-grid .price-from {
    margin-bottom: 0;
}

.products-grid .price-to {
    margin-bottom: 0;
}

.products-grid .product-item-actions {
    display: block;
    margin: 0;
}

.products-grid .product-item-actions>div {
    margin: 0;
}

.products-grid .product-item-actions .actions-primary {
    margin-bottom: .25rem;
}

.products-grid .product-item-actions .actions-primary~.actions-secondary {
    padding-top: 23px;
}


.products-grid .product-item-actions .actions-primary~.actions-secondary a {
    font-size: 22px;
    padding: 0;
    margin-right: 10px;
    border: solid 1px #03391f;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #03391f;
    border-radius: 4px;
    background: transparent;
}


@media (max-width: 479px) {
    .products-grid .product-items>.product-item {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .products-grid .product-items>.product-item:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 480px) {
    .products-grid .product-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        max-width: 50%;
    }

    .products-grid+.toolbar-bottom .toolbar-products {
        margin-top: -31px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .products-grid .product-item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        max-width: 49%;
        max-width: 49%;
        margin-left: 1%;
    }
}


@media (min-width: 992px) {
    .products-grid .product-item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    /*    .products-grid .product-items:not(.owl-carousel) .product-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }*/

    .products-grid.layout_2 .product-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        text-align: center;
    }

    .products-grid.layout_3 .product-item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .products-grid+.toolbar-bottom .toolbar-products {
        margin-top: -51px;
    }
}

@media (min-width: 992px) and (max-width: 1354px) {
    .products-grid .product-item {
        flex-basis: 32.33%;
        max-width: 32.33%;
        margin-left: 1%;
    }
}

@media (min-width: 1200px) {
    .product-item-actions {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: -0.25rem;
    }

    .product-item-actions>div {
        margin: 0 0.25rem 0.25rem;
    }
}

.products-list .item.product-item {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.products-list .item.product-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.products-list .product-item-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1354px) {
    .products-list .product-item-info {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.products-list .product-item-photo {
    position: relative;
}

.products-list .photo.product-item-photo {
    display: block;
}

.products-list .product-item-photo-wrap {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 1354px) {
    .products-list .product-item-photo-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.products-list .product-item-details {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}




@media (min-width: 1354px) {
    .products-list .product-item-details {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.products-list .price-container {
    margin-bottom: 8px;
}

.products-list .product-item-name {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.products-list .product-item-description {
    line-height: 21px;
    font-size: 12px;
    margin-bottom: 18px;
}

.products-list .product-item-description .more {
    display: none;
}

.products-list .product-item-actions {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.products-list .product-item-actions .actions-primary {
    padding-right: 25px;
}

.products-list .product-reviews-summary {
    padding-top: 19px;
}

.products-list .product-reviews-summary .add {
    display: none;
}

.products-list div[class^="swatch-opt-"] {
    margin-bottom: 15px;
}

.products-list .smart-labels .main-labels {
    display: none !important;
}

@media (min-width: 480px) {
    .products-list .product-item-info {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .products-list .product-item-photo-wrap {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        max-width: 49%;
        margin-bottom: 0;
    }

    .products-list .product-item-details {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .products-list .product-item-photo-wrap {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .products-list .actions-secondary {
        padding-top: 20px;
    }
}

.gallery-placeholder .loading-mask {
    padding: 0 0 50%;
    position: absolute;
    display: none;
}

.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
    left: -99999px;
    position: absolute;
    top: -99999px;
    z-index: -1000;
    display: none;
}

.fotorama-item .fotorama__stage {
    margin: 0 auto 1rem;
}

.block.related {
    margin-bottom: 75px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 60px;
}

.block.related .field.related+.product-reviews-summary {
    margin-top: 18px;
}

.block.related .field.related+.product-item-actions {
    padding-top: 18px;
}

.block.related .field.related .label {
    padding: 0;
    font-size: 14px;
}

.block.related .field.related .label:before {
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

@media (max-width: 1199px) {
    .block.related {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }
}

.block.related .owl-controls.clickable {
    top: -65px;
}

.block.related:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.catalog-product-view .block.related {
    padding-top: 10px;
}

.block.related .block-title {
    margin-bottom: 0
}

#block-related-heading {
    color: #03391f;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.9166666px;
}

.block.related .owl-stage {
    margin-top: 15px;
}

.widget_fslider.related,
.widget_fslider.upsell {
    order: 5;
    width: 100%;
}

.widget_fslider.related:not(.layout-tab):before {
        position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    border-bottom: solid 1px #dedede;
    content: "";
}

/*.widget_fslider.related{padding-top: 70px;padding-bottom: 70px;}*/

/*.widget_fslider.upsell:not(.layout-tab):after,
.widget_fslider.related:not(.layout-tab):after,
.widget_fslider.related:not(.layout-tab):before {
    position: absolute;
    top: 0;
    left: 25px;
    width: calc(100% - 50px);
    border-bottom: solid 1px #dedede;
    content: "";
}
*/

.block.upsell,
.block.related,
.block.crosssell {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 1354px) {

    .block.upsell,
    .block.related,
    .block.crosssell {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.block.upsell .block-actions button.action.select:hover,
.block.related .block-actions button.action.select:hover,
.block.crosssell .block-actions button.action.select:hover {
    text-decoration: underline;
}

.block.upsell .block-title,
.block.related .block-title,
.block.crosssell .block-title {
    line-height: normal;
    padding-right: 90px;
}

@media (min-width: 768px) {

    .block.upsell .block-title,
    .block.related .block-title,
    .block.crosssell .block-title {
        text-align: center;
        font-size: 35px;
        padding: 0;
    }
}

.block.upsell .block-actions,
.block.related .block-actions,
.block.crosssell .block-actions {
    display: none;
}

@media (min-width: 768px) {

    .block.upsell .block-actions,
    .block.related .block-actions,
    .block.crosssell .block-actions {
        text-align: center;
        font-size: 12px;
    }
}

.block.upsell .products-grid,
.block.related .products-grid,
.block.crosssell .products-grid {
    padding: 0;
}

.block.upsell .products-grid .product-items,
.block.related .products-grid .product-items,
.block.crosssell .products-grid .product-items {
    padding: 0;
    margin: 0;
}

.block.upsell .products-grid .product-item,
.block.related .products-grid .product-item,
.block.crosssell .products-grid .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
    border: 0;
    padding: 0;
    margin: 4px 0;
}

.block.upsell .products-grid .product-reviews-summary,
.block.related .products-grid .product-reviews-summary,
.block.crosssell .products-grid .product-reviews-summary {
    padding-top: 0;
}

.block.upsell .owl-controls .owl-prev,
.block.upsell .owl-controls .owl-next,
.block.related .owl-controls .owl-prev,
.block.related .owl-controls .owl-next,
.block.crosssell .owl-controls .owl-prev,
.block.crosssell .owl-controls .owl-next {
    padding: 0;
    margin-left: 20px;
}

.block.upsell .owl-controls .owl-prev::before,
.block.upsell .owl-controls .owl-prev::before,
.block.upsell .owl-controls .owl-next::before,
.block.upsell .owl-controls .owl-next::before,
.block.related .owl-controls .owl-prev::before,
.block.related .owl-controls .owl-prev::before,
.block.related .owl-controls .owl-next::before,
.block.related .owl-controls .owl-next::before,
.block.crosssell .owl-controls .owl-prev::before,
.block.crosssell .owl-controls .owl-prev::before,
.block.crosssell .owl-controls .owl-next::before,
.block.crosssell .owl-controls .owl-next::before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle;
}

.block.upsell .owl-controls .owl-prev:before,
.block.related .owl-controls .owl-prev:before,
.block.crosssell .owl-controls .owl-prev:before {
    content: "\e93b";
}

.block.upsell .owl-controls .owl-next:before,
.block.related .owl-controls .owl-next:before,
.block.crosssell .owl-controls .owl-next:before {
    content: "\e93c";
}

.block.upsell .owl-controls,
.block.crosssell .owl-controls {
    top: -70px;
}

@media (max-width: 768px) {

    .block.upsell .owl-controls,
    .block.crosssell .owl-controls {
        top: -81px;
    }
}

.block.crosssell {
    margin-top: 50px;
}

.block.crosssell .products-grid .product-reviews-summary {
    padding-top: 25px;
}

.block.crosssell .products-grid .product-item-info {
    margin: 8px 0;
}




@media (max-width: 768px) {
    .block.crosssell .owl-controls {
        top: -56px;
    }
}

.product-options-wrapper .fieldset>br {
    display: none;
}

.product-options-wrapper .downloads {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.towishlist,
.tocompare {
    position: relative;
}

.towishlist span,
.tocompare span {
    display: none;
}

.product-social-links {
    text-align: center;
}

.product-social-links .mailto {
    padding: 0 0.5rem;
    line-height: inherit;
}

.product-social-links .mailto:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.action.tocompare,
.action.towishlist {
    font-weight: normal !important;
}


.towishlist:before {
    font-family: "Linearicons";
    content: "\E808";
    text-indent: 1px;
}

.tocompare:before {
    font-family: "Linearicons";
    content: "\E8DA";
    text-indent: 1px;
}

.toquickview:before {
    font-family: "Linearicons";
    content: "\EC25";
    text-indent: 1px;
}

.filter-current--wrapper {
    margin-bottom: 35px;
    background: #f6f6f6;
    padding: 20px 10px 20px 25px;
}

@media (min-width: 1354px) {
    .filter-current--wrapper {
        padding: 22px 10px 25px 30px;
    }
}

.filter-current--wrapper .item {
    margin-bottom: 3px;
}

.filter-current--wrapper .filter-actions .action {
    text-decoration: underline;
}

.filter-content .filter-subtitle {
    display: none;
}

.filter-current.active .filter-current-subtitle {
    margin-bottom: 0;
}

.filter-current.active .items {
    display: none;
}

.filter-current .items {
    display: block;
}

.filter-current .filter-label:after {
    content: ':';
    padding: 0 2px 0 4px;
}

.filter-current .remove {
    line-height: inherit;
}

.filter-current .remove:before {
    content: "\E92A";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/*.filter-current .remove:before {
    vertical-align: sub; }*/
.filter-current .remove span {
    display: none;
}

.filter-current[role="tablist"] [role="tab"] {
    line-height: inherit;
}

/*.filter-current[role="tablist"] [role="tab"]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }*/
.filter-current[role="tablist"] [role="tab"][aria-expanded="true"] {
    line-height: inherit;
}

/*.filter-current[role="tablist"] [role="tab"][aria-expanded="true"]:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }*/


.filter-options-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 14px !important;
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 400;

    font-style: normal;
}

#narrow-by-list .main-filter-cat {
    display: none;
}


/*  .filter-options-title:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }*/
/*  .filter-options-title::before {
    position: absolute;
    font-size: 12px !important;
    top: -2px !important; }*/
@media (min-width: 768px) and (max-width: 991px) {
    .filter-options-title {
        font-size: 14px;
        width: 100%;
        word-wrap: break-word;
    }
}

.sidebar .price-slider .slider-fields .slider-input {
    margin-top: 8px;
}

.sidebar .price-slider .slider-fields label span {
    font-weight: bold;
    text-transform: capitalize;
}

.sidebar .price-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: -5px;
    transition: all 0.0s ease;
}

.sidebar .price-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FFF;
}

.sidebar .price-slider .ui-slider-range {
    position: absolute;
    height: 100%;
}

.filter-options-content i.icon-ok-squared,
.filter-options-content i.icon-check-empty {
    font-size: 17px;
    margin-left: -5px;
    color: #08294d;
}

#layered-filter-block [role="tablist"] [role="tab"] {
    padding-right: 0
}

.filter-options-content .item {
    line-height: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}

.filter-options-content .item input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.filter-options-content .item:before,
.filter-options-content .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.filter-options-content .item:after {
    clear: both;
}

.filter-options-content .item:last-child {
    margin-bottom: 0;
}

.filter-options-content .item a {
    text-transform: capitalize;
}

.filter-options-content .item a:before,
.filter-options-content .item a:after {
    display: table;
    content: "";
    line-height: 0;
}

.filter-options-content .item a:after {
    clear: both;
}

.filter-options-content .count,
.filter-options-content .item-label {
    max-width: 150px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {

    .filter-options-content .count,
    .filter-options-content .item-label {
        font-size: 14px;
    }
}

.filter-options-content .count {
    float: right;
    margin-left: 10px;
}

.filter-options-content .count .filter-count-label{
    margin-left: 5px;
}

.filter-options-content .ui-slider-horizontal {
    margin-bottom: 10px;
}

.filter-options-content .slider-input {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.filter-options-content .slider-input span {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.filter-options-content .slider-input input {
    padding: 6px 7px;
    /* min-height: 25px; */
    width: 71px;
}

.filter-options-content .slider-button {
    padding-bottom: 8px;
}

.filter-options-content .price-slider .slider-fields a.action {
    background: #03391f;
    color: #fff;
    padding: 9px 19px 8px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    /* border: 2px solid #eae9e9; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 3px;
}

.filter-options-content .price-slider .slider-fields a.action:hover {
    color: #FFF;
}

.filter-options-content .price-slider .slider-fields a.action span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter-options-content .price-slider .slider-fields a.action {
        font-size: 12px;
    }
}

[role="tablist"] .filter-options-content[role="tabpanel"] {
    margin-bottom: 23px;
}

.filter-options-content,
.filter-options-item {
    margin-bottom: 12px;
    padding: 0;
}


#layered-filter-block {
    width: 100%;
    margin-bottom: 30px;
}

#layered-filter-block .ln_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 30vh;
    text-align: center;
}

#layer-product-list .toolbar-products {
    display: none;
}

#layered-filter-block a.filter-clear {
    border-radius: 10px;
    background: #dedede;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 7px 11px 3px;
    display: inline-block;
}

#layered-filter-block a.filter-clear:before {
    font-family: "Linearicons";
    content: "\EC5A";
}

.filter-options #ln_slider_container_price {
    width: 100%;
}



#layered-filter-block .toolbar-sorter select,
#layered-filter-block .toolbar-sorter label.label {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #b0b0b0;
    margin: 0;
}

#layered-filter-block .toolbar-sorter .select2-selection--single,
#layered-filter-block .toolbar-sorter select {
    padding: 0;
    border: 0 !important;
    min-height: auto;
}

#layered-filter-block .toolbar-sorter .select2-selection__rendered,
#layered-filter-block .toolbar-sorter .select2-selection__arrow {
    line-height: 27px !important;
    padding-left: 5px;
    color: #b0b0b0;
}

.filter-options-title:after {
    font-family: "Linearicons";
    content: "\E93A";
}

.filter-options-item.active .filter-options-title:after {
    content: "\E939";
}

@media (min-width: 992px) {
    .filter-actions+.filter-options {
        justify-content: center;
        margin-left: 0;
    }

    .filter-options {
        display: flex;
        flex-basis: 60%;
        flex-grow: 0.8;
        margin-left: 20%;
        justify-content: center;
    }

    .filter-options-content {
        position: ABSOLUTE;
        top: 30px;
        width: 300px;
        box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
        min-height: 110px;
        z-index: 999;
        background: #fff;
        padding: 20px;
        max-height: 400px;
        overflow: auto;
    }


    #layered-filter-block .filter-content {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #layered-filter-block .filter-content .toolbar-sorter {
        display: flex;
        justify-self: flex-end;
        margin: 0;
        flex-basis: 20%;
        justify-content: flex-end;
    }


    #layered-filter-block .filter-actions {
        flex: 0 0 20%;
    }



    .filter-options-item {
        position: relative;
        margin-bottom: 0;
    }

    .filter-options-item:not(.active) .filter-options-content{
        display: none;
    }


    .filter-options-title {
        margin-right: 18px;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .filter-options-title {
        margin-right: 25px;
    }
}

.filter-options-item:before,
.filter-options-item:after {
    display: table;
    content: "";
    line-height: 0;
}

.filter-options-item:after {
    clear: both;
}

.filter-options-item:last-child {
    margin-bottom: 0;
}

.filter-options-item:last-child .filter-options-content {
    margin-bottom: 0;
}

.action.filter-toggle {
    display: none;
}

@media (max-width: 991px) {
    #layered-filter-block {
        margin: 0;
    }

    .action.filter-toggle {
        border-radius: 5px;
        background: #FFF;
        padding: 5px 19px 12px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #eae9e9;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        position: absolute;
        right: 0;
        float: left;
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    /*.action.filter-toggle:hover {
      color: #FFF; }*/
    .action.filter-toggle span {
        vertical-align: sub;
    }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .action.filter-toggle {
        font-size: 12px;
    }
}

@media (max-width: 991.9px) {
    .modal-slide {
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transform: translateX(100%);
        transition-property: transform, visibility;
    }

    .modal-slide._show {
        transform: translate(0, 0);
    }

    .modal-slide._show .action-close {
        display: block;
    }
}


.form-login .actions-toolbar {
    flex-direction: row-reverse;
}


.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
    flex-direction: row-reverse;
}

body.account .page-title {
    padding-bottom: 43px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 65px;
}

body.account .block-title {
    position: relative;
    margin-bottom: 47px;
}

body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0;
}

body.account .box address {
    margin-bottom: 1rem;
}

.block-dashboard-info,
.block-dashboard-addresses {
    margin-bottom: 40px;
}

.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title {
    margin-bottom: 50px;
    font-size: 26px;
}

.account .legend {
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.order-items {
    margin-bottom: 30px;
}

.account-nav .item {
    margin-bottom: 1px;
}

.account-nav .item:last-child {
    margin-bottom: 0;
}

.account-nav .item.current strong {
    font-weight: normal;
}

@media (max-width: 767.9px) {
    .account-nav{margin-top: 20px;}
    .form-create-account #password-error,
    .form-edit-account #password-error,
    .form-address-edit #password-error {
        position: relative;
        top:0;
    }
}

.login-container .field.note {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    padding-bottom: 2em;
}


@media (min-width: 992px) {
    .login-container .field {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .login-container .label {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }

    .login-container .control {
        -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        max-width: 90%;
    }
}

.login-container .block-customer-login {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.login-container .block__title {
    margin-bottom: 25px;
}

.login-container .block-social-login {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px;
}

.login-container .block-social-login ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1354px) {
    .login-container .block-social-login ul {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.login-container .block-social-login ul li {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

@media (min-width: 1354px) {
    .login-container .block-social-login ul li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .login-container .block-social-login ul li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.login-container .block-social-login ul li a {
    width: 100%;
}

.login-container .tooltip.wrapper {
    position: relative;
}

.login-container .tooltip.wrapper .tooltip.content {
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    padding: 15px;
    font-size: 13px;
    display: none;
}

.login-container .tooltip.wrapper:hover .tooltip.content {
    display: block;
}

.form.password.forget {
    max-width: 600px;
    /*margin: 0 auto;*/
}

div#captcha_user_forgotpassword-error {
    top: 100%;
}

/*.form.password.forget .field.note {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    padding-bottom: 2em; }*/

.popup-authentication .modal-inner-wrap {
    max-width: 900px;
    width: 98%;
}

.popup-authentication .modal-inner-wrap .action-close {
    display: block;
}

.popup-authentication .modal-inner-wrap .block__content {
    text-align: left;
}

.popup-authentication .modal-inner-wrap .block__content>p {
    color: #000;
}

.popup-authentication .modal-inner-wrap .block__content ul {
    margin-bottom: 20px;
}

.popup-authentication .modal-inner-wrap .block-customer-login {
    border-top: 1px solid #eae9e9;
    padding-top: 30px;
}

.popup-authentication .modal-inner-wrap .form-login {
    text-align: left;
}

.popup-authentication .modal-inner-wrap .block__title {
    font-size: 1.17rem;
    color: #000;
    margin-bottom: 15px;
}

.block-search .block-title {
    display: none;
}

#search_mini_form {
    position: relative;
    background: none;
}

@media (max-width:767.9px) {
    #search_mini_form .field.search {
        display: block !important
    }

    #search_mini_form .actions {
        display: none;
    }
}

@media (min-width:768px) {

    #search_mini_form .field.search,
    #search_mini_form .label {
        display: none;
        position: absolute;
        right: 42px;
        top: 0;
        min-width: 216px;
        background: #fff;
        z-index: 999;
    }
}

#search_mini_form .nested {
    display: none;
}

#search_mini_form button {
    font-size: 22px;
    padding: 11px;
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-search {
    display: block;
}

.rd-navbar-static .rd-navbar-search form {
    position: relative;
}

.catalogsearch-advanced-index .page-title {
    text-align: left;
}

@media (min-width: 992px) {
    .catalogsearch-advanced-index .page-title {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px);
    }
}

.catalogsearch-advanced-index .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.search.advanced legend.legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%;
    font-weight: 400;
}

.search.advanced fieldset.fieldset>.field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search.advanced fieldset.fieldset>.field>.label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
}

.search.advanced fieldset.fieldset>.field>.label:after {
    content: ':';
}

@media (min-width: 992px) {
    .search.advanced fieldset.fieldset>.field>.label {
        -webkit-flex-basis: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        max-width: 130px;
    }
}

.search.advanced fieldset.fieldset>.field>.control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .search.advanced fieldset.fieldset>.field>.control {
        -webkit-flex-basis: calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px);
    }
}

.search.advanced .price .range.price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.search.advanced .price .range.price>.field {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
}

.search.advanced .price .range.price .addafter {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    line-height: 38px;
    margin-right: 0;
}

@media (max-width: 767px) {
    .search.advanced .price .range.price .addafter {
        left: auto;
        right: 0;
    }
}

.search.advanced .price .range.price .separator {
    line-height: 28px;
    padding: 7px 0;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .search.advanced .price .range.price .addon {
        padding-right: 45px;
    }
}

.search.advanced .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9;
}

.search.advanced .actions-toolbar .action.search span {
    line-height: inherit;
}

.search.advanced .actions-toolbar .action.search span:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.search.advanced .actions-toolbar .action.search span:before {
    font-size: 22px;
    line-height: inherit;
    vertical-align: text-top;
    padding-right: 6px;
}

.search-terms ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-terms ul li {
    margin: 0 5px 5px 0;
    border: 1px solid #eae9e9;
}

.search-terms ul a {
    padding: 5px;
}

.search-terms ul a:hover {
    background: #ffffff;
}

.minicart-wrapper .showcart span[class=""] {
    line-height: inherit;
}

.minicart-wrapper .showcart span[class=""]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}



.page-title-top {
    font-size: 20px;
    margin-bottom: 20px;
}

.page-title-top .base {
    font-weight: normal;
}

.rd-navbar-cart {
    display: none;
    text-align: left;
    background: #FFF;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}

.rd-navbar-cart .block-minicart.empty {
    height: auto;
}

.rd-navbar-cart .block-minicart .empty {
    font-size: 14px;
    display: block;
    text-align: center;
}

.rd-navbar-cart #minicart-content-wrapper {
    overflow: hidden;
    padding: 35px 30px;
}



@media (max-width: 767px) {
    .rd-navbar-cart #minicart-content-wrapper {
        padding: 25px 30px;
    }
}

.rd-navbar-cart .block-content {
    position: static;
}

.rd-navbar-cart .block-content .items-total {
    font-size: 22px;
    font-weight: 300;
}

.rd-navbar-cart .block-content>.actions {
    position: relative;
}

.rd-navbar-cart .block-content>.actions .primary {
    display: flex;
    justify-content: space-between;
}

.rd-navbar-cart .block-content>.actions .primary button,
.rd-navbar-cart .block-content>.actions .primary a {
    display: block;
    width: 47%;
    text-align: center;
    box-shadow: 0px 3px 3px #bdbdbd;
    color: #48a842;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.rd-navbar-cart .block-content>.actions .primary>div div {
    margin-bottom: 10px;
}

.rd-navbar-cart .block-content>.actions .primary>div div:last-child {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .rd-navbar-cart .block-content>.actions .primary{
        flex-direction: column;
    }
    .rd-navbar-cart .block-content>.actions .primary button{
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
}

.rd-navbar-cart .block-content>.actions .secondary {
    width: 100%;
    text-align: center;
}

.rd-navbar-cart .block-content>.actions .secondary .primary {
    color: #777;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-weight: normal;
    text-transform: capitalize;
}

.rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
    background: #888888;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left,
.rd-navbar-cart .rd-navbar-cart-item__body,
.rd-navbar-cart .rd-navbar-cart-item__remove {
    position: relative;
    display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
    max-width: none;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
    vertical-align: middle;
    width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
    font-size: 14px;
    line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
    vertical-align: middle;
    width: 56px;
    font-size: 24px;
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 88px;
    display: block;
    height: 1px;
    background: rgba(136, 136, 136, 0.2);
}

#top-cart-btn-checkout {
    background: #48a842;
    color: #fff;
}

@media (min-width: 768px) {
    .rd-navbar-cart-wrap {
        position: relative;
        float: right;
        /*margin-top: 4px;*/
        padding: 2px 31px 4px;
        border-left: 1px solid #eae9e9;
        height: 40px;
    }

    .rd-navbar-cart-floating {
        display: block;
    }

    .rd-navbar-cart {
        display: block;
        position: absolute;
        width: 500px;
        top: 50px;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 19;
        transition: 0.3s ease;
    }

    .minicart-wrapper.active .rd-navbar-cart {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .minicart-wrapper .ui-dialog {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .minicart-wrapper .ui-dialog .rd-navbar-cart {
        height: 100vh;
        top: 0;
    }


}

.layout_2 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-left: 0;
}

.layout_3 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-left: 0;
}

.layout_5 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-right: 0;
}

.block-minicart .block-content {
    position: relative;
}

.block-minicart .action.close {
    position: absolute;
    right: 0;
    top: -25px;
    padding: 0;
    background: none;
    z-index: 9;
}

.block-minicart .action.close:before {
    font-family: "Linearicons";
    content: "\E92A";
    font-size: 23px;
}

.block-minicart .price {
    font-size: 12px;
    font-weight: 300;
}

.block-minicart .minicart-price .price {
    font-size: 15px;
}

.block-minicart .subtotal {
    text-align: right;
    display: none;
}

.block-minicart .subtotal .label {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.block-minicart .subtotal .price {
    font-size: 20px;
}

.block-minicart .subtitle {
    display: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
}

.block-minicart .product.actions .action {
    background: none;
    padding: 0;
    margin-left: 18px;
    color: #777;
}

.block-minicart .minicart-items-wrapper {
    margin: 25px 0;
    max-height: 351px !important;
    overflow-y: auto;
    height: auto !important;
}

.minicart-items .item>.product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
}

.minicart-items .product-item-photo {
    margin-right: 20px;
    flex: 0 0 30%;
    box-shadow: 0px 5px 3px #bdbdbd;
}

.minicart-items .product-item-details {
    min-width: 245px;
}
.minicart-items .product-item-details > *{    margin-bottom: 7px;}

.minicart-items .product-item-name {
    font-size: 15px;
    display: block;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.minicart-items .product-item-desc p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}


.minicart-items .price-container {}

.minicart-items .item {
    position: relative;
    margin-bottom: 30px !important;
    width: 100%;
}


.minicart-items .details-qty.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart-items .product.options label,
.minicart-items .details-qty.qty .label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.minicart-items .details-qty.qty .cart-item-qty {
    text-align: center;
    height: 50px;
    padding: 6px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .minicart-items .details-qty.qty .cart-item-qty {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%;
    }
}

.minicart-items .details-qty.qty .update-cart-item {
    text-align: center;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
    line-height: inherit;
    text-align: right;
}

.minicart-items .details-qty.qty .update-cart-item:before {
    font-size: 20px;
    content: "\e8da";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.minicart-items .details-qty.qty .update-cart-item span {
    display: none;
}

.minicart-items .product.options {
    display: flex;
    flex-direction: column;
}


.minicart-items .product.actions {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1rem;
    display: none;
}

.minicart-items .product.actions>div {
    display: inline-block;
}

.minicart-items img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
}

.block-minicart .owl-carousel .owl-nav.disabled {
    display: block;
}

.block-minicart button[class^='owl-nav'] {
    display: none !important;
}

.minicart-wrapper.active:before {
    position: fixed;
    width: 100%;
    /* background: red; */
    height: 100%;
    content: " ";
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(176,176,176,0.4);
}

@media (min-width: 768px) {
    .minicart-wrapper {
        padding: 10px 0;
    }
    .minicart-wrapper.active:before {
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .minicart-items .product-item-photo {
        float: left;
    }

    .minicart-items .product-item-details {
        overflow: hidden;
        min-width: 150px;
    }

    .minicart-items .details-qty .label {
        margin-right: 15px;
    }

    .minicart-items .details-qty .cart-item-qty {
        width: 60px;
    }

    .minicart-items .product-item-name {
        padding-right: 0;
    }

    .minicart-items .product.actions {
        right: 0px;
    }
}

.block-minicart .widget_fslider.crosssell {
    margin-top: 0;
}

.block-minicart .widget_fslider.crosssell:after {
    display: none;
}

.block-minicart .widget_fslider.crosssell .--slider {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 600px) {
    .block-minicart .widget_fslider.crosssell .products-grid .product-image-wrapper .product-image-photo{
        height: 130px;
    }
}

.block-minicart .p-short-desc {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.block-minicart .products-grid .product-item-details .product {
    flex-direction: column;
    margin: 0;
}

.block-minicart .products-grid .product-item-name {
    order: 2;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.block-minicart .products-grid .product-item-details .product-links {
    flex: 0 0 100%;
    text-align: left;
    order: 0;
}

.block-minicart .products-grid .on-sale {
    display: none;
}

.block-minicart .widget_fslider .__slider{
    flex-basis: 100%;
    max-width: 100%;
}

.block-minicart .widget_fslider h2 {
    margin-bottom: 20px;
    text-align: left;
}



#shopping-cart-table {
    border-collapse: collapse;
}

#shopping-cart-table a {
    font-weight: 400;
}

#shopping-cart-table .col.item .cart-column-item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1353px) {
    #shopping-cart-table .col.item .cart-column-item-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#shopping-cart-table thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}

#shopping-cart-table thead th {
    font-weight: 400;
    border-bottom: none;
    padding: 14px;
}

#shopping-cart-table tr th {
    border-right: 1px solid #eae9e9;
    padding-left: 36px;
}

#shopping-cart-table tr th:last-child {
    border-right: none;
}

#shopping-cart-table tr th:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    #shopping-cart-table tr th {
        border-right: none;
        display: none;
    }
}

#shopping-cart-table td {
    vertical-align: middle;
    min-width: 50px;
    padding: 15px 10px;
}

@media screen and (min-width: 0 \0) {
    #shopping-cart-table td {
        min-width: inherit;
    }
}

#shopping-cart-table td:first-child {
    padding-left: 0;
    padding-right: 10px;
}

@media (max-width: 1353px) {
    #shopping-cart-table td {
        padding: 20px;
    }
}

#shopping-cart-table td.price,
#shopping-cart-table td.subtotal {
    font-size: 1rem;
    line-height: 1;
}

#shopping-cart-table td>div {
    margin: 0;
}

#shopping-cart-table td input.qty {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #shopping-cart-table .cart.item .item-info {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #shopping-cart-table .cart.item .item-info td {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
}

#shopping-cart-table .cart.item td {
    border-right: 1px solid #eae9e9;
    text-align: center;
}

#shopping-cart-table .cart.item td:last-child {
    border-right: none;
}

#shopping-cart-table .cart.item td.col.item {
    text-align: left;
}

@media (max-width: 767px) {
    #shopping-cart-table .cart.item td.col.item:before {
        display: none;
    }
}

#shopping-cart-table .cart.item td .product-item-photo {
    padding-right: 30px;
}

@media (min-width: 1354px) {
    #shopping-cart-table .cart.item td .product-item-photo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }
}

#shopping-cart-table .cart.item td .price {
    font-size: 24px;
    line-height: 1;
}

#shopping-cart-table .cart.item .item-control {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
}

#shopping-cart-table .cart.item .item-control>.action {
    font-size: 22px;
    line-height: 37px;
}

#shopping-cart-table .cart.item .item-control>.action span {
    display: none;
}

#shopping-cart-table .cart.item .item-control>.action-edit {
    line-height: inherit;
}

/*#shopping-cart-table .cart.item .item-control > .action-edit:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }*/
#shopping-cart-table .cart.item .item-control>.action-delete {
    line-height: inherit;
}

/*#shopping-cart-table .cart.item .item-control > .action-delete:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }*/
#shopping-cart-table .cart.item .col.price,
#shopping-cart-table .cart.item .col.subtotal {
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 991px) {

    #shopping-cart-table .cart.item .col.price,
    #shopping-cart-table .cart.item .col.subtotal {
        font-size: 16px;
    }
}

#shopping-cart-table .cart.item .product-item-details {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

@media (max-width: 1353px) {
    #shopping-cart-table .cart.item .product-item-details {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1353px) {
    #shopping-cart-table .cart.item .product-item-details {
        text-align: center;
    }
}

#shopping-cart-table .cart.item .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 20px;
}

#shopping-cart-table .cart.item .product-item-details dl.item-options {
    font-size: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shopping-cart-table .cart.item .product-item-details dl.item-options dt {
    font-weight: 400;
    text-transform: capitalize;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 5px;
}


#shopping-cart-table .cart.item .product-item-details dl.item-options dd {
    padding-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    text-transform: capitalize;
}

#shopping-cart-table .item-actions {
    border-top: 1px solid #eae9e9;
}

#shopping-cart-table .item-control {
    position: relative;
}

#shopping-cart-table .item-control .action-gift {
    font-size: 22px;
    line-height: 37px;
    line-height: inherit;
}

#shopping-cart-table .item-control .action-gift:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

#shopping-cart-table .item-control .action-gift span {
    display: none;
}

#shopping-cart-table .item-control .gift-content {
    display: none;
    background: #FFF;
    border: 1px solid #eae9e9;
    padding: 0.5rem;
    text-align: left;
    min-width: 250px;
}

#shopping-cart-table .item-control .gift-content._active {
    display: block;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
}

#shopping-cart-table .item-control .action-edit,
#shopping-cart-table .item-control .action-delete {
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
}

#shopping-cart-table .item-control .action-edit span,
#shopping-cart-table .item-control .action-delete span {
    display: none;
}

@media screen and (min-width: 0 \0) {
    .cart.table-wrapper {
        overflow: auto;
    }
}

table.cart {
    width: 100%;
}

table.cart>caption,
table.cart .qty label {
    display: none;
}

table.cart .product-item-details,
table.cart .product-item-photo {
    display: table-cell;
}

@media screen and (min-width: 0 \0) {

    table.cart .product-item-details,
    table.cart .product-item-photo {
        display: block;
    }
}

@media screen and (min-width: 0 \0) and (min-width: 1354px) {

    table.cart .product-item-details,
    table.cart .product-item-photo {
        min-width: 150px;
    }
}

table.cart td.price .price,
table.cart td.subtotal .price {
    display: inline-block;
    padding: 6px 0;
}

.cart-container .main.actions {
    margin: 30px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cart-container .main.actions {
        margin-bottom: 1.5rem;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}


.cart-container .main.actions .action {
    border: none;
    padding: 6px 15px 6px;
    font-size: 12px;
    line-height: 27px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .cart-container .main.actions .action {
        width: 100%;
        text-align: center;
    }
}

.cart-container .main.actions .action:before {
    font-size: 22px;
    line-height: 1;
}

.cart-container .main.actions .action:hover,
.cart-container .main.actions .action:hover span {
    transition: 0.3s ease;
}

.cart-container .main.actions .action span {
    line-height: 38px;
    font-weight: 400;
    text-transform: capitalize;
}


.cart-container .main.actions .action.continue:before {
    content: "\e943";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.cart-container .main.actions .action.clear {
    margin-left: 2rem;
    margin-right: auto;
}

.cart-container .main.actions .action.clear:before {
    content: "\E809";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

@media (max-width: 767px) {
    .cart-container .main.actions .action.clear {
        margin-left: 0;
    }
}

.cart-container .main.actions .action.update {}

.cart-container .main.actions .action.update:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.cart-container .main.actions .action.continue:before,
.cart-container .main.actions .action.clear:before,
.cart-container .main.actions .action.update:before {
    vertical-align: text-top;
}

#shopping-cart-table .cart.item .item-control > * {
    margin-bottom: 10px;
}

.cart-summary {
    border: 1px solid #eae9e9;
    padding: 25px;
}

.cart-summary .block.discount:not(.active) {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 30px;
}

.cart-summary .title strong {
    font-weight: 500;
}

.cart-summary>.title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart-summary .title strong {
        font-size: 12px;
    }
}


.cart-summary [role="tablist"] [role="tabpanel"] {
    padding-bottom: 34px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eae9e9;
}

.cart-summary [role="tablist"] [role="tab"] {
    margin-bottom: 21px;
}

.cart-summary [role="tablist"] [role="tab"]:before {
    content: '';
    display: none;
    opacity: 0;
}

.cart-summary [role="tablist"] [role="tab"] strong:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 12px;
    line-height: 1;
    padding-left: 10px;
}

.cart-summary [role="tablist"].active [role="tab"] strong:after {
    content: '\e939';
}

.cart-summary [role="tablist"].discount [role="tab"] {
    margin-bottom: 1em;
}

.cart-summary [role="tablist"].discount.active [role="tab"] {
    margin-bottom: 0;
}

.cart-summary #shipping-zip-form {
    margin-bottom: 11px;
}

.cart-summary #shipping-zip-form .field .label,
.cart-summary #shipping-zip-form .field label {
    font-weight: 500;
}

.cart-summary #co-shipping-method-form .item-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px;
}

.cart-summary #co-shipping-method-form .field.choice input[type=radio]+.label:before {
    font-size: 20px;
    padding-right: 24px;
    vertical-align: text-top;
}

.cart-summary #co-shipping-method-form .label {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.cart-summary .checkout.methods .item {
    margin-bottom: 20px;
}
.cart-summary .checkout.methods .item h3{
    margin-bottom: 10px;
    line-height: 1.5rem;
}
.cart-summary .checkout.methods .item h3 span{
    color: #231f20 !important;
}
.cart-summary .checkout.methods .item a {
    color: #48a842;
}

.cart-summary .checkout.methods .item button.primary{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48a842;
}
.cart-summary .block {
    margin: 0;
}

.cart-summary .block .title {
    text-transform: uppercase;
}

.cart-summary #discount-coupon-form .field {
    margin-bottom: 30px;
}

.cart-summary .cart-totals caption {
    display: none;
}

.cart-summary .cart-totals th,
.cart-summary .cart-totals td {
    padding-left: 0;
}

.cart-summary .legend {
    display: none;
}

#cart-totals .table.totals {
    padding: 1rem 0;
}

#cart-totals .table.totals th,
#cart-totals .table.totals td {
    border: none;
}

#cart-totals .table.totals th {
    padding-right: 19px !important;
    font-size: 20px;
    line-height: 1;
}

#cart-totals .table.totals .mark,
#cart-totals .table.totals .amount {
    padding: 0;
    text-align: right;
    padding-bottom: 20px;
}

#cart-totals .table.totals .mark strong,
#cart-totals .table.totals .amount strong {
    font-weight: 400;
}

#cart-totals .table.totals .mark:after {
    content: ':';
}

#cart-totals .table.totals .amount,
#cart-totals .table.totals .amount strong {
    font-weight: 400;
    font-size: 18px;
}

#cart-totals .table.totals .shipping .value {
    font-weight: 400;
    font-size: 12px;
    vertical-align: initial;
}

@media (max-width: 767px) {
    #cart-totals .table.totals td::before {
        display: none;
    }

    #cart-totals .table.totals .mark {
        display: table-cell;
        text-align: left;
        font-size: 12px;
    }

    #cart-totals .table.totals td {
        display: table;
    }

    #cart-totals .table.totals .amount {
        display: table;
    }

    #cart-totals .table.totals .amount,
    #cart-totals .table.totals .mark {
        padding: 5px 0;
    }
}


.items.methods,
.item-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.item-options{margin-top: 10px;}

.items.methods dt,
.items.methods dd{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}


.item-options dt,
.item-options dd {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

.item-options dd {
    flex-basis: 70%;
    max-width: 70%;
    white-space: normal;
    padding: 0;
}

.items.methods .item,
.item-options .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.items.methods .checkout,
.item-options .checkout {
    width: 100%;
}

.items.methods .action.multicheckout,
.item-options .action.multicheckout {
    background-color: transparent;
    padding: 5px 0;
    border: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    position: relative;
}

.items.methods .action.multicheckout:hover,
.item-options .action.multicheckout:hover {
    background-color: transparent;
}

.items.methods .action.multicheckout span:after,
.item-options .action.multicheckout span:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 100%;
    transition: .3s ease;
}

.cart-summary .checkout-methods-items {
    padding: 0 10px;
    display: block;
}

.cart-summary .checkout-methods-items img {
    width: 100%;
    max-width: 140px;
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        border-top: 1px solid #eae9e9;
        padding-top: 30px;
        margin-top: 10px;
    }
}

.block.shipping .items.methods {
    display: block;
}

.block.shipping .items.methods .item-title,
.block.shipping .items.methods .item-options {
    max-width: 100%;
    padding: 0;
}

.block.shipping .field.note {
    font-size: 12px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
}

/*.block.discount .apply {
  border-color: #eae9e9;
  background: #FFF; }*/
.block.discount .apply:hover {
    color: #fff;
}

.multicheckout.address .table-wrapper {
    margin-bottom: 40px;
}

.multicheckout.address .table-caption {
    display: none;
}

.multicheckout.address .title {
    text-transform: uppercase;
    margin-bottom: 25px;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: none;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935";
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    opacity: 0.5;
}

.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
    display: none;
}

.modals-overlay {
    z-index: 800;
}

.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
}

.modal-slide {
    left: auto;
    z-index: 1000;
}

.modal-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px;
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem;
}

.modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-popup {
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
}

.modal-popup._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.modal-popup._inner-scroll {
    overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
    overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.modal-popup .modal-footer button {
    margin: 0 3px;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/*.modal-popup .modal-footer button:hover {
        color: #FFF; }*/
.modal-popup .modal-footer button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-popup .modal-footer button {
        font-size: 12px;
    }
}

.modal-popup .modal-footer-actions {
    text-align: right;
}

.modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem;
}

@media (max-width: 767px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0;
    }
}

.modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static;
}

.modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
    border: 1px solid #ccc;
    margin: 0 auto 2rem;
    max-width: 58rem;
    padding: 2rem;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
    max-height: 54rem;
}

.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 768px -1) {
    .custom-slide {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        pointer-events: none;
        left: auto;
        z-index: 1000;
    }

    .custom-slide._show {
        visibility: visible;
        background: rgba(255, 255, 255, 0.65);
        pointer-events: auto;
    }

    .custom-slide._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .custom-slide .modal-inner-wrap {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
        opacity: 1;
    }

    .custom-slide._show .modal-inner-wrap {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform, visibility;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: 310px;
    }

    .custom-slide._inner-scroll .modal-inner-wrap {
        overflow-y: visible;
        display: flex;
        flex-direction: column;
    }

    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
        flex-grow: 0;
        flex-shrink: 1;
    }

    .custom-slide._inner-scroll .modal-content {
        overflow-y: auto;
    }

    .custom-slide._inner-scroll .modal-footer {
        margin-top: auto;
    }

    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
        padding: 0 0.5rem 0.5rem;
    }

    .custom-slide .modal-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .custom-slide .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw;
    }

    .modal-custom .action-close,
    .modal-popup .action-close,
    .modal-slide .action-close {
        display: block;
    }
}

@media print {
    .modal-popup {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

.checkout-index-index .page-title span {
    z-index: 35;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.checkout-index-index .step-title {
margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.checkout-header {
    background: #03391f;
}

.checkout-header a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.checkout-header a:hover {
    text-decoration: underline;
}

.checkout-header-btm .row,
.checkout-header .row {
    align-items: center;
    min-height: 60px;
}

.checkout-header-btm {
    border-bottom: solid 1px #dedede;
}

.checkout-header-btm h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-left: 31px;
    line-height: 30px;
}

.checkout-header-btm h2:before {
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 0;
}

.checkout-header-btm h2.icon-cart {
    color: #231f20;
}

.checkout-header-btm h2.icon-truck:before {
    top: -4px;
}

.checkout-index-index .opc-wrapper .step-content {
    margin: 0;
}

.checkout-index-index .opc-wrapper .step-content legend {
    font-weight: 400;
}

.checkout-index-index .opc-wrapper .step-content .note {
    font-size: 12px;
}

.checkout-index-index .opc-wrapper .step-content .note::before {
    font-family: "Linearicons";
    content: '\E811';
    padding-right: 5px;
}


.checkout-index-index .opc-wrapper .step-content .message {
    padding: 9px 5px 6px 10px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.opc-wrapper .field {
    margin-bottom: 20px;
}

.opc-wrapper .field[name="shippingAddress.firstname"],
.opc-wrapper .field[name="shippingAddress.lastname"],
.opc-wrapper .field[name="shippingAddress.region_id"],
.opc-wrapper .field[name="shippingAddress.region"],
.opc-wrapper .field[name="shippingAddress.city"] {
    width: 50%;
    float: left;
}

.opc-wrapper .field[name="shippingAddress.company"] {
    display: none;
}

.opc-wrapper .field[name="shippingAddress.postcode"],
.opc-wrapper .field[name="shippingAddress.company"] {
    clear: both;
}


.opc-wrapper .payment-method-billing-address {
    margin-top: 20px;
}

.opc-wrapper .field[name="shippingAddress.street.1"] {
    display: none;
}

.opc-wrapper .field-error {
    background: #ef423c;
    color: #fff;
    text-align: center;
    display: flex;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
}

.opc-wrapper .field-error span {
    font-style: normal;
    color: #fff;
    font-size: 10px;
}

.opc-wrapper  .select2-selection__rendered{line-height: 30px !important;}
.opc-wrapper  .select2-selection__arrow{line-height: 30px !important;}

.opc-wrapper .input-text {
    min-height: 30px;
    border-radius: 5px;
    padding: 0 10px;
}

.opc-wrapper .field._error .input-text {
    border-radius: 5px 5px 0 0;
    border-color: #ef423c;
}

.opc-wrapper #co-shipping-method-form tr.warehousepickup {
    display: none;
}

/*.checkout-index-index .opc-wrapper .step-content #customer-email-fieldset>.field .label,
.checkout-index-index .opc-wrapper .step-content .fieldset.address>.field .label {
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 1354px) {

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset>.field:before,
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset>.field:after,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field:before,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset>.field:after,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field:after {
        clear: both;
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset .field .label,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field .label {
        float: left;
        padding-top: 1em;
        margin-right: 0;
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset .field>.control,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field>.control {
        margin-left: 165px;
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset>.field>.control._with-tooltip,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address>.field>.control._with-tooltip {
        padding-right: 50px;
    }
}

.checkout-index-index #customer-email-fieldset .loading-mask {
    display: none !important;
}

.checkout-index-index #customer-email-fieldset .field {
    margin-bottom: 15px !important;
}*/

.checkout-index-index .loading-mask {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 9999;
}

.checkout-index-index .loading-mask .loader {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.checkout-index-index .loading-mask .loader:before,
.checkout-index-index .loading-mask .loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    border-width: 3px;
    border-style: solid;
}

.checkout-index-index .loading-mask .loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite;
}

.checkout-index-index .loading-mask .loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.checkout-index-index .loading-mask .loader p {
    display: none;
}

.checkout-index-index .loading-mask .loader>img {
    bottom: 0;
    left: 0;
    height: 60px;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: auto;
    display: none;
}

.checkout-index-index .items-in-cart .product-item .product:before,
.checkout-index-index .items-in-cart .product-item .product:after {
    display: table;
    content: "";
    line-height: 0;
}

.checkout-index-index .items-in-cart .product-item .product:after {
    clear: both;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options strong {
    font-size: 12px;
    font-weight: 700;
}   
.checkout-index-index .opc-block-summary .minicart-items .product.options span {
  font-size: 10px;
  font-weight: 400;
}    

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .subtitle {
    display: none;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options {
    display: block;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options dt,
.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options dd {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .label {
    float: left;
    padding-right: 3px;
    font-weight: 400;
    color: #000;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .label:after {
    content: ':';
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .values {
    padding-left: 0;
    font-style: normal;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .values:before,
.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .values:after {
    display: table;
    content: "";
    line-height: 0;
}

.checkout-index-index .opc-block-summary .minicart-items .product.options>.content .item-options .values:after {
    clear: both;
}


.checkout-success-thankyou {
    text-align: CENTER;
    background: rgba(3, 57, 31, 0.15);
    padding: 30px 0 10px;
}

.checkout-success-thankyou p {
    letter-spacing: 0.5px;
}

.checkout-success-thankyou h2,
.checkout-success-thankyou strong {
    margin-bottom: 15px;
}

.checkout-success-thankyou strong {
    display: inline-block;
    background: #fff;
    font-size: 11px;
    font-weight: 300;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    padding: 0 10px;
}

.checkout-success-thankyou h2 {
    color: #48a842;
    letter-spacing: 1px;
}

.checkout-success {
    margin-top: 40px;
}

.checkout-success h3 {
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.checkout-success .refer {
    background: #f9f9f9;
    padding-top: 25px;
    padding-bottom: 25px;
}

.checkout-success .refer p,
.checkout-success .refer h3 {
    margin-bottom: 20px;
}

.checkout-success .refer .social-links {
    display: flex;
}
.checkout-success .refer .social-links p {
    margin-right: 5px;
}

.checkout-success .refer p{letter-spacing: 0.5px;}

.checkout-success .refer a.action {
    height: 30px;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
        border-radius: 5px;
}

.checkout-success .refer input {
    background: #fff
}

.checkout-success .ship-address {
    margin-bottom: 30px;
      letter-spacing: 0.5px;
}

.checkout-success p[class^="icon-"]{
      letter-spacing: 0.5px;
        position: relative;
    padding-left: 25px;
}
.checkout-success p[class^="icon-"]:before {
    margin-right: 13px;
    position: ABSOLUTE;
    left: 0;
    top: 0;
    line-height: 24px;
}
.checkout-onepage-success footer:not(.layout_1) {
    display: none;
}

.checkout-onepage-success .column.main {
    min-height: 760px;
}
.checkout-onepage-success .widget_textslide_block {
    display: none;
}

.checkout-onepage-success #registration .action.primary {
    background: #03391f;
    padding: 7px 19px 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #03391f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    margin-top: 20px;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 3px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.checkout-onepage-success #registration .action.primary:hover {
    color: #FFF;
}

.checkout-onepage-success #registration .action.primary span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .checkout-onepage-success #registration .action.primary {
        font-size: 12px;
    }
}

.checkout-onepage-success .page-title {
    text-align: left;
}

.checkout-onepage-success .checkout-success>p>span {
    font-size: 24px;
}

.checkout-onepage-success .actions-toolbar {
    padding-top: 20px;
    margin-bottom: 30px;
    justify-content: flex-end;
}

@media (min-width: 768px) {

    .checkout-container:before,
    .checkout-container:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .checkout-container:after {
        clear: both;
    }

    .checkout-container .opc-wrapper {
        float: right;
        width: 66.6667%;
    }

    .checkout-container .opc-sidebar {
        float: left;
        width: 31%;
    }
}

.checkout-container .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar {
    padding-bottom: 30px;
}

.checkout-container .minicart-items .product-item-details {
    min-width: inherit;
    overflow: hidden;
}

#checkout-step-payment legend.legend {
    font-size: 16px;
    margin-bottom: 1em;
}

#checkout-step-payment .payment-method-content .actions-toolbar {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*#checkout-payment-method-load {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eae9e9;
}*/

#checkout-payment-method-load .field.choice input[type=checkbox] {
    position: relative;
    z-index: auto;
    opacity: 1;
    margin: -4px 10px 0 0;
    display: inline;
}

#checkout-payment-method-load label {
    font-size: 16px;
    display: inline;
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio]+.label {
    font-size: 16px;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio]+.label:before {
    margin-top: -5px;
    font-size: 25px;
    margin-right: 11px;
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio]+.label>span {
    padding-right: 10px;
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio]+.label img {
    margin-right: 10px;
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio]+.label>.action span {
    text-decoration: underline;
}

#checkout-payment-method-load .payment-method {}
#checkout-payment-method-load .payment-method:not(._active){display: none;}

#checkout-payment-method-load .payment-method:last-child {
    margin-bottom: 0;
}

#checkout-payment-method-load .payment-method .payment-method-title {
    margin: 0;
    display: none;
}

#checkout-payment-method-load .payment-method .payment-method-content {
    display: none;
}

#checkout-payment-method-load .payment-method._active .payment-method-content {
    display: inline-block;
    margin-top: 20px;
}

#checkout-payment-method-load .payment-method-note {
    margin-bottom: 10px;
}

#checkout-payment-method-load .payment-method-braintree .hosted-control {
    background: #ffffff;
    border: 1px solid #c2c2c2;
    height: 32px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    position: relative;
    max-width: 225px;
    margin-bottom: 8px;
}

#checkout-payment-method-load .payment-method-braintree .hosted-control.hosted-cid {
    width: 80px;
}

#checkout-payment-method-load #braintree_enable_vault {
    opacity: 0;
}

#checkout-payment-method-load .credit-card-types {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#checkout-payment-method-load .credit-card-types li {
    margin-right: 10px;
}

#checkout-payment-method-load .credit-card-types img {
    border: 1px solid;
}

.payment-method-billing-address .actions-toolbar {
    padding-bottom: 30px;
}

.opc-payment-additional.discount-code .payment-option-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
}

.opc-payment-additional.discount-code .form-discount {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.opc-payment-additional.discount-code .form-discount .payment-option-inner {
    flex: 0 0 75%;
}

.opc-payment-additional.discount-code .form-discount .input-text {
    border-radius: 5px 0 0 5px;
}

.opc-payment-additional.discount-code .form-discount .actions-toolbar {
    flex: 0 0 25%;
}

.opc-payment-additional.discount-code .form-discount .actions-toolbar .primary {
    width: 100%;
}

.opc-payment-additional.discount-code .form-discount .actions-toolbar .action {
    margin: 0;
    width: 100%;
    border-radius: 0 5px 5px 0;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}


.opc-payment-additional.discount-code .form-discount .payment-option-inner .control {
    margin: 0;
}

/*.opc-payment-additional.discount-code .form-discount .payment-option-inner input {
    max-width: 320px;
    padding: 15px 20px; }*/
.opc-payment-additional.discount-code label.label {
    display: none;
}

.checkout-shipping-method {
    position: relative;
}

.opc-wrapper .shipping-policy-block.field-tooltip {
    top: 0 !important;
    margin-top: 0;
}

@media (max-width: 768px) {
    .opc-wrapper .shipping-policy-block.field-tooltip {
        position: relative;
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.opc-progress-bar {
    margin-bottom: 3rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

@media (min-width: 768px) {
    .opc-progress-bar {
        float: left;
        padding-right: 30px;
        width: 66.6667%;
    }
}

.opc-progress-bar .opc-progress-bar-item {
    font-size: 18px;
    line-height: 2em;
    position: relative;
    padding-top: 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    overflow: hidden
}

.opc-progress-bar .opc-progress-bar-item:before {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border: 2px solid #48a842;
    border-radius: 50%;
    background: #FFF;
}

.opc-progress-bar .opc-progress-bar-item:after {
    content: '';
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .opc-progress-bar .opc-progress-bar-item {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .opc-progress-bar .opc-progress-bar-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
}


.opc-progress-bar .opc-progress-bar-item:first-child span:before {
    content: '01.';
}

.opc-progress-bar .opc-progress-bar-item:last-child span:before {
    content: '02.';
}

.opc-progress-bar .opc-progress-bar-item span {
    color: #0b4857;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .opc-progress-bar .opc-progress-bar-item span {
        font-size: 18px;
    }
}

.opc-progress-bar .opc-progress-bar-item span:after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 1px;
    width: 280px;
    height: 1px;
    opacity: 0.5;
    z-index: -1;
    background: #888;
}

.opc-progress-bar .opc-progress-bar-item._active span::after {
    background: #48a842;
}

@media (min-width: 992px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 260px;
    }
}

@media (min-width: 1200px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 330px;
        bottom: -21px;
    }
}

@media (min-width: 1354px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 405px;
    }
}

.opc-progress-bar .opc-progress-bar-item._active {
    opacity: 1;
}

.opc-progress-bar .opc-progress-bar-item._active:before {
    opacity: 1;
}

.opc-progress-bar .opc-progress-bar-item._active:after {
    opacity: 1;
    display: block;
    background-color: #48a842;
    border-color: #48a842;
}

.opc-progress-bar .opc-progress-bar-item._complete {
    opacity: .5;
}



.opc-sidebar .opc-block-summary span.title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 23px;
}

.opc-sidebar .opc-block-summary .table-totals {
    margin-bottom: 30px;
    border-bottom: 1px solid #eae9e9;
}

.opc-sidebar .opc-block-summary table.table-totals tbody th,
.opc-sidebar .opc-block-summary table.table-totals tbody td {
    border: none;
}

.opc-sidebar .opc-block-summary table.table-totals tbody td {
    padding-left: 10px;
}

.opc-sidebar .opc-block-summary .table-totals tr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.opc-sidebar .opc-block-summary .table-totals tr:last-child {
    padding-bottom: 20px;
}

.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals td {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1;
}

.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals th strong,
.opc-sidebar .opc-block-summary .table-totals td,
.opc-sidebar .opc-block-summary .table-totals td strong {
    font-weight: 400;
}

.opc-sidebar .opc-block-summary .table-totals th .value,
.opc-sidebar .opc-block-summary .table-totals td .value {
    font-size: 12px;
    line-height: 20px;
    vertical-align: baseline;
}

.opc-sidebar .opc-block-summary .table-totals th .value:before,
.opc-sidebar .opc-block-summary .table-totals td .value:before {
    content: '(';
}

.opc-sidebar .opc-block-summary .table-totals th .value:after,
.opc-sidebar .opc-block-summary .table-totals td .value:after {
    content: ')';
}

.opc-sidebar .opc-block-summary .table-totals th {
    padding-right: 0;
}

.opc-sidebar .opc-block-summary .table-totals th:after {
    content: ':';
}

.opc-block-summary .minicart-items img {
    width: 130px;
    max-width: inherit;
    height: 200px;
    object-fit: cover;
}

.opc-sidebar .items-in-cart p {
    margin: 0;
}

.opc-sidebar .items-in-cart strong {
    font-size: 12px;
    font-weight: 400;
}

.opc-sidebar .items-in-cart .product-item-name {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.opc-sidebar .items-in-cart .product-item-desc p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.opc-sidebar .items-in-cart .price {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.opc-sidebar .items-in-cart .product-item-actions {
    flex-direction: column;
    margin: 0;
}

.opc-sidebar .items-in-cart .product-item-actions a:before {
    font-family: "Linearicons";
    text-indent: 1px;
    margin: 0 5px 0 1px;
    font-weight: normal;
}

.opc-sidebar .items-in-cart .product-item-actions a.to-wishlist:before {
    content: "\E808"
}

.opc-sidebar .items-in-cart .product-item-actions a.to-remove:before {
    content: "\E809"
}

.opc-sidebar .items-in-cart .product-item-actions a.to-edit:before {
    content: "\E806"
}



.opc-sidebar .items-in-cart .product-item-actions a {
    font-size: 12px;
    font-weight: 600;
}


.opc-sidebar .items-in-cart .product-item-name,
.opc-sidebar .items-in-cart .details-qty {
    padding-right: 0;
}

.opc-sidebar .items-in-cart .details-qty {
    font-size: 12px;
    padding: 0 0 10px;
}

.opc-sidebar .items-in-cart .subtotal {
    font-size: 18px;
}

/*.opc-payment-additional.discount-code .payment-option-title:after,
.opc-sidebar .items-in-cart .title:after {
    font-family: "Linearicons";
    content: "\e93a";
    position: ABSOLUTE;
    right: 0;
    top: 0;
}*/

.opc-payment-additional.discount-code._active .payment-option-title:after,
.opc-sidebar .items-in-cart.active .title:after {
    content: "\e939";
}

.opc-sidebar .shipping-information-title,
.opc-sidebar .shipping-information-title strong,
.opc-sidebar .title,
.opc-sidebar .title strong {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}

.opc-sidebar .shipping-information-title .action-edit,
.opc-sidebar .title .action-edit {
    line-height: inherit;
    font-size: 22px;
    box-shadow: none;
}

.opc-sidebar .shipping-information-title .action-edit:before,
.opc-sidebar .title .action-edit:before {
    content: "\e803";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.opc-sidebar .shipping-information-title {
    margin-bottom: 0;
}

.opc-sidebar .ship-to {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eae9e9;
    font-size: 12px;
}

.opc-sidebar .ship-via {
    font-size: 12px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .opc-sidebar .modal-inner-wrap {
        padding: 10px;
    }

    .opc-sidebar .minicart-items .product-image-container {
        max-width: 90px;
    }

    .opc-sidebar .opc-block-summary span.title {
        font-size: 18px;
    }
}

.opc-step-tabs {
    display: flex;
}

.opc-step-tabs li {
    border: solid 1px #dedede;
    border-right: 0;
    text-align: center;
    cursor: pointer;
    flex: 1;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    font-weight: 400;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    background-size: auto;
}

.opc-step-tabs li.active {
    border-bottom-color: #48a842;
}

.opc-step-tabs li:first-child {
    border-radius: 5px 0 0 5px;
}

.opc-step-tabs li:last-child {
    border-right: solid 1px #dedede;
    border-radius: 0 5px 5px 0;
}

#co-payment-form .opc-step-tabs li {
    text-indent: -3000px;
    overflow: hidden;
}

.opc-step-tabs li.cashondelivery {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/cod.png);
}

.opc-step-tabs li.checkmo {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/cheque.png);
}

.opc-step-tabs li[class^="afterpay"] {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/afterpay.png);
}
.opc-step-tabs li[class^="paypal"] {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/paypal.png);
}

.opc-step-tabs li[class^="hosted_pro"],
.opc-step-tabs li[class^="stripe"] {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/cards.png);
    background-size: 83%;
}






.block.items-in-cart {
    margin-top: 2rem;
}

.block.items-in-cart .product-item {
    margin-bottom: 1rem;
}

.block.items-in-cart .product-item .product-image-container {
    float: left;
    margin: 0 1rem 1rem 0;
}

.opc-wrapper .shipping-address-item {
    padding: 20px;
    border: solid 1px transparent;
}

.opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #eae9e9;
}

.opc-wrapper .field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 55% !important;
    margin-top: -14px;
}

@media (max-width: 1353px) {
    .opc-wrapper .field-tooltip {
        margin-top: 4px;
    }
}

.opc-wrapper .field-tooltip._active {
    z-index: 100;
}

.opc-wrapper .field-tooltip._active .field-tooltip-content {
    display: block;
}

.opc-wrapper .field-tooltip._active .field-tooltip-action:before {
    color: #32d0b1;
}

.opc-wrapper .field-tooltip .field-tooltip-action {
    outline: none;
}

.opc-wrapper .field-tooltip .field-tooltip-action:before {
    content: "\E813";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 22px;
    color: #32d0b1;
    outline: none;
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus {
    z-index: 100;
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
    display: block;
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus::before {
    color: #32d0b1;
}

.opc-wrapper .field-tooltip .field-tooltip-content {
    background: #f5f5f5;
    border: solid 1px #dddddd;
    padding: 12px;
    width: 270px;
    display: none;
    right: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    word-wrap: break-word;
    z-index: 2;
}

.opc-wrapper #customer-email-fieldset .field-tooltip {
    margin-top: -28px;
}

.form-shipping-address .field.street label {
    display: none;
}

.form-shipping-address .field.required.street div.mage-error {
    position: relative;
}

/*#opc-shipping_method {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eae9e9;
}*/

#opc-shipping_method .step-title {
    margin-bottom: .7em;
}

/*#checkout-shipping-method-load {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eae9e9;
    overflow-y: auto;
}*/

#shipping-method-buttons-container {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.payment-methods .actions-toolbar .action,
#shipping-method-buttons-container .action {
    margin: 0;
    background-color: #48a842;
    border-color: #48a842;
}

.payment-methods .actions-toolbar .action.checkout {
    display: none;
}

#shipping-method-buttons-container .action span span:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-left: 7px;
    vertical-align: -1px;
}

.table-checkout-shipping-method {
    width: 100%;
}

.table-checkout-shipping-method .radio {
    margin: 0;
}

.table-checkout-shipping-method thead {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}

.table-checkout-shipping-method td {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .table-checkout-shipping-method {
        font-size: 12px;
    }
}

.methods-shipping {
    margin-bottom: 2rem;
}

.opc-estimated-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.opc-estimated-wrapper .estimated-block span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.opc-estimated-wrapper .estimated-price {
    color: #32d0b1;
}

.opc-estimated-wrapper .minicart-wrapper button {
    font-weight: 600;
    text-decoration: underline;
}

.checkout-index-index .opc-estimated-wrapper {
    display: none;
}

aside {
    outline: none;
}

.opc-block-summary .table-totals caption {
    display: none;
}

.opc-block-shipping-information .shipping-information {
    border-top: 1px solid #eae9e9;
    padding-top: 20px;
}

.opc-block-shipping-information .shipping-information-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.opc-block-shipping-information .shipping-information-content {
    padding: 10px 10px 10px 0;
}

.opc-block-shipping-information .action-edit {
    background: none;
    padding: 0;
}

.opc-block-shipping-information .action-edit span {
    display: none;
}

.opc-block-shipping-information .action-edit:hover {
    background: none;
    opacity: 0.5;
}

.opc-block-shipping-information .action-edit::before {
    content: "\e803";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-right: 10px;
}

.billing-address-details {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    display: none;
}

@media (max-width: 768px) {
    .opc-block-summary .table-totals th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
    }

    .opc-block-summary .table-totals td {
        padding: 0;
    }

    .opc-block-summary .table-totals td::before {
        display: none;
    }
}

.checkout-index-index .checkout-container {
    position: relative;
    margin-top: 30px;
}

.checkout-index-index .checkout-container .authentication-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: none;
    transition: .3s ease;
}

.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
    top: -180px;
}

@media (max-width: 767px) {
    .checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
        top: 0;
    }
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .primary button {
    margin: 0 0 5px 0;
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a {
    margin: 0;
    border: none;
    background: transparent;
    padding: 6px 0;
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a:hover {
    background-color: transparent;
}

.checkout-index-index .checkout-container .authentication-wrapper .modal-custom-overlay {
    background: none;
}

.checkout-index-index .checkout-container .authentication-dropdown {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
    width: 270px;
    right: 0;
    left: auto;
    position: absolute;
    overflow: visible;
}

.checkout-index-index .checkout-container .authentication-dropdown._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto;
}

.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
}

.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    margin: 0;
    width: 100%;
}

/*.checkout-index-index .checkout-container input:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18); }*/

.ie11 .checkout-container .authentication-dropdown {
    overflow-y: inherit;
}

.checkout-container .authentication-dropdown .action-close {
    display: block;
}

.checkout-payment-method .ccard .number .input-text {
    max-width: 225px;
}

.checkout-payment-method .ccard .month .select {
    max-width: 140px;
}

.checkout-payment-method .group-2:before,
.checkout-payment-method .group-2:after {
    display: table;
    content: "";
    line-height: 0;
}

.checkout-payment-method .group-2:after {
    clear: both;
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: auto !important;
    float: left;
    margin-right: 15px;
}


.checkout-review {
    background: #03391f;
    padding: 25px;
}

.checkout-review * {
    color: #fff;
}

.checkout-review table {
    width: 100%;
}

.checkout-review h3 {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.checkout-review td {
    font-size: 10px;
    font-weight: 400;
}

.checkout-review th {
    font-size: 12px;
    font-weight: 700;
}

.checkout-terms p {
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}

.checkout-terms p a {
    color: #48a842;
}

button.e-place-order {
    background: #b0b0b0;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 60px;
    font-size: 13px;
    font-weight: 700;
    /* line-height: 16px; */
    /* text-align: center; */
    text-transform: uppercase;
    justify-content: center;
    margin-top: 15px;
}

button.e-place-order span+span {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.opc-wrapper .field.cvv .input-text.cvv {
    width: 100px;
}

.opc-wrapper .field.cvv .field-tooltip {
    right: auto;
    left: 106px;
}

.page-print.sales-order-print #maincontent {
    margin-top: 3rem;
}

.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
    display: none;
}

.rating-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.rating-summary .label {
    margin-right: 1rem;
}

.rating-summary .rating-result__stars,
.rating-summary .rating-result__text {
    font-size: 19px;
    color: #777;
}

.rating-summary .rating-result__stars span,
.rating-summary .rating-result__text span {
    margin-right: 1px;
}

.rating-summary .rating-result__stars span:last-child,
.rating-summary .rating-result__text span:last-child {
    margin-right: 0;
}

.rating-summary .rating-result__text {
    position: absolute;
    left: 0;
    top: 0;
    color: #03391f;
    display: inline-block;
}

.rating-summary .rating-result__text div {
    overflow: hidden;
    display: flex;
}

.review-field-ratings>legend.label {
    float: left;
    margin-right: 0;
}

.review-field-ratings>div.control {
    margin-top: 7px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .rating-summary .rating-result__text div {
        display: flex;
    }
}

.review-toolbar:before,
.review-toolbar:after {
    display: table;
    content: "";
    line-height: 0;
}

.review-toolbar:after {
    clear: both;
}

.review-toolbar .field>.label {
    margin-right: 10px;
    padding: 14px 0;
    font-weight: normal;
}

.review-toolbar .field {
    margin-bottom: 0;
}

.review-list .review-items {
    margin-top: 25px;
}

.review-list .review-item {
    margin-bottom: 2rem;
}

.review-list .review-title {
    margin-bottom: 1rem;
}

.review-list .rating-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.review-list .rating-label {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
    padding: 6px 0;
}

.review-list .rating-result {
    display: inline-block;
}

.review-list .review-details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.review-list .review-details p {
    width: 50%;
    margin: 0;
}

.review-list .review-author {
    text-align: left;
}

.review-list .review-date {
    text-align: right;
}

.review-list .review-details-value {
    display: inline-block;
}

@media (min-width: 768px) {
    .review-list .rating-label {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}

.review-add .review-legend span {
    display: inline-block;
    margin-right: 1rem;
}

.review-fieldset .review-legend {
    padding: 37px 0 7px;
    margin: 0;
}

.review-fieldset .review-legend span {
    font-weight: normal;
}

.review-fieldset .review-legend strong {
    font-weight: normal;
}

.review-fieldset .label {
    font-weight: normal;
}

.review-fieldset .control .nested {
    margin-top: 0;
}

.review-field-rating>label.label {
    min-width: 43px;
    padding: 0;
    display: none;
    margin-right: 5px;
    font-weight: 300;
}

.control .nested .field.review-field-rating {
    margin-bottom: 7px;
}

.control .nested .field.review-field-rating:last-child {
    margin-bottom: 0;
}

.control.review-control-vote {
    display: inline-block;
}

.control.review-control-vote label[class^='rating-'] {
    display: inline-block;
    cursor: pointer;
    margin-right: -3px;
    padding: 0;
    font-weight: normal;
}

.control.review-control-vote label[class^='rating-'] .rating-star {
    display: inline-block;
    font-size: 19px;
    line-height: 1;
}

.control.review-control-vote label[class^='rating-'] .rating-star:before {
    font-family: "Linearicons";
    content: '\e80e';
    /*color: #03391f;*/
}

.control.review-control-vote label[class^='rating-'].fill .rating-star {
    color: #03391f;
}

.control.review-control-vote .radio {
    visibility: hidden;
}

.form-review-product-pages {
    padding-top: 5px;
}

.form-review-product-pages .field {
    margin-bottom: 30px;
}

.form-review-product-pages .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .form-review-product-pages .field {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-review-product-pages .label {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex-basis: 11%;
        -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
        max-width: 11%;
    }
}

@media (min-width: 992px) and (min-width: 1354px) {
    .form-review-product-pages .label {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .form-review-product-pages .control {
        -webkit-flex-basis: 89%;
        -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
        max-width: 89%;
    }
}

@media (min-width: 992px) {

    .review-form-actions,
    .review-field-ratings>.control {
        padding-left: 9.2%;
    }
}

.table-wrapper.reviews {
    margin-bottom: 20px;
}

/**
 * Copyright ┬й 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.swatch-attribute-label {
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    padding-left: 17px;
    display: none;
}

.swatch-option {
    min-width: 24px;
    max-width: 90px;
    min-height: 24px;
    display: inline-block;
    margin: 0 7px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    transition: 0.3s ease;
}

.swatch-option.text {
    background: #FFF;
    width: 100%;
    display: block;
    width: 324px;
    max-width: 324px;
    border-radius: 5px;
    border: solid 1px #dedede;
    background: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 6px 5px;
    letter-spacing: 1px;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.swatch-option.color {
    min-height: 24px;
}

.swatch-option.selected,
.swatch-option:not(.disabled):hover {
    border-color: #9f9b9b;
    background: #ffffff;
}

.swatch-option.selected {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.swatch-option .disabled {
    cursor: default;
}

.swatch-option .disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.swatch-option-tooltip {
    visibility: hidden;
}

@media (min-width: 768px) {
    .swatch-option-tooltip {
        max-width: 140px;
        max-height: 100%;
        min-height: 20px;
        min-width: 100px;
        position: absolute;
        padding: 5px;
        background: #fff;
        color: #03391f;
        border: 1px solid #03391f;
        display: none;
        visibility: visible;
        z-index: 999;
        text-align: center;
    }
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    position: absolute;
    bottom: 1px;
    height: 8px;
}

.swatch-option-tooltip .corner::after,
.swatch-option-tooltip-layered .corner::after {
    content: '';
    position: relative;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner::before,
.swatch-option-tooltip-layered .corner::before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #03391f transparent transparent transparent;
    font-size: 1px;
}

@media (min-width: 768px) {

    .swatch-option-tooltip .image,
    .swatch-option-tooltip-layered .image {
        display: block;
        height: 38px;
        width: 100%;
        margin: 0 auto;
    }
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: #03391f;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .swatch-option-link-layered {
    position: static;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover>.swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options {
    width: 100%;
}

.swatch-attribute-options:focus {
    outline: 0;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #282828;
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/TemplateMonster/theme007/en_AU/images/loader-2.gif");
}

.products-grid .product-item .swatch-attribute-options,
.product-list .product-item .swatch-attribute-options,
.product-info-main .product-item .swatch-attribute-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {

    .products-grid.layout_2 .product-item .swatch-attribute-options,
    .product-list.layout_2 .product-item .swatch-attribute-options,
    .product-info-main.layout_2 .product-item .swatch-attribute-options {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.block-wishlist .product-item {
    display: block;
    margin-bottom: 2rem;
}

.block-wishlist .product-item-photo {
    float: left;
    width: 75px;
}

.block-wishlist .product-item-name {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 25px;
}

.block-wishlist .price-box {
    font-size: 16px;
}

.block-wishlist .product-item-details {
    overflow: hidden;
    margin-left: 85px;
    position: relative;
    margin-top: 1rem;
}

.block-wishlist .product-item-actions {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.block-wishlist .product-item-actions .actions-primary {
    margin: 0;
}

.block-wishlist .empty {
    margin-top: 1rem;
}

.block-wishlist .actions-secondary {
    position: absolute;
    top: 0;
    right: 0;
}

.block-wishlist .actions-secondary .btn-remove {
    background-color: transparent;
    padding: 0;
}

.block-wishlist .actions-secondary .btn-remove:hover {
    background-color: transparent;
}

.block-wishlist .actions-secondary .btn-remove:before {
    font-size: 14px;
    float: right;
}

@media (max-width: 991px) {
    .block-wishlist .product-item-details {
        clear: left;
        margin: 0;
    }
}

.form-wishlist-items .actions-toolbar {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-wishlist-items .actions-toolbar>.primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.form-wishlist-items .actions-toolbar>.secondary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.form-wishlist-items .actions-toolbar {
    border: 1px solid #eae9e9;
    margin: 20px 0 0;
    padding: 10px;
}

.form-wishlist-items .actions-toolbar .action {
    margin: 0.25rem;
}

@media (max-width: 991px) {
    .form-wishlist-items .actions-toolbar {
        display: block;
    }

    .form-wishlist-items .actions-toolbar .action {
        width: 100%;
        text-align: center;
        padding: 0px 15px 0px;
    }
}

@media (max-width: 1023px) {
    .form-wishlist-items .actions-toolbar .action {
        padding: 0px 15px 0px;
    }
}

.products-grid.wishlist {
    clear: both;
}

.products-grid.wishlist .rating-summary .label {
    display: none;
}

.products-grid.wishlist .product-reviews-summary {
    padding-bottom: 18px;
    padding-top: 0px;
}

.products-grid.wishlist .reviews-actions {
    float: right;
    font-size: 12px;
}

.products-grid.wishlist .rating-summary {
    float: left;
}

.products-grid.wishlist .rating-summary .rating-result__stars,
.products-grid.wishlist .rating-summary .rating-result__text {
    font-size: 12px;
}

.products-grid.wishlist .rating-summary .rating-result__text {
    font-size: 12px;
}

.products-grid.wishlist .product-reviews-summary+.price-box+.product-item-inner textarea {
    min-height: 82px;
}

.products-grid.wishlist .special-price,
.products-grid.wishlist .old-price {
    display: inline-block;
}

.products-grid.wishlist .product-item-name {
    display: block;
    min-height: 50px;
}

.products-grid.wishlist .product-item-info:before,
.products-grid.wishlist .product-item-info:after {
    display: table;
    content: "";
    line-height: 0;
}

.products-grid.wishlist .product-item-info:after {
    clear: both;
}

.products-grid.wishlist .product-item-inner {
    float: none;
    display: block;
}

.products-grid.wishlist .price-box {
    margin-bottom: 20px;
}

.products-grid.wishlist .price-box .price-as-configured {
    margin-bottom: .5rem;
    clear: both;
}

.products-grid.wishlist .price {
    font-size: 15px;
    font-weight: 500;
}

.products-grid.wishlist .field {
    margin-bottom: 20px;
}

.products-grid.wishlist .field label.label {
    display: none;
}

.products-grid.wishlist textarea {
    min-height: 110px;
}

.products-grid.wishlist .box-tocart {
    margin-bottom: 25px;
}

.products-grid.wishlist .box-tocart>.fieldset:before,
.products-grid.wishlist .box-tocart>.fieldset:after {
    display: table;
    content: "";
    line-height: 0;
}

.products-grid.wishlist .box-tocart>.fieldset:after {
    clear: both;
}

.products-grid.wishlist .box-tocart .field.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.products-grid.wishlist .box-tocart .field.qty .label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    margin-right: .5rem;
}

.products-grid.wishlist .box-tocart .field.qty input.qty {
    width: 4rem;
    padding: .4rem .5rem .4rem 1rem;
}

.products-grid.wishlist .box-tocart button.tocart span:before {
    font-family: "Linearicons";
    content: "\EA4B";
    font-size: 161%;
    padding-right: 8px;
    line-height: 0;
    vertical-align: sub;
    font-weight: normal;
}

.products-grid.wishlist .product-item-actions {
    display: block;
    margin: 0;
}

.products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0;
}

.products-grid.wishlist a.action.delete,
.products-grid.wishlist a.action.edit {
    padding: 0;
    font-size: 22px;
    margin-right: 20px;
    background: transparent;
    color: #03391f;
}

.products-grid.wishlist a.action.delete:hover,
.products-grid.wishlist a.action.edit:hover {
    background: none;
}

.grid-left-fixed .block-wishlist .product-item-photo {
    float: none;
}

.grid-left-fixed .block-wishlist .product-item-details {
    margin-left: auto;
}

/* Bundle */
.page-product-bundle .price-box,
.modal-popup.quick-view .price-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    font-weight: 700;
}

.page-product-bundle .price-box .price-from,
.modal-popup.quick-view .price-box .price-from {
    padding-right: .3em;
}

.page-product-bundle .price-box .price-from:after,
.modal-popup.quick-view .price-box .price-from:after {
    content: '-';
}

.page-product-bundle .layout_3 .price-box,
.modal-popup.quick-view .layout_3 .price-box {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-product-bundle .bundle-actions,
.modal-popup.quick-view .bundle-actions {
    padding-top: 2.65vw;
    border-top: 1px solid #eae9e9;
}

.page-product-bundle .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
    min-width: 250px;
}

.page-product-bundle .product-social-links,
.modal-popup.quick-view .product-social-links {
    padding-bottom: 2.65vw;
    border-bottom: 1px solid #eae9e9;
}

.page-product-bundle button.back.customization,
.modal-popup.quick-view button.back.customization {
    margin-bottom: 24px;
    color: #000;
    text-decoration: underline;
}

.page-product-bundle button.back.customization:hover,
.modal-popup.quick-view button.back.customization:hover {
    text-decoration: none;
}

.page-product-bundle #bundle-slide,
.modal-popup.quick-view #bundle-slide {
    margin-bottom: 16px;
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.page-product-bundle #bundle-slide:hover,
.modal-popup.quick-view #bundle-slide:hover {
    color: #FFF;
}

.page-product-bundle #bundle-slide span,
.modal-popup.quick-view #bundle-slide span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {

    .page-product-bundle #bundle-slide,
    .modal-popup.quick-view #bundle-slide {
        font-size: 12px;
    }
}

.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option,
.modal-popup.quick-view .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.page-product-bundle .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
    display: block;
}

.page-product-bundle .product-options-wrapper .qty-holder .label,
.modal-popup.quick-view .product-options-wrapper .qty-holder .label {
    font-weight: bold;
}

.page-product-bundle .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bundle-options-wrapper .legend,
.block-bundle-summary>.title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #32d0b1;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .bundle-options-container .product-add-form>form {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bundle-options-container .product-add-form>form .bundle-options-wrapper {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
    }

    .bundle-options-container .product-add-form>form .block-bundle-summary {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }
}

.bundle-options-container .product-add-form>form .block-bundle-summary {
    border: 1px solid #eae9e9;
    padding: 15px;
}

.bundle-options-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 32px;
    order: 3;
    width: 100%;
}

@media (min-width: 1354px) {
    .bundle-options-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.bundle-options-container .product-add-form {
    display: none;
}

.block-bundle-summary .product-image-container {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 32px;
}

.block-bundle-summary .product-image-wrapper {
    background: #ffffff;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.block-bundle-summary .product-image-wrapper img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.block-bundle-summary .product.name {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 22px;
}

.block-bundle-summary .product-details .price-box {
    margin-bottom: 0;
}

.block-bundle-summary .stock {
    margin-bottom: 20px;
}

.block-bundle-summary .bundle-summary {
    margin-bottom: 24px;
}

.block-bundle-summary .bundle-summary .subtitle {
    font-size: 18px;
    height: 20px;
    font-weight: 700;
    color: #32d0b1;
    display: inline-block;
    margin-bottom: 8px;
}

.block-bundle-summary .bundle-summary .items li {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 8px;
    margin-bottom: 7px;
}

.block-bundle-summary .bundle-summary .items li:last-child {
    border-bottom: 0;
}

.block-bundle-summary .bundle-summary .items li .label {
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px;
}

.page-product-grouped .table-wrapper.grouped,
.modal-popup.quick-view .table-wrapper.grouped {
    margin-bottom: 25px;
}

.page-product-grouped .table-wrapper.grouped .table-caption,
.modal-popup.quick-view .table-wrapper.grouped .table-caption {
    text-align: left;
    margin-bottom: 10px;
}

.page-product-grouped .table-wrapper.grouped .price-box,
.modal-popup.quick-view .table-wrapper.grouped .price-box {
    margin-bottom: 0;
}

.page-product-downloadable .items.samples,
.modal-popup.quick-view .items.samples {
    margin-bottom: 20px;
}

.page-product-downloadable .items.samples a,
.modal-popup.quick-view .items.samples a {
    text-decoration: underline;
}

.page-product-downloadable .items.samples a:hover,
.modal-popup.quick-view .items.samples a:hover {
    text-decoration: none;
}

.page-product-downloadable .downloads.downloads-no-separately,
.modal-popup.quick-view .downloads.downloads-no-separately {
    display: inline-block;
}

.page-product-downloadable .downloads.downloads-no-separately .label,
.modal-popup.quick-view .downloads.downloads-no-separately .label {
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    max-width: inherit;
}

.page-product-downloadable .product-social-links,
.modal-popup.quick-view .product-social-links {
    margin-top: 25px;
}

.page-product-downloadable .links-title,
.modal-popup.quick-view .links-title {
    display: none;
}

/**
 *
 */
.fotorama-video-container:after {
    background: url(../../frontend/TemplateMonster/theme007/en_AU/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

.fotorama-video-container .magnify-lens {
    display: none !important;
}

.fotorama-video-container.video-unplayed:hover img {
    opacity: 0.6;
}

.fotorama-video-container.video-unplayed:hover:after {
    transform: scale(1.25);
}

.video-thumb-icon:after {
    content: "\E814";
    font-family: "Linearicons";
    bottom: 0;
    height: 100%;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 79px;
    width: 49px;
    font-size: 35px;
    color: #238F91;
}

.product-video {
    height: 75%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fotorama__arr.hidden-video {
    z-index: -1 !important;
}

.fotorama__video-close {
    bottom: 89%;
    top: auto;
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

.page-title-wrapper .order-status {
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: 600;
}

.page-title-wrapper .order-date {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    margin-bottom: 5px;
}

.page-title-wrapper .order-actions-toolbar {
    display: block;
    padding-bottom: 15px;
}

.page-title-wrapper .order-actions-toolbar .actions {
    width: 100%;
    text-align: right;
}

.page-title-wrapper .order-actions-toolbar .actions .action {
    /*padding: 4px 12px;
    font-size: 12px;
    margin: 0 0 0 5px;*/
}

.block-dashboard-orders {
    margin-bottom: 55px;
}

.table-order-items caption {
    display: none;
}

.table-order-items tfoot th {
    text-align: right;
    font-weight: 600;
}

.table-order-items tfoot .grand_total .mark {
    font-size: 20px;
}

.order-links {
    font-size: 18px;
    margin-bottom: 30px;
}

.order-details-items {
    margin-bottom: 50px;
}

.order-details-items .order-title {
    display: none;
}

.block-order-details-view {
    padding: 20px 0 0;
    overflow: hidden;
}

.block-order-details-view .block-content .box.box-order-billing-address {
    clear: both;
}

.order-products-toolbar:before,
.order-products-toolbar:after {
    display: table;
    content: "";
    line-height: 0;
}

.order-products-toolbar:after {
    clear: both;
}

.order-products-toolbar.bottom {
    padding-top: 30px;
}

.order-products-toolbar .field {
    margin-bottom: 0;
}

.order-products-toolbar .field .label {
    line-height: 36px;
}

.order-products-toolbar .pager {
    position: relative;
}

.sales-guest-form .page-title {
    text-align: left;
}

@media (min-width: 992px) {
    .sales-guest-form .page-title {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px);
    }
}

.sales-guest-form .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.form-orders-search legend.admin__legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%;
    font-weight: 400;
}

.form-orders-search fieldset.fieldset>.field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-orders-search fieldset.fieldset>.field>.label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
}

.form-orders-search fieldset.fieldset>.field>.label:after {
    content: ':';
}

@media (min-width: 992px) {
    .form-orders-search fieldset.fieldset>.field>.label {
        -webkit-flex-basis: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        max-width: 130px;
    }
}

.form-orders-search fieldset.fieldset>.field>.control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .form-orders-search fieldset.fieldset>.field>.control {
        -webkit-flex-basis: calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px);
    }
}

.form-orders-search .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9;
    margin-top: 1.5rem;
}

.page-print.sales-order-print .page-title-wrapper .container,
.page-print.sales-order-print .page-title-wrapper #maincontent {
    position: relative;
}

.page-print.sales-order-print .page-title-wrapper .page-title {
    border-bottom: 2px solid #000;
    text-align: right;
    font-size: 26px;
    padding-bottom: 34px;
}

.page-print.sales-order-print .page-title-wrapper .logo {
    position: absolute;
    top: -9px;
}

.page-print.sales-order-print .page-title-wrapper .order-date,
.page-print.sales-order-print .page-title-wrapper .order-status {
    text-align: left;
}

.page-print.sales-order-print .page-title-wrapper .order-status {
    font-size: 26px;
    margin-bottom: 18px;
}

.page-print.sales-order-print .page-title-wrapper .order-date {
    margin-bottom: 45px;
}

.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
    display: none;
}

/******* Print *********/
@page {
    size: A4 landscape;
    margin: 0;
}

@media print {

    html,
    body {
        width: 297mm;
        height: 210mm;
        margin: 0 auto;
    }

    .header-switchers,
    .greet.welcome,
    .header.links,
    .block-search,
    .minicart-wrapper,
    .navigation,
    .page-footer,
    #page-preloader,
    #ls-icon {
        display: none;
    }

    * {
        -webkit-filter: none !important;
        background: transparent !important;
        color: #000000 !important;
        filter: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline !important;
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    .table-wrapper table {
        width: 100%;
        table-layout: fixed;
    }

    .table-wrapper table td {
        width: auto;
    }

    .table-wrapper table>tfoot>tr:first-child {
        border-top: 1px solid #999999;
    }

    .box,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

    .block-content,
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    .block-content {
        page-break-before: avoid;
    }

    .block-title,
    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav-toggle {
        display: none !important;
    }

    .sidebar,
    .nav-sections,
    .header.content>*[class],
    .panel.wrapper>*[class],
    .footer.content>*[class],
    .header-info,
    .panel-container-wrap,
    .header-bottom-wrap {
        display: none;
    }

    .catalog-product-view .product-options-wrapper .label:not(.admin__field-label) {
        float: left;
    }

    .breadcrumbs {
        margin: 0 auto;
        text-align: left;
        padding-right: 20px;
    }

    .product.media .fotorama-item .fotorama__stage__frame {
        text-align: right;
    }

    .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .fotorama__wrap .fotorama__grab {
        width: 100% !important;
    }

    .page-main {
        padding-top: 0;
    }

    .block.upsell .block-title,
    .block.related .block-title,
    .block.crosssell .block-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .block.related {
        margin-bottom: 0;
        padding-bottom: 15px;
        border: 0;
    }

    .catalog-product-view .owl-carousel .owl-item {
        width: 240px !important;
    }

    .catalog-product-view .owl-controls {
        display: none !important;
    }

    .catalog-product-view .page-header__content {
        padding-bottom: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }

    .catalog-product-view .product.info {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media print {

    .sales-order-view .column.main,
    .sales-order-print .column.main {
        page-break-before: avoid;
        page-break-after: always;
    }

    .sales-order-view .sidebar,
    .sales-order-view .order-actions-toolbar,
    .sales-order-view .actions-toolbar a.back,
    .sales-order-view .sm-header-nav-wrap,
    .sales-order-view .sm-header-panel-canvas,
    .sales-order-view .page-header__panel,
    .sales-order-view .header-info,
    .sales-order-view .header-bottom-wrap,
    .sales-order-view .copyright,
    .sales-order-print .sidebar,
    .sales-order-print .order-actions-toolbar,
    .sales-order-print .actions-toolbar a.back,
    .sales-order-print .sm-header-nav-wrap,
    .sales-order-print .sm-header-panel-canvas,
    .sales-order-print .page-header__panel,
    .sales-order-print .header-info,
    .sales-order-print .header-bottom-wrap,
    .sales-order-print .copyright {
        display: none;
    }

    .sales-order-view #maincontent,
    .sales-order-print #maincontent {
        padding-top: 0;
        box-shadow: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .sales-order-view .page-header,
    .sales-order-print .page-header {
        height: auto !important;
    }

    .sales-order-view .page-title-wrapper .page-title,
    .sales-order-print .page-title-wrapper .page-title {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .sales-order-view .order-details-items,
    .sales-order-print .order-details-items {
        margin-bottom: 0;
    }

    .sales-order-view.page-layout-2columns-left .grid-left,
    .sales-order-view.page-layout-2columns-left .grid-right,
    .sales-order-view.page-layout-2columns-right .grid-left,
    .sales-order-view.page-layout-2columns-right .grid-right,
    .sales-order-print.page-layout-2columns-left .grid-left,
    .sales-order-print.page-layout-2columns-left .grid-right,
    .sales-order-print.page-layout-2columns-right .grid-left,
    .sales-order-print.page-layout-2columns-right .grid-right {
        display: none;
    }

    .sales-order-view.page-layout-2columns-left .grid-main,
    .sales-order-view.page-layout-2columns-right .grid-main,
    .sales-order-print.page-layout-2columns-left .grid-main,
    .sales-order-print.page-layout-2columns-right .grid-main {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .sales-order-view .block-order-details-view .col-md-6,
    .sales-order-print .block-order-details-view .col-md-6 {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

.sales-order-print {
    text-align: center;
}

.sales-order-print .logo {
    display: inline-block;
    margin-bottom: 32px;
}

.sales-order-print .columns {
    text-align: left;
}

.sales-order-print .page-title {
    margin-bottom: 16px;
}

.sales-order-print .order-status {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
}

.sales-order-print .order-date {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
}

.page-print.sales-order-print #maincontent {
    margin-top: 3rem;
}

.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
    display: none;
}

/******* Print End ****/
/*.layout_1 .block-newsletter,
.layout_2 .block-newsletter,
.layout_5 .block-newsletter {
    padding: 30px 0 40px;
    margin-bottom: 94px;
}

.layout_1 .block-newsletter .content,
.layout_2 .block-newsletter .content,
.layout_5 .block-newsletter .content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 1354px) {

    .layout_1 .block-newsletter .content,
    .layout_2 .block-newsletter .content,
    .layout_5 .block-newsletter .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.layout_1 .block-newsletter .heading-4 strong,
.layout_1 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_1 .block-newsletter .filter-current-subtitle strong,
.layout_1 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_1 .block-newsletter .shipping-information-title strong,
.layout_1 .block-newsletter .review-list .review-title strong,
.review-list .layout_1 .block-newsletter .review-title strong,
.layout_1 .block-newsletter .review-add .review-legend strong,
.review-add .layout_1 .block-newsletter .review-legend strong,
.layout_2 .block-newsletter .heading-4 strong,
.layout_2 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_2 .block-newsletter .filter-current-subtitle strong,
.layout_2 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_2 .block-newsletter .shipping-information-title strong,
.layout_2 .block-newsletter .review-list .review-title strong,
.review-list .layout_2 .block-newsletter .review-title strong,
.layout_2 .block-newsletter .review-add .review-legend strong,
.review-add .layout_2 .block-newsletter .review-legend strong,
.layout_5 .block-newsletter .heading-4 strong,
.layout_5 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_5 .block-newsletter .filter-current-subtitle strong,
.layout_5 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_5 .block-newsletter .shipping-information-title strong,
.layout_5 .block-newsletter .review-list .review-title strong,
.review-list .layout_5 .block-newsletter .review-title strong,
.layout_5 .block-newsletter .review-add .review-legend strong,
.review-add .layout_5 .block-newsletter .review-legend strong {
    font-weight: 600;
}

.layout_1 .block-newsletter .title,
.layout_2 .block-newsletter .title,
.layout_5 .block-newsletter .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 30px;
}

@media (min-width: 1354px) {

    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.layout_1 .block-newsletter .title strong,
.layout_2 .block-newsletter .title strong,
.layout_5 .block-newsletter .title strong {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.layout_1 .block-newsletter .title span,
.layout_2 .block-newsletter .title span,
.layout_5 .block-newsletter .title span {
    display: block;
    font-size: 16px;
}

.layout_1 .block-newsletter .control:before,
.layout_2 .block-newsletter .control:before,
.layout_5 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e696";
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 11px;
    color: #fff;
}

.layout_1 .block-newsletter #newsletter,
.layout_2 .block-newsletter #newsletter,
.layout_5 .block-newsletter #newsletter {
    border: 1px solid #fff;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 50px;
    padding-top: 8px;
}

.layout_1 .block-newsletter #newsletter::-webkit-input-placeholder,
.layout_2 .block-newsletter #newsletter::-webkit-input-placeholder,
.layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
    color: #fff;
}

.layout_1 .block-newsletter #newsletter.mage-error,
.layout_2 .block-newsletter #newsletter.mage-error,
.layout_5 .block-newsletter #newsletter.mage-error {
    border-color: rgba(255, 0, 0, 0.3);
}

.layout_1 .block-newsletter .newsletter,
.layout_2 .block-newsletter .newsletter,
.layout_5 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0;
}

.layout_1 .block-newsletter .check_privacy_field,
.layout_2 .block-newsletter .check_privacy_field,
.layout_5 .block-newsletter .check_privacy_field {
    color: #fff;
}

.layout_1 .block-newsletter .primary.subscribe,
.layout_2 .block-newsletter .primary.subscribe,
.layout_5 .block-newsletter .primary.subscribe {
    border: 2px solid #FFF;
    padding: 0 5px;
    line-height: 46px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.layout_1 .block-newsletter #newsletter-error,
.layout_2 .block-newsletter #newsletter-error,
.layout_5 .block-newsletter #newsletter-error {
    position: absolute;
}

@media (min-width: 768px) {

    .layout_1 .block-newsletter,
    .layout_2 .block-newsletter,
    .layout_5 .block-newsletter {
        margin-top: -100px;
        padding: 90px 0 98px;
    }

    .layout_1 .block-newsletter .row,
    .layout_2 .block-newsletter .row,
    .layout_5 .block-newsletter .row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {

    .layout_1 .block-newsletter .content,
    .layout_2 .block-newsletter .content,
    .layout_5 .block-newsletter .content {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .layout_1 .block-newsletter .content,
    .layout_2 .block-newsletter .content,
    .layout_5 .block-newsletter .content {
        -webkit-flex-basis: 42%;
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
        max-width: 42%;
    }

    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
        -webkit-flex-basis: 58%;
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
        max-width: 58%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
        font-size: 24px;
    }
}

@media (max-width: 479px) {

    .layout_1 .block-newsletter .newsletter,
    .layout_2 .block-newsletter .newsletter,
    .layout_5 .block-newsletter .newsletter {
        padding-right: 0;
    }

    .layout_1 .block-newsletter .primary.subscribe,
    .layout_2 .block-newsletter .primary.subscribe,
    .layout_5 .block-newsletter .primary.subscribe {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .layout_1 .block-newsletter,
    .layout_2 .block-newsletter,
    .layout_5 .block-newsletter {
        margin-bottom: 40px;
    }

    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
        font-size: 20px;
        text-align: center;
    }

    .layout_1 .block-newsletter .title span,
    .layout_2 .block-newsletter .title span,
    .layout_5 .block-newsletter .title span {
        font-size: 13px;
        line-height: 21px;
    }
}

@media (min-width: 768px) {

    .layout_1 .block-googlemap+.block-newsletter,
    .layout_2 .block-googlemap+.block-newsletter,
    .layout_5 .block-googlemap+.block-newsletter {
        margin-top: 0;
    }
}

.layout_5 .block-newsletter .primary.subscribe {
    background: none;
}

.layout_5 .block-newsletter #newsletter {
    background: #fff;
}

.layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
    color: inherit;
}

.layout_3 .block-newsletter {
    padding: 30px 0 40px;
    margin-bottom: 94px;
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter {
        border-bottom: 1px solid #eae9e9;
    }
}

.layout_3 .block-newsletter .content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1354px) {
    .layout_3 .block-newsletter .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.layout_3 .block-newsletter .content .form.subscribe {
    display: block;
    max-width: 546px;
    margin: 0 auto;
}

.layout_3 .block-newsletter .heading-4 strong,
.layout_3 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_3 .block-newsletter .filter-current-subtitle strong,
.layout_3 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_3 .block-newsletter .shipping-information-title strong,
.layout_3 .block-newsletter .review-list .review-title strong,
.review-list .layout_3 .block-newsletter .review-title strong,
.layout_3 .block-newsletter .review-add .review-legend strong,
.review-add .layout_3 .block-newsletter .review-legend strong {
    font-weight: 600;
}

.layout_3 .block-newsletter .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 45px;
}

@media (min-width: 1354px) {
    .layout_3 .block-newsletter .title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter .title {
        text-align: center;
    }
}

.layout_3 .block-newsletter .title strong {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.layout_3 .block-newsletter .title span {
    display: block;
    font-size: 16px;
}

.layout_3 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e71e";
    font-size: 22px;
    position: absolute;
    left: 22px;
    top: 12px;
}

.layout_3 .block-newsletter #newsletter {
    font-size: 12px;
    padding-left: 54px;
    padding-top: 8px;
}

.layout_3 .block-newsletter #newsletter.mage-error {
    border-color: rgba(255, 0, 0, 0.3);
}

.layout_3 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0;
}

.layout_3 .block-newsletter .primary.subscribe {
    padding: 4px 5px 0;
    line-height: 41px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
}

.layout_3 .block-newsletter .primary.subscribe:hover {
    color: #fff;
}

.layout_3 .block-newsletter #newsletter-error {
    position: absolute;
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter {
        margin-top: -100px;
        padding: 90px 0 98px;
    }

    .layout_3 .block-newsletter .row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .layout_3 .block-newsletter .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .layout_3 .block-newsletter .title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .layout_3 .block-newsletter .newsletter {
        padding-right: 0;
    }

    .layout_3 .block-newsletter .primary.subscribe {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .layout_3 .block-newsletter {
        margin-bottom: 40px;
    }

    .layout_3 .block-newsletter .title {
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .layout_3 .block-newsletter .title span {
        font-size: 13px;
        line-height: 20px;
    }
}

.block-newsletter.block {
    background: #f8f8fa;
    padding: 20px 30px;
    border: 0;
}

.block-newsletter.block .block-title {
    margin-bottom: 4px;
}

.block-newsletter.block .block-title strong {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}

.block-newsletter.block .slog-newsletter {
    display: block;
    margin-bottom: 18px;
}

.block-newsletter.block #newsletter {
    background: #fff;
    border: 1px solid #eae9e9;
}

.block-newsletter.block .control {
    margin-bottom: 10px;
}

.block-newsletter.block .primary {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    width: 100%;
    text-align: center;
}

.block-newsletter.block .primary:hover {
    color: #FFF;
}

.block-newsletter.block .primary span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-newsletter.block .primary {
        font-size: 12px;
    }
}

.block-newsletter.block .field {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-newsletter.block {
        padding: 10px 12px;
    }

    .block-newsletter.block .block-title strong {
        font-size: 16px;
        line-height: 22px;
    }
}
*/
@media (min-width: 768px) {
    .form.search.advanced .group.range {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 768px) and (min-width: 1354px) {
    .form.search.advanced .group.range {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (min-width: 768px) {
    .form.search.advanced .group.range .field {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (min-width: 1354px) {
    .form.search.advanced .group.range .field {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.found,
.summary {
    margin-bottom: 10px;
    font-size: 14px;
}

.found strong,
.summary strong {
    color: #000;
}

.catalogsearch-advanced-result .message.notice>div:after {
    display: none;
}

.form.contact label {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.0026px;
}

.contact-index-index address strong {
    color: #48a842;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-index-index .store_hours{
      font-size: 15px;
  font-weight: 300;
}
.contact-index-index .store_hours strong{
    font-weight: 600;
    display: inline-block;
    width: 87px;
}
.contact-index-index .store_hours span {
    display: inline-block;
    width: 100px;
    text-align: right;
}
.contact-index-index .store_hours h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.contact-index-index address h3 {
    color: #231f20;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
    letter-spacing: 1px;
}

.contact-index-index address p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.contact-index-index address p.abn {margin-bottom: 30px;}
.contact-index-index address p.email {margin-bottom: 15px;display: flex;}
.contact-index-index address p.phone {margin-bottom: 15px;}
.contact-index-index address p.phone a{text-decoration: none;}

.contact-index-index address b,
.contact-index-index address a {
    color: #48a842;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 25px;
    display: inline-block;
}

.contact-index-index address b {
    margin-bottom: 0
}

.contact-index-index address p a {
    color: #231f20;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin: 0;
}

.contact-index-index address a:hover {
    color: #48a842
}

.contact-index-index .contact-form_title {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
}

.contact-msg p {
    font-size: 15px;
    font-weight: 300;
    margin: 25px 0;
    letter-spacing: 1px;
}

/*
.contact-index-index address li {
    padding-left: 40px;
    margin-bottom: 25px;
    position: relative;
}
*/


.contact-index-index legend.legend .note {
    padding-left: 10px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: baseline;
}

.contact-index-index #contact-form {
    margin-bottom: 50px;
}

@media (max-width: 767.9px) {
    .contact-index-index #contact-form {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .contact-index-index #contact-form {
        margin-bottom: 0;
    }
}

.contact-index-index fieldset.fieldset .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/*  .contact-index-index fieldset.fieldset .field > .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0; }*/
/*.contact-index-index fieldset.fieldset .field > .label:after {
      content: ':';
      margin: 0;
      color: inherit; }*/
/*@media (min-width: 992px) {
      .contact-index-index fieldset.fieldset .field > .label {
        -webkit-flex-basis: 125px;
        -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
        max-width: 125px; } }*/
.contact-index-index fieldset.fieldset .field>.control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

/*@media (min-width: 992px) {
      .contact-index-index fieldset.fieldset .field > .control {
        -webkit-flex-basis: calc(100% - 125px);
        -ms-flex-preferred-size: calc(100% - 125px);
        flex-basis: calc(100% - 125px);
        max-width: calc(100% - 125px); } }*/
.contact-index-index fieldset.fieldset .field.field.comment {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-index-index fieldset.fieldset .field #comment {
    min-height: 320px;
}

.contact-index-index .actions-toolbar {
    justify-content: flex-end;
}

.contact-index-index .actions-toolbar button {
    background: #03391f;
    border-color: #03391f;
    min-width: 164px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 1rem 0 0;
    letter-spacing: 2px;
}

.contact-index-index .actions-toolbar button.outline-secondary {
    background: transparent;

}

/*@media (min-width: 992px) {
    .contact-index-index .actions-toolbar {
      padding-left: 125px; } }*/
/*.contact-index-index .actions-toolbar .action {
    margin: 0; }*/
/*@media (min-width: 992px) {
    .contact-index-index .check_privacy_field {
        padding-left: 125px;
        margin-bottom: 15px;
    }
}


.contact-index-index address li:before {
    color: #48a842;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-family: "Linearicons";
}

.contact-index-index address li.office:before {

    content: "\e80c";
}

.contact-index-index address li.mail:before {
    content: "\e802";
}

.contact-index-index address li.phone:before {
    content: "\e809";
}

.contact-index-index address li.abn:before {
    content: "\E815";
}
*/

/*
* TM_Megamenu
*/
.navigation .container,
.navigation .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .navigation #maincontent {
    position: relative;
}

@media (min-width: 1200px) {

    .navigation .container .row,
    .navigation .page-print.sales-order-print #maincontent .row,
    .page-print.sales-order-print .navigation #maincontent .row {
        /*margin-left: -20px;
      margin-right: -20px;*/
    }

    .navigation .container [class*='col-'],
    .navigation .page-print.sales-order-print #maincontent [class*='col-'],
    .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
        /*padding-left: 20px;
      padding-right: 20px;*/
        position: relative;
    }
}

@media (min-width: 1354px) {

    .navigation .container .row,
    .navigation .page-print.sales-order-print #maincontent .row,
    .page-print.sales-order-print .navigation #maincontent .row {
        /*margin-left: -45px;
      margin-right: -45px;*/

    }

    .tm-megamenu {
        overflow: hidden;
    }

    .tm-megamenu>.container>.row:last-child {
        border: 0;
    }

    /*.navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
      padding-left: 45px;
      padding-right: 45px; }*/
}

@media (min-width: 992px) {

    .navigation .container [class*='col-'],
    .navigation .page-print.sales-order-print #maincontent [class*='col-'],
    .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
        border-right: 1px solid #e2e0ef
    }

    .navigation .container [class*='col-']:last-child,
    .navigation .page-print.sales-order-print #maincontent [class*='col-']:last-child,
    .page-print.sales-order-print .navigation #maincontent [class*='col-']:last-child {
        border: 0;
    }
}

.navigation .container li.level-top .megamenu-wrapper,
.navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper,
.page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
.navigation .container a.level-top .megamenu-wrapper,
.navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
.page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0 0;
    background: #ffffff;
    box-shadow: none;
}

@media (min-width: 992px) {
    .tm-megamenu>.container>.row+.row {
        border-top: 1px solid #e2e0ef;
    }


    .navigation .container li.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
    .navigation .container a.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 760px;
        left: 50%;
        margin-left: -380px;
    }
}

@media (min-width: 992px) {

    .navigation .container li.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
    .navigation .container a.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 980px;
        left: 50%;
        margin-left: -490px;
    }
}

@media (min-width: 1200px) {

    .navigation .container li.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
    .navigation .container a.level-top .megamenu-wrapper,
    .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
    .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 1130px;
        left: 50%;
        margin-left: -565px;
        padding: 40px 25px 0;
    }
}

.navigation .container li.level-top .mm-label,
.navigation .page-print.sales-order-print #maincontent li.level-top .mm-label,
.page-print.sales-order-print .navigation #maincontent li.level-top .mm-label,
.navigation .container a.level-top .mm-label,
.navigation .page-print.sales-order-print #maincontent a.level-top .mm-label,
.page-print.sales-order-print .navigation #maincontent a.level-top .mm-label {
    top: 4px;
    left: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 2px 4px 0;
}

.navigation .container li.level-top .mm-product-title,
.navigation .page-print.sales-order-print #maincontent li.level-top .mm-product-title,
.page-print.sales-order-print .navigation #maincontent li.level-top .mm-product-title,
.navigation .container a.level-top .mm-product-title,
.navigation .page-print.sales-order-print #maincontent a.level-top .mm-product-title,
.page-print.sales-order-print .navigation #maincontent a.level-top .mm-product-title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.navigation .container .product,
.navigation .page-print.sales-order-print #maincontent .product,
.page-print.sales-order-print .navigation #maincontent .product {
    text-align: center;
}

.navigation .container .product .product-image,
.navigation .page-print.sales-order-print #maincontent .product .product-image,
.page-print.sales-order-print .navigation #maincontent .product .product-image {
    display: block;
    margin-bottom: 25px;
}

.navigation .container .product .product-name,
.navigation .page-print.sales-order-print #maincontent .product .product-name,
.page-print.sales-order-print .navigation #maincontent .product .product-name {
    font-weight: normal;
}

.navigation .container .product .price-box,
.navigation .page-print.sales-order-print #maincontent .product .price-box,
.page-print.sales-order-print .navigation #maincontent .product .price-box {
    margin-bottom: 5px;
}

@media (max-width: 767px) {

    .navigation .container .product,
    .navigation .page-print.sales-order-print #maincontent .product,
    .page-print.sales-order-print .navigation #maincontent .product {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_2 .navigation {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .rd-navbar-fixed .rd-navbar-static {
        height: 50px;
        border-top: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9;
    }

    .rd-navbar-static .container,
    .rd-navbar-static .page-print.sales-order-print #maincontent,
    .page-print.sales-order-print .rd-navbar-static #maincontent {
        position: relative;
    }

    .rd-navbar-nav>li.parent>ul.level0:not(.rd-navbar-dropdown) {
        position: absolute;
        z-index: 80;
        background: #ffffff;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .rd-navbar-nav>li.parent:hover>ul.level0:not(.rd-navbar-dropdown) {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .rd-navbar-nav>li.parent li {
        margin-bottom: 5px;
    }

    .rd-navbar-nav>li.parent li:last-child {
        margin-bottom: 0;
    }

    .rd-navbar-nav>li.parent li>a {}

    /*.rd-navbar-nav > li.parent li > a:before {
        font-family: "Linearicons";
        content: "\e93c";
        font-size: 10px;
        float: left;
        padding-right: 10px;
        margin-top: -1px; }*/
    .rd-navbar-nav>li.parent li>a,
    .rd-navbar-nav>li.parent .level1.mm-submenu>li>a {
        color: #2f2f2f;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 17px;
        text-transform: uppercase;
        letter-spacing: 1.25px;
    }

    .rd-navbar-nav>li.parent .level1.mm-submenu>li>a:before {
        display: none;
    }

    .rd-navbar-subpanel {
        display: table;
    }

    .rd-navbar-outer .rd-navbar-inner {
        position: relative;
    }

    .rd-navbar-dropdown,
    .rd-navbar-megamenu {
        position: absolute;
        background: #ffffff;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        /*box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);*/
        /*border:1px solid rgba(0, 0, 0, 0.09);*/
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .rd-navbar-dropdown {
        padding: 26px 30px;
    }

    .rd-navbar-dropdown {
        width: 270px;
    }

    .rd-navbar-nav>li.nav-3~li {
        margin: 0 0 0 28px;
    }
    .rd-navbar-nav>li.nav-4{
        flex:1;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-dropdown {
        width: 208px;
    }

}

.rd-navbar-megamenu ul.level2 li.ui-menu-item{
        padding: 1px 0;
    margin: 6px 0;
}
.rd-navbar-megamenu ul.level2 li.ui-menu-item a {
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 1353px) {
    .rd-navbar-nav>li.parent .mega-menu-cms li a {
        clear: both;
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    .mega-menu-cms li {
        display: inline-block;
    }
}


@media (min-width: 992px) {
    .rd-navbar-megamenu {
        left: 0px;
        right: 15px;
        padding: 0;
    }

    .rd-navbar-megamenu li.item.ui-menu-item {
        padding: 12px 0px 5px;
    }
}


@media (min-width: 768px) and (min-width: 1354px) {
    .rd-navbar-megamenu {
        left: 25px;
        right: 25px;
    }
}

@media (min-width: 768px) {
    .rd-navbar-megamenu>li {
        display: table-cell;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .level-top.bg-wrap+.rd-navbar-megamenu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url("../../frontend/TemplateMonster/theme007/en_AU/images/bg-menu.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .level-top.bg-wrap+.rd-navbar-megamenu:before {
        opacity: 0.3;
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav {
        display: flex;
        text-align: right;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav {
        text-align: center;
        border-top: 1px solid #eae9e9;
        padding-top: 22px;
        margin-top: 27px;
        position: relative;
    }
}

@media (min-width: 768px) {

    .rd-navbar-nav li._active.rd-navbar--has-megamenu>a,
    .rd-navbar-nav li._active>a,
    .rd-navbar-nav li:hover>a,
    .rd-navbar-nav li.focus.rd-navbar--has-megamenu>a {
        color: #48a842;
    }

    .rd-navbar-nav>li._active,
    .rd-navbar-nav>li:hover,
    .rd-navbar-nav>li.focus {
        background: #fff;
    }

    .rd-navbar-nav li.parent>a.level-top:before {
        right: 1px;
        margin-top: -9px;
    }

    .rd-navbar-nav li.rd-navbar--has-dropdown {
        position: relative;
    }

    .rd-navbar-nav li.rd-navbar--has-megamenu>a {
        position: relative;
    }

    .rd-navbar-nav li.focus>.rd-navbar-dropdown,
    .rd-navbar-nav li.focus>.rd-navbar-megamenu,
    .rd-navbar-nav li.opened>.rd-navbar-dropdown,
    .rd-navbar-nav li.opened>.rd-navbar-megamenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .rd-navbar-nav>li.parent>a span:before {
        font-size: 14px;
    }

    .rd-navbar-nav>li {
        display: inline-block;
        margin: 0 28px 0 0;
        padding: 15px 0px;
    }
}


@media (min-width: 992px) {
    .rd-navbar-nav li.parent>a span:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 10px;
        float: right;
        padding-left: 5px;
    }
}



@media (min-width: 768px) {

    .rd-navbar-nav>li>.rd-navbar-dropdown,
    .rd-navbar-nav>li>.rd-navbar-megamenu {
        top: 50px;
        z-index: 1;
    }

    .rd-navbar-nav>li>.rd-navbar-megamenu {
        top: 30px;
    }

    .rd-navbar-nav>li>.rd-navbar-dropdown {
        left: 0;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav>li>.rd-navbar-dropdown {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
        left: 110%;
        top: -25px;
        z-index: 2;
    }

    .rd-navbar-nav>li>a {
        color: #231f20;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        display: block;
        position: relative;
        letter-spacing: 1px;
    }
}

.rd-navbar-nav>li.nav-6>a {
    color: #48a842;
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav>li>a {
        font-size: 13px;
        letter-spacing: normal;
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav>li>a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        left: 50%;
        bottom: -34px;
        transition: all 0.3s ease;
        z-index: 20;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav>li>a:after {
        bottom: -22px;
    }
}

@media (min-width: 768px) {

    .rd-navbar-nav>li.opened>a:after,
    .rd-navbar-nav>li.focus>a:after,
    .rd-navbar-nav>li>a:hover:after {
        width: 100%;
        left: 0;
    }

    .layout_2 .rd-navbar-megamenu {
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .layout_5 .rd-navbar-nav {
        margin: 0;
        border: 0;
        padding: 0;
        text-align: left;
        position: static;
    }

    .layout_5 .rd-navbar-nav>li>.rd-navbar-dropdown {
        top: 38px;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .layout_5 .rd-navbar-nav>li>.rd-navbar-dropdown {
        top: 43px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .layout_5 .rd-navbar-nav>li>.rd-navbar-megamenu {
        top: 64px;
        left: 0;
        right: 0;
    }

    .layout_5 .rd-navbar-nav>li>a::after {
        bottom: -19px;
    }

    .layout_5 .rd-navbar-nav>li.focus>a,
    .layout_5 .rd-navbar-nav>li.active>a,
    .layout_5 .rd-navbar-nav>li>a:hover {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .layout_3 .rd-navbar-nav>li>.rd-navbar-dropdown {
        top: 65px;
    }

    .layout_3 .rd-navbar-nav>li>.rd-navbar-megamenu {
        top: 46px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    }

    .layout_3 .rd-navbar-nav>li>a::after {
        bottom: -21px;
    }
}

@media (min-width: 1200px) {
    .layout_4 .rd-navbar-nav>li>.rd-navbar-megamenu {
        right: auto;
        left: 100%;
        width: 910px;
        top: 0;
    }
}

@media (min-width: 1200px) and (min-width: 1354px) {
    .layout_4 .rd-navbar-nav>li>.rd-navbar-megamenu {
        width: 1050px;
    }
}

.mm-image {
    display: block;
    margin-bottom: 0px;
}

.mm-image img {
    max-width: 140px;
}

.menu-block-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 45px;
}

@media (min-width: 1354px) {
    .menu-block-1 {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.menu-block-1>a {
    margin: 0 5px;
}

.menu-block-1>a:hover {
    opacity: 0.6;
}

.menu-block-3 {
    padding-top: 50px;
    margin: 0 -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-block-3 a {
    margin: 0 5px;
}

.menu-block-3 a:hover {
    opacity: 0.6;
}

.sidebar .navigation li.level0 a.level-top {
    padding: 10px;
}

@media (max-width: 767px) {

    .navigation li.level-top,
    .navigation a.level-top {
        position: relative;
    }

    .mm-submenu .mm-submenu {
        padding-left: 15px;
    }

    .rd-navbar-megamenu .container,
    .rd-navbar-megamenu .page-print.sales-order-print #maincontent,
    .page-print.sales-order-print .rd-navbar-megamenu #maincontent,
    .rd-navbar-megamenu .row,
    .rd-navbar-megamenu [class*="col-"] {
        padding: 0;
        margin: 0;
        max-width: inherit;
        min-width: inherit;
    }

    .static-block,
    .mm-image {
        display: none;
    }
}

@media (max-width: 1200px) {
    .mm-submenu .mm-image img {
        max-width: 80px;
    }
}

/*
* TM_Megamenu
*/
.buttons-container .subscribe {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
}

.buttons-container .subscribe:hover {
    color: #FFF;
}

.buttons-container .subscribe span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .buttons-container .subscribe {
        font-size: 12px;
    }
}

.modal-popup.newsletter-popup .block.newsletter {
    margin: 0;
}

.modal-popup.newsletter-popup .modal-title {
    font-size: 35px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .modal-popup.newsletter-popup .modal-title {
        font-size: 26px;
        line-height: 1.3;
    }
}

.modal-popup.newsletter-popup .modal-inner-wrap {
    background-image: url("../../frontend/TemplateMonster/theme007/en_AU/images/newsletter-popup-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 84px 6%;
}

@media (max-width: 991px) {
    .modal-popup.newsletter-popup .modal-inner-wrap {
        width: 96% !important;
        padding: 50px 4%;
    }
}

.modal-popup.newsletter-popup .content-text {
    margin-bottom: 45px;
    padding: 0 8%;
    text-align: center;
}

@media (max-width: 479px) {
    .modal-popup.newsletter-popup .content-text {
        margin-bottom: 15px;
    }
}

.modal-popup.newsletter-popup .form.subscribe {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 479px) {
    .modal-popup.newsletter-popup .form.subscribe {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modal-popup.newsletter-popup .field.newsletter {
    order: 1;
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0;
}

.modal-popup.newsletter-popup .buttons-container {
    order: 2;
}

@media (max-width: 479px) {
    .modal-popup.newsletter-popup .buttons-container {
        margin: 20px auto 0;
    }
}

.modal-popup.newsletter-popup .action-close {
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
}

.modal-popup.newsletter-popup .action-close:before {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 12px;
}

.modal-popup.newsletter-popup .privacy-policy-check-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 15px 1% 0;
}

.modal-popup.newsletter-popup .privacy-policy-check-box .check_privacy {
    margin: 0 10px 0 0;
}

.newsletter-popup.modal-popup._show .modal-inner-wrap {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50.3%);
    position: absolute;
}

.modal-popup.compare-popup .action-close {
    padding: 2rem;
}

.modals-wrapper .modal-popup.compare-popup._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    margin-top: 0;
}

.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
    margin-right: -40px;
    padding-right: 40px;
}

.modals-wrapper .modal-popup.compare-popup .modal-footer {
    display: block;
    min-height: 70px !important;
}

/*
* TM_AjaxSearch
*/
.search-autocomplete {
    overflow: hidden;
    position: static;
    z-index: 99;
    background: #FFF;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    display: none;
}

.search-autocomplete::after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 9999;
    width: 120%;
    height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+52&0+0,1+52 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block;
    padding: 8px 17px;
}

.search-autocomplete ul[role=listbox] li{
    cursor: pointer;
}

.search-autocomplete .qs-option-name,
.search-autocomplete .amount {
    font-size: 12px;
}

.search-autocomplete ul li.search-item {
    border-bottom: 1px solid #eae9e9;
    border-top: none;
    padding: 10px 30px;
}

.search-autocomplete ul li.search-item:first-child {
    border-top: 1px solid #eae9e9;
}

.search-autocomplete ul li.search-item .amount {
    position: static;
}

.search-autocomplete ul li.search-item a {
    display: block;
    overflow: hidden;
    line-height: normal;
    text-decoration: none;
}

.search-autocomplete ul li.search-item a .search-thumb {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.search-autocomplete ul li.search-item a .qs-option-name {
    display: block;
    margin-bottom: 5px;
}

.search-autocomplete ul li.search-item a .price {
    display: block;
}

.search-autocomplete ul li.search-item:hover {
    background: none;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset;
}

.rd-navbar-search-form-input.ajaxLoading:before {
    position: absolute;
    content: "";
    font-size: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 15px;
    left: 8px;
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

/*
* TM_AjaxCatalog
*/
.ajax-loading.page-products.loading-mask {
    visibility: visible;
    opacity: 1;
    display: block;
}

.page-products .loading-mask,
.tm_blog-index-index .loading-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    transition: .4s all ease-out;
    visibility: hidden;
}

.ajax-loading.page-products .loading-mask,
.ajax-loading.tm_blog-index-index .loading-mask {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.page-products .loading-mask .loader,
.tm_blog-index-index .loading-mask .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.page-products .loading-mask .loader img,
.page-products .loading-mask .loader p,
.tm_blog-index-index .loading-mask .loader img,
.tm_blog-index-index .loading-mask .loader p {
    display: none;
}

.page-products .loading-mask .loader:before,
.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.page-products .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.timer-wrapper {
    border: 0 !important;
    background: #fd6279;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: 10px 0 7px;
    line-height: 18px;
}

.timer-wrapper span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: -3px;
}

.timer-wrapper>div div {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.timer-wrapper>div div:last-child {
    padding: 0;
}

.timer-wrapper b {
    position: absolute;
    right: 8px;
    font-weight: normal;
    top: 23%;
}

.products-grid .product-item-photo .timer-wrapper {
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 1;
}

.products-grid .product-item-photo .product-thumb+.timer-wrapper {
    position: relative;
    bottom: 0;
}

.product-info-main .timer-wrapper {
    max-width: 300px;
    margin-top: 20px;
}

.main.layout_3 .timer-wrapper {
    margin-left: auto;
    margin-right: auto;
}

/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
.block-posts-list {
    clear: both;
}

.block-posts-list .post-items {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.block-posts-list .post-item {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.block-posts-list .item-wrapper {
    padding-bottom: 43px;
}

.block-posts-list .post-image {
    margin-bottom: 21px;
}

.block-posts-list .post-image img {
    width: 100%;
    vertical-align: top;
}

.block-posts-list .post-title {
    margin-bottom: 6px;
}

.block-posts-list .post-title h3 {
    font-weight: 500;
    margin: 0;
}

.block-posts-list .post-short-content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 26px;
}

.block-posts-list .post-link {
    font-weight: 700;
}

.block-posts-list .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.block-posts-list .post-data .create-date a,
.block-posts-list .post-data .post-author a,
.block-posts-list .post-data .post-comments a {
    text-decoration: none;
}

.block-posts-list .post-data .create-date a span:before,
.block-posts-list .post-data .create-date:before,
.block-posts-list .post-data .post-author a span:before,
.block-posts-list .post-data .post-author:before,
.block-posts-list .post-data .post-comments a span:before,
.block-posts-list .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle;
}

.block-posts-list .post-data .create-date {
    order: 1;
    -webkit-order: 1;
}

.block-posts-list .post-data .create-date time {
    display: inline-block;
}

.block-posts-list .post-data .post-author {
    order: 2;
    -webkit-order: 2;
}

.block-posts-list .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right;
}

@media (max-width: 1200px) {
    .block-posts-list .post-data {
        display: block;
        overflow: hidden;
    }

    .block-posts-list .post-data .create-date,
    .block-posts-list .post-data .post-author {
        display: block;
    }

    .block-posts-list .post-data .post-comments {
        float: right;
    }
}

@media (min-width: 767px) {
    .block-posts-list .post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 768px) {
    .block-posts-list .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }

    .block-posts-list .post-item .item-wrapper {
        padding-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .block-posts-list .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
}


.widget_fslider.related-blog{
    width: 100%;
}

.posts-list-wrapper {
    /*Toolbar
  **********************************************/
}

.posts-list-wrapper .toolbar-top {
    margin-bottom: 30px;
}

.posts-list-wrapper .toolbar-top .toolbar {
    position: relative;
    margin-bottom: 0;
    text-align: left;
}

.posts-list-wrapper .toolbar-top .sorter {
    float: left;
    margin-bottom: 5px;
}

.posts-list-wrapper .toolbar-top .limiter {
    display: block;
    margin-bottom: 5px;
    text-align: right;
}

.posts-list-wrapper .toolbar-top .pages {
    display: none;
}

.posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0;
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages {
    text-align: left;
    margin: 0;
    display: block;
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
    position: relative;
}

.posts-list-wrapper .toolbar-bottom .sorter,
.posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden;
}

.widget.blog-posts {
    clear: both;
    width: 100%;
}

.widget.blog-posts .post-image img {
    width: 100%;
    vertical-align: top;
}

.widget.blog-posts .post-title {
    margin-bottom: 6px;
}

.widget.blog-posts .post-title h3 {
    font-family: inherit;
    font-weight: 500;
    margin: 0;
}

.widget.blog-posts .post-title h3 a {
    text-decoration: none;
}

.widget.blog-posts .post-link {
    font-weight: 700;
    text-transform: none;
}

.widget.blog-posts .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.widget.blog-posts .post-data .create-date a,
.widget.blog-posts .post-data .post-author a,
.widget.blog-posts .post-data .post-comments a {
    text-decoration: none;
}

.widget.blog-posts .post-data .create-date a span:before,
.widget.blog-posts .post-data .create-date:before,
.widget.blog-posts .post-data .post-author a span:before,
.widget.blog-posts .post-data .post-author:before,
.widget.blog-posts .post-data .post-comments a span:before,
.widget.blog-posts .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle;
}

.widget.blog-posts .post-data .create-date {
    order: 1;
    -webkit-order: 1;
}

.widget.blog-posts .post-data .create-date time {
    display: inline-block;
}

.widget.blog-posts .post-data .post-author {
    order: 2;
    -webkit-order: 2;
}

.widget.blog-posts .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right;
}

@media (max-width: 1200px) {
    .widget.blog-posts .post-data {
        display: block;
        overflow: hidden;
    }

    .widget.blog-posts .post-data .create-date,
    .widget.blog-posts .post-data .post-author {
        display: block;
    }

    .widget.blog-posts .post-data .post-comments {
        float: right;
    }
}

.widget-post-grid .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.widget-post-grid .post-item {
    list-style: none;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media (min-width: 769px) {
    .widget-post-grid .post-items>.post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.6333%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .widget-post-grid .post-items>.post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        max-width: 50%;
    }
}

.widget-post-grid .post-image {
    margin-bottom: 15px;
}

.widget-post-list .item-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
}

.widget-post-list .post-item:last-child .item-wrapper {
    margin-bottom: 0;
}

.widget-post-list .post-image {
    float: left;
    margin: 0 30px 0 0;
    max-width: 38%;
}

.widget-post-list .post-content-wrapper {
    overflow: hidden;
}

.widget-post-list .post-short-content {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .widget-post-list .post-image {
        max-width: 45%;
        margin-bottom: 10px;
    }

    .widget-post-list .post-content-wrapper {
        overflow: unset;
    }
}

@media (max-width: 421px) {
    .widget-post-list .post-image {
        float: none;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}

.widget-post-column .post-item {
    margin-bottom: 30px;
}

.widget-post-column .post-item:last-child {
    margin-bottom: 0;
}

.widget-post-column .post-image {
    margin-bottom: 10px;
}

.widget-post-column .post-link {
    display: table;
}

.widget-post-column .post-short-content {
    margin-bottom: 8px;
}

.post-page {
    clear: both;
    font-family: inherit;
    width: 100%;
}

.post-page .post-text {
    margin-bottom: 25px;
}

.post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999999;
}

.post-page .post-data .create-date,
.post-page .post-data .post-author,
.post-page .post-data .post-comments {
    display: inline-block;
    margin-right: 20px;
}

.post-page .post-data .create-date span,
.post-page .post-data .create-date a,
.post-page .post-data .post-author span,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments span,
.post-page .post-data .post-comments a {
    display: inline-block;
}

.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
    color: #999999;
    text-decoration: none;
}

.post-page .post-data .create-date a:hover,
.post-page .post-data .post-author a:hover,
.post-page .post-data .post-comments a:hover {
    color: #000;
}

.post-page .post-data .create-date a span:before,
.post-page .post-data .create-date:before,
.post-page .post-data .post-author a span:before,
.post-page .post-data .post-author:before,
.post-page .post-data .post-comments a span:before,
.post-page .post-data .post-comments:before {
    font-size: 18px;
    line-height: 18px;
    padding-right: 4px;
    color: #000;
    vertical-align: middle;
}

.post-page .post-data .create-date time {
    display: inline-block;
}

@media (max-width: 480px) {
    .post-page .post-data {
        overflow: hidden;
    }

    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
        display: block;
        margin-bottom: 3px;
    }
}

.post-page .post-relatedproducts .block.related {
    float: none;
}

.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
    width: 100%;
}

.post-page .post-relatedproducts .block.related .product-item {
    width: 33.33%;
}

.post-page .post-relatedproducts .block.related .product-item .product-item-info {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
    display: block;
    text-align: center;
}

.post-comments-block {
    margin-bottom: 68px;
}

.post-comments-block .post-comments-content {
    margin-bottom: 48px;
}

.post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px;
}

.post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8;
}

.post-comments-block .comment-info .post-data {
    float: right;
    margin: 0 0 0 5px;
    border: none;
    padding: 0;
}

.post-comments-block .comment-info .post-data .create-date {
    margin: 0;
}

.post-comments-block .comment-info .post-data .create-date time {
    display: inline-block;
}

.post-comments-block .comment-info .comment-author {
    margin-top: 0;
}

.post-comments-block .comment-add .subtitle {
    margin-bottom: 30px;
}

.post-comments-block .comment-add .fieldset {
    margin-bottom: 0;
}

.post-comments-block .comment-add .fieldset .field {
    margin-bottom: 28px;
}

@media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
        float: left;
        margin: 0;
        min-width: 90px;
    }

    .post-comments-block .comment-add .control {
        overflow: hidden;
    }

    .post-comments-block .comment-add .control input {
        width: 327px;
    }

    .post-comments-block .comment-add .control textarea {
        height: 242px;
    }

    .post-comments-block .comment-add .comment-form-actions {
        margin-left: 90px;
    }
}

.block.related-posts .block-title {
    margin-bottom: 30px;
}

.block.related-posts .related-post-list {
    padding: 0;
    overflow: hidden;
    margin: -1px 0 0 0;
    list-style: none;
}

.block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0;
}

.block.related-posts .related-post-list li h5.post-title {
    margin: 0;
    font-weight: normal;
}

.block.related-posts .related-post-list li h5.post-title a {
    display: block;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 14px;
    line-height: 51px;
    color: #000000;
    border-top: solid 1px #e8e8e8;
}

.block.related-posts .related-post-list li h5.post-title a:hover {
    background: #e8e8e8;
    padding-left: 15px;
}

@media (min-width: 767px) {
    .block.related-posts .related-post-list {
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -15px;
    }

    .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
    }

    .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px;
    }
}

.block.related-posts .related-post-grid {
    padding: 0;
    margin: 0 -15px;
}

.block.related-posts .related-post-grid .inner {
    padding: 0 15px;
}

.block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px;
}

.block.related-posts .related-post-grid .post-image img {
    vertical-align: top;
}

.block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: normal;
    line-height: normal;
}

.block.related-posts .related-post-grid h5.post-title a {
    font-size: 14px;
    color: #000000;
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
    }

    .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px;
    }
}

.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
    margin-bottom: 20px;
}

.block-blog-categories .block-title strong,
.block-recent-posts .block-title strong,
.block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px;
}

.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: solid 1px #e8e8e8;
}

.block-blog-categories .block-content ul li:first-child,
.block-recent-posts .block-content ul li:first-child,
.block-recent-comments .block-content ul li:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.block-blog-categories .block-content #blog-show-all {
    cursor: pointer;
}

.block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline;
}

.block-blog-categories .block-content #blog-show-all.closed .less,
.block-blog-categories .block-content #blog-show-all.opened .more {
    display: none;
}

.block-recent-comments .title-section {
    font-size: 13px;
    padding-bottom: 10px;
}

.block-recent-comments .title-section strong {
    font-weight: 600;
}

.block-recent-comments .title-section strong:before {
    font-size: 18px;
    line-height: 16px;
    vertical-align: middle;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.post-page {
    /* display none until init */
    /*
       *  Core Owl Carousel CSS File
       */
    /***/
    /* fix */
}

.post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.post-page .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.post-page .owl-carousel .owl-item {
    float: left;
}

.post-page .owl-controls .owl-page,
.post-page .owl-controls .owl-buttons div {
    cursor: pointer;
}

.post-page .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.post-page .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-page .owl-carousel .owl-controls .owl-nav .owl-next,
.post-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-page .owl-carousel .owl-wrapper,
.post-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0;
}

.post-page .owl-controls .owl-prev {
    display: inline-block;
}

.post-page .owl-controls .owl-prev:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.post-page .owl-controls .owl-next {
    display: inline-block;
}

.post-page .owl-controls .owl-next:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.post-page .owl-controls .owl-prev,
.post-page .owl-controls .owl-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    transition: 0.2s;
    border: solid 1px transparent;
}

.post-page .owl-controls .owl-prev:before,
.post-page .owl-controls .owl-next:before {
    font-size: 36px;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.post-page .owl-controls .owl-prev:hover,
.post-page .owl-controls .owl-next:hover {
    border-color: #000;
}

.posts-list-wrapper .toolbar-top {
    margin-bottom: 48px;
}




.block-posts-list .post-items {
    margin: 0;
}



.block-posts-list .post-items .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 120px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eae9e9;
}

.block-posts-list .post-items .post-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

@media (min-width: 480px) {
    .block-posts-list .post-items .post-item {
        padding: 0 0 63px 0;
    }
}

.block-posts-list .post-items .post-item .item-wrapper {
    padding-bottom: 0;
    position: relative;
}

.block-posts-list .post-items .post-title {
    margin-bottom: 0;
}

.block-posts-list .post-items .post-title h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 33px;
}

.block-posts-list .post-items .post-title h3 a a {
    font-weight: 600;
}

.block-posts-list .post-items .post-image {
    margin-bottom: 30px;
}

.block-posts-list .post-items a.post-link {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: absolute;
    bottom: -85px;
    right: auto;
    left: 0;
}

.block-posts-list .post-items a.post-link:hover {
    color: #FFF;
}

.block-posts-list .post-items a.post-link span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-posts-list .post-items a.post-link {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .block-posts-list .post-items a.post-link {
        bottom: -10px;
        right: 0;
        left: auto;
    }
}

.block-posts-list .post-items .post-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px;
}

.block-posts-list .post-items .post-data>span {
    margin-right: 35px;
    margin-bottom: 10px;
}

.block-posts-list .post-items .post-data>span:before {
    font-size: 22px !important;
}

.block-posts-list .post-items .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.block-posts-list .post-items .post-data .create-date time {
    display: inline-block;
}

.block-posts-list .post-items .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.block-posts-list .post-items .post-data .post-comments {
    text-align: left;
}

.block-posts-list .post-items .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.block-posts-list .post-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px;
}

.block-posts-list .post-data>span {
    margin-right: 35px;
    margin-bottom: 10px;
}

.block-posts-list .post-data>span:before {
    font-size: 22px !important;
}

.block-posts-list .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.block-posts-list .post-data .create-date time {
    display: inline-block;
}

.block-posts-list .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.block-posts-list .post-data .post-comments {
    text-align: left;
}

.block-posts-list .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

@media (min-width: 768px) {
    .logo-description-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-description-container .logo-brand-wrap+.text-brand-wrap {
        padding-left: 20px;
    }

    .logo-description-container .logo-brand-wrap {
        min-width: 8%;
    }
}

@media (max-width: 767px) {
    .logo-description-container .logo-brand-wrap {
        text-align: center;
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.logo-description-container .category-brand-logo {
    margin: 0;
    float: none;
}

/*.slider-pro-wrapper {
  z-index: 1; }*/
@media (min-width: 1200px) {
    .slider-pro-wrapper {
        z-index: 0;
    }
}

.slider-pro-wrapper .link-slider {
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid;
    transition: all 0.3s ease !important;
}

.slider-pro-wrapper .button-slider.extra .link-slider {
    background: none;
}

.slider-pro-wrapper .sp-buttons {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.slider-pro-wrapper .sp-buttons .sp-button {
    display: inline-block;
    border: 1px solid #03391f;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    transition: all 0.2s ease 0s;
    position: relative;
    z-index: 4;
}

.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button {
    background: #03391f;
}


.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before,
.slider-pro-wrapper .sp-buttons .sp-button:hover:before {
    width: 25px;
    height: 25px;
    opacity: 0.6;
    top: -5px;
    left: -5px;
}

/*.slider-pro-wrapper .sp-buttons .sp-button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 30%;
    border: 5px solid;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}*/

.slider-pro-wrapper .sp-arrow {
    font-size: 22px;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    line-height: 48px;
    transition: all 0.2s ease 0s;
}

.slider-pro-wrapper .sp-arrow:before,
.slider-pro-wrapper .sp-arrow:after {
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    position: relative;
    transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg);
    background: none;
    display: block;
    font-family: "Linearicons";
}

.slider-pro-wrapper .sp-arrow:hover {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
}

.slider-pro-wrapper .sp-horizontal .sp-arrows {
    margin: 0;
}

.slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 15%;
}

.slider-pro-wrapper .sp-horizontal .sp-previous-arrow:after {
    content: "\e93b";
}

.slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 15%;
}

.slider-pro-wrapper .sp-horizontal .sp-next-arrow:after {
    content: "\e93c";
}

@media (max-width: 1199px) {
    .slider-pro-wrapper .button-slider {
        transform: scale(0.75) translate3d(0px, 0px, 0px) !important;
    }

    .slider-pro-wrapper .link-slider {
        padding: 11px 28px;
        margin-left: -5%;
    }
}

@media (max-width: 767px) {
    .slider-pro-wrapper .sp-arrow {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
        left: 2%;
    }

    .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
        right: 2%;
    }

    .slider-pro-wrapper .sp-buttons {
        bottom: 0;
    }

    .slider-pro-wrapper .desc-slider,
    .slider-pro-wrapper .slog-slider {
        display: none;
    }

    .slider-pro-wrapper .button-slider.top-min {
        margin-top: -17px;
    }
}

@media (max-width: 479px) {
    .slider-pro-wrapper .button-slider {
        transform: scale(0.65) translate3d(0px, 0px, 0px) !important;
        margin-top: -14px;
    }

    .slider-pro-wrapper .link-slider {
        margin-top: -15px;
        padding: 4px 28px;
    }

    .slider-pro-wrapper .sp-buttons {
        bottom: -7px;
    }

    .slider-pro-wrapper .sp-buttons .sp-button {
        width: 7px;
        height: 7px;
        margin: 0 10px;
    }

    .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before,
    .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
        width: 15px;
        height: 15px;
        top: -4px;
        left: -4px;
    }
}

/*.columns .slider-pro-wrapper {
    margin-bottom: 50px;
}*/

.columns .slider-pro-wrapper .sp-horizontal .sp-arrows {
    top: 46.5%;
}

.columns .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 30px;
}

.columns .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 30px;
}

.columns .slider-pro-wrapper .slog-slider {
    text-align: center;
}

.columns .slider-pro-wrapper .link-slider {
    margin: 0;
}

@media (max-width: 479px) {
    .columns .slider-pro-wrapper .sp-previous-arrow {
        left: 15px;
    }

    .columns .slider-pro-wrapper .sp-next-arrow {
        right: 15px;
    }

    .columns .slider-pro-wrapper .link-slider {
        margin: 0 0 0 20%;
    }
}

.slider-content-static {
    text-align: right;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.slider-content-static.desc-slider {
    display: block;
}

@media (max-width: 767px) {
    .slider-content-static.button-slider {
        transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
        margin-top: 0;
    }
}

.static-link-slider {
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 40px;
    border: 2px solid;
    line-height: 60px;
}

.static-link-slider:hover {
    color: #fff;
}

.slider-content-static-2 {
    text-align: right;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.slider-content-static-2.desc-slider {
    display: block;
}

@media (max-width: 767px) {
    .slider-content-static-2.button-slider {
        transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
        margin-top: 0;
    }
}

/*
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 20px;
}



.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../base/Magento/base/default/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
    line-height: 1.8rem;
}

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    top: 0px;
    display: inline-block;
}

.sidebar .block.widget.featured[role="tablist"] .block-content,
.sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
    display: block;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
    max-width: 100%;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
    position: relative;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
    margin: 0;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
    margin: 0;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.sidebar .block.widget.featured[role="tablist"] .owl-controls,
.sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px 20px;
    text-align: center;
}

.sidebar .block.widget.featured[role="tablist"] .category-title,
.sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
    width: 100%;
    text-align: left;
}

.sidebar .block.widget.featured[role="tablist"] .category-title::before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
.sidebar .block.widget.featured [role="tablist"] .category-title::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.sidebar .block.widget.featured[role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
.sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
    content: "\f106";
}

.sidebar .block.widget.featured[role="tablist"] .category-title strong,
.sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
.sidebar .block.widget.featured [role="tablist"] .category-title strong,
.sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
    padding: 0;
    font-size: 16px;
}

.sidebar .block.widget.featured[role="tablist"] .category-content,
.sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
    float: none;
    margin-left: 0;
    padding: 20px 0 0;
    text-align: left;
    width: 100%;
}

.sidebar .block.widget.featured .products-list .product-items {
    padding-top: 20px;
}

.sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    padding: 0 10px 10px 0;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px;
}

.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0;
}

.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible;
}

.sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0px;
    right: auto;
    top: -20px;
}

.sidebar .block.widget.featured .not-found {
    padding: 0 0 25px;
    margin: -25px 0 0;
}

.sidebar .sidebar-featured .collapsible-block {
    margin-top: 0px;
}

.sidebar .sidebar-featured .block {
    margin-bottom: 0;
}

.sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px;
}

.tm-featured-switch-image-container {
    position: relative;
    overflow: hidden;
}

.tm-featured-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
}

.featured-listing-gallery .fotorama__arr,
.featured-listing-gallery .fotorama__thumb__arr,
.featured-listing-carousel .fotorama__arr,
.featured-listing-carousel .fotorama__thumb__arr {
    background: none;
}

.featured-listing-gallery .fotorama__arr,
.featured-listing-carousel .fotorama__arr {
    width: 40px;
    top: 50%;
    bottom: auto;
}

.featured-listing-gallery .fotorama__arr .fotorama__arr__arr,
.featured-listing-carousel .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background: rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px;
}

.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #5a5e62;
}

.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f104";
}

.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
    content: '\f105';
}

.block.featured:before,
.block.featured:after {
    display: table;
    content: "";
    line-height: 0;
}

.block.featured:after {
    clear: both;
}

.block.featured .loader>div {
    position: relative;
    overflow: hidden;
}

.block.featured .loader>div::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/loader.gif) center 100px no-repeat;
    z-index: -1;
}

.block.featured .product-image-wrapper {
    height: auto;
}

.block.featured .product-image-photo {
    position: relative;
}

.block.featured .is-carousel .owl-carousel:not(.owl-loaded) .product-item {
    max-width: 300px;
}

.block.featured .is-carousel .owl-dots {
    text-align: center;
    margin-bottom: -25px;
    position: relative;
    margin-top: 15px;
}

.block.featured .is-carousel .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    border-radius: 100%;
    background: #000;
    display: inline-block;
}

.block.featured .is-carousel .owl-dot:hover,
.block.featured .is-carousel .owl-dot .active {
    background: #ccc;
}

.block.featured[role="tablist"] .page-title {
    margin-right: 15px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    transition: all 0.3s ease;
    float: left;
}

.block.featured[role="tablist"] .page-title:before,
.block.featured[role="tablist"] .page-title:after {
    font-size: 14px;
    top: 3px;
    display: none;
}

.block.featured[role="tablist"] .block-content {
    float: right;
    margin-left: -100%;
    padding: 3rem 0 0;
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .block.featured[role="tablist"] .page-title {
        display: block;
        margin-right: 0;
        font-size: 18px;
        margin-bottom: 9px;
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        float: none;
    }

    .block.featured[role="tablist"] .page-title:before,
    .block.featured[role="tablist"] .page-title:after {
        display: block;
    }

    .block.featured[role="tablist"] .block-content {
        float: none;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .block.featured[role="tablist"][role="tablist"] {
        border: 1px solid #eae9e9;
        padding: 10px;
    }

    .block.featured[role="tablist"][role="tablist"] .page-title {
        transition: all 0s ease;
    }

    .block.featured[role="tablist"][role="tablist"]>.page-title:not(.active):nth-last-child(2) {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .block.featured[role="tablist"][role="tablist"] .owl-nav {
        top: -40px;
    }
}

.block.featured [role="tablist"] .category-title {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
}

.block.featured [role="tablist"] .category-title strong {
    margin-bottom: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}

.block.featured [role="tablist"] .category-title:before {
    display: none;
}

.block.featured [role="tablist"] .category-title.active,
.block.featured [role="tablist"] .category-title:hover {
    color: #000;
}

.block.featured [role="tablist"] .category-content {
    text-align: left;
    float: right;
    margin-left: -100%;
    padding: 70px 0 0;
    width: 100%;
}

.block.featured [role="tablist"] .owl-nav {
    top: -48px;
}

@media (max-width: 767px) {
    .block.featured [role="tablist"] .category-title {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        padding-bottom: 10px;
        margin-right: 0;
        font-size: 18px;
        border-bottom: 1px solid #eae9e9;
        float: none;
    }

    .block.featured [role="tablist"] .category-title:before {
        display: block;
    }

    .block.featured [role="tablist"] .category-content {
        float: none;
        margin-left: 0;
        padding-top: 50px;
    }

    .block.featured [role="tablist"][role="tablist"] {
        border: 1px solid #eae9e9;
        padding: 10px;
    }

    .block.featured [role="tablist"][role="tablist"]>.category-title:not(.active):nth-last-child(2) {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .block.featured [role="tablist"][role="tablist"] .owl-nav {
        top: -40px;
    }
}

.block.featured .fotorama-item .fotorama__stage {
    margin-bottom: 0;
}

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
    line-height: 1.8rem;
}

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    top: 0px;
    display: inline-block;
}

.sidebar .block.widget.featured[role="tablist"] .block-content,
.sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
    display: block;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
    max-width: 100%;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
    position: relative;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
    margin: 0;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
    margin: 0;
}

.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.sidebar .block.widget.featured[role="tablist"] .owl-controls,
.sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px 20px;
    text-align: center;
}

.sidebar .block.widget.featured[role="tablist"] .owl-controls .owl-pagination .owl-page,
.sidebar .block.widget.featured[role="tabpanel"] .owl-controls .owl-pagination .owl-page,
.sidebar .block.widget.featured [role="tablist"] .owl-controls .owl-pagination .owl-page,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .block.widget.featured[role="tablist"] .category-title,
.sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
    width: 100%;
    text-align: left;
}

.sidebar .block.widget.featured[role="tablist"] .category-title::before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
.sidebar .block.widget.featured [role="tablist"] .category-title::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.sidebar .block.widget.featured[role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
.sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
    content: "\f106";
}

.sidebar .block.widget.featured[role="tablist"] .category-title strong,
.sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
.sidebar .block.widget.featured [role="tablist"] .category-title strong,
.sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
    padding: 0;
    font-size: 16px;
}

.sidebar .block.widget.featured[role="tablist"] .category-content,
.sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
    float: none;
    margin-left: 0;
    padding: 20px 0 0;
    text-align: left;
    width: 100%;
}

.sidebar .block.widget.featured .products-list .product-items {
    padding-top: 20px;
}

.sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    padding: 0 10px 10px 0;
}

.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px;
}

.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0;
}

.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible;
}

.sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0px;
    right: auto;
    top: -20px;
}

.sidebar .block.widget.featured .not-found {
    padding: 0 0 25px;
    margin: -25px 0 0;
}

.sidebar .sidebar-featured .collapsible-block {
    margin-top: 0px;
}

.sidebar .sidebar-featured .block {
    margin-bottom: 0;
}

.sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px;
}

.widget.featured .product-items.owl-carousel {
    margin: 0;
}

.widget.featured .owl-item .product-item {
    max-width: 100%;
}

.widget.featured .products-grid .product-item {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget.featured .product-item {
    position: relative;
}

.widget.featured .product-item .product-label {
    font-size: 12px;
    background: #000;
    font-weight: normal;
    color: #FFF;
    text-transform: capitalize;
    padding: 2px 8px 0;
    line-height: 19px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    z-index: 2;
}

.widget.featured .page-title {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .widget.featured .page-title {
        text-align: left;
        padding-right: 70px;
    }
}

.widget.featured .product-item-info {
    position: relative;
}

.widget.featured .owl-nav {
    position: absolute;
    top: -70px;
    right: 20px;
}

.widget.featured .owl-nav .owl-prev,
.widget.featured .owl-nav .owl-next {
    padding: 0;
    margin-left: 20px;
    display: inline-block;
}

.widget.featured .owl-nav .owl-prev::before,
.widget.featured .owl-nav .owl-next::before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle;
}

.widget.featured .owl-nav .owl-prev:before {
    content: "\e93b";
}

.widget.featured .owl-nav .owl-next:before {
    content: "\e93c";
}

.widget.featured.products-center .product-item-info {
    text-align: center;
}

.widget.featured .rating-summary .label {
    display: none;
}

.widget.featured .block-title {
    margin-bottom: 50px;
}

.widget.featured .list .product-reviews-summary {
    padding-top: 0;
}

.widget.featured .list .reviews-actions {
    display: none;
}

.widget.featured .list .product-item-details {
    padding-right: 0;
}

.widget.featured .products-list .product-item-info {
    margin: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.widget.featured .products-list .product-item {
    margin-bottom: 30px;
}

.widget.featured .products-list .product-item:last-child {
    margin-bottom: 0;
}

.widget.featured .products-list .product-item-photo {
    width: 155px;
}

.widget.featured .products-list .price-box {
    margin-bottom: 12px;
}

.widget.featured .products-list .price {
    font-size: 24px;
}

.widget.featured .products-list .old-price .price {
    font-size: 16px;
}

@media (max-width: 991px) {
    .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .featured .products-list .product-item-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sidebar .featured .products-list .product-item-info .product-item-photo {
        margin-bottom: 10px;
    }
}

.featured-banner-flex .featured-banner {
    margin-bottom: 20px;
}

.layout_4 .products-list .product-items {
    border-top: 1px solid #eae9e9;
    padding-top: 80px;
}

@media (max-width: 1199px) {
    .layout_4 .products-list .product-items {
        padding-top: 30px;
    }
}

.layout_4 .widget.featured .owl-nav {
    top: -97px;
}

.layout_4 .widget.featured .owl-nav .owl-prev::before,
.layout_4 .widget.featured .owl-nav .owl-next::before {
    font-size: 16px;
}

.catalog-image-grid {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 49px;
    margin-bottom: 102px;
}

@media (max-width: 1199px) {
    .catalog-image-grid {
        padding-bottom: 5px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .catalog-image-grid {
        padding-bottom: 0;
        margin-bottom: 50px;
    }
}

.catalog-image-grid.last_widget {
    margin-bottom: 0;
}

.catalog-image-grid.clear-style {
    border: 0;
    padding: 0;
    margin: 0;
}

.catalog-image-grid.clear-style .category-image {
    margin: 0;
}

.catalog-image-grid-clear .category-image {
    margin: 0;
}

.category-grid>li {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 22px;
}

@media (min-width: 1354px) {
    .category-grid>li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.category-grid .category-name {
    font-size: 20px;
    line-height: normal;
    display: block;
}

.category-grid .category-image {
    display: block;
    overflow: hidden;
}

.category-grid.thumbnail_image .category-name {
    padding: 18px 0;
}

.category-grid.thumbnail_image a {
    display: block;
}

.category-grid.thumbnail_image a:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg);
}

.category-grid.thumbnail_image img {
    transition: all 0.3s ease;
}

@media (max-width: 479px) {
    .category-grid.thumbnail_image.row li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        max-width: 100%;
    }
}

.category-grid.font_icon a {
    display: inline-block;
}

.category-grid.font_icon i {
    display: block;
    margin-bottom: 19px;
}

.category-grid.font_icon li {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .category-grid.font_icon.columns-6>li {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .category-grid.font_icon {
        display: flex;
        flex-wrap: wrap;
    }

    .category-grid.font_icon .category-icon::before {
        font-size: 55px !important;
    }

    .category-grid.font_icon .category-name {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .category-grid.font_icon.columns-6>li {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.category-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.category-list .grid-inner {
    position: relative;
    background: #fffde7;
}

.category-list .grid-inner:hover .category-image {
    opacity: 0.05;
}

.category-list .grid-inner:hover .grid-wrapper {
    opacity: 1;
}

.category-list .category-image {
    display: block;
    transition: all 0.3s ease;
}

.category-list .grid-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.category-list .category-name {
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
}

.category-list .category-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    padding: 19px 45px;
}

.category-list .category-button:hover {
    color: #FFF;
}

.category-list .category-button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-list .category-button {
        font-size: 12px;
    }
}

.category-list img {
    width: 100%;
}

.category-grid-full {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-grid-full .grid-inner {
    position: relative;
}

.category-grid-full .grid-inner:before {
    content: "";
    display: block;
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.category-grid-full .grid-inner:hover:before {
    opacity: 0.6;
}

.category-grid-full .category-image {
    display: block;
    margin-bottom: 0;
}

.category-grid-full .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px;
    color: #fff;
}

.category-grid-full .inner a {
    color: #fff;
}

.category-grid-full .category-name {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.category-grid-full .category-name span {
    font-size: 35px;
    display: block;
    font-weight: 300;
}

.category-grid-full .subcategory-grid {
    margin-bottom: 45px;
}

.category-grid-full .subcategory-grid li {
    display: inline-block;
}

.category-grid-full .subcategory-grid a {
    font-size: 12px;
}

.category-grid-full .subcategory-grid a:hover {
    text-decoration: underline;
}

.category-grid-full .button-more {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.category-grid-full .button-more:before {
    display: inline-block;
    float: right;
    font-family: "Linearicons";
    content: "\e93c";
    font-size: 12px;
    text-align: center;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    margin: -3px 0 0 17px;
    transition: all 0.3s ease;
}

.category-grid-full .button-more:hover:before {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}

.category-grid-full img {
    width: 100%;
}

.category-grid-full.thumbnail_image .subcategory-grid li:not(:first-child):before {
    content: ",";
    margin: 0 2px;
}

@media (max-width: 1721px) and (min-width: 1130px) {
    .category-grid-full .inner {
        padding: 25px;
    }

    .category-grid-full .category-name {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .category-grid-full .category-name span {
        font-size: 20px;
    }

    .category-grid-full .subcategory-grid {
        margin-bottom: 25px;
    }
}

@media (max-width: 1131px) {
    .category-grid-full.columns-4>li {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .category-grid-full.columns-3>li {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767px) {
    .category-grid-full.columns-3>li {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) and (min-width: 539px) {
    .category-grid-full .inner {
        padding: 30px;
    }

    .category-grid-full .category-name {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .category-grid-full .category-name span {
        font-size: 20px;
    }

    .category-grid-full .subcategory-grid {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .category-grid-full.columns-4>li {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 479px) {
    .category-grid-full .inner {
        padding: 30px;
    }

    .category-grid-full .category-name {
        font-size: 32px;
    }

    .category-grid-full .category-name span {
        font-size: 26px;
    }
}

.catalog-image-grid-lt-2 {
    margin-bottom: 75px;
}

.parallax-container {
    margin-bottom: 92px;
    text-align: center;
}

.parallax-container .rd-parallax-inner {
    min-height: 658px;
}

.parallax-container .parallax-title {
    font-size: 84px;
    line-height: 84px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}

.parallax-container .parallax-slog {
    font-size: 24px;
    line-height: normal;
    color: #FFF;
}

.parallax-container .link-parallax {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    margin-top: 50px;
    padding: 17px 40px;
    font-size: 16px;
}

.parallax-container .link-parallax:hover {
    color: #FFF;
}

.parallax-container .link-parallax span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .parallax-container .link-parallax {
        font-size: 12px;
    }
}

.parallax-container .parallax-slog-2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 43px;
}

.parallax-container .parallax-title-2 {
    font-size: 84px;
    line-height: 87px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -15px;
}

.parallax-container .parallax-title-2 strong {
    display: block;
    font-weight: bold;
}

@media (max-width: 991px) {
    .parallax-container {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .parallax-container .rd-parallax-inner {
        min-height: 300px;
        padding: 65px 20px;
    }

    .parallax-container .parallax-title {
        font-size: 41px;
        line-height: 50px;
    }

    .parallax-container .parallax-slog {
        font-size: 18px;
    }

    .parallax-container .parallax-slog-2 {
        font-size: 20px;
    }

    .parallax-container .parallax-title-2 {
        font-size: 46px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .parallax-container .parallax-title-2 {
        font-size: 38px;
    }
}

.mobile .parallax-container .text-layout {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .parallax-container.parallax-4 {
        padding-bottom: 0;
    }
}

/*@font-face {
  font-family: 'furniture';
  src: url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.eot?3955673");
  src: url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.eot?3955673#iefix") format("embedded-opentype"), url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.woff2?3955673") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.woff?3955673") format("woff"), url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.ttf?3955673") format("truetype"), url("../../frontend/TemplateMonster/theme007/en_AU/fonts/fontello/furniture.svg?3955673#furniture") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="furniture-icon-"]:before, [class*=" furniture-icon-"]:before {
  font-family: "furniture";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }*/
/*
.furniture-icon-16:before {
  content: '\e800'; }

.furniture-icon-14:before {
  content: '\e801'; }

.furniture-icon-13:before {
  content: '\e802'; }

.furniture-icon-12:before {
  content: '\e803'; }

.furniture-icon-09:before {
  content: '\e804'; }

.furniture-icon-10:before {
  content: '\e805'; }

.furniture-icon-08:before {
  content: '\e806'; }

.furniture-icon-07:before {
  content: '\e807'; }

.furniture-icon-06:before {
  content: '\e808'; }

.furniture-icon-05:before {
  content: '\e809'; }

.furniture-icon-04:before {
  content: '\e80a'; }

.furniture-icon-03:before {
  content: '\e80b'; }

.furniture-icon-02:before {
  content: '\e80c'; }

.furniture-icon-01:before {
  content: '\e80d'; }*/

/* 'юаН' */
.map-title {
    display: none;
}

.block-googlemap-home {
    position: relative;
}

.block-googlemap-home .map-title {
    text-align: center;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 64px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -50px;
    display: none;
}

.block-googlemap-home .map-title:before {
    font-family: "Linearicons";
    content: "\e93a";
    font-size: 30px;
}

.layout-switcher {
    z-index: 3;
}

.layout-switcher .select-container select {
    min-height: 30px;
}

.layout-switcher .select-container::after {
    top: 3px;
}

.layout-switcher label {
    padding-bottom: 0;
}

.layout-switcher section .inner {
    padding-bottom: 15px;
}

@media (max-height: 800px) {
    .layout-switcher form {
        overflow-y: scroll;
        max-height: 400px;
    }
}

.sm-wrapper {
    padding: 30px 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sm-wrapper .logo {
    display: table;
    margin: 0 auto 30px;
}

.sm-wrapper .copyright {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 30px;
}

.sm-container-wrapper {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset;
    padding: 0 20px;
}

.sm-main {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    color: #fff;
    padding: 180px 0;
}

.sm-title {
    font-weight: 500;
    line-height: 1;
}

#sm-content-block {
    margin-bottom: 65px;
}

#sm-content-block .sm-title {
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: 800;
}

#sm-content-block .sm-description {
    font-size: 16px;
    line-height: 28px;
}

#sm-subscription-block .sm-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.sm-content {
    max-width: 450px;
    margin: 0 auto;
}

.sm-content .sm-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
}

.sm-content .sm-button:hover {
    color: #FFF;
}

.sm-content .sm-button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-content .sm-button {
        font-size: 12px;
    }
}

.sm-subscription {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sm-subscription input {
    margin-right: 10px;
    height: 50px;
}

#sm-timer-block {
    margin-bottom: 50px;
}

#sm-timer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
}

#sm-timer>div {
    min-width: 125px;
    position: relative;
    margin: 0 8px;
}

#sm-timer span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 8px;
}

#sm-timer b {
    position: absolute;
    top: 20%;
    right: -17%;
}

@media (max-width: 767px) {
    #sm-content-block {
        margin-bottom: 30px;
    }

    #sm-content-block .sm-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    #sm-content-block .sm-description {
        font-size: 14px;
        line-height: 20px;
    }

    #sm-subscription-block .sm-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #sm-timer {
        font-size: 26px;
    }

    #sm-timer>div {
        min-width: 30px;
    }

    #sm-timer span {
        font-size: 14px;
    }

    #sm-timer b {
        right: -16px;
    }
}

@media (max-width: 479px) {
    .sm-main {
        padding: 50px 0;
    }

    .sm-subscription {
        display: block;
    }

    .sm-button {
        width: 100%;
        margin-top: 10px;
    }
}

.widget.brands {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 60px;
    margin-bottom: 110px;
    margin-top: -25px;
}

@media (max-width: 1199px) {
    .widget.brands {
        margin-bottom: 40px;
        padding-bottom: 40px;
        margin-top: 0;
    }
}

.widget.brands .block-content .brandlist {
    margin-bottom: 0;
}

.brand-list .brand-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

@media (min-width: 1354px) {
    .brand-list .brand-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 1199px) {
    .brand-list .brand-item {
        -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 991px) {
    .brand-list .brand-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

.brand-list .brand-item .inner {
    padding: 25px 25px 35px;
    border: 1px solid #eae9e9;
}

.brand-list .brand-item .brand-item-name {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

@media (max-width: 991px) {
    .brand-list .brand-item .brand-item-name {
        font-size: 16px;
    }
}

.product-brand {
    display: inline-block;
    text-align: center;
    padding: 0;
    border: 1px solid #eae9e9;
}

.product-brand .product-brand-logo {
    max-width: 90px;
    margin: 0 auto;
}

.product-brand .product-brand-name {
    padding: 4px;
    margin: 0;
    border-bottom: 1px solid #eae9e9;
}

.widget.brands .brand-logo:hover {
    opacity: 0.7;
}


.product-info-logos {
    clear: both;
    margin-top: 15px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.product-info-logos ul {
    display: flex;
    clear: both;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.product-info-logos ul li {
    padding: 0;
    text-align: center;
    flex-basis: 33.33%;
}

.product-info-logos img {
    display: block;
    margin: 0 auto;
}

.product-info-logos span {
    display: inline-block;
    width: 100%;
    color: #8d8d8d;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    margin: 9px 0 0 0;
}

.swatch-attribute.swatch-layered {
    margin-bottom: 18px;
}

/* sourceMappingURL=modules.css.map */

.tooltip.wrapper {
    position: relative;
}

.tooltip.wrapper .tooltip.toggle {
    cursor: help;
}
.tooltip.wrapper .tooltip.content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333333;
    line-height: 1.4;
    border: 1px solid #bbbbbb;
    margin-top: 5px;
    left: 0;
    top: 100%;
}

.tooltip.wrapper .tooltip.content:after, 
.tooltip.wrapper .tooltip.content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #bbbbbb;
    left: 15px;
    margin-left: -6px;
}
.tooltip.wrapper .tooltip.content:after, 
.tooltip.wrapper .tooltip.content:before {
    bottom: 100%;
}
.tooltip.wrapper .tooltip.content:before {
    border-width: 6px;
}
.tooltip.wrapper .tooltip.content:after {
    border-width: 5px;
    border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after {
    border-bottom-color: #ffffff;
    left: 15px;
    margin-left: -5px;
}
.tooltip.wrapper:focus .tooltip.content, 
.tooltip.wrapper:hover .tooltip.content {
    display: block;
}

@charset "UTF-8";
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform


*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/


/* open-sans-regular - latin */
/**/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Montserrat"), local("Montserrat-Regular"),
        url("../../frontend/TemplateMonster/theme007/en_AU/fonts/montserrat/Montserrat-Regular.ttf") format("ttf"),
        url("../../frontend/TemplateMonster/theme007/en_AU/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"),
        url("../../frontend/TemplateMonster/theme007/en_AU/fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
}


address {
    font-style: normal;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: block;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935";
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    opacity: 0.5;
}

.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
    display: none;
}

.modals-overlay {
    z-index: 800;
}

.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
}

.modal-slide {
    left: auto;
    z-index: 1000;
}

.modal-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px;
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem;
}

.modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-popup {
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
}

.modal-popup._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.modal-popup._inner-scroll {
    overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
    overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.modal-popup .modal-footer button {
    color: #000;
    margin: 0 3px;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-bottom: 10px;
}

.modal-popup .modal-footer button.action-primary {
    border: 2px solid #48a842;
    ;
    color: #fff;
}

/*.modal-popup .modal-footer button:hover {
        color: #FFF; }*/
.modal-popup .modal-footer button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-popup .modal-footer button {
        font-size: 12px;
    }
}

.modal-popup .modal-footer-actions {
    text-align: right;
}

.modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem;
}

@media (max-width: 767px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0;
    }
}

.modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static;
}

.modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
    border: 1px solid #ccc;
    margin: 0 auto 2rem;
    max-width: 58rem;
    padding: 2rem;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
    max-height: 54rem;
}

.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 768px -1) {
    .custom-slide {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        pointer-events: none;
        left: auto;
        z-index: 1000;
    }

    .custom-slide._show {
        visibility: visible;
        background: rgba(255, 255, 255, 0.65);
        pointer-events: auto;
    }

    .custom-slide._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .custom-slide .modal-inner-wrap {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
        opacity: 1;
    }

    .custom-slide._show .modal-inner-wrap {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform, visibility;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: 310px;
    }

    .custom-slide._inner-scroll .modal-inner-wrap {
        overflow-y: visible;
        display: flex;
        flex-direction: column;
    }

    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
        flex-grow: 0;
        flex-shrink: 1;
    }

    .custom-slide._inner-scroll .modal-content {
        overflow-y: auto;
    }

    .custom-slide._inner-scroll .modal-footer {
        margin-top: auto;
    }

    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
        padding: 0 0.5rem 0.5rem;
    }

    .custom-slide .modal-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .custom-slide .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw;
    }

    .modal-custom .action-close,
    .modal-popup .action-close,
    .modal-slide .action-close {
        display: block;
    }
}

@media print {
    .modal-popup {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

fieldset,
.fieldset {
    outline: none;
}

fieldset .field select,
.fieldset .field select {
    width: 100%;
}

fieldset .field .select2-container,
.fieldset .field .select2-container {
    max-width: 100%;
}

.field {
    margin-bottom: 30px;
    position: relative;
}

/*.field.additional, .field.choice {
    margin-bottom: 0; }*/
.field .label,
.field label {
    margin-right: 30px;
    padding: 6px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.0026px;
}

.field .checkbox {
    margin: .75rem .5rem 0 0;
}

.field input.qty {
    width: 6rem;
}

.field.required {
    transition: 0.3s ease;
}

.field.required._error {
    margin-bottom: 2rem;
}

.field.required div.mage-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.field.required .control {
    position: relative;
}

.field.required .control._with-tooltip input.input-text+div.mage-error {
    top: auto;
}

.field.required .control .field-tooltip.toggle {
    top: -22px;
}

.legend,
legend {
    font-size: 1rem;
    font-weight: 600;
}

.legend+br,
legend+br {
    display: none;
}

.control .nested {
    margin-top: 1rem;
}

.control .nested .field {
    margin-bottom: 0;
}

input[type="text"],
.input-text,
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 24px;
    min-height: 50px;
    border-radius: 0px;
    border: solid 0.5px #b0b0b0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
    border: 1px solid #a3a3a3;
}

input[type="text"].mage-error,
.input-text.mage-error,
input[type="email"].mage-error,
input[type="password"].mage-error,
input[type="number"].mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380;
    font-style: normal;
}

input[type="text"]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]::-moz-placeholder,
.input-text::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:-moz-placeholder,
.input-text:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder,
.input-text:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus::-moz-placeholder,
.input-text:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus:-moz-placeholder,
.input-text:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus:-ms-input-placeholder,
.input-text:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

select {
    height: 24px;
    background-color: transparent;
    outline: none;
}

select option {
    outline: none;
}

textarea {
    max-width: 100%;
}

p.required {
    color: #48a842;
    ;
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form-inline .control input,
.form-inline .control select,
.form-inline .control textarea {
    width: auto;
}

.field.required>.label::after,
.field._required>.label::after,
.fieldset>.field.required>.label::after,
.fieldset>.fields>.field.required>.label::after {
    color: #48a842;
    ;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px;
}

.radio,
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    width: auto;
    height: 24px;
    margin: 6px 6px 0 0;
    cursor: pointer;
}

.field.choice {
    position: relative;
}

.field.choice input[type=checkbox],
.field.choice input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.field.choice input[type=checkbox]+.label,
.field.choice input[type=radio]+.label {
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
}

.field.choice input[type=checkbox]+.label:before,
.field.choice input[type=radio]+.label:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-family: "Linearicons";
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    padding-right: 3px;
    font-weight: normal;
}

.field.choice input[type=checkbox]+.label span,
.field.choice input[type=radio]+.label span {
    display: inline-block;
}

.field.choice input[type=checkbox]+.label:before {
    content: "\F096";
}

.field.choice input[type=checkbox]:checked+.label:before {
    content: "\F14A";
}

.field.choice input[type=checkbox]:disabled:checked+.label:before {
    content: "\F14A";
    pointer-events: none;
    opacity: .6;
}

.field.choice input[type=radio]+.label:before {
    content: '\f10c';
}

.field.choice input[type=radio]:checked+.label:before {
    content: "\f192";
}

.field.choice input[type=checkbox]:disabled:checked+.label:before {
    content: "\f192";
    pointer-events: none;
    opacity: .6;
}

.field.choice input[type=checkbox]:disabled+.label:before,
.field.choice input[type=radio]:disabled+.label:before {
    pointer-events: none;
    opacity: .6;
}

button.amcard-check,
input[type='button'],
.action-primary,
.actions .action,
.actions-toolbar .action,
.box-actions .action,
.product-item-actions .action,
.checkout.methods .action {
    background: #48a842;
    padding: 0 19px;
    font-size: 15px;
    line-height:50px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #48a842;
    border-radius: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    color: #fff;
    height: 50px;
}


/*.actions-toolbar .action.back,
button.action-primary,
button.action {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}*/

.actions .action:hover,
.actions-toolbar .action:hover,
.box-actions .action:hover,
.product-item-actions .action:hover,
.checkout.methods .action:hover {
    /*color: #FFF;*/
}

/*.actions .action span,
  .actions-toolbar .action span,
  .box-actions .action span,
  .product-item-actions .action span,
  .checkout.methods .action span {
    vertical-align: sub; }*/

@media (min-width: 768px) and (max-width: 991px) {

    .actions .action,
    .actions-toolbar .action,
    .box-actions .action,
    .product-item-actions .action,
    .checkout.methods .action {
        font-size: 12px;
    }
}

.actions-primary .action,
.primary .action,
.action.primary,
.checkout.methods .primary {
    color: #FFF;
}


.action.outline-secondary {
    background: transparent;
    border-color: #48a842;
    color: #48a842;
}

a.action-edit:before,
a.action.edit:before {
    content: "\E806";
    font-family: "Linearicons";
}

a.action-delete:before,
a.action.delete:before {
    content: "\E809";
    font-family: "Linearicons";
}

/*.secondary a.action,
.primary a.action,
a.action.primary{
  color: #fff;
}*/

a.action.delete,
a.action.edit{
    font-size: 20px;
    display: inline-block;
    padding: 0px 22px;
    border: 0;
    font-weight: normal;
}

a.action.delete span,
a.action.edit span,
a.action.change-password span {
    display: none;
}

/*a.action.delete {
  font-family: "Linearicons"; }
  a.action.delete:before {
    content: "\e92a"; }
a.action.edit {
  font-family: "Linearicons"; }
  a.action.edit:before {
    content: "\e60d"; }*/

/*.block-minicart a.action.delete:before {
  content: "\e753"; }*/

.actions-toolbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.25rem;
}

.actions-toolbar .action {
    margin: 0 0.25rem;
    display: inline-block;
}

.field-error span,
.mage-error:not(input):not(textarea) {
    font-size: .75rem;
    line-height: 1rem;
    font-style: italic;
    color: #F11F17;
    padding: 5px;
    z-index: 1;
}

table.table {
    width: 100%;
    border-collapse: collapse;
}

table.table tr.row {
    display: table-row;
    margin: 0;
}

table.table tr.row .col {
    padding-right: 0;
}

table.table td {
    vertical-align: middle;
}

table.table th,
table.table td {
    padding: 10px;
}

@media (min-width: 768px) {

    table.table th,
    table.table td {
        border-right: solid 1px #dadada;
    }
}

@media (min-width: 1200px) {

    table.table th,
    table.table td {
        padding: 30px 20px;
    }
}

table.table th:last-child,
table.table td:last-child {
    border-right: 0;
}

table.table th:first-child,
table.table td:first-child {
    padding-left: 0;
}

table.table th {
    color: #000;
}

table.table thead {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
}

table.table thead th {
    color: #000;
}

table.table thead th:last-child {
    border-right: 0;
}

table.table tbody {
    font-size: 12px;
}

@media (min-width: 768px) {

    table.table tbody th,
    table.table tbody td {
        border-bottom: solid 1px #dadada;
    }
}

@media (min-width: 1200px) {
    table.table tbody .price {
        font-size: 20px;
    }
}

table.table tfoot {
    border-bottom: solid 1px #dadada;
}

@media (min-width: 1200px) {

    table.table tfoot th,
    table.table tfoot td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.table tfoot tr:first-child th,
    table.table tfoot tr:first-child td {
        padding-top: 40px;
    }

    table.table tfoot tr:last-child th,
    table.table tfoot tr:last-child td {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    table.table tfoot .price {
        font-size: 20px;
    }
}

table.table .col.name {
    font-size: 14px;
}

table.table .col.name strong {
    font-weight: normal;
}

@media (max-width: 767px) {
    /*table.table th {
      display: none; }*/

    table.table td {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

    table.table td:before {
        /*font-weight: bold;*/
        display: block;
        /*border-bottom: solid 1px #dadada;*/
        content: attr(data-th);
        margin-bottom: 10px;
    }
}

table.table-bordered {
    border-top: 2px solid;
    border-left: 1px solid #dadada;
}

table.table-bordered th,
table.table-bordered td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

table.data-table {
    width: 100%;
}

table.data-table th,
table.data-table td {
    padding: 20px;
    vertical-align: middle;
}

table.data-table th {
    background: #ffffff;
    text-transform: uppercase;
    color: #000;
}

dl dd {
    padding-left: 2rem;
}

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*/
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.rd-navbar-wrap,
.rd-navbar-static.rd-navbar--is-clone {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-fixed .block,
.rd-navbar-static .block,
.rd-navbar-fullwidth .block,
.rd-navbar-sidebar .block {
    margin: 0;
}

.rd-navbar-static {
    background: #ffffff;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    width: 100%;
}

.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #f0f0f0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .page-header__panel,
.rd-navbar-static.rd-navbar--is-stuck .page-header__content {
    display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
@media (max-width: 767px) {
    .rd-navbar-nav {
        display: none;
    }
}

.rd-navbar-toggle {
    display: none;
}

@media (max-width: 991px) {
    .rd-navbar-toggle {
        display: block;
        border-right: 1px solid #eae9e9;
        width: 50px;
        height: 40px;
        position: fixed;
        z-index: 17;
        top: 14px;
        left: 0;
    }

    .rd-navbar-toggle span {
        display: block;
        transition: .3s all ease;
    }

    .rd-navbar-toggle span:before,
    .rd-navbar-toggle span:after {
        font-family: "Linearicons";
        font-size: 27px;
        vertical-align: middle;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .rd-navbar-toggle span:after {
        content: "\e92b";
    }

    .rd-navbar-toggle.active span:before {
        content: "\e935";
        font-size: 20px;
    }

    .rd-navbar-toggle.active span:after {
        font-size: 0;
    }

    .rd-navbar-toggle strong {
        display: none;
    }

    .rd-navbar-nav-wrap {
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        top: -15px;
        left: 0;
        width: 320px;
        padding: 88px 0 56px;
        bottom: -56px;
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        z-index: 15;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

    .rd-navbar-nav-wrap.active {
        width: 320px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .rd-navbar-nav-wrap .welcome {
        display: block;
        font-size: 12px;
        border-top: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9;
        padding: 30px 0;
        margin: 20px 30px 0;
    }

    .rd-navbar-nav {
        display: block;
        overflow: auto;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        height: 100%;
    }

    .rd-navbar-nav:before,
    .rd-navbar-nav:after {
        content: '';
        display: block;
        height: 8px;
    }

    .rd-navbar-nav>li {
        display: block;
        margin-bottom: 15px;
        padding: 0 60px 0 30px;
        text-align: left;
    }

    .rd-navbar-nav>li:last-child {
        margin-bottom: 0;
    }

    .rd-navbar-nav>li>a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 0;
    }

    .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before {
        content: "\e939";
    }

    .rd-navbar-dropdown,
    .rd-navbar-megamenu {
        display: none;
    }

    .rd-navbar-dropdown .rd-navbar-dropdown,
    .rd-navbar-megamenu .rd-navbar-dropdown {
        padding-left: 15px;
    }

    .rd-navbar-submenu {
        position: relative;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .rd-navbar-submenu li {
        margin-bottom: 5px;
    }

    .rd-navbar-submenu li:last-child {
        margin-bottom: 0;
    }

    .rd-navbar-submenu li>a {
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        padding-left: 18px;
    }

    .rd-navbar-submenu li>a:before {
        font-family: "Linearicons";
        content: "\e93c";
        float: left;
        font-size: 10px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle {
        right: 0;
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle:before {
        font-size: 12px;
        line-height: 1;
    }

    .rd-navbar-submenu.opened>.rd-navbar-dropdown,
    .rd-navbar-submenu.opened>.rd-navbar-megamenu {
        display: block;
        padding: 20px 0;
    }

    .rd-navbar-submenu-toggle {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
        cursor: pointer;
    }

    .rd-navbar-submenu-toggle:before {
        font-family: "Linearicons";
        content: "\e93a";
        padding: 4px 8px;
        display: block;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-toggle {
        border-right: 0px;
        position: absolute;
        top: -123px;
    }

    .rd-navbar-toggle span:after {
        color: #fff
    }
}

@media (min-width: 768px) {
    .layout_3 .rd-navbar-nav {
        line-height: 17px;
        text-align: left;
        border: 0;
        padding: 0;
        margin: 0;
    }
}



.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation {
    top: 0;
    width: 48%;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -8px;
    cursor: pointer;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle:before {
    font-family: "Linearicons";
    content: "\e93a";
    padding: 4px 8px;
    display: block;
    font-size: 10px;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-dropdown,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-megamenu {
    display: none;
    position: relative;
    top: 0 !important;
    width: 100%;
    padding: 0 0 20px 20px;
    box-shadow: none;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent {
    position: relative;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent span::after {
    display: none;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.megamenu-wrapper {
    padding-left: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu {
    display: block;
    right: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .container,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .container {
    padding: 0;
    min-width: inherit;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row {
    margin: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"],
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"] {
    padding: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"]>ul,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"]>ul {
        margin-bottom: 20px;
    }

    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"]:last-child ul,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"]:last-child ul {
        margin-bottom: 0;
    }
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full {
    max-width: inherit;
    min-width: inherit;
    padding: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row {
    margin: 0;
    display: block;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div {
    padding: 0;
    width: 100%;
    max-width: inherit;
    border: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div>ul {
    margin-bottom: 25px;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div:last-child ul {
    margin-bottom: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .static-block,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .product {
    display: none;
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
    display: none;
}

.rd-navbar-static .rd-navbar-brand {
    display: inline-block;
    float: left;
}

.rd-navbar-static .rd-navbar-brand>* {
    display: inline-block;
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand>img {
    margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand>a {
    font-size: 36px;
    line-height: 48px;
}

.rd-navbar-static .rd-navbar-brand>a span {
    display: none;
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    text-align: left;
    position: fixed;
    top: 4px;
    left: 56px;
    right: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 46px;
    height: 48px;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
    display: none;
}

.rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
    display: none;
}

.rd-navbar-cart-toggle span {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.rd-navbar-cart-toggle span,
.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    transition: .3s all ease;
}

.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd-navbar-cart-toggle span:after,
.rd-navbar-cart-toggle span:before {
    content: "";
    width: 24px;
    height: 24px;

    /*content: "";*/
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle span:after {
    content: "\e935";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-cart-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.rd-navbar-cart-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle {
    position: relative;
    display: inline-block;
}

.rd-navbar-cart-toggle span {
    padding-left: 28px;
    text-align: left;
}

.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    margin-top: -2px;
    font-size: 23px;
    font-family: "Linearicons";
}

.rd-navbar-cart-toggle span:before {
    content: "\EA4B";
}

.rd-navbar-cart-toggle span:after {
    font-size: 16px;
}

.rd-navbar-cart-toggle .counter,
.header.links .counter {
    display: inline-block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    transition: all 0.3s ease;
    background: #48a842;
    position: absolute;
    top: -5px;
    right: -10px;
}

.rd-navbar-cart-toggle .counter{
    top: -15px;
}

@media (max-width: 1353px) {
    .rd-navbar-collapse .header.links .counter {
        position: relative;
        top: auto;
        right: auto;
    }
}

.rd-navbar-cart-toggle .counter strong {
    font-weight: normal;
}

.rd-navbar-cart-toggle .counter .counter-label {
    display: none;
}

/*  .rd-navbar-cart-toggle .counter.empty {
    background: #f0f0f0; }*/
/*.rd-navbar-cart-toggle:hover .counter {
  color: #FFF !important; }*/
.rd-navbar-cart-toggle .loading-mask {
    display: none;
}

.minicart-wrapper.active .rd-navbar-cart-toggle .counter {
    color: #FFF !important;
}

@media (max-width: 767px) {
    .rd-navbar-cart {
        display: block;
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
        transform: translate(-100%);
    }

    .minicart-wrapper.active .rd-navbar-cart {
        opacity: 1;
        top: 70px;
        transform: translate(0);
        max-height: calc(100% - 70px);
        overflow-x: auto;
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-cart-floating {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 20;
        color: #FFF;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
        width: 56px;
        height: 56px;
        outline: 1px solid transparent;
        backface-visibility: hidden;
    }

    .rd-navbar-cart-floating:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout {
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 56px;
        opacity: 0;
        visibility: hidden;
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout:before {
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
        height: 56px;
        line-height: 56px;
    }

    .rd-navbar-cart-floating.active {
        right: 0;
        bottom: 0;
        border-radius: 0;
        width: 100%;
    }

    .rd-navbar-cart-floating.active:before {
        -webkit-transform: translate(-50%, -50%) scale(20);
        transform: translate(-50%, -50%) scale(20);
        background: #2ecc71;
    }

    .rd-navbar-cart-floating.active #top-cart-btn-checkout {
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
        visibility: hidden;
        opacity: 0;
    }

    .rd-navbar-cart-fixed {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        top: 15px;
        right: 0px;
        z-index: 17;
        overflow: visible;
        height: 40px;
        width: 61px;
        outline: 1px solid transparent;
        backface-visibility: hidden;
        border-right: 1px solid #eae9e9;
        border-left: 1px solid #eae9e9;
        padding: 10px 8px 0px 8px;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle {
        display: block;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .loading-mask {
        visibility: hidden;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter {
        position: absolute;
        right: 3px;
        top: -14px;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-label {
        display: none;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .text {
        font-size: 0;
        padding: 0;
        margin: 0;
    }
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
    padding: 0;
}

.rd-navbar-static .rd-navbar-panel:before,
.rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
    clear: both;
}

@media (max-width: 767px) {
    .rd-navbar-panel-canvas {
        position: fixed;
        height: 70px;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        z-index: 16;
    }

    .page-wrapper {
        padding-top: 70px;
    }
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search-toggle {
    display: block;
    font-family: "FontAwesome";
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    position: relative;
    z-index: 18;
    text-align: center;
    transition: all 0s ease;
}

@media (min-width: 480px) {
    .rd-navbar-search-toggle {
        width: 69px;
        border-left: 1px solid #eae9e9;
        text-align: right;
        margin-left: 12px;
    }
}

.rd-navbar-search-toggle:before,
.rd-navbar-search-toggle:after {
    display: inline-block;
    transition: .3s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.rd-navbar-search-toggle:before {
    font-family: "Linearicons";
    content: "\e922";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.rd-navbar-search-toggle:after {
    font-family: "Linearicons";
    content: "\e935";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
}

.rd-navbar-search-toggle.active:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.rd-navbar-search-toggle.active:before {
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
}

/*.rd-navbar-search {
  position: absolute;
  left: 15px;
  right: 80px;
  top: 0;
  z-index: -1; }*/
@media (min-width: 1404px) {
    .rd-navbar-search {
        left: 25px;
    }
}

.rd-navbar-search form button[type="submit"] {
    background: #48a842;
    ;
    font-weight: 700;
    height: 32px;
    width: 60px;
    font-size: 14PX;
    line-height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
}

/*.rd-navbar-search form button[type="submit"]:before {
      font-family: "Linearicons";
      content: "\e922"; }*/
/*.rd-navbar-search form button[type="submit"] span {
      display: none; }*/
.rd-navbar-search .form-group {
    z-index: 17;
    transition: 0.1s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar-search .form-group input {
    width: 100%;
    height: 40px;
    min-height: inherit;
    display: block;
    line-height: normal;
    border: solid 1px #dedede;
    padding-right: 60px;
    padding-left: 22px;
    border-radius: 0px;
}

.rd-navbar-search .form-group input::-ms-clear{display: none;}

.rd-navbar-search .form-group input:focus {
    border: 1px solid #a3a3a3;
}

.rd-navbar-search.active {
    z-index: 20;
    display: block;
}

.rd-navbar-search.active .form-group {
    opacity: 1;
    visibility: visible;
}

.field.search {
    margin: 0;
}

@media (max-width: 1200px) {
    .layout_1 .rd-navbar-search-toggle {
        width: 45px;
    }
}



@media (min-width: 768px) {
    .layout_3 .rd-navbar-search-toggle {
        float: right;
        border: 0;
        width: 42px;
        line-height: 42px;
        margin-right: 6px;
        margin-top: 2px;
    }

    .layout_3 .rd-navbar-search {
        display: inline-block;
        margin: 0;
    }

    .rd-navbar-search-toggle {
        display: none;
    }
}



@media (min-width: 1025px) {
    .rd-navbar-search .form-group input {
        min-width: 220px;
    }
}



@media (max-width: 767px) {
    .rd-navbar-search-toggle {
        display: block;
        position: fixed;
        top: 15px;
        right: 116px;
        width: 50px;
        height: 40px;
        z-index: 18;
        font-size: 20px;
        text-align: center;
        margin: 0;
        border: 0;
    }

    .field.search {
        margin: 0;
    }

    .rd-navbar-search {
        display: none;
        z-index: 16;
    }

    .rd-navbar-search .form-group {
        position: fixed;
        top: 86px;
        left: 10px;
        right: 10px;
        background: #fff;
    }
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse .switcher.currency,
.rd-navbar-collapse .switcher.language {
    display: none;
}

.rd-navbar-collapse-toggle {
    display: none;
}

.rd-navbar-collapse-toggle .switcher.currency,
.rd-navbar-collapse-toggle .switcher.language {
    display: none;
}

.rd-navbar-collapse li a:before {
    font-family: "Linearicons";
    font-size: 22px;
    vertical-align: sub;
    transition: all 0.3s;
}


.rd-navbar-collapse li.authorization-link a:before {
    font-family: "Linearicons";
    font-size: 22px;
    vertical-align: sub;
    content: "\E80B";
}

.rd-navbar-collapse li.compare.link a:before {
    content: "\e8da";
}

.rd-navbar-collapse li.wishlist.link a:before {
    content: "\E808";
}

.rd-navbar-collapse a {
    font-size: 12px;
}

.rd-navbar-collapse a.create-an-account:before {
    content: "\E80A";
}


@media (min-width: 1354px) {
    .rd-navbar-collapse ul.links > li > a{
        margin: 0 23px 0 0;
        position: relative;
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .rd-navbar-inner {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .rd-navbar-collapse {
        padding-top: 8px;
        display: block;
    }

    .rd-navbar-collapse li a{
        display: inline-block;
        padding: 11px 0px 11px 0px;
    }
    

    .rd-navbar-collapse li a:before {
        font-family: "Linearicons";
        font-size: 22px;
        padding-right: 5px;
        line-height: 1;
        float: left;
        transition: all 0.3s;
    }

    .rd-navbar-collapse li.wishlist a:before {
        content: "\e805";
    }

    .rd-navbar-collapse li.authorization-link a:before {
        content: "\E80B";
    }

    .rd-navbar-collapse li.compare a:before {
        content: "\e8da";
    }

    .rd-navbar-collapse a {
        font-size: 12px;
    }

    .rd-navbar-collapse a.my-account:before {
        content: "\E815";
    }

}


@media (min-width: 768px) and (max-width: 1353px) {

    .layout_1 .rd-navbar-collapse,
    .layout_3 .rd-navbar-collapse,
    .layout_4 .rd-navbar-collapse {
        display: none;
        background: #fff;
        box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
        padding: 15px 35px 35px;
        position: absolute;
        z-index: 4;
        min-width: 300px;
        top: 85%;
        right: 0
    }

    .layout_1 .rd-navbar-collapse li,
    .layout_3 .rd-navbar-collapse li,
    .layout_4 .rd-navbar-collapse li {
        display: block;
        margin: 0;
    }

    .header.links .customer-account {
        padding: 0
    }

    .header.links .customer-account>a {
        display: none;
    }

    .layout_1 .rd-navbar-collapse.active,
    .layout_3 .rd-navbar-collapse.active,
    .layout_4 .rd-navbar-collapse.active {
        display: block;
    }

    .layout_1 .rd-navbar-collapse-toggle,
    .layout_3 .rd-navbar-collapse-toggle,
    .layout_4 .rd-navbar-collapse-toggle {
        display: block;
        width: 70px;
        height: 40px;
        z-index: 4;
        margin-right: 30px;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #cccccc;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden;
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:before,
    .layout_3 .rd-navbar-collapse-toggle.active span:before,
    .layout_4 .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
        height: 40px;
        line-height: 40px;
        color: inherit;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\E815";
        font-size: 21px;
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
        font-family: "Linearicons";
        content: "\e92a";
        font-size: 25px;
    }
}



@media (max-width: 767px) {
    .rd-navbar-collapse {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow ease 0.2s;
        text-align: left;
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        padding: 15px 35px 35px;
        z-index: 19;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        visibility: hidden;
        overflow: hidden;
    }

    .rd-navbar-collapse:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #f7f7f7;
        width: 48px;
        height: 48px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .rd-navbar-collapse li {
        position: relative;
        opacity: 0;
        transition: .3s all ease 0s;
    }

    .rd-navbar-collapse>li>a {
        display: block;
        padding: 11px 16px;
    }

    .rd-navbar-collapse.active {
        visibility: visible;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    }

    .rd-navbar-collapse.active li {
        transition: .3s all ease .2s;
        opacity: 1;
    }

    .rd-navbar-collapse.active:before {
        background: #fff;
        -webkit-transform: scale(35);
        transform: scale(35);
    }

    .rd-navbar-collapse .links li {
        display: block;
        margin: 15px 0 0;
    }

    .rd-navbar-collapse .links li a {
        font-size: 12px;
    }

    .rd-navbar-collapse .links li a:before {
        min-width: 34px;
        vertical-align: text-bottom;
        display: inline-block;
    }

    .header-switchers {
        position: fixed;
        right: 10px;
        top: 15px;
        z-index: 5;
    }

    .switcher.currency,
    .switcher.language {
        width: 50px;
        margin: 0;
    }

    .switcher.currency .actions .action,
    .switcher.language .actions .action {
        padding: 5px 0 0 11px;
    }

    .switcher.currency .actions .action:after,
    .switcher.language .actions .action:after {
        margin-top: -10px;
        display: block;
    }

    .switcher.currency .mage-dropdown-dialog,
    .switcher.language .mage-dropdown-dialog {
        left: auto;
        right: 0;
        top: 55px;
    }

    .rd-navbar-collapse-toggle {
        display: block;
        position: fixed;
        top: 15px;
        right: 65px;
        font-family: "FontAwesome";
        width: 50px;
        height: 40px;
        border-left: 1px solid #eae9e9;
        z-index: 4;
    }

    .rd-navbar-collapse-toggle span {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #cccccc;
    }

    .rd-navbar-collapse-toggle span,
    .rd-navbar-collapse-toggle span:before,
    .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease;
    }

    .rd-navbar-collapse-toggle span:before,
    .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden;
    }

    .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .rd-navbar-collapse-toggle.active span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-collapse-toggle span {
        height: 40px;
        line-height: 40px;
        color: inherit;
    }

    .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\E815";
        font-size: 21px;
    }

    .rd-navbar-collapse-toggle.active span:after {
        font-family: "Linearicons";
        content: "\e92a";
        font-size: 25px;
    }
}

.page-messages {
    margin-bottom: 2rem;
}

.page-messages.messages {
    margin: 0;
}

.messages {
    position: fixed;
    top: 0px;
    left: 0px;

    max-width: 100%;
    width: 100%;
    z-index: 99;
}


.message {
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;        
    max-width: 100%;
    width: 500px;
    text-align: center;
}
#maincontent .message {
    width: 100%;
}

.message>div:after {
    font-family: "Linearicons";
    content: '\e935';
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    text-align: center;
    padding: 5px;
}

body:not(.onestepcheckout-index-index) #maincontent .column.main .message>div:after{
    content: "";
}

.message:hover>div:after {
    opacity: 0.5;
}

.message.notice div:after {
    display: none;
}

.message-info,
.message-notice,
.message.notice,
.message.info {
    color: #fff;
    background-color: #48a842;
    ;
    border-color: #48a842;
    ;
}

.message-warning {
    color: #fff;
    background-color: #48a842;
    border-color: #48a842;
}

.message-error {
    color: #fff;
    background-color: red;
    border-color: red;
}

.message-success {
    color: #fff;
    background-color: #48a842;
    border-color: #48a842;
}
#maincontent .column.main .message.warning {
    font-size: 12px;
    text-align: left;
    color: red;
    padding: 5px 0;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-controls {
    position: absolute;
    top: -50px;
    right: 0px;
}

.owl-controls .owl-prev {
    line-height: inherit;
    display: inline-block;
}

.owl-controls .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.owl-controls .owl-next {
    line-height: inherit;
    display: inline-block;
}

.owl-controls .owl-next:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    padding: 0 7px;
    cursor: pointer;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
    font-size: 36px;
    transition: .3s ease;
}

/***/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

[role="tablist"] [role="tab"] {
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1rem;
    display: inline-block;
}

/*[role="tablist"] [role="tab"]:before {
    font-family: "Linearicons";
    content: "\e93a"; }
  [role="tablist"] [role="tab"][aria-expanded="true"]:before {
    font-size: 14px;
    content: "\e939"; }
  [role="tablist"] [role="tab"]:before {
    position: absolute;
    right: 0;
    top: 0; }*/
[role="tablist"] [role="presentation"]:first-child [role="tab"] {
    margin-top: 0;
}

[role="tablist"] [role="tabpanel"] {
    margin-bottom: 2rem;
}

.block[role="tablist"] .title[role="tab"] {
    display: block;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.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;
}

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

.carousel-nav .carousel-nav-item {
    padding: 6px 20px;
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 250px;
    min-width: 100%;
    font-size: 12px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.sorter .select2-container {
    min-width: 120px;
    max-width: 120px;
}

@media (max-width: 992px) {
    .sorter .select2-container {
        min-width: inherit;
    }
}

.select2-dropdown {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    font-size: 12px;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}

.select2-results {
    display: block;
    padding: 15px  0 10px 10px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    text-transform: capitalize;
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 7px;
    line-height: 18px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-results__option:last-child {
    padding-bottom: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 300px;
    overflow-y: SCROLL;
}

.select2-search--dropdown {
    display: none;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 0.5px #b0b0b0;
    border-radius: 0px;
    outline: none;
}

.select2-container--default .select2-selection--single:hover {
    /*background-color: #f1f0f0;*/
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #a3a3a3;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    font-family: "Linearicons";
    content: "\e93a";
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
    opacity: 0.3;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: visible;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: none;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.not-animated {
    opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*
* @subsection   Floating System
*/
.pull-left {
    float: left;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right;
}

@media (min-width: 480px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-none {
        float: none;
    }

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

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-none {
        float: none;
    }

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

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-none {
        float: none;
    }

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

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-none {
        float: none;
    }

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

/*
* @subsection   Text Alignment
*/
.text-left,
table.table thead th {
    text-align: left;
}


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

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

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

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

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

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

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

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

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

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

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

/*
* @subsection   Text Styling
*/
.italic,
dl dd {
    font-style: italic;
}

.italic,
dl dd {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.sbold {
    font-weight: 600;
}

.bold,
table.table thead th,
dl dt,
strong {
    font-weight: 600;
}

.ubold {
    font-weight: 900;
}

/*
* @subsection   Icons
*/
.big-circle-icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid;
}

.big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%;
}

.medium-icon {
    margin: 0 auto 1rem;
}

.medium-icon:before {
    font-size: 60px;
    line-height: 1em;
}

.small-icon:before {
    font-size: 40px;
    line-height: inherit;
}

/*
* @subsection   Typography
*/
/*h1,
.heading-1 {
    font-size: 2rem;
}

h2,
.heading-2 {
    font-size: 1.3rem;
}

h3,
.heading-3 {
    font-size: 1.17rem;
}

h4,
.heading-4 {
    font-size: 1rem;
}

h5,
.heading-5 {
    font-size: .83rem;
}

h6,
.heading-6 {
    font-size: .67rem;
}

h1,
.heading-1 {
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #48a842;;
}

h2,
.heading-2 {
    margin-bottom: 25px;
    font-weight: 600;
}

h3,
.heading-3 {
    margin-bottom: 25px;
    font-weight: 600;
}

h4,
.heading-4 {
    margin-bottom: 25px;
    font-weight: 600;
}

h5,
.heading-5 {
    margin-bottom: 25px;
    font-weight: 600;
}

h6,
.heading-6 {
    margin-bottom: 25px;
    font-weight: 600;
}*/



.page-title .base,
.section-title .base {
    display: inline-block;
}

.page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.page-title-wrapper .page-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    body:not(.catalog-product-view):not(.catalogsearch-result-index):not(.catalog-category-view):not(.easyfaq-index-index) .breadcrumbs + #maincontent .page-title-wrapper .page-title {
        margin-top: 0px;
        top: -35px;
        left: 30%;
        right: 40%;
        width: 40%;
        position: absolute;
    }
}

.columns .page-title {
    text-align: left;
}

/*.columns .container {
  padding: 0; }*/

/*.panel-container-wrap {
  border-bottom: 1px solid #eae9e9; }*/

.panel-container-wrap .welcome {
    font-size: 12px;
}

.rd-navbar-static .rd-navbar-collapse a {
    font-size: 14px;
    cursor: pointer;
}

.header-switchers {
    font-size: 12px;
}

.header-switchers .actions .action {
    font-size: 12px;
}



/*HEADER INFO*/
.header-info {
    font-size: 14px;
    background: #03391f;
}



.header-info li {
    text-align: left;
}

.header-info strong,
.header-info a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-info strong{font-size: 10px;}

.header-info li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}


.header-info ul.icon-list{display: none;}
.header-info ul.icon-list li {
    padding-left: 35px;
    margin-right: 5px;
}

.header-info ul.icon-list li:after,
.header-info ul.icon-list li:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 35px;
    height: 22px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.header-info ul.icon-list li:after {
    background-image: none;
    right: 0;
    left: auto;
    border-left: 1px solid #fff;
    width: 2px;
    height: 15px;
    top: 4px;
}

.header-info ul.icon-list li:first-child:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/afterpay_small.svg);
}

.header-info ul.icon-list li:nth-child(2):before {
    background-position: -65px -2px;
}

.header-info ul.icon-list li:nth-child(3):before {
    background-position: 2px -2px;
}

.header-info ul.icon-list li:last-child:after {
    display: none;
}
.header-info li.parent ul li{width: 100%;margin: 0;}


@media (min-width:768px) {
    .header-info ul.icon-list{display: block;}
    .header-info li {
        float: left;
    }
    .header-info .row {
        height: 40px;
        align-items: center;
    }
    .header-info li.parent ul {
        display: none;
    }
    .header-info .right-block ul {
        float: right;
    }

    .header-info .right-block li {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
    }
    .header-info li.parent>a:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 11px;
        color: #fff;
        margin-left: 4px;
        display: inline-block;
        line-height: 2px;
    }

    .header-info li.parent ul {
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        background: #fff;
        width: 210px;
        color: #231f20;
        z-index: 99;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        padding: 20px 0;
    }

    /*.header-info li.parent:hover ul {
        display: block;
    }*/
    .header-info li.parent ul li * {
        color: #231f20;
    }
}

@media (min-width: 768px) and  (max-width: 991.9px){
    .header-info [class^='col-']{
        display: flex;
        justify-content: center;
    }
    .header-info .row{
        min-height: 70px;
    }
}

.header_info-collapse,
.header-info-toggle {
    display: none;
}


@media (max-width:767px) {
    .header-info li.parent>a{display: none;}
    .header-info li.parent>ul{display: block !important;}
    .header_info-collapse {
        right: 169px;
        left: unset;
        display: block;
    }

    .header_info-collapse span:after {
        content: "\E810";
    }

    .header-info-toggle {
        display: inline-block;
        position: FIXED;
        left: 217px;
        top: 15px;
        width: 50px;
        height: 40px;
        z-index: 9;
        background-size: 30px;
    }
    .header-info.active {
        display: block;
        background-color: #fff;
    }
    .header-info strong,
    .header-info a {
        color: #000 !important;
    }
}

/*.header-info strong,
.header-info a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;

}



.header-info li.parent ul {
    display: none;
}

.header-info .right-block ul {
    float: right;
}




.header-info ul.link-with-icon li{
    padding-left: 40px;
}

.header-info ul.link-with-icon li:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 30px;
    height: 30px;
}



@media (max-width: 1200px) {

    .header-info strong,
    .header-info a {
        font-size: 12px;
    }

    .header-info li {
        margin-left: 10px;
    }

    .header-info .phone a:before {
        font-size: 14px;
    }
}


@media (max-width:767px) {
    .header_info-collapse {
        left: 213px;
        display: block;
    }

    .header_info-collapse span:after {
        content: "\E80D";
    }

    .header-info .phone,
    .header-info .shipping-payment {
        display: none;
    }

    .header-info-toggle {
        display: inline-block;
        position: FIXED;
        left: 217px;
        top: 15px;
        width: 50px;
        height: 40px;
        z-index: 9;
        background-size: 30px;
    }

    .header-info.active {
        display: block;
        background-color: #fff;
    }

    .header-info strong,
    .header-info a {
        color: #000 !important;
    }
}

@media (min-width:768px) {

    .header-info strong,
    .header-info a {
        padding: 16px 0;
    }

    .header-info li.parent>a:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 11px;
        color: #fff;
        margin-left: 4px;
        display: inline-block;
        line-height: 2px;
    }
}
*/
/*END header-info */


/*HEADER*/
li.customer-account {
    position: relative;
}

ul.header.links li.link a {
    position: relative;
    display: inline-block;
}

/*li.customer-account.active ul.customer-menu a:before{display: none;}
*/
@media (min-width: 768px) and (max-width: 1024px) {
    header ul.header.links a {
        cursor: pointer;
    }
}

@media (min-width: 1354px) {
    li.customer-account ul.customer-menu {
        display: none;
        position: absolute;
        width: 202px;
        top: 45px;
        right: 10px;
        border: 1px solid #dedede;
        padding: 13px;
        background: #fff;
        z-index: 9;
    }

    li.customer-account ul.customer-menu li {
        float: left;
    }

    li.customer-account ul.customer-menu:before,
    li.customer-account ul.customer-menu:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    li.customer-account ul.customer-menu:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
        right: 10px;
        top: -12px;
    }

    li.customer-account ul.customer-menu:after {
        border: 7px solid;
        border-color: transparent transparent #dedede transparent;
        z-index: 98;
        right: 9px;
        top: -14px;
    }

    li.customer-account ul.customer-menu li {
        margin:  0;
        width: 100%;
        border: 0;
        padding: 0;
    }

    li.customer-account.active ul.customer-menu {
        display: block;
    }

    li.link.wishlist span.label {
        display: none;
    }

    li.link.compare span.label {
        display: none;
    }

    ul.header.links li {
        float: right;
    }
}

@media (max-width: 767px) {
    li.customer-account a.my-account {
        display: none;
    }
}

/*END HEADER*/
/*FACEBOOK LOADER*/
@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

.ph-item {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ph-picture {
    width: 100%;
    height: 200px;
    background-color: #eff7f0;
    margin-bottom: 15px;
}

.ph-small,
.ph-large,
.ph-medium {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #eff7f0;
}

.ph-medium {
    height: 15px;
}

.ph-large {
    height: 25px;
}

/*END FACEBOOK LOADER*/


/*HOME PAGE*/
/*.home-section-3 {
    background: #f8f8f8;
    padding: 35px 0;
}

.home-section-3 div[class*='col'] {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.home-section-3 small {
    display: block;
    margin-top: 20px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.49px;
}

@media (max-width: 768px) {
    .home-section-3 small {
        font-size: 13px;
    }
}

.home-section-1 div[class*='col'] {
    position: relative;
    padding: 0;
    margin: 20px 0 0;
}


@media (min-width: 768px) {
    .home-section-1 div[class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.home-section-1 strong {
    position: absolute;
    bottom: 15px;
    left: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-section-1 strong small {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
    .home-section-1 strong {
        font-size: 22px;
        line-height: 27px;
    }

    .home-section-1 strong small {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .home-section-1 strong {
        font-size: 22px;
        line-height: 27px;
    }

    .home-section-1 strong small {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-section-1 strong small {
    display: block;
}

.home-section-1 {
    margin-bottom: 15px;
}

.home-section-1 img {
    width: 100%;
}

@media (max-width: 768px) {
    .home-section-1>.row {
        margin: 0
    }

    .home-section-1 a {
        left: 30px;
    }
}

@media (min-width: 768px) {
    .home-section-1 {
        margin-top: -65px;
    }
}

.home-section-5 {
    padding: 40px 0 16px;
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/geometry.png);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-position: -405px bottom;

}

@media (min-width: 1200px) {
    .home-section-5 {
        min-height: 505px;
    }
}

@media (max-width: 767px) {
    .home-section-5 .product.data.items {
        text-align: center;
    }

    .home-section-5 .owl-nav {
        display: none;
    }
}

.home-section-5 .data.items .content {
    float: right;
    width: 100%
}

.home-section-5 .data.items .title {
    border: 1px solid #48a842;
    ;
    padding: 5px 10px;
    margin-right: 20px;
    color: #48a842;
    ;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.home-section-5 .data.items .title.active {
    background: #48a842;
    ;
    color: #fff
}

.home-section-5 a.product-item-photo {
    display: inline-block;
    box-shadow: 0px 0px 5px 2px #dcdcdc;
    margin-top: 5px;
    width: 100%;
    background: #fff;
}

.home-section-5 a.product-item-photo img {
    display: inline-block;
}

.home-section-5 a.product-item-link {
    color: #48a842;
    ;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    display: inline-block;
    min-height: 36px;
}

.home-section-5 span.price {
    color: #48a842;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.home-section-5 .old-price span.price {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
}

.home-section-5 .owl-item .item {
    text-align: center;
}

.home-section-5 .product-item-info {
    margin: 0 auto
}

.home-section-5 .product-item-info .product-item-details {
    text-align: left;
}

.home-section-5 .product-item-info .price-box {
    text-align: center;
}

@media (max-width: 767px) {
    .home-section-5 .data.items .title {
        font-size: 12px;
        margin-right: 5px;
    }
}



.home-section-9 h3 {
    color: #48a842;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.91px;
}

.home-section-9 a.action {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: solid 1px #48a842;
    ;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: #48a842;
    ;
    padding: 11px 26px;
    margin-top: 30px;
}

.home-section-9 a {
    color: #004857;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 20px;
    display: inline-block;
}

.home-section-9 .img-wrap {
    box-shadow: 0px 0px 5px 2px #dcdcdc;
    height: 220px;
    display: flex;
    background-color: #fff;
    align-items: CENTER;
    justify-content: center;
}

.home-section-9 .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.home-section-9 {
    padding: 61px 0;
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/geometry.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: calc(100% + 215px) bottom;
}
*/

.home-blog {
    background: rgba(245, 245, 245, 0.4);
    padding: 30px 0;
}

.home-blog .post-inner {
    background: #fff;
    padding: 20px;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

@media (min-width: 767px) {
    .home-blog .post-inner {
        height: 100%;

    }
}

.home-blog .post-inner span {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.home-blog .post-inner h5 {
    color: #004857;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.home-blog .post-inner p {
    margin-top: 10px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-height: 110px;
}

.newsletter-thankyou h2,
.contact-thankyou h2,
.home-blog h3,
#homebrand h3 {
    color: #48a842;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.91px;
    margin-bottom: 20px;
}

.home-blog h3 {
    margin-bottom: 30px;
}

#homebrand .owl-carousel {
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 35px;
}

#homebrand {
    padding: 35px 0 0;
    background: #fff;
}

#homebrand .owl-carousel img {
    margin: 0 auto;
}




#homebrand .owl-carousel .owl-nav.disabled {
    display: block;
}

@media (max-width: 767px) {
    #homebrand .owl-carousel .owl-nav {
        display: none;
    }
}

.home-section-13 {
    padding: 50px 0 0 0;
}

.home-section-13 p {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.714286px;
    color: #fff;
}

.home-section-13 h4 {
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    display: inline-block;
    margin-bottom: 1px;
    padding: 0 5px;
}

.home-section-13 a {
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    height: 32px;
    display: inline-block;
    letter-spacing: 1px;
    border: solid 1px #ffffff;
    display: inline-block;
    margin-top: 15px;
    padding: 0 21px;
    border-radius: 5px;
}

.home-section-13 div[class*='col'] {
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.home-section-13 img {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home-section-13 .text-wrap {
    padding: 25px;
}

@media (min-width: 1200px) {
    .home-section-13 .col-md-3.first {
        padding-right: 0
    }

    .home-section-13 .col-md-3.last {
        padding-left: 0
    }

    .home-section-13 img {
        width: calc(100% - 25px);
    }

    .home-section-13 .col-md-6.center img {
        width: calc(100% - 50px);
    }
}


/*END HOME PAGE*/
/*BLOG*/
a.mp-read-more {
    float: right;
}

a.mp-read-more:hover {
    margin-right: -7px;
}

a.mp-read-more:before {
    font-family: "Linearicons";
    content: "\e944";
    /* margin-left: 19px; */
    color: #48a842;
    ;
    font-size: 20px;
}

/*@media (min-width: 767px) {
    body.downloads .sidebar-additional:after,
    body.easyfaq .sidebar-additional:after,
    body.testimonials .sidebar-additional:after,
    body.cms-page-view .sidebar-additional:after,
    body[class^='mpblog-'] .mp-sidebar:after {
        content: " ";
        background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/blog-sidebar-bg.png);
        width: 100%;
        height: 400px;
        background-size: 100%;
        float: left;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mpblog-category-view .grid-main,
    .mpblog-post-index .grid-main {
        margin-top: -128px;
    }
}*/



.mpblog-category-view .autocomplete-suggestions,
.mpblog-post-index .autocomplete-suggestions {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
}

.mpblog-category-view .autocomplete-suggestion,
.mpblog-post-index .autocomplete-suggestion {
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.mpblog-category-view .autocomplete-suggestions [class*='col'],
.mpblog-post-index .autocomplete-suggestions [class*='col'] {
    padding: 4px;
}

.post-list-body {
    clear: both;
}

.faq-container .limiter,
.post-list-content .limiter {
    display: none;
}

.post-top-toolbar .pages {
    display: none;
}

.post-bottom-toolbar .toolbar-amount {
    display: none;
}

.post-bottom-toolbar .limiter {
    display: none;
}

.post-bottom-toolbar .pages {
    display: block;
    text-align: center;
}

.post-bottom-toolbar {
    margin-bottom: 65px;
    clear: both;
}

.post-list-item {
    margin-bottom: 45px;
    flex:1;
    display: flex;
}



.mpblog-search {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


.mpblog-search input[type='text'] {
    background: #dedede;
    border-radius: 0;
    padding: 0 10px;
    color: #b0b0b0;
    min-height: 24px;
    border-color: #dedede;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mpblog-search input[type='text']::placeholder {
    color: #b0b0b0;
}

.mpblog-search .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.mpblog-search .actions button {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 4px;
    color: #48a842;
    height: 26px;
    line-height: 26px;
    width: 26px;
    margin: 0;
    padding: 0;
}

.mpblog-search .actions button:before {
    font-family: "Linearicons";
    content: "\e922";
    color: #48a842;
}

.mp-sidebar.mpcss {
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px #e8e8e8;
    padding: 10px 20px;
    clear: both;
}

.mp-sidebar.mpcss a {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mp-sidebar.mpcss a span {
    color: #777777;
}

.mp-sidebar.mpcss li {
    padding: 8px 0;
}

.mp-sidebar.mpcss a.active,
.mp-sidebar.mpcss a:hover {
    color: #48a842;
    text-decoration: underline;
}

div#mpblog-list-container {
    border-bottom: solid 1px #dedede;
    margin-top: 20px;
}
.mpblog-suggestion-right {
    word-break: break-word;
    font-size: 13px;
    line-height: 15px;
        white-space: normal;
}
body[class*="mpblog-"]  .toolbar-amount.field .label {
  color: #b0b0b0;
  font-size: 11px;
  font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase
}
body[class*="mpblog-"]  .toolbar-amount.field{
    margin-bottom: 0;
}

body[class*="mpblog-"]  .sidebar-main .toolbar-amount.field{
    display: block !important;
}

@media (min-width: 992px) {
    body[class*="mpblog-"] .sidebar.sidebar-main{
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .mp-sidebar.mpcss{
        flex: 1 0 65%;
        padding: 0;
        box-shadow: none;
    }
    .mp-sidebar.mpcss .menu-categories{
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .mp-sidebar.mpcss li{
        padding: 0;
        margin: 0 15px;
    }
    .mpblog-search{
        flex-basis: 20%;
        margin: 0;
    }
}



@media (min-width: 767px) and (max-width: 991.9px) {
    .post-list-content .col-md-4 {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 50%;
        min-width: 50%;
        flex: 1;
        display: flex;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .post-list-content .col-md-4 {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 33.33%;
        min-width: 33.33%;
        flex: 1;
        display: flex;
        max-width: 33.33%;
    }
}

.post-list-item .post-item-wraper {
    box-shadow: 0px 3px 3px #bdbdbd;
    border: solid 1px #dedede;
}

.post-list-item .post-info-wraper{
    padding: 30px;
    text-align: left;
}
.related-blog .post-info-wraper {
    min-height: 270px;
}


.post-list-item a.mp-info-category {
    color: #48a842;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.post-list-item a.mp-info-category.txtorange {
    color: #48a842;
}

.post-list-item a.post-link-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
    min-height: 38px;
}

.post-list-item .post-actions {
    display: flex;
    justify-content: space-between;
}

.post-list-item .post-short-description p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.mp-blog-view {
    position: relative;
}

.mp-blog-view .widget_fslider:not(.layout-tab):after {
    left: 25px;
    width: calc(100% - 50px);
}

.mp-blog-view .post-view-image {
    margin-bottom: 25px;
}


.post-view-content .cats a {
    color: #48a842;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-view-content .publish-date {
    line-height: 16px;
    color: #48a842;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .post-view-content .publish-date {
        text-align: left;
    }
}

.post-view-content h1 {
    margin: 8px 0 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-view-content .post-post_content{
    margin-top: 20px;
}

.post-view-content .post-post_content p{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.post-view-content .post-post_content a {
    font-weight: inherit;
    font-size: inherit;
    color: #48a842;
    text-decoration: underline;
}
.post-view-content .post-post_content ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}

.post-next-prev{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 70px;
    padding-top: 40px;
}
.post-next-prev:after{
    border-bottom: solid 1px #dedede;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    padding-bottom: 70px;
}


.post-next-prev a{
    border: solid 1px #dedede;
    height: 80px;
    line-height: 80px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    flex-basis: 30%;
    max-width: 308px;
    text-align: center;
    flex-grow: 0.5;
}
@media (min-width: 768px) {
    .post-next-prev a{
        font-size: 20px;
    }
}

.post-next-prev a.__prev:before{
    font-family: "Linearicons";
    content: "\E93B";
    margin-right: 10px;
}
.post-next-prev a.__next:after{
    font-family: "Linearicons";
    content: "\E93C";
    margin-left: 10px;
}


a.goback {
    position: ABSOLUTE;
    right: 25px;
    top: -34px;
    height: 23px;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
}

a.goback span {
    transition: all ease-in .3s;
    color: #48a842;
}

a.goback:hover span {
    margin-right: 10px;
}

@media (max-width: 767px) {
    a.goback {
        display: none;
    }
}

/*END BLOG*/

/*rcalculator-form*/
.contact-form-wrap .close,
.rcalculator-form-wrap .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
}

.contact-form-wrap .close:before,
.rcalculator-form-wrap .close:before {
    font-family: "Linearicons";
    content: "\e92a";
    font-size: 20px;
}

@media (min-width: 768px) {
    .contact-form-wrap .field.email {
        padding-right: 12.5px;
    }

    .contact-form-wrap .field.suburb {
        padding-left: 12.5px;
    }
}

.contact-form-wrap .field {
    margin-bottom: 15px;
}

div#rCalculator div.mage-error,
div#contactPopup div.mage-error,
div#testimonialPopup div.mage-error {
    position: relative;
    margin: 0;
}

div#rCalculator,
div#contactPopup,
div#testimonialPopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    overflow-x: scroll;
    background: #0b0b0b8c;
}

.contact-form-wrap,
.rcalculator-form-wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form-popup,
.rcalculator-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.rcalculator-form-inner,
.contact-form-popup form {
    background: #FFF;
    padding: 20px 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/*@media (min-width: 1024px) {
    .contact-index-index #maincontent {
        background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/geometry.png);
        background-repeat: no-repeat;
        background-position: calc(100% + 38%) bottom;
        background-size: 52%;

    }
}*/

.cms-contact-html #maincontent .column.main,
.contact-index-index #maincontent .column.main {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

.cms-contact-html #maincontent:after {
    content: " ";
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/contact-bg.png);
    width: 257px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: ABSOLUTE;
    right: 0;
    top: 0;
    opacity: 0.2;
}

/*.contact-form-wrap,
.rcalculator-form-wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #0b0b0b8c;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}
.contact-form-popup,
.rcalculator-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    flex-basis: 100%;
    padding: 25px;
    position: relative;
}*/



.contact-form-wrap h2,
.rcalculator-form h2 {
    color: #48a842;
}

.rcalculator-form label {
    width: 100%;
    color: #361956;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    float: left;
}

.rcalculator-form ._header {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.rcalculator-form ._footer {
    border-top: solid 1px #ccc;
}

.rcalculator-form h3+span,
.rcalculator-form label+span {
    opacity: .5;
    color: #361956;
    font-size: 12px;
    line-height: 1.17;
    float: left;
    clear: both;
}

.rcalculator-form button span {
    color: #fff;
    opacity: 1;
}

.rcalculator-form .select2-container {
    min-width: 100%;
}

.rcalculator-form .select2-container--default .select2-selection--single {
    border: 1px solid #d3cff1;
    color: #361956;
    font-size: 18px;
}

.rcalculator-form span.select2-container--below .select2-selection--single {
    border: 1px solid #361956;
}

.rcalculator-form .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #48a842;
    ;
}


.rcalculator-form h3 {
    color: #361956;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.rcalculator-form input {
    text-align: right;
    color: #361956;
    font-size: 24px;
    border: 1px solid #361956;
}

.rcalculator-form input[disabled],
.rcalculator-form select[disabled] {

    border: 1px solid #d3cff1;
}

.rcalculator-form #fee {
    background-color: #e2e0ef;
    border: 1px solid #e2e0ef;
}

.rcalculator-form select {
    border: 1px solid #361956;
}


.rcalculator-form select:focus,
.rcalculator-form input:focus {
    border: 1px solid #48a842;
    ;
}

.rcalculator-form div.dollar {
    position: relative;
}

.rcalculator-form div.dollar:before {
    content: "$";
    position: absolute;
    left: 34px;
    top: 0;
    color: #361956;
    font-size: 24px;
    line-height: 50px;
}

.rcalculator-form button.action.primary {
    background-color: #48a842;
    border-color: #48a842;
}

.rcalculator-form button.action.primary[disabled] {
    opacity: .5;
}

@media (max-width: 767px) {
    .rcalculator-form button.action.primary {
        margin-top: 15px;
    }
}

.rcalculator-form label.sym {
    font-size: 27px;
}

.rcalculator-form p.error {
    margin: 0;
    color: #d0021b;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .rcalculator-form p.error {
        font-size: 13px;
    }
}

.rcalculator-form .row.p-charge .row,
.rcalculator-form .row.sub-total .row {
    align-items: center;
}

.rcalculator-form .row.sub-total {
    margin-top: 15px;
}

.rcalculator-form .row.p-charge {
    margin-bottom: 15px;
}


.rcalculator-form .row.sub-total .border-line {
    border-top: 1px solid #361956;
    padding-top: 10px;
}

.rcalculator-form .row.p-charge .border-line {
    border-bottom: 1px solid #361956;
    padding-bottom: 10px;
}


.rcalculator-form ._footer {
    color: #361956;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 15px;
    padding: 15px 0 0;
}

.rcalculator-form ._footer a {
    color: #48a842;
}

#rCalculator .field-recaptcha {
    display: none;
}

.product-info-main a#open-repayment-popup {
    color: #48a842;
    ;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 30px;
    display: inline-block;
}

.product-info-main a#open-repayment-popup:before {
    content: "\e80B";
    font-family: "Linearicons";
    font-size: 18px;
    margin-right: 5px;
    margin-top: 0px;
    float: left;
}



/*END rcalculator-form*/
/*FOOOTER*/
.footer .form.subscribe {
    margin-top: 15px;
}


.footer .block-newsletter {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 70px;    
}
.footer .block-newsletter .newsletter{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}
.footer .block-newsletter .newsletter .control{
    flex: 1;
}

.footer .form.subscribe .actions {
    /* margin-top: 15px; */
    flex: 0 0 21%;
}
@media (max-width: 991px) {
    .footer .form.subscribe .actions {
        flex: 0 0 37%;
    }   
}

.footer .form.subscribe input {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 17px 20px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 24px;
    color: #fff;
    min-height: 60px;
}

.footer .block-newsletter .newsletter{
        display: flex;
    /* flex: 0 0 100%; */
    max-width: 700px;
    margin: 0 auto;
}

.footer .block-newsletter strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}
.footer .block-newsletter strong + h5{
    margin-bottom: 0;
}
.footer .block-newsletter h5 {
      color: #ffffff;
      line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer .block-newsletter button.action {
    height: 60px;
    border-radius: 0;
    background: transparent;
    border-color: #fff;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
}

.footer .fcopyright span,
.footer .site-by {
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 300;
}

.footer .site-by a{
    color: rgba(255,255,255,0.5);
}

.footer .fcopyright a{text-decoration: underline;}
.footer .fcopyright *{margin-right: 10px;}

.footer .links a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .social-links {
    text-align: right;
}

.footer .links-wrap{
    align-items: center;
    min-height: 60px;
    margin-bottom: 40px;
    position: relative;
}
@media (min-width: 991px){
    .footer .links-wrap{
        height: 60px;
    }
}

.footer .links-wrap:after,
.footer .links-wrap:before{
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    border-top: solid 1px #dedede;
    top:0;
}
.footer .links-wrap:after{
    bottom: 0;
    top:auto;
}

@media (max-width: 1353px) {
    .footer .links-wrap:after,
    .footer .links-wrap:before{
        width: calc(100% - 30px);
        left: 15px;
    }
}

.footer .links-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer .links-wrap ul li{
        flex-basis: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {

    .footer .links-wrap [class*='col-'],
    .footer .links-wrap + .row [class*='col-']{
        text-align: center;
        margin: 0 0 15px;
    }

    .footer .links-wrap .links{margin: 15px 0 10px;}
}

.footer .payment-methods{
    text-align: center;
}

.social-links {text-align: left;}

.social-links [class*='icon-'] {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/sprite.png);
    width: 28px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: inline-block;
}

.social-links .icon-facebook-d {
    background-position: -1px -105px;
}

.social-links .icon-instagram-d {
    background-position: -33px -104px;
}

.social-links .icon-linkedin-d {
    background-position: -67px -104px
}

.social-links .icon-google-d {
    background-position: -102px -103px;
}

.social-links .icon-twitter-d {
    background-position: -1px -140px;
}

.social-links .icon-link-d {
    background-position: -35px -140px;
}

.social-links .icon-youtube-d {
    background-position: -102px -103px;
}

.footer .icon-facebook-w {
    background-position: -44px -24px;
}

.footer .icon-instagram-w {
    background-position: -23px -24px;
}

.footer .icon-linkedin-w {
    background-position: 3px -24px;
}

.footer .icon-google-w {
    background-position: -68px -24px;
}

/*END FOOTER*/
/*Product Page*/
@media (min-width: 1024px) {
    .product.media .fotorama__stage__shaft {
        max-width: 710px !important;
    }
}

.page-title-wrapper.product .container {
    padding: 0;
}

.product-add-form .field.qty .control {
    display: flex;
}

.product-add-form .field.qty label {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
        letter-spacing: 1px;
}

p.payment-optns{letter-spacing: 1px}

button.inc-qty,
button.dec-qty {
    border: solid 1px #eae9e9;
    background: #eae9e9;
    width: 40px;
    height: 40px;
    font-size: 25px;
}

button.inc-qty {
    border-radius: 3px 0 0px 3px;
}

button.dec-qty {
    border-radius: 0 3px 3px 0;
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 5px solid #f4f4f4 !important;
}

.product.keyfeatures h3 {
    color: #48a842;
}

.product.keyfeatures {
    order: 3;
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
    padding: 25px;
}

.product.keyfeatures li {
    list-style-type: disc;
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 400;
    list-style-position: inside;
    width: 100%;
    float: left;
    margin: 5px 0;
}

@media (min-width: 768px) {
    .product.keyfeatures li {
        width: 50%;
    }
}

.catalog-product-view .data.items .title {
    border: 1px solid #48a842;
    ;
    padding: 7px 15px;
    margin-right: 5px;
    color: #48a842;
    ;
    border-radius: 5px;
}


@media (min-width: 1200px) {
    .catalog-product-view .data.items .title {
        margin-right: 20px;
    }
}

div#tab-label-additional {
    display: none;
}

.catalog-product-view .data.items .title.active {
    background: #48a842;
    ;
    color: #fff
}

.catalog-product-view .data.items .title a {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog-product-view .data.items .title a {
        font-size: 9px;
    }
}

.catalog-product-view .data.items .content li,
.catalog-product-view .data.items .content p {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.catalog-product-view .data.items .content li {
    list-style-type: decimal;
    list-style-position: inside;
}

.product.attribute.description {
    height: 185px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}



.product.attribute.description h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product.attribute.description p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.product.attribute.description strong {
    font-size: 15px;
    font-weight: 600;
}

.product.attribute.description ul {
    list-style-type: disc;
    padding-left: 15px;
}
.product.attribute.description ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.product.attribute.description li{
    line-height: 24px;
    letter-spacing: 1px;
}

.product.attribute.description .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product.attribute.description .read-more:not(.active){
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU//images/gradiant.png);
    background-repeat: repeat-x;

    /*background-image: linear-gradient(to bottom, transparent, #fff);*/
}

.product.attribute.description .read-more a {
    font-size: 13px;
    font-weight: 600;
}

.product.attribute.description .read-more a:after {
    font-family: "Linearicons";
    content: "\E93A";
    margin-left: 5px;
}

.product.attribute.description .read-more.active a:after {
    content: "\E939";
}


.product.attribute.specifications p {
    padding: 10px 0;
    margin: 0;
}

.product.attribute.specifications tr th p {
    font-weight: 600 !important;
}

.product.attribute.specifications tr {
    border-bottom: solid 1px #d5d5d5;
}

.product.attribute.specifications tr th {
    width: 55%;
}

.product.attribute.specifications tr td {
    width: 45%;
}

.product-info-main .shipping-payment {
    text-align: left;
    margin-top: 40px;
    text-align: center;
}


.product-info-main .shipping-payment li {
    width: auto;
    display: inline-block;
    margin: 6px 0;
}

.product-info-main .shipping-payment li.buy-link {
    background-size: 40px;
}

.product-info-main .shipping-payment li span {
    color: rgba(34, 36, 43, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}


.product.attribute.downloads a {
    color: #00898c;
}

.product.attribute.downloads li {
    list-style: none !important;
    padding: 3px 0px;
    margin: 10px 0;
}

.product.attribute.downloads li:before {
    content: "\F1C1";
    font-family: "Linearicons";
    margin-right: 10px;
    font-size: 25px;
}

.product.attribute.videos iframe {
    margin-bottom: 20px;
}

#thanks-popup table {
    margin: 100px 0px;
}

#similar_items {
    color: #48a842;
    ;
    font-weight: 700;
}

.product.alert.stock p {
    font-size: 13px;
}

.product.alert.stock button {
    font-size: 15px;
    width: 100%;
    margin: 15px 0 0;
    /* box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); */
    background: #fff;
    color: #48a842;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    padding: 0;
}
@media (max-width: 991.9px) {
    .product.alert.stock button {
        font-size: 12px;
    }
}



#stock-alert-form td,
#thanks-popup td {
    padding-bottom: 10px;
}

#stock-alert-form h2,
#thanks-popup h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 29px;
}

#stock-alert-form p,
#thanks-popup p {
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

#stock-alert-form p.error,
#thanks-popup p.error {
    color: #9A0A23;
    font-size: 14px;
    margin: 0 auto;
}

@media (min-width: 767px) {

    #stock-alert-form p,
    #thanks-popup p {
        max-width: 78%;
    }
}

#stock-alert-form label,
#thanks-popup label {
    cursor: pointer;
    color: rgba(34, 36, 43, 0.8);
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
}

#stock-alert-form input,
#thanks-popup input {
    border: 1px solid #EAE9E9;
    font-size: 12px;
    font-weight: normal;
}

#stock-alert-form input.mage-error,
#thanks-popup input.mage-error {
    border-color: #ed8380;
}

#stock-alert-form input:focus,
#thanks-popup input:focus {
    border: 1px solid #a3a3a3;
}

#stock-alert-form .pblock,
#thanks-popup .pblock {
    display: inline-block;
    border: 1px solid #EAE9E9;
    border-radius: 3px;
    padding: 10px;
}

#stock-alert-form .pblock img,
#thanks-popup .pblock img {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
}

#stock-alert-form .pblock strong,
#stock-alert-form .pblock span,
#thanks-popup .pblock strong,
#thanks-popup .pblock span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    float: left;
    width: calc(100% - 90px);
    text-align: left;
}

#stock-alert-form .pblock strong {
    font-weight: 700;
}

#stock-alert-form .pblock span,
#thanks-popup .pblock span {
    font-weight: 300;
}

#stock-alert-form .pblock span {
    font-size: 14px;
}

.field.choice label {
    padding-left: 20px;
}

.field.choice label:before {
    position: absolute;
    margin-right: 33px;
    left: 0;
}

/*END Product Page*/

/*Category Page*/
a.product-items-compare-link {
    position: absolute;
    z-index: 2;
    left: 20px;
    color: #48a842;
    top: 20px;
    font-size: 20px;
    display: none;
    cursor: pointer;
}

li.item.product-item:hover a.product-items-compare-link {
    display: block;
}

.product-brand-name {
    color: #f9b761;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    min-height: 23px;
    display: inline-block;
}

.block.related .product-brand-name {
    color: #f9b761;
}

.category-cms.category-content {
    background: rgba(245, 245, 245, 0.4);
    padding: 80px 0;
    margin-top: 30px;
}

.category-cms.category-content h4 {
    color: #48a842;
    ;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.category-cms.category-content p {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.category-cms.category-content strong,
.category-cms.category-content li {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.category-cms.category-content ol {
    margin-bottom: 1rem;
}

.category-cms.category-content li {
    list-style-type: decimal;
    list-style-position: inside;
}

.catalog-category-view .mp-sidebar.mpcss {
    margin-bottom: 0;
}


.catalog-category-view .column.main{
    border-bottom: solid 1px #dedede;
}

.page-desc {
    padding: 0 0 14px 0;
    border-bottom: solid 1px #dedede;
    margin-bottom: 30px;
}

.page-desc p {
    color: #231f20;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 1px;    
}

.category-description {
    border-top: solid 1px #dedede;
    padding: 70px 0 0;
    max-width: 900px;
    margin: 40px auto 60px;
}

.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category-description p,
.category-description a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.category-description a {
    color: #48a842;
}

/*.category-description {
    margin-bottom: 40px;
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
}
*/

.sub-cat {
    margin-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

/*@media (min-width: 768px) {
    .sub-cat:after {
        content: " ";
        background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/geometry.png);
        width: 100%;
        height: 163%;
        background-size: 48%;
        float: left;
        /* transform: rotate(90deg); */
background-repeat: no-repeat;
background-position: right;
position: absolute;
z-index: 1;
right: -25%;
}
}

*/ @media (min-width: 992px) {
    .sub-cat {
        margin-bottom: 40px;
    }
}

.sub-cat+.row .col-md-12 {
    height: 0;
}

.sub-cat-hr {
    border-top: solid 1px #d5d5d5;
    display: inline-block;
    width: 100%;
}

.sub-cat-inner {
    background-color: #fff;
    border: solid 1px #eae9e9;
    text-align: center;
    text-transform: uppercase;
}

.sub-cat-inner img {
    width: 100%;
}

.sub-cat-inner h2 {
    color: #2f2f2f !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 9px 5%;
    border-bottom: solid 1px #eae9e9;
    padding: 6px 0;
}

.sub-cat-inner a {
    color: #48a842 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 15px;
    border: 0 !important;
}

.sub-cat>.col-md-2 {
    margin-bottom: 20px;
    z-index: 2;
}

@media (min-width: 992px) {
    .sub-cat>.col-md-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

/*END Category Page*/


/*SLider*/
.sp-slides .sp-slide .sp-layer {
    text-align: center;
}

.sp-layer>div {
    max-width: 100%;
}

.sp-layer h2 {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
        letter-spacing: 1px;
}


/*.sp-layer h2 span {
    color: #48a842;
    ;
    font-weight: 500;
}*/

.sp-layer p {
    font-size: 24px;
    font-weight: 500;
        letter-spacing: 1px;
}

.sp-layer a {
    background: #03391f;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 27px;
    margin-top: 13px;
    display: inline-block;
    color: #fff;
}

.sp-layer {
    white-space: normal !important;
}

@media (max-width: 768px) {
    .sp-layer h2 {
        font-size: 25px;
        line-height: 27px;
    }

    .sp-layer {
        right: 20px !important;
        left: 20px !important;
    }

    .sp-layer p br {
        display: none;
    }
}


.slider-pro-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*END SLider*/
/*MEGAMENU*/
.static-block-wrap {
    padding-top: 24px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.static-block-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transition: transform .3s ease;
    z-index: -1;
}
.static-block-wrap:hover img{
    transform: scale(1.1);
}

.mega-menu-cms .layout-sale h2 {
    background: #fff;
    padding: 4px;
    display: inline-block;
    clear: both;
    float: left;
    margin: 0;
    font-weight: 700;
}

.mega-menu-cms .layout-sale {
    margin: 50px 30px;
    display: block;
    float: left;
}

.mega-menu-cms .layout-sale h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.static-block-wrap li {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 18px;
    padding: 5px 0;

}

.rd-navbar-nav li.parent .static-block-wrap a {
    color: #fff !important;
    /* margin-left: 10px; */
    font-size: 11px;
    border: 1px solid #fff;
    padding: 9px 19px;
    float: left;
    clear: both;
    margin-top: 19px;
    font-weight: 700;
}

@media (max-width: 991px) {

    .mm-image,
    .mm-image-a {
        display: none !important;
    }

    .static-block-wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navigation .container [class*='col-sm-4'],
    .navigation .container [class*='col-sm-3'] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .navigation .container [class*='col-sm-9'] {
        max-width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 1354px) {
    .navigation .container [class*='col-sm-3'] {
        flex-basis: 23%;
        max-width: 23%;
    }

    .navigation .container [class*='col-sm-9'] {
        flex-basis: 69%;
        max-width: 69%;
    }

    .navigation .container .col-sm-3.static-block-wrap {
        flex-basis: 31%;
        max-width: 31%;
    }
}

.rd-navbar-nav>li.parent div.col-sm-9>ul>li>a {
    color: #48a842;
    text-align: left;
}


/*END MEGAMENU*/
/*CHECKOUT*/
#tooltip-label {
    display: none;
}

/*END CHECKOUT*/



/*DOWNLOAD*/


.downloads-list .tags-before:before {
    content: "\E815";
    font-family: "Linearicons";
    margin-right: 8px;
    color: #c3bbbb;
}

.downloads-list h4 {
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 8px;
    margin-bottom: 10px;
}

.downloads-list span {
    color: #48a842;
    ;
    font-size: 14px;
    line-height: 1.21;
    margin-bottom: 5px;
}

.downloads-list p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 15px;
}

.downloads-list a {
    color: #48a842;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.19;
    text-decoration: underline;
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/downloads-icon-a.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 10px;
    display: inline-block;
    padding-left: 36px;
}

.downloads-list .row {
    margin-bottom: 20px;
}


@media (max-width: 767px) {

    .faq-container .result-wrap,
    .downloads-container .result-wrap {
        border-right: 1px solid #e2e0ef;
    }

    .faq-container .result-wrap,
    .downloads-container .result-wrap,
    .faq-container .result-fbtn,
    .downloads-container .result-fbtn {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-basis: 49%;
        max-width: 49%;
    }

    .faq-container .count_results,
    .downloads-container .count_results {
        margin-bottom: 0;
    }

    .faq-container .filter-toggle,
    .downloads-container .filter-toggle {
        color: #48a842;
        ;
        border: 0;
        float: none;
        margin: 0 auto;
        position: relative;
        padding: 0;
        box-shadow: none;
    }

    .faq-container .toolbar-products,
    .downloads-container .toolbar-products {
        border-top: 1px solid #e2e0ef;
        border-bottom: 1px solid #e2e0ef;
    }
}

@media (min-width: 767px) {
    .downloads-list .content-wrap {
        border-right: 1px solid #e2e0ef;
    }

    .downloads-list a {
        padding-top: 30px;
        padding-left: 0px;
        background-position: top center;
    }

    .downloads-list .link-wrap {
        align-items: center;
        justify-content: center;
        display: flex;
    }

}

/*END DOWNLOAD*/

/*FAQ*/

.faq-container {
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.downloads .main .mpblog-search{
    display: none;
}

@media (max-width: 767px) {

    .downloads .main .mpblog-search{
        display: block;
    }

    .downloads .filter-content .mpblog-search,
    .easyfaq .filter-content .mpblog-search {
        display: none;
    }
}

.faq-list > ul > li {
    float: left;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    padding: 11px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-bottom: solid 1px #dedede;
}



.faq-list li span {
    color: #48a842;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
}

.faq-list li h4 {
  color: #48a842;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 0;
  width: 95%;
}

.faq-list li h4:before{
    content: "\E800";
    font-family: "Linearicons";
    margin-right: 10px;
}

.faq-list li p {
    margin-bottom: 20px;
    color: #231f20;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
}

.faq-list li [role="tab"]{
    position: relative;
    width: 100%;
    font-size: 20px;
    margin: 0;
}
.faq-list li [role="tabpanel"]{
    margin-top: 20px;
}
.faq-list li [role="tab"] > div:after{
    position: absolute;
    right: 0;
    font-size: 20px;
    top:0;
    content: "\E936";
    font-family: "Linearicons";
}
.faq-list li [role="tab"].active > div:after{
    content: "\E935";
}

.faq-list [data-role="content"] ul {
    list-style-type: disc;
    padding-left: 15px;
}
.faq-list [data-role="content"] li{
    line-height: 24px;
    letter-spacing: 1px;
}
.faq-list [data-role="content"] ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.count_results {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.question-ans {
    float: left;
    width: 100%;
    padding: 18px 25px 23px 25px;
    box-sizing: border-box;
}

.question-ans {
    float: left;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgba(10, 31, 68, .2);
    margin-top: 35px;
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/ask-question-bg.svg) no-repeat center center;
    background-size: COVER;
}

.question-ans h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 21px;
    font-weight: 400;
}

.question-ans a {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 1.16;
    text-align: center;
    background-color: #48a842;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(54, 25, 86, .5);
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.question-ans a:hover {
    margin-top: -5px;
    background: #e1890c;
    margin-bottom: 5px;
    cursor: pointer;
}

.faq-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faq-gallery a {
    width: 220px;
    display: inline-block;
    height: 220px;
}
.faq-gallery a.video-link {
    background:#000;
    position: relative;
}
.faq-gallery a.video-link:before {
    position: absolute;
    content: "\EC6A";
    font-family: "Linearicons";
    top: calc(50% - 13px);
    left: calc(50% - 25px);
    color: #fff;
    font-size: 50px;
}



.cms-faq .page-title-wrapper .page-title {
    margin-bottom: 42px;
}

.faq-page #faq-accordion .accordion-trigger {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transition: .3s;
}

.faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.faq-page #faq-accordion .accordion-trigger.open:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.faq-page #faq-accordion .accordion-trigger.open {
    margin-bottom: 35px;
}

.faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
}

.faq-page #faq-accordion .accordion-content {
    display: none;
    padding-bottom: 50px;
}

.faq-page #faq-accordion .accordion-content p {
    margin-bottom: 23px;
}

.faq-page #faq-accordion .accordion-content p:before {
    content: 'a';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    background: #fafafa;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin: 5px 15px 15px 0;
    float: left;
}

.faq_filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.mpfaq-category .select2-selection--single{
    border: solid 0.5px #b0b0b0 !important;
    border-radius: 0;
}
.mpfaq-category .select2-selection__rendered{
    line-height: 49px !important;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
}
.mpfaq-category .select2-container {
    max-width: 350px;
}
.mpfaq-category  .select2-selection__arrow{
    line-height: 50px !important;
}
.mpfaq-category  select{
    border: solid 0.5px #b0b0b0;
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #231f20;
}
.mpfaq-category,
.mpfaq-search{
    flex-basis: 51%;
    position: relative;
    margin-bottom: 25px;
    flex-grow: 1;
}
@media (min-width: 768px) {
    .mpfaq-category,
    .mpfaq-search{
        max-width: 350px;
    }
}


.mpfaq-search .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.mpfaq-search .actions button:before {
    font-family: "Linearicons";
    content: "\e922";
    color: #48a842;
}


.mpfaq-search .actions button {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 4px;
    color: #48a842;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
}

.mpfaq-search input[type='text'] {
    border-radius: 0;
    border: solid 0.5px #b0b0b0;
    padding: 0 10px;
    min-height: 50px;

    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}


.mpfaq-search input[type='text']::-ms-clear{
    display: none;
}

/*END FAQ*/



/*WHY US PAGE*/
.cms-why-us .main h3.first {
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/why-us-guarantee-free-in-home-trials-.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.second {
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/why-us-mobile-service-and-repairs.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.thrid {
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/why-us-guarantee-australian-owned-operated.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.four {
    background: url(../../frontend/TemplateMonster/theme007/en_AU/images/why-us-freindly-staff.svg) no-repeat left center;
    padding: 27px 0 27px 70px;
}

.whyus-contact {
    padding: 83px 0;
    background-color: rgba(235, 220, 209, .1);
}

.whyus-contact-inner {
    border-radius: 10px;
    padding: 0px 43px 0px;
    box-sizing: border-box;
    background-size: cover;

}

@media (min-width: 768px) {
    .whyus-contact-inner {
        padding: 60px 43px 74px;
        min-height: 277px;
    }
}

@media (min-width: 768px) {
    .whyus-contact-inner {
        background-color: #fff;
        box-shadow: 0 10px 16px 0 rgba(10, 31, 68, .06);
        /*background: linear-gradient(267.09deg, rgba(255,255,255,0) 0%, #FFFFFF 100%), 
      url(../../frontend/TemplateMonster/theme007/en_AU/images/whyus-contact.png) no-repeat center right;*/
    }
}

@media (max-width: 767px) {
    .whyus-contact-inner {
        background-size: cover;
    }
}

.whyus-contact-inner h2 {
    color: #48a842;
    ;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 33px;
}

@media (min-width: 768px) {
    .whyus-contact-inner h2 {
        font-size: 42px;
    }
}

.whyus-contact-inner a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.19;
    text-align: center;
    padding: 15px 30px;
    box-sizing: border-box;
    background: #48a842;
    border-radius: 5px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    margin-bottom: 10px;
    min-width: 190px;
}

.whyus-contact-inner a[href^="tel:"]:before {
    content: "\e809";
    font-size: 20px;
    font-family: "Linearicons";
}

.whyus-contact-inner a:hover {
    margin-top: -5px;
    background: #e1890c;
}

.whyus-contact-inner a.open-contact-popup {
    background-color: transparent;
    border: 3px solid #f79520;
    color: #48a842;
    padding: 14px 30px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .whyus-contact-inner a.open-contact-popup {
        margin-left: 0px;
    }
}


.whyus-contact-inner a.open-contact-popup:hover {
    background: #e1890c;
    border: 3px solid #e1890c;
    color: #fff;
    margin-top: -5px;
}

.left-cms-links ul {
    float: left;
    width: 100%;
    border: solid 1px #dedede;
}

.left-cms-links ul li {
    float: left;
    width: 100%;
    color: #000;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.left-cms-links ul li:last-child{border-bottom: 0;}

.left-cms-links ul li a {
    float: left;
    width: 100%;
    color: #b0b0b0;
    padding: 22px 22px;
    box-sizing: border-box;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.left-cms-links ul li:after {
   
    float: left;
    width: 5px;
    background: #fff;
    height: 64px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.left-cms-links ul li.active:after,
.left-cms-links ul li:hover:after {
    background: #48a842;
     content: "";
}

.left-cms-links ul li.active a,
.left-cms-links ul li:hover a {
    color: #48a842;
    ;
}

/*END WHY US PAGE*/
/*TESTMONIA PAGE*/
.testimon-dtls:before {
    content: "\F10D";
    font-family: "Linearicons";
    color: #4a4a4a;
    position: absolute;
    left: 23px;
    top: 24px;
}

.testimon-dtls {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
    padding: 25px 40px 25px 65px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.testimon-dtls address {
    float: left;
    width: 100%;
    color: #00898c;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
}

.testimon-dtls p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.44;
    margin-bottom: 10px;
}

.testimonial-container .limiter {
    display: none;
}

/*END TESTMONIA PAGE*/
/*RESOURCES PAGE*/
.cms-resources .main [class*='col'] {
    position: relative;
}

.cms-resources div.cs-block {
    display: flex;
    min-height: 256px;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    -webkit-box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    -moz-box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    margin-bottom: 22px;
    border-radius: 5px;

    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.cms-resources div.cs-block:hover {
    box-shadow: 0 0 2px 2px #48a842;
    -webkit-box-shadow: 0 0 2px 2px #48a842;
    -moz-box-shadow: 0 0 2px 2px #48a842;
}

.cms-resources a.cs-box {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 118px;
}

.cms-resources a.cs-box:before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: 24%;
    height: 90px;
    position: absolute;
    left: calc(50% - 45px);
    width: 90px;
    background-size: contain;
}

.cms-resources a.payment-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/payment-icon.svg);
}

.cms-resources a.faq-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/faq-icon.svg);
}

.cms-resources a.therapist-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/therapist-icon.svg);
}

.cms-resources a.downloads-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/downloads-icon.svg);
}

.cms-resources a.blog-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/blog-icon.svg);
}

.cms-resources a.repayment-icon:before {
    background-image: url(../../frontend/TemplateMonster/theme007/en_AU/images/repayment-icon.svg);
}

a#open-repayment-popup {
    display: none;
}

.product-info-main a#open-repayment-popup {
    display: block;
}


/*END RESOURCES PAGE*/

/*WHICH SCOOTER IS RIGHT*/
.mobilit-scooter-dtl {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    margin-bottom: 53px;
}

.mobilit-scooter-dtl h1 {
    color: #48a842;
    ;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e0ef;
    padding: 22px 22px 22px 22px;
    box-sizing: border-box;
}

.mobilit-scooter-dtl a {
    margin-bottom: 15px;
    font-weight: 600;
    color: #48a842;
    ;
    font-size: 18px;
    letter-spacing: .39px;
    line-height: 1.5;
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.scooter-data {
    padding: 20px 22px 5px 22px;
    box-sizing: border-box;
}

.mobilit-scooter-inn li {
    list-style: disc;
    font-size: 14px;
}

.mobilit-scooter-inn ul {
    padding-left: 20px;
}

.mobilit-scooter-inn h3 {
    color: #252525;
    margin-bottom: 5px;
    font-size: 16px;
}

.produs-inner-img {
    text-align: center;
    position: relative;
}

.produs-inner-img img {
    max-width: 154px;
}

.mobilit-pro-featr {
    padding: 8% 0% 8% 5%;
    position: relative;
}

@media (min-width: 768px) {
    .mobilit-pro-featr {
        min-height: 343px;
    }
}

@media (min-width: 992px) {
    .mobilit-pro-featr {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .mobilit-pro-featr {
        min-height: 343px;
    }
}

.mobilit-scooter-inn p {
    font-size: 14px;
}

.mobilit-pro-desc {
    padding: 8% 0% 8% 5%;
    position: relative;
}

@media (min-width: 768px) {
    .mobilit-pro-desc {
        min-height: 309px;
    }
}

@media (min-width: 992px) {
    .mobilit-pro-desc {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .mobilit-pro-desc {
        min-height: 309px;
    }
}


.mobilit-scooter-inn .action {
    padding: 8% 0% 8% 5%;
}

.mobilit-scooter-inn .action a {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.19;
    margin: 0;
    padding: 0px 0;
    text-decoration: underline;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    position: relative;
    text-decoration: none;
}

.mobilit-scooter-inn .action a span {
    text-decoration: underline;
}

.mobilit-scooter-inn .action a:after {
    content: "\E93C";
    font-family: "Linearicons";
    font-size: 13px;
    color: #f69c14;
    margin-left: 3px;
    display: inline-block;
}

.mobilit-scooter-inn .action a:hover {
    color: #f69c14;
}

.mobilit-pro-desc:after,
.mobilit-pro-featr:after,
.produs-inner-img:after {
    content: "";
    border-bottom: 1px solid #e2e0ef;
    width: 100%;
    height: 8px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.scooter-data {
    margin: 0;
}

.scooter-data>[class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

.ws-btm-blk {
    padding-bottom: 5%;
    padding-top: 5%;
    background: #fff;
}

.ws-btm-blk p {
    color: #58595b
}

.ws-btm-blk li {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.55;
    list-style: disc;
    margin-bottom: 10px;
    list-style-position: outside;
    font-weight: 600;
    margin-left: 17px;
}

@media (min-width: 768px) {
    .ws-btm-blk li {
        font-size: 18px;
    }
}

.ws-btm-blk h4 {
    color: #48a842;
    ;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 36px;
}

.ws-btm-blk h2 {
    color: #48a842;
    ;
    font-size: 22px;
    line-height: 1.16;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .ws-btm-blk h2 {
        font-size: 36px;
    }
}

.ws-btm-blk .ques-blog-img {
    border: 1.7px solid #ced7ed;
    padding: 15px 5px;
    margin-bottom: 12px;
}

.ws-btm-blk .ques-blog-txt {
    text-align: center;
}

.ws-btm-blk .ques-blog-txt>a {
    text-align: center;
    color: #48a842;
    ;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}

.ws-btm-blk img.question-chart {
    margin-left: 7px;
}

@media (min-width: 768px) {
    .ws-btm-blk img.question-chart {
        margin-left: 22px;
    }
}

.ws-btm-blk .question-blog {
    margin-bottom: 25px;
}


/*END WHICH SCOOTER IS RIGHT*/




/*CUSTOMER ACCOUNT PAGES*/
.limiter-options+.select2-container {
    width: 90px !important;
}

@media (max-width: 767px) {
    body.account .table-wrapper {
        overflow-y: scroll;
    }

    body.account .table-wrapper:after {
        content: "Note:scroll left to see full detail.";
        color: Red;
        font-size: 11px;
    }

    body.account .table-wrapper table.table td {
        display: table-cell;
        padding: 10px 10px;
    }

    body.account .table-wrapper table.table {
        max-width: 100%;
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #my-orders-table a.action {
        margin-bottom: 10px;
        min-width: 130px;
        text-align: center;
    }
}



/*END CUSTOMER ACCOUNT PAGES*/
/*CHECKOUT*/

#shipping .new-address-popup button,
button.action-select-shipping-item {
    color: #48a842;
    ;
    font-weight: bold;
}

#checkout-step-shipping #customer-email-error {
    position: relative;
}

body.checkout-index-index aside.modal-popup:not(.opc-sidebar) .action-close {
    display: block;
    top: 45px;
}
body.onestepcheckout-index-index .widget_feature_list_block{
    display: none;
}

@media (min-width: 767px) {
    .modal-popup .form-shipping-address .field.street label {
        display: block;
        visibility: hidden;
    }

    .modal-popup .form-shipping-address .field.street>.control {
        margin-top: -41px;
    }
}

.modal-popup #shipping-new-address-form .field {
    margin-bottom: 10px;
    clear: both;
    display: flex;
}

@media (max-width: 767px) {
    .modal-popup #shipping-new-address-form .field {
        flex-direction: column;
    }
}

.modal-popup #shipping-new-address-form .field .label {
    flex-basis: 25%;
    text-align: left;
    line-height: 30px;
}

.modal-popup #shipping-new-address-form .field .control {
    flex-basis: 75%;
    text-align: left;
}

.modal-popup #shipping-new-address-form .form-shipping-address .field.street label {
    visibility: hidden;
    display: block;
}

.modal-popup #shipping-new-address-form .field-tooltip-content {
    display: none;
}

.modal-popup #shipping-new-address-form .field .checkbox+.label {
    flex-basis: 100%;
}



@media (max-width: 767px) {
    .checkout-index-index .checkout-container .authentication-wrapper {
        width: 100%
    }

    .checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
        float: right;
    }

    .checkout-index-index .checkout-container .authentication-dropdown {
        width: 100%;
    }
}

.billing-address-same-as-shipping-block.field.choice>label {
    text-align: left;
    padding-left: 0;
}

.payment-method-title label.label {
    padding-left: 29px;
}

/*END CHECKOUT*/



@media (min-width: 768px) and (max-width: 1023px) {
    .page-layout-2columns-left .grid-left {
        flex-basis: 30%;
        max-width: 30%;
    }

    .page-layout-2columns-left .grid-main {
        flex-basis: 70%;
        max-width: 70%;
    }
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -45px;
}

.owl-prev,
.owl-next {
    font-size: 20px;
}

/*.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    background: #f4f4f4;
    height: 17px;
    opacity: 1;
}

.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right.fotorama__arr--disabled {
    opacity: 0;
}*/

/*.fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before,
.fotorama-item .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
    font-family: "Linearicons";
    content: "\E93B";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 8px;
    left: 0;
}
*/
/*.fotorama__thumb--icon {
    transform: none !important;
    background: none !important;
}*/

/*.fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
    content: "\E93C";
}*/

/*.fotorama-item .fotorama__nav--thumbs {
}*/

.fotorama-item .fotorama__thumb-border {
    border-color: #48a842;
}

.fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 10px !important
}

.p-short-desc {
    font-size: 15px;
    font-weight: 300;
    height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    letter-spacing: 1px;
    display: none;
}

.catalogsearch-result-index .sidebar.sidebar-main {
    display: none;
}

.catalogsearch-result-index .breadcrumbs + #maincontent .page-title-wrapper .page-title {
    margin-top: 0;
}


#shipping-zip-form .select2-container {
    width: 100% !important;
}

iframe.zoid-component-frame {
    z-index: 1 !important;
}




ul.list-ordered {
    list-style: unset;
    list-style-position: inside;
}

ol.list-ordered {
    list-style: decimal;
    list-style-position: inside;
}

/* sourceMappingURL=style.css.map */

.product-info-main .product-reviews-summary {
    display: none;
}

/*.product-info-main .product-addto-links .towishlist:after,
.product-info-main .product-addto-links .tocompare:after {
    content: "Compare";
    font-size: 11px;
    position: ABSOLUTE;
    bottom: -44px;
    left: 0;
    width: 100%;
}



.product-info-main .product-addto-links .towishlist:after {
    content: "Favourites";
}*/

.price-container span.price-label {
    display: none !important;
}

.billing-address-details button.action-edit-address {
    box-shadow: none;
    color: #48a842;
    ;
}









div[class*='widget_'] .__action {
    margin-top: 25px;
    text-align: center;
}

div[class*='widget_'] .__action a {
    background: #03391f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    height: 49px;
    display: inline-block;
}







.widget_textslide_block {
    background: rgba(3, 57, 31, 0.15);
    color: #48a842;
}

.widget_textslide_block p {
    color: #48a842;
    margin: 3px 0;
    text-align: CENTER;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}

.widget_text_block {
    text-align: CENTER;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.widget_text_block .container {
    max-width: 750px;
}

.widget_text_block h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_text_block p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}













.widget_text_img_block .row {
    align-items: center;
}

.widget_text_img_block .text-block {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
        margin-bottom: 25px;
    margin-top: 25px;
}
.widget_text_img_block.left .text-block {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991.9px) {
    .widget_text_img_block.right .row div[class^='col-']:first-child {
        order: 2;
    }
}

@media (min-width: 1300px) {
    .widget_text_img_block .text-block {
        padding-left: calc(100% - 600px);
        padding-left: 80px;
    }
    .widget_text_img_block.left .text-block {
        padding-right: calc(100% - 600px);
        padding-right: 80px;
    }
}


.widget_text_img_block strong {
    color: #48a842;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
}

.widget_text_img_block h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
}

.widget_text_img_block p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.widget_text_img_block a {
    color: #48a842;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
}

.widget_text_img_block a:after {
    border-bottom: 1px solid #48a842;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
}








.widget_parallax_block {
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    padding: 70px 0;
    clear: both;
    color: #fff;
    
}

.widget_parallax_block .row {
    justify-content: center;
    text-align: CENTER;
}

.widget_parallax_block p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.widget_parallax_block strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget_parallax_block h2 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget_parallax_block a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 4px 0;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .widget_parallax_block .col-md-4 {
        padding-left: 25px;
        padding-right: 25px;
    }
}












.widget_instagram {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    clear: both;
}

.widget_instagram h2 {
    color: #231f20;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_instagram .is-owlnav {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 217px;
    z-index: 2;
    height: calc(100% - 166px);
    font-size: 24px;
    top: 70px;
}
.widget_instagram .is-owlnav i{
    background: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 47px;
    border-radius: 45px;
    font-size: 14px;
}

.widget_instagram .is-owl-next {
    left: 0;
    background:linear-gradient(to left, transparent, #fff);
}

.widget_instagram .is-owl-prev {
    right: 0;
    background:linear-gradient(to right, transparent, #fff);
}

@media (max-width: 1023px) {
    .widget_instagram .is-owlnav {
        display: none;
    }
}












.widget_feature_list_block {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #fff;
    text-align: center;
}

.widget_feature_list_block .row {
    justify-content: center;
    align-items: flex-start;
}

.widget_feature_list_block [class*='col'] {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: flex-start;
}

.widget_feature_list_block img {
    max-width: 19px;
}

.widget_feature_list_block p {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 4px 0 3px 6px;
}
@media (min-width: 768px) {
    .widget_feature_list_block p{
        margin: 0px 0 10px 10px;
    }
}






.widget_fslider {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
}
.widget_fslider.layout-tab {
    margin: 0;
    padding-top: 0;
}
@media (min-width: 768px) {
    .widget_fslider {
         margin-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 30px;
        padding-top: 50px;
    }
}

.widget_fslider div.item{padding: 2px;}

.widget_fslider .__tabs{
    margin-bottom: 60px;
}

.widget_fslider .__tabs .__action,
.widget_fslider .__tabs .__heading {
    display: none;
}

.widget_fslider .__tabs .container {
    padding: 0;
}

.widget_fslider .__slider {
    position: relative;
}


.widget_fslider .owl-carousel .owl-item{
    padding: 3px;
}

.widget_fslider button[class^='owl-nav'] {
    position: absolute;
    left: -25px;
    font-size: 31px;
    top: 30%;
}
@media (max-width: 767.9px) {
    .widget_fslider button[class^='owl-nav'] {display: none;}
}

.widget_fslider button.owl-nav-next {
    right: -25px;
    left: auto;
}

.widget_fslider ul.ui-tabs-nav {
    
    margin-bottom: 15px;
}



.widget_fslider ul.ui-tabs-nav li {
    padding: 0;
    margin: 0 10px;
}


.widget_fslider ul.ui-tabs-nav li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .widget_fslider ul.ui-tabs-nav {
        margin-bottom: 30px;
        text-align: center;
    }
    .widget_fslider ul.ui-tabs-nav li a {
        font-size: 20px;
    }
    .widget_fslider ul.ui-tabs-nav li {
        margin: 0 20px;
    }
}

.widget_fslider ul.ui-tabs-nav li.ui-tabs-active a {
    color: #48a842;
}

.widget_fslider ul.ui-tabs-nav li.ui-tabs-active a:after {
    border-bottom: 1px solid #48a842;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.widget_fslider h2,
.widget_fslider h3 {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_fslider h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .widget_fslider h2 {
        margin-bottom: 40px;
    }
}


.widget_fslider .__action {
    margin-bottom: 35px;
}

.widget_fslider:not(.layout-tab):after {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    border-bottom: solid 1px #dedede;
    content: "";
}



@media (min-width: 1200px) {
    .widget_bulletlist_block ul {
        column-count: 2;
    }
}

.widget_bulletlist_block li {
    font-size: 13px;
    padding: 3px 0;
    letter-spacing: 1px;
}

.widget_bulletlist_block li span {
    color: #48a842;
    margin-right: 9px;
}

.product-gift-card .widget_bulletlist_block {
    display: none;
}

.tmhear-wrap {
    position: relative;
}

.tmhear {
    width: 280px;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 25px;
}

.tmhear button.close {
    float: right;
    margin-right: 10px;
    color: #48a842;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 3px 3px 0 0;
    background: #000;
}


.tmhear button.action {
    background: #231f20;
    border-color: #231f20;
    margin: 10px;
    border-radius: 0;
}

.tmhear .__form {
    background: #000;
    float: right;
}
@media (max-width: 991.9px) {
    .tmhear .__form {
        display: none;
    }
}

.tmhear label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.tmhear h2 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: CENTER;
    background: #000;
    padding: 9px 0;
    display: inline-block;
    width: 100%;
    border-radius: 3px 3px 0 0;
    float: right;
    clear: both;
    margin: 0;
}

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

.tmhear button {
    background: #231f20;
    border-color: #231f20;
}

.tmhear li {
    background: #231f20;
    padding: 7px 10px 7px 33px;
    margin-bottom: 2px;
    position: relative;

}

.tmhear input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.tmhear .mage-error {
    margin-left: 10px;
}

.tmhear input[type="radio"]+label:before {
    content: "\F10C";
    font-size: 14px;
    font-family: "Linearicons";
    position: ABSOLUTE;
    left: 13px;
    top: 6px;
}

.tmhear input[type="radio"]:checked+label:before {
    content: "\F192";
}



.mfp-wrap.tm-stockalert .mfp-content {
    max-width: 550px;
    background: #fff;
    box-shadow: 0px 0px 6px #EAE9E9;
    padding: 30px;
}



input.amcard-button {
    margin-top: 15px;
}
button.amcard-check {
    margin-top: 15px;
    margin-left: 15px;
}
.amcardacc-messages-container:not(.-visible) {
    display: none;
}
.zip-widget__popup__overlay img.close-button {
    width: 48px;
    height: 48px;
}
.zip-widget__wrapper a {
    color: #f16722 !important;
}
.zip-widget__tagline a.learn-more{
    font-size: 14px !important;
    font-weight: 300 !important;
}

table.table-order-items td:before,
.box-order-billing-method table.table td:before,
.box-order-billing-method caption.table-caption {
    display: none;
}
.box-order-billing-method dd.content{padding: 0;}

table.table-order-items .col.name{ min-width: 281px;}


span.ams-tooltip-action{
    color: #f16722;
}
.product-add-form .amsa-alert {
    margin-bottom: 10px;
}


.irs-from, .irs-to, .irs-single{
     background: #48a842 !important;
}
.irs-from:after, .irs-to:after, .irs-single:after{
        border-top-color: #48a842 !important;
}

.product.attribute.accessory {
    margin-top: 22px;
}

.product.attribute.accessory h3 {margin-bottom: 0}
.product.attribute.accessory ul {
    list-style-type: disc;
    padding-left: 15px;
}
.product.attribute.accessory li{
    line-height: 24px;
    letter-spacing: 1px;
}
.product.attribute.accessory ol {
    list-style-type: decimal;
    padding-left: 15px;
}


.ex_related{
    display: flex;
    align-items: center;
    border: solid 1px #dedede;
    background: #fff;
    border-radius: 5px;
    max-width: 324px;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 2px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    justify-content: center;
}
.ex_related input{
    margin: 0 10px 0 0;
}
.ex_related label{
    cursor: pointer;
    user-select: none;
    font-size: 13px !important;
    font-weight: 300;
}
.ex_related label.label:before{
    position: relative;
    left: unset;
    margin-right: 0;
}

body.catalogsearch-result-index #layered-filter-block{
    display: none;
}.block-brand-search{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #313954;
}
.block-brand-search strong{
        color: #fff;
    margin: 18px 1px;
    font-size: 33px;
    font-weight: 500;
}
.block-brand-search .mp-searchbox {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.block-brand-search #mp-search {
    background: #fff;
}
.block-brand-list ul.brand-options li {
    border: 1px solid #ddd;
    position: relative;
    min-width: 38px;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 2px;
}
.block-brand-list ul.brand-options a.mp-option-item {
    color: inherit;
    position: relative;
    display: block;
    padding: 10px 14px;
    line-height: 20px;
    text-decoration: none;
}
.block-brand-list ul.brand-options li.disabled a {
    color: #777;
    opacity: 0.5;
}
.block-brand-list ul.brand-options li.active {
    color: #ffffff;
    background: #313954;
}


.block-brand-search .search-btn {
    display: inline-block;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 1;
    height: 51px !important;
}
.block-brand-search .search-btn > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-brand-search .search-btn:before {
    font-family: "Linearicons";
    content: '\e922';
    font-size: 28px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left,
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right
{
    float: left;
        padding: 5px 10px;
}

.brand-detail{
    position: relative;
    margin-bottom: 30px;
}

.brand-description h2{
    font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-description,
.brand-description p{
    color: #231f20;
    font-size: 13px;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto 0.8rem;
    letter-spacing: 0.5px;
}


.brandfollow-wrapper {
    position: relative;
}


.brandfollow-wrapper.active .block-brandfollow {
    display: block;
}


.block-brandfollow {
    position: ABSOLUTE;
    width: 272px;
        right: -14px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(35,35,35,.16);
    padding: 16px;
    text-align: left;
    top: 27px;
    display: none;
    z-index: 99;
}
.brandfollow-content-wrapper strong {
    margin-bottom: 5px;
    display: inline-block;
    color: #f16722;
    font-size: 18px;
}

.block-brandfollow::before {
    background-color: inherit;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(88,88,88,.1);
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    right: 16px;
    bottom: unset;
    left: unset;
    top: -4px;
    transform: rotate(-135deg);
}
.brandfollow-content-wrapper .actions{
    display: flex;
    justify-content: space-between;
}
.brandfollow-content-wrapper .actions a{
    color: #f16722;
}

.block-brand-feature strong {
    color: #231f20;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-brand-feature .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}




.footer-brands {
    margin-bottom: 24px;
    padding-bottom: 15px;
    position: relative;
}
.footer-brands:after{
    content: "";
    position: absolute;
    left: -300%;
    bottom: 0;
    border-bottom: 1px solid #fff;
    width: 500%;
    height: 1px;
}

.footer-brands a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.footer-brands h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.footer-brands ul {
    display: flex;
    /* width: calc(100% / 6); */
    /* flex-basis: calc(100% / 6); */
    flex-wrap: wrap;
}

@media (max-width: 404px) {
    .footer-brands ul {
        margin: 0 10%;
    }
}

.footer-brands ul li {
    width: calc(100% / 6);
    flex-basis: calc(100% / 6);
    flex-shrink: 0.4;
    min-width: 125px;
    text-align: left;
}








.product-info-main .brandfollow-wrapper .action {
    background: #313954;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    line-height: 30px;
}


.block-brand-feature .owl-item {
    text-align: center;
}
.block-brand-feature img.brand-image {
    display: inline-block;
}








.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    border-top: 0;
    padding: 10px 0;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-suggestion a.shopbybrand-suggestion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left,
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    float: left;
    padding: 5px 10px;
}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

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

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


.stripe-payments-saved-card {
    margin-bottom: 0.7em;
}
.stripe-payments-saved-card span.type {
    font-weight: bold;
}
.stripe-payments-saved-card span.exp {
    float: right;
}
.stripe-payments-saved-card span.stripe-payments-fade {
    color: #999;
    font-weight: normal;
}
.stripe-payments-saved-card label {
    display: inline;
}

/* My Subscriptions customer account section */
a.subscription-name {
    display: block;
}
.stripe-subscription-edit {
    max-height: 0;
    overflow: hidden;
    transition: max-height;
    transition-duration: 0.8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
}
.stripe-subscription-edit.show {
    max-height: 30em;
}
.stripe-subscription-edit .section {
    margin: 15px 0 10px 0;
}
.stripe-subscription-edit .mutable {
    display: none;
}
.stripe-subscription-edit.edit .mutable {
    display: block;
}
.stripe-subscription-edit.edit .static {
    display: none;
}
.stripe-subscription-edit .actions {
    margin-top: 10px;
}
.stripe-subscription-edit input {
    margin: 2px 0;
}
.subscription-card input {
    margin-right: 5px;
}
.subscription-card {
    padding: 5px 0 0 5px;
}
.subscription-card .exp, .details.stripe-payments .exp {
    color: #aaa;
}
.subscription-card.add-new {
    padding: 10px;
    text-align: center;
}
.stripe-subscriptions .section b {
    padding-bottom: 0.5em;
    display: inline-block;
}

.stripe-payments-elements{position: relative;}

/* My Saved Cards section */
.stripe-payments.delete-card:before {
        content: "\E809";
    font-family: "Linearicons";    
}
.new-saved-card #stripe_payments_cc_owner { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_cc_number { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_expiration_mo { width: auto; }
.new-saved-card #stripe_payments_expiration_yr { width: auto; }

/* Card Icons */
.stripe-payments span.type.Visa,
.stripe-payments span.type.visa { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/visa.png) no-repeat; }

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/amex.png) no-repeat; }

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/mastercard.png) no-repeat; }

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/discover.png) no-repeat; }

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/diners.png) no-repeat; }

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb { background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/jcb.png) no-repeat; }

.stripe-payments span.type.Visa, .stripe-payments span.type.visa,
.stripe-payments span.type.American.Express, .stripe-payments span.type.amex,
.stripe-payments span.type.MasterCard, .stripe-payments span.type.mastercard,
.stripe-payments span.type.Discover, .stripe-payments span.type.discover,
.stripe-payments span.type.Diners, .stripe-payments span.type.diners,
.stripe-payments span.type.JCB, .stripe-payments span.type.jcb {
    padding-left: 40px;
    background-position-y: -3px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    background-size: 30px;
}

.payment-method.stripe-payments .checkout-agreements-block {
    margin-bottom: 10px;
}
.payment-method.stripe-payments.mobile {
    padding-top: 1em;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}

/* Apple Pay */
#apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

/* Checkout Errors */
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    padding: 5px 0;
    /* color: #D20; */
    height: auto;
    margin: 0.5em auto 1em;
    font-size: .75rem;
    line-height: 1rem;
    font-style: italic;
    color: #F11F17;
}

/* Euro Payments */
#payment_form_stripe_payments_sepa .payment-method-note.mandate {
    display: inline-block;
    margin: 0.7em 0;
}
#payment_form_stripe_payments_sepa fieldset {
    border: 0;
}
.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

/* Checkout success page */
.checkout-onepage-success .stripe-success-section {
    margin-top: 1em;
}
.checkout-onepage-success .stripe-success-section p {
    margin-bottom: 0.8em;
}
.checkout-onepage-success .stripe-success-section img {
    margin: 0 auto;
}
.checkout-onepage-success button.button.wechat {
    background-color: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    box-shadow: unset;
}


/* FPX */
#stripe-fpx-select {
    background: #fff url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/img/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
#stripe-fpx-select, #stripe-fpx-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}
#stripe-fpx-dropdown {
    list-style: none;
    padding: 0;
}
#stripe-fpx-dropdown li {
    padding: 10px 12px 10px 50px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#stripe-fpx-dropdown li:first-child {
    margin-top: 5px;
}
#stripe-fpx-dropdown li:last-child {
    margin-bottom: 5px;
}
#stripe-fpx-dropdown li:hover {
    background-color: #eee;
}
#stripe-fpx-dropdown li.affin_bank { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/affin_bank.svg); }
#stripe-fpx-dropdown li.alliance_bank { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/alliance_bank.svg); }
#stripe-fpx-dropdown li.ambank { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/ambank.svg); }
#stripe-fpx-dropdown li.bank_islam { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/bank_islam.svg); }
#stripe-fpx-dropdown li.bank_rakyat { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/bank_rakyat.svg); }
#stripe-fpx-dropdown li.bank_muamalat { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/bank_muamalat.svg); }
#stripe-fpx-dropdown li.bsn { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/bsn.svg); }
#stripe-fpx-dropdown li.cimb { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/cimb.svg); }
#stripe-fpx-dropdown li.hong_leong_bank { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/hong_leong_bank.svg); }
#stripe-fpx-dropdown li.hsbc { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/hsbc.svg); }
#stripe-fpx-dropdown li.kfh { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/kfh.svg); }
#stripe-fpx-dropdown li.maybank2u { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.maybank2e { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/maybank2e.svg); }
#stripe-fpx-dropdown li.ocbc { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/ocbc.svg); }
#stripe-fpx-dropdown li.public_bank { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/public_bank.svg); }
#stripe-fpx-dropdown li.rhb { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/rhb.svg); }
#stripe-fpx-dropdown li.standard_chartered { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/standard_chartered.svg); }
#stripe-fpx-dropdown li.uob { background-image: url(../../frontend/TemplateMonster/theme007/en_AU/StripeIntegration_Payments/svg/fpx/uob.svg); }
#stripe-fpx-dropdown li.separator {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.multishipping-authorization {
    font-size: large;
}
.multishipping-authorization .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 4em 1em 2em;
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: 0.4em;
    margin-right: 2px;
}

#stripe_fpx .stripe-icon-container.right img.stripe-icon {
    height: 3em;
    position: relative;
    top: -0.2em;
}
#stripe_ideal .stripe-icon-container.right img.stripe-icon,
#stripe_eps .stripe-icon-container.right img.stripe-icon,
#stripe_giropay .stripe-icon-container.right img.stripe-icon,
#stripe_bancontact .stripe-icon-container.right img.stripe-icon,
#stripe_wechat .stripe-icon-container.right img.stripe-icon {
    height: 2.5em;
    position: relative;
    top: 0.1em;
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -0.6em;
}

/* Klarna */
.klarna-payment-options-tabs, .klarna-payment-options-container {
    text-align: center;
    margin: 0 1em 2em;
}
.klarna-tab {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

input[name=klarna-payment-option] {
    display: none;
}

input[name=klarna-payment-option]:checked+label {
    background: #487B94;
    color: #fff;
}

label.klarna-tab {
    font-weight: bold;
    background: #f8f9fa;
    cursor: pointer;
}

.klarna-loader .payment-method-note {
    margin: 2em;
}

/* SEPA Credit */
#payment_form_stripe_payments_sepa_credit .optional {
    font-weight: normal;
    color: #aaa;
    margin-left: 4px;
}
#payment_form_stripe_payments_sepa_credit .subnote
{
    color: #888;
    font-size: smaller;
}



.new-saved-card .actions-toolbar {
    margin-top: 15px;
}
.stripe-payments table{
    border: solid 1px #dadada;
}
.stripe-payments table.table tr th, .stripe-payments table.table tr td {
    padding-left: 11px;
}

.stripe-payments table td:before{display: none;}/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/

.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
	user-select: none;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-slides .sp-slide .sp-layer{
	opacity: 0;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(../../frontend/TemplateMonster/theme007/en_AU/TemplateMonster_FilmSlider/css/images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(../../frontend/TemplateMonster/theme007/en_AU/TemplateMonster_FilmSlider/css/images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}


/* TM styles */
@media screen and (max-width: 767px) {
	#maincontent .columns{
		display: block;
	}
}

.slider-pro-wrapper{
	overflow: hidden; 
	position:relative;
}
.slider-pro.abs{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-pro-container{
	position: relative;
	display: block;
}

.loading-mask.for-slider{
	position: absolute;
	/*background: none;*/
}

.loading-mask.for-slider .loader img{
	position: absolute;
}

.loading-mask {
	background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
