@charset "UTF-8";
/*
    Estilo inicial de viejo template

*/
/* Carousel styles*/
.slim-slider-wrapper {
  overflow: hidden;
}

.slim-slider {
  position: relative;
}

.is-animating {
  transition: transform 400ms;
}

.slim-slide {
  min-width: 100%;
  overflow: hidden;
}

.slim-slides {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
}

.carousel-pagination {
  display: flex;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 100000;
}

.carousel-pagination-pointer {
  height: 5px;
  width: 5px;
  border: 1px solid #bbb;
  border-radius: 100%;
  margin-right: 6px;
}

.carousel-pagination-pointer.active {
  background: #bbb;
}

.thumbs {
  display: flex;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 100000;
}

.thumb {
  height: 70px;
  width: 70px;
  border: 1px solid #bbb;
  margin-right: 10px;
  overflow: hidden;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.thumb .thumb-image {
  max-width: 100%;
}

.thumb.active {
  background: #bbb;
  border-color: #bbb;
  opacity: 1;
}

.carousel-buttons {
  display: flex;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 100000;
}

.carousel-arrow {
  font-size: 22px;
  position: absolute;
}

.next:before {
  content: "⇢";
}

.prev:before {
  content: "⇠";
}

.next {
  right: 10px;
}

.prev {
  left: 10px;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

a:active, a:hover {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  width: auto\9 ;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .google-maps img {
  max-width: none;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button, input {
  line-height: normal;
}

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

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox], label, select {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }

  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.img-polaroid, body {
  background-color: #fff;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

a {
  color: #08c;
  text-decoration: none;
}

a:focus, a:hover {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
}

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

.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container-fluid:after, .container:after, .row-fluid:after {
  clear: both;
}

.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.row-fluid, .row-fluid .span12 {
  width: 100%;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

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

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.row-fluid .span11 {
  width: 91.4893617021%;
}

.row-fluid .span10 {
  width: 82.9787234043%;
}

.row-fluid .span9 {
  width: 74.4680851064%;
}

.row-fluid .span8 {
  width: 65.9574468085%;
}

.row-fluid .span7 {
  width: 57.4468085106%;
}

.row-fluid .span6 {
  width: 48.9361702128%;
}

.row-fluid .span5 {
  width: 40.4255319149%;
}

.row-fluid .span4 {
  width: 31.914893617%;
}

.row-fluid .span3 {
  width: 23.4042553191%;
}

.row-fluid .span2 {
  width: 14.8936170213%;
}

.row-fluid .span1 {
  width: 6.3829787234%;
}

.row-fluid .offset12 {
  margin-left: 104.2553191489%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
}

.row-fluid .offset11 {
  margin-left: 95.7446808511%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
}

.row-fluid .offset10 {
  margin-left: 87.2340425532%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
}

.row-fluid .offset9 {
  margin-left: 78.7234042553%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
}

.row-fluid .offset7 {
  margin-left: 61.7021276596%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
}

.row-fluid .offset6 {
  margin-left: 53.1914893617%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
}

.row-fluid .offset5 {
  margin-left: 44.6808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
}

.row-fluid .offset4 {
  margin-left: 36.170212766%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
}

.row-fluid .offset3 {
  margin-left: 27.6595744681%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
}

.row-fluid .offset2 {
  margin-left: 19.1489361702%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
}

.row-fluid .offset1 {
  margin-left: 10.6382978723%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
}

.row-fluid [class*=span].hide, [class*=span].hide {
  display: none;
}

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

.row-fluid [class*=span].pull-right, [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.pull-left {
  float: left;
}

.close, .pull-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

p {
  margin: 0 0 10px;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

h1, h2, h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h1 small, h3 {
  font-size: 24.5px;
}

h2 small, h4 {
  font-size: 17.5px;
}

h3 small, h4 small, h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

ol, ul {
  padding: 0;
  margin: 0 0 10px 25px;
}

ol.inline, ol.unstyled, ul.inline, ul.unstyled {
  margin-left: 0;
  list-style: none;
}

.uneditable-input, input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.btn {
  padding: 4px 12px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}

.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.active, .btn:active {
  background-color: #ccc\9 ;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
}

.btn-primary.active, .btn-primary:active {
  background-color: #039 \9 ;
}

.btn, .btn-group, .btn-group-vertical {
  display: inline-block;
}

form {
  margin: 0 0 20px;
}

button, input, label, select, textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

label {
  margin-bottom: 5px;
}

.uneditable-input, input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], select, textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.hidden-desktop, .visible-phone, .visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .controls-row [class*=span] + [class*=span], .dl-horizontal dd, .row, .row-fluid [class*=offset]:first-child, .thumbnails, .thumbnails > li {
    margin-left: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .thumbnails > li {
    float: none;
  }

  .row-fluid [class*=span], .uneditable-input[class*=span], [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid .span12, .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-large, .input-xlarge, .input-xxlarge, .uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-append input, .input-append input[class*=span], .input-prepend input, .input-prepend input[class*=span] {
    display: inline-block;
    width: auto;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }

  .modal.fade {
    top: -100px;
  }

  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .form-horizontal .controls, .media-object {
    margin-left: 0;
  }

  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  input[type=checkbox], input[type=radio] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .form-horizontal .control-list {
    padding-top: 0;
  }

  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media .pull-left, .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .media-object {
    margin-right: 0;
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid:after, .row-fluid:before, .row:after, .row:before {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after, .row:after {
    clear: both;
  }

  .row {
    margin-left: -20px;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 724px;
  }

  .span11 {
    width: 662px;
  }

  .span10 {
    width: 600px;
  }

  .span9 {
    width: 538px;
  }

  .span8 {
    width: 476px;
  }

  .span7 {
    width: 414px;
  }

  .span6 {
    width: 352px;
  }

  .span5 {
    width: 290px;
  }

  .span4 {
    width: 228px;
  }

  .span3 {
    width: 166px;
  }

  .span2 {
    width: 104px;
  }

  .span1 {
    width: 42px;
  }

  .row-fluid, .row-fluid .span12 {
    width: 100%;
  }

  .offset12 {
    margin-left: 764px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }

  .row-fluid .span11 {
    width: 91.4364640884%;
  }

  .row-fluid .span10 {
    width: 82.8729281768%;
  }

  .row-fluid .span9 {
    width: 74.3093922652%;
  }

  .row-fluid .span8 {
    width: 65.7458563536%;
  }

  .row-fluid .span7 {
    width: 57.182320442%;
  }

  .row-fluid .span6 {
    width: 48.6187845304%;
  }

  .row-fluid .span5 {
    width: 40.0552486188%;
  }

  .row-fluid .span4 {
    width: 31.4917127072%;
  }

  .row-fluid .span3 {
    width: 22.9281767956%;
  }

  .row-fluid .span2 {
    width: 14.364640884%;
  }

  .row-fluid .span1 {
    width: 5.8011049724%;
  }

  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
  }

  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
  }

  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
  }

  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
  }

  .row-fluid .offset8 {
    margin-left: 71.270718232%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
  }

  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
  }

  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
  }

  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
  }

  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
  }

  .row-fluid .offset3 {
    margin-left: 28.453038674%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
  }

  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
  }

  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
  }

  .uneditable-input, input, textarea {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }

  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 710px;
  }

  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 648px;
  }

  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 586px;
  }

  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 524px;
  }

  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 462px;
  }

  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 400px;
  }

  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 338px;
  }

  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 276px;
  }

  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 214px;
  }

  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 152px;
  }

  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 90px;
  }

  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row-fluid:after, .row-fluid:before, .row:after, .row:before {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after, .row:after {
    clear: both;
  }

  .row {
    margin-left: -30px;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 1170px;
  }

  .span11 {
    width: 1070px;
  }

  .span10 {
    width: 970px;
  }

  .span9 {
    width: 870px;
  }

  .span8 {
    width: 770px;
  }

  .span7 {
    width: 670px;
  }

  .span6 {
    width: 570px;
  }

  .span5 {
    width: 470px;
  }

  .span4 {
    width: 370px;
  }

  .span3 {
    width: 270px;
  }

  .span2 {
    width: 170px;
  }

  .span1 {
    width: 70px;
  }

  .row-fluid, .row-fluid .span12 {
    width: 100%;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.5641025641%;
  }

  .row-fluid .span11 {
    width: 91.452991453%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.811965812%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.7179487179%;
  }

  .row-fluid .span5 {
    width: 40.1709401709%;
  }

  .row-fluid .span4 {
    width: 31.6239316239%;
  }

  .row-fluid .span3 {
    width: 23.0769230769%;
  }

  .row-fluid .span2 {
    width: 14.5299145299%;
  }

  .row-fluid .span1 {
    width: 5.9829059829%;
  }

  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
  }

  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
  }

  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
  }

  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
  }

  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
  }

  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
  }

  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
  }

  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
  }

  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
  }

  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
  }

  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
  }

  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
  }

  .uneditable-input, input, textarea {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
  }

  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 1156px;
  }

  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 1056px;
  }

  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 956px;
  }

  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 856px;
  }

  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 756px;
  }

  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 656px;
  }

  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 556px;
  }

  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 456px;
  }

  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 356px;
  }

  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 256px;
  }

  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 156px;
  }

  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 56px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-bottom, .navbar-fixed-top {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  .navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  .nav-collapse .dropdown-menu li + li a, .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .nav-collapse .btn {
    padding: 4px 10px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .dropdown-menu a, .navbar-inverse .nav-collapse .nav > li > a {
    color: #999;
  }

  .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu .divider, .nav-collapse .dropdown-menu:after, .nav-collapse .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after, .nav-collapse .nav > li > .dropdown-menu:before {
    display: none;
  }

  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
}

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

b, strong {
  font-weight: 700;
}

address, em, i {
  font-style: italic;
}

.hidden {
  display: none;
}

.oh {
  overflow: hidden;
}

.st {
  margin-top: 10px;
}

.sl {
  margin-left: 10px;
}

.sr {
  margin-right: 10px;
}

.sb {
  margin-bottom: 10px;
}

.ssb {
  margin-bottom: 20px;
}

.sst {
  margin-top: 20px;
}

.ssl {
  margin-left: 20px;
}

.ssr {
  margin-right: 20px;
}

.ssst {
  margin-top: 40px;
}

.nst {
  margin-top: 0;
}

.nsb {
  margin-bottom: 0;
}

.nsl {
  margin-left: 0;
}

.nsr {
  margin-right: 0;
}

.l {
  text-align: left;
}

.r {
  text-align: right;
}

body {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Hidden general content until rest of styling loads */
.visible-when-content-ready {
  visibility: hidden !important;
}

.display-when-content-ready {
  display: none !important;
}

.rotate {
  -webkit-animation: rotate 2s infinite linear;
  -moz-transform: rotate 2s infinite linear;
  -ms-transform: rotate 2s infinite linear;
  -o-transform: rotate 2s infinite linear;
  transform: rotate 2s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.placeholder-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -moz-animation: placeholder-shine 1.5s infinite;
  -webkit-animation: placeholder-shine 1.5s infinite;
  animation: placeholder-shine 1.5s infinite;
}

@keyframes placeholder-shine {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.transition-up {
  opacity: 0;
}

.page-loading-icon {
  height: 40px;
  width: 40px;
  margin: 40px auto;
}

.mobile-placeholder,
.page-loading-icon-container {
  display: none;
  width: 100%;
}

.blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s;
}

.fade-in.lazyloaded {
  opacity: 1;
}

.grey-out {
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -moz-filter: blur(3px) grayscale(100%);
  -ms-filter: blur(3px) grayscale(100%);
  -o-filter: blur(3px) grayscale(100%);
  transition: all 0.5s;
  /* Avoid strange image behaviour on filters in IOS */
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.grey-out.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0) grayscale(0);
  filter: blur(0) grayscale(0);
  -moz-filter: blur(0) grayscale(0);
  -ms-filter: blur(0) grayscale(0);
  -o-filter: blur(0) grayscale(0);
}

.lazyloaded + .placeholder-shine {
  display: none;
}

.spinner-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 40px;
}

.spinner-ellipsis .point {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 11px;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.spinner-ellipsis .point:nth-child(1) {
  left: 6px;
  animation: spinner-ellipsis1 0.6s infinite;
}

.spinner-ellipsis .point:nth-child(2) {
  left: 6px;
  animation: spinner-ellipsis2 0.6s infinite;
}

.spinner-ellipsis .point:nth-child(3) {
  left: 26px;
  animation: spinner-ellipsis2 0.6s infinite;
}

.spinner-ellipsis .point:nth-child(4) {
  left: 45px;
  animation: spinner-ellipsis3 0.6s infinite;
}

@keyframes spinner-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinner-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes spinner-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/* Used for images that have a placeholder before it loads. The image container should have a padding-bottom inline with the result of (image height/ image width) * 100 */
.img-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-indent: -9999px;
  z-index: 1;
}

.img-absolute-centered {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
}

.breadcrumbs {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.divider-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: -1px 5px 1px 7px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pills-container {
  margin: 10px 0;
  padding: 10px 0;
  line-height: 50px;
  -webkit-overflow-scrolling: touch;
}

.pills-container ul {
  list-style: none;
}

.pill {
  display: inline-block;
  margin-right: 5px;
}

.pill-link {
  padding: 10px 10px 8px 10px;
  font-size: 12px;
}

.slider-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.slider-wrapper .bx-wrapper {
  height: 0;
  visibility: hidden;
}

.slider {
  /* Fixes white flickering on Chrome */
  -webkit-perspective: 1000px;
}

.slider-slide {
  position: relative;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.slider-desktop-placeholder {
  height: 400px;
}

.banner-home {
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}

.banner-home img {
  width: 100%;
}

.banner {
  position: relative;
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

.textbanner {
  position: relative;
  margin: 20px 0;
  padding-top: 100%;
  overflow: hidden;
}

.textbanner.wide {
  padding-top: 20%;
}

.textbanner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.textbanner-image.overlay:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}

.textbanner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  padding: 30px 20px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.textbanner-title {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.textbanner.wide .textbanner-title {
  margin: 0;
  font-size: 72px;
  line-height: 1;
  font-weight: lighter;
  text-transform: uppercase;
}

.textbanner-paragraph {
  display: -webkit-box;
  margin-bottom: 20px;
  overflow: hidden;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.services {
  padding: 20px 0px;
  margin: 20px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-icon {
  width: 32px;
  height: 40px;
  margin: auto;
}

.section-advertising {
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.desktop-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav {
  margin: 15px 0;
  float: right;
  text-align: right;
}

.desktop-nav-list {
  display: none;
}

.desktop-nav-item {
  position: relative;
  display: inline-block;
}

.desktop-nav-link {
  display: block;
  position: relative;
  padding: 5px 5px 5px 0;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav-search-row,
.mobile-nav-second-row,
.pushy {
  display: none;
}

.mobile-nav-empty-cart {
  position: fixed;
  top: 110px;
  left: 5%;
  display: none;
  box-sizing: border-box;
  width: 90%;
}

.notification-floating {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.notification {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid;
}

.notification-floating .notification {
  margin: 10px;
}

.notification-close {
  padding: 0 5px;
}

input.desktop-search-input {
  height: 30px;
  padding-left: 25px;
  box-sizing: border-box;
}

.desktop-search-icon,
.desktop-search-submit {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 14px;
  cursor: pointer;
  background: none;
  border: 0;
}

.logo-container {
  margin: 5px 0;
  text-align: left;
}

.logo-container h1 {
  line-height: inherit;
}

.logo-img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 80px;
}

.cart-summary,
.cart-summary-link {
  position: relative;
  display: block;
  height: 100px;
  text-align: center;
}

.cart-summary-icon {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -20px;
  width: 36px;
  height: 36px;
}

.cart-summary-items {
  position: absolute;
  top: 42px;
  min-width: 24px;
  height: 24px;
  border-radius: 30px;
  line-height: 24px;
}

.cart-summary-total {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

input.input-newsletter {
  width: 38%;
}

.product-grid {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.sort-by-container {
  float: right;
  width: 200px;
  margin: 0 30px;
}

.item {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  text-transform: uppercase;
  margin: 10px 20px 10px;
}

.item-slide {
  margin: 0 10px;
  text-align: center;
}

.item-slide .item {
  max-width: 100%;
  margin: 0 auto;
}

.item-image-container {
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.item-image {
  height: 100%;
  width: auto;
  max-height: 300px;
}

.item-info-container {
  float: left;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.item-name {
  display: block;
  padding: 5px;
  line-height: 16px;
  font-weight: normal;
  word-break: break-word;
}

.item-price-container {
  margin: 5px 0;
}

.item-price-compare {
  text-decoration: line-through;
  padding: 0 5px 0 0;
}

.item-installments {
  font-size: 12px;
}

.item-label {
  position: absolute;
  top: 0;
  max-width: 50%;
  padding: 1px 10px;
  text-transform: uppercase;
  z-index: 2;
}

.item-label-offer {
  right: 0;
}

.item-label-small {
  margin-bottom: 3px;
  padding: 5px 4px;
  font-size: 9px;
  line-height: 100%;
}

.item-label-shipping {
  left: 0;
}

.item-label-no-stock {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  box-sizing: border-box;
}

.item-quickshop-link {
  bottom: -40px;
  opacity: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 12px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.products-slider {
  position: relative;
  padding: 0 45px;
}

.products-slider-text {
  position: absolute;
  width: 31.6239316239%;
  height: 100%;
}

.products-slider-text-inside {
  position: absolute;
  top: 32%;
  left: 0;
  z-index: 9;
  width: 100%;
  transform: translate(0%, -50%);
}

.mobile-zoom-panel {
  display: none;
}

.product-single-image {
  height: 0;
}

.product-single-image img {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.product-slide {
  max-height: 700px;
}

.product-slider-image {
  height: 100%;
  width: auto;
  max-height: 700px;
}

.product-slider {
  visibility: hidden;
  height: 0;
}

.product-slider-container .bx-controls {
  display: none;
}

.product-slider-container .bx-viewport {
  max-height: none !important;
}

.product-label-offer {
  text-transform: uppercase;
  padding: 2px 4px;
}

.product-label-shipping {
  margin-bottom: 20px;
  text-align: center;
}

.product-label-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: bottom;
}

.cloud-zoom-loading {
  display: none;
}

.product-single-image .cloud-zoom-wrap {
  width: 70%;
  max-height: 700px;
  margin: auto;
  overflow: hidden;
}

.product-name {
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 1px;
}

.price-compare {
  position: relative;
  margin-right: 5px;
  opacity: 0.3;
  text-decoration: line-through;
}

/*============================================================================
  #Cart detail
==============================================================================*/
.free-shipping-title {
  position: relative;
  width: 100%;
  height: 50px;
}

.free-shipping-title .h6 {
  letter-spacing: normal;
}

.shipping-calculator-head.with-zip {
  height: 65px;
}

.shipping-calculator-head.with-zip.with-free-shipping {
  height: 115px;
}

.shipping-calculator-head.with-form {
  height: 95px;
}

.shipping-calculator-head.with-error {
  height: 145px;
}

@media (max-width: 979px) {
  .desktop-nav-container {
    width: 57% !important;
    /*Override Bootstrap width*/
  }

  .desktop-cart-container {
    width: 14% !important;
    /*Override Bootstrap width*/
    float: right;
  }
}
@media (max-width: 767px) {
  .blur-up {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
  }

  .grey-out {
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
    -moz-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%);
    -o-filter: blur(2px) grayscale(100%);
  }

  .mobile-placeholder,
.page-loading-icon-container {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
  }

  .placeholder-figures-container {
    position: relative;
    width: 100%;
    padding: 20% 10%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .placeholder-left-col {
    width: 30%;
  }

  .placeholder-right-col {
    width: 60%;
    margin-left: 10%;
  }

  .placeholder-square {
    width: 100%;
  }

  .placeholder-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .placeholder-line {
    position: relative;
    overflow: hidden;
  }

  .placeholder-line:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .placeholder-line-medium {
    position: relative;
    height: 20px;
  }

  .placeholder-pager {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .placeholder-page {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .placeholder-circle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden;
  }

  .placeholder-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .product-placeholder-container {
    position: relative;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .slider-desktop-placeholder {
    display: none;
  }

  .notification-floating .notification {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .breadcrumbs {
    margin: 5px 0;
  }

  .textbanner.wide {
    padding-top: 40%;
  }

  .textbanner.wide .textbanner-title {
    font-size: 36px;
  }

  .services {
    margin: 0;
    padding: 0;
  }

  .mobile-services-container .bx-has-pager {
    visibility: hidden;
  }

  .mobile-services-container .bx-wrapper {
    margin: 0;
  }

  .mobile-services-container .bx-viewport {
    box-shadow: none;
    background: transparent;
  }

  .mobile-services-container .bx-wrapper .bx-pager {
    padding: 0;
    position: relative;
    bottom: 0;
  }

  .service-icon {
    width: 24px;
    height: 28px;
  }

  .main-content {
    padding-top: 95px;
  }

  .has_store_bar_thin .main-content {
    padding-top: 65px;
  }

  .move-down {
    top: 0;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .move-up {
    top: 0;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  .modal-xs-right.modal.fade,
.modal-xs-right-out {
    transition: all 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }

  .modal-xs-bottom.modal.fade,
.modal-xs-bottom-out {
    transition: all 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4000;
  }

  .mobile-nav-first-row {
    height: 50px;
  }

  .mobile-nav-first-row-icon {
    width: 22px;
    height: 22px;
    padding: 12px 10px;
  }

  .mobile-nav-title {
    float: left;
    width: 70%;
    margin-left: 5px;
    margin-top: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logo-container {
    margin: 0;
  }

  .logo-text a {
    display: block;
    margin-top: 20px;
    margin: 20px auto 10px auto;
    width: 100%;
    font-size: 24px;
    line-height: normal;
  }

  .logo-img {
    margin: 0;
    max-height: 60px;
    max-width: 60%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .mobile-logo-home .logo-img {
    max-height: 60px;
    max-width: 80%;
  }

  .mobile-nav-second-row {
    display: block;
  }

  .mobile-nav-tab {
    position: relative;
    width: 33.33333333%;
    float: left;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav-tab:focus,
.mobile-nav-tab:hover {
    text-decoration: none;
  }

  .mobile-nav-tab-half {
    width: 50%;
  }

  .mobile-nav-cart-amount {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-top: -3px;
    text-align: center;
    line-height: 24px;
    border-radius: 24px;
  }

  .products-slider-text {
    position: relative;
    width: 100%;
  }

  .products-slider-text-inside {
    position: relative;
    top: 0;
    transform: none;
  }

  .category-controls-sticky-detector {
    height: 1px;
  }

  .category-controls {
    position: sticky;
    z-index: 100;
  }

  .sort-by-container {
    margin: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .mobile-filters-btn {
    margin-top: 20px;
    padding: 7px 5px 5px 10px;
    box-sizing: border-box;
  }

  .product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 5px;
    box-sizing: border-box;
  }

  .item {
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
    padding: 5px;
    box-sizing: border-box;
  }

  .item-slide .item {
    width: 230px;
    margin: 0 auto 20px auto;
    display: block;
    float: none;
    padding: 0;
  }

  .item-info-container {
    padding: 0;
  }

  .item-slide .item-info-container {
    float: none;
  }

  .item-name {
    padding: 0;
    margin: 5px 5px 5px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: initial;
  }

  .product-slider-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }

  .product-slider-image,
.product-slide {
    max-height: 300px;
  }

  .product-slider-container .bx-controls {
    display: block;
  }

  .product-single-image .cloud-zoom-wrap {
    width: 100%;
    max-height: 300px;
  }

  .cloud-zoom-wrap .mousetrap {
    display: none;
  }

  .product-name {
    font-size: 24px;
    line-height: initial;
  }
}
.m-height-auto {
  min-height: auto !important;
}

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.border-none-md {
  border: 0;
}

.col-md-custom {
  float: left !important;
  margin-left: 0 !important;
}

.col-md-3-custom {
  width: 25% !important;
}

.col-md-4-custom {
  width: 33.3333333333% !important;
}

.col-md-6-custom {
  width: 50% !important;
}

.col-md-8-custom {
  width: 66.6666666667% !important;
}

.col-md-9-custom {
  width: 75% !important;
}

.col-centered {
  float: none !important;
  margin: 0 auto !important;
}

.overide-container-width {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.text-danger {
  color: red;
}

.input-error {
  border: 1px solid #cc4845 !important;
}

.border-box {
  box-sizing: border-box;
}

.d-table {
  display: table;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

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

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed;
}

.clear-both {
  clear: both !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.full-height {
  height: 100% !important;
}

.full-width-container {
  width: 100%;
  float: left;
  clear: both;
}

.full-width {
  width: 100% !important;
}

.width-auto {
  width: auto;
}

.height-reset {
  height: auto !important;
  min-height: initial !important;
}

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

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

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

.m-top-none {
  margin-top: 0 !important;
}

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

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

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

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

.m-right-none {
  margin-right: 0 !important;
}

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

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

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

.m-bottom-none {
  margin-bottom: 0 !important;
}

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

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

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

.m-left-none {
  margin-left: 0 !important;
}

.m-all {
  margin: 20px !important;
}

.m-all-half {
  margin: 10px !important;
}

.m-all-quarter {
  margin: 5px !important;
}

.m-auto {
  margin: auto !important;
}

.m-none {
  margin: 0 !important;
}

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

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

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

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

.p-top-none {
  padding-top: 0 !important;
}

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

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

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

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

.p-right-none {
  padding-right: 0 !important;
}

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

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

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

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

.p-bottom-none {
  padding-bottom: 0 !important;
}

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

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

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

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

.p-left-none {
  padding-left: 0 !important;
}

.p-all {
  padding: 20px !important;
}

.p-all-half {
  padding: 10px !important;
}

.p-all-quarter {
  padding: 5px !important;
}

.p-none {
  padding: 0 !important;
}

.text-left {
  text-align: left !important;
}

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

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

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  -ms-word-break: break-all !important;
  word-wrap: break-word !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
}

.line-height-initial {
  line-height: initial;
}

.list-style-disc {
  list-style: disc;
}

ul.list-style-none li {
  list-style: none !important;
}

.overflow-none {
  overflow: hidden !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

@media (max-width: 767px) {
  .m-height-auto-xs {
    min-height: auto !important;
  }

  .col-xs-custom {
    float: left !important;
    margin-left: 0 !important;
  }

  .col-xs-3-custom {
    width: 25% !important;
  }

  .col-xs-4-custom {
    width: 33.3333333333% !important;
  }

  .col-xs-6-custom {
    width: 50% !important;
  }

  .col-xs-8-custom {
    width: 66.6666666667% !important;
  }

  .col-xs-9-custom {
    width: 75% !important;
  }

  .overide-container-width {
    width: 100vw !important;
  }

  .clear-both-xs {
    clear: both !important;
  }

  .f-none-xs {
    float: none !important;
  }

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

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

  .d-inline-block-xs {
    display: inline-block !important;
  }

  .p-all-half-xs {
    padding: 10px !important;
  }

  .p-none-xs {
    padding: 0 !important;
  }

  .p-top-none-xs {
    padding-top: 0 !important;
  }

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

  .p-top-half-xs {
    padding-top: 10px !important;
  }

  .p-top-quarter-xs {
    padding-top: 5px !important;
  }

  .p-right-half-xs {
    padding-right: 10px !important;
  }

  .p-right-quarter-xs {
    padding-right: 5px !important;
  }

  .p-right-none-xs {
    padding-right: 0 !important;
  }

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

  .p-bottom-double-xs {
    padding-bottom: 40px !important;
  }

  .p-bottom-half-xs {
    padding-bottom: 10px !important;
  }

  .p-left-half-xs {
    padding-left: 10px !important;
  }

  .p-left-quarter-xs {
    padding-left: 5px !important;
  }

  .p-left-none-xs {
    padding-left: 0 !important;
  }

  .m-none-xs {
    margin: 0 !important;
  }

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

  .m-top-half-xs {
    margin-top: 10px !important;
  }

  .m-top-quarter-xs {
    margin-top: 5px !important;
  }

  .m-top-none-xs {
    margin-top: 0 !important;
  }

  .m-right-half-xs {
    margin-right: 10px !important;
  }

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

  .m-bottom-half-xs {
    margin-bottom: 10px !important;
  }

  .m-bottom-quarter-xs {
    margin-bottom: 5px !important;
  }

  .m-bottom-none-xs {
    margin-bottom: 0 !important;
  }

  .m-left-quarter-xs {
    margin-left: 5px !important;
  }

  .border-none-xs {
    border: 0 !important;
  }

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

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

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

  .border-top-none-xs {
    border-top: 0 !important;
  }

  .border-bottom-none-xs {
    border-bottom: 0 !important;
  }

  .full-width-xs {
    width: 100% !important;
  }

  .horizontal-container {
    overflow-x: scroll !important;
    width: 100%;
    margin: 0;
  }

  .horizontal-container::-webkit-scrollbar {
    width: 1px !important;
    height: 0 !important;
  }

  .horizontal-container::-webkit-scrollbar-track {
    background: 0 0 !important;
    border-radius: 10px !important;
  }

  .horizontal-container::-webkit-scrollbar-thumb {
    border-radius: 1px !important;
  }

  .horizontal-container-item {
    float: none !important;
    display: inline-block;
  }

  .horizontal-container ul, .horizontal-products-scroller {
    white-space: nowrap !important;
  }

  .wrap-list-xs {
    width: 50%;
    float: left;
    clear: none !important;
    padding: 4px;
    box-sizing: border-box;
  }
}
h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
  letter-spacing: 1px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #434343;
}

.title-container {
  margin: 10px 0 20px 0;
  color: #434343;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.title-container * {
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.title-container h1,
.title-container .h1,
.title-container h2,
.title-container .h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 5px;
  clear: both;
  color: #434343;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.welcome-message {
  background-color: #BF9B77;
  color: #ffffff;
}

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}

body,
.font-body {
  font-size: 14px;
}

.font-small {
  font-size: 12px;
}

.font-small-extra {
  font-size: 10px;
}

.fa-min {
  font-size: 8px;
}

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

.weight-strong {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.letter-spacing {
  letter-spacing: 1px;
}

/* Color */
.text-primary {
  color: #86E1C6;
}

.text-secondary {
  color: #BF9B77;
}

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  color: #434343;
}

.box-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.2);
}

.box-container-border-bottom {
  padding: 20px 0;
  border: 0;
  border-bottom: 4px solid rgba(67, 67, 67, 0.1);
}

.svg-icon-primary {
  fill: #86E1C6;
}

.svg-icon-secondary {
  fill: #BF9B77;
}

.svg-icon-text {
  fill: #434343;
}

.svg-icon-back {
  fill: #ffffff;
}

.social-icon {
  color: #BF9B77;
  fill: #BF9B77;
}

.placeholder-container {
  background-color: rgba(67, 67, 67, 0.1);
}

.placeholder-color {
  background-color: rgba(67, 67, 67, 0.07);
}

.placeholder-icon {
  fill: rgba(67, 67, 67, 0.07);
}

.placeholder-page {
  background: #BF9B77;
}

.placeholder-page:hover, .placeholder-page.active {
  background: #86E1C6;
  opacity: 0.8;
}

.placeholder-shine {
  background-color: rgba(67, 67, 67, 0.2);
}

.spinner-ellipsis .point {
  background-color: rgba(67, 67, 67, 0.2);
}

button {
  font-family: "Lato", sans-serif;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-shadow: none;
  background-image: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  text-align: center;
}

.btn:hover, .btn:focus, .btn.active {
  background-image: none;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

.btn[disabled], .btn[disabled]:hover {
  background-color: #DDD;
  border: 2px solid #DDD;
}

.btn-primary {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-primary svg {
  fill: #ffffff;
}

.btn-primary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #86E1C6;
  background: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-primary:hover svg {
  fill: #86E1C6;
}

.btn-primary:focus {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6 !important;
}

.btn-primary.btn-transition, .btn-primary.btn-transition[disabled], .btn-primary.btn-transition[disabled]:hover {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-secondary {
  background: #BF9B77;
  color: #ffffff;
  fill: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #BF9B77;
  background: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:hover svg {
  fill: #BF9B77;
}

.btn-secondary:focus {
  background: #BF9B77;
  color: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:focus .btn-secondary-icon {
  fill: #BF9B77;
}

.btn-default {
  background-color: transparent;
  border: 2px solid rgba(67, 67, 67, 0.4);
  color: rgba(67, 67, 67, 0.6);
  fill: rgba(67, 67, 67, 0.6);
}

.btn-default:hover {
  background-color: transparent;
  color: #434343;
  border: 2px solid #434343;
}

.btn-default-icon {
  width: 18px;
  height: 20px;
  fill: rgba(67, 67, 67, 0.6);
  float: right;
}

.btn-link {
  position: relative;
  color: #434343;
  fill: #434343;
  text-decoration: underline;
  font-style: italic;
}

.btn-link:hover {
  color: #434343;
  opacity: 0.8;
}

.btn-link:focus {
  color: #434343;
}

.btn-link.btn-link-line {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn-link.btn-link-line:before, .btn-link.btn-link-line:after {
  position: absolute;
  top: 52%;
  overflow: hidden;
  width: 45%;
  height: 1px;
  margin-left: 5%;
  content: " ";
  background-color: #434343;
}

.btn-link.btn-link-line:before {
  margin-left: -50%;
  margin-right: 5px;
  text-align: right;
}

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  color: rgba(67, 67, 67, 0.7);
  fill: rgba(67, 67, 67, 0.7);
  background-color: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.05);
  border-radius: 30px;
  font-size: 18px;
  line-height: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.btn-floating:hover, .btn-floating:focus {
  opacity: 0.8;
}

.btn-floating.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 15px;
  right: 15px;
}

.btn-small {
  padding: 8px 5px;
  font-size: 14px;
}

.btn-smallest {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.btn-whatsapp {
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.btn-whatsapp svg {
  width: 30px;
  height: 30px;
  padding: 5px 2px;
  fill: white;
  vertical-align: middle;
}

.btn-toggle {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
}

.btn-toggle svg {
  fill: #ffffff;
  background: rgba(67, 67, 67, 0.2);
}

a {
  color: #434343;
}

a:focus, a:hover {
  color: #434343;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.link-module + .link-module {
  border-top: 0;
}

.link-module {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.link-module-icon {
  fill: #434343;
}

.chip, .filter-remove {
  color: #434343;
  background-color: rgba(67, 67, 67, 0.1);
}

.chip:hover, .filter-remove:hover, .chip:focus, .filter-remove:focus {
  opacity: 0.6;
}

.chip-remove-icon {
  fill: #434343;
}

.modal,
.modal-right,
.modal-xs-dialog {
  background: #ffffff;
  color: #434343;
}

.modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.modal-footer {
  background: #ffffff;
  color: #434343;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none;
}

.badge {
  background: rgba(191, 155, 119, 0.2);
  color: #BF9B77;
}

.divider-dotted, .divider-solid {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.divider-solid {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.divider-bullet {
  background: #434343;
}

.divider-bullet-secondary {
  background: #BF9B77;
}

.divider-bullet-invert {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 2px;
}

select {
  border: 1px solid rgba(67, 67, 67, 0.6);
  font-family: "Lato", sans-serif;
}

select:focus {
  outline: none;
  box-shadow: none;
  border-color: #BF9B77;
}

input,
input.form-control,
textarea {
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  color: #434343;
}

input:focus,
input.form-control:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #BF9B77 !important;
}

textarea {
  border: 1px solid #BF9B77;
}

.form-group {
  clear: both;
  margin-bottom: 15px;
}

.form-group input.form-control {
  width: 100%;
  border: 1px solid rgba(191, 155, 119, 0.6);
}

.form-group input.form-control.form-control-xs {
  height: 36px;
}

.form-group .form-label {
  color: #BF9B77;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

input.form-control {
  height: 40px;
  padding: 7px;
  margin: 0;
}

input[disabled],
input[disabled]:hover {
  background: #86E1C6;
  border-color: #86E1C6;
  opacity: 0.6;
  cursor: initial;
  color: #ffffff;
}

.quantity-label {
  color: #BF9B77;
}

input.quantity-input {
  border: 1px solid rgba(191, 155, 119, 0.6);
}

.radio-button-container .radio-button-content {
  border: 2px solid rgba(67, 67, 67, 0.5);
  fill: #434343;
}

.radio-button-container .radio-button input[type=radio]:checked + .radio-button-content {
  color: #86E1C6;
  fill: #86E1C6;
  outline: 3px solid #86E1C6;
  outline-offset: -2px;
}

.radio-button-container .radio-button input[type=radio]:checked + .radio-button-content .unchecked {
  border: 2px solid #86E1C6;
}

.radio-button-container .radio-button input[type=radio]:checked .shipping-method-price {
  color: #86E1C6;
}

.alert-danger, .alert-error {
  color: black;
  fill: black;
  border-color: rgba(204, 72, 69, 0.1);
  background-color: rgba(204, 72, 69, 0.1);
}

.alert-warning {
  color: black;
  fill: black;
  border-color: rgba(192, 152, 83, 0.1);
  background-color: rgba(192, 152, 83, 0.1);
}

.alert-info {
  color: #434343;
  fill: #434343;
  border-color: rgba(67, 67, 67, 0.6);
  background-color: rgba(67, 67, 67, 0.02);
}

.alert-success {
  color: black;
  fill: black;
  border-color: rgba(60, 175, 101, 0.1);
  background-color: rgba(60, 175, 101, 0.1);
}

.alert-primary {
  border-color: rgba(134, 225, 198, 0.1);
  color: #86E1C6;
  fill: #86E1C6;
  background-color: rgba(134, 225, 198, 0.05);
}

.notification-primary {
  color: #434343;
  border: 1px solid rgba(67, 67, 67, 0.2);
  background-color: #ffffff;
}

::selection {
  background-color: #BF9B77;
  color: #ffffff;
}

.notification-secondary {
  background: #f7f7f7;
  text-transform: uppercase;
  color: rgba(67, 67, 67, 0.8);
  fill: rgba(67, 67, 67, 0.8);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.notification-secondary a {
  color: #BF9B77;
  font-weight: 400;
}

.label-primary {
  background-color: #86E1C6;
  text-shadow: none;
}

.nav-tabs-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.nav-tabs-links {
  border-bottom: 0;
}

.nav-tabs .tab.active .tab-link {
  color: #86E1C6;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #86E1C6;
}

.nav-tabs .tab-link {
  background-color: transparent;
}

.nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
  background-color: transparent !important;
}

.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #86E1C6;
}

.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(67, 67, 67, 0.3);
}

.nav-tabs .tab-check-icon {
  color: #86E1C6;
}

.nav-tabs .tab-check-icon .fa-inverse {
  color: #ffffff;
}

.panel {
  box-sizing: border-box;
  border: 1px solid rgba(191, 155, 119, 0.2);
  background-color: #ffffff;
}

.panel-heading {
  padding: 10px;
  border-bottom: 1px solid rgba(191, 155, 119, 0.2);
}

.panel-body {
  padding: 10px;
}

.panel-footer {
  padding: 10px;
  border-top: 1px solid rgba(191, 155, 119, 0.2);
}

.pills-container {
  background-color: rgba(67, 67, 67, 0.02);
}

.pills-container .pill-link {
  color: #ffffff;
  background: #BF9B77;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.pills-container .pill-link:hover, .pills-container .pill-link:focus {
  opacity: 0.6;
  color: #ffffff;
}

.breadcrumbs {
  font-family: "Roboto Condensed", sans-serif;
}

.breadcrumbs .active {
  color: #BF9B77;
}

.textbanner-text {
  color: white;
}

.textbanner-text .textbanner-title {
  font-family: "Roboto Condensed", sans-serif;
}

.textbanner-text.dark {
  color: black;
}

.textbanner-text.dark .textbanner-title {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
}

.textbanner-text.dark .textbanner-paragraph {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
}

.textbanner-image.light:after {
  background: white;
}

.services {
  color: #BF9B77;
}

.services .service-item-container:not(:first-child) .service-item {
  border-left: 1px solid rgba(191, 155, 119, 0.4);
}

.bx-viewport {
  height: auto !important;
  max-height: 500px !important;
}

.bx-pager {
  text-align: center;
  color: #434343;
  padding-top: 10px;
}

.bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #BF9B77;
  text-indent: -9999px;
  border-radius: 5px;
}

.bx-pager-item a:hover, .bx-pager-item a.active {
  background: #86E1C6;
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  outline: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  fill: rgba(255, 255, 255, 0.6);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
}

.products-slider .bx-wrapper .bx-controls-direction a {
  top: 40%;
  fill: rgba(67, 67, 67, 0.6);
}

.products-slider .bx-wrapper .bx-controls-direction a:hover {
  fill: #434343;
}

.products-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}

.products-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

.border-left {
  border-left: 1px solid rgba(67, 67, 67, 0.2);
}

.border-top {
  border-top: 1px solid rgba(67, 67, 67, 0.2) !important;
}

.border-right {
  border-right: 1px solid rgba(67, 67, 67, 0.2);
}

.border-right-contrast {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-bottom {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.user-content {
  color: rgba(67, 67, 67, 0.6);
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #86E1C6;
}

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(67, 67, 67, 0.03);
}

.instafeed-module .instafeed-item {
  display: inline-block;
}

.instafeed-module .instafeed-item .instafeed-img {
  position: relative;
  margin: 5px;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

.instafeed-module .instafeed-item .instafeed-info {
  float: left;
  width: 100%;
  font-size: 10px;
}

.instafeed-module .instafeed-item .instafeed-info .instafeed-info-item {
  display: inline-block;
  margin: 5px;
  color: #434343;
}

.fb-page-img-container {
  background: #ffffff;
}

.section-advertising {
  color: #ffffff;
  background-color: #5dd7b3;
}

.section-advertising a {
  color: #ffffff;
}

.logo-text {
  color: #86E1C6;
  font-family: "Source Sans Pro", sans-serif;
  line-height: initial;
}

.desktop-head-top {
  background-color: #BF9B77;
}

.desktop-head-top-link {
  color: #ffffff;
}

.desktop-head-top input.desktop-search-input {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}

.desktop-head-top input.desktop-search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.desktop-head-top .desktop-search-icon {
  fill: #ffffff;
}

.desktop-head {
  border-bottom: 1px solid rgba(67, 67, 67, 0.05);
}

.desktop-head .desktop-nav {
  background-color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}

.desktop-head .desktop-nav .desktop-nav-link:hover {
  color: #86E1C6;
}

.desktop-head .desktop-nav-item.selected > .desktop-nav-link {
  color: #86E1C6;
}

.desktop-head .desktop-nav-list {
  background-color: #ffffff;
  border: 1px solid rgba(191, 155, 119, 0.2);
}

.mobile-nav {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
}

.mobile-nav-first-row {
  background-color: #BF9B77;
  color: #ffffff;
}

.mobile-nav-first-row .mobile-nav-title {
  font-family: "Lato", sans-serif;
}

.mobile-nav-second-row {
  background-color: #ffffff;
}

.mobile-nav-tab.selected {
  border-bottom: 2px solid #BF9B77;
}

.mobile-nav-tab-text {
  color: #434343;
}

.mobile-nav-tab.selected .mobile-nav-tab-text {
  color: #BF9B77;
}

.mobile-nav-cart-amount {
  background-color: #86E1C6;
  color: #ffffff;
}

.mobile-nav input.mobile-search-input {
  background-color: #ffffff;
}

.mobile-nav-categories-container {
  background-color: #ffffff;
  box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.hamburger-panel svg {
  fill: white;
}

.hamburger-panel-link:hover {
  background: #ffffff;
  color: #86E1C6;
}

.hamburger-panel-arrow svg {
  background: rgba(131, 131, 131, 0.4);
  fill: white;
}

.hamburger-panel-arrow.selected svg {
  background: #86E1C6;
}

.hamburger-panel-first-row, .hamburger-panel-accordion {
  background: rgba(131, 131, 131, 0.4);
  color: white;
}

.search-suggest {
  background-color: #ffffff;
}

.search-suggest-link, .search-suggest-icon {
  color: rgba(67, 67, 67, 0.8);
}

.search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
  color: rgba(67, 67, 67, 0.6);
  background-color: #f7f7f7;
}

.search-suggest-price {
  color: #86E1C6;
  font-weight: bold;
}

.search-suggest-text {
  font-family: "Lato", sans-serif;
}

.search-suggest-all-link {
  background-color: #f7f7f7;
}

.cart-summary {
  background-color: #86E1C6;
}

.cart-summary:hover {
  opacity: 0.8;
}

.cart-summary-items {
  background-color: #ffffff;
  color: #86E1C6;
  border: 1px solid #86E1C6;
}

.cart-summary-total {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}

.filter-column {
  background-color: rgba(67, 67, 67, 0.03);
}

.checkbox-container .checkbox {
  color: #434343;
}

.checkbox-container .checkbox-color {
  border: 1px solid rgba(67, 67, 67, 0.1);
}

.checkbox-container .checkbox:hover input ~ .checkbox-icon,
.checkbox-container .checkbox input:checked ~ .checkbox-icon {
  border: 1px solid rgba(67, 67, 67, 0.6);
}

.checkbox-container .checkbox-icon {
  background: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.1);
}

.checkbox-container .checkbox-icon:after {
  border: solid #434343;
  border-width: 0 3px 3px 0;
}

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512" fill="%23434343"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>');
}

.filters-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.item-price {
  color: #86E1C6;
}

.item-price-compare {
  color: rgba(67, 67, 67, 0.6);
}

.item-quickshop-link {
  background: #86E1C6;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
}

.item-quickshop-link:hover {
  color: #ffffff;
}

.item-label {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}

.item-label-no-stock {
  color: rgba(67, 67, 67, 0.6);
  background: rgba(255, 255, 255, 0.9);
}

.item-label-shipping {
  border-right: 2px solid #ffffff;
  background: rgba(191, 155, 119, 0.9);
  color: #ffffff;
}

.item-label-offer {
  border-left: 2px solid #ffffff;
  background: rgba(134, 225, 198, 0.9);
  color: #ffffff;
}

.cloud-zoom-big {
  background-color: #ffffff;
}

.product-price {
  color: #86E1C6;
  font-weight: bold;
}

.product-label-offer {
  color: #86E1C6;
  border: 1px solid #86E1C6;
  background: #ffffff;
}

.product-label-shipping {
  color: #BF9B77;
}

.variant-label {
  color: rgba(191, 155, 119, 0.8);
}

.variant-select {
  border: 1px solid rgba(191, 155, 119, 0.6);
  font-family: "Roboto Condensed", sans-serif;
}

.btn-variant {
  border: 2px solid rgba(67, 67, 67, 0.2);
}

.btn-variant.selected {
  border: 2px solid #86E1C6;
}

.footer {
  background: rgba(191, 155, 119, 0.2);
}

.footer-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #BF9B77;
}

.footer a {
  color: #BF9B77;
}

.footer a:hover {
  opacity: 0.8;
}

.footer-contact {
  border-top: 1px solid #BF9B77;
  border-bottom: 1px solid #BF9B77;
}

.footer-contact li {
  border-color: #BF9B77;
  color: #BF9B77;
}

input.input-newsletter,
.footer-input {
  border: 1px solid rgba(191, 155, 119, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: #BF9B77;
}

.footer-legal {
  background: rgba(191, 155, 119, 0.8);
  color: #ffffff;
}

.link-social {
  background-color: rgba(191, 155, 119, 0.1);
}

.link-social .link-social-icon {
  color: #BF9B77;
}

.powered-by-logo svg {
  fill: #ffffff;
}

.cart-table-row {
  border-bottom: 1px solid;
  border-color: rgba(67, 67, 67, 0.2);
}

.cart-quantity-btn {
  color: #434343;
  border: 0;
}

.cart-total {
  color: #86E1C6;
  border-top: 1px dashed rgba(134, 225, 198, 0.4);
}

.cart-promotion-number {
  color: #86E1C6;
}

.ajax-cart-table-header {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.ajax-cart-item {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.cart-totals {
  background: rgba(67, 67, 67, 0.05);
}

@media (max-width: 767px) {
  .h1-xs {
    font-size: 40px;
  }

  .h2-xs {
    font-size: 24px;
  }

  .h3-xs {
    font-size: 22px;
  }

  .h4-xs {
    font-size: 20px;
  }

  .h5-xs {
    font-size: 18px;
  }

  .h6-xs {
    font-size: 16px;
  }

  .title-container {
    margin-top: 0;
  }

  .title-container h1 {
    font-size: 20px;
    line-height: initial;
    padding-bottom: 10px;
  }

  .box-title {
    margin-top: 10px;
    font-size: 16px;
  }

  .font-body-xs {
    font-size: 14px;
  }

  .font-small-xs {
    font-size: 12px;
  }

  .font-small-extra-xs {
    font-size: 10px;
  }

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

  .weight-strong-xs {
    font-weight: 700;
  }

  .weight-light-xs {
    font-weight: 300;
  }

  .container-xs {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .btn-module {
    border: 1px solid rgba(67, 67, 67, 0.2);
    border-radius: 0;
    background: #ffffff;
  }

  .btn-module-icon {
    fill: #BF9B77;
  }

  .link-module {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }

  select {
    height: 36px;
    line-height: normal;
  }

  .radio-button input[type=radio]:checked + .radio-button-content.with-border {
    box-shadow: 0 0 0 2px #BF9B77;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .modal-xs {
    background-color: #ffffff;
  }

  .modal-xs.sheet-bottom {
    background-color: transparent;
  }

  .modal-xs .sheet-bottom-body {
    background-color: #ffffff;
  }

  .modal-xs-header {
    background-color: rgba(67, 67, 67, 0.02);
  }

  .modal-xs-header-icon {
    fill: #434343;
  }

  .modal-xs-header.sheet-bottom-header {
    background-color: #fafafa;
  }

  .modal-xs-header.sheet-bottom-header:active {
    background-color: #fafafa;
    color: #434343;
  }

  .modal-xs-header:active {
    background-color: #BF9B77;
    color: #ffffff;
  }

  .modal-xs-header:active .modal-xs-header-icon {
    color: #ffffff;
    fill: #ffffff;
  }

  .modal-footer {
    border: 0;
  }

  .modal-xs-list-item {
    color: #434343;
    border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  }

  .modal-xs-list-item.darker {
    background-color: rgba(67, 67, 67, 0.02);
  }

  .modal-xs-list-item .modal-xs-list-icon {
    fill: #434343;
  }

  .modal-xs-list-item:active {
    background-color: #BF9B77;
    color: #ffffff;
  }

  .modal-xs-list-item:active .modal-xs-list-icon {
    color: #ffffff;
    fill: #ffffff;
  }

  .modal-xs-list-item.selected {
    color: #ffffff;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background: #BF9B77;
  }

  .modal-xs-list-item.selected .modal-xs-radio-icon {
    background: #ffffff;
    color: #BF9B77;
  }

  .modal-xs-list-item.selected .modal-xs-radio-icon svg {
    visibility: visible;
    fill: #BF9B77;
  }

  .modal-xs-list-item .modal-xs-radio-icon {
    background: rgba(191, 155, 119, 0.4);
  }

  .border-none-xs {
    border: 0;
  }

  .mobile-services-container .bx-page-item a {
    background: #434343;
    opacity: 0.2;
  }

  .mobile-services-container .bx-page-item a:hover, .mobile-services-container .bx-page-item a.active {
    background: #434343;
    opacity: 0.5;
  }

  .desktop-head {
    border-bottom: 0;
  }

  .category-controls {
    background: #ffffff;
  }

  .category-controls.is-sticky {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }

  .filter-column {
    background: transparent;
  }

  .mobile-pagination {
    background: #f6f6f6;
  }

  .mobile-zoom-panel {
    background: #ffffff;
  }
}
h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
  letter-spacing: 1px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #434343;
}

.title-container {
  margin: 10px 0 20px 0;
  color: #434343;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.title-container * {
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.title-container h1,
.title-container .h1,
.title-container h2,
.title-container .h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 5px;
  clear: both;
  color: #434343;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.welcome-message {
  background-color: #BF9B77;
  color: #ffffff;
}

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}

body,
.font-body {
  font-size: 14px;
}

.font-small {
  font-size: 12px;
}

.font-small-extra {
  font-size: 10px;
}

.fa-min {
  font-size: 8px;
}

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

.weight-strong {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.letter-spacing {
  letter-spacing: 1px;
}

/* Color */
.text-primary {
  color: #86E1C6;
}

.text-secondary {
  color: #BF9B77;
}

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  color: #434343;
}

.box-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.2);
}

.box-container-border-bottom {
  padding: 20px 0;
  border: 0;
  border-bottom: 4px solid rgba(67, 67, 67, 0.1);
}

.svg-icon-primary {
  fill: #86E1C6;
}

.svg-icon-secondary {
  fill: #BF9B77;
}

.svg-icon-text {
  fill: #434343;
}

.svg-icon-back {
  fill: #ffffff;
}

.social-icon {
  color: #BF9B77;
  fill: #BF9B77;
}

.placeholder-container {
  background-color: rgba(67, 67, 67, 0.1);
}

.placeholder-color {
  background-color: rgba(67, 67, 67, 0.07);
}

.placeholder-icon {
  fill: rgba(67, 67, 67, 0.07);
}

.placeholder-page {
  background: #BF9B77;
}

.placeholder-page:hover, .placeholder-page.active {
  background: #86E1C6;
  opacity: 0.8;
}

.placeholder-shine {
  background-color: rgba(67, 67, 67, 0.2);
}

.spinner-ellipsis .point {
  background-color: rgba(67, 67, 67, 0.2);
}

button {
  font-family: "Lato", sans-serif;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-shadow: none;
  background-image: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  text-align: center;
}

.btn:hover, .btn:focus, .btn.active {
  background-image: none;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

.btn[disabled], .btn[disabled]:hover {
  background-color: #DDD;
  border: 2px solid #DDD;
}

.btn-primary {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-primary svg {
  fill: #ffffff;
}

.btn-primary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #86E1C6;
  background: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-primary:hover svg {
  fill: #86E1C6;
}

.btn-primary:focus {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6 !important;
}

.btn-primary.btn-transition, .btn-primary.btn-transition[disabled], .btn-primary.btn-transition[disabled]:hover {
  background: #86E1C6;
  color: #ffffff;
  border: 2px solid #86E1C6;
}

.btn-secondary {
  background: #BF9B77;
  color: #ffffff;
  fill: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #BF9B77;
  background: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:hover svg {
  fill: #BF9B77;
}

.btn-secondary:focus {
  background: #BF9B77;
  color: #ffffff;
  border: 2px solid #BF9B77;
}

.btn-secondary:focus .btn-secondary-icon {
  fill: #BF9B77;
}

.btn-default {
  background-color: transparent;
  border: 2px solid rgba(67, 67, 67, 0.4);
  color: rgba(67, 67, 67, 0.6);
  fill: rgba(67, 67, 67, 0.6);
}

.btn-default:hover {
  background-color: transparent;
  color: #434343;
  border: 2px solid #434343;
}

.btn-default-icon {
  width: 18px;
  height: 20px;
  fill: rgba(67, 67, 67, 0.6);
  float: right;
}

.btn-link {
  position: relative;
  color: #434343;
  fill: #434343;
  text-decoration: underline;
  font-style: italic;
}

.btn-link:hover {
  color: #434343;
  opacity: 0.8;
}

.btn-link:focus {
  color: #434343;
}

.btn-link.btn-link-line {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn-link.btn-link-line:before, .btn-link.btn-link-line:after {
  position: absolute;
  top: 52%;
  overflow: hidden;
  width: 45%;
  height: 1px;
  margin-left: 5%;
  content: " ";
  background-color: #434343;
}

.btn-link.btn-link-line:before {
  margin-left: -50%;
  margin-right: 5px;
  text-align: right;
}

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  color: rgba(67, 67, 67, 0.7);
  fill: rgba(67, 67, 67, 0.7);
  background-color: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.05);
  border-radius: 30px;
  font-size: 18px;
  line-height: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.btn-floating:hover, .btn-floating:focus {
  opacity: 0.8;
}

.btn-floating.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 15px;
  right: 15px;
}

.btn-small {
  padding: 8px 5px;
  font-size: 14px;
}

.btn-smallest {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.btn-whatsapp {
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.btn-whatsapp svg {
  width: 30px;
  height: 30px;
  padding: 5px 2px;
  fill: white;
  vertical-align: middle;
}

.btn-toggle {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
}

.btn-toggle svg {
  fill: #ffffff;
  background: rgba(67, 67, 67, 0.2);
}

a {
  color: #434343;
}

a:focus, a:hover {
  color: #434343;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.link-module + .link-module {
  border-top: 0;
}

.link-module {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.link-module-icon {
  fill: #434343;
}

.chip, .filter-remove {
  color: #434343;
  background-color: rgba(67, 67, 67, 0.1);
}

.chip:hover, .filter-remove:hover, .chip:focus, .filter-remove:focus {
  opacity: 0.6;
}

.chip-remove-icon {
  fill: #434343;
}

.modal,
.modal-right,
.modal-xs-dialog {
  background: #ffffff;
  color: #434343;
}

.modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.modal-footer {
  background: #ffffff;
  color: #434343;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none;
}

.badge {
  background: rgba(191, 155, 119, 0.2);
  color: #BF9B77;
}

.divider-dotted, .divider-solid {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.divider-solid {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.divider-bullet {
  background: #434343;
}

.divider-bullet-secondary {
  background: #BF9B77;
}

.divider-bullet-invert {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 2px;
}

select {
  border: 1px solid rgba(67, 67, 67, 0.6);
  font-family: "Lato", sans-serif;
}

select:focus {
  outline: none;
  box-shadow: none;
  border-color: #BF9B77;
}

input,
input.form-control,
textarea {
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  color: #434343;
}

input:focus,
input.form-control:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #BF9B77 !important;
}

textarea {
  border: 1px solid #BF9B77;
}

.form-group {
  clear: both;
  margin-bottom: 15px;
}

.form-group input.form-control {
  width: 100%;
  border: 1px solid rgba(191, 155, 119, 0.6);
}

.form-group input.form-control.form-control-xs {
  height: 36px;
}

.form-group .form-label {
  color: #BF9B77;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

input.form-control {
  height: 40px;
  padding: 7px;
  margin: 0;
}

input[disabled],
input[disabled]:hover {
  background: #86E1C6;
  border-color: #86E1C6;
  opacity: 0.6;
  cursor: initial;
  color: #ffffff;
}

.quantity-label {
  color: #BF9B77;
}

input.quantity-input {
  border: 1px solid rgba(191, 155, 119, 0.6);
}

.radio-button-container .radio-button-content {
  border: 2px solid rgba(67, 67, 67, 0.5);
  fill: #434343;
}

.radio-button-container .radio-button input[type=radio]:checked + .radio-button-content {
  color: #86E1C6;
  fill: #86E1C6;
  outline: 3px solid #86E1C6;
  outline-offset: -2px;
}

.radio-button-container .radio-button input[type=radio]:checked + .radio-button-content .unchecked {
  border: 2px solid #86E1C6;
}

.radio-button-container .radio-button input[type=radio]:checked .shipping-method-price {
  color: #86E1C6;
}

.alert-danger, .alert-error {
  color: black;
  fill: black;
  border-color: rgba(204, 72, 69, 0.1);
  background-color: rgba(204, 72, 69, 0.1);
}

.alert-warning {
  color: black;
  fill: black;
  border-color: rgba(192, 152, 83, 0.1);
  background-color: rgba(192, 152, 83, 0.1);
}

.alert-info {
  color: #434343;
  fill: #434343;
  border-color: rgba(67, 67, 67, 0.6);
  background-color: rgba(67, 67, 67, 0.02);
}

.alert-success {
  color: black;
  fill: black;
  border-color: rgba(60, 175, 101, 0.1);
  background-color: rgba(60, 175, 101, 0.1);
}

.alert-primary {
  border-color: rgba(134, 225, 198, 0.1);
  color: #86E1C6;
  fill: #86E1C6;
  background-color: rgba(134, 225, 198, 0.05);
}

.notification-primary {
  color: #434343;
  border: 1px solid rgba(67, 67, 67, 0.2);
  background-color: #ffffff;
}

::selection {
  background-color: #BF9B77;
  color: #ffffff;
}

.notification-secondary {
  background: #f7f7f7;
  text-transform: uppercase;
  color: rgba(67, 67, 67, 0.8);
  fill: rgba(67, 67, 67, 0.8);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.notification-secondary a {
  color: #BF9B77;
  font-weight: 400;
}

.label-primary {
  background-color: #86E1C6;
  text-shadow: none;
}

.nav-tabs-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.nav-tabs-links {
  border-bottom: 0;
}

.nav-tabs .tab.active .tab-link {
  color: #86E1C6;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #86E1C6;
}

.nav-tabs .tab-link {
  background-color: transparent;
}

.nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
  background-color: transparent !important;
}

.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #86E1C6;
}

.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(67, 67, 67, 0.3);
}

.nav-tabs .tab-check-icon {
  color: #86E1C6;
}

.nav-tabs .tab-check-icon .fa-inverse {
  color: #ffffff;
}

.panel {
  box-sizing: border-box;
  border: 1px solid rgba(191, 155, 119, 0.2);
  background-color: #ffffff;
}

.panel-heading {
  padding: 10px;
  border-bottom: 1px solid rgba(191, 155, 119, 0.2);
}

.panel-body {
  padding: 10px;
}

.panel-footer {
  padding: 10px;
  border-top: 1px solid rgba(191, 155, 119, 0.2);
}

.pills-container {
  background-color: rgba(67, 67, 67, 0.02);
}

.pills-container .pill-link {
  color: #ffffff;
  background: #BF9B77;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.pills-container .pill-link:hover, .pills-container .pill-link:focus {
  opacity: 0.6;
  color: #ffffff;
}

.breadcrumbs {
  font-family: "Roboto Condensed", sans-serif;
}

.breadcrumbs .active {
  color: #BF9B77;
}

.textbanner-text {
  color: white;
}

.textbanner-text .textbanner-title {
  font-family: "Roboto Condensed", sans-serif;
}

.textbanner-text.dark {
  color: black;
}

.textbanner-text.dark .textbanner-title {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
}

.textbanner-text.dark .textbanner-paragraph {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
}

.textbanner-image.light:after {
  background: white;
}

.services {
  color: #BF9B77;
}

.services .service-item-container:not(:first-child) .service-item {
  border-left: 1px solid rgba(191, 155, 119, 0.4);
}

.bx-viewport {
  height: auto !important;
  max-height: 500px !important;
}

.bx-pager {
  text-align: center;
  color: #434343;
  padding-top: 10px;
}

.bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #BF9B77;
  text-indent: -9999px;
  border-radius: 5px;
}

.bx-pager-item a:hover, .bx-pager-item a.active {
  background: #86E1C6;
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  outline: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  fill: rgba(255, 255, 255, 0.6);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
}

.products-slider .bx-wrapper .bx-controls-direction a {
  top: 40%;
  fill: rgba(67, 67, 67, 0.6);
}

.products-slider .bx-wrapper .bx-controls-direction a:hover {
  fill: #434343;
}

.products-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}

.products-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

.border-left {
  border-left: 1px solid rgba(67, 67, 67, 0.2);
}

.border-top {
  border-top: 1px solid rgba(67, 67, 67, 0.2) !important;
}

.border-right {
  border-right: 1px solid rgba(67, 67, 67, 0.2);
}

.border-right-contrast {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-bottom {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.user-content {
  color: rgba(67, 67, 67, 0.6);
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #86E1C6;
}

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(67, 67, 67, 0.03);
}

.instafeed-module .instafeed-item {
  display: inline-block;
}

.instafeed-module .instafeed-item .instafeed-img {
  position: relative;
  margin: 5px;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

.instafeed-module .instafeed-item .instafeed-info {
  float: left;
  width: 100%;
  font-size: 10px;
}

.instafeed-module .instafeed-item .instafeed-info .instafeed-info-item {
  display: inline-block;
  margin: 5px;
  color: #434343;
}

.fb-page-img-container {
  background: #ffffff;
}

.section-advertising {
  color: #ffffff;
  background-color: #5dd7b3;
}

.section-advertising a {
  color: #ffffff;
}

.logo-text {
  color: #86E1C6;
  font-family: "Source Sans Pro", sans-serif;
  line-height: initial;
}

.desktop-head-top {
  background-color: #BF9B77;
}

.desktop-head-top-link {
  color: #ffffff;
}

.desktop-head-top input.desktop-search-input {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}

.desktop-head-top input.desktop-search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.desktop-head-top .desktop-search-icon {
  fill: #ffffff;
}

.desktop-head {
  border-bottom: 1px solid rgba(67, 67, 67, 0.05);
}

.desktop-head .desktop-nav {
  background-color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}

.desktop-head .desktop-nav .desktop-nav-link:hover {
  color: #86E1C6;
}

.desktop-head .desktop-nav-item.selected > .desktop-nav-link {
  color: #86E1C6;
}

.desktop-head .desktop-nav-list {
  background-color: #ffffff;
  border: 1px solid rgba(191, 155, 119, 0.2);
}

.mobile-nav {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
}

.mobile-nav-first-row {
  background-color: #BF9B77;
  color: #ffffff;
}

.mobile-nav-first-row .mobile-nav-title {
  font-family: "Lato", sans-serif;
}

.mobile-nav-second-row {
  background-color: #ffffff;
}

.mobile-nav-tab.selected {
  border-bottom: 2px solid #BF9B77;
}

.mobile-nav-tab-text {
  color: #434343;
}

.mobile-nav-tab.selected .mobile-nav-tab-text {
  color: #BF9B77;
}

.mobile-nav-cart-amount {
  background-color: #86E1C6;
  color: #ffffff;
}

.mobile-nav input.mobile-search-input {
  background-color: #ffffff;
}

.mobile-nav-categories-container {
  background-color: #ffffff;
  box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.hamburger-panel svg {
  fill: white;
}

.hamburger-panel-link:hover {
  background: #ffffff;
  color: #86E1C6;
}

.hamburger-panel-arrow svg {
  background: rgba(131, 131, 131, 0.4);
  fill: white;
}

.hamburger-panel-arrow.selected svg {
  background: #86E1C6;
}

.hamburger-panel-first-row, .hamburger-panel-accordion {
  background: rgba(131, 131, 131, 0.4);
  color: white;
}

.search-suggest {
  background-color: #ffffff;
}

.search-suggest-link, .search-suggest-icon {
  color: rgba(67, 67, 67, 0.8);
}

.search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
  color: rgba(67, 67, 67, 0.6);
  background-color: #f7f7f7;
}

.search-suggest-price {
  color: #86E1C6;
  font-weight: bold;
}

.search-suggest-text {
  font-family: "Lato", sans-serif;
}

.search-suggest-all-link {
  background-color: #f7f7f7;
}

.cart-summary {
  background-color: #86E1C6;
}

.cart-summary:hover {
  opacity: 0.8;
}

.cart-summary-items {
  background-color: #ffffff;
  color: #86E1C6;
  border: 1px solid #86E1C6;
}

.cart-summary-total {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}

.filter-column {
  background-color: rgba(67, 67, 67, 0.03);
}

.checkbox-container .checkbox {
  color: #434343;
}

.checkbox-container .checkbox-color {
  border: 1px solid rgba(67, 67, 67, 0.1);
}

.checkbox-container .checkbox:hover input ~ .checkbox-icon,
.checkbox-container .checkbox input:checked ~ .checkbox-icon {
  border: 1px solid rgba(67, 67, 67, 0.6);
}

.checkbox-container .checkbox-icon {
  background: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.1);
}

.checkbox-container .checkbox-icon:after {
  border: solid #434343;
  border-width: 0 3px 3px 0;
}

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512" fill="%23434343"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>');
}

.filters-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.item-price {
  color: #86E1C6;
}

.item-price-compare {
  color: rgba(67, 67, 67, 0.6);
}

.item-quickshop-link {
  background: #86E1C6;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
}

.item-quickshop-link:hover {
  color: #ffffff;
}

.item-label {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}

.item-label-no-stock {
  color: rgba(67, 67, 67, 0.6);
  background: rgba(255, 255, 255, 0.9);
}

.item-label-shipping {
  border-right: 2px solid #ffffff;
  background: rgba(191, 155, 119, 0.9);
  color: #ffffff;
}

.item-label-offer {
  border-left: 2px solid #ffffff;
  background: rgba(134, 225, 198, 0.9);
  color: #ffffff;
}

.cloud-zoom-big {
  background-color: #ffffff;
}

.product-price {
  color: #86E1C6;
  font-weight: bold;
}

.product-label-offer {
  color: #86E1C6;
  border: 1px solid #86E1C6;
  background: #ffffff;
}

.product-label-shipping {
  color: #BF9B77;
}

.variant-label {
  color: rgba(191, 155, 119, 0.8);
}

.variant-select {
  border: 1px solid rgba(191, 155, 119, 0.6);
  font-family: "Roboto Condensed", sans-serif;
}

.btn-variant {
  border: 2px solid rgba(67, 67, 67, 0.2);
}

.btn-variant.selected {
  border: 2px solid #86E1C6;
}

.footer {
  background: rgba(191, 155, 119, 0.2);
}

.footer-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #BF9B77;
}

.footer a {
  color: #BF9B77;
}

.footer a:hover {
  opacity: 0.8;
}

.footer-contact {
  border-top: 1px solid #BF9B77;
  border-bottom: 1px solid #BF9B77;
}

.footer-contact li {
  border-color: #BF9B77;
  color: #BF9B77;
}

input.input-newsletter,
.footer-input {
  border: 1px solid rgba(191, 155, 119, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: #BF9B77;
}

.footer-legal {
  background: rgba(191, 155, 119, 0.8);
  color: #ffffff;
}

.link-social {
  background-color: rgba(191, 155, 119, 0.1);
}

.link-social .link-social-icon {
  color: #BF9B77;
}

.powered-by-logo svg {
  fill: #ffffff;
}

.cart-table-row {
  border-bottom: 1px solid;
  border-color: rgba(67, 67, 67, 0.2);
}

.cart-quantity-btn {
  color: #434343;
  border: 0;
}

.cart-total {
  color: #86E1C6;
  border-top: 1px dashed rgba(134, 225, 198, 0.4);
}

.cart-promotion-number {
  color: #86E1C6;
}

.ajax-cart-table-header {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.ajax-cart-item {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.cart-totals {
  background: rgba(67, 67, 67, 0.05);
}

@media (max-width: 767px) {
  .h1-xs {
    font-size: 40px;
  }

  .h2-xs {
    font-size: 24px;
  }

  .h3-xs {
    font-size: 22px;
  }

  .h4-xs {
    font-size: 20px;
  }

  .h5-xs {
    font-size: 18px;
  }

  .h6-xs {
    font-size: 16px;
  }

  .title-container {
    margin-top: 0;
  }

  .title-container h1 {
    font-size: 20px;
    line-height: initial;
    padding-bottom: 10px;
  }

  .box-title {
    margin-top: 10px;
    font-size: 16px;
  }

  .font-body-xs {
    font-size: 14px;
  }

  .font-small-xs {
    font-size: 12px;
  }

  .font-small-extra-xs {
    font-size: 10px;
  }

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

  .weight-strong-xs {
    font-weight: 700;
  }

  .weight-light-xs {
    font-weight: 300;
  }

  .container-xs {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .btn-module {
    border: 1px solid rgba(67, 67, 67, 0.2);
    border-radius: 0;
    background: #ffffff;
  }

  .btn-module-icon {
    fill: #BF9B77;
  }

  .link-module {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }

  select {
    height: 36px;
    line-height: normal;
  }

  .radio-button input[type=radio]:checked + .radio-button-content.with-border {
    box-shadow: 0 0 0 2px #BF9B77;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .modal-xs {
    background-color: #ffffff;
  }

  .modal-xs.sheet-bottom {
    background-color: transparent;
  }

  .modal-xs .sheet-bottom-body {
    background-color: #ffffff;
  }

  .modal-xs-header {
    background-color: rgba(67, 67, 67, 0.02);
  }

  .modal-xs-header-icon {
    fill: #434343;
  }

  .modal-xs-header.sheet-bottom-header {
    background-color: #fafafa;
  }

  .modal-xs-header.sheet-bottom-header:active {
    background-color: #fafafa;
    color: #434343;
  }

  .modal-xs-header:active {
    background-color: #BF9B77;
    color: #ffffff;
  }

  .modal-xs-header:active .modal-xs-header-icon {
    color: #ffffff;
    fill: #ffffff;
  }

  .modal-footer {
    border: 0;
  }

  .modal-xs-list-item {
    color: #434343;
    border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  }

  .modal-xs-list-item.darker {
    background-color: rgba(67, 67, 67, 0.02);
  }

  .modal-xs-list-item .modal-xs-list-icon {
    fill: #434343;
  }

  .modal-xs-list-item:active {
    background-color: #BF9B77;
    color: #ffffff;
  }

  .modal-xs-list-item:active .modal-xs-list-icon {
    color: #ffffff;
    fill: #ffffff;
  }

  .modal-xs-list-item.selected {
    color: #ffffff;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background: #BF9B77;
  }

  .modal-xs-list-item.selected .modal-xs-radio-icon {
    background: #ffffff;
    color: #BF9B77;
  }

  .modal-xs-list-item.selected .modal-xs-radio-icon svg {
    visibility: visible;
    fill: #BF9B77;
  }

  .modal-xs-list-item .modal-xs-radio-icon {
    background: rgba(191, 155, 119, 0.4);
  }

  .border-none-xs {
    border: 0;
  }

  .mobile-services-container .bx-page-item a {
    background: #434343;
    opacity: 0.2;
  }

  .mobile-services-container .bx-page-item a:hover, .mobile-services-container .bx-page-item a.active {
    background: #434343;
    opacity: 0.5;
  }

  .desktop-head {
    border-bottom: 0;
  }

  .category-controls {
    background: #ffffff;
  }

  .category-controls.is-sticky {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }

  .filter-column {
    background: transparent;
  }

  .mobile-pagination {
    background: #f6f6f6;
  }

  .mobile-zoom-panel {
    background: #ffffff;
  }
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

dd, dt, li {
  line-height: 20px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

address, cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:focus, a.muted:hover {
  color: grey;
}

.text-warning {
  color: #c09853;
}

a.text-warning:focus, a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:focus, a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:focus, a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:focus, a.text-success:hover {
  color: #356635;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

blockquote p, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

address, dl {
  margin-bottom: 20px;
}

ol.inline > li, ul.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 10px;
}

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

address, blockquote small, pre {
  display: block;
  line-height: 20px;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

pre, pre code {
  white-space: pre;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

.badge, .label, .table th {
  font-weight: 700;
}

blockquote small {
  color: #999;
}

blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: "";
}

blockquote.pull-right small:after {
  content: " —";
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table, pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.badge, .label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.84px;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge:empty, .label:empty {
  display: none;
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-important, .label-important {
  background-color: #b94a48;
}

.badge-important[href], .label-important[href] {
  background-color: #953b39;
}

.badge-warning, .label-warning {
  background-color: #f89406;
}

.badge-warning[href], .label-warning[href] {
  background-color: #c67605;
}

.badge-success, .label-success {
  background-color: #468847;
}

.badge-success[href], .label-success[href] {
  background-color: #356635;
}

.badge-info, .label-info {
  background-color: #3a87ad;
}

.badge-info[href], .label-info[href] {
  background-color: #2d6987;
}

.badge-inverse, .label-inverse {
  background-color: #333;
}

.badge-inverse[href], .label-inverse[href] {
  background-color: #1a1a1a;
}

.btn .badge, .btn .label {
  position: relative;
  top: -1px;
}

.btn-mini .badge, .btn-mini .label {
  top: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table td, .table th {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed td, .table-condensed th {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered td, .table-bordered th {
  border-left: 1px solid #ddd;
}

.table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}

.table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered caption + tbody tr:first-child td:first-child, .table-bordered caption + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered caption + tbody tr:first-child td:last-child, .table-bordered caption + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

.row-fluid table td[class*=span], .row-fluid table th[class*=span], table td[class*=span], table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2, .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3, .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4, .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5, .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6, .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7, .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8, .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9, .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10, .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11, .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12, .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

fieldset, legend {
  padding: 0;
  border: 0;
}

label, legend {
  display: block;
}

.controls-row:after, .dropdown-menu > li > a, .form-actions:after, .form-horizontal .control-group:after, .modal-footer:after, .nav-pills:after, .nav-tabs:after, .navbar-form:after, .pager:after, .tabbable:after, .thumbnails:after {
  clear: both;
}

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-append .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus {
  z-index: 2;
}

.navbar-search .search-query, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb, .dropdown-menu, .media-list, .nav, .pager, .thumbnails {
  list-style: none;
}

fieldset {
  margin: 0;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

.controls-row .checkbox[class*=span], .controls-row .radio[class*=span], .controls > .checkbox:first-child, .controls > .radio:first-child {
  padding-top: 5px;
}

.uneditable-input, input, textarea {
  width: 206px;
}

textarea {
  height: auto;
}

.uneditable-input:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: dotted thin\9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

input[type=radio], input[type=checkbox], input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button] {
  width: auto;
}

input[type=file], select {
  height: 30px;
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple], select[size] {
  height: auto;
}

input[type=radio]:focus, input[type=checkbox]:focus, input[type=file]:focus, select:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

.checkbox, .radio {
  min-height: 20px;
  padding-left: 20px;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  float: left;
  margin-left: -20px;
}

.checkbox.inline, .radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkbox.inline + .checkbox.inline, .radio.inline + .radio.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span], .uneditable-input[class*=span], input[class*=span], select[class*=span], textarea[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append .uneditable-input[class*=span], .input-append input[class*=span], .input-prepend .uneditable-input[class*=span], .input-prepend input[class*=span], .row-fluid .input-append [class*=span], .row-fluid .input-prepend [class*=span], .row-fluid .uneditable-input[class*=span], .row-fluid input[class*=span], .row-fluid select[class*=span], .row-fluid textarea[class*=span] {
  display: inline-block;
}

.controls-row:after, .controls-row:before, .form-actions:after, .form-actions:before {
  display: table;
  line-height: 0;
  content: "";
}

.uneditable-input, input, textarea {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

.uneditable-input.span12, input.span12, textarea.span12 {
  width: 926px;
}

.uneditable-input.span11, input.span11, textarea.span11 {
  width: 846px;
}

.uneditable-input.span10, input.span10, textarea.span10 {
  width: 766px;
}

.uneditable-input.span9, input.span9, textarea.span9 {
  width: 686px;
}

.uneditable-input.span8, input.span8, textarea.span8 {
  width: 606px;
}

.uneditable-input.span7, input.span7, textarea.span7 {
  width: 526px;
}

.uneditable-input.span6, input.span6, textarea.span6 {
  width: 446px;
}

.uneditable-input.span5, input.span5, textarea.span5 {
  width: 366px;
}

.uneditable-input.span4, input.span4, textarea.span4 {
  width: 286px;
}

.uneditable-input.span3, input.span3, textarea.span3 {
  width: 206px;
}

.uneditable-input.span2, input.span2, textarea.span2 {
  width: 126px;
}

.uneditable-input.span1, input.span1, textarea.span1 {
  width: 46px;
}

.controls-row [class*=span], .row-fluid .controls-row [class*=span] {
  float: left;
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=radio][disabled], input[type=radio][readonly], input[type=checkbox][disabled], input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .checkbox, .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-append .add-on, .control-group.warning .input-prepend .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .checkbox, .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-append .add-on, .control-group.error .input-prepend .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .checkbox, .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-append .add-on, .control-group.success .input-prepend .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .checkbox, .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-append .add-on, .control-group.info .input-prepend .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.help-block, .help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append, .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.btn, .input-append .dropdown-menu, .input-append .popover, .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .dropdown-menu, .input-prepend .popover, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  font-size: 14px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append .uneditable-input + .btn-group .btn:last-child, .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .uneditable-input, .input-prepend.input-append input, .input-prepend.input-append select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append .uneditable-input + .btn-group .btn, .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px\9 ;
  padding-left: 14px;
  padding-left: 4px\9 ;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline select, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search select, .form-search textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-horizontal .hide, .form-inline .hide, .form-search .hide {
  display: none;
}

.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
  display: inline-block;
}

.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
  margin-bottom: 0;
}

.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
}

.btn, .form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal .control-group:after, .form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.btn-block, input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.btn, .pagination-centered {
  text-align: center;
}

.form-horizontal .controls {
  margin-left: 180px;
}

.btn-group + .btn-group, .btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn {
  margin-left: 5px;
}

.form-horizontal .input-append + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.btn-danger, .btn-info, .btn-inverse, .btn-primary, .btn-success, .btn-warning {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class*=" icon-"], .btn-large [class^=icon-] {
  margin-top: 4px;
}

.btn-small [class*=" icon-"], .btn-small [class^=icon-] {
  margin-top: 0;
}

.btn-mini [class*=" icon-"], .btn-mini [class^=icon-] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
}

.btn-warning.active, .btn-warning:active {
  background-color: #c67605\9 ;
}

.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
}

.btn-danger.active, .btn-danger:active {
  background-color: #942a25 \9 ;
}

.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
}

.btn-success.active, .btn-success:active {
  background-color: #408140 \9 ;
}

.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:focus, .btn-info:hover, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}

.btn-info.active, .btn-info:active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
}

.btn-inverse.active, .btn-inverse:active {
  background-color: #080808 \9 ;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-group > .btn, .btn-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}

.btn-link:focus, .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

[class*=" icon-"], [class^=icon-] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.dropdown-menu > .active > a > [class*=" icon-"], .dropdown-menu > .active > a > [class^=icon-], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > li > a:focus > [class^=icon-], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^=icon-], .dropdown-submenu:focus > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class^=icon-], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^=icon-], .icon-white, .nav-list > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^=icon-], .nav-pills > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^=icon-], .navbar-inverse .nav > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^=icon-] {
  background-image: url(../img/glyphicons-halflings-white.png);
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .popover-title {
  font-size: 14px;
}

.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret, .btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-danger .caret, .btn-info .caret, .btn-inverse .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-header, .nav > li > a {
  display: block;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
}

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

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  padding: 3px 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list .nav-header, .nav-list > li > a {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-pills > li > a, .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

.nav-list [class*=" icon-"], .nav-list [class^=icon-] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-pills:after, .nav-pills:before, .nav-tabs:after, .nav-tabs:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-pills > li, .nav-tabs > li {
  float: left;
}

.nav-stacked > li, .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

.nav-pills > li > a, .nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a, .nav-pills > .active > a:focus, .nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:focus, .nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

.nav .dropdown-toggle:focus .caret, .nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:focus, .nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-pills .open .dropdown-toggle, .nav-tabs .open .dropdown-toggle, .nav > li.dropdown.open.active > a:focus, .nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open a:focus .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-backdrop.fade, .tooltip {
  opacity: 0;
}

.tabs-stacked .open > a:focus, .tabs-stacked .open > a:hover {
  border-color: #999;
}

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

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}

.pill-content > .pill-pane, .tab-content > .tab-pane {
  display: none;
}

.pill-content > .active, .tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:focus, .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:focus, .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:focus, .nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

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

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}

.navbar .brand:focus, .navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

.navbar-link {
  color: #777;
}

.navbar-link:focus, .navbar-link:hover {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #fff;
}

.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn, .navbar .input-append .btn, .navbar .input-append .btn-group, .navbar .input-prepend .btn, .navbar .input-prepend .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
}

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

.navbar-form .checkbox, .navbar-form .radio, .navbar-form input, .navbar-form select {
  margin-top: 5px;
}

.navbar-form .btn, .navbar-form input, .navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type=radio], .navbar-form input[type=checkbox], .navbar-form input[type=image] {
  margin-top: 3px;
}

.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:focus, .navbar .nav > .active > a:hover {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
}

.navbar .btn-navbar.active, .navbar .btn-navbar:active {
  background-color: #ccc\9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.caret, .modal-footer:after, .modal-footer:before, .pager:after, .pager:before, .popover .arrow:after, .thumbnails:after, .thumbnails:before {
  content: "";
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav > li > .dropdown-menu.pull-right, .navbar .pull-right > li > .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar .nav > li > .dropdown-menu.pull-right:before, .navbar .pull-right > li > .dropdown-menu:before {
  left: auto;
  right: 12px;
}

.navbar .nav > li > .dropdown-menu.pull-right:after, .navbar .pull-right > li > .dropdown-menu:after {
  left: auto;
  right: 13px;
}

.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu, .navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff222222", endColorstr="#ff111111", GradientType=0);
  border-color: #252525;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:focus, .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  color: #fff;
}

.navbar-inverse .brand, .navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:focus, .navbar-inverse .nav .active > a:hover {
  color: #fff;
  background-color: #111;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:focus, .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}

.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #111;
  color: #fff;
}

.navbar-inverse .nav li.dropdown > a:focus .caret, .navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .search-query:focus {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.breadcrumb > li, .close {
  text-shadow: 0 1px 0 #fff;
}

.navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
}

.navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar:active {
  background-color: #000 \9 ;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > .active > a, .pagination ul > .active > span, .pagination ul > li > a:focus, .pagination ul > li > a:hover {
  background-color: #f5f5f5;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > a, .pagination ul > .disabled > a:focus, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

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

.pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
}

.pager:after, .pager:before {
  display: table;
  line-height: 0;
}

.pager li {
  display: inline;
}

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

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

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

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

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails:after, .thumbnails:before {
  display: table;
  line-height: 0;
}

.media-object, .thumbnail, .tooltip {
  display: block;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:focus, a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert, .alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.popover, .tooltip, .tooltip-arrow {
  position: absolute;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}

.alert-info, .alert-info h4 {
  color: #3a87ad;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress .bar {
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress .bar-danger, .progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffc43c35", GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .bar-success, .progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff57a957", GradientType=0);
}

.progress-striped .bar-success, .progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .bar-info, .progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff339bb9", GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress .bar-warning, .progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
}

.progress-striped .bar-warning, .progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1, .modal-footer, .modal-form {
  margin-bottom: 0;
}

.hero-unit h1 {
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

.hero-unit li {
  line-height: 30px;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
}

.tooltip {
  z-index: 1030;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  filter: alpha(opacity=0);
}

.popover, .popover-title:empty {
  display: none;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1010;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.dropdown, .dropup, .modal-body {
  position: relative;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-footer {
  padding: 14px 15px 15px;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.modal-footer:after, .modal-footer:before {
  display: table;
  line-height: 0;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.carousel, .carousel-inner, .dropdown-submenu {
  position: relative;
}

.dropdown-menu.pull-right, .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
  color: #fff;
  background-color: #0081c2;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
  text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  outline: 0;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #999;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.accordion-toggle, button.close {
  cursor: pointer;
}

.open > .dropdown-menu {
  display: block;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4, .carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.close {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.affix {
  position: fixed;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1045;
  width: 100%;
  height: 140%;
  /* Height to always take full height even then the mobile nav moves up on scroll or the device keyboard is visible*/
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay when cart or search is active */
}

.svg-small {
  width: 20px;
  height: 20px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transition-soft {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transition-up {
  position: relative;
  top: -8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  pointer-events: none;
}

.transition-up-active {
  top: 0;
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}

.beat {
  animation: 0.8s 3 beat;
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.btn-transition {
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
}

.btn-transition .transition-container {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  margin-bottom: -70px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-transition .transition-container.active {
  bottom: 50%;
  margin-bottom: -9px;
}

.btn.facebook {
  line-height: 28px;
  background-color: #1977f2;
  color: white;
}

.btn.facebook:hover, .btn.facebook:focus, .btn.facebook:active {
  background-color: #1977f2;
  color: white;
}

.btn.facebook svg {
  display: inline-block;
  position: relative;
  top: -2px;
  height: 24px;
  margin-right: 15px;
  vertical-align: bottom;
  fill: #fff;
}

.btn-shipping {
  width: 53%;
  display: inline-block;
}

.btn-toggle {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.btn-toggle:hover {
  text-decoration: none;
}

.btn-toggle:hover:hover, .btn-toggle:hover:focus {
  text-decoration: none;
}

.btn-toggle svg {
  display: block;
  width: 20px;
  margin: auto;
  padding: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.link-module {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 15px 0;
}

.link-module.no-border {
  margin: 0;
  border: none;
}

.link-module-content {
  display: inline-block;
}

.link-module-text {
  font-size: 14px;
}

.link-module-centered {
  float: none;
  width: auto;
  text-align: center;
}

.link-module-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}

.chip, .filter-remove {
  position: relative;
  margin: 4px 10px 4px 0;
  padding: 5px 26px 5px 10px;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  border: none;
}

.chip:focus, .filter-remove:focus {
  outline: 0;
}

.chip-remove-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  width: 10px;
}

.modal {
  width: 800px;
  margin-left: -375px;
  border-radius: 0;
}

.modal.fade.in {
  top: 5%;
}

.modal-header h3 {
  margin-top: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}

.modal-header .nav-tabs-container {
  border: 0;
}

.modal-header.with-tabs {
  padding: 0;
}

.modal-body {
  min-height: 200px;
  max-height: 500px;
}

.modal-footer {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 0 24px 0 rgba(0, 0, 0, 0.08);
}

.modal-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
  z-index: 1048;
  border-left: 1px solid #eee;
  overflow-y: scroll;
  text-align: left;
}

.modal-right-header {
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
}

.modal-right-body {
  padding: 0 15px 15px 15px;
}

.modal-backdrop {
  z-index: 1049;
}

.new-modal {
  position: fixed;
  top: 0;
  display: block;
  width: 80%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  z-index: 4200;
}

.new-modal.modal-full {
  width: 100%;
}

.new-modal.modal-top {
  top: -100%;
}

.new-modal.modal-bottom {
  top: 100%;
}

.new-modal.modal-left {
  left: -100%;
}

.new-modal.modal-right {
  right: -100%;
}

.new-modal.modal-top.modal-show, .new-modal.modal-bottom.modal-show {
  top: 0;
}

.new-modal.modal-left.modal-show {
  left: 0;
}

.new-modal.modal-right.modal-show {
  right: 0;
}

.badge {
  margin-right: 5px;
  padding: 3px 7px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100%;
}

.divider-with-circle {
  margin: -10px 0 29px 0;
}

textarea:focus,
input:focus,
.uneditable-input:focus {
  border-color: none;
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.radio-group-label {
  margin-bottom: 10px;
}

.radio-button-item:only-child .radio-button-content, .radio-button-item:last-of-type .radio-button-content {
  margin-bottom: 0;
}

.radio-button {
  width: 100%;
  float: left;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.radio-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.radio-button.disabled input[type=radio] {
  cursor: not-allowed;
}

.radio-button-content {
  margin-bottom: 10px;
  padding: 15px 12px;
  box-sizing: border-box;
}

.radio-button input[type=radio] {
  display: none;
}

.input-shipping {
  width: 45%;
  display: inline-block;
}

.input-newsletter {
  width: 45%;
}

.quantity {
  margin-bottom: 20px;
}

.quantity-label {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.quantity-input {
  width: 50px;
}

.shipping-extra-options .radio-button-item:first-child .radio-button-content {
  margin-top: 10px;
}

.g-recaptcha > div {
  display: inline-block;
}

.list-readonly .list-item {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.list-readonly .list-item:first-child {
  margin-top: 10px;
}

.list-readonly .list-item:only-child, .list-readonly .list-item:last-of-type {
  margin-bottom: 0;
}

.list-readonly .list-item .radio-button-content {
  margin: 0;
  padding: 0;
  border: 0;
}

.list-readonly .shipping-extra-options .list-item:first-child {
  margin-top: 40px;
}

.list-readonly .shipping-extra-options .list-item:first-child .radio-button-content {
  margin: 0;
}

.list-readonly .shipping-extra-options .list-item:only-child, .list-readonly .shipping-extra-options .list-item:last-of-type {
  margin-bottom: 20px;
}

.alert {
  clear: both;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid;
  border-radius: 0;
  background: transparent;
  text-shadow: none;
  text-align: center;
  font-size: 13px;
}

.notification-hidden {
  transition: all 0.1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transform: rotatex(90deg);
  -ms-transform: rotatex(90deg);
  -moz-transform: rotatex(90deg);
  -o-transform: rotatex(90deg);
  transform: rotatex(90deg);
  pointer-events: none;
}

.notification-visible {
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -o-transform: rotatex(0deg);
  transform: rotatex(0deg);
}

.notification-floating .notification-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 1;
  font-size: 22px;
  cursor: pointer;
}

.nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0;
}

.nav-tabs > li {
  display: inline-block;
  float: none;
}

.nav-tabs .tab-link {
  padding: 12px 15px;
  text-transform: uppercase;
}

.nav-tabs .tab-link,
.nav-tabs .tab-check-link {
  border-radius: 0;
  border: 0;
}

.nav-tabs li.tab-check {
  position: relative;
  margin: 2px 5px 2px 2px;
}

.nav-tabs li.tab-check .tab-check-icon {
  display: none;
  position: absolute;
  top: -7px;
  right: -5px;
}

.nav-tabs li.tab-check.active .tab-check-link,
.nav-tabs li.tab-check.active .tab-check-link:focus {
  background-color: transparent;
  border: 0;
  line-height: 12px;
  outline-offset: 0;
}

.nav-tabs li.tab-check.active .tab-check-icon {
  display: block;
}

.nav-tabs .tab-check-link {
  padding: 2px;
  background-color: transparent;
}

.nav-tabs .tab-check-link:hover, .nav-tabs .tab-check-link:focus {
  opacity: 0.8;
  background-color: transparent;
  outline-offset: 0;
}

.nav-tabs .tab-check-link-text {
  padding: 10px;
  line-height: 12px;
}

.banner-wrapper {
  margin-bottom: 20px;
}

.textbanner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.textbanner-image {
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.textbanner:hover .textbanner-image, .textbanner:focus .textbanner-image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.textbanner-image.overlay:after {
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.textbanner:hover .textbanner-image:after {
  opacity: 0.5;
}

.user-content p,
.user-content div {
  margin: 20px 0;
}

.user-content ul,
.user-content ol {
  margin: 0 0 10px;
}

.user-content h1 {
  font-size: 40px;
  margin: 20px 0;
  font-weight: 300;
  text-transform: uppercase;
}

.user-content h2, .user-content h3, .user-content h4, .user-content h5 {
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.user-content h2 {
  font-size: 32px;
}

.user-content h3 {
  font-size: 24px;
}

.user-content h4 {
  font-size: 20px;
}

.user-content h5 {
  font-size: 16px;
}

.user-content img {
  height: auto !important;
  margin: 10px auto;
}

.user-content img.user-page-logos {
  width: 45px;
  margin-top: 5px;
}

.user-content iframe {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
}

.user-content table {
  max-width: 100%;
}

.user-content span {
  margin: 10px 0 30px 0;
}

.scroller {
  position: relative;
  width: 100%;
  height: 362px;
  overflow: hidden;
}

.scroller-thumbs {
  position: relative;
  height: auto;
  margin: 0;
  left: 0;
  top: 0;
  display: inline-block;
}

.scroller-img {
  width: 100%;
}

.scroller-img-container {
  display: block;
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}

.scroller-btn.btn {
  position: absolute;
  left: 50%;
  display: none;
  height: 42px;
  margin-left: -18px;
  padding: 5px;
}

.scroller-btn-next {
  bottom: 0;
}

.scroller-btn-prev {
  top: 0;
}

.scroller-btn-arrow {
  line-height: 18px;
  font-size: 28px;
}

.table td,
.table th {
  border-top: 0;
}

.card-img {
  margin: 0 5px 5px 0;
  border: 1px solid #00000012;
  -webkit-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
}

.card-img-medium {
  height: 35px;
}

.card-img-big {
  height: 50px;
}

.fb-page {
  width: 300px;
  clear: both;
  margin: 0 auto 20px auto;
  border: 1px solid #e0e0e0;
  background: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  color: #383838;
}

.fb-page-box {
  background: #fff;
  border-color: #EBEDF0 #dfe0e4 #d0d1d5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.fb-page-img-container {
  height: 50px;
  flex: 0 0 50px;
}

.fb-page-img {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.fb-page-icon {
  margin-top: 8px;
  line-height: 50px;
  opacity: 0.1;
  fill: #383838;
}

.fb-page-link {
  font-family: sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #383838;
}

.fb-page-link:hover {
  color: #383838;
  opacity: 0.8;
}

.fb-page-link svg {
  fill: #4267b2;
}

.fb-page .fb-like {
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  fill: white;
  background: #4267b2;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}

.fb-page .fb-like:hover {
  opacity: 0.8;
  text-decoration: none;
}

.fb-page-footer {
  background: #f5f6f7;
  text-align: center;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive .player-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.embed-responsive .player-container .btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  line-height: 50px;
  text-align: center;
}

.embed-responsive .player-container .btn-primary .play-icon {
  margin-bottom: 2px;
  margin-left: 3px;
  vertical-align: middle;
}

.desktop-nav > .desktop-nav-item:nth-last-child(-n+4) > .desktop-nav-list {
  right: 0px;
}

.desktop-nav > .desktop-nav-item:nth-last-child(-n+4) > .desktop-nav-list > .desktop-nav-item .desktop-nav-list {
  right: 100%;
  left: auto !important;
}

.desktop-nav .desktop-nav-item .desktop-nav-link {
  text-decoration: none;
}

.desktop-nav .desktop-nav-item .desktop-nav-link:hover, .desktop-nav .desktop-nav-item .desktop-nav-link:focus {
  text-decoration: none;
}

.desktop-nav .desktop-nav-item .desktop-nav-link:hover, .desktop-nav .desktop-nav-item .desktop-nav-link:focus {
  opacity: 0.6;
  background-color: transparent;
}

.desktop-nav .desktop-nav-item .desktop-nav-link:hover + .desktop-nav-list {
  display: block;
  visibility: visible;
  opacity: 1;
}

.desktop-nav .desktop-nav-item .desktop-nav-list:hover {
  display: block;
  visibility: visible;
  opacity: 1;
}

.desktop-nav .desktop-nav-item .desktop-nav-list {
  position: absolute;
  top: 30px;
  z-index: 9;
  width: 100%;
  min-width: 160px;
  max-width: 300px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

.desktop-nav .desktop-nav-item .desktop-nav-item {
  width: 100%;
}

.desktop-nav .desktop-nav-item .desktop-nav-item .desktop-nav-list {
  top: 0;
  left: 100%;
  margin: 0;
}

.desktop-nav .desktop-nav-item .desktop-nav-item .desktop-nav-link {
  padding: 6px 10px;
}

.btn-hamburger {
  width: 40px;
}

.hamburger-panel {
  display: block;
  position: fixed;
  width: 250px;
  /* Changed the width to 400px */
  z-index: 999999;
  left: -50px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background: #333332;
}

.hamburger-panel a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.hamburger-panel a.hamburger-panel-link {
  border-bottom: 0;
  padding: 20px;
  color: #F2F2F2;
  font-weight: normal;
}

.hamburger-panel .btn-hamburger-close {
  right: 0;
}

.hamburger-panel-arrow {
  top: 18px;
  right: 10px;
  margin-top: -12px;
}

.hamburger-panel-arrow.selected svg {
  transform-origin: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.search-suggest {
  position: absolute;
  left: 0;
  z-index: 2000;
  display: none;
  width: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
}

.search-suggest-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search-suggest-item {
  list-style-type: none;
}

.search-suggest-link {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  list-style-type: none;
  text-decoration: none;
}

.search-suggest-link:hover, .search-suggest-link:focus {
  text-decoration: none;
}

.search-suggest-text {
  display: inline-block;
  float: left;
  width: 70%;
}

.search-suggest-image-container {
  width: 40px;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}

.search-suggest-image {
  max-width: 100%;
  max-height: 45px;
}

.search-suggest-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
  width: 20px;
}

.search-suggest-all-link {
  min-height: initial;
  padding: 10px;
  text-align: center;
  text-decoration: underline;
}

.checkbox-container .checkbox {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkbox-container .checkbox-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 2px 5px;
  vertical-align: middle;
  border-radius: 100%;
}

.checkbox-container .checkbox input {
  display: none;
}

.checkbox-container .checkbox input:checked ~ .checkbox-icon:after {
  display: block;
}

.checkbox-container .checkbox-icon {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
}

.checkbox-container .checkbox-icon:after {
  position: absolute;
  top: 2px;
  left: 6px;
  display: none;
  width: 5px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-remove:after {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 10px;
}

.filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  width: 100%;
  height: 100%;
}

.filters-overlay .filters-updating-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filters-overlay .filters-updating-message * {
  font-size: 24px;
  font-weight: normal;
}

.item-image-container:hover .item-quickshop-link {
  opacity: 1;
  bottom: 0;
}

.item-quickshop-link:focus {
  display: none;
}

.pagination {
  font-size: 20px;
}

.cloud-zoom-wrap {
  position: relative;
}

.cloud-zoom-wrap .cloud-zoom-big {
  /* Importants necesaries to overide plugin inline styles */
  width: 100% !important;
  overflow: hidden;
  background-color: #fff;
  z-index: 1 !important;
}

.cloud-zoom-wrap .mousetrap {
  /* Importants necesaries to overide plugin inline styles */
  width: 100% !important;
  z-index: 2 !important;
}

.quickshop-image {
  height: auto;
  max-width: 100%;
}

.variant-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.variant-container.btn-variant-container {
  margin-bottom: 15px;
}

.variant-container .desktop-variant {
  width: 250px;
  margin: auto;
}

.variant-container .variant-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.variant-container .variant-label.variant-label-quickshop {
  display: inline-block;
  margin-bottom: 5px;
}

.variant-container .variant-select {
  width: 100%;
  margin: 5px 0 0 0;
}

.variant-container .variant-select.variant-select-quickshop {
  width: 200px;
}

.variant-container .variants-btn-container-quickshop {
  display: inline-block;
  vertical-align: middle;
}

.variant-container .btn-variant {
  width: auto;
  height: 24px;
  margin: 5px;
  padding: 1px;
  display: inline-block;
}

.variant-container .btn-variant .btn-variant-content {
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  opacity: 0.7;
  cursor: pointer;
}

.variant-container .btn-variant.selected .btn-variant-content {
  opacity: 1;
}

.variant-container .btn-variant.btn-variant-custom {
  min-height: 24px;
  height: auto;
}

.variant-container .btn-variant.btn-variant-custom .btn-variant-content {
  width: auto;
  height: auto;
  padding: 2px 8px;
}

.stockalarm-trigger {
  margin-top: 15px;
}

.product-shipping-calculator label {
  cursor: default;
}

.product-shipping-calculator li input[type=radio]:checked + .shipping-option {
  box-shadow: none;
}

.product-shipping-calculator .radio-button-icons {
  display: none;
}

.shipping-calculate-icon {
  width: 19px;
  vertical-align: top;
}

.product-payment-logos-img {
  height: 20px;
  margin: 0 1px 0 0;
}

.product-payment-icon-plus {
  left: 32px;
  width: 14px;
}

.payment-credit-icon {
  width: 24px;
  line-height: 20px;
}

.product-check-icon-gw {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: -3px;
}

.product-installments {
  display: inline-block;
  text-transform: uppercase;
}

.payments-card-img {
  height: 26px;
}

.payments-disabled-select {
  top: 0;
  left: 0;
  cursor: not-allowed;
}

.payments-disabled-select.hidden {
  display: none !important;
}

.footer {
  padding: 35px 0;
}

.footer-title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.footer-nav {
  margin: 40px 0;
  text-align: center;
}

.footer-nav li {
  margin: 5px 0;
  text-align: center;
  display: inline-table;
}

.footer-nav li a {
  padding: 5px 5px 5px 0;
  text-transform: uppercase;
}

.footer-contact {
  text-align: center;
  margin: 10px 0;
}

.footer-contact li {
  display: inline-table;
  padding: 0 10px;
  margin: 6px 0;
  border-right: 1px solid;
  font-size: 11px;
}

.footer-contact li:last-child {
  border-right: none;
}

.footer-logo {
  height: 40px;
  margin: 4px;
}

.link-social {
  width: 46px;
  margin: 0 5px 5px 5px;
  display: inline-block;
  text-align: center;
}

.link-social .link-social-icon {
  font-size: 27px;
  margin: 7px;
}

.seals .custom-seals-container,
.seals .afip,
.seals .ebit {
  float: left;
  width: 100%;
}

.seals img {
  max-height: 70px;
  max-width: 110px;
}

.seals div {
  text-align: center;
  display: inline-block;
  margin: 5px auto;
}

.seals .afip {
  display: inline-block;
  float: right;
}

.seals .afip img {
  max-height: 40px;
  vertical-align: middle;
}

.seals .custom-seals-container .custom-seal {
  margin: 5px auto;
}

.seals .custom-seals-container .custom-seal-img,
.seals .custom-seals-container .custom-seal-img img {
  max-width: 90px;
  max-height: 60px;
}

.footer-legal .powered-by {
  font-size: 11px;
}

.footer-legal .powered-by-logo {
  width: 175px;
  margin: 5px auto;
}

.footer-legal .copyright {
  font-size: 11px;
  display: inline-table;
}

.password-page-svg {
  width: 6%;
  margin-top: 20px;
}

.password-page-svg.wiggle {
  -webkit-animation: wiggle 1.5s infinite;
  animation-delay: 2s;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.password-footer-tall {
  margin-top: 130px;
}

.cart-table-header {
  margin-top: 20px;
  text-transform: uppercase;
}

.cart-table-row {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
}

.cart-quantity-btn,
.cart-btn-delete {
  float: left;
  padding: 6px;
  display: inline-block;
  background: transparent;
  font-size: 16px;
  opacity: 0.6;
}

.cart-quantity-btn .cart-quantity-btn:hover,
.cart-btn-delete .cart-quantity-btn:hover {
  opacity: 1;
}

.cart-btn-delete {
  float: right;
  border: 0;
}

input.cart-quantity-input {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 5px;
  color: #353535;
  font-size: 16px;
  text-align: center;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-appearance: textfield;
}

input.cart-quantity-input::-webkit-outer-spin-button, input.cart-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-quantity-input-container svg {
  padding: 6px 14px;
}

.cart-quantity-input-container .fa-cog {
  display: none;
}

.cart-quantity-input-container-spinner {
  position: absolute;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  text-align: center;
}

.cart-quantity-svg-icon {
  width: 16px;
  height: 16px;
}

.cart-delete-svg-icon {
  width: 20px;
  height: 20px;
}

.ajax-cart-quantity-btn {
  padding: 4px 8px;
}

.ajax-cart-table-header {
  padding: 10px 0;
  overflow: hidden;
  text-transform: uppercase;
}

.ajax-cart-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  clear: both;
}

.ajax-cart-item-col {
  float: left;
}

.ajax-cart-item-image-col {
  width: 12%;
}

.ajax-cart-item-desc-col {
  width: 53%;
  padding-left: 10px;
}

.ajax-cart-item-desc-col .ajax-cart-item-unit-price {
  float: left;
  width: 100%;
  margin: 5px 0 2px 0;
}

.ajax-cart-item-subtotal {
  width: 25%;
}

.ajax-cart-item-subtotal.not-editable {
  width: auto;
  float: right;
}

.ajax-cart-item-delete-col {
  width: 10%;
}

.cart-subtotal-header {
  margin-right: 10%;
}

.cart-promotion-detail {
  float: left;
  width: 65%;
  text-align: left;
}

.cart-promotion-number {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
}

.total-promotions-row {
  position: relative;
  float: right;
  width: 100%;
  margin-bottom: 5px;
}

.cart-promotion-number {
  margin-left: 5px;
}

.cart-total {
  clear: both;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 770px) {
  .no-slide-effect-md {
    -webkit-transition: 0.001s ease !important;
    transition: 0.001s ease !important;
  }
}
@media (max-width: 767px) {
  .link-module,
.btn-module {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
  }

  .link-module:hover,
.btn-module:hover {
    opacity: 0.8;
  }

  .btn-module {
    padding: 10px 40px 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
  }

  .link-module {
    text-align: left;
  }

  .link-module-icon-right,
.btn-module-icon-right {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    float: right;
    display: block;
    top: 50%;
    margin-top: -20px;
  }

  /* Hack to avoid autozoom on IOS */
  input:not([type=submit]),
textarea,
select {
    font-size: 16px;
  }

  .pagination {
    font-size: 14px;
  }

  .pagination-input-container {
    width: 80%;
  }

  .pagination-input-container-wide {
    width: 90%;
  }

  .pagination-input-container input.pagination-input {
    height: 30px;
    width: 50px;
    margin: 0px 5px 5px 0;
    padding: 7px;
  }

  .pagination .pagination-arrow-link:hover, .pagination .pagination-arrow-link:focus {
    text-decoration: none;
  }

  .pagination .pagination-arrow-link:hover:hover, .pagination .pagination-arrow-link:hover:focus, .pagination .pagination-arrow-link:focus:hover, .pagination .pagination-arrow-link:focus:focus {
    text-decoration: none;
  }

  .pagination .pagination-arrow-link .pagination-arrow-prev,
.pagination .pagination-arrow-link .pagination-arrow-next {
    width: 10%;
  }

  .modal-backdrop.fade.in {
    opacity: 0;
  }

  .modal-backdrop.fade.in.modal-backdrop-zindex-top {
    opacity: 0.8;
    z-index: 4300;
  }

  .sheet-bottom-backdrop {
    background-color: #000;
    z-index: 4200;
  }

  .sheet-bottom-backdrop.fade.in {
    opacity: 0.6;
  }

  .modal-open {
    overflow: hidden;
  }

  .modal-right {
    overflow: initial;
  }

  .modal:not(.modal-xs-centered) .modal-header {
    padding: 0;
  }

  .modal-xs {
    position: fixed;
    top: 0;
    z-index: 4200;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    opacity: 1;
    box-sizing: border-box;
    overflow: auto;
  }

  .modal-xs-centered {
    width: 80%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .modal-xs-centered.fade.in {
    top: 50%;
  }

  .modal-xs-centered .modal-body {
    max-height: 400px;
  }

  .modal-xs.modal-zindex-top {
    z-index: 4400;
  }

  .modal-xs.sheet-bottom {
    top: initial !important;
    left: 0;
    bottom: 0;
    padding: 50% 0 0 0;
    z-index: 4300;
  }

  .modal-xs-dialog {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
  }

  .modal-xs-dialog .modal-content {
    height: 100%;
    overflow: auto;
    box-shadow: none;
    border: 0;
  }

  .modal-xs-header {
    position: relative;
    display: block;
    padding: 20px 15px;
    clear: both;
    text-decoration: none;
    ms-word-break: break-all;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .modal-xs-header.sheet-bottom-header {
    text-align: center;
  }

  .modal-xs-header.sheet-bottom-header .btn,
.modal-xs-header.sheet-bottom-header .btn-link {
    position: absolute;
  }

  .modal-xs-header.sheet-bottom-header .btn-link {
    font-size: 16px;
  }

  .modal-xs-header.sheet-bottom-header .btn-primary {
    padding: 5px;
    font-size: 14px;
  }

  .modal-xs-header.sheet-bottom-header .link-left {
    left: 15px;
    top: 22px;
  }

  .modal-xs-header.sheet-bottom-header .btn-right {
    right: 15px;
    top: 15px;
  }

  .modal-xs-header-text {
    display: inline-block;
    clear: both;
    font-size: 18px;
  }

  .modal-xs-header-text.modal-xs-right-header-text {
    margin-left: 30px;
  }

  .modal-xs-header-icon {
    position: absolute;
    top: 20px;
    right: 14px;
  }

  .modal-xs-header-icon.modal-xs-right-header-icon {
    left: initial;
    right: initial;
  }

  .modal-xs-body {
    height: 100%;
    max-height: initial;
    padding: 10px 10px 40px 10px;
    box-sizing: border-box;
    overflow: initial;
  }

  .modal-xs-body-list {
    padding: 0 0 200px 0;
    overflow-y: auto;
  }

  .modal-xs-list-item {
    position: relative;
    display: block;
    clear: both;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 14px;
  }

  .modal-xs-list-item.selected .modal-xs-radio-icon svg {
    visibility: visible;
  }

  .modal-xs-radio-icon-container {
    width: 12%;
    display: inline-block;
    float: left;
  }

  .modal-xs-radio-icon {
    height: 20px;
    width: 12px;
    display: inline-block;
    padding: 0px 4px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0.7;
  }

  .modal-xs-radio-icon svg {
    visibility: hidden;
    width: 12px;
  }

  .modal-xs-radio-text {
    width: 88%;
    display: inline-block;
  }

  .modal .modal-footer {
    box-shadow: none;
  }

  .modal-active {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }

  .modal-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4100;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 0.5s;
    -ms-animation: fade 0.5s;
    -moz-animation: fade 0.5s;
    -o-animation: fade 0.5s;
    animation: fade 0.5s;
  }

  .modal-xs-right {
    right: inherit;
    left: inherit;
    -webkit-box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    -webkit-overflow-scrolling: touch;
  }

  .modal-xs-right.modal.fade.in, .modal-xs-right.modal.fade {
    top: 0;
    left: 0;
  }

  .modal-xs-right.mobile-nav-subcategories-panel {
    top: 95px;
    z-index: 3000;
  }

  .modal-xs-right.modal.fade.in,
.modal-xs-right-in {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .modal-xs-bottom.modal.fade.in,
.modal-xs-bottom-in {
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .nav-tabs li.tab-check {
    margin: 2px 5px 8px 2px;
  }

  .banner-with-text .text-container .banner-with-text-title {
    font-size: 40px;
    line-height: 42px;
  }

  .banner-with-text .text-container .banner-with-text-paragraph {
    max-width: 100%;
  }

  .user-content {
    width: 100%;
  }

  .user-content table {
    width: 100% !important;
  }

  .user-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  .card-img-big {
    height: 60px;
  }

  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 100.25%;
  }

  .embed-responsive img {
    height: 100%;
    width: auto;
    max-width: initial;
  }

  .logo-text {
    width: 100%;
    margin: 10px auto;
    font-size: 24px;
    line-height: initial;
    text-align: center;
  }

  .add-on.mobile-search-input-back,
.add-on.mobile-search-input-submit {
    height: auto;
    border: 0;
    margin-top: 14px;
    background: none;
  }

  input.mobile-search-input {
    width: 80% !important;
    /*Override Bootstrap width*/
    height: 50px;
    margin-top: 4px;
    border: 0;
    padding: 10px;
    font-size: 18px;
    box-shadow: none;
  }

  input.mobile-search-input:focus {
    border: 0;
    box-shadow: none;
  }

  .search-suggest {
    position: fixed;
    top: 64px;
    z-index: 3000;
    display: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 1000px;
    overflow-y: scroll;
  }

  .search-suggest-link {
    padding: 20px 15px;
  }

  .has_store_bar_thin .search-suggest {
    top: 60px;
  }

  .mobile-search-backdrop {
    z-index: 1;
  }

  .mobile-nav-categories-container {
    top: 95px;
    padding: 0 0 200px 0;
    z-index: 3000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .move-list-up .mobile-nav-categories-container,
.move-list-up .mobile-nav-subcategories-panel {
    top: 45px;
  }

  .password-page-svg {
    width: 15%;
  }

  .panel-mobile-variant {
    left: 0;
  }

  .zoom-svg-icon {
    width: 16px;
    height: 18px;
  }

  .mobile-zoom-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .mobile-zoom-panel .mobile-zoom-image-container {
    margin: 15px;
    max-height: 95%;
  }

  .mobile-zoom-panel .mobile-zoom-spinner {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 99;
    margin-left: -15px;
  }

  .mobile-zoom-panel img {
    width: 100%;
    max-height: inherit;
  }

  .footer {
    padding: 0 20px;
  }

  .footer-nav {
    margin: 20px 0;
  }

  .footer-nav li {
    margin: 15px 0;
  }

  .footer-nav li a {
    display: inline-block;
    min-width: 48px;
    padding: 0;
  }

  .footer-title {
    margin-top: 20px;
  }

  .footer .input-newsletter {
    height: 48px;
  }

  .footer .btn-small {
    width: 48px;
    height: 48px;
  }

  .cart-table-row {
    font-size: 14px;
  }

  .cart-item-name {
    float: left;
    width: 100%;
    padding: 0 40px 10px 0;
    box-sizing: border-box;
  }

  .cart-item-name.not-editable {
    padding: 0 10px 10px 0;
  }

  .cart-table-product {
    /* !important necesary to override Bootstrap 2*/
    width: 18% !important;
    float: left !important;
  }

  .cart-quantity {
    /* !important necesary to override Bootstrap 2*/
    width: 82% !important;
    float: left !important;
    padding-left: 10px;
  }

  .cart-item-subtotal {
    /* !important necesary to override Bootstrap 2*/
    width: auto;
    padding: 12px 0 10px 10px;
    text-align: right;
    font-weight: bold;
  }

  .cart-quantity-btn,
.cart-btn-delete {
    padding: 8px 12px;
  }

  input.cart-quantity-input {
    height: 26px;
    margin-top: 2px;
  }

  .cart-quantity-svg-icon {
    width: 18px;
    height: 20px;
  }

  .cart-delete-container {
    /* !important necesary to override Bootstrap 2*/
    position: absolute;
    right: 0;
    top: 7px;
    float: right !important;
    width: 32px !important;
  }

  .cart-delete-container .cart-btn-delete {
    padding-right: 0;
  }

  .ajax-cart-item-image-col {
    width: 16%;
  }

  .ajax-cart-item-desc-col {
    width: 82%;
  }

  .cart-totals-container {
    padding: 0;
  }

  .cart-promotion-detail {
    width: 65%;
    float: left;
  }

  .cart-promotion-number {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    float: right;
    margin: 0;
    text-align: right;
  }
}
/*============================================================================
  #Critical path utilities
==============================================================================*/
/* Visible general content after rest of styling loads */
.visible-when-content-ready {
  visibility: visible !important;
}

.display-when-content-ready {
  display: block !important;
}

.hidden-when-content-ready {
  display: none;
}

.product-single-image {
  height: auto;
}

/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), local("sans-serif-condensed-light"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYb9lecyU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb9lecyVC4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), local("sans-serif-condensed"), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Custom css*/
.accordion {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebeaee;
}

.accordion-section:focus {
  outline: none;
}

.accordion-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  cursor: pointer;
}

.accordion-section-header-content {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.accordion-section-header-label {
  font-weight: 600;
}

.accordion-section-header-icon {
  width: 35px;
  fill: #525153;
}

.accordion-section-body {
  padding: 0 1em 20px;
}

.alert {
  float: left;
  clear: both;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 4px;
  border-radius: 6px;
  padding: 1em;
}

.alert .alert-icon {
  min-width: 16px;
}

.alert-danger-bagged {
  background: #db3e3e;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  margin-top: -4px;
  padding: 8px 5px 5px;
  text-align: center;
  width: 100%;
}

.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}

.alert-info .alert-icon {
  fill: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #f7ecb5;
  border-radius: 4px;
  color: #525153;
  margin-bottom: 20px;
}

.alert-warning .alert-icon {
  fill: #525153;
}

.alert-danger {
  background-color: #db3e3e;
  border: 2px solid #c22424;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  text-align: center;
}

.alert-danger .alert-icon {
  fill: #525153;
}

.alert-danger .btn.btn-link, .alert-danger a {
  color: #fff;
  text-decoration: underline;
}

.alert-danger .btn.btn-link:hover, .alert-danger a:hover {
  color: #d4d4d4;
  text-decoration: underline;
}

.badge {
  border-top: 1px dotted #ebeaee;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.badge a img {
  height: 100%;
  width: 60px;
}

.banner {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.banner a img {
  margin: 0 auto;
  max-width: 90%;
}

.breadcrumb {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  padding-top: 80px;
  width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 10px;
    margin-top: 30px;
    max-width: 350px;
    padding: 0;
  }
}
.breadcrumb li {
  text-align: center;
}

.breadcrumb li .breadcrumb-step {
  background-color: #e6e6e6;
  border: none;
  color: #9997a8;
  cursor: default;
  display: block;
  font-size: 11px;
  height: 34px;
  margin-right: -20px;
  outline: none;
  padding: 10px 45px 10px 35px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.breadcrumb li .breadcrumb-step.active {
  background-color: #029cdc;
  color: #fff;
}

.breadcrumb li .breadcrumb-step.active:before {
  border-color: transparent transparent transparent #14b9fd;
  left: 0;
}

.breadcrumb li .breadcrumb-step.active:after, .breadcrumb li .breadcrumb-step.active:before {
  border-style: solid;
  border-width: 17px 10px;
  content: "";
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.breadcrumb li .breadcrumb-step.active:after {
  border-color: transparent transparent transparent #029cdc;
  right: 0;
}

.breadcrumb li .breadcrumb-step.visited {
  background: #14b9fd;
  color: #fff;
  cursor: pointer;
}

.breadcrumb li:first-child .breadcrumb-step {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 30px;
}

.breadcrumb li:first-child .breadcrumb-step.active:before {
  display: none;
}

.breadcrumb li:last-child .breadcrumb-step {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 30px;
}

.breadcrumb li:last-child .breadcrumb-step:after {
  display: none;
}

.btn {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.6em;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .btn {
    min-width: 160px;
    width: auto;
  }
}
.btn:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
}

.btn-loading {
  pointer-events: none;
}

.btn-primary {
  background-color: #029cdc;
  background-position: 50%;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.btn-primary:focus, .btn-primary:hover {
  background: #14b9fd radial-gradient(circle, transparent 1%, #14b9fd 0) 50%/15000%;
  color: #fff;
}

.btn-primary:active {
  background-color: #029cdc;
  background-size: 100%;
  transition: background 0s ease;
}

.btn-primary.btn-icon-right svg {
  fill: #029cdc;
  margin-left: 5px;
}

.btn-secondary {
  background: #fff;
  background-position: 50%;
  border: 1px solid #cfcfd6;
  color: #737182;
  outline: none;
  transition: all 0.2s ease;
}

.btn-secondary:focus, .btn-secondary:hover {
  background: #f0f0f0 radial-gradient(circle, transparent 1%, #f0f0f0 0) 50%/15000%;
  color: #737182;
}

.btn-secondary:active {
  background-color: #fff;
  background-size: 100%;
  transition: all 0s ease;
}

.btn-secondary.btn-icon-right svg {
  fill: #737182;
  margin-left: 5px;
}

.btn-transparent {
  color: #737182;
  outline: none;
}

.btn-transparent:hover {
  color: #029cdc;
}

.btn-transparent:hover.btn-icon-right svg {
  fill: #029cdc;
}

.btn-transparent.btn-icon-right svg {
  fill: #737182;
  margin-left: 5px;
}

.btn-full {
  width: 100%;
}

@media (max-width: 575px) {
  .btn-small-xs {
    font-size: 13px;
    text-transform: capitalize;
  }

  .btn-auto-xs {
    width: auto;
  }
}
.btn-borderless {
  border: 0;
}

.btn-bordered {
  border: 1px solid #eee;
  margin-top: 10px;
  outline: 0;
  padding: 5px;
  transition: background 0.3s ease;
}

.btn-bordered.active {
  background: #14b9fd radial-gradient(circle, transparent 1%, #14b9fd 0) 50%/15000%;
  border-color: #14b9fd;
  color: #fff;
}

.btn-small {
  font-size: 0.85em;
  padding: 8px 12px;
}

.btn-link {
  background-color: transparent;
  border: none;
  line-height: 1em;
  min-width: auto;
  outline: none;
  padding: 0;
  width: auto;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0278a9;
}

.btn-link:hover svg {
  fill: #0278a9;
}

.btn-link:active, .btn-link:focus {
  box-shadow: none;
}

.btn-picker {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.btn-input-append {
  position: absolute;
  right: 0;
  width: 100px;
  height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box-discount-coupon {
  display: block;
  opacity: 0;
  overflow: auto;
  position: relative;
}

.box-discount-coupon button {
  background: #029cdc;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 8px;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  width: 30px;
}

.box-discount-coupon button svg {
  fill: #fff;
}

.box-discount-coupon button:hover {
  background: #2dc0fd radial-gradient(circle, transparent 1%, #2dc0fd 0) 50%/15000%;
  cursor: pointer;
}

.box-discount-coupon button:focus {
  outline: 0;
}

.box-discount-coupon button .loading {
  background-color: #fff;
  bottom: 1px;
  right: 1px;
  top: 1px;
}

.box-discount-coupon-applied {
  background-color: rgba(242, 242, 242, 0.5);
  border: 1px solid #e5e5e9;
  border-radius: 6px;
  color: #029cdc;
  padding: 12px 1em;
}

.box-discount-coupon-applied .coupon-icon {
  fill: #029cdc;
  left: -3px;
  position: relative;
  top: 1px;
}

.error-page {
  display: flex;
  height: calc(90vh - 100px);
  flex-direction: column;
  justify-content: center;
  padding: 10% 0;
  align-items: center;
  text-align: center;
}

.error-page .svg {
  fill: #525153;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group {
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
  width: 100%;
  vertical-align: top;
}

.form-group-error .input-group-append {
  z-index: 2;
}

.form-group-error .form-control {
  border: 1px solid #c13a3a;
}

.form-group-error .form-control:focus {
  border-color: #c13a3a;
}

.row > .form-group {
  margin-bottom: 9px;
}

.form-group-icon {
  float: left;
  margin: -1px 10px 0 0;
  position: relative;
}

.form-group-icon .checked, .form-group-icon .unchecked {
  float: left;
}

.form-group-icon svg .checked {
  overflow: hidden !important;
}

.form-group-icon svg .checked path {
  z-index: -2;
}

.form-group input[type=radio] + .form-options-content {
  -webkit-appearance-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.form-group input[type=radio] + .form-options-content .unchecked {
  fill: #e2e2e9;
  height: 15px;
  width: 14px;
}

.form-group input[type=radio] + .form-options-content .checked {
  -webkit-appearance-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  fill: #029cdc;
  height: 0;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  transition: all 0.1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: 0;
}

.form-group input[type=radio]:checked + .form-options-content {
  border: 1px solid #029cdc;
}

.form-group input[type=radio]:checked + .form-options-content + .form-options-accordion {
  border: 1px solid #ebeaee;
  border-top: 0;
  font-size: 12px;
  height: auto;
  overflow: visible;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.form-group input[type=radio]:checked + .form-options-content .checked {
  height: 11px;
  left: 2px;
  top: 5px;
  width: 10px;
}

.form-group input[type=checkbox] + .form-options-content .unchecked {
  fill: #737182;
  opacity: 0.5;
}

.form-group input[type=checkbox] + .form-options-content .checked {
  -webkit-appearance-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  height: 0;
  left: 10px;
  position: absolute;
  top: 10px;
  transition: all 0.1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: 0;
}

.form-group input[type=checkbox][disabled] + .form-options-content .unchecked {
  opacity: 0.1;
}

.form-group input[type=checkbox]:checked + .form-options-content .checked {
  fill: #029cdc;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.form-group input[disabled] + .form-options-content, .form-group input[disabled] + .form-options-content .form-options-label {
  cursor: not-allowed;
}

.form-group input[disabled] + .form-options-content {
  border: 1px solid #d6d6d6 !important;
}

.form-group input[disabled] + .form-options-content .form-options-label {
  color: #525153 !important;
  opacity: 0.6;
}

.form-group input[disabled] + .form-options-content .checked {
  fill: #525153 !important;
  opacity: 0.2;
}

.form-group input[type=checkbox], .form-group input[type=radio] {
  display: none;
}

.form-control {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #525153;
  float: left;
  font-size: 1em;
  line-height: 1.6em;
  padding: 12px 10px;
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: 100%;
  z-index: 999999;
}

.form-control label {
  font-size: 14px;
  font-weight: 700;
}

.form-control:focus {
  border: 1px solid #029cdc;
  outline: none;
}

.form-control::placeholder {
  opacity: 0.6;
}

.form-control-select {
  cursor: pointer;
}

.form-control-textarea {
  font-family: inherit;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

.form-control-w-50 + .form-control-w-50 {
  padding-left: 10px;
}

.form-control-w-50 {
  width: 50%;
}

.form-control-w-30 {
  width: 30%;
}

.form-control-w-70 {
  width: 70%;
}

.has-float-label .form-control-help {
  border: 1px solid transparent;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1em;
  outline: none;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 12px;
  left: auto;
  z-index: 999;
}

.form-options-label {
  cursor: pointer;
  display: flex;
  margin-top: -2px;
}

.form-options-img {
  height: 35px;
  margin-right: 10px;
  vertical-align: initial;
  width: 60px;
}

.form-options-content {
  color: #737182;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

.form-options-accordion {
  -webkit-appearance-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  border-top: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

body {
  color: #525153;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  margin: 0;
}

a {
  color: #029cdc;
  cursor: pointer;
}

a:hover {
  color: #0278a9;
}

a:hover svg {
  fill: #0278a9;
}

a svg {
  fill: #028ac3;
}

.hide {
  display: none !important;
}

.panel {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebeaee;
  float: left;
  margin-bottom: 20px;
  padding: 1em;
  width: 100%;
}

.panel.panel-with-header {
  padding-top: 10px;
}

.panel .panel-submodule:last-of-type {
  margin: 0;
}

.panel .panel-submodule:first-of-type {
  margin-top: 0;
}

.panel:focus {
  outline: none;
}

.panel-header {
  -webkit-appearance-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  clear: both;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  padding-bottom: 12px;
}

.panel-header-tooltip {
  cursor: pointer;
  display: flex;
  margin-right: -5px;
  padding: 5px;
}

.panel-header-tooltip .tooltip-icon {
  fill: #9997a8;
}

.panel-header-tooltip:hover .tooltip-icon {
  fill: #029cdc;
}

.panel-header-sticky {
  background: #fff;
  padding-top: 12px;
  position: sticky;
  top: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .panel-header-sticky {
    position: sticky;
    top: -1px;
  }
}
.panel-footer {
  background: #fafafa;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid rgba(235, 234, 238, 0.8);
  float: left;
  padding: 2em 2.5em;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 576px) {
  .panel-footer {
    padding: 3em 5em;
  }
}
.panel-footer-wa {
  border-radius: 0;
}

.panel-footer-wa-signup .error-msg {
  color: #db3e3e;
  text-align: left;
}

.panel-footer-wa-signup input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.panel-footer-wa-signup .bg-danger, .panel-footer-wa-signup .bg-success {
  float: left;
  width: 100%;
}

@media (max-width: 575px) {
  .panel-footer-wa-signup p {
    margin: 0 auto;
    max-width: 400px;
  }
}
.panel-footer-header h4 {
  letter-spacing: 0.03em;
  line-height: 1.2em;
  margin-bottom: 0.7em;
}

.panel-footer-header h4 img {
  width: 18px;
}

.panel-footer-header .logo {
  margin: 10px auto;
  max-width: 80px;
  width: 20%;
}

.panel-footer-header .logo img {
  width: 100%;
}

.panel-footer-header p {
  padding-right: 3px;
}

.panel-footer-form {
  border: 1px solid #029cdc;
  border-radius: 3px;
}

.panel-footer-form input {
  border: none;
  padding-left: 10px;
}

.panel-footer-form .input-group-addon {
  border-color: #029cdc;
  padding: 1rem;
}

.panel-footer-form .input-group-addon svg {
  fill: #02ad56;
  margin-top: -3px;
}

.panel-footer-form .input-group-addon:focus {
  border: none;
  outline: none;
}

.panel-submodule {
  float: left;
  margin: 10px 0 20px;
  width: 100%;
}

.panel-subheader {
  clear: both;
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .panel-header-button {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 2;
  }
}
.headbar {
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.025);
  padding: 12px 0;
  position: relative;
  z-index: 20;
}

.headbar a {
  text-decoration: none;
}

.headbar-logo-img {
  max-height: 38px;
  max-width: 100%;
}

.headbar-logo-text {
  float: left;
  font-size: 20px;
  margin: 8px 0;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .has-float-label {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .has-float-label + .custom-file, .input-group > .has-float-label + .custom-select, .input-group > .has-float-label + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .input-group > .has-float-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .has-float-label .custom-select:not(:last-child), .input-group > .has-float-label .form-control:not(:last-child), .input-group > .has-float-label:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .has-float-label .custom-select:not(:first-child), .input-group > .has-float-label .form-control:not(:first-child), .input-group > .has-float-label:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .custom-file {
  align-items: center;
  display: flex;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group .form-group {
  width: auto;
  flex: 1;
  margin-bottom: 0;
}

.input-group .alert-danger-bagged {
  z-index: -1;
  position: relative;
}

.input-group-append, .input-group-prepend {
  display: flex;
  z-index: 6;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  height: 46px;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  align-items: center;
  background-color: #9997a8;
  border: 1px solid #737182;
  border-radius: 3px;
  display: flex;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-label {
  margin: 4px 6px;
}

.input-loading {
  color: #9997a8;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 15px;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label > span, .has-float-label label {
  cursor: text;
  font-size: 78%;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.03em;
  opacity: 0.7;
  position: absolute;
  top: 0;
  transition: padding 0.2s;
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
  opacity: 1;
  transition: padding 0.2s;
}

.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: 0.5;
  top: 0;
}

.has-float-label .form-control {
  height: 46px;
  padding: 17px 10px 4px 13px;
}

.has-float-label .form-control.disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.has-float-label textarea.form-control {
  height: auto;
}

.has-float-label .select-label {
  left: 6px;
  top: 6px;
}

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 7px 10px;
  pointer-events: none;
  white-space: nowrap;
  width: 90%;
  z-index: 0;
}

.alert-input {
  border-radius: 0 0 3px 3px;
  margin-top: -4px;
}

.alert-input-icon {
  color: #db3e3e;
  position: absolute;
  right: 9px;
}

.select-container.select-loading {
  color: #9997a8;
  left: 5px;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 22px;
}

.select-container:focus {
  outline: 0;
}

.select-icon {
  color: #000;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 15px;
}

.select::-ms-expand {
  display: none;
}

.list-picker {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.list-picker .checked, .list-picker .unchecked {
  float: left;
  margin-right: 10px;
}

.list-picker .unchecked {
  display: inline-block;
  fill: #737182;
  opacity: 0.8;
}

.list-picker .checked {
  display: none;
}

.list-picker li {
  background: #fff;
  border: 1px solid #ebeaee;
  border-radius: 6px;
  float: left;
  margin-bottom: 8px;
  padding: 12px;
  width: 100%;
}

.list-picker li:hover {
  color: #029cdc;
  cursor: pointer;
}

.list-picker li:last-child {
  margin: 0;
}

.list-picker li.active {
  color: #029cdc;
}

.list-picker li.active:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-picker li.active .unchecked {
  display: none;
}

.list-picker li.active .checked {
  display: inline-block;
  fill: #029cdc;
}

.list-picker-item-content {
  float: left;
  width: 80%;
}

.list-picker-content {
  background: #fff;
  border: 1px solid #ebeaee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  margin-top: -1px;
  padding: 12px;
  width: 100%;
}

.loading {
  align-items: center;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 5px;
  bottom: 0;
  color: #029cdc;
  display: flex;
  justify-content: center;
  left: 0;
  margin: -8px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.loading-spinner {
  color: #029cdc;
  max-width: 50%;
}

.loading-full {
  position: fixed;
}

.loading-skeleton-text {
  width: 90px;
  height: 15px;
  border-radius: 15px;
  background: #eee;
}

.loading-skeleton-radio {
  float: left;
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 6px;
  margin-top: 10px;
}

.loading-skeleton-radio:first-child {
  margin-top: 0;
}

.loading-skeleton-radio:first-child .loading-skeleton-text:first-child {
  width: 80px;
}

.loading-skeleton-radio:first-child .loading-skeleton-text:nth-child(2) {
  width: 200px;
}

.loading-skeleton-radio:nth-child(3) .loading-skeleton-text:first-child {
  width: 80px;
}

.loading-skeleton-radio:nth-child(3) .loading-skeleton-text:nth-child(2) {
  width: 200px;
}

.loading-skeleton-radio:nth-child(2) .loading-skeleton-text:first-child {
  width: 100px;
}

.loading-skeleton-radio:nth-child(2) .loading-skeleton-text:nth-child(2) {
  width: 250px;
}

.loading-skeleton-radio:nth-child(4) .loading-skeleton-text:first-child {
  width: 100px;
}

.loading-skeleton-radio:nth-child(4) .loading-skeleton-text:nth-child(2) {
  width: 250px;
}

.destination {
  align-items: center;
  border-bottom: 1px solid rgba(235, 234, 238, 0.7);
  display: flex;
  float: left;
  padding: 25px 0;
  width: 100%;
}

@media (min-width: 576px) {
  .destination {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.destination-icon {
  float: left;
  text-align: center;
  width: 20%;
}

.destination-icon svg {
  fill: #029cdc;
  position: relative;
}

@media (min-width: 576px) {
  .destination-icon svg {
    left: 9%;
  }
}
.destination-content {
  float: left;
  text-align: left;
  width: 75%;
}

.destination-content .heading-small {
  line-height: 1em;
  clear: both;
}

.destination-content .heading-small .tooltip-small {
  top: 3px;
}

.destination-eta-alert {
  width: auto;
  padding: 0.5em;
}

.history, .history-item {
  float: left;
  width: 100%;
}

.history-item {
  margin: 11px 0;
  min-height: 45px;
  position: relative;
  text-align: left;
}

.history-item:last-child .history-item-progress-icon:after {
  display: none;
}

.history-item-done .history-item-title {
  color: #029cdc;
  opacity: 1;
}

.history-item-incomplete .history-item-progress-icon:after {
  border-color: #e6e6e6 !important;
}

.history-item-failure .history-item-title {
  color: #c13a3a;
}

.history-item p {
  opacity: 0.7;
}

.history-item-title {
  font-size: 1.2em;
  opacity: 0.5;
}

.history-item-date {
  font-size: 0.9em;
  opacity: 0.6;
}

.history-item-content {
  float: left;
  max-width: 470px;
  position: relative;
  width: 80%;
}

.history-item-address p {
  opacity: 1;
}

.history-item-shipping {
  float: left;
  width: 100%;
}

.history-item-shipping-content {
  clear: both;
  display: block;
  float: left;
  padding: 0.5em 0;
  width: 100%;
}

.history-item-shipping-msg {
  display: block;
  font-weight: 300;
}

.history-item-shipping-link {
  font-size: 14px;
}

.history-item-shipping-code {
  display: block;
  text-transform: uppercase;
}

.history-failure {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  text-align: left;
  width: 75%;
}

.history-event, .history-events {
  float: left;
  width: 100%;
}

.history-event {
  margin: 0.7em 0;
}

.history-event-status {
  font-weight: 600;
}

.history-event-city {
  font-style: italic;
  position: relative;
}

.history-item-progress {
  float: left;
  text-align: center;
  width: 20%;
}

@media (min-width: 576px) {
  .history-item-progress {
    width: 17%;
    margin-left: 3%;
  }
}
.history-item-progress-item {
  clear: both;
  font-size: 1.8em;
  height: 55px;
  line-height: 1em;
  margin: 10px auto;
  min-width: 25px;
  position: relative;
  width: 20%;
}

.history-item-progress-icon {
  display: inline-block;
}

.history-item-progress-icon:after {
  border-left: 3px solid #e6e6e6;
  content: "";
  height: 100%;
  margin-left: -13px;
  position: absolute;
  top: 23px;
  width: 5px;
  z-index: 0;
}

.history-item-progress-icon svg {
  color: #e6e6e6;
  fill: #e6e6e6;
}

.history-item-progress-icon-failure svg {
  fill: #c13a3a;
}

.history-item-progress-icon-success svg {
  fill: #029cdc;
}

.history-item-progress-icon-success:after {
  border-color: #029cdc;
}

.history-item-message {
  float: left;
  max-width: 80%;
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 13px;
}

.history-canceled {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  float: left;
  width: 100%;
}

.history-canceled-round {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.history-canceled-header {
  align-items: center;
  border-bottom: 1px solid #ebeaee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  height: 100px;
  text-align: left;
}

.history-canceled-header h4 {
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
  width: 80%;
}

.history-canceled-body {
  float: left;
  padding: 40px 0;
  width: 100%;
}

.history-canceled-content, .history-canceled-icon {
  float: left;
}

.history-canceled-content {
  line-height: 1.3em;
  max-width: 430px;
  text-align: left;
  width: 75%;
}

.history-canceled-icon {
  float: left;
  text-align: center;
  width: 20%;
}

.history-canceled-icon svg {
  position: relative;
  fill: #029cdc;
}

@media (min-width: 576px) {
  .history-canceled-icon svg {
    left: 9%;
  }
}
.history-canceled-icon-package svg {
  margin-left: -10px;
  width: 34px;
}

.ticket-coupon {
  margin-top: 15px;
}

.ticket-coupon img {
  max-width: 80px;
}

.ticket-coupon-number {
  float: left;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%;
}

.custom-payment {
  line-height: 1.5em;
}

.orderstatus-footer {
  width: 100%;
  float: left;
  margin: 10px auto;
}

.signup {
  background: #fafafa;
  padding-top: 3em;
  padding-bottom: 3em;
}

.signup-success-header {
  color: #029cdc;
}

.signup-success-header svg {
  fill: #029cdc;
}

.signup-icon {
  float: left;
  text-align: center;
  width: 20%;
}

.signup-icon svg {
  fill: #029cdc;
  position: relative;
}

@media (min-width: 576px) {
  .signup-icon svg {
    left: 9%;
  }
}
.signup-content {
  float: left;
  width: 70%;
}

.status {
  padding: 25px 0;
}

@media (min-width: 576px) {
  .status {
    display: flex;
    align-items: center;
    padding: 40px 0;
  }
}
.status-title {
  width: 95%;
}

.status-icon {
  float: left;
  text-align: center;
  width: 20%;
}

.status-icon svg {
  fill: #029cdc;
  position: relative;
}

@media (min-width: 576px) {
  .status-icon svg {
    left: 9%;
  }
}
.status-icon-canceled svg {
  fill: #db3e3e;
}

.status-content {
  float: left;
  width: 70%;
}

.tracking, .tracking-item {
  float: left;
  width: 100%;
}

.tracking-item {
  margin: 0.7em 0;
}

.tracking-item-status {
  font-weight: 600;
}

.tracking-item-city {
  font-style: italic;
  position: relative;
}

.tracking-item-content {
  float: left;
  font-size: 13px;
  line-height: 1.3em;
  width: 70%;
}

.tracking-item-time {
  float: left;
  font-size: 0.8em;
  min-width: 50px;
  width: 30%;
  line-height: 18px;
  width: 20%;
}

.user-details {
  float: left;
  letter-spacing: 0.01em;
  line-height: 1.3em;
  max-width: 400px;
  width: 100%;
}

.user-detail {
  float: left;
  margin: 10px 0;
  width: 100%;
}

.user-detail-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.user-detail-icon svg {
  fill: #029cdc;
  position: relative;
}

@media (min-width: 576px) {
  .user-detail-icon svg {
    left: 9%;
  }
}
.user-detail-content {
  float: left;
  width: 70%;
}

.overlay {
  animation: fadeIn 0.6s ease-in-out forwards;
  background: rgba(128, 128, 128, 0.45);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.overlay.overlay-white {
  background-color: #fff !important;
}

.overlay-title {
  color: #737182;
}

.overlay-full {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.payment-list-item {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.payment-item-name {
  flex-grow: 1;
  margin-bottom: -5px;
}

.payment-item-title {
  float: left;
}

.payment-item-title:first-letter {
  text-transform: capitalize;
}

.payment-item-discount {
  clear: both;
  display: block;
  float: left;
  background-color: #029cdc;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 4px 7px;
  text-align: center;
}

@media (min-width: 576px) {
  .payment-item-discount {
    float: right;
    clear: none;
    margin-top: 0;
  }
}
.modal .payment-item-discount {
  margin-right: 10px;
  margin-top: 5px;
}

.checkout-method .input-creditcard {
  position: relative;
}

.checkout-method .input-creditcard img {
  margin: 10px;
  position: absolute;
  right: 0;
  width: 40px;
}

.checkout-method .method-error {
  background-color: #db3e3e;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
}

.checkout-method .method-error a {
  color: #fff;
}

.payment-brands img {
  height: 18px;
  margin-right: 5px;
}

.payment-brands img:last-child {
  margin-right: 0;
}

.payment-label-brands {
  float: left;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 576px) {
  .payment-label-brands {
    float: right;
    margin-top: 0;
    width: auto;
  }
}
.offline-img {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

@media (min-width: 768px) {
  .offline-img {
    display: inline-block;
    float: left;
    text-align: left;
    width: 92px;
  }
}
.offline-desc {
  text-align: center;
}

@media (min-width: 768px) {
  .offline-desc {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    max-width: 320px;
    text-align: left;
  }
}
img[src$="payu.svg"].img-large {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}

.cft {
  margin-top: -12px;
  margin-bottom: 9px;
  padding-bottom: 4px;
  padding-top: 6px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gateway-name {
  line-height: 29px;
}

.method-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification {
  border-radius: 6px;
  padding: 1em;
}

.notification-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.notification .notification-title-icon {
  display: inline-flex;
}

.notification .notification-close {
  cursor: pointer;
  font-size: 16px;
  opacity: 0.8;
  text-shadow: 0 1px 0 #fff;
  padding: 2px 5px;
  display: inline-block;
}

.notification-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding-top: 15px;
}

.notification-full {
  width: 100%;
}

.notification-warning {
  background-color: #fcf8e3;
  border: 1px solid #f7ecb5;
  color: #525153;
}

.notification-warning svg {
  fill: #525153;
}

.notification-item {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 20px 20px;
}

.notification-item:last-child {
  margin-bottom: 0;
}

.notification-item-list {
  margin-left: 20px;
}

.notification-item-heading {
  margin-bottom: 10px;
}

.radio-group {
  border-radius: 6px;
}

.radio-group-accordion {
  border: 1px solid #ebeaee;
}

.radio-group-accordion.accordion-error {
  background: #fff;
  border-color: #db3e3e;
  position: relative;
}

.radio-group-accordion .radio {
  border-bottom: 1px solid #f0f0f2;
}

.radio-group-accordion .radio.active {
  border-bottom: 0;
}

.radio-group-accordion .radio:last-child {
  border-bottom: 0;
}

.radio-group-accordion .radio-content:last-child, .radio-group-accordion .radio:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.radio {
  cursor: pointer;
  display: flex;
  outline: none;
  padding: 1em;
  width: 100%;
}

.radio input {
  display: none;
}

.radio input:checked + .selector:before {
  background-image: radial-gradient(circle, #029cdc 0, #029cdc 40%, transparent 50%, transparent 100%);
  border-color: #029cdc;
}

.radio input:disabled + .selector {
  opacity: 0.5;
}

.radio input:disabled:checked + .selector:before {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 50%, transparent 0, transparent 100%);
}

.radio .selector {
  float: left;
  margin-top: -2px;
}

.radio .selector:before {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.7em;
  vertical-align: -0.25em;
  width: 1em;
}

.radio .label {
  cursor: pointer;
  width: 100%;
}

.radio .description {
  color: #9997a8;
  display: inline-block;
  font-size: 0.9em;
  width: 100%;
}

.radio-content {
  background: #f9f9f9;
  border-top: 3px solid #029cdc;
  box-shadow: inset 0 -3px 0 0 rgba(204, 204, 204, 0.3);
  padding: 1.2em 1em;
  position: relative;
}

.shipping-option {
  border: 1px solid #ebeaee;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 1em;
}

.shipping-option.active {
  border-color: #029cdc;
}

.security-seal {
  align-self: center;
  font-size: 11px;
  line-height: 12px;
  margin: 8px 0;
}

.security-seal-badge {
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: bottom;
  width: 28px;
}

.shipping-options {
  float: left;
  width: 100%;
  min-height: 60px;
  position: relative;
}

.shipping-options .btn {
  margin-bottom: -8px;
  margin-top: -8px;
}

.shipping-option:last-child {
  margin-bottom: 0;
}

.section:not(.open) .shipping-method-item img {
  filter: grayscale(90%);
}

.shipping-method-item {
  display: flex;
  line-height: 1.2em;
}

.shipping-method-item img {
  height: 35px;
  margin-right: 10px;
  vertical-align: initial;
  width: 60px;
}

.shipping-method-item-price {
  color: #029cdc;
  display: block;
  margin-bottom: 4px;
}

.shipping-method-item-desc {
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
}

.available-hours {
  padding-left: 17px;
}

.shipping-options-container {
  float: left;
  width: 100%;
}

.shipping-calculator {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .shipping-calculator {
    margin-bottom: 0;
  }
}
.shipping-options-pickup, .shipping-options-ship {
  float: left;
  width: 100%;
}

.review-block-content {
  margin-left: 35px;
}

.round-spinner, .round-spinner:after {
  border-radius: 50%;
  border-width: 1.2em;
  height: 6em;
  width: 6em;
}

.round-spinner.sm, .round-spinner.sm:after {
  border-width: 1em;
  height: 8em;
  width: 8em;
}

.round-spinner.lg, .round-spinner.lg:after {
  border-width: 1.2em;
  height: 18em;
  width: 18em;
}

.round-spinner {
  -webkit-animation: spin 1.1s cubic-bezier(0.04, 0.16, 0.9, 0.76) infinite;
  animation: spin 1.1s cubic-bezier(0.04, 0.16, 0.9, 0.76) infinite;
  font-size: 10px;
  margin: 120px auto 60px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.round-spinner, .round-spinner:after {
  border-color: #029cdc #029cdc #029cdc #0278a9;
  border-style: solid;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner {
  text-align: center;
  width: auto;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner > .spinner-elem {
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  background: #029cdc;
  border-radius: 100%;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 14px;
}

.spinner > .spinner-elem:first-child {
  margin-left: 0;
}

.spinner-inverted > .spinner-elem {
  background: #fff;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, to {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.success-order-id {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .success-order-id {
    padding-top: 20px;
  }
}
.sticky {
  position: sticky;
  top: 10px;
}

.summary {
  top: 52px;
  width: 100%;
}

.summary.fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}

.summary.fixed .summary-details {
  border-radius: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.summary .box-discount-coupon-applied {
  border: 0;
}

.summary-container {
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  float: left;
  justify-content: space-between;
  letter-spacing: 0.3px;
  outline: none;
  padding-bottom: 10px;
  padding-top: 13px;
  position: relative;
  width: 100%;
  z-index: 6;
}

.summary-total {
  background: #029cdc;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: 500;
  padding: 5px 7px;
}

.summary-details {
  clear: both;
  position: relative;
  width: 100%;
  z-index: 5;
}

.fixed .summary-details.toggled {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.summary-img-wrap {
  height: 65px;
  padding-right: 16px;
  width: 65px;
}

.summary-img {
  height: 65px;
  position: relative;
  width: 65px;
}

.summary-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.summary-img-thumb {
  background: #fff;
  border-radius: 6px;
  height: 100%;
  left: 2px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.summary-arrow {
  float: left;
}

.summary-arrow-rounded {
  align-items: center;
  background: #029cdc;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.summary-arrow-rounded .summary-arrow-icon {
  fill: #fff;
}

.summary-arrow-icon {
  fill: #525153;
  position: relative;
  top: 1px;
}

.summary-title {
  align-items: center;
  color: #0278a9;
  display: flex;
  justify-content: center;
}

.summary-coupon {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .summary-coupon {
    padding: 0 1em 1em;
  }
}
@media (max-width: 991px) {
  .summary-coupon + .breadcrumb {
    margin-top: 20px;
    padding: 0;
  }
}
tbody td, tbody th, tfoot td, tfoot th, thead td, thead th {
  padding: 5px 0;
  width: 100%;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  scrollbar-face-color: #029cdc;
  scrollbar-track-color: #fff;
  width: 100%;
}

.table .table-price {
  white-space: nowrap;
}

.table.table-scrollable {
  display: block;
  max-height: 215px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5em 1em;
}

@media (min-width: 768px) {
  .table.table-scrollable {
    max-height: 300px;
  }
}
.table::-webkit-scrollbar {
  height: 0.6em;
  width: 0.6em;
}

.table::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 5px;
}

.table::-webkit-scrollbar-track {
  background: transparent;
}

.table-discount-coupon {
  border-bottom: 1px solid rgba(235, 234, 238, 0.6);
  border-top: 1px solid rgba(235, 234, 238, 0.6);
  color: #029cdc;
}

.table-discount-coupon td {
  padding: 5px 0;
}

.table-discount-promotion {
  border-bottom: 1px solid rgba(235, 234, 238, 0.6);
  border-top: 1px solid rgba(235, 234, 238, 0.6);
  color: #029cdc;
}

.table-discount-promotion td {
  padding: 5px 0;
}

.table-footer {
  border-top: 1px solid rgba(235, 234, 238, 0.8);
  font-size: 18px;
}

.table-footer td {
  padding-top: 10px;
}

.table-subtotal {
  border-top: 1px solid rgba(235, 234, 238, 0.8);
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 1em;
}

.table-subtotal td {
  padding: 8px 0;
}

.table-price {
  min-width: 90px;
}

.emoji {
  display: inline-block;
  vertical-align: sub;
}

.emoji-sm {
  width: 20px;
}

.emoji-md {
  width: 30px;
}

.title {
  color: #737182;
  display: flex;
  justify-content: center;
  text-align: center;
}

h6 {
  font-size: 11px;
}

.support {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .support {
    background: none;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    border: none;
  }
}
.login-info {
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  cursor: pointer;
  position: relative;
}

[data-balloon]:after {
  font-family: sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: 0.5em 1em;
  white-space: nowrap;
}

[data-balloon]:after, [data-balloon]:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  position: absolute;
  z-index: 10;
}

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
}

[data-balloon]:hover:after, [data-balloon]:hover:before, [data-balloon][data-balloon-visible]:after, [data-balloon][data-balloon-visible]:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-balloon]:not([data-balloon-pos]):after {
  margin-bottom: 11px;
}

[data-balloon]:not([data-balloon-pos]):after, [data-balloon]:not([data-balloon-pos]):before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon]:not([data-balloon-pos]):before {
  margin-bottom: 5px;
}

[data-balloon]:not([data-balloon-pos]):hover:after, [data-balloon]:not([data-balloon-pos]):hover:before, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:after, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:before {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon][data-balloon-blunt]:after, [data-balloon][data-balloon-blunt]:before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

[data-balloon][data-balloon-pos=up]:after {
  margin-bottom: 11px;
}

[data-balloon][data-balloon-pos=up]:after, [data-balloon][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos=up]:before {
  margin-bottom: 5px;
}

[data-balloon][data-balloon-pos=up]:hover:after, [data-balloon][data-balloon-pos=up]:hover:before, [data-balloon][data-balloon-pos=up][data-balloon-visible]:after, [data-balloon][data-balloon-pos=up][data-balloon-visible]:before {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

[data-balloon][data-balloon-pos=up-left]:after {
  left: 0;
  margin-bottom: 11px;
}

[data-balloon][data-balloon-pos=up-left]:after, [data-balloon][data-balloon-pos=up-left]:before {
  bottom: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos=up-left]:before {
  left: 5px;
  margin-bottom: 5px;
}

[data-balloon][data-balloon-pos=up-left]:hover:after, [data-balloon][data-balloon-pos=up-left]:hover:before, [data-balloon][data-balloon-pos=up-left][data-balloon-visible]:after, [data-balloon][data-balloon-pos=up-left][data-balloon-visible]:before {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

[data-balloon][data-balloon-pos=up-right]:after {
  margin-bottom: 11px;
  right: 0;
}

[data-balloon][data-balloon-pos=up-right]:after, [data-balloon][data-balloon-pos=up-right]:before {
  bottom: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos=up-right]:before {
  margin-bottom: 5px;
  right: 5px;
}

[data-balloon][data-balloon-pos=up-right]:hover:after, [data-balloon][data-balloon-pos=up-right]:hover:before, [data-balloon][data-balloon-pos=up-right][data-balloon-visible]:after, [data-balloon][data-balloon-pos=up-right][data-balloon-visible]:before {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

[data-balloon][data-balloon-pos=down]:after {
  margin-top: 11px;
}

[data-balloon][data-balloon-pos=down]:after, [data-balloon][data-balloon-pos=down]:before {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos=down]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
}

[data-balloon][data-balloon-pos=down]:hover:after, [data-balloon][data-balloon-pos=down]:hover:before, [data-balloon][data-balloon-pos=down][data-balloon-visible]:after, [data-balloon][data-balloon-pos=down][data-balloon-visible]:before {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

[data-balloon][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 11px;
}

[data-balloon][data-balloon-pos=down-left]:after, [data-balloon][data-balloon-pos=down-left]:before {
  top: 100%;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

[data-balloon][data-balloon-pos=down-left]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  left: 5px;
  margin-top: 5px;
}

[data-balloon][data-balloon-pos=down-left]:hover:after, [data-balloon][data-balloon-pos=down-left]:hover:before, [data-balloon][data-balloon-pos=down-left][data-balloon-visible]:after, [data-balloon][data-balloon-pos=down-left][data-balloon-visible]:before {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

[data-balloon][data-balloon-pos=down-right]:after {
  margin-top: 11px;
  right: 0;
}

[data-balloon][data-balloon-pos=down-right]:after, [data-balloon][data-balloon-pos=down-right]:before {
  top: 100%;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

[data-balloon][data-balloon-pos=down-right]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  right: 5px;
}

[data-balloon][data-balloon-pos=down-right]:hover:after, [data-balloon][data-balloon-pos=down-right]:hover:before, [data-balloon][data-balloon-pos=down-right][data-balloon-visible]:after, [data-balloon][data-balloon-pos=down-right][data-balloon-visible]:before {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

[data-balloon][data-balloon-pos=left]:after {
  margin-right: 11px;
}

[data-balloon][data-balloon-pos=left]:after, [data-balloon][data-balloon-pos=left]:before {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos=left]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
}

[data-balloon][data-balloon-pos=left]:hover:after, [data-balloon][data-balloon-pos=left]:hover:before, [data-balloon][data-balloon-pos=left][data-balloon-visible]:after, [data-balloon][data-balloon-pos=left][data-balloon-visible]:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-balloon][data-balloon-pos=right]:after {
  margin-left: 11px;
}

[data-balloon][data-balloon-pos=right]:after, [data-balloon][data-balloon-pos=right]:before {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos=right]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-left: 5px;
}

[data-balloon][data-balloon-pos=right]:hover:after, [data-balloon][data-balloon-pos=right]:hover:before, [data-balloon][data-balloon-pos=right][data-balloon-visible]:after, [data-balloon][data-balloon-pos=right][data-balloon-visible]:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-balloon][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[data-balloon][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[data-balloon][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[data-balloon][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

.tooltip-small:after {
  min-width: 215px;
  white-space: pre-wrap;
}

.modal {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.modal-header {
  align-items: center;
  display: flex;
  font-size: 18px;
  padding: 20px;
}

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

.modal-header-action {
  cursor: pointer;
}

.modal-header-action:hover {
  opacity: 0.7;
  transition: opacity 0.5 ease;
}

.modal-header-text {
  float: left;
  line-height: 36px;
  margin-left: 20px;
  text-transform: capitalize;
}

.modal-header-icon {
  float: left;
}

.modal-dialog {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  position: relative;
  width: auto;
  z-index: 999;
}

.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: all 0.1s linear;
}

.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-dialog .modal-header {
  box-shadow: none;
}

.modal-dialog .modal-header:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 100px auto;
    max-width: 600px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 200px);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 200px);
  }
}
.modal-xs-header {
  display: none;
}

.modal-backdrop {
  background-color: rgba(48, 49, 48, 0.42);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 888;
}

@media (max-width: 767px) {
  .modal-header {
    display: none;
  }

  .modal-xs {
    background: #fff;
    border: 0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    margin: 0;
    opacity: 1;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
  }

  .modal-xs-dialog {
    box-shadow: none;
    margin: 0;
    transform: translateZ(0) !important;
  }

  .modal-xs-dialog .modal-content {
    border: 0;
    box-shadow: none;
  }

  .modal-xs-header {
    align-items: center;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 25px 20px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .modal-xs-header-text {
    font-size: 18px;
    margin-left: 10px;
  }

  .modal-xs-right {
    box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 200px;
    right: 0;
  }

  .modal-xs-right.modal.fade, .modal-xs-right.modal.fade.show {
    top: 0;
  }

  .modal-xs-right.modal.fade.show {
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }

  .modal-xs-right.modal.fade {
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    transition: all 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
}
.list-group-img {
  height: 26px;
  max-width: 120px;
}

.list-group-item {
  align-items: center;
  border-top: 1px solid #e5e5e5;
  display: flex;
  margin-bottom: -1px;
  padding: 1em;
  position: relative;
}

.list-group-item-action {
  cursor: pointer;
}

.list-group-item-action:hover {
  background: rgba(2, 156, 220, 0.1);
  transition: background 0.5s ease;
}

.list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.list-group-item a {
  display: block;
  padding: 12px 20px;
  width: 100%;
}

.list-group-item a:hover {
  text-decoration: none;
}

.announcement {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 40px;
  border-radius: 6px;
  text-align: center;
  color: #0278a9;
  font-size: 14px;
}

.announcement-message {
  z-index: 1;
}

.announcement-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 5px;
  background: #029cdc;
  opacity: 0.1;
  box-shadow: 0 3px 5px -1px rgba(1, 84, 119, 0.35);
}

.announcement-close {
  float: right;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 23px;
  font-weight: 700;
  font-weight: 300;
  color: #0278a9;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
}

.announcement-close:hover {
  opacity: 0.6;
}

.fade {
  transition: opacity 0.1s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.anin-flip-active {
  opacity: 1;
  transform: rotateX(0deg) !important;
  transition: 0.3s;
}

.anin-flip-inactive {
  transform: rotateX(-180deg) !important;
  transition: 0.3s;
  z-index: 5;
}

.anim-spin {
  -webkit-animation: anim-spin 2s linear infinite;
  animation: anim-spin 2s linear infinite;
}

@-webkit-keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.anim-pulse {
  animation: pulse 1.5s ease-in-out infinite;
}

.anim-pulse-slow {
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  to {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
/*!
 * Tiny grid based on Bootstrap Grid v4.1.3
      Order and Offset were removed from all breakpoints
      Display utilities, other than None and BLock were removed from all breakpoints
      Print utilities were removed
      Flexbox utilities were removed
*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, :after, :before {
  box-sizing: inherit;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
    width: 90%;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

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

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

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

.third-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.third-gutters > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.center-content {
  justify-content: center;
}

.space-between-content {
  justify-content: space-between;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed;
}

.clear-both {
  clear: both !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-50, .opacity-60 {
  opacity: 0.5 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

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

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

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

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

.m-top-none {
  margin-top: 0 !important;
}

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

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

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

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

.m-right-none {
  margin-right: 0 !important;
}

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

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

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

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

.m-bottom-none {
  margin-bottom: 0 !important;
}

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

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

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

.m-left-none {
  margin-left: 0 !important;
}

.m-all {
  margin: 20px !important;
}

.m-all-half {
  margin: 10px !important;
}

.m-all-quarter {
  margin: 5px !important;
}

.m-auto {
  margin: auto !important;
}

.m-none {
  margin: 0 !important;
}

.p-md {
  padding: 12px !important;
}

.p-all {
  padding: 20px !important;
}

.p-all-half {
  padding: 10px !important;
}

.p-all-quarter {
  padding: 5px !important;
}

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

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

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

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

.p-top-none {
  padding-top: 0 !important;
}

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

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

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

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

.p-right-none {
  padding-right: 0 !important;
}

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

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

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

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

.p-bottom-none {
  padding-bottom: 0 !important;
}

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

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

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

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

.p-left-none {
  padding-left: 0 !important;
}

.p-none {
  padding: 0 !important;
}

.text-left {
  text-align: left !important;
}

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

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

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

.text-light {
  font-weight: 300;
}

.text-wrap {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
  -ms-word-break: break-all !important;
  word-wrap: break-word !important;
}

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

.text-pre {
  white-space: pre;
}

.text-small-extra {
  font-size: 12px;
}

.text-small {
  font-size: 13px;
}

.text-regular {
  font-size: 14px;
}

.text-large {
  font-size: 15px;
}

.text-large-extra {
  font-size: 16px;
}

.list-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading-small {
  font-size: 18px;
}

@media (max-width: 767px) {
  .heading-small {
    font-size: 16px;
  }
}
.heading-medium {
  font-size: 24px;
}

@media (max-width: 767px) {
  .heading-medium {
    font-size: 20px;
  }
}
.heading-large {
  font-size: 28px;
}

@media (max-width: 767px) {
  .heading-large {
    font-size: 21px;
    line-height: 1em;
  }
}
.heading-large span {
  color: #8e8ba5;
  font-weight: 100;
}

.list-unstyled-spaced li {
  margin-bottom: 5px;
}

.list-unstyled-spaced i {
  margin-right: 5px;
}

.overflow-none {
  overflow: hidden;
}

.price-striked {
  color: #ccc;
  font-weight: 400;
  text-decoration: line-through;
}

.border-top {
  border-top: 1px solid rgba(44, 43, 51, 0.13);
}

.border-none {
  border: 0;
}

.svg {
  display: inline-block;
  vertical-align: middle;
}

.svg-inline {
  height: 1em;
  vertical-align: -12.5%;
}

.img-small {
  width: 50px;
}

.img-medium {
  width: 65px;
}

.img-large {
  width: 80px;
}

@media (max-width: 575px) {
  .w-100-xs {
    width: 100% !important;
  }

  .overide-width-xs {
    padding: 0;
    width: 100vw !important;
  }

  .clear-both-xs {
    clear: both !important;
  }

  .f-none-xs {
    float: none !important;
  }

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

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

  .p-all-half-xs {
    padding: 10px !important;
  }

  .p-all-quarter-xs {
    padding: 5px !important;
  }

  .p-none-xs {
    padding: 0 !important;
  }

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

  .p-right-double-xs {
    padding-right: 40px !important;
  }

  .p-top-half-xs {
    padding-top: 10px !important;
  }

  .p-top-quarter-xs {
    padding-top: 5px !important;
  }

  .p-right-half-xs {
    padding-right: 10px !important;
  }

  .p-right-quarter-xs {
    padding-right: 5px !important;
  }

  .p-right-none-xs {
    padding-right: 0 !important;
  }

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

  .p-bottom-double-xs {
    padding-bottom: 40px !important;
  }

  .p-bottom-half-xs {
    padding-bottom: 10px !important;
  }

  .p-left-half-xs {
    padding-left: 10px !important;
  }

  .p-left-quarter-xs {
    padding-left: 5px !important;
  }

  .p-left-none-xs {
    padding-left: 0 !important;
  }

  .m-none-xs {
    margin: 0 !important;
  }

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

  .m-top-half-xs {
    margin-top: 10px !important;
  }

  .m-top-quarter-xs {
    margin-top: 5px !important;
  }

  .m-top-none-xs {
    margin-top: 0 !important;
  }

  .m-right-half-xs {
    margin-right: 10px !important;
  }

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

  .m-bottom-half-xs {
    margin-bottom: 10px !important;
  }

  .m-bottom-quarter-xs {
    margin-bottom: 5px !important;
  }

  .m-bottom-none-xs {
    margin-bottom: 0 !important;
  }

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

  .m-left-half-xs {
    margin-left: 10px !important;
  }

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

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

  .horizontal-container {
    margin: 0;
    overflow-x: scroll !important;
  }

  .horizontal-container::-webkit-scrollbar {
    height: 0 !important;
    width: 1px !important;
  }

  .horizontal-container::-webkit-scrollbar-track {
    background: 0 0 !important;
    border-radius: 10px !important;
  }

  .horizontal-container::-webkit-scrollbar-thumb {
    border-radius: 1px !important;
  }

  .horizontal-container ul, .horizontal-products-scroller {
    white-space: nowrap !important;
  }

  .list-unstyled-spaced li {
    margin-bottom: 10px;
  }
}
.d-none, .hidden {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.input-disabled {
  background: #f0f0f0;
  opacity: 0.7;
}

.full-width {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }
}
body {
  font-family: "Lato", sans-serif;
  color: #434343;
  background-color: #ffffff;
}

.overlay {
  background: rgba(230, 230, 230, 0.6);
}

.overlay-title {
  color: rgba(67, 67, 67, 0.7);
}

a {
  color: #86E1C6;
  text-decoration: none;
}

a:hover, a:focus {
  color: #34cd9f;
}

a:hover svg, a:focus svg {
  fill: #34cd9f;
}

a svg {
  fill: #86E1C6;
}

.title {
  color: #434343;
}

.header {
  background-color: white;
  border-color: #BF9B77;
}

.security-seal {
  font-size: 10px;
  color: #434343;
}

@media (max-width: 576px) {
  .security-seal {
    color: #000000;
  }

  .security-seal .d-inline-block:first-child {
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -13px;
  }

  .security-seal p {
    display: inline-block;
  }

  .security-seal p.text-semi-bold {
    margin-right: 50px !important;
  }

  .security-seal-badge {
    margin: 0;
  }
}
.headbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none;
}

.headbar .container {
  max-width: 100%;
  width: 100%;
}

.headbar .container .row {
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  .headbar .container .row .col {
    text-align: center !important;
    flex-basis: auto;
  }

  .headbar .container .row .col.text-left {
    order: 2;
  }

  .headbar .container .row .col.text-right {
    margin: -12px 0 15px 0;
    background: #aac67b;
  }
}
.headbar-logo-img {
  max-width: 100%;
  max-height: 80px;
}

.headbar-logo-text {
  float: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #86E1C6;
}

.headbar-logo-text:hover {
  color: #434343;
}

.headbar-continue {
  margin: 0 !important;
  font-weight: 400;
}

.headbar-continue-icon {
  margin-left: 5px;
}

.border-top {
  border-color: rgba(67, 67, 67, 0.4);
}

.alert-danger-bagged {
  margin: 0;
  padding-top: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.general-error {
  background: #c13a3a;
  border-color: #cf5f5f;
}

.badge {
  border: 0;
}

.form-control {
  color: #434343;
  background-color: #ffffff;
  border-color: rgba(67, 67, 67, 0.3);
  border-radius: 0;
}

.form-control:focus {
  border-color: #BF9B77;
  outline: none;
}

.form-options-content {
  font-size: 12px;
  line-height: 20px;
  color: rgba(67, 67, 67, 0.6);
  border: 0;
}

.form-group-error .form-control {
  border-color: #c13a3a;
}

.form-group-error .form-control:focus {
  border-color: #c13a3a;
}

.form-group input[type=radio] + .form-options-content .unchecked {
  fill: #e6e6e6;
}

.form-group input[type=radio] + .form-options-content .checked {
  fill: #BF9B77;
}

.form-group input[type=radio]:checked + .form-options-content {
  border: 1px solid #BF9B77;
  border-color: #e6e6e6;
}

.form-group input[type=radio]:checked + .form-options-content + .form-options-accordion {
  border-color: #e6e6e6;
}

.form-group input[type=radio]:checked + .form-options-content .checked {
  fill: #BF9B77;
}

.form-group input[type=checkbox]:checked + .form-options-content .checked {
  fill: #434343;
}

.form-group input[disabled] + .form-options-content {
  border-color: #e6e6e6 !important;
}

.form-group input[disabled] + .form-options-content .form-options-label {
  color: #434343 !important;
}

.form-group input[disabled] + .form-options-content .checked {
  fill: #434343 !important;
}

.form-group input[type=checkbox] + .form-options-content .unchecked {
  width: 13px;
  fill: #434343;
}

.has-float-label > span,
.has-float-label label {
  padding: 1px 0 0 7px;
  font-weight: 400;
}

.input-label {
  color: #434343;
}

.select-icon {
  fill: #434343;
}

.input-group .has-float-label {
  margin-right: 1em;
}

.btn-primary {
  color: #ffffff;
  background: #86E1C6;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background: #86E1C6;
  opacity: 0.9;
}

.btn-secondary {
  color: rgba(67, 67, 67, 0.8);
  text-transform: uppercase;
  background: #ffffff;
  border: 2px solid rgba(67, 67, 67, 0.4);
  border-radius: 0;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
  color: #434343;
  background: #ffffff;
  border-color: #434343;
}

.btn-secondary:hover .btn-icon-right, .btn-secondary:focus .btn-icon-right, .btn-secondary:active .btn-icon-right, .btn-secondary:active:focus .btn-icon-right {
  fill: #434343;
}

.btn-secondary .btn-icon-right {
  fill: rgba(67, 67, 67, 0.8);
}

.btn-transparent {
  color: #434343;
  text-decoration: underline;
}

.btn-transparent:hover {
  color: #BF9B77;
}

.btn-transparent:hover .btn-icon-right {
  fill: #BF9B77;
}

.btn-transparent .btn-icon-right {
  fill: #434343;
}

.btn-link {
  color: #BF9B77;
  text-decoration: none;
}

.btn-link:hover {
  color: #af8254;
}

.btn-link:hover svg {
  fill: #af8254;
}

.btn-picker {
  border-color: rgba(67, 67, 67, 0.3);
}

.login-info {
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
  color: rgba(67, 67, 67, 0.6);
}

.breadcrumb {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
}

@media (max-width: 576px) {
  .breadcrumb {
    padding-top: 50px;
  }
}
.breadcrumb:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
  content: "";
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:last-child .breadcrumb-step {
  border-radius: 0;
}

.breadcrumb li .breadcrumb-step {
  height: 55px;
  margin: 0;
  font-size: 13px;
  color: rgba(67, 67, 67, 0.6);
  background: none;
  text-transform: none;
}

.breadcrumb li .breadcrumb-step.active {
  color: #BF9B77;
  background: none;
}

.breadcrumb li .breadcrumb-step.active:before, .breadcrumb li .breadcrumb-step.active:after {
  position: relative;
  margin: 0 10px;
  color: #434343;
  border: 0;
  content: "/";
  opacity: 0.6;
}

.breadcrumb li .breadcrumb-step.visited {
  color: rgba(67, 67, 67, 0.6);
  background: none;
}

.breadcrumb li:first-child .breadcrumb-step, .breadcrumb li:last-child .breadcrumb-step {
  padding: 0;
}

.accordion {
  border-radius: 0;
  border-color: 1px solid rgba(67, 67, 67, 0.1);
}

.accordion-section-header-icon {
  fill: #434343;
}

.mobile-discount-coupon_btn {
  border-radius: 0;
  border-color: #e6e6e6;
  color: #767676;
}

.mobile-discount-coupon_btn .icon {
  color: #767676;
}

@media (max-width: 576px) {
  .summary .panel {
    border: 0;
  }
}
.summary-details {
  background: #ffffff;
}

.summary-container {
  background: #ffffff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none;
}

.summary-total {
  padding: 3px 0;
  font-size: 16px;
  color: #86E1C6;
  background: none;
}

.summary-img-thumb {
  left: 0;
  border-radius: 0;
}

.summary-arrow-rounded {
  background: none;
}

.summary-arrow-rounded .summary-arrow-icon {
  fill: #434343;
}

.summary-title {
  color: #434343;
}

.summary .overlay + .summary-container {
  border-bottom: 0;
}

.radio-group {
  border-radius: 0;
}

.radio-group-accordion {
  border: 0;
}

.radio-group-accordion .radio {
  margin-bottom: -1px;
  border: 1px solid rgba(67, 67, 67, 0.3);
}

.radio-group-accordion .radio.active {
  margin: 0;
  padding-bottom: 10px;
  color: #86E1C6;
  border: 2px solid #86E1C6;
  border-bottom: none;
}

.radio-group-accordion .radio.active .label {
  padding-bottom: 15px;
  color: #86E1C6;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.radio-group-accordion .radio.active + .radio-content {
  padding-top: 5px;
  border: 2px solid #86E1C6;
  border-top: none;
}

.radio-group-accordion .radio .label {
  font-size: 16px;
  font-weight: 700;
  color: rgba(67, 67, 67, 0.6);
}

.radio-group-accordion .radio .description {
  width: calc(100% - 35px);
  margin-left: 35px;
  font-weight: 400;
}

.radio-group-accordion .radio:last-child {
  border: 1px solid rgba(67, 67, 67, 0.3);
  border-radius: 0;
}

.radio-group-accordion .radio-content:last-child {
  border-radius: 0;
}

.radio input:checked + .selector:before {
  background-image: radial-gradient(circle, #86E1C6 0%, #86E1C6 40%, transparent 50%, transparent 100%);
  border-color: #86E1C6;
}

.radio input:disabled:checked + .selector:before {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 100%);
}

.radio .selector:before {
  width: 20px;
  height: 20px;
  margin: 1px 15px 0 0;
  border: 2px solid rgba(67, 67, 67, 0.6);
}

.radio-content {
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.shipping-option {
  margin-bottom: -1px;
  border-radius: 0;
  border-color: rgba(67, 67, 67, 0.3);
}

.shipping-option:not(:first-child) {
  border-top-color: transparent;
}

.shipping-option.active {
  color: #86E1C6;
  border: 2px solid #86E1C6;
}

.shipping-option.active .shipping-method-item-price,
.shipping-option.active .shipping-method-item-desc,
.shipping-option.active .shipping-method-item-name {
  color: #86E1C6;
}

.panel {
  padding: 0;
  color: #434343;
  background-color: #ffffff;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

@media (max-width: 576px) {
  .panel.summary-details {
    box-shadow: -2px 3px 7px 3px rgba(67, 67, 67, 0.1);
  }
}
.panel.panel-with-header {
  padding-top: 0;
}

.panel.panel-with-header p {
  margin: 0 0 25px 0;
}

.panel .panel-subheader:before {
  display: inline-block;
  width: 20px;
  margin: 0 14px 0 2px;
  vertical-align: middle;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23434343"><path d="M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z"/></svg>');
}

.panel .panel-submodule:last-child .panel-subheader:before,
.panel .shipping-options .panel-subheader:before {
  width: 18px;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%23434343"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>');
}

.panel .new-shipping-flow .panel-subheader-ship:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" fill="%23434343"><path d="M226.8 94.6H0V63.8h242.2c8.5 0 15.4 6.9 15.4 15.4v41.6h70.1c4.7 0 9.1 2.1 12 5.8l57 71.2c2.2 2.7 3.4 6.1 3.4 9.6v85.5c0 8.5-6.9 15.4-15.4 15.4h-30.1c-6.2 16.6-22.3 28.5-41.1 28.5-24.2 0-43.9-19.6-43.9-43.9 0-24.2 19.6-43.9 43.9-43.9 18.8 0 34.9 11.8 41.1 28.5h14.7v-64.7l-49-61.2h-62.7v141.3c0 8.5-6.9 15.4-15.4 15.4h-85.5v-30.8h70.1V94.6zm-70.1 56.9H28.5v-30.8h128.2v30.8zm-28.5 57H0v-30.8h128.2v30.8zm-42.7 71.2c-7.2 0-13.1 5.9-13.1 13.1 0 7.2 5.9 13.1 13.1 13.1 7.2 0 13.1-5.9 13.1-13.1 0-7.2-5.9-13.1-13.1-13.1zm-43.9 13.2c0-24.2 19.6-43.9 43.9-43.9s43.9 19.6 43.9 43.9c0 24.2-19.6 43.9-43.9 43.9s-43.9-19.7-43.9-43.9zm271.8-13.2c-7.2 0-13.1 5.9-13.1 13.1 0 7.2 5.9 13.1 13.1 13.1 7.2 0 13.1-5.9 13.1-13.1 0-7.2-5.9-13.1-13.1-13.1z"/></svg>');
}

.panel .new-shipping-flow .panel-subheader-pickup:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" fill="%23434343"><path d="M198.3 0c-82.5 0-150 67.5-150 150 0 60 20 77.5 135 242.5 3.8 5 9.4 7.5 15 7.5s11.3-2.5 15-7.5c115-165 135-182.5 135-242.5 0-82.5-67.5-150-150-150zm0 348.5c-11.3-16.1-21.5-30.6-30.8-43.7C93.9 200.4 85.8 187.7 85.8 150c0-62 50.5-112.5 112.5-112.5S310.8 88 310.8 150c0 37.7-8.1 50.4-81.7 154.8-9.3 13.1-19.5 27.6-30.8 43.7z"/></svg>');
}

.panel .shipping-address-container .panel-subheader:before {
  display: none;
}

.panel-header {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #434343;
  border: 0;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  .panel-header {
    font-size: 20px;
  }
}
.panel-subheader {
  font-weight: 400;
}

@media (max-width: 576px) {
  .panel-subheader {
    font-size: 12px;
  }
}
.panel-header-tooltip .tooltip-icon {
  fill: #767676;
}

.panel-header-tooltip:hover .tooltip-icon {
  fill: #434343;
}

.panel-header-sticky {
  background-color: #ffffff;
}

.panel-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fafafa;
}

.panel-footer-wa {
  border-color: #f2f2f2;
}

.panel-footer-form input {
  border-color: #434343;
}

.panel-footer-form .input-group-addon {
  background: #ffffff;
  border-color: #434343;
}

.panel-footer-form .disabled {
  background: #d9d9d9 !important;
}

.table-footer {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #86E1C6;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
}

.table-footer .text-semi-bold {
  font-weight: 400;
}

.table-subtotal {
  padding: 15px 15px 5px 15px;
  background: rgba(67, 67, 67, 0.1);
  border: 0;
  border-width: 1px;
}

@media (max-width: 576px) {
  .table-subtotal {
    margin: 0;
  }
}
.table-subtotal td {
  padding: 3px 0;
}

.table-subtotal .table tr {
  display: block;
}

.table-subtotal .table-footer td {
  padding: 15px 0;
}

.table.table-scrollable {
  padding-bottom: 0;
}

@media (max-width: 576px) {
  .table.table-scrollable {
    padding: 0;
  }
}
.table.table-scrollable tr {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
}

.table.table-scrollable td {
  padding: 15px 0;
}

@media (max-width: 576px) {
  .table.table-scrollable td {
    padding: 15px;
  }
}
.table.table-scrollable .summary-img-wrap {
  padding: 15px;
}

.table.table-scrollable .table-price {
  padding-right: 15px;
}

.table-discount-coupon, .table-discount-promotion {
  color: #86E1C6;
  border: 0;
}

.shipping-options {
  color: #555555;
}

.shipping-options .btn {
  margin: 0;
}

.shipping-method-item > span {
  width: 100%;
}

.shipping-method-item-desc,
.shipping-method-item-name {
  max-width: 70%;
  color: rgba(67, 67, 67, 0.6);
}

.shipping-method-item-price {
  float: right;
  font-size: 16px;
  color: rgba(67, 67, 67, 0.6);
}

.price-striked {
  display: block;
  margin: 5px 0 0 !important;
  font-size: 14px;
  color: rgba(67, 67, 67, 0.6);
  text-align: right;
}

@media (max-width: 576px) {
  .summary-coupon + .breadcrumb {
    margin: 0;
  }
}
.box-discount-coupon button {
  color: #434343;
  background: none;
}

.box-discount-coupon button:hover {
  background: none;
}

.box-discount-coupon button svg {
  width: 20px;
  fill: #BF9B77;
}

.box-discount-coupon-applied {
  color: #BF9B77;
  background: none;
  border: 0;
  border-radius: 0;
}

.box-discount-coupon-applied .coupon-icon {
  fill: #BF9B77;
}

.orderstatus {
  border: 1px solid rgba(67, 67, 67, 0.1);
}

@media (max-width: 576px) {
  .orderstatus-footer {
    background: #ffffff;
  }
}
.destination {
  border-color: rgba(67, 67, 67, 0.1);
}

.destination-icon svg {
  fill: #BF9B77;
}

.user-detail-icon svg {
  fill: #BF9B77;
}

.history-item-done .history-item-title {
  color: #BF9B77;
}

.history-item-failure .history-item-title {
  color: #c13a3a;
}

.history-item-progress-icon svg {
  fill: #e6e6e6;
}

.history-item-progress-icon:after {
  fill: #e6e6e6;
  border-color: #e6e6e6;
}

.history-item-progress-icon-failure svg {
  fill: #c13a3a;
}

.history-item-progress-icon-success svg {
  fill: #BF9B77;
}

.history-item-progress-icon-success:after {
  border-color: #BF9B77;
}

.history-canceled {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.history-canceled-round {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.history-canceled-header {
  border-color: rgba(67, 67, 67, 0.7);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.history-canceled-icon svg {
  fill: #8c8c8c;
}

.ticket-coupon {
  background: whitesmoke;
  border-color: rgba(67, 67, 67, 0.3);
}

.status {
  border: 1px solid rgba(67, 67, 67, 0.1);
  padding: 25px 0;
}

@media (min-width: 768px) {
  .status {
    padding: 40px 0;
  }
}
.status-icon svg {
  fill: #BF9B77;
}

.tracking-item-time {
  color: #434343;
}

.whatsapp-form input,
.whatsapp-form .input-group-addon {
  border-color: #BF9B77;
}

.payment-item-discount {
  color: #ffffff;
  background-color: #86E1C6;
  border-radius: 0;
}

.list-picker .unchecked {
  fill: #434343;
}

.list-picker li {
  border-color: rgba(67, 67, 67, 0.3);
  background: white;
}

.list-picker li:hover {
  color: #BF9B77;
}

.list-picker li.active {
  background: #ffffff;
}

.list-picker li.active .checked {
  fill: #BF9B77;
}

.list-picker-content {
  background: white;
  border-color: rgba(67, 67, 67, 0.3);
}

.loading {
  background: rgba(250, 250, 250, 0.5);
  color: #BF9B77;
}

.loading-spinner {
  color: #BF9B77;
}

.loading-skeleton-radio {
  margin: 0 0 -1px 0;
  border-color: rgba(67, 67, 67, 0.3);
  border-radius: 0;
}

.loading-skeleton-radio:not(:first-child) {
  border-top: 0;
}

.round-spinner {
  border-color: #BF9B77;
  border-left-color: #b78e66;
}

.round-spinner:after {
  border-color: #BF9B77;
  border-left-color: #b78e66;
}

.spinner > .spinner-elem {
  background: #BF9B77;
}

.spinner-inverted > .spinner-elem {
  background: #ffffff;
}

.signup {
  border: 1px solid rgba(67, 67, 67, 0.1);
  padding: 25px 0;
}

@media (min-width: 768px) {
  .signup {
    padding: 40px 0;
  }
}
.signup-icon svg {
  fill: #BF9B77;
}

.modal-dialog {
  background: #ffffff;
}

@media (max-width: 0) {
  .modal-xs {
    background: #ffffff;
  }
}
.list-group-item {
  border-color: rgba(67, 67, 67, 0.3);
}

.announcement {
  color: #5dd7b3;
}

.announcement-bg {
  background: #86E1C6;
  box-shadow: 0px 3px 5px -1px rgba(52, 205, 159, 0.35);
  border-radius: 0;
}

.announcement-close {
  color: #86E1C6;
}

.alert-info {
  background-color: rgba(134, 225, 198, 0.15);
  border-color: rgba(134, 225, 198, 0.2);
  color: #7bb9a6;
}

.alert-info .alert-icon {
  fill: #71c3ab;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #297dbf;
}

.login article {
  width: 50%;
}

.login-image {
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
}

.login-form form {
  max-width: 455px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.login-form .form-group input.form-control {
  border: none;
  background: #297dbf;
  border-bottom: 1px solid #FFF;
  box-shadow: none;
}

.login-form form label {
  font-weight: 700;
  color: #FFF;
}

.login-form form button {
  border: 1px solid #FFF;
  margin-top: 20px;
  transition: all 0.3s ease;
  background: #297dbf;
}

.login-form form button:hover {
  border: 1px solid #FFF;
  background: #FFF;
  color: #297dbf;
}

.login figure {
  text-align: center;
}

.login input {
  color: white;
}

.login input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.login input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.login input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

select.form-control {
  height: 40px;
}

.show {
  display: block !important;
  height: auto !important;
}

.footer-logo {
  height: 40px;
  margin: 4px;
  width: auto;
}

input[type=radio] {
  appearance: auto !important;
  display: block !important;
}

.item-image-container {
  position: relative;
  width: 100%;
  max-height: 230px !important;
  overflow: hidden;
}

.cart-summary-icon svg {
  fill: white;
}

.login-form .form-group input.form-control {
  color: #FFF;
}

@font-face {
  font-family: "multiply";
  src: url("../fonts/multiply.eot?lw5b38");
  src: url("../fonts/multiply.eot?lw5b38#iefix") format("embedded-opentype"), url("../fonts/multiply.ttf?lw5b38") format("truetype"), url("../fonts/multiply.woff?lw5b38") format("woff"), url("../fonts/multiply.svg?lw5b38#multiply") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "multiply" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "";
}

.icon-pencil2:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-file-picture:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-location2:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.mitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 20px 10px;
}
.mitem-container::before {
  display: none;
}
.mitem-container::after {
  display: none;
}
.mitem--sinstock .mitem-img:after {
  content: "SIN STOCK";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
}
.mitem--sinstock .mitem-title {
  opacity: 0.5;
}
.mitem--sinstock .mitem-precio {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .mitem {
    max-width: 45%;
    overflow: hidden;
    margin: 0 0 10px 0px;
    width: 100%;
  }
}
.mitem-img {
  width: 230px;
  height: 230px;
  background-color: #f9f9f9;
  position: relative;
}
@media (max-width: 768px) {
  .mitem-img {
    width: 100%;
    height: auto;
  }
}
.mitem-img img {
  width: 100%;
  height: auto;
}
.mitem-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  max-width: 230px;
}
.mitem-title {
  font-family: "Lato";
  font-size: 14px;
  color: #434343;
  text-align: center;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
}
.mitem-precio {
  font-family: "Lato";
  font-size: 14px;
  color: #86E1C6;
  text-align: center;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
}
.mitem-precio--tachado {
  color: #434343;
  position: relative;
}
.mitem-precio--tachado::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 100%;
  background-color: #211b1b70;
  display: block;
  width: 60px;
  margin-left: -30px;
}
.mitem i {
  color: #434343;
  opacity: 0.6;
  font-size: 12px;
}

.mrelacionados-container {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .mrelacionados-container {
    justify-content: space-between !important;
  }
}

.mbreadcrumbs {
  margin: 20px 0px;
}
.mbreadcrumbs ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  flex-wrap: wrap;
}
.mbreadcrumbs ul li a, .mbreadcrumbs ul li span {
  font-family: "Roboto Condensed";
  font-size: 14;
  font-weight: 300;
  color: #434343;
  display: inline-block;
  letter-spacing: 1px;
}
.mbreadcrumbs ul li span {
  padding: 0px 2px;
}
.mbreadcrumbs ul li:last-child a {
  color: #BF9B77;
}

.mcart {
  position: fixed;
  top: 0;
  right: -440px;
  height: 100vh;
  width: 440px;
  max-width: 100%;
  z-index: 100;
  transition: all 0.2s ease;
}
.mcart.open {
  transition: all 0.2s ease;
  right: 0;
}
.mcart.open:before {
  display: block;
}
.mcart.empty .mcart-container {
  display: none;
}
.mcart.empty .mcart-empty {
  display: block;
}
.mcart-empty {
  display: none;
  border: 1px solid grey;
  padding: 50px;
  text-align: center;
}
.mcart:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -2;
  display: none;
}
.mcart-content {
  position: relative;
  z-index: 120;
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.mcart-btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #86E1C6;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  animation: none;
  background-color: #FFF;
  outline: none;
  border: none;
}
.mcart h4 {
  font-family: "Lato";
  font-size: 20px;
  color: #434343;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mcart-container {
  max-height: calc(100vh - 40px);
  overflow: scroll;
}
.mcart-header {
  border-top: 1px solid rgba(67, 67, 67, 0.2);
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}
.mcart-header th {
  font-family: "Lato";
  font-size: 14px;
  text-transform: uppercase;
  color: #434343;
  padding: 10px;
}
.mcart-header th:last-child {
  text-align: right;
}
.mcart-total-panel {
  background-color: rgba(67, 67, 67, 0.1);
}
.mcart-total-panel tr td {
  padding: 15px !important;
}
.mcart-total-panel tr td:last-child {
  text-align: right;
}
.mcart-total td {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 700;
  color: #86E1C6;
}
.mcart-btn-comprar {
  width: 100%;
  margin-top: 20px;
}
.mcart-btn-vermas {
  font-size: 14px;
  font-family: "Lato";
  color: #434343;
  margin: 30px 0px;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: 700;
  font-style: italic;
}

.mitem-cart {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}
.mitem-cart button {
  width: 32px;
  height: 32px;
  font-size: 24px;
  text-align: center;
  padding: 0;
  border: none;
  outline: none;
  color: rgba(67, 67, 67, 0.47);
  background-color: #FFF;
}
.mitem-cart .price {
  position: relative;
  padding-top: 15px;
  vertical-align: top;
  text-align: right;
}
.mitem-cart .price span {
  display: inline-block;
  line-height: 32px;
  font-family: "Lato";
  font-weight: 700;
  color: #434343;
}
.mitem-cart .price button {
  vertical-align: top;
}
.mitem-cart .item {
  position: relative;
  padding-left: 68px;
  padding-top: 5px;
  margin: 10px 0px;
  width: 100%;
}
.mitem-cart .item figure {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
.mitem-cart .item h6 {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  font-family: "Lato";
  text-transform: none;
}
.mitem-cart .item span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #434343;
  font-family: "Lato";
}
.mitem-cart .item .action {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.mitem-cart .item .action button {
  font-size: 14px;
}
.mitem-cart .item .action span {
  width: 32px;
  line-height: 32px;
  text-align: center;
}

.mheader {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 10px;
  background: #FFF;
  top: 0;
  left: 0;
  right: 0;
  z-index: 94;
}
@media (min-width: 961px) {
  .mheader {
    background-color: #BF9B77;
    padding: 0px 0px;
    border: none;
    position: relative;
  }
}
.mheader button {
  border: none;
  outline: none;
  width: 46px;
  height: 46px;
  font-size: 32px;
  color: #86E1C6;
  background: none;
}
.mheader-brand {
  margin: 0px;
  width: 90px;
}
@media (min-width: 961px) {
  .mheader-brand {
    display: none;
  }
}
.mheader-brand img {
  width: 100%;
}
.mheader-menu {
  position: fixed;
  bottom: 0;
  top: 0;
  left: -280px;
  padding: 10px;
  width: 280px;
  background: #FFF;
  height: 100vh;
  z-index: 100;
  border-right: 1px solid rgba(67, 67, 67, 0.05);
  transition: all 0.3s ease;
}
@media (min-width: 961px) {
  .mheader-menu {
    border: none;
    background-color: #BF9B77;
  }
}
.mheader-menu.open {
  left: 0;
}
.mheader-menu .search {
  display: flex;
  background-color: #86E1C6;
}
@media (min-width: 961px) {
  .mheader-menu .search {
    width: 30%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: inherit;
    max-width: 354px;
    height: 30px;
  }
}
.mheader-menu .search input {
  height: 30px;
  margin: 0;
  border: none;
  background-color: #86E1C6;
  box-shadow: none;
  color: #FFF;
}
@media (min-width: 961px) {
  .mheader-menu .search input {
    background-color: #FFF;
    height: 21px;
    background-color: transparent;
    width: 100%;
  }
}
.mheader-menu .search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
.mheader-menu .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
.mheader-menu .search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
.mheader-menu .search button {
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  border: none;
  color: #FFF;
}
@media (min-width: 961px) {
  .mheader-menu .search button {
    height: 30px;
    color: #FFF;
    font-size: 24px;
  }
}
@media (min-width: 961px) {
  .mheader-btn-menu {
    display: none;
  }
}
.mheader-btn-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px !important;
}
@media (min-width: 961px) {
  .mheader-btn-close {
    display: none;
  }
}
.mheader-btn-cart {
  position: relative;
}
@media (min-width: 961px) {
  .mheader-btn-cart.cart-btn-mobile {
    display: none;
  }
}
.mheader-btn-cart .cantidad {
  width: 26px;
  height: 26px;
  font-size: 14px;
  background-color: #FFF;
  position: absolute;
  bottom: 10px;
  right: -4px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #86E1C6;
}
.mheader-btn-cart .total {
  font-size: 12px;
  font-family: "Roboto Condensed";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  text-align: center;
}
.mheader-menu {
  padding-top: 50px;
}
@media (min-width: 961px) {
  .mheader-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.mheader-menu-usuario {
  display: flex;
  margin: 10px 0px;
  list-style: none;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
@media (min-width: 961px) {
  .mheader-menu-usuario {
    width: 100%;
    position: relative;
    background-color: #BF9B77;
    margin: 0px;
    flex-direction: row;
    justify-content: center;
  }
  .mheader-menu-usuario li {
    margin-left: 10px;
  }
  .mheader-menu-usuario li a {
    color: #FFF !important;
  }
}
.mheader-menu-usuario li a {
  padding: 10px 0px;
  display: block;
  font-family: "Lato";
  font-size: 10px;
  color: #86E1C6;
  text-transform: uppercase;
}
.mheader-menu-web {
  display: flex;
  margin: 10px 0px;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 961px) {
  .mheader-menu-web {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #FFF;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid rgba(67, 67, 67, 0.05);
  }
  .mheader-menu-web li {
    margin-left: 15px;
  }
  .mheader-menu-web li.brand {
    position: absolute;
    left: 0;
    display: block !important;
  }
  .mheader-menu-web li.brand figure {
    display: block;
  }
}
.mheader-menu-web li.brand {
  position: absolute;
  left: 0;
  display: none;
}
.mheader-menu-web li a {
  padding: 10px 0px;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 300;
}
.mheader-menu-web .btn {
  padding: 10px 0px;
  text-align: left;
  font-size: 14px;
  background: #FFF;
}
@media (min-width: 961px) {
  .mheader-menu-web .btn {
    margin-left: 10px;
  }
}
@media (min-width: 961px) {
  .mheader-menu-web .dropdown .btn:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgba(67, 67, 67, 0.2);
    display: inline-block;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    left: -2px;
    transform: rotate(-45deg);
  }
  .mheader-menu-web .dropdown .btn:after {
    border-top: 0.3em solid rgba(67, 67, 67, 0.2);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
.mheader-menu-web .dropdown-menu {
  padding: 5px;
}
.mheader-menu-web .dropdown-menu a {
  color: #434343;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 14px;
}
.mheader-menu-web .dropdown-menu a:active {
  background-color: #FFF;
}
@media (max-width: 960px) {
  .mheader-menu-web .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    width: 100%;
    border: none;
    padding-left: 10px;
  }
}
@media (min-width: 961px) {
  .mheader-menu-web .dropdown-menu {
    display: none;
    position: absolute;
  }
  .mheader-menu-web .dropdown-menu .btn:before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: red;
  }
}
.mheader-menu-web li.cart {
  width: 100px;
  height: 100px;
  background-color: #86E1C6;
  color: #FFF;
  border: none;
  display: none;
}
@media (min-width: 961px) {
  .mheader-menu-web li.cart {
    display: block;
  }
}
.mheader-menu-web li.cart button {
  color: #FFF;
  width: 100%;
  height: 100%;
}
.mheader-menu-web li.cart button .cantidad {
  top: 50%;
  margin-top: -26px;
  left: 50%;
  margin-left: -10px;
  color: #86E1C6;
}
.mheader-menu-web li.cart button .total {
  font-weight: 700;
  bottom: 10px;
  font-size: 14px;
}

.mfooter .footer-nav {
  margin: 0;
}
.mfooter-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfooter-social a {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}
.mfooter-social a:last-child {
  margin-right: 0;
}

.mproductos-filter {
  background-color: #f9f9f9;
  padding: 20px;
}
.mproductos-filter h5 {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin: 10px 0px;
}
.mproductos-filter ul {
  margin: 0px;
}
.mproductos-filter ul li a {
  font-size: 14px;
  color: #434343;
  margin-bottom: 5px;
  display: block;
}
.mproductos-short-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .mproductos-short-container {
    justify-content: center;
  }
}
.mproductos-short {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mproductos-short label {
  text-align: left;
}
.mproductos-header {
  border-bottom: 1px solid #f9f9f9;
}
.mproductos-header h2 {
  font-family: "Roboto Condensed";
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  text-align: center;
  color: #434343;
  padding-bottom: 20px;
}
.mproductos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mproductos-container {
    justify-content: space-between !important;
  }
}

.mhome {
  padding-bottom: 100px;
}
.mhome-categorias {
  background-color: #f9f9f9;
  padding: 10px;
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.mhome-categorias h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "Lato";
  color: #434343;
  font-weight: normal;
  padding: 0;
  border: none;
  margin: 0;
  text-transform: none;
}
.mhome-categorias ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.mhome-categorias ul li {
  margin-right: 10px;
}
.mhome-categorias ul li:last-child {
  margin-right: 10px;
}
.mhome-categorias ul li a {
  padding: 8px 10px;
  background-color: #BF9B77;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}
.mhome-destacados h3 {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f9f9f9;
  font-weight: 300;
  font-family: "Roboto Condensed";
  font-size: 22px;
  text-transform: uppercase;
  color: #434343;
}
.mhome-destacados-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mhome-destacados-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    justify-content: space-between;
    padding: 0;
  }
}
.mhome-destacados-more {
  margin: 20px 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.mhome-destacados-more a {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Lato";
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #86E1C6;
  border: 1px solid #86E1C6;
}
.mhome-destacados-more a:hover {
  background-color: #FFF;
  color: #86E1C6;
}

.mproducto-title {
  width: 100%;
  text-align: center;
  font-family: "Lato";
  font-size: 32px;
  font-weight: 300;
  color: #86E1C6;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.mproducto-variante {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 38px 0px 20px 0px;
}
.mproducto-variante select {
  outline: none;
}
@media (max-width: 960px) {
  .mproducto-variante select {
    width: auto;
    max-width: 90%;
  }
}
.mproducto-variante select:focus {
  outline: none;
}
.mproducto-variante label {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  font-family: "Lato";
}
.mproducto-precio {
  text-align: center;
  font-size: 22px;
  font-family: "Lato";
  font-weight: 700;
  color: #86E1C6;
}
.mproducto-precio-sugerido {
  margin: 20px 0px;
  color: #6666663d;
  font-style: italic;
  font-size: 18px;
}
.mproducto-iva {
  text-align: center;
  font-size: 12px;
  color: #434343;
  opacity: 0.6;
  margin: 10px 0px;
}
.mproducto-descripcion {
  font-size: 14px;
  font-family: "Lato";
  margin: 50px auto;
}
.mproducto-actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.mproducto-btn-add {
  padding: 12px 18px;
  border: 1px solid #86E1C6;
  background-color: #86E1C6;
  color: #FFF;
  font-family: "Lato";
  position: relative;
  text-transform: uppercase;
  width: 250px;
  height: 48px;
  overflow: hidden;
}
.mproducto-btn-add span {
  padding: 12px 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 48px;
  transition: all 0.3s ease;
}
.mproducto-btn-add span.agregando {
  bottom: -48px;
  top: auto;
}
.mproducto-btn-add span.listo {
  top: -48px;
  bottom: auto;
}
.mproducto-btn-add span.sinstock {
  top: -96px;
  bottom: auto;
  background-color: #eee;
  color: #434343;
}
.mproducto-btn-add.doing .normal {
  top: -48px;
  bottom: auto;
}
.mproducto-btn-add.doing .agregando {
  bottom: 0;
  top: auto;
}
.mproducto-btn-add.done .normal {
  bottom: -48px;
  top: auto;
}
.mproducto-btn-add.done .listo {
  top: 0px;
  bottom: auto;
}
.mproducto-btn-add.disabled {
  border: 1px solid #eee;
}
.mproducto-btn-add.disabled .normal {
  bottom: -48px;
  top: auto;
}
.mproducto-btn-add.disabled .sinstock {
  top: 0px;
  bottom: auto;
}
@media (max-width: 960px) {
  .mproducto-slider {
    width: 80%;
  }
  .mproducto-slider .mtpslider {
    width: 80% !important;
    flex-direction: column !important;
  }
  .mproducto-slider .mtpslider .thumbs {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    flex-direction: row !important;
  }
}
.mproducto .mtpslider {
  width: 30%;
  margin: auto;
  display: flex;
  flex-direction: row;
  z-index: 93;
}
.mproducto .mtpslider .thumbs {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: auto;
  position: absolute;
  justify-content: flex-start;
  top: 0;
  left: -25%;
  order: 1;
  z-index: 99;
}
.mproducto .mtpslider .thumbs .thumb {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.mproducto .slim-slide {
  min-width: 100% !important;
}

@media (max-width: 960px) {
  .mcarrito-domicilios {
    order: 2;
  }
}
.mcarrito-domicilios ul {
  list-style: none;
  padding: 0;
}
.mcarrito-domicilios ul li {
  padding: 14px;
  border: 1px solid rgba(67, 67, 67, 0.2);
  display: block;
  width: 100%;
  font-family: "Lato";
  padding-left: 54px;
  position: relative;
  margin-bottom: 30px;
}
.mcarrito-domicilios ul li h6 {
  font-weight: 600;
  color: #434343;
  font-size: 14px;
}
.mcarrito-domicilios ul li p {
  font-size: 13px;
  color: #434343;
}
.mcarrito-domicilios ul li .radio {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #434343;
  display: inline-block;
  font-size: 0;
  padding: 0;
  left: 15px;
  overflow: hidden;
}
.mcarrito-domicilios ul li .radio.selected::before {
  display: block;
}
.mcarrito-domicilios ul li .radio::before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background: #434343;
  border-radius: 50%;
}
.mcarrito-content {
  display: flex;
}
.mcarrito-items {
  margin-top: 72px;
}
.mcarrito-items table {
  max-height: 100vh !important;
}
.mcarrito-item .image {
  width: 30%;
}
.mcarrito-item .image figure {
  width: 75px;
  height: 75px;
  display: inline-block;
  background-size: cover;
  margin: 0;
  padding: 0;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
}
.mcarrito-item td:last-child {
  text-align: right;
  padding-right: 15px;
}
.mcarrito-total-panel {
  background-color: rgba(67, 67, 67, 0.1);
}
.mcarrito-total-panel tr td {
  padding: 15px !important;
}
.mcarrito-total-panel tr td:last-child {
  text-align: right;
}
.mcarrito-total td {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 700;
  color: #86E1C6;
}
.mcarrito #costo_envio_need {
  display: block;
  font-size: 12px;
  color: #9fa1a3;
}

.mcheckout .mcarrito-domicilio {
  border: 2px solid #86E1C6;
}
.mcheckout .mcarrito-domicilio .radio {
  border-color: #86E1C6;
}
.mcheckout .mcarrito-domicilio .radio:before {
  background-color: #86E1C6;
}
.mcheckout .mcarrito-domicilio h6 {
  color: #86E1C6;
}
.mcheckout .mcarrito-domicilio p {
  color: #86E1C6;
}
.mcheckout h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 300;
  display: flex;
  font-size: 20px;
  flex-direction: column;
}
.mcheckout h2 strong {
  font-weight: 700;
  font-size: 35px;
}
.mcheckout .alert {
  flex-direction: column;
}

.mpanel {
  margin-bottom: 40px;
}
.mpanel-btndelete {
  position: relative;
  display: inline-block;
  background: #FFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  box-shadow: none;
  outline: none;
  font-family: "multiply";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  font-size: 24px;
  border: none;
  color: rgba(67, 67, 67, 0.2);
}
.mpanel .passwordinput {
  border: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.mpanel .passwordinput.passwordok {
  border-color: #86E1C6;
}
.mpanel .passwordinput.passworderror {
  border-color: red;
}
@media (max-width: 960px) {
  .mpanel .btn {
    width: 100%;
  }
}

.mpedidos-pedido {
  border: 1px solid rgba(67, 67, 67, 0.3);
  padding: 14px;
  margin-bottom: 15px;
}
.mpedidos-pedido .card-header {
  background-color: #FFF;
  border: none;
}
.mpedidos-pedido .card-header h5 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.mpedidos-pedido .card-header .pedido {
  font-weight: 600;
  color: rgba(67, 67, 67, 0.6);
}
.mpedidos-pedido .card-header .precio {
  font-weight: 600;
  color: rgba(67, 67, 67, 0.6);
}
.mpedidos-pedido .collapse {
  border-top: 1px solid rgba(67, 67, 67, 0.43);
}
.mpedidos-list-item {
  margin-top: 0;
}
.mpedidos .icon {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 24px;
}

.mlogin {
  position: relative;
}
@media (max-width: 960px) {
  .mlogin .login-image {
    width: 100%;
  }
}
.mlogin .login-form figure img {
  width: 86%;
}
@media (max-width: 960px) {
  .mlogin .login-form {
    position: absolute;
    background: #2728292b;
    width: 84%;
    margin: 0 10px;
    padding: 10px;
  }
  .mlogin .login-form input {
    background: transparent !important;
    color: #FFF;
  }
  .mlogin .login-form button {
    border: none !important;
  }
}

h3 {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  font-weight: 300;
  font-family: "Roboto Condensed";
  font-size: 22px;
  text-transform: uppercase;
  color: #434343;
}

.mbtn {
  padding: 10px 15px;
  background-color: #86E1C6;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  border: 1px solid #86E1C6;
  display: inline-block;
  text-align: center;
}
.mbtn:hover {
  background: #FFF;
  color: #86E1C6;
}

@media (max-width: 960px) {
  body {
    padding-top: 95px;
  }
}

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