/* Do not edit this file */
.noUi-tooltip, .noUi-value {
  text-align: center;
  white-space: nowrap
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr;
  background: #FAFAFA;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
  transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
  height: 8px;
  margin: 0 7px 50px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 20px;
  left: -7px;
  top: -7px;
  overflow: hidden;
  outline: 0;
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-connect {
  background: #000;
  border-radius: 0;
  -webkit-transition: background 450ms;
  transition: background 450ms
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D9;
  border-radius: 1px;
  background: #FFF;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
  content: " ";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 4px;
  top: 2px;
}

.noUi-handle:after {
  left: 7px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled].noUi-connect {
  background: #B8B8B8
}

[disabled].noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  color: #999
}

.noUi-value {
  position: absolute;
  font-size: 12px
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 30px;
  width: 100%;
  position: relative;
  top: -6px
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  margin-left: -6px
}

.noUi-marker-horizontal.noUi-marker {
  width: 1px;
  height: 12px;
  top: -3px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 16px;
  width: 1px;
  background: #D3D3D3;
  top: -5px
}

.noUi-value-horizontal:last-child {
  right: 0;
  left: auto !important;
  margin-left: 6px;
  position: absolute !important;
}

.noUi-marker-horizontal.noUi-marker-large:first-child {
  margin-left: -1px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px
}

.jspHorizontalBar, .jspVerticalBar {
  background: #ececec;
  position: absolute
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.spf-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.spf-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.spf-no-gutters>.spf-col, .spf-no-gutters>[class*="spf-col-"] {
  padding-right: 0;
  padding-left: 0
}

.spf-col-1, .spf-col-2, .spf-col-3, .spf-col-4, .spf-col-5, .spf-col-6, .spf-col-7, .spf-col-8, .spf-col-9, .spf-col-10, .spf-col-11, .spf-col-12, .spf-col, .spf-col-auto, .spf-col-sm-1, .spf-col-sm-2, .spf-col-sm-3, .spf-col-sm-4, .spf-col-sm-5, .spf-col-sm-6, .spf-col-sm-7, .spf-col-sm-8, .spf-col-sm-9, .spf-col-sm-10, .spf-col-sm-11, .spf-col-sm-12, .spf-col-sm, .spf-col-sm-auto, .spf-col-md-1, .spf-col-md-2, .spf-col-md-3, .spf-col-md-4, .spf-col-md-5, .spf-col-md-6, .spf-col-md-7, .spf-col-md-8, .spf-col-md-9, .spf-col-md-10, .spf-col-md-11, .spf-col-md-12, .spf-col-md, .spf-col-md-auto, .spf-col-lg-1, .spf-col-lg-2, .spf-col-lg-3, .spf-col-lg-4, .spf-col-lg-5, .spf-col-lg-6, .spf-col-lg-7, .spf-col-lg-8, .spf-col-lg-9, .spf-col-lg-10, .spf-col-lg-11, .spf-col-lg-12, .spf-col-lg, .spf-col-lg-auto, .spf-col-xl-1, .spf-col-xl-2, .spf-col-xl-3, .spf-col-xl-4, .spf-col-xl-5, .spf-col-xl-6, .spf-col-xl-7, .spf-col-xl-8, .spf-col-xl-9, .spf-col-xl-10, .spf-col-xl-11, .spf-col-xl-12, .spf-col-xl, .spf-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.spf-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.spf-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.spf-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.spf-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.spf-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.spf-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.spf-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.spf-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.spf-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.spf-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.spf-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.spf-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.spf-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.spf-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.spf-order-first {
  -ms-flex-order: -1;
  order: -1
}

.spf-order-last {
  -ms-flex-order: 13;
  order: 13
}

.spf-order-0 {
  -ms-flex-order: 0;
  order: 0
}

.spf-order-1 {
  -ms-flex-order: 1;
  order: 1
}

.spf-order-2 {
  -ms-flex-order: 2;
  order: 2
}

.spf-order-3 {
  -ms-flex-order: 3;
  order: 3
}

.spf-order-4 {
  -ms-flex-order: 4;
  order: 4
}

.spf-order-5 {
  -ms-flex-order: 5;
  order: 5
}

.spf-order-6 {
  -ms-flex-order: 6;
  order: 6
}

.spf-order-7 {
  -ms-flex-order: 7;
  order: 7
}

.spf-order-8 {
  -ms-flex-order: 8;
  order: 8
}

.spf-order-9 {
  -ms-flex-order: 9;
  order: 9
}

.spf-order-10 {
  -ms-flex-order: 10;
  order: 10
}

.spf-order-11 {
  -ms-flex-order: 11;
  order: 11
}

.spf-order-12 {
  -ms-flex-order: 12;
  order: 12
}

.spf-offset-1 {
  margin-left: 8.333333%
}

.spf-offset-2 {
  margin-left: 16.666667%
}

.spf-offset-3 {
  margin-left: 25%
}

.spf-offset-4 {
  margin-left: 33.333333%
}

.spf-offset-5 {
  margin-left: 41.666667%
}

.spf-offset-6 {
  margin-left: 50%
}

.spf-offset-7 {
  margin-left: 58.333333%
}

.spf-offset-8 {
  margin-left: 66.666667%
}

.spf-offset-9 {
  margin-left: 75%
}

.spf-offset-10 {
  margin-left: 83.333333%
}

.spf-offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 576px) {
  .spf-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .spf-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .spf-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .spf-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .spf-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .spf-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .spf-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .spf-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .spf-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .spf-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .spf-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .spf-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .spf-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .spf-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .spf-order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .spf-order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .spf-order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .spf-order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .spf-order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .spf-order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .spf-order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .spf-order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .spf-order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .spf-order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .spf-order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .spf-order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .spf-order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .spf-order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .spf-order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .spf-offset-sm-0 {
    margin-left: 0
  }

  .spf-offset-sm-1 {
    margin-left: 8.333333%
  }

  .spf-offset-sm-2 {
    margin-left: 16.666667%
  }

  .spf-offset-sm-3 {
    margin-left: 25%
  }

  .spf-offset-sm-4 {
    margin-left: 33.333333%
  }

  .spf-offset-sm-5 {
    margin-left: 41.666667%
  }

  .spf-offset-sm-6 {
    margin-left: 50%
  }

  .spf-offset-sm-7 {
    margin-left: 58.333333%
  }

  .spf-offset-sm-8 {
    margin-left: 66.666667%
  }

  .spf-offset-sm-9 {
    margin-left: 75%
  }

  .spf-offset-sm-10 {
    margin-left: 83.333333%
  }

  .spf-offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .spf-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .spf-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .spf-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .spf-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .spf-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .spf-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .spf-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .spf-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .spf-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .spf-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .spf-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .spf-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .spf-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .spf-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .spf-order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .spf-order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .spf-order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .spf-order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .spf-order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .spf-order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .spf-order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .spf-order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .spf-order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .spf-order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .spf-order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .spf-order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .spf-order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .spf-order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .spf-order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .spf-offset-md-0 {
    margin-left: 0
  }

  .spf-offset-md-1 {
    margin-left: 8.333333%
  }

  .spf-offset-md-2 {
    margin-left: 16.666667%
  }

  .spf-offset-md-3 {
    margin-left: 25%
  }

  .spf-offset-md-4 {
    margin-left: 33.333333%
  }

  .spf-offset-md-5 {
    margin-left: 41.666667%
  }

  .spf-offset-md-6 {
    margin-left: 50%
  }

  .spf-offset-md-7 {
    margin-left: 58.333333%
  }

  .spf-offset-md-8 {
    margin-left: 66.666667%
  }

  .spf-offset-md-9 {
    margin-left: 75%
  }

  .spf-offset-md-10 {
    margin-left: 83.333333%
  }

  .spf-offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .spf-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .spf-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .spf-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .spf-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .spf-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .spf-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .spf-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .spf-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .spf-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .spf-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .spf-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .spf-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .spf-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .spf-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .spf-order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .spf-order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .spf-order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .spf-order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .spf-order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .spf-order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .spf-order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .spf-order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .spf-order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .spf-order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .spf-order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .spf-order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .spf-order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .spf-order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .spf-order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .spf-offset-lg-0 {
    margin-left: 0
  }

  .spf-offset-lg-1 {
    margin-left: 8.333333%
  }

  .spf-offset-lg-2 {
    margin-left: 16.666667%
  }

  .spf-offset-lg-3 {
    margin-left: 25%
  }

  .spf-offset-lg-4 {
    margin-left: 33.333333%
  }

  .spf-offset-lg-5 {
    margin-left: 41.666667%
  }

  .spf-offset-lg-6 {
    margin-left: 50%
  }

  .spf-offset-lg-7 {
    margin-left: 58.333333%
  }

  .spf-offset-lg-8 {
    margin-left: 66.666667%
  }

  .spf-offset-lg-9 {
    margin-left: 75%
  }

  .spf-offset-lg-10 {
    margin-left: 83.333333%
  }

  .spf-offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .spf-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .spf-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .spf-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .spf-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .spf-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .spf-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .spf-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .spf-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .spf-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .spf-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .spf-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .spf-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .spf-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .spf-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .spf-order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .spf-order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .spf-order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .spf-order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .spf-order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .spf-order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .spf-order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .spf-order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .spf-order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .spf-order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .spf-order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .spf-order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .spf-order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .spf-order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .spf-order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .spf-offset-xl-0 {
    margin-left: 0
  }

  .spf-offset-xl-1 {
    margin-left: 8.333333%
  }

  .spf-offset-xl-2 {
    margin-left: 16.666667%
  }

  .spf-offset-xl-3 {
    margin-left: 25%
  }

  .spf-offset-xl-4 {
    margin-left: 33.333333%
  }

  .spf-offset-xl-5 {
    margin-left: 41.666667%
  }

  .spf-offset-xl-6 {
    margin-left: 50%
  }

  .spf-offset-xl-7 {
    margin-left: 58.333333%
  }

  .spf-offset-xl-8 {
    margin-left: 66.666667%
  }

  .spf-offset-xl-9 {
    margin-left: 75%
  }

  .spf-offset-xl-10 {
    margin-left: 83.333333%
  }

  .spf-offset-xl-11 {
    margin-left: 91.666667%
  }
}

#gf_pagination_wrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

#gf_pagination_wrap .pagination>span {
  border: none;
  transform: rotate(0);
  top: 0;
  display: block;
  height: auto !important;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  border-radius: 0;
  background: none
}

#gf_pagination_wrap .pagination>span>a, #gf_pagination_wrap .pagination>span>span, #gf_pagination_wrap .pagination>span.deco {
  width: auto;
  height: auto;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 18px;
  text-decoration: none;
  margin: 0 0 0 -1px;
}

#gf_pagination_wrap .pagination>span:first-child>a, #gf_pagination_wrap .pagination>span:first-child>span {
  margin-left: 0;
}

#gf_pagination_wrap .pagination>span>a:hover, .pagination>span>span:hover, .pagination>span>a:focus, #gf_pagination_wrap .pagination>span>span:focus {
  z-index: 2;
  color: #23527c;
}

#gf_pagination_wrap .pagination>.current, .pagination>.current>a:hover, #gf_pagination_wrap .pagination>.current:focus {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 18px;
  text-decoration: none;
  opacity: 0.5;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

.pager li {
  display: inline
}

.pager li>a, .pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover, .pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a, .pager .next>span {
  float: right
}

.pager .previous>a, .pager .previous>span {
  float: left
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.hidden {
  display: none !important
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md, td.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.spr-container .spr-icon.spr-icon-star-empty.spr-icon-star-hover:before, .spr-container .spr-icon-star-half-alt:before, .spr-container .spr-icon-star:before, .spr-badge .spr-icon-star, .spr-badge .spr-icon-star-half-alt {
  color: #f2b309
}

.spr-badge-starrating .spr-icon {
  font-size: 75%;
}

.spr-container .spr-icon.spr-icon-star-empty:before, .spr-badge .spr-icon.spr-icon-star-empty {
  color: #ccc
}

/* SCROLLBAR */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside>.mCSB_container {
  margin-right: 20px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

#gf-products:after, #gf-products:before {
  display: none !important;
}

.gf-top_one .gf-option-block .gf-block-title h3 span {
  float: left;
}

.spf-status-loading #gf-products {
  opacity: 0;
  visibility: hidden;
}

.spf-status-loaded #gf-products, .spf-status-failed #gf-products {
  opacity: 1;
  visibility: visible;
}

#gf_pagination_wrap>svg {
  margin: 0 auto;
  display: none;
}

.gf-loadmore #gf_pagination_wrap>svg {
  display: block !important;
}

/* --------------------------
 ICONS
----------------------------- */
.gf-block-title h3:after,
.sort-by:before {
  font-family: 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.gf-option-block .gf-block-title h3:after {
  display: inline-block;
}

.gf-option-block .gf-block-title h3:after {
  content: "\e903";
  transform: rotate(90deg);
  transition: all 0.1s;
  margin-left: 5px;
}
.gf-option-block.is-collapsed .gf-block-title h3:after {
  transform: rotate(0);
}

.gf-left .gf-option-block .gf-block-title h3:after,
.gf-offcanvas .gf-option-block .gf-block-title h3:after {
  margin-right: 8px;
  float: left;
}


#gf-tree, #gf-tree *, #gf-grid *, #quick-view-modal * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#gf-products .product-thumbnail {
  width: 100%;
}

.gf-top_one #gf-grid {
  clear: both;
}

.product .footer-button>form button.button.add_to_cart_button i.p-icon.ion-bag {
  font-size: 14px;
}

#gf_pagination_wrap {
  padding-top: 20px;
  text-align: center;
  clear: both;
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

#gf_pagination_wrap .pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

#gf_pagination_wrap .pagination>li {
  margin: 0;
  border: none;
  padding: 0;
}

.modal-open, .offcanvas-open {
  overflow: hidden !important;
  position: relative;
}

/* Filters Block */
.gf-refine-toggle {
  float: right;
  font-size: 13px;
}

.gf-refine-toggle-mobile .gf-refine-toggle {
  padding: 12px 15px;
}

.selected-item.gf-option-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.selected-item>a {
  display: block;
  padding-right: 18px;
  position: relative;
}

.globo-selected-items span.selected-item {
  display: block;
}

.globo-selected-items span.selected-item>span:after {
  content: ":";
  margin-right: 3px;
  margin-left: 1px;
  vertical-align: top;
}

.selected-item span.gf-clear {
  width: 13px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 10px;
  float: right;
  font-size: 0.8em;
  line-height: 1.2;
}

.gf-option-block {
  margin: 0;
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.gf-block-title h3 {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0
}

.gf-block-content {
  clear: both;
  margin-top: 15px;
}

.gf-block-scroll {
  width: 100% !important;
  max-height: 215px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gf-block-scroll ul.gf-option-box {
  width: 100%;
  overflow: hidden;
}

.gf-option-box {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.gf-option-box:after {
  content: "";
  clear: both;
  display: block;
}

.gf-option-box li {
  display: block;
  clear: both;
  padding: 6px 6px 6px 0;
  margin: 0;
}

.gf-option-block ul li a {
  position: relative;
  padding-left: 25px;
  display: block;
  line-height: 1.2;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gf-option-block.gf-option-block-swatch ul li a,
.gf-option-block.gf-option-block-swatch-text ul li a {
  padding-left: 0;
}

.gf-option-block.gf-option-block-swatch .gf-option-box li {
  clear: none;
  margin: 0 5px 5px 0;
  padding: 0;
  width: auto;
}

.gf-block-title {
  position: relative;
}

.gf-option-block-radio input[type="radio"],
.gf-option-block-checkbox input[type="checkbox"] {
  display: none;
}

.gf-option-block.gf-option-block-checkbox ul li a:before,
.gf-option-block.gf-option-block-radio ul li a:before {
  content: ""
}

.gf-option-block.gf-option-block-checkbox ul li a:before,
.gf-option-block.gf-option-block-radio ul li a:before,
.gf-option-block-radio .gf-checkbox,
.gf-option-block-checkbox .gf-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #D5D5D5;
  display: inline-block;
  vertical-align: top;
  float: left;
  border-radius: 1px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.gf-option-block.gf-option-block-checkbox ul li a.checked:after,
.gf-option-block.gf-option-block-radio ul li a.checked:after,
.gf-option-block-radio input[type="radio"]:checked+.gf-checkbox:after,
.gf-option-block-radio .checked .gf-checkbox:after,
.gf-option-block-checkbox input[type="checkbox"]:checked+.gf-checkbox:after,
.gf-option-block-checkbox .checked .gf-checkbox:after {
  content: "\2713";
  display: block;
  font-size: 20px;
  color: #6E80A4;
}
.gf-option-block.gf-option-block-checkbox ul li a.checked:after,
.gf-option-block.gf-option-block-radio ul li a.checked:after {
  position: absolute;
  left: 1px;
  top: -6px;
}

.gf-option-block.gf-option-block-radio ul li a:before,
.gf-option-block.gf-option-block-radio ul li a:after,
.gf-option-block-radio .gf-checkbox,
.gf-option-block-radio .gf-checkbox:after {
  border-radius: 50%;
}

.gf-range-inputs {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .gf-offcanvas .gf-refine-toggle-mobile {
    background: rgb(243, 243, 243);
  }
}

.gf-refine-toggle-mobile {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 20px;
  cursor: pointer;
  float: left;
}

.gf-clear-all {
  display: block;
  background: #000;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin-top: 5px;
}

.gf-option-block.gf-option-block-swatch .gf-block-content {
  padding-top: 10px;
}

.gf-sort-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.sort-by {
  display: none;
  /* display: flex; */
  float: right;
  position: relative;
  background-color: #f6f6f6;
}

.sort-by-panel {
  position: absolute;
  background: #fff;
  right: 0;
  overflow: hidden;
  max-height: 0;
  transition: all .3s;
  width: 100%;
  min-width: 150px;
}
.sort-by-panel ul {
  padding: 10px 20px;
  margin: 0;
  width: 100%;
}

.gf-sort-wrap {
  margin-bottom: 20px;
}

.sort-by:hover .sort-by-panel {
  max-height: 260px;
  transition: all .3s;
}

.sort-by-panel ul li a {
  font-size: 14px;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sort-by-toggle {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  color: #000;
  float: left;
  font-size: 13px;
  font-style: normal;
  margin: 0;
  white-space: nowrap;
}

select.sortby-select {
  height: 30px;
  line-height: 30px;
  border: none !important;
  outline: none;
  font-size: 13px;
  font-style: normal;
  margin: 0;
  width: auto;
  background: none;
  padding: 0 20px 0 0 !important;
  display: block;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  z-index: 1;
}

.sort-by:before {
  font-size: 10px;
  line-height: 30px;
  display: block;
  content: "\e607";
  width: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  background: #f6f6f6;
  z-index: 0;
}

.sort-by+.sort-by {
  margin-right: 10px;
}

.gf-option-box:after {
  content: "";
  clear: both;
  display: block;
}

#gf_pagination_wrap+#gf_pagination_wrap {
  display: none;
}

/* Product Grid */
.product {
  margin-bottom: 35px;
}

.product .product-inner {
  overflow: hidden;
}

.product .product-thumbnail {
  position: relative;
  overflow: hidden;
}

.product .loop-thumbnail {
  position: relative;
  display: block;
  opacity: 1;
}

.shopify-section.mount-products.mount-images #gf-tree {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.shopify-section.mount-products.mount-images .gf-sort-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

#gf-products .site-box a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .product-thumbnail .loop-thumbnail:after {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100% !important;
}

.aspect-product__spacer {
  width: 100%;
}

.aspect-ratio-1333 .aspect-product__picture,
.aspect-ratio-15 .aspect-product__picture {
  width: auto !important;
  height: auto !important
}

.aspect-ratio-1 .product-thumbnail .loop-thumbnail:after {
  padding-top: 100%
}

.aspect-ratio-075 .product-thumbnail .loop-thumbnail:after {
  padding-top: 133.33333%
}

.aspect-ratio-1333 .product-thumbnail .loop-thumbnail:after {
  padding-top: 75.01875%
}

.aspect-ratio-15 .product-thumbnail .loop-thumbnail:after {
  padding-top: 66.66667%
}

.aspect-product__images {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.product .loop-thumbnail .product-item-image {
  transition: opacity 0.3s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.product .loop-thumbnail .image-hover {
  opacity: 0 !important;
  transition: opacity 0.3s;
  z-index: 3;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.rt-unero .ribbons {
  position: absolute;
  top: 10px;
  right: 0;
}

.product .footer-button {
  position: absolute;
  right: -50%;
  bottom: 0;
  background-color: #fff;
  transition: 0.5s;
  z-index: 10;
  visibility: hidden;
}

.product .footer-button>form>a .p-icon, .product .footer-button>a .p-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  line-height: 47px;
  width: 47px;
  text-align: center;
}

.product .footer-button>form>button, .product .footer-button>a {
  margin: 0 !important;
  padding: 0;
  width: 47px !important;
  height: 47px !important;
  max-width: 47px !important;
  max-height: 47px !important;
  min-width: 47px !important;
  min-height: 47px !important;
  line-height: 47px;
  text-align: center;
  display: block;
  border-radius: 0;
  background-color: transparent !important;
  color: #000 !important;
  float: left;
  transform: translateX(150%);
  transition: transform 0.3s;
  transition-delay: 0.2s;
  cursor: pointer;
  position: static;
}

.product .product-inner:hover .footer-button>form>button, .product .product-inner:hover .footer-button>a {
  transform: translateX(0)
}

.spf-has-filter #gf-products {
  padding: 0;
  margin-bottom: 0;
  min-width: 100%;
  width: auto;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: auto !important;
}

.spf-has-filter #gf-products .product-collection.products-grid {
  letter-spacing: 0;
}

.spf-has-filter #gf-products.blocklayout {
  min-width: 0;
}

.breadcrumb-wrapper {
  margin-bottom: 15px;
}

.collection-listing {
  padding-left: 20px;
  padding-right: 20px;
}

.spf-has-filter #gf-products:after {
  content: "";
  display: table;
  clear: both;
}

#gf-products .product .product-thumbnail.hover-effect:hover .image-hover {
  opacity: 1 !important;
}

#gf-products .product .product-thumbnail.hover-effect:hover .product-item-image {
  opacity: 0 !important;
}

#gf-products .product .footer-button a {
  transition-delay: 0.1s;
}

#gf-products .product .footer-button>form button.button.add_to_cart_button {
  background: none;
  border: none;
  line-height: 47px;
  width: 47px !important;
  height: 47px !important;
  max-width: 47px !important;
  max-height: 47px !important;
  min-width: 47px !important;
  min-height: 47px !important;
  margin: 0 !important;
  text-align: center;
  padding: 0;
  color: #000 !important;
}

@media only screen and (min-width: 768px) {
  .sixteen.columns .column.alpha, .sixteen.columns .columns.alpha {
    clear: both;
  }
}

#gf-products .product .footer-button>form {
  display: block;
  float: left;
  margin: 0;
}

#gf-products .product .product-details {
  position: relative;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}

#gf-products .product .product-inner:hover .footer-button {
  right: 0;
  visibility: visible;
}

#gf-products .product h3 {
  padding: 0 20px 0 0;
  margin: 0 0 7px 0;
  font-size: 14px;
  line-height: 1.2;
}

#gf-products .product h3 a {
  color: #000;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

#gf-products .product .price-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
}

#gf-products .product .product-thumbnail.hover-overlay .loop-thumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

#gf-products .product .product-inner:hover .product-thumbnail.hover-overlay .loop-thumbnail:before {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

/* Quickview */
#quick-view-modal .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 100%;
}

#quick-view-modal .row {
  margin-bottom: 0;
}

#quick-view-modal figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

#quick-view-modal {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  backface-visibility: hidden;
  visibility: visible;
  z-index: 999999999999;
}

#quick-view-modal .modal-header {
  display: none
}

#quick-view-modal .quantity .increase:after {
  content: "+";
}

#quick-view-modal .quantity .decrease:after {
  content: "-";
}

#quick-view-modal .modal-content {
  position: absolute;
  top: 45px;
  width: 100%;
  padding-top: 0;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

#quick-view-modal .modal-content .gfqv-product-wrapper {
  margin: 0;
  width: 100%;
  padding: 30px 15px;
}

#quick-view-modal .modal-content .product {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.gf-sort-wrap {
  font-size: 14px;
  z-index: 2;
  position: relative;
}

#quick-view-modal .modal-content .product .product-image-icon {
  display: none
}

#quick-view-modal .modal-content .product .short-description {
  margin-bottom: 30px
}

#quick-view-modal .modal-content .product div.images .photoswipe {
  cursor: auto
}

#quick-view-modal .modal-content .product.invisible {
  opacity: 0
}

#quick-view-modal .modal-content .product .gfqv-close-modal {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 10;
  width: 30px;
  height: 30px;
}
#quick-view-modal .modal-content .product .gfqv-close-modal:before,
#quick-view-modal .modal-content .product .gfqv-close-modal:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #C3C3C3;
  top: 3px;
}
#quick-view-modal .modal-content .product .gfqv-close-modal:before {
  transform: rotate(45deg);
}
#quick-view-modal .modal-content .product .gfqv-close-modal:after {
  transform: rotate(-45deg);
}

#quick-view-modal .modal-content .product .gfqv-product-link {
  border-top: 1px solid #d5d5d5;
  padding: 15px 0;
}

#quick-view-modal .modal-content .product .ribbons {
  top: 10px
}

#quick-view-modal .modal-content .product .product-summary,
#quick-view-modal .modal-content .product .product-images-wrapper {
  float: left;
  margin: 0;
  background-color: #fff
}

#quick-view-modal .modal-content .product .product-gallery {
  padding-left: 0;
  min-height: 320px;
}

#quick-view-modal .modal-content .product .summary {
  padding-left: 70px;
  padding-right: 90px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 100%;
  margin-bottom: 0;
  overflow: auto;
}

#quick-view-modal .modal-content .product .summary::-webkit-scrollbar {
  display: none
}

h1.product_title.entry-title {
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 22px;
}

#ProductPrice-product-quickview-template {
  color: #999;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.woo-short-description {
  margin-bottom: 30px;
  margin-top: 25px;
}

#gfqv-select {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  padding: 10px;
}

.variations_button {
  padding-bottom: 45px;
  width: 100%;
}

.product .price ins, .product .price {
  text-decoration: none;
}

#product-quickview-price {
  color: #999;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
}

#quick-view-modal .quantity {
  position: relative;
  min-height: 45px;
  width: 45%;
  margin-right: 0;
  margin-bottom: 10px;
  float: left;
  padding: 0;
  max-width: 130px;
}

#quick-view-modal .quantity .decrease, #quick-view-modal .quantity .increase {
  cursor: pointer;
  color: #080808;
  transition: 0.5s;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 45px;
  height: 43px;
  background: #fff;
  font-size: 25px;
  line-height: 43px;
  text-align: center;
}

#quick-view-modal .quantity .increase {
  right: 1px;
  left: auto;
}

#quick-view-modal .quantity .qty {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
  line-height: 23px;
  text-align: center;
  width: 100%;
  margin: 0;
  min-width: 60px;
  padding: 10px 0;
  height: 45px;
  max-height: 45px;
  min-height: 45px;
  text-align: center;
  font-weight: 600;
  color: #000;
  display: block;
  outline: none;
  background-color: transparent;
}

#gfqv-btn-wrap {
  float: right;
  width: 50%;
}

#gfqv-btn {
  width: 100%;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  transition: all 0.5s;
  text-align: center;
  border: none;
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 0;
  font-weight: 600;
}

#gf-tree {
  position: relative;
  z-index: 2;
}

.gf-left #gf-tree {
  width: 20%;
  float: left;
  min-height: 1px;
  padding-right: 25px;
  text-align: left;
  clear: left;
}

.gf-left #gf-tree+#gf-grid {
  width: 80%;
  float: right;
  clear: right;
}

.gf-left .gf-option-block,
.gf-selection-wrapper,
.gf-offcanvas .gf-option-block {
  margin: 0;
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.gf-left .gf-option-block:last-child {
  border-bottom: none;
}

.rimage-outer-wrapper svg {
  width: 100%;
  height: auto;
}

.product-block .product-link-custom {
  display: block;
  position: relative;
  color: inherit;
}

.gf-top_one .gf-filter-contents:after {
  content: "";
  clear: both;
  display: block;
}

.gf-top_one .globo-selected-items-wrapper .selected-item>a.clear-refinements {
  background: #13194B;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding: 0 15px;
}

.gf-top_one .globo-selected-items-wrapper {
  margin-bottom: 15px;
}

.gf-top_one .globo-selected-items-wrapper .selected-item>a {
  margin-right: 15px;
}

.gf-top_one .globo-selected-items-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width : 768px) {
  .gf-offcanvas .is-collapsed .gf-block-content,
  .gf-left .is-collapsed .gf-block-content {
    display: none;
  }

  .gf-top_one .gf-block-title .gf-clear {
    display: none;
  }

  .gf-top_one .gf-option-block {
    position: relative;
    float: left;
    clear: none;
    border: none;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
  }

  .gf-top_one .gf-refine-toggle-mobile {
    float: left;
  }

  .gf-top_one .gf-block-content {
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    z-index: 9;
    margin-top: 8px;
    padding: 15px;
    border: 1px solid #e3e3e3;
    width: 250px;
    margin-left: -125px;
  }
  .gf-top_one .gf-option-block.is-collapsed .gf-block-content {
    display: none;
  }
  .gf-block-scroll {
    max-height: 300px;
  }

  .gf-filter-contents-wrap {
    background-color: #a6b4d3;
    margin-bottom: 15px;
  }

  .gf-top_one .gf-filter-contents {
    position: relative;
    padding: 8px 0;
  }

  .gf-top_one .gf-option-box li {
  }

  .gf-top_one .gf-option-block-checkbox .gf-option-box li:nth-child(4n+1),
  .gf-top_one .gf-option-block-radio .gf-option-box li:nth-child(4n+1) {
    clear: both;
  }

  .gf-top_one .gf-option-block .gf-block-title h3 {
    color: #fff;
    font-weight: normal;
    display: block;
    position: relative;
    padding: 3px 12px;
    border-right: 1px solid #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    z-index: 10;
  }
  .gf-top_one .gf-option-block:first-child .gf-block-title h3 {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .gf-top_one .gf-option-block.is-collapsed .gf-block-title h3 {
    z-index: 4
  }

}

@media only screen and (max-width : 767px) {
  .sort-by {
    margin-top: 20px;
  }

  .spf-has-filter .gf-refine-toggle-mobile .gf-refine-toggle {
    display: none !important;
  }

  .spf-has-filter.spf-filtered .gf-refine-toggle-mobile .gf-refine-toggle {
    display: block !important;
  }
}

#collections-main {
  margin-bottom: 25px;
}

/* Filter Block Canvas */
.gf-offcanvas .plp-title-filters {
  cursor: pointer;
}

.gf-offcanvas .js-panel-wrapper.filters-block {
  border-bottom: none;
  background: none;
}

span.gf-close-canvas {
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 999;
  cursor: pointer;
  display: none;
  text-align: center;
}

.gf-offcanvas span.gf-close-canvas {
  display: block;
}

.gf-offcanvas #gf-tree {
  top: 0;
  left: -350px;
  bottom: 0;
  padding: 30px;
  background: #fff;
  width: 350px !important;
  position: fixed;
  overflow: auto;
  height: 100%;
  z-index: 9999999999;
  transition: left 0.25s ease;
}

.gf-offcanvas.offcanvas-open #gf-tree {
  left: 0;
}

.gf-tree-overlay {
  display: none !important;
}

.spf-loading #gf-tree .gf-tree-overlay {
  display: block !important;
}

.gf-offcanvas #gf-tree .gf-tree-overlay {
  top: 0;
  left: -350px;
  bottom: 0;
  width: 350px !important;
  position: fixed;
  overflow: auto;
  height: 100%;
  z-index: 9996;
  transition: left 0.25s ease;
}

.gf-offcanvas.offcanvas-open #gf-tree .gf-tree-overlay {
  left: 0;
}

#gf-overlay {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  position: fixed;
  overflow: hidden;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
  transition: all 0.25s ease;
  cursor: pointer;
}

.offcanvas-open #gf-overlay {
  opacity: 0.5;
  visibility: visible;
}

.sort-by-panel ul li {
  list-style: none;
  margin: 0
}

.offcanvas-open .gf-offcanvas-wrapper {
  left: 0;
  padding: 60px 30px 30px;
}

.gf-refine-toggle-mobile i {
  margin-right: 5px;
}

.gf-offcanvas #gf-tree {
  margin-bottom: 25px;
}

h3.gf-refine-toggle-mobile span, span#gf-mobile-refine-toggle {
  padding: 10px 15px;
  display: inline-block;
}

@media only screen and (min-width : 768px) {
  .gf-refine-toggle-mobile {
    float: left;
  }

  .gf-left .gf-refine-toggle-mobile, .gf-top_one .gf-refine-toggle-mobile {
    display: none;
  }
}

.gf-block-content:after {
  content: "";
  display: block;
  clear: both;
}

.globo-selected-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.globo-selected-items li {
  display: inline-block;
}

.gf-left .selected-item.gf-option-label,
.gf-offcanvas .selected-item.gf-option-label {
  display: block;
  width: 100%;
}

.gf-clear {
  float: right;
  font-size: 13px;
  margin: 5px 0 0;
  line-height: 1.2;
}

.selected-item span.gf-clear {
  width: 13px;
  height: 11px;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.globo-selected-items span.selected-item>span:after {
  content: ":";
  margin-right: 3px;
  margin-left: 1px;
  vertical-align: top;
}

.globo-selected-items span.selected-item {
  display: block;
}

.globo-selected-items .selected-item {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}

.selected-item .gf-clear:before {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  background: #404560;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.selected-item .gf-clear:after {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  background: #404560;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media only screen and (min-width : 768px) {
  .globo-selected-items {
    text-align: center;
  }
}

.gf-option-block-swatch ul li {
  float: left;
}

.gf-option-block-swatch ul li input {
  display: none;
}

.gf-option-block-swatch ul li a {
  display: block;
  text-align: center;
  margin: 0;
}

.gf-option-block-swatch a .gf-option-value {
  display: block;
  padding: 2px 4px;
  min-width: 32px;
  text-align: center;
  margin: 0;
  line-height: 26px;
  border: 1px solid #ccc;
}

#gf-grid {
  position: relative;
  z-index: 1
}

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

.gf-option-block-swatch a>span:not(.gf-option-value),
.gf-option-block-swatch-text a>span:not(.gf-option-value) {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #cbcbcb;
  position: relative;
  margin: 0;
}

.gf-option-block-swatch.swatch-size-48 a>span:not(.gf-option-value), .gf-option-block-swatch-text.swatch-size-48 a>span:not(.gf-option-value) {
  width: 48px;
  height: 48px;
}

.gf-option-block-swatch.swatch-size-48 a>span.gf-option-value {
  min-height: 48px;
  line-height: 42px;
  min-width: 48px;
  text-align: center;
}

.gf-option-block-swatch.swatch-size-48 .gf-option-two-color .bottom-color,
.gf-option-block-swatch-text.swatch-size-48 .gf-option-two-color .bottom-color {
  border-bottom: 44px solid transparent;
  border-left: 44px solid transparent;
}

.gf-option-block-swatch.swatch-size-64 a>span:not(.gf-option-value),
.gf-option-block-swatch-text.swatch-size-64 a>span:not(.gf-option-value) {
  width: 64px;
  height: 64px;
}

.gf-option-block-swatch.swatch-size-64 a>span.gf-option-value {
  min-height: 64px;
  line-height: 58px;
  min-width: 64px;
  text-align: center;
}

.gf-option-block-swatch.swatch-size-64 .gf-option-two-color .bottom-color,
.gf-option-block-swatch-text.swatch-size-64 .gf-option-two-color .bottom-color {
  border-bottom: 60px solid transparent;
  border-left: 60px solid transparent;
}

.gf-option-block-swatch.swatch-size-80 a>span:not(.gf-option-value), .gf-option-block-swatch-text.swatch-size-80 a>span:not(.gf-option-value) {
  width: 80px;
  height: 80px;
}

.gf-option-block-swatch.swatch-size-80 a>span.gf-option-value {
  min-height: 80px;
  line-height: 74px;
  min-width: 80px;
  text-align: center;
}

.gf-option-block-swatch.swatch-size-80 .gf-option-two-color .bottom-color,
.gf-option-block-swatch-text.swatch-size-80 .gf-option-two-color .bottom-color {
  border-bottom: 76px solid transparent;
  border-left: 76px solid transparent;
}

.gf-option-block-swatch-text a>span:not(.gf-option-value) {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.gf-option-block-swatch.swatch-round a>span:not(.gf-option-value),
.gf-option-block-swatch-text.swatch-round a>span:not(.gf-option-value) {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.gf-option-block-swatch.swatch-round a>span {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
}

.gf-option-block-swatch.swatch-round.swatch-size-48 a>span {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  overflow: hidden;
}

.gf-option-block-swatch.swatch-round.swatch-size-64 a>span {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  overflow: hidden;
}

.gf-option-block-swatch.swatch-round.swatch-size-80 a>span {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  overflow: hidden;
}

.gf-option-block-swatch a>span:not(.gf-option-value):hover,
.gf-option-block-swatch a.checked>span:not(.gf-option-value),
.gf-option-block-swatch-text a>span:not(.gf-option-value):hover,
.gf-option-block-swatch-text a.checked>span:not(.gf-option-value),
.gf-swatch-image:hover,
.gf-swatch-value:hover {
  border-color: #000;
  border-width: 2px;
}

.gf-option-block-swatch a>span:not(.gf-option-value):hover>.bottom-color,
.gf-option-block-swatch a.checked>span:not(.gf-option-value)>.bottom-color,
.gf-option-block-swatch-text a>span:not(.gf-option-value):hover>.bottom-color,
.gf-option-block-swatch-text a.checked>span:not(.gf-option-value)>.bottom-color {
  border-width: 26px;
}

.gf-swatch-two-color:hover>.bottom-color {
  border-width: 16px;
}

.gf-option-block-swatch a>span.gf-option-value:hover,
.gf-option-block-swatch a.checked>span.gf-option-value {
  text-decoration: none;
  border-color: #000;
  background: #000;
  color: #fff;
}

.gf-option-block ul li a.checked {
}

.gf-option-block-swatch .checked>.gf-option-value,
.gf-option-block-swatch-text .checked>.gf-option-value {
  font-weight: bold;
}

.gf-option-two-color .bottom-color {
  width: 0;
  height: 0;
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.gf-swatch-two-color .bottom-color {
  width: 0;
  height: 0;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.gf-swatch-one-color,
.gf-swatch-two-color,
.gf-swatch-image,
.gf-swatch-value {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #cbcbcb;
  background: #fff;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  cursor: pointer;
}

.star-rating .spr-badge-caption {
  display: none;
}

.attr-swatches {
  margin-top: 10px;
  margin-left: -2px;
  margin-right: -2px;
  font-size: 0;
}

.gf-range-inputs input[type='text'] {
  width: 43%;
  padding: 5px;
  float: left;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  border-radius: 0;
}

span.gf-range-split {
  width: 14%;
  display: block;
  float: left;
  text-align: center;
  line-height: 27px;
}

#gf-loading {
  width: 100vw;
  position: fixed;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, .5);
  z-index: 999999;
}

#gf-spiner {
  display: block;
  width: 2.8em;
  height: 2.8em;
  margin: 0 auto;
  position: relative;
  border-top: .3em solid hsla(0, 0%, 100%, .25);
  border-right: .3em solid hsla(0, 0%, 100%, .25);
  border-bottom: .3em solid hsla(0, 0%, 100%, .25);
  border-left: .3em solid #fff;
  animation: loading-spin .5s infinite linear;
  border-radius: 50%;
  overflow: hidden;
}

.gf-option-block ul.gf-option-collection li a {
  padding-left: 0;
}

.gf-option-block ul.gf-option-collection li a.checked {
  font-weight: bold;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes loading-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes shell-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes shell-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes shell-display {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes shell-display {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.gf-range-inputs:after {
  content: "";
  display: block;
  clear: both;
}

.gf-option-block-range .gf-block-content {
  overflow: visible;
}

.gf-selection-wrapper .gf-block-title h3:before {
  display: none;
}

.gf-offcanvas .js-floating-refinements .plp-title-filters {
  text-transform: uppercase;
  background: rgba(243, 243, 243, .6);
  padding: 0 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
}

@media only screen and (max-width : 767px) {
  .gf-selection-wrapper {
    margin: 0;
    clear: both;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
  }

  span.gf-close-canvas {
    display: block;
  }

  #gf-tree, #gf-tree .gf-tree-overlay {
    top: 0;
    left: -350px;
    bottom: 0;
    width: 350px !important;
    position: fixed;
    overflow: auto;
    height: 100%;
    z-index: 9;
    transition: left 0.25s ease;
  }

  #gf-tree {
    padding: 30px;
    background: #fff;
    z-index: 99999999999;
    transition: left 0.25s ease;
    -webkit-overflow-scrolling: touch;
  }

  .offcanvas-open #gf-tree, .offcanvas-open #gf-tree .gf-tree-overlay {
    left: 0;
  }

  .is-desktop {
    display: none !important
  }

  #quick-view-modal .modal-content .product .summary {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #quick-view-modal .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  a.js-toggle-panel.baseline-none {
    background: #000;
  }

  .js-panel, .js-searchrefinements {
    transition: .3s;
    max-height: 0;
    overflow: hidden;
  }

  .is-expanded>.js-panel {
    max-height: 300px;
    visibility: visible;
    transition: max-height 0.3s linear;
  }

  .is-expanded>.js-searchrefinements {
    max-height: 1000px;
    visibility: visible;
    transition: max-height 0.5s linear;
  }

  .gf-left .js-toggle-panel, .gf-top_one .js-toggle-panel {
    margin: 0;
    background: #B1B0B0;
    padding: 10px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
    display: block;
    cursor: pointer;
  }

  .gf-left .js-panel-wrapper, .gf-top_one .js-panel-wrapper {
    margin-top: 5px;
  }
}

@media only screen and (max-width : 991px) {
  #quick-view-modal .modal-content .product .product-gallery {
    max-width: 600px;
    margin: 0 auto;
  }

  #quick-view-modal .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.gf-top-one .gf-option-box {
  padding: 0 5px;
}

@media only screen and (min-width : 992px) {
  #quick-view-modal .modal-content .product .product-gallery {
    min-height: 550px;
    width: 100%;
  }

  /* #quick-view-modal .modal-content .product .product-summary {
    overflow: auto;
  } */
}

.product-thumbnail .loop-thumbnail span.sold-out {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  font-size: 12px;
  text-transform: uppercase;
  background: #5a5a5a;
  color: #fff;
  padding: 5px;
}

.product-thumbnail .loop-thumbnail span.sale {
  background: #ff2d00;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
}

#gf-products .thumbnail:hover .quick_shop {
  display: inline;
}

#gf-mobile-refine-toggle i {
  width: 14px;
  height: 14px;
  text-align: center;
}

@media only screen and (max-width : 767px) {
  .spf-loading #gf-tree .gf-tree-overlay:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
    z-index: 2;
  }

  #gf-tree svg.lds-spinner {
    display: none;
  }

  .spf-loading #gf-tree svg.lds-spinner {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .gf-top_one .gf-option-block .gf-block-title h3 {
    text-align: left;
  }
  .gf-top_one .gf-option-block .gf-block-title h3:after {
    float: left;
    margin: 3px 8px 0 0;
  }
  .gf-top_one .gf-option-block .gf-block-title h3 span {
    float: none;
  }

  .gf-refine-toggle-mobile {
    background: #A6B4D3;
    color: #fff !important;
    width: 100%;
    margin-bottom: 5px;
  }

  .gf-refine-toggle-mobile span, .gf-refine-toggle-mobile a {
    color: #fff !important;
  }

  .gf-block-content {
    display: block;
  }

  .gf-filter-contents {
    overflow: hidden;
    clear: both;
  }

  .is-collapsed .gf-filter-contents,
  .is-collapsed .gf-block-content {
    display: none;
  }

  .gf-block-content {
    max-height: none;
    margin-top: 0;
    padding: 10px 0 10px;
  }

  #gf-wrapper ul.menu-active-refinements {
    display: none;
  }

  .gf-left #gf-tree+#gf-grid {
    width: 100%;
    float: none;
    clear: both;
  }

  .gf-left .gf-scroll-wrap {
    padding: 15px;
  }
}

/*gf-wrapper-boundless*/
.gf-wrapper-boundless .gf-left #gf-tree {
  padding-left: 15px
}

.gf-wrapper-boundless .gf-top_one #gf-tree {
  padding: 0 20px 20px;
}

.gf-wrapper-boundless #gf-layout {
  margin-top: 20px
}

.spf-has-filter .filters-toolbar,
.spf-has-filter #shopify-section-collection-filters,
.spf-has-filter #CollectionSection .section-header__link--right,
.spf-has-filter .collection-template-section .section-header--right,
.spf-has-filter .collection-template .collection-dropdowns,
.spf-has-filter .category-products .toolbar,
.spf-has-filter #Collection .filter-menu,
.spf-has-filter div.container div.breadcrumb div.section_select,
.spf-has-filter .js-collection-sort,
.spf-has-filter .collection-sorting {
  display: none;
  visibility: hidden;
}

.grid-product__image-mask .image-wrap {
  position: relative;
}

.grid-product__image-mask .image-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
}

#gf-products .product_image:hover .quick_shop {
  display: inline-block;
}

.no-padding {
  padding: 0 !important;
}

.spf-image-ratio>img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.productgrid--item:hover .productitem {
  position: absolute;
}

.image__container:hover .quick_shop {
  display: inline;
}

.productgrid--item:hover .productitem .productitem--actions {
  opacity: 1;
  visibility: visible;
  position: static;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.pretty-select select.sortby-select {
  width: 100%;
}

.spf-has-filter body.templateCollection #sidebar .mfilter-box.box {
  display: none;
}

@media only screen and (min-width: 1200px) {

  .gf-left #shopify-section-collection-template .sixteen.columns #gf-tree {
    width: 300px;
  }

  .gf-left #shopify-section-collection-template .sixteen.columns #gf-grid {
    max-width: 880px;
  }
}

@media only screen and (min-width: 768px) {
  .spf-has-filter #gf-products .large-3:nth-child(4n+1) {
    clear: left;
  }

  .spf-has-filter #gf-products .large-6:nth-child(2n+1) {
    clear: left;
  }

  .spf-has-filter #gf-products .large-4:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .spf-has-filter #gf-products .desktop-4:nth-child(3n+1) {
    clear: left;
  }

  .spf-has-filter #gf-products .desktop-3:nth-child(4n+1) {
    clear: left;
  }

  .spf-has-filter #gf-products .desktop-6:nth-child(2n+1) {
    clear: left;
  }
}

#gf-grid .site-box-container {
  z-index: 1
}

#gf-grid .box--product-image img {
  opacity: 1
}

@media only screen and (min-width: 768px) {
  #gf-tree .lds-spinner {
    display: none !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
  .spf-has-filter #gf-products .tablet-2:nth-child(3n+1),
  .spf-has-filter #gf-products .tablet-half:nth-child(2n+1),
  .spf-has-filter #gf-products .tablet-2:nth-child(3n+1),
  .spf-has-filter #gf-products .tablet-3:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 639px) {
  .spf-has-filter #gf-products .collection-grid-item:nth-child(2n+1), .spf-has-filter #gf-products .search-results-product:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .spf-has-filter #gf-products .collection-grid-item:nth-child(3n+1), .spf-has-filter #gf-products .search-results-product:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 960px) {
  #gf-products .collection-grid-item:nth-child(4n+1), #gf-products .search-results-product:nth-child(4n+1) {
    clear: both;
  }
}

@media screen and (max-width: 740px) {
  #gf-products .mobile-half:nth-child(2n+1) {
    clear: left;
  }
}

.spf-has-filter body.templateCollection #gf-products {
  overflow: hidden;
}

.spf-has-filter body.templateCollection .center-column .product-grid #gf-products:after {
  left: 15px;
  bottom: 0;
  right: 15px;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  content: '';
  display: block;
}

.spf-has-filter body.templateCollection .center-column .product-grid #gf-products:before {
  left: 15px;
  top: 0;
  right: 15px;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  content: '';
  display: block;
}

.spf-has-filter body.templateCollection .center-column .product-grid #gf-products .spf-product-card {
  padding-bottom: 0;
  margin-bottom: 0;
}

.spf-has-filter body.templateCollection #gf-grid {
  margin-top: 15px;
}

.spf-has-filter body.templateCollection .shop__view[data-view="list"],
.spf-has-filter body.templateCollection .pagination-results,
.spf-has-filter .center-column .product-filter .list-options,
.spf-has-filter .center-column .product-grid:after,
.spf-has-filter .center-column .product-grid:before {
  display: none;
}

.spf-has-filter .product-item-inside-hover .spf-product__form-btn-addtocart {
  margin-top: 15px;
}

.spf-has-filter .spf-product-card__template-3 .spf-product__swatchs {
  justify-content: center;
}

.soldout .footer-button form {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  #gf-products .large--one-third:nth-child(3n+1) {
    clear: both !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 591px) {
  #gf-products .medium--one-half:nth-child(2n+1) {
    clear: both !important;
  }
}

.gf-loadding {
  display: block;
  width: 30px;
  margin: 0 auto;
  animation: loading .5s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(1turn)
  }
}

.ui-menu.ui-widget-content.ui-autocomplete {
  border: none;
  background: #fff;
  z-index: 9999999999;
  color: #333;
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
}

.ui-menu.ui-widget-content.ui-autocomplete>li>.gf-search-header {
  display: block;
  background: #ccc;
  font-weight: 600;
  color: #3d4246;
}

.ui-menu .ui-menu {
  display: block !important;
  clear: both;
  position: static !important;
  font-size: 0.9em;
  padding: 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin-top: 0;
}

.ui-menu .ui-menu-item-wrapper.count {
  float: right;
  padding: 3px 0;
}

.ui-menu .ui-menu-item-wrapper {
  margin: 0 !important;
  padding: 2px 10px !important;
  display: flex;
  color: #3d4246;
}

.ui-menu .gf-search-products .ui-menu-item-wrapper {
  padding: 5px 10px !important;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
}

.gf-search-left {
  width: 100%;
  margin-right: 10px;
  max-width: 40px;
  position: relative;
}

.ui-menu .ui-menu-item {
  clear: both;
}

.gf-search-item-product>a {
  display: flex;
  padding: 3px 0 !important;
  position: relative !important;
}

.gf-search-right {
  width: 100%;
}

.gf-search-item-product-vendor {
  opacity: 0.8;
  font-size: 0.9em;
}

input.gf-search {
  margin-bottom: 10px;
  height: 27px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  background: none;
  box-shadow: none;
  padding: 3px 5px;
  width: 100%;
}

.gf-search-left img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ui-menu .gf-search-viewall a.ui-menu-item-wrapper {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 5px 0 !important;
  display: block;
  font-weight: 600;
}

#gf_pagination_wrap button.gf-loadmore-btn {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  width: auto;
  line-height: 1.42;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #1c1d1d;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 0.8125em;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

#gf_pagination_wrap button.gf-loadmore-btn:hover {
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #3a3c3c;
  color: #fff;
}

a, button, [role="button"], input, label, select, textarea {
  touch-action: auto;
}

.spf-product-card {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.spf-product-card__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

img.spf-product-card__image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

img.spf-product-card__image.spf-product-card__image-secondary {
  opacity: 0;
}

span.spf-product__swatch-text {
  width: 100%;
  height: 100%;
  line-height: 24px;
  min-width: 24px;
  padding: 0 7px;
  display: block;
  min-height: 23px;
  text-align: center;
  font-size: 0.85em;
}

a.spf-product-card__image-wrapper {
  position: relative;
  display: block;
  background: #fff;
}

.spf-product-card__inner:hover .hover-effect .spf-product-card__image-main {
  opacity: 0;
}

.spf-product-card__inner:hover .hover-effect .spf-product-card__image-secondary {
  opacity: 1;
}

.spf-product__form {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0
}

button.spf-product__form-btn-addtocart:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

span.spf-product-card__oldprice {
  text-decoration: line-through;
  margin-right: 5px
}

.spf-product__swatchs {
  margin: 5px -3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-items: center;
  justify-content: center; */
}

.spf-product__swatchs+.spf-product__swatchs {
  margin-top: 0;
}

span.spf-product__swatch {
  margin: 3px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
}

.spf-product__swatchs.round span.spf-product__swatch-inner {
  overflow: hidden;
  display: block;
  border: 1px solid #fff;
  position: relative;
}

.spf-product__swatchs.round span.spf-product__swatch-inner, .spf-product__swatchs.round span.spf-product__swatch {
  border-radius: 24px;
}

span.spf-product__swatch.is-selected {
  border-color: #000;
}

span.spf-product__swatch-image {
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

span.spf-product__swatch-color {
  width: 24px;
  height: 24px;
  display: block;
}

span.spf-product__swatch-color+span.spf-product__swatch-color {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: 0;
  z-index: 2;
}

span.spf-product__label {
  position: absolute;
  left: 5px;
  padding: 3px 10px;
  z-index: 9;
  top: 5px;
}

span.spf-product__label.spf-product__label-sale {
  background: #d21625;
  color: #fff;
}

span.spf-product__label.spf-product__label-soldout {
  background: #989898;
  color: #fff;
}

button.spf-product__form-btn-addtocart {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  border: none;
  outline: 0;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background-color: #b59677;
  font-size: 18px;
  display: block;
  width: 100%;
}

.spf-product-card.spf-product-card__template-3 {
  overflow: hidden;
}

.spf-product-card.spf-product-card__template-3 .spf-product__form {
  margin-top: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart {
  line-height: 40px;
  height: 40px;
  padding: 0 5px;
  margin: 0;
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart:hover {
  opacity: 0.8;
}

button.spf-product__form-btn-addtocart i.fa.fa-shopping-bag {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.spf-product__info {
  padding-top: 15px;
}

.product-rating {
  color: #fdbc00;
  font-size: 12px;
}

select.spf-product__variants {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.spf-product-card__images-navigation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.spf-product-card__images-navigation .image-navigation {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: block;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.spf-product-card__images-navigation .image-navigation:hover {
  background: #141414;
  color: #fff;
}

.spf-product-card__images-navigation .image-navigation.prev {
  margin-right: 3px;
}

.spf-product-card__images-navigation .image-navigation.next i {
  display: block;
  line-height: 35px;
  margin-left: 4px;
}

.spf-product-card__images-navigation .image-navigation.prev i {
  display: block;
  line-height: 33px;
}

.spf-product-card__image-hidden, .spf-product-card span.spr-badge-caption {
  display: none !important;
}

.theme-store-id-775.spf-has-filter #gf-products .product-card {
  height: 100%;
}

.theme-store-id-782 div#gf-products.collection-list {
  height: auto;
}

.jumpstart-selector .arrow {
  max-height: 100%;
}

.theme-store-id-735 .collection #gf-products.products-grid .product {
  font-size: 16px;
}

.theme-store-id-450.spf-has-filter .collection-sorter,
.theme-store-id-450.spf-has-filter .filter-group {
  display: none !important;
}

@media only screen and (min-width: 591px) {
  .theme-store-id-730 .grid-collage .large--one-quarter .grid-product__image-link {
    height: 175px;
  }
}

@media only screen and (max-width: 769px) {
  .spf-product-card__template-1 .spf-product__form-btn-addtocart {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .spf-product-card__template-1 .spf-product__form-btn-addtocart {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0);
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
  }
  .spf-product-card.spf-product-card__template-1:hover button.spf-product__form-btn-addtocart {
    -webkit-transform: translateY(-75%) translateZ(0);
    transform: translateY(-75%) translateZ(0);
  }
}

.spf-product-card .product-rating span {
  float: none;
}

@media only screen and (max-width: 480px) {
  #gf-tree, #gf-tree .gf-tree-overlay, .gf-offcanvas #gf-tree, .gf-offcanvas #gf-tree .gf-tree-overlay {
    width: 80% !important;
    left: -80%;
  }

  #gf-tree {
    padding: 40px 15px 20px !important;
  }

  span.gf-close-canvas {
    top: 5px;
    right: 5px;
  }
}

select.sort-by-toggle::-ms-expand, select.sortby-select::-ms-expand {
  display: none;
}

.spf-product-card {
  background: #FFFFFF;
}

a.spf-product-card__image-wrapper {
  padding-top: 100%;
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart {
  color: #13194B !important;
  background: #fff !important;
  border: 1px solid #13194B;
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart:hover {
  color: #FFFFFF !important;
  background: #13194B !important;
}

span.spf-product__label.spf-product__label-soldout {
  color: #ffffff;
  background: #989898;
}

span.spf-product-card__saleprice {
  color: #141414;
}

#gfqv-btn-wrap {
  float: none;
}

#gfqv-btn {
  background-color: #13194B !important;
  border: none !important;
}

#gfqv-select {
  max-width: 200px;
}
