@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

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

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

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

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

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 820px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1040px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

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

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

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

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 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: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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 {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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 {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  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.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.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-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  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: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

.visible-print-inline-block {
  display: none !important;
}

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.animate-element {
  opacity: 0;
  position: relative;
}

.animate-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  -webkit-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animate-element.slide-left.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animate-element.slide-right {
  opacity: 0;
  transition: all 500ms linear;
  -webkit-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animate-element.slide-right.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animate-element.slide-up {
  opacity: 0;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animate-element.slide-down {
  opacity: 0;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate-element.slide-down.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*   ----------------------------------------------------

MAIN

-------------------------------------------------------  */
html, body {
  min-height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: Lato, sans-serif;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

.custom ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #878787;
}

.custom :-ms-input-placeholder {
  /* IE 10+ */
  color: #878787;
}

.custom ::-webkit-input-placeholder-shown {
  color: #878787;
}

.custom :-ms-input-placeholder-shown {
  color: #878787;
}

.custom ::placeholder-shown {
  color: #878787;
}

.custom ::-webkit-input-placeholder {
  color: #878787;
}

.custom :-ms-input-placeholder {
  color: #878787;
}

.custom ::placeholder {
  color: #878787;
}

.custom .radio {
  margin-bottom: 15px;
}

.custom .radio label {
  padding-left: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.custom .radio input[type="radio"]:checked + label::after {
  background-color: #00b2b1;
}

.custom .radio label::before {
  height: 24px;
  width: 24px;
  border: solid 2px #4a4a4a;
}

.custom .radio label::after {
  width: 14px;
  height: 14px;
  font-size: 14px;
  left: 5px;
  top: 5px;
}

.custom .form-control:focus, .custom .form-control:active {
  box-shadow: none;
  outline: 0;
}

.custom .no-outline.checkbox input[type="checkbox"]:focus + label::before,
.custom .no-outline.checkbox input[type="radio"]:focus + label::before,
.custom .no-outline.radio input[type="radio"]:focus + label::before {
  outline: none;
}

.custom .btn:focus, .custom .btn:active {
  outline: none !important;
}

.custom .checkbox label {
  line-height: 19px !important;
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.custom .checkbox label::before {
  height: 24px;
  width: 24px;
  border: solid 2px #4a4a4a;
}

.custom .checkbox label::after {
  color: #ff7628;
  width: 24px;
  height: 24px;
  font-size: 18px;
  padding-top: 3px;
}

@media (min-width: 1400px) {
  .custom .container {
    width: 1240px;
  }
}

@media (max-width: 1399px) {
  .custom .container {
    width: 1240px;
  }
}

@media (max-width: 1240px) {
  .custom .container {
    width: 95%;
  }
}

.custom .col-center > div {
  display: inline-block;
  text-align: center;
}

@media (max-width: 1240px) {
  .custom .col-center > div {
    display: block;
  }
}

.custom .col-last > div {
  float: right;
}

@media (max-width: 1240px) {
  .custom .col-last > div {
    float: none;
  }
}

@media (min-width: 1400px) {
  .custom .col-container {
    width: 340px;
  }
}

@media (max-width: 1399px) {
  .custom .col-container {
    width: 340px;
  }
}

@media (max-width: 1240px) {
  .custom .col-container {
    width: 100%;
  }
}

.custom a {
  text-decoration: none;
  transition: opacity 0.6s ease;
}

.custom a:hover {
  text-decoration: none;
  transition: opacity 0.6s ease;
  opacity: 0.6;
}

.custom p {
  font-size: 1.2em;
  line-height: 2.2em;
}

@media (max-width: 820px) {
  .custom p {
    font-size: 1em;
  }
}

.custom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom .main-content {
  padding-top: 130px;
}

@media (max-width: 1240px) {
  .custom .main-content {
    padding-top: 115px;
  }
}

@media (max-width: 991px) {
  .custom .main-content {
    padding-top: 60px;
  }
}

.custom .no-padding {
  padding: 0;
}

.custom form .input-group input, .custom .form-inline .input-group input {
  border-radius: 4px;
  height: 40px;
  border: solid 1px #9b9b9b;
}

.custom .btn-primary {
  background-color: #ff530d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  padding: 12px 24px;
  height: 55px;
  line-height: 28px;
  border: solid 1px #ff530d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease;
}

.custom .btn-primary:hover, .custom .btn-primary:active, .custom .btn-primary:focus {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
  opacity: 1;
}

.custom .btn-secondary {
  background-color: #ffffff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ff530d;
  height: 55px;
  line-height: 44px;
  border-radius: 2px;
  padding: 5px 24px;
  border: solid 1px #eeeeee;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease;
}

.custom .btn-secondary:hover, .custom .btn-secondary:active, .custom .btn-secondary:focus {
  transition: background-color 0.2s ease;
  opacity: 1;
  background-color: #00b2b1;
  color: #ffffff;
}

.custom .btn-secondary:hover svg path, .custom .btn-secondary:active svg path, .custom .btn-secondary:focus svg path {
  stroke: #fff !important;
}

.custom .btn-add-to-wishlist:hover {
  color: #fff !important;
}

.custom .btn-add-to-wishlist.added {
  pointer-events: none;
  opacity: 0.6;
}

.custom .products .product {
  text-align: left;
}

@media (max-width: 650px) {
  .custom .products .product {
    margin-bottom: 50px;
  }
}

.custom .products .product h2 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #00b2b1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.custom .products .product h1 {
  margin-top: 0;
  max-height: 45px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .custom .products .product h1 {
    margin-top: 15px;
  }
}

.custom .products .product h1 a {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 820px) {
  .custom .products .product h1 a {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .custom .products .product h1 a {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .custom .products .product h1 a {
    font-size: 18px;
  }
}

.custom .products .product h1.pre {
  margin-top: 0;
}

.custom .products .product .price {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  text-align: left;
  color: #323232;
  margin-right: 30px;
}

@media (max-width: 820px) {
  .custom .products .product .price {
    font-size: 28px;
  }
}

.custom .products .product .original-price {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #9b9b9b;
  text-decoration: line-through;
}

.custom .products .product .product-image {
  background-color: #ffffff;
  border: solid 0.7px #cccccc;
  margin-top: 14px;
  padding: 20px;
}

.custom .products .product .product-image img {
  width: 100%;
}

.custom .products .product .btn-container {
  margin-top: 24px;
}

.custom .products .product .txt-italic {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
  display: block;
  color: #4a4a4a;
}

.custom .breadcrumb-container .breadcrumb {
  background-color: transparent;
  padding-top: 20px;
}

.custom .breadcrumb-container li {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #323232;
}

.custom .breadcrumb-container a {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #323232;
}

.custom .popover {
  width: 500px;
  max-width: none;
}

@media (max-width: 1240px) {
  .custom .popover {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .custom .popover {
    width: 280px;
  }
}

.custom .title-holder {
  position: relative;
}

.custom .title-holder h1 {
  position: absolute;
  left: 50%;
  width: 280px;
  margin-left: -140px;
  top: 100px;
  z-index: 1;
}

.custom .title-holder img {
  position: relative;
  z-index: 0;
}

@media (max-width: 650px) {
  .custom .img-desktop {
    display: none;
  }
}

.custom .img-smartphone {
  display: none;
}

@media (max-width: 650px) {
  .custom .img-smartphone {
    display: block;
  }
}

.custom .custom-popover p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  line-height: 1.4em;
  color: #4a4a4a;
}

.custom .custom-popover .close {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  opacity: 1;
}

.custom .custom-popover .close span {
  margin-left: 10px;
}

.custom .product-image {
  position: relative;
}

.custom .product-image img {
  position: relative;
  z-index: 0;
}

.custom .product-image .quick-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

@media (max-width: 450px) {
  .custom .product-image .quick-view {
    display: none;
  }
}

.custom .product-image .quick-view:hover {
  opacity: 1;
}

.custom .product-image .quick-view .btn-quick-view {
  margin-top: 30%;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #ff530d;
  padding: 14px 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #ff530d;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 18px;
}

.custom .product-image .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  width: 108px;
  height: 24px;
  background-color: rgba(0, 178, 177, 0.7);
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}

.custom .modal {
  z-index: 3000;
}

.custom .modal .modal-header {
  border: 0;
}

.custom .modal .modal-header .close {
  overflow: hidden;
  opacity: 1;
  font-size: 28px;
  color: #444444;
}

.custom .modal .modal-header .close .txt-close {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
  font-weight: normal;
  float: left;
  padding-top: 3px;
  padding-right: 15px;
}

.custom .modal .modal-content {
  border-radius: 0;
}

.custom .mobile-search-modal {
  background-color: #fff;
}

.custom .mobile-search-modal .modal-dialog {
  margin: 0;
}

.custom .mobile-search-modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}

.custom .mobile-search-modal form {
  position: relative;
}

.custom .mobile-search-modal .input-group {
  width: 100%;
}

.custom .mobile-search-modal .input-group input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
}

.custom .mobile-search-modal .btn-primary {
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.custom .mobile-search-modal .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.custom .added-to-cart-modal .modal-dialog {
  width: 520px;
}

@media (max-width: 650px) {
  .custom .added-to-cart-modal .modal-dialog {
    width: auto;
  }
}

.custom .added-to-cart-modal .modal-content {
  padding-bottom: 20px;
  border: solid 1px #00b2b1;
}

.custom .added-to-cart-modal .modal-body {
  padding-top: 0;
}

.custom .added-to-cart-modal h1 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #4a4a4a;
  margin-bottom: 35px;
  margin-top: 0;
}

.custom .added-to-cart-modal .txt-bold {
  font-weight: bold;
}

.custom .added-to-cart-modal .btn-primary {
  border: solid 1px #ff530d;
  line-height: 30px;
}

@media (max-width: 650px) {
  .custom .added-to-cart-modal .btn-primary {
    margin-bottom: 30px;
  }
}

.custom .added-to-cart-modal .btn-secondary {
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  margin-right: 40px;
  line-height: 30px;
}

@media (max-width: 650px) {
  .custom .added-to-cart-modal .btn-secondary {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.custom .quick-view-modal .modal-dialog {
  width: 640px;
}

@media (max-width: 650px) {
  .custom .quick-view-modal .modal-dialog {
    width: auto;
  }
}

.custom .quick-view-modal .modal-header {
  border: 0;
}

.custom .quick-view-modal .modal-header .close {
  overflow: hidden;
  opacity: 1;
  font-size: 28px;
  color: #444444;
}

.custom .quick-view-modal .modal-header .close .txt-close {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
  font-weight: normal;
  float: left;
  padding-top: 3px;
  padding-right: 15px;
}

.custom .quick-view-modal .modal-body {
  padding: 0 40px 40px 40px;
}

.custom .quick-view-modal .product-slider-modal li {
  padding: 15px;
}

@media (max-width: 820px) {
  .custom .quick-view-modal .product-slider-modal img {
    margin-left: auto;
    margin-right: auto;
  }
}

.custom .quick-view-modal .product-carousel-modal {
  margin-top: 15px;
}

@media (max-width: 820px) {
  .custom .quick-view-modal .product-carousel-modal {
    margin-bottom: 30px;
  }
}

.custom .quick-view-modal .product-carousel-modal li {
  padding: 5px;
  border: solid 1px #979797;
  margin-right: 10px;
}

.custom .quick-view-modal .product-carousel-modal li:last-child {
  margin-right: 0;
}

.custom .quick-view-modal .product-info {
  padding-left: 30px;
}

@media (max-width: 820px) {
  .custom .quick-view-modal .product-info {
    padding-left: 15px;
  }
}

.custom .quick-view-modal .product-info h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-top: 0;
}

.custom .quick-view-modal .product-info .category {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  display: block;
}

.custom .quick-view-modal .product-info .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.custom .quick-view-modal .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.custom .quick-view-modal .rating .rating-input {
  float: left;
}

.custom .quick-view-modal .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.custom .quick-view-modal .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.custom .quick-view-modal .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .custom .quick-view-modal .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.custom .quick-view-modal .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .custom .quick-view-modal .rating .total-reviews a {
    float: none;
  }
}

.custom .quick-view-modal .price-container .price {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  display: inline-block;
}

.custom .quick-view-modal .price-container .stock-number {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #00b2b1;
}

.custom .quick-view-modal .delivery-wrapper {
  overflow: hidden;
  margin-top: 25px;
}

@media (max-width: 450px) {
  .custom .quick-view-modal .delivery-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.custom .quick-view-modal .delivery-wrapper span {
  margin-right: 15px;
}

.custom .quick-view-modal .delivery-wrapper .free-delivery {
  overflow: hidden;
  float: left;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 450px) {
  .custom .quick-view-modal .delivery-wrapper .free-delivery {
    float: none;
  }
}

@media (max-width: 450px) {
  .custom .quick-view-modal .delivery-wrapper .free-delivery span {
    float: left;
  }
}

.custom .quick-view-modal .delivery-wrapper .free-delivery svg {
  float: right;
  width: 40px;
  height: 26px;
}

@media (max-width: 450px) {
  .custom .quick-view-modal .delivery-wrapper .free-delivery svg {
    float: none;
  }
}

.custom .quick-view-modal .product-colors {
  margin-top: 15px;
}

.custom .quick-view-modal .product-colors span {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  margin-bottom: 10px;
}

.custom .quick-view-modal .product-colors li {
  display: inline-block;
  margin-right: 15px;
}

.custom .quick-view-modal .product-colors .multiple-attributes li {
  width: 49%;
}

.custom .quick-view-modal .product-description {
  margin-top: 20px;
}

.custom .quick-view-modal .product-description p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.custom .quick-view-modal .product-compare {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom .quick-view-modal .product-buy {
  overflow: hidden;
  padding-bottom: 15px;
}

@media (max-width: 650px) {
  .custom .quick-view-modal .product-buy {
    text-align: center;
  }
}

.custom .quick-view-modal .product-buy a {
  overflow: hidden;
}

@media (max-width: 650px) {
  .custom .quick-view-modal .product-buy a {
    margin-bottom: 30px;
  }
}

.custom .quick-view-modal .product-buy a span {
  float: left;
  margin-right: 15px;
}

.custom .quick-view-modal .product-buy a .icon-holder {
  float: left;
}

.custom .quick-view-modal .product-buy .btn-primary {
  float: left;
}

@media (max-width: 650px) {
  .custom .quick-view-modal .product-buy .btn-primary {
    float: none;
    display: inline-block;
  }
}

.custom .quick-view-modal .product-buy .btn-secondary {
  float: right;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  line-height: 28px;
}

.custom .quick-view-modal .product-buy .btn-secondary:hover {
  color: #fff;
}

@media (max-width: 650px) {
  .custom .quick-view-modal .product-buy .btn-secondary {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .custom .desktop {
    display: none !important;
  }
}

.custom .mobile {
  display: none;
}

@media (max-width: 991px) {
  .custom .mobile {
    display: block !important;
  }
}

.custom .hidden- {
  display: none !important;
}

.custom .txt-bold-italic {
  font-weight: bold;
}

@media (max-width: 1240px) {
  .custom .footer-newsletter {
    width: 33.333%;
    margin-left: 33.333%;
    float: none;
    padding-top: 30px;
    clear: both;
  }
}

@media (max-width: 991px) {
  .custom .footer-newsletter {
    width: 50%;
    margin-left: 25%;
    float: none;
    clear: both;
  }
}

@media (max-width: 820px) {
  .custom .footer-newsletter {
    display: none;
  }
}

.custom .footer-newsletter .call {
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 20px 10px;
  background-image: url("../images/phone-call.svg");
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.custom .footer-newsletter .call h2 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.custom .footer-newsletter .call .number {
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.18;
  text-align: center;
  color: #323232;
}

.custom .footer-newsletter .call .deco {
  border-bottom: solid 2px #f2f2f2;
  width: 50px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom .footer-newsletter h2 {
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.18;
  text-align: center;
  color: #323232;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.custom .footer-newsletter form {
  position: relative;
}

.custom .footer-newsletter form .form-group {
  width: 100%;
}

.custom .footer-newsletter form .input-group {
  width: 100%;
}

.custom .footer-newsletter form .input-group .search-input {
  height: 47px;
  width: 80%;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
}

@media (max-width: 820px) {
  .custom .footer-newsletter form .input-group .search-input {
    width: 85%;
  }
}

.custom .footer-newsletter form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 4px 4px 0;
  height: auto;
  line-height: 21px;
}

@media (max-width: 991px) {
  .custom .footer-newsletter.mobile {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 650px) {
  .custom .footer-newsletter.mobile {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 450px) {
  .custom .footer-newsletter.mobile {
    width: 100%;
    margin-left: 0;
  }
}

.custom .footer-newsletter.mobile .search-input {
  width: 100% !important;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*   ----------------------------------------------------

MAIN NAV

-------------------------------------------------------  */
.main-nav-container {
  padding-top: 15px;
  z-index: 1020;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .main-nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 650px) {
  .main-nav-container {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1400px) {
  .main-nav-container .container-nav {
    width: 1440px;
  }
}

@media (max-width: 1399px) {
  .main-nav-container .container-nav {
    width: 95%;
  }
}

@media (max-width: 650px) {
  .main-nav-container .top-nav-container {
    padding: 0;
  }
}

@media (max-width: 1399px) {
  .main-nav-container .top-nav {
    position: relative;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .mobile-nav-toggle {
    text-align: center;
    font-size: 24px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 4000;
  }
}

@media (max-width: 650px) {
  .main-nav-container .top-nav .mobile-nav-toggle {
    top: -5px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .top-nav .mobile-nav-toggle {
    left: 0;
  }
}

.main-nav-container .top-nav .mobile-nav-toggle .info-icon {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
  display: block;
  padding-top: 1px;
}

@media (max-width: 1399px) {
  .main-nav-container .top-nav .brand-container {
    width: 140px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .brand-container {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    padding: 0;
  }
}

@media (max-width: 650px) {
  .main-nav-container .top-nav .brand-container {
    width: 86px;
    margin-left: -43px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .top-nav .brand-container {
    width: 75px;
    margin-left: -37.5px;
  }
}

.main-nav-container .top-nav .brand-container .brand {
  width: 193px;
}

@media (max-width: 1399px) {
  .main-nav-container .top-nav .brand-container .brand {
    width: 140px;
  }
}

@media (max-width: 650px) {
  .main-nav-container .top-nav .brand-container .brand {
    width: 86px;
    margin-top: 10px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .top-nav .brand-container .brand {
    width: 75px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .search-container {
    width: 72px;
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 3000;
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .main-nav-container .top-nav .search-container {
    padding-left: 10px;
    width: 60px;
    left: 30px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .search-container .form-group {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .social-nav-container {
    display: none;
  }
}

.main-nav-container .top-nav .user-nav-container {
  padding: 0;
}

@media (max-width: 1399px) {
  .main-nav-container .top-nav .user-nav-container {
    position: absolute;
    right: 0;
    top: -5px;
    width: 560px;
  }
}

@media (max-width: 1240px) {
  .main-nav-container .top-nav .user-nav-container {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .main-nav-container .top-nav .user-nav-container {
    position: absolute;
    right: 0;
    width: 170px;
    top: 0;
  }
}

@media (max-width: 450px) {
  .main-nav-container .top-nav .user-nav-container {
    width: 115px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav-wrapper {
    top: 0;
    position: absolute;
    height: 100vh;
    z-index: 9999;
    width: 33vw;
    padding: 0;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
  }
  .main-nav-container .main-nav-wrapper.open {
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translate(64.5vw);
    transform: translate(64.5vw);
  }
}

@media (max-width: 820px) {
  .main-nav-container .main-nav-wrapper {
    width: 40vw;
  }
  .main-nav-container .main-nav-wrapper.open {
    -webkit-transform: translate(57.5vw);
    transform: translate(57.5vw);
  }
}

@media (max-width: 650px) {
  .main-nav-container .main-nav-wrapper {
    width: 55vw;
  }
  .main-nav-container .main-nav-wrapper.open {
    -webkit-transform: translate(42.5vw);
    transform: translate(42.5vw);
  }
}

@media (max-width: 450px) {
  .main-nav-container .main-nav-wrapper {
    width: 85vw;
  }
  .main-nav-container .main-nav-wrapper.open {
    -webkit-transform: translate(12.5vw);
    transform: translate(12.5vw);
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav-wrapper li:last-child {
    border: 0 !important;
  }
}

.main-nav-container .nav > li > a:hover, .main-nav-container .nav > li > a:focus {
  transition: background-color 0.2s ease;
  background-color: #ff530d;
  color: #fff !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .main-nav-container .nav > li > a:hover, .main-nav-container .nav > li > a:focus {
    color: #4a4a4a !important;
  }
  .main-nav-container .nav > li > a:hover.active, .main-nav-container .nav > li > a:focus.active {
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .main-nav-container .nav > li > a:focus {
    background-color: transparent;
  }
}

.main-nav-container .main-nav {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .main-nav-container .main-nav {
    max-height: 100%;
    overflow-y: scroll;
    border-bottom: 0;
  }
}

.main-nav-container .main-nav .navbar-nav {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav {
    padding: 15px;
    margin-top: 0;
    float: none;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav h4 {
    margin-top: 0;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav h4 span {
    margin-right: 10px;
  }
}

.main-nav-container .main-nav .navbar-nav .dropdown-toggle:hover {
  background-image: url(../images/icon-down-white.svg);
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-toggle:hover {
    background-image: url("../images/icon-right.svg");
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-toggle.active {
    color: #ffffff;
    z-index: 20;
    background-color: #00b2b1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-image: url("../images/icon-close.svg");
    background-position: 90% center;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-toggle.active:hover {
    background-color: #00b2b1;
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-toggle:hover {
    color: #ff530d;
    background-color: transparent;
  }
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu-large {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-height: 750px) and (min-width: 992px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu-large {
    max-height: 500px;
    overflow-y: scroll;
  }
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu {
  padding: 5px 15px 15px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu {
    padding-left: 0;
    border-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    padding-top: 60px;
    position: absolute;
    width: 33vw;
    background-color: white;
    display: block;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
    overflow-x: hidden;
  }
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu > li {
  margin-bottom: 10px;
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu > li > a {
  display: inline-block;
  padding: 0;
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
}

@media (max-width: 820px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu {
    width: 40vw;
  }
}

@media (max-width: 650px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu {
    width: 55vw;
  }
}

@media (max-width: 450px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu {
    width: 85vw;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu li a {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu li a:hover {
    color: #ff530d;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open {
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    height: 100%;
    -webkit-transform: translate(0vw);
    transform: translate(0vw);
    z-index: 19;
    padding-top: 65px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory {
    min-height: 0;
    position: unset;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory:last-child h2 {
    border: 0 !important;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper {
    top: 0;
    position: absolute;
    height: 100vh;
    width: 33vw;
    background-color: #fff;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    display: block;
    padding-right: 15px;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
  }
}

@media (max-width: 820px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper {
    width: 40vw;
  }
}

@media (max-width: 650px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper {
    width: 55vw;
  }
}

@media (max-width: 450px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper {
    width: 75vw;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper li {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper li a {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper li a:hover {
    color: #ff530d;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu.open .subcategory-wrapper.open {
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translate(0vw);
    transform: translate(0vw);
    z-index: 25;
    padding-top: 65px;
  }
}

.main-nav-container .main-nav .navbar-nav .dropdown-menu h2 {
  margin: 20px 0 10px 0;
  border-bottom: solid 1px #ff530d;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu h2 {
    margin-top: 0;
    border-color: #f2f2f2;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
    font-weight: normal;
    padding: 15px;
    background-image: url("../images/icon-right.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu h2.active {
    color: #ffffff;
    z-index: 30;
    background-color: #00b2b1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-image: url("../images/icon-close.svg");
    background-repeat: no-repeat;
    background-position: 85% center;
    transition: background-color 0.2s ease;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu h2.active:hover {
    background-image: url("../images/icon-close.svg");
    background-color: #00b2b1;
    color: #fff;
    transition: background-color 0.2s ease;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu h2:hover {
    background-image: url("../images/icon-right.svg");
    color: #ff530d;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav .dropdown-menu .types.active {
    z-index: 26;
    top: 0;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    margin-left: 0 !important;
    padding: 15px !important;
    border: 0;
  }
}

.main-nav-container .main-nav .secondary-nav {
  background-color: #f2f2f2;
}

.main-nav-container .main-nav .user-actions {
  padding: 15px;
}

.main-nav-container .main-nav .user-actions a {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.main-nav-container .main-nav .user-actions li {
  border-bottom: solid 1px #9b9b9b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.main-nav-container .main-nav .user-actions li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-nav-container .main-nav .account-mobile {
  overflow: hidden;
}

.main-nav-container .main-nav .account-mobile svg {
  float: left;
  margin-right: 10px;
}

.main-nav-container .main-nav .account-mobile span {
  line-height: 22px;
  display: block;
}

.main-nav-container .main-nav .cart-mobile {
  overflow: hidden;
}

.main-nav-container .main-nav .cart-mobile svg {
  float: left;
  margin-right: 10px;
}

.main-nav-container .main-nav .cart-mobile span {
  line-height: 30px;
  display: block;
}

.main-nav-container .main-nav .navbar-nav > li {
  margin-right: 30px;
  display: inline-block;
  float: none;
}

.main-nav-container .main-nav .navbar-nav > li:last-child {
  margin-right: 0;
}

@media (max-width: 1240px) {
  .main-nav-container .main-nav .navbar-nav > li {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav > li {
    margin-right: 0;
    display: block;
    position: inherit;
    border-bottom: 1px solid #f2f2f2;
  }
}

.main-nav-container .main-nav .navbar-nav > li > a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color 0.2s ease;
}

@media (max-width: 991px) {
  .main-nav-container .main-nav .navbar-nav > li > a {
    padding-left: 0;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
  }
  .main-nav-container .main-nav .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ff530d !important;
  }
}

.main-nav-container .main-nav .mobile-social-icons {
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

.main-nav-container .main-nav .mobile-social-icons li {
  display: inline-block;
  margin-right: 20px;
}

.main-nav-container .main-nav .mobile-social-icons li:last-child {
  margin-right: 0;
}

.main-nav-container .main-nav .mobile-social-icons h4 {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
}

.main-nav-container .search {
  margin-left: 15px;
  margin-top: 6px;
}

@media (max-width: 1240px) {
  .main-nav-container .search {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-container .search {
    border-left: solid 1px #9b9b9b;
    padding-left: 15px;
  }
}

@media (max-width: 650px) {
  .main-nav-container .search {
    margin-top: 0;
  }
}

@media (max-width: 450px) {
  .main-nav-container .search {
    margin-top: 0;
    padding-left: 10px;
  }
}

.main-nav-container .search .search-input {
  width: 430px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #9b9b9b;
}

@media (min-width: 1400px) {
  .main-nav-container .search .search-input {
    width: 330px;
  }
}

@media (max-width: 1399px) {
  .main-nav-container .search .search-input {
    width: 330px;
  }
}

@media (max-width: 1240px) {
  .main-nav-container .search .search-input {
    width: 260px;
  }
}

.main-nav-container .search .btn-search {
  border-radius: 0 4px 4px 0;
  margin-left: -10px;
  position: relative;
  z-index: 15;
  height: 40px;
  line-height: 14px;
}

.main-nav-container .search .search-mobile .trigger-search {
  display: block;
}

.main-nav-container .search .search-mobile .info-icon {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
  display: block;
}

.main-nav-container .social-nav {
  display: inline-block;
}

.main-nav-container .social-nav ul {
  height: 40px;
}

.main-nav-container .social-nav .txt-follow {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  float: left;
}

@media (max-width: 1240px) {
  .main-nav-container .social-nav .txt-follow {
    display: none;
  }
}

.main-nav-container .social-nav li {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
}

.main-nav-container .social-nav li:last-child {
  margin-right: 0;
}

.main-nav-container .user-nav {
  float: right;
  text-align: right;
  width: 45%;
}

@media (min-width: 1400px) {
  .main-nav-container .user-nav {
    width: 50%;
  }
}

@media (max-width: 1399px) {
  .main-nav-container .user-nav {
    width: 50%;
  }
}

@media (max-width: 1240px) {
  .main-nav-container .user-nav {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav {
    width: 100%;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
  position: absolute;
  height: 15px;
  width: 80px;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2000;
}

@media (min-width: 1400px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
    right: -5px;
    top: 53px;
    height: 17px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
      top: 54px;
    }
  }
}

@media (max-width: 1399px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
    right: -5px;
    top: 51px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
      top: 52px;
    }
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
    right: 0;
    width: 71px;
    height: 10px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
      top: 51px;
    }
  }
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
    top: 45px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
      top: 46px;
    }
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
    top: 45px;
    width: 75px;
    right: -20px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown.open .active-tab {
      top: 46px;
    }
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open > a {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown.open > a:hover {
    background-image: none !important;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
  border-radius: 0;
  padding: 25px;
  width: 760px;
  left: auto;
  right: 15px;
  top: 125%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 1399px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 118%;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    top: 112%;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
      top: 109%;
    }
  }
}

@media (max-width: 820px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    width: 600px;
    height: 85vh;
  }
}

@media (max-width: 767px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    width: 350px;
  }
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    top: 118%;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
      top: 117%;
    }
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu {
    width: 101vw;
    right: -20px;
    height: 90vh;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu .divider {
  border-radius: 50%;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 47%;
  top: 47%;
  z-index: 2;
  border: solid 1px #f2f2f2;
}

@media (max-width: 767px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu .divider {
    display: none;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .dropdown-menu .divider span {
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown input {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown > a {
  background-image: none;
  padding-right: 0;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown h3 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
  color: #4a4a4a;
  margin-top: 0;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .account-form {
  padding-left: 0;
  padding-right: 35px;
  border-right: solid 1px #f2f2f2;
}

@media (max-width: 767px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .account-form {
    padding-right: 0;
    border: 0;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .form-control {
  height: 40px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .form-group {
  margin-left: 0;
  margin-right: 0;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .checkbox {
  overflow: hidden;
  padding-bottom: 5px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .forgot {
  margin-top: 15px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .forgot-link {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
  float: right;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login {
  padding-right: 0;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login {
    padding-left: 0;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login h2 {
  margin-top: 40px;
}

@media (max-width: 820px) {
  .main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login h2 {
    margin-top: 20px;
  }
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .social-media-login .btn {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
  height: 41px;
  padding: 5px 15px;
  line-height: 25px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .facebook-btn-container .btn-facebook {
  background-color: #3b5998;
  margin-bottom: 15px;
  background-image: url("../images/facebook-white-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 26px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .google-btn-container .btn-google {
  background-color: #d34836;
  background-image: url("../images/google-white-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 26px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .new {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  margin-top: 24px;
  display: block;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .new a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  font-style: normal;
  text-decoration: underline;
  margin-top: 15px;
}

.main-nav-container .user-nav .user-nav-menu .account-dropdown .btn-help-center a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #ff530d;
  margin-top: 15px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-toggle {
  position: relative;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-toggle:hover {
    background-image: none !important;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .badge {
  position: absolute;
  bottom: 15px;
  right: 10px;
  border-radius: 50%;
  background-color: #00b2b1;
  padding: 0;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .badge {
    right: -10px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
  padding: 10px;
  max-height: 90vh;
  overflow-y: scroll;
  width: 500px;
  left: auto;
  right: 0;
  top: 125%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 1399px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
    top: 118%;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
    height: 85vh;
    overflow-y: scroll;
    top: 109%;
  }
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
    width: 450px;
    top: 118%;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
      top: 117%;
    }
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-menu {
    width: 101vw;
    right: -21px;
    height: 90vh;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
  position: absolute;
  height: 15px;
  width: 80px;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: solid 1px #9b9b9b;
  z-index: 2000;
}

@media (min-width: 1400px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    right: 74px;
    top: 53px;
    height: 17px;
    width: 80px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
      top: 54px;
    }
  }
}

@media (max-width: 1399px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    right: 74px;
    top: 52px;
    width: 76px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    right: 70px;
    width: 72px;
    height: 10px;
    top: 50px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
      top: 51px;
    }
  }
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    top: 45px;
  }
  @-moz-document url-prefix() {
    .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
      top: 46px;
    }
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    width: 56px;
    right: 54px;
  }
}

@media (max-width: 350px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown.open .active-tab-2 {
    border-left: 0;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-title {
  text-align: center;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 25px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-title h2 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.21;
  text-align: center;
  color: #323232;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-title span {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .product-image {
  border: solid 1px #f2f2f2;
  padding: 5px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .product-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .product-image img {
    width: 100%;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product .col-md-3 {
    width: 35%;
    float: left;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product .col-md-3 {
    padding-left: 0;
    width: 30%;
  }
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product .col-md-9 {
    width: 65%;
    float: left;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .dropdown-product .col-md-9 {
    padding-left: 0;
    width: 70%;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper {
  overflow: hidden;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper span {
  margin-right: 15px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper .free-delivery {
  overflow: hidden;
  float: right;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper .free-delivery {
    float: none;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper .free-delivery span {
    float: left;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper .free-delivery svg {
  float: right;
  width: 40px;
  height: 26px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .delivery-wrapper .free-delivery svg {
    float: none;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .price {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .assembly-price {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-price {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-price {
    margin-right: 5px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-price {
    font-size: 14px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .number-assembly-price {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  float: left;
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .number-assembly-price {
    float: right;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .number-assembly-price {
    font-size: 14px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .assembly-qty {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-qty {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-qty {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-assembly-qty {
    font-size: 14px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-product-quantity {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 100px;
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-product-quantity {
    margin-right: 78px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .txt-product-quantity {
    margin-right: 10px;
    font-size: 14px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .free-delivery {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .update-cart {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .price-container .update-cart {
    float: left;
    margin-top: 15px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .product-quantity {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .input-group {
  float: left;
  width: 100px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .input-group {
    float: right;
    width: 60px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .update-cart {
  float: right;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .quantity {
  border: 0;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  width: 75px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .quantity {
    width: 40px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .btn-number {
  background-color: transparent;
  opacity: 1;
  padding: 0;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .btn-number:hover {
  opacity: 0.7;
  transition: opacity 0.6s ease;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .icon-minus {
  background-image: url("../images/icon-minus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .icon-plus {
  background-image: url("../images/icon-plus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary {
  padding-bottom: 30px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .summary-wrapper {
  overflow: hidden;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn {
  display: inline-block;
  width: 280px;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn {
    width: 80%;
  }
}

@media (max-width: 380px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn {
    width: 100%;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  line-height: 32px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-secondary:hover {
  color: #fff;
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-secondary {
    font-size: 16px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-checkout {
  background-image: url("../images/icon-secure-white.svg");
  background-position: 90% center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-checkout {
    background-position: 95% center;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-checkout {
    background-position: 90% center;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary h3 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 25px;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-wrapper {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .btn-wrapper {
    text-align: center;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .col-lg-6 {
  background-color: #00b2b1;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  color: #fff;
  min-height: 60px;
  padding: 15px;
  font-weight: normal;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .col-lg-6.text-right {
  text-align: right;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .col-lg-6 {
    float: left;
    width: 50%;
    min-height: 75px;
  }
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown .cart-summary .col-lg-6 span {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  color: #fff;
}

.main-nav-container .user-nav .user-nav-menu .cart-dropdown > a {
  background-image: none;
  padding-right: 0;
}

.main-nav-container .user-nav .user-nav-menu > li {
  display: inline-block;
  width: 75px;
  border-left: solid 1px #9b9b9b;
}

@media (max-width: 991px) {
  .main-nav-container .user-nav .user-nav-menu > li {
    width: 71px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-nav-container .user-nav .user-nav-menu > li:nth-child(2) {
    border: 0;
  }
}

@media (max-width: 450px) {
  .main-nav-container .user-nav .user-nav-menu > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 55px;
  }
  .main-nav-container .user-nav .user-nav-menu > li:last-child {
    padding-right: 0;
  }
}

.main-nav-container .user-nav .user-nav-menu > li a {
  display: block;
}

.main-nav-container .user-nav .user-nav-menu > li .info-icon {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
}

@media (max-width: 650px) {
  .main-nav-container .user-nav .user-nav-menu > li svg {
    width: 24px;
    height: 24px;
  }
}

.main-nav-container .user-nav .user-nav-menu > li.open {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 350px) {
  .main-nav-container .user-nav .user-nav-menu > li.cart-dropdown.open {
    border-left: 0;
  }
}

.main-nav-container .user-nav .glyphicon {
  display: block;
}

.main-nav-container .user-nav .info-icon {
  display: block;
}

.main-nav-container .dropdown-large {
  position: static !important;
}

.main-nav-container .subcategory {
  min-height: 365px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .main-nav-container .subcategory {
    padding-left: 0;
  }
}

.main-nav-container .subcategory li {
  margin-bottom: 10px;
}

.main-nav-container .subcategory a {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #323232;
}

@media (max-width: 991px) {
  .main-nav-container .subcategory h2 {
    margin-bottom: 0 !important;
    margin-left: 15px !important;
    padding-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.main-nav-container .nav .open > a, .main-nav-container .nav .open > a:hover, .main-nav-container nav .open > a:focus {
  background-color: #ff530d;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .main-nav-container .nav .open > a:focus {
    background-color: transparent;
  }
}

.main-nav-container .furniture-dropdown {
  width: 90%;
  left: 50%;
  float: none;
  margin-left: -45%;
}

@media (max-width: 991px) {
  .main-nav-container .furniture-dropdown {
    left: 0;
    margin-left: 0;
  }
}

@media (max-width: 1240px) {
  .main-nav-container .services-dropdown {
    position: absolute;
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  .main-nav-container .dropdown a {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
    text-align: center;
  }
}

.main-nav-container .dropdown.open > a {
  background-image: url("../images/icon-up.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.main-nav-container .dropdown.open > a:hover {
  background-image: url("../images/icon-up.svg") !important;
}

@media (max-width: 991px) {
  .main-nav-container .dropdown.open > a:hover {
    background-image: url("../images/icon-right.svg") !important;
  }
}

@media (max-width: 991px) {
  .main-nav-container .dropdown.open > a {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
    text-align: center;
  }
}

.main-nav-container .dropdown > a {
  background-image: url("../images/icon-down.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .main-nav-container .dropdown > a {
    background-image: url("../images/icon-right.svg");
  }
}

.main-nav-container .furniture-subcategory li {
  float: left;
  width: 49%;
}

.main-nav-container .furniture-collections-dropdown {
  width: 300px;
}

.main-nav-container .furniture-collections-dropdown li {
  float: left;
  width: 49%;
}

@media (max-width: 991px) {
  .main-nav-container .furniture-collections-dropdown li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .main-nav-container .furniture-collections-dropdown li a {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
  }
}

@media (max-width: 991px) {
  .main-nav-container .furniture-collections-dropdown li a:hover {
    color: #ff530d;
    opacity: 1;
  }
}

/*   ----------------------------------------------------

MAIN-FOOTER

-------------------------------------------------------  */
.main-footer {
  margin-top: 80px;
  padding-top: 30px;
  border-top: solid 1px #f2f2f2;
}

.main-footer .pos-relative {
  position: relative;
}

.main-footer .chat-module {
  position: absolute;
  right: 0;
  top: -85px;
  width: 340px;
  background-color: #00b2b1;
  height: 100px;
  color: #ffffff;
  z-index: 20;
}

@media (max-width: 450px) {
  .main-footer .chat-module {
    width: 100%;
  }
}

.main-footer .chat-module + .row {
  position: relative;
  z-index: 0;
}

.main-footer .chat-module .trigger-chat {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  z-index: 20;
}

.main-footer .chat-module .chat-input-container {
  height: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  z-index: 500;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  transition: all 0.5s ease;
  opacity: 0;
}

.main-footer .chat-module .chat-input-container .btn-primary {
  height: auto;
}

.main-footer .chat-module .chat-input-container.open {
  top: -300px;
  height: 300px;
  transition: all 0.5s ease;
  opacity: 1;
}

.main-footer .chat-module .chat-input-container .chat-wrapper {
  padding: 15px;
}

.main-footer .chat-module .chat-input-container .welcome-text p {
  font-size: 16px;
  line-height: 1.2em;
}

.main-footer .chat-module .chat-input-container .brand {
  font-weight: bold;
}

.main-footer .chat-module .chat-input-container .chat-input {
  position: absolute;
  bottom: 5px;
  width: 91%;
}

.main-footer .chat-module .chat-input-container .chat-input .form-group {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .main-footer .chat-module .chat-input-container .chat-input .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.main-footer .chat-module .chat-input-container .chat-textarea {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  box-shadow: none;
  resize: none;
  height: 40px;
  border-radius: 0;
  width: 100%;
}

.main-footer .chat-module .chat-input-container .btn-primary {
  padding: 5px 15px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 650px) {
  .main-footer .chat-module .chat-input-container .btn-primary {
    padding: 0 15px;
  }
}

.main-footer .chat-module .icon-up {
  background-image: url("../images/icon-up.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 5px;
}

.main-footer .chat-module .icon-container {
  padding-left: 10px;
  float: left;
  width: 65px;
  text-align: center;
}

.main-footer .chat-module .icon-container .svg {
  background-image: url("../images/icon-chat.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

.main-footer .chat-module .icon-container span {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.main-footer .chat-module h1 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
}

.main-footer .chat-module h2 {
  text-align: right !important;
  margin: 0;
  font-weight: normal;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 991px) {
  .main-footer .footer-brand {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.main-footer .footer-social-nav li {
  display: inline-block;
  margin-right: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
}

.main-footer .footer-social-nav li:first-child {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}

.main-footer .footer-social-nav li:last-child {
  margin-right: 0;
}

.main-footer .footer-social-nav li a {
  width: 32px;
  display: block;
}

.main-footer .footer-social-nav li a svg {
  width: 100%;
}

.main-footer .copyright {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.main-footer .copyright a {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.main-footer .footer-links-container {
  margin-top: 32px;
}

@media (max-width: 1240px) {
  .main-footer .footer-links {
    width: 33.333%;
    float: left;
  }
}

@media (max-width: 991px) {
  .main-footer .footer-links {
    width: 33.333%;
    float: left;
  }
}

@media (max-width: 820px) {
  .main-footer .footer-links {
    width: 50%;
    float: left;
  }
}

@media (max-width: 820px) {
  .main-footer .footer-links:nth-child(3) {
    margin-top: 20px;
  }
}

.main-footer .footer-links li {
  margin-bottom: 18px;
}

.main-footer .footer-links li:last-child {
  margin-bottom: 0;
}

.main-footer .footer-links li span {
  border-bottom: solid 1px gray;
  height: 1px;
  width: 30px;
  display: block;
  padding-top: 2px;
}

.main-footer .footer-links a {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

/*   ----------------------------------------------------

HOME

-------------------------------------------------------  */
.home .hero {
  position: relative;
}

.home .hero img {
  width: 100%;
}

.home .hero .hero-text {
  position: absolute;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  top: 45%;
  z-index: 1;
  color: #fff;
}

@media (max-width: 1240px) {
  .home .hero .hero-text {
    top: 40%;
    width: 90%;
    margin-left: -45%;
  }
}

@media (max-width: 991px) {
  .home .hero .hero-text {
    top: 30%;
  }
}

@media (max-width: 650px) {
  .home .hero .hero-text {
    top: 45%;
  }
}

@media (max-width: 450px) {
  .home .hero .hero-text {
    top: 50%;
  }
}

.home .hero .hero-text h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1240px) {
  .home .hero .hero-text h1 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .home .hero .hero-text h1 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .home .hero .hero-text h1 {
    font-size: 42px;
  }
}

@media (max-width: 450px) {
  .home .hero .hero-text h1 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }
}

.home .hero .hero-text .btn {
  margin-top: 30px;
}

@media (max-width: 450px) {
  .home .hero .hero-text .btn {
    margin-top: 15px;
  }
}

.home .hero .btn-down {
  position: absolute;
  bottom: -20px;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -20px;
}

.home .newsletter {
  padding: 60px 0 40px 0;
  overflow: hidden;
}

.home .newsletter .text-newsletter p {
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.18;
  text-align: center;
  color: #323232;
}

@media (max-width: 1240px) {
  .home .newsletter .newsletter-form-container {
    text-align: center;
  }
}

.home .newsletter .newsletter-form-container .form-control {
  height: 47px;
  background-color: #fafafa;
  width: 340px;
}

@media (max-width: 450px) {
  .home .newsletter .newsletter-form-container .form-control {
    width: 280px;
  }
}

@media (max-width: 820px) {
  .home .newsletter .newsletter-form-container .input-group {
    margin-left: auto;
    margin-right: auto;
  }
}

.home .newsletter .newsletter-form-container .btn-input {
  border-radius: 0 4px 4px 0;
  margin-left: -5px;
  z-index: 15;
  height: 50px;
  position: relative;
}

@media (max-width: 820px) {
  .home .newsletter .newsletter-form-container .btn-input {
    border-radius: 4px;
    margin-left: 0;
  }
}

.home .featured {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}

.home .featured .cta-container {
  padding-top: 24px;
}

.home .featured .feature-container {
  overflow: hidden;
}

.home .featured .feature {
  position: relative;
  border-left: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #ff530d;
}

.home .featured .feature img {
  width: 100%;
  padding: 20px 20px 40px 20px;
}

.home .featured .feature a {
  position: relative;
  display: block;
}

.home .featured h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 15px;
}

@media (max-width: 650px) {
  .home .featured h2 {
    font-size: 24px;
  }
}

.home .featured h1 {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-align: center;
  color: #ff530d;
}

@media (max-width: 820px) {
  .home .featured-categories .feature-container {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .featured-categories .feature-container.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .featured-categories .feature-container {
    width: 100%;
    float: none;
  }
  .home .featured-categories .feature-container.col-last {
    margin-left: 0;
  }
}

.home .featured-other-categories {
  padding-top: 10px;
  padding-bottom: 40px;
}

@media (max-width: 820px) {
  .home .featured-other-categories .feature-container {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .featured-other-categories .feature-container.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .featured-other-categories .feature-container {
    width: 100%;
    float: none;
  }
  .home .featured-other-categories .feature-container.col-last {
    margin-left: 0;
  }
}

.home .featured-other-categories .copy p {
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.18;
  text-align: center;
  color: #323232;
}

.home .featured-other-categories .copy img {
  float: left;
  margin-right: 20px;
}

@media (max-width: 820px) {
  .home .featured-other-categories .copy img {
    float: none;
    margin-right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.home .featured-other-categories h2 {
  margin-top: 40px;
}

.home .best-sellers {
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 820px) {
  .home .best-sellers .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .best-sellers .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .best-sellers .col-sm-4 {
    width: 100%;
    float: none;
  }
  .home .best-sellers .col-sm-4.col-last {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .home .best-sellers .product h1 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home .best-sellers .product .price {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .home .best-sellers .product .original-price {
    font-size: 16px;
  }
}

.home .featured-categories {
  padding-bottom: 40px;
}

@media (max-width: 820px) {
  .home .featured-collections .feature-container {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .featured-collections .feature-container.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .featured-collections .feature-container {
    width: 100%;
    float: none;
  }
  .home .featured-collections .feature-container.col-last {
    margin-left: 0;
  }
}

.home .products {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .home .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .home .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.home .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .home .products h2 {
    font-size: 24px;
  }
}

.home .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.home .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  padding-top: 10px;
  display: block;
}

.home .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.home .products .rating .rating-input {
  float: left;
}

.home .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.home .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.home .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .home .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.home .products .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .home .products .rating .total-reviews a {
    float: none;
  }
}

.home .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.home .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.home .products .cta-container {
  overflow: hidden;
}

.home .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.home .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.home .products .cta-container .svg-container svg {
  width: 100%;
}

.home .products .col-center {
  text-align: center;
}

.home .products .space-planning h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .home .products .space-planning h2 {
    margin-bottom: 12px;
  }
}

.home .products .space-planning .product-image {
  border: 0;
  position: relative;
  padding: 0;
}

.home .products .space-planning .product-image a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.home .products .space-planning .product-image h1 {
  position: absolute;
  bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}

@media (max-width: 650px) {
  .home .products .space-planning .product-image h1 {
    bottom: 30px;
  }
}

@media (max-width: 450px) {
  .home .products .space-planning .product-image h1 {
    bottom: 10px;
    font-size: 16px;
  }
}

.home .products .space-planning p {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  .home .products .space-planning p {
    font-size: 16px;
  }
}

.home .closer-info {
  overflow: hidden;
}

@media (max-width: 820px) {
  .home .closer-info .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .home .closer-info .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .home .closer-info .col-sm-4 {
    width: 100%;
    float: none;
  }
  .home .closer-info .col-sm-4.col-last {
    margin-left: 0;
  }
}

.home .closer-info .testimonial-container h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #323232;
}

.home .closer-info .testimonial-container .testimonials {
  position: relative;
}

.home .closer-info .testimonial-container .testimonials .left-quotes {
  position: absolute;
  left: 0;
  top: 205px;
}

@media (max-width: 991px) {
  .home .closer-info .testimonial-container .testimonials .left-quotes {
    top: 180px;
  }
}

.home .closer-info .testimonial-container .testimonials .right-quotes {
  position: absolute;
  right: 0;
  bottom: 90px;
}

@media (max-width: 991px) {
  .home .closer-info .testimonial-container .testimonials .right-quotes {
    bottom: 120px;
  }
}

.home .closer-info .testimonial-container .item-testimonial {
  text-align: center;
}

.home .closer-info .testimonial-container .item-testimonial:first-child {
  margin-bottom: 70px;
}

.home .closer-info .testimonial-container .item-testimonial h3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
}

@media (max-width: 991px) {
  .home .closer-info .testimonial-container .item-testimonial h3 {
    font-size: 16px;
  }
}

.home .closer-info .testimonial-container img {
  display: inline-block;
  border: solid 30px #f2f2f2;
  border-radius: 50%;
}

.home .closer-info .slideshow {
  margin-top: 24px;
  padding: 15px;
  border: solid 1px #f2f2f2;
  position: relative;
}

.home .closer-info .slideshow .slider-nav {
  position: absolute;
  top: 48%;
  width: 290px;
  margin-left: -145px;
  left: 50%;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home .closer-info .slideshow .slider-nav {
    width: 100%;
    margin-left: -50%;
  }
}

.home .closer-info .slideshow .slider-nav .slick-arrow {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #ff530d;
  background-color: transparent;
  border: 0;
}

.home .closer-info .slideshow .slider-nav .slick-prev {
  float: left;
  background-image: url("../images/icon-left.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.home .closer-info .slideshow .slider-nav .slick-next {
  background-image: url("../images/icon-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  float: right;
  padding-right: 30px;
}

.home .closer-info .slideshow .slider-nav .pagingInfo {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #323232;
}

.home .closer-info .our-blog-container h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  padding-bottom: 18px;
}

.home .closer-info .our-blog-container article h1 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  font-weight: normal;
  height: 85px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home .closer-info .our-blog-container article h1 {
    font-size: 16px;
  }
}

.home .closer-info .our-blog-container article .post-image {
  position: relative;
}

.home .closer-info .our-blog-container article .post-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.home .closer-info .our-blog-container article .post-image img {
  width: 100%;
}

.home .closer-info .our-blog-container article .post-image .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  width: 108px;
  height: 24px;
  background-color: rgba(0, 178, 177, 0.7);
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}

.home .closer-info .our-blog-container article .btn-container {
  margin-top: 24px;
  margin-bottom: 30px;
}

.home .closer-info .featured-services-container {
  text-align: center;
}

.home .closer-info .featured-services-container h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  padding-bottom: 18px;
}

@media (min-width: 1400px) {
  .home .closer-info .featured-services-container .featured-services {
    text-align: left;
  }
}

.home .closer-info .featured-services-container .featured-services img {
  width: 100%;
}

.home .closer-info .featured-services-container .featured-services .customer-service-image {
  position: relative;
}

.home .closer-info .featured-services-container .featured-services .customer-service-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.home .closer-info .featured-services-container .featured-services .customer-service-image a h1 {
  bottom: 15px;
  left: 50%;
  position: absolute;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;
  text-align: center;
  width: 95%;
  margin-left: -45.5%;
}

@media (max-width: 991px) {
  .home .closer-info .featured-services-container .featured-services .customer-service-image a h1 {
    font-size: 14px;
    bottom: 10px;
  }
}

@media (max-width: 820px) {
  .home .closer-info .featured-services-container .featured-services .customer-service-image a h1 {
    font-size: 18px;
    bottom: 15px;
  }
}

@media (max-width: 650px) {
  .home .closer-info .featured-services-container .featured-services .customer-service-image a h1 {
    bottom: 30px;
  }
}

@media (max-width: 450px) {
  .home .closer-info .featured-services-container .featured-services .customer-service-image a h1 {
    font-size: 16px;
    bottom: 10px;
  }
}

.home .closer-info .featured-services-container .featured-services .shipping-service-image {
  position: relative;
}

.home .closer-info .featured-services-container .featured-services .shipping-service-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.home .closer-info .featured-services-container .featured-services .shipping-service-image a h1 {
  bottom: 5%;
  left: 50%;
  width: 95%;
  margin-left: -45.5%;
  position: absolute;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 650px) {
  .home .closer-info .featured-services-container .featured-services .shipping-service-image a h1 {
    bottom: 30px;
  }
}

@media (max-width: 450px) {
  .home .closer-info .featured-services-container .featured-services .shipping-service-image a h1 {
    bottom: 10px;
    font-size: 16px;
  }
}

.home .closer-info .featured-services-container .featured-services p {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  padding-top: 10px;
  margin-top: 10px;
  height: 85px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home .closer-info .featured-services-container .featured-services p {
    font-size: 16px;
  }
}

.home .closer-info .featured-services-container .featured-services .customer-service {
  margin-bottom: 40px;
}

.home .closer-info .featured-services-container .featured-services .customer-service .btn-container {
  margin-top: 24px;
}

/*   ----------------------------------------------------

PRODUCT DETAIL

-------------------------------------------------------  */
.product-detail .product-details {
  overflow: hidden;
}

.product-detail .product-details .product-slider {
  margin-bottom: 25px;
}

.product-detail .product-details .product-slider li {
  padding: 20px;
  border: solid 0.7px #cccccc;
}

.product-detail .product-details .product-slider img {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 660px) {
  .product-detail .product-details .product-carousel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-detail .product-details .product-carousel li {
  border: solid 0.7px #cccccc;
  padding: 5px;
  margin-right: 15px;
}

.product-detail .product-details .product-carousel li:last-child {
  margin-right: 0;
}

.product-detail .product-details .product-carousel img {
  margin-right: auto;
  margin-left: auto;
}

.product-detail .product-details .product-carousel .slick-current {
  opacity: 0.6;
}

.product-detail .product-details .product-carousel .slick-arrow {
  position: absolute;
  top: 40%;
  width: 45px;
  background-color: transparent;
  height: 45px;
  z-index: 4;
  border: 0;
  text-indent: -9999px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 450px) {
  .product-detail .product-details .product-carousel .slick-arrow {
    top: 25%;
  }
}

.product-detail .product-details .product-carousel .slick-prev {
  left: -55px;
  background-image: url("../images/icon-left.svg");
}

@media (max-width: 450px) {
  .product-detail .product-details .product-carousel .slick-prev {
    left: -45px;
  }
}

.product-detail .product-details .product-carousel .slick-next {
  right: -55px;
  background-image: url("../images/icon-right.svg");
}

@media (max-width: 450px) {
  .product-detail .product-details .product-carousel .slick-next {
    right: -35px;
  }
}

.product-detail .product-details .product-carousel .slick-disabled {
  opacity: 0;
}

.product-detail .product-info {
  padding-left: 100px;
  padding-bottom: 20px;
}

@media (max-width: 1240px) {
  .product-detail .product-info {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail .product-info {
    padding-left: 15px;
  }
}

.product-detail .product-info .waitlist .popover {
  width: 400px;
}

@media (max-width: 1240px) {
  .product-detail .product-info .waitlist .popover {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-info .waitlist .popover {
    width: 200px;
  }
}

@media (max-width: 820px) {
  .product-detail .product-info .waitlist .popover {
    width: 300px;
  }
}

@media (max-width: 650px) {
  .product-detail .product-info .waitlist .popover {
    width: 200px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .waitlist .popover {
    width: 280px;
  }
}

.product-detail .product-info h1 {
  font-family: Lato;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #323232;
  margin-top: 0;
}

@media (max-width: 450px) {
  .product-detail .product-info h1 {
    font-size: 18px;
  }
}

.product-detail .product-info .price {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  text-align: left;
  color: #323232;
  margin-right: 45px;
}

.product-detail .product-info .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.product-detail .product-info .sku-container {
  overflow: hidden;
}

.product-detail .product-info .sku-container .review-product {
  float: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

@media (max-width: 450px) {
  .product-detail .product-info .sku-container .review-product {
    float: none;
    height: 45px;
    line-height: 45px;
    display: inline-block;
  }
}

.product-detail .product-info .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 450px) {
  .product-detail .product-info .sku {
    display: block;
  }
}

.product-detail .product-info .rating {
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-detail .product-info .rating {
    padding-top: 10px;
  }
}

.product-detail .product-info .rating .rating-input {
  float: left;
}

.product-detail .product-info .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .product-info .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .product-info .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .product-detail .product-info .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.product-detail .product-info .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #ff530d;
}

@media (max-width: 767px) {
  .product-detail .product-info .rating .total-reviews a {
    float: none;
    margin-left: 30px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .rating .total-reviews a {
    float: none;
    margin-left: 0;
  }
}

.product-detail .product-info .price-container {
  position: relative;
}

@media (max-width: 767px) {
  .product-detail .product-info .price-container {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .product-detail .product-info .price {
    float: left;
    margin-right: 30px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .price {
    font-size: 28px;
    margin-right: 20px;
  }
}

.product-detail .product-info .before {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #9b9b9b;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .product-detail .product-info .before {
    float: left;
    padding-top: 11px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .before {
    font-size: 16px;
  }
}

.product-detail .product-info .save {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 178, 177, 0.7);
  padding: 3px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .product-detail .product-info .save {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 7px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .save {
    margin-left: 10px;
  }
}

.product-detail .product-info .stock {
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
  min-height: 50px;
}

@media (max-width: 767px) {
  .product-detail .product-info .stock {
    min-height: 0;
    overflow: hidden;
    margin-top: 15px;
  }
}

.product-detail .product-info .stock .stock-number {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .product-detail .product-info .stock .stock-number {
    float: left;
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 7px;
  }
}

.product-detail .product-info .stock .free-delivery {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .product-detail .product-info .stock .free-delivery {
    float: left;
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 30px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-info .stock .free-delivery {
    margin-left: 15px;
  }
}

.product-detail .product-info .stock .free-delivery span {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  margin-right: 15px;
}

@media (max-width: 450px) {
  .product-detail .product-info .stock .free-delivery span {
    margin-right: 10px;
  }
}

.product-detail .product-info .stock .free-delivery svg {
  width: 63px;
  height: 38px;
}

@media (max-width: 767px) {
  .product-detail .product-info .stock .free-delivery svg {
    width: 39px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .product-detail .product-image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.product-detail .product-description p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.product-detail .product-action-wrapper {
  position: relative;
}

.product-detail .product-offer-result {
  position: absolute;
  top: 0;
  z-index: 30;
  left: 0;
  background-color: #fff;
  text-align: center;
  padding: 25px 30px;
  border-radius: 4px;
  margin-bottom: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.product-detail .product-offer-result.product-offer-success {
  border: solid 1px #00b2b1;
}

.product-detail .product-offer-result.product-offer-failed {
  border: solid 1px #e2524c;
}

.product-detail .product-offer-result.product-offer-failed h3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #e2524c;
}

.product-detail .product-offer-result .product-offer-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #979797;
}

.product-detail .product-offer-result h3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #00b2b1;
  margin-top: 0;
}

.product-detail .product-offer-result .product-continue {
  position: relative;
}

@media (max-width: 450px) {
  .product-detail .product-offer-result .product-continue {
    margin-bottom: 30px;
  }
}

.product-detail .product-offer-result .product-continue span {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #00b2b1;
  color: #323232;
}

.product-detail .product-offer-result .product-continue .link-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-detail .product-offer-result .product-continue .link-wrapper a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.product-detail .product-offer-result .product-continue .divider {
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  border: solid 1px #f2f2f2;
}

@media (max-width: 767px) {
  .product-detail .product-offer-result .product-continue .divider {
    display: none;
  }
}

.product-detail .product-offer-result .product-continue .divider span {
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
}

.product-detail .product-offer-result .close-product-offer {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product-detail .product-options {
  overflow: hidden;
  margin-top: 25px;
}

.product-detail .product-options .product-colors {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .product-detail .product-options .product-colors {
    width: auto;
    padding-right: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-options .product-colors {
    padding-right: 15px;
    margin-right: 0;
  }
}

.product-detail .product-options .product-colors.multiple {
  float: none;
  width: 100%;
}

.product-detail .product-options .product-colors.multiple .attribute-title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #323232;
  font-weight: normal;
}

.product-detail .product-options .product-colors.multiple .col-lg-6 {
  margin-bottom: 15px;
}

.product-detail .product-options .product-colors.multiple .col-lg-6 .select-wrapper {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background-image: url(../images/icon-down.svg);
  width: 100%;
  background-position: 98% center;
  background-color: #fff;
  background-repeat: no-repeat;
}

.product-detail .product-options .product-colors.multiple .col-lg-6 .select-wrapper .form-control {
  background-color: transparent;
  border: 0;
  width: 112%;
}

.product-detail .product-options .product-colors span {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-colors span {
    font-size: 18px;
  }
}

.product-detail .product-options .product-colors .txt-color {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  font-weight: normal;
  padding-top: 10px;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-colors .txt-color {
    font-size: 16px;
  }
}

.product-detail .product-options .product-colors li {
  display: inline-block;
  margin-right: 15px;
}

.product-detail .product-options .product-colors li:last-child {
  margin-right: 0;
}

.product-detail .product-options .product-colors .multiple-attributes li {
  width: 49%;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-colors .multiple-attributes .col-xs-6 {
    width: 100%;
    float: none;
  }
}

.product-detail .product-options .product-quantity {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.product-detail .product-options .product-quantity.multiple {
  float: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
}

.product-detail .product-options .product-quantity .txt-product-quantity {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-quantity .txt-product-quantity {
    font-size: 18px;
  }
}

.product-detail .product-options .product-quantity .input-group {
  width: 150px;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-quantity .input-group {
    width: 60px;
  }
}

.product-detail .product-options .product-quantity .input-group .quantity {
  border: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  width: 100px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 450px) {
  .product-detail .product-options .product-quantity .input-group .quantity {
    width: 60px;
  }
}

.product-detail .product-options .product-quantity .input-group .btn-number {
  background-color: transparent;
  opacity: 1;
  padding: 0;
}

.product-detail .product-options .product-quantity .input-group .btn-number:hover {
  opacity: 0.7;
  transition: opacity 0.6s ease;
}

.product-detail .product-options .product-quantity .input-group .icon-minus {
  background-image: url("../images/icon-minus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.product-detail .product-options .product-quantity .input-group .icon-plus {
  background-image: url("../images/icon-plus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.product-detail .product-compare {
  clear: both;
}

.product-detail .product-compare label {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.product-detail .product-buy {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .product-detail .product-buy {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .product-detail .product-buy {
    text-align: center;
  }
}

.product-detail .product-buy .btn-primary {
  float: left;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .product-detail .product-buy .btn-primary {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail .product-buy .btn-primary {
    margin-bottom: 0;
  }
}

@media (max-width: 650px) {
  .product-detail .product-buy .btn-primary {
    margin-right: 15px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-buy .btn-primary {
    margin-bottom: 30px;
    float: none;
    margin-right: 0;
  }
}

.product-detail .product-buy .btn-primary span {
  float: left;
  display: block;
  margin-right: 12px;
}

.product-detail .product-buy .btn-primary .svg-container {
  float: left;
  width: 20px;
  height: 28px;
}

.product-detail .product-buy .btn-primary .svg-container svg {
  width: 100%;
}

.product-detail .product-buy .help-link {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
  float: left;
  margin-top: 28px;
}

.product-detail .product-buy .help-link span {
  margin-left: 10px;
}

@media (max-width: 450px) {
  .product-detail .product-buy .help-link {
    float: none;
    display: block;
    text-align: center;
    margin-top: 0;
  }
}

.product-detail .product-buy .btn-add-to-wishlist {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #4a4a4a;
  height: 55px;
  line-height: 28px;
  float: left;
  overflow: hidden;
  padding: 12px 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
}

.product-detail .product-buy .btn-add-to-wishlist:hover {
  color: #fff;
}

@media (max-width: 450px) {
  .product-detail .product-buy .btn-add-to-wishlist {
    float: none;
    margin-bottom: 30px;
  }
}

.product-detail .product-buy .btn-add-to-wishlist span {
  float: left;
  display: block;
  margin-right: 12px;
}

.product-detail .product-buy .btn-add-to-wishlist .icon-holder {
  float: left;
}

.product-detail .product-buy .btn-add-to-wishlist .svg-container {
  float: left;
}

.product-detail .product-buy .btn-add-to-wishlist .svg-container svg {
  width: 100%;
}

.product-detail .product-offer {
  width: 300px;
}

@media (max-width: 991px) {
  .product-detail .product-offer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-detail .product-offer {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-offer .popover {
    width: 250px;
  }
}

@media (max-width: 820px) {
  .product-detail .product-offer .popover {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .product-detail .product-offer .popover {
    width: 400px;
  }
}

@media (max-width: 650px) {
  .product-detail .product-offer .popover {
    width: 280px;
  }
}

@media (max-width: 450px) {
  .product-detail .product-offer .popover {
    width: 230px;
  }
}

.product-detail .product-offer .product-offer-title {
  overflow: hidden;
}

.product-detail .product-offer .product-offer-title h2 {
  display: inline-block;
  margin-right: 30px;
}

.product-detail .product-offer .product-offer-title h3 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  float: left;
  margin-right: 30px;
}

@media (max-width: 450px) {
  .product-detail .product-offer .product-offer-title h3 {
    font-size: 18px;
    margin-right: 10px;
  }
}

.product-detail .product-offer .product-offer-title a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
  float: left;
  margin-top: 20px;
}

@media (max-width: 450px) {
  .product-detail .product-offer .product-offer-title a {
    font-size: 12px;
  }
}

.product-detail .product-offer .product-offer-title a span {
  margin-left: 10px;
}

.product-detail .product-offer .product-offer-input {
  position: relative;
  width: 100%;
}

@media (max-width: 450px) {
  .product-detail .product-offer .product-offer-input {
    width: 90%;
  }
}

.product-detail .product-offer .product-offer-input .form-group {
  width: 80%;
}

@media (max-width: 767px) {
  .product-detail .product-offer .product-offer-input .form-group {
    width: 100%;
  }
}

.product-detail .product-offer .product-offer-input .input-group {
  width: 100%;
}

.product-detail .product-offer .product-offer-input .btn-primary {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  position: absolute;
  margin-left: -3px;
  z-index: 20;
}

@media (max-width: 767px) {
  .product-detail .product-offer .product-offer-input .btn-primary {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.product-detail .product-share {
  margin-top: 15px;
}

@media (max-width: 450px) {
  .product-detail .product-share {
    text-align: center;
  }
}

.product-detail .product-share .txt {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #323232;
}

.product-detail .product-share ul {
  margin-top: 10px;
}

.product-detail .product-share li {
  display: inline-block;
  margin-right: 25px;
}

.product-detail .product-share li:last-child {
  margin-right: 0;
}

.product-detail .product-customer-reviews {
  position: absolute;
  bottom: 100px;
  left: 70px;
  width: 300px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 1240px) {
  .product-detail .product-customer-reviews {
    left: 15px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-customer-reviews {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.product-detail .product-customer-reviews h3 {
  font-size: 20px;
}

.product-detail .product-customer-reviews .total-reviews {
  font-weight: bold;
}

.product-detail .product-customer-reviews .review-average {
  font-weight: bold;
}

.product-detail .product-customer-reviews .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.product-detail .product-customer-reviews .rating .rating-input {
  float: left;
  margin-right: 15px;
}

.product-detail .product-customer-reviews .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .product-customer-reviews .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .product-customer-reviews .rating .number-stars {
  font-size: 18px;
}

.product-detail .product-customer-reviews .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .product-detail .product-customer-reviews .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.product-detail .product-customer-reviews .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .product-detail .product-customer-reviews .rating .total-reviews a {
    float: none;
  }
}

.product-detail .product-customer-reviews .percentage-recommendations {
  display: block;
  text-align: center;
}

.product-detail .product-customer-reviews .percentage-recommendations strong {
  display: block;
  text-align: center;
  font-size: 20px;
}

.product-detail .product-customer-reviews .btn-container {
  text-align: center;
  margin-top: 20px;
}

.product-detail .product-specs {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .product-detail .product-specs .popover {
    width: 445px;
  }
}

@media (max-width: 820px) {
  .product-detail .product-specs .popover {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav .accordion-toggle {
    padding-bottom: 15px;
    border-bottom: solid 1px #9b9b9b;
    display: block;
  }
}

.product-detail .product-specs .nav a {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  border-radius: 0;
  padding: 15px;
}

.product-detail .product-specs .nav a:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a:hover, .product-detail .product-specs .nav a:active, .product-detail .product-specs .nav a:focus {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a.active {
    background-color: #f2f2f2;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a .glyphicon-remove {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a.collapsed .glyphicon-plus {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a.active .glyphicon-plus {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav a.active .glyphicon-remove {
    display: block !important;
  }
}

.product-detail .product-specs .nav .active-tab {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 101%;
  background-color: #fff;
  width: 2px;
  display: none;
  z-index: 20;
}

.product-detail .product-specs .nav li {
  border-bottom: solid 1px #f2f2f2;
  border-left: solid 1px #f2f2f2;
  position: relative;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li {
    border: 0;
  }
}

.product-detail .product-specs .nav li:first-child {
  border-top: solid 1px #f2f2f2;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li:first-child {
    border: 0;
  }
}

.product-detail .product-specs .nav li.active {
  border-color: #9b9b9b;
  border-top: solid 1px #9b9b9b;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li.active {
    border: 0;
  }
}

.product-detail .product-specs .nav li.active .active-tab {
  display: block;
}

.product-detail .product-specs .nav li.active a {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  background-color: transparent;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li.active a.active {
    background-color: #f2f2f2;
  }
}

.product-detail .product-specs .nav li.active span {
  display: none;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li .accordion-body.collapsing {
    background-color: #f2f2f2;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li .accordion-body.in {
    background-color: #f2f2f2;
  }
}

.product-detail .product-specs .nav li .glyphicon-plus {
  position: absolute;
  right: 15px;
  top: 15px;
}

.product-detail .product-specs .nav li .glyphicon-remove {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li .accordion-inner {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li .accordion-inner h1 {
    display: none;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .nav li .popover .glyphicon-remove {
    position: relative;
    right: auto;
    top: auto;
  }
}

.product-detail .product-specs .nav li p {
  font-size: 1em;
}

.product-detail .product-specs .tab-content {
  min-height: 550px;
  border: solid 1px #9b9b9b;
  padding: 25px 100px;
}

@media (max-width: 1240px) {
  .product-detail .product-specs .tab-content {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .product-detail .product-specs .tab-content {
    border: 0;
  }
}

.product-detail .product-specs .tab-content p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.product-detail .product-specs .nav-pills {
  padding-left: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.product-detail .product-specs .review-item {
  margin-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .product-detail .product-specs .review-item {
    border-color: #9b9b9b;
  }
}

.product-detail .product-specs .review-item .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .product-specs .review-item .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-item .rating {
    text-align: center;
  }
}

.product-detail .product-specs .review-text {
  overflow: hidden;
  margin-top: 10px;
}

.product-detail .product-specs .review-text .img-container {
  width: 83px;
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-text .img-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-detail .product-specs .review-text img {
  float: left;
  margin-right: 30px;
  width: 100%;
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-text img {
    float: none;
    margin-bottom: 10px;
  }
}

.product-detail .product-specs .review-author {
  margin-top: 20px;
}

.product-detail .product-specs .review-author li {
  display: inline-block;
}

.product-detail .product-specs .review-author li:first-child {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  margin-right: 50px;
}

@media (max-width: 1240px) {
  .product-detail .product-specs .review-author li:first-child {
    margin-right: 15px;
  }
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-author li:first-child {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

.product-detail .product-specs .review-author li:nth-child(2) {
  margin-right: 30px;
}

@media (max-width: 1240px) {
  .product-detail .product-specs .review-author li:nth-child(2) {
    margin-right: 15px;
  }
}

@media (max-width: 820px) {
  .product-detail .product-specs .review-author li:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-author li:nth-child(2) {
    display: block;
    text-align: center;
  }
}

.product-detail .product-specs .review-author li:nth-child(2) a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .product-detail .product-specs .review-author li:nth-child(2) a {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-author li:nth-child(2) a {
    padding-right: 0;
  }
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-author li:nth-child(3) {
    display: block;
    text-align: center;
  }
}

.product-detail .product-specs .review-author li:nth-child(3) a {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .product-detail .product-specs .review-author li:nth-child(3) a {
    display: inline-block;
    padding-left: 0;
  }
}

@media (max-width: 650px) {
  .product-detail .product-specs .review-author li:nth-child(3) a {
    padding-right: 0;
  }
}

.product-detail .product-specs .review-author li:nth-child(3) span {
  margin-left: 10px;
}

.product-detail .product-specs .tab-pane h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-top: 0;
}

.product-detail .product-specs .all-reviews-container {
  margin-top: 50px;
  margin-bottom: 30px;
}

.product-detail .product-specs .all-reviews-container a {
  display: inline-block;
  color: #ff530d;
}

.product-detail .product-specs .all-reviews-container .btn-secondary:hover, .product-detail .product-specs .all-reviews-container .btn-secondary:active, .product-detail .product-specs .all-reviews-container .btn-secondary:focus {
  color: #fff;
}

.product-detail .products {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .product-detail .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .product-detail .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .product-detail .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .product-detail .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.product-detail .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .product-detail .products h2 {
    font-size: 24px;
  }
}

.product-detail .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.product-detail .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .product-detail .products .sku-container {
    min-height: 50px;
  }
}

@media (max-width: 650px) {
  .product-detail .products .sku-container {
    min-height: 0;
  }
}

.product-detail .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.product-detail .products .collection {
  float: right;
  display: block;
}

@media (max-width: 1240px) {
  .product-detail .products .collection {
    display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .product-detail .products .collection {
    float: right;
    display: block;
    width: auto;
  }
}

.product-detail .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.product-detail .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.product-detail .products .rating .rating-input {
  float: left;
}

.product-detail .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.product-detail .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .product-detail .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .product-detail .products .rating .total-reviews {
    display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
  }
}

.product-detail .products .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .product-detail .products .rating .total-reviews a {
    float: none;
  }
}

@media (max-width: 1240px) {
  .product-detail .products .rating .total-reviews a {
    float: none;
  }
}

.product-detail .products .price-container {
  position: relative;
}

.product-detail .products .before {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #9b9b9b;
  text-decoration: line-through;
}

@media (max-width: 1240px) {
  .product-detail .products .col-sm-4 .save {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.product-detail .products .save {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 178, 177, 0.7);
  padding: 3px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-detail .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.product-detail .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.product-detail .products .cta-container {
  overflow: hidden;
  margin-top: 20px;
}

.product-detail .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.product-detail .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.product-detail .products .cta-container .svg-container svg {
  width: 100%;
}

.product-detail .products .col-center {
  text-align: center;
}

/*   ----------------------------------------------------

NOTIFICATION FLOW

-------------------------------------------------------  */
@media (max-width: 650px) {
  .notify-me.main-login .user-login-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .notify-me.main-login h2 {
    margin-top: 0;
  }
}

.notify-me .form-control {
  height: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #4a4a4a;
  text-align: left;
}

.notify-me label {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #4a4a4a;
  text-align: left;
}

.notify-me .notify-me-section {
  overflow: hidden;
}

.notify-me .notify-me-section.sign-up-success .divider {
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

.notify-me .notify-me-section.sign-up-success .go-to-account {
  position: relative;
  border-top: solid 1px #979797;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .notify-me .notify-me-section.sign-up-success .go-to-account {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.notify-me .notify-me-section.sign-up-success .go-to-account a {
  margin-top: 60px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.notify-me .notify-me-section .hero-image {
  position: relative;
  text-align: center;
}

@media (max-width: 650px) {
  .notify-me .notify-me-section .hero-image {
    display: none;
  }
}

.notify-me .notify-me-section .hero-image h1 {
  position: absolute;
  z-index: 2;
  top: 15%;
  width: 90%;
  margin-left: -45%;
  left: 50%;
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1240px) {
  .notify-me .notify-me-section .hero-image h1 {
    font-size: 48px;
    top: 10%;
  }
}

@media (max-width: 991px) {
  .notify-me .notify-me-section .hero-image h1 {
    font-size: 40px;
    top: 5%;
  }
}

@media (max-width: 820px) {
  .notify-me .notify-me-section .hero-image h1 {
    font-size: 32px;
    top: 0;
  }
}

.notify-me .notify-me-section .notify-me-specs-wrapper {
  padding-top: 30px;
  padding-bottom: 150px;
}

@media (max-width: 820px) {
  .notify-me .notify-me-section .notify-me-specs-wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 650px) {
  .notify-me .notify-me-section .notify-me-specs-wrapper {
    padding-top: 0;
    margin: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 450px) {
  .notify-me .notify-me-section .notify-me-specs-wrapper {
    padding-top: 55px;
  }
}

.notify-me .notify-me-section .user-login h2 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  text-align: left;
}

.notify-me .notify-me-section .user-login h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 767px) {
  .notify-me .notify-me-section .product-quantity {
    width: 150px;
  }
}

@media (max-width: 450px) {
  .notify-me .notify-me-section .product-quantity {
    width: 120px;
  }
}

.notify-me .notify-me-section .product-quantity .quantity {
  width: 70px;
}

@media (max-width: 767px) {
  .notify-me .notify-me-section .notify-date {
    width: 180px;
  }
}

@media (max-width: 450px) {
  .notify-me .notify-me-section .notify-date {
    width: 150px;
  }
}

.notify-me .divider {
  border-radius: 50%;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 47%;
  z-index: 2;
  border: solid 1px #f2f2f2;
}

@media (max-width: 650px) {
  .notify-me .divider {
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}

.notify-me .divider span {
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
}

.notify-me .user-login-wrapper {
  padding-right: 55px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .notify-me .user-login-wrapper {
    padding-bottom: 30px;
    border-bottom: solid 1px #f2f2f2;
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 450px) {
  .notify-me .user-login-wrapper {
    width: 100%;
    padding-right: 15px;
  }
}

.notify-me .guest-notification-wrapper {
  padding-left: 55px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: solid 1px #f2f2f2;
}

@media (max-width: 767px) {
  .notify-me .guest-notification-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 650px) {
  .notify-me .guest-notification-wrapper {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    border: 0;
  }
}

@media (max-width: 450px) {
  .notify-me .guest-notification-wrapper {
    width: 100%;
    padding-right: 15px;
  }
}

.notify-me .guest-notification h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

.notify-me .guest-notification p {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  text-align: left;
}

.notify-me .social-login h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .notify-me .social-login h2 {
    text-align: center;
  }
}

.notify-me .social-login .btn {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  height: 48px;
  width: 255px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 650px) {
  .notify-me .social-login .btn {
    font-size: 16px;
  }
}

.notify-me .social-login .facebook-btn-container {
  text-align: center;
}

.notify-me .social-login .facebook-btn-container .btn-facebook {
  background-color: #3b5998;
  margin-bottom: 15px;
  background-image: url("../images/facebook-white-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 26px;
}

.notify-me .social-login .google-btn-container {
  text-align: center;
}

.notify-me .social-login .google-btn-container .btn-google {
  background-color: #d34836;
  background-image: url("../images/google-white-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 26px;
}

.notify-me .create-account {
  background-color: #f2f2f2;
  margin-top: 45px;
  padding: 20px 15px 15px 15px;
  position: relative;
}

.notify-me .create-account h1 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -20px;
}

.notify-me .create-account span {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  color: #4a4a4a;
}

.notify-me .create-account .txt-link-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notify-me .create-account .txt-link {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.notify-me .create-account .txt-small {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.notify-me .notify-me-specs {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  .notify-me .notify-me-specs {
    margin-top: 0;
  }
}

.notify-me .notify-me-specs h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  text-align: center;
}

@media (max-width: 450px) {
  .notify-me .notify-me-specs h1 {
    font-size: 18px;
  }
}

.notify-me .notify-me-specs p {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
}

@media (max-width: 450px) {
  .notify-me .notify-me-specs p {
    font-size: 16px;
  }
}

.notify-me .notify-me-specs label {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #4a4a4a;
  font-weight: normal;
}

.notify-me .notify-me-specs .form-group {
  margin-top: 30px;
}

.notify-me .notify-me-specs .quantity {
  border: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  width: 100px;
  text-align: center;
  font-size: 20px;
}

.notify-me .notify-me-specs .btn-number {
  background-color: transparent;
  opacity: 1;
  padding: 0;
}

.notify-me .notify-me-specs .btn-number:hover {
  opacity: 0.7;
  transition: opacity 0.6s ease;
}

.notify-me .notify-me-specs .icon-minus {
  background-image: url("../images/icon-minus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.notify-me .notify-me-specs .icon-plus {
  background-image: url("../images/icon-plus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.notify-me .notify-success {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #00b2b1;
  padding: 30px 60px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .notify-me .notify-success {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 820px) {
  .notify-me .notify-success {
    padding: 30px;
  }
}

.notify-me .notify-success h2 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #00b2b1;
  border-bottom: solid 1px #979797;
  padding-bottom: 15px;
}

.notify-me .notify-success a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

.notify-me .products {
  overflow: hidden;
  margin-bottom: 40px;
}

.notify-me .products .collection {
  float: right;
  display: block;
}

.notify-me .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.notify-me .products .cta-container {
  overflow: hidden;
  margin-top: 20px;
}

.notify-me .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.notify-me .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.notify-me .products .cta-container .svg-container svg {
  width: 100%;
}

@media (max-width: 820px) {
  .notify-me .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .notify-me .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .notify-me .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .notify-me .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.notify-me .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .notify-me .products h2 {
    font-size: 24px;
  }
}

.notify-me .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.notify-me .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.notify-me .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

.notify-me .products .sku-container .review-product {
  float: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.notify-me .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.notify-me .products .rating .rating-input {
  float: left;
}

.notify-me .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.notify-me .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.notify-me .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .notify-me .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.notify-me .products .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .notify-me .products .rating .total-reviews a {
    float: none;
  }
}

.notify-me .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.notify-me .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.notify-me .products .cta-container {
  overflow: hidden;
}

.notify-me .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.notify-me .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.notify-me .products .cta-container .svg-container svg {
  width: 100%;
}

.notify-me .products .col-center {
  text-align: center;
}

/*   ----------------------------------------------------

PRODUCT LIST PAGE

-------------------------------------------------------  */
@media (max-width: 991px) {
  .product-list .footer-newsletter.mobile {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 650px) {
  .product-list .footer-newsletter.mobile {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 450px) {
  .product-list .footer-newsletter.mobile {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .product-list .related-products .col-sm-4, .product-list .other-products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .product-list .related-products .col-sm-4.col-last, .product-list .other-products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .product-list .related-products .col-sm-4, .product-list .other-products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .product-list .related-products .col-sm-4.col-last, .product-list .other-products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.product-list .section-title h1 {
  font-size: 56px;
  font-weight: 900;
  color: #323232;
  margin-top: 0;
}

@media (max-width: 767px) {
  .product-list .section-title h1 {
    text-align: center;
    font-size: 42px;
  }
}

@media (max-width: 450px) {
  .product-list .section-title h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.product-list .product-list-sidebar h3 {
  font-size: 18px;
  text-align: left;
  color: #323232;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .product-list .product-list-sidebar h3 {
    font-weight: bold;
  }
}

.product-list .product-list-sidebar h4 {
  padding: 10px 15px;
}

.product-list .related-products h4 {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  background-color: #f2f2f2;
}

.product-list .related-products .filter-accordion-toggle {
  border: 0;
}

.product-list .related-products li {
  padding: 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: solid 1px #f2f2f2;
}

.product-list .related-products li:last-child {
  border-bottom: 0;
}

.product-list .related-products li a {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}

.product-list .related-products li a.active {
  font-size: 18px;
  color: #ff530d;
  font-weight: bold;
  font-family: Lato, sans-serif;
}

.product-list .product-list-filters {
  margin-top: 25px;
}

.product-list .product-list-filters .product-list-active-filters {
  overflow: hidden;
  border-bottom: solid 1px #979797;
}

.product-list .product-list-filters .product-list-active-filters h3 {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  float: left;
}

.product-list .product-list-filters .product-list-active-filters a {
  float: right;
  color: #ff530d;
  font-family: PT Sans, sans-serif;
  padding-top: 4px;
}

.product-list .product-list-price-range {
  margin-bottom: 20px;
}

.product-list .product-list-price-range .tooltip-main {
  display: none;
}

.product-list .product-list-price-range .price-title-container {
  overflow: hidden;
  margin-top: 10px;
}

.product-list .product-list-price-range .price-title-container h4 {
  color: #323232;
  font-weight: bold;
  padding-left: 0;
  float: left;
}

.product-list .product-list-price-range .price-title-container span {
  float: right;
  margin-top: 11px;
  color: #4a4a4a;
  font-size: 22px;
}

.product-list .product-list-price-range .price-range-slider .txt-price-range {
  display: block;
}

.product-list .product-list-price-range .slider.slider-horizontal {
  width: 100%;
}

.product-list .product-list-price-range .slider-track {
  background-color: #f2f2f2;
  background-image: none;
  box-shadow: none;
}

.product-list .product-list-price-range .slider-handle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #f2f2f2;
  background-image: url("../images/slider-handle.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  width: 24px;
  height: 24px;
  top: -3px;
}

.product-list .product-list-price-range .slider-selection {
  background-color: #ff7628;
  background-image: none;
  box-shadow: none;
}

.product-list .product-list-filters .filter-accordion {
  padding: 15px;
}

.product-list .product-list-filters .filter-accordion h4 {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.product-list .product-list-filters .filter-accordion h4:first-child {
  border-top: 0;
  padding-top: 0;
}

.product-list .product-list-filters .filter-accordion ul {
  margin-top: 20px;
}

.product-list .product-list-filters .orange-link {
  margin-top: 25px;
  margin-bottom: 15px;
}

.product-list .product-list-filters .orange-link a {
  color: #ff530d;
  display: inline-block;
}

.product-list .product-list-filters .filter-accordion-toggle {
  background-position: 100% center;
}

.product-list .product-list-filters .filter-accordion-toggle:first-child {
  background-position: 100% top;
}

.product-list .product-list-filters li {
  margin-bottom: 15px;
}

.product-list .product-list-filters li:last-child {
  margin-bottom: 60px;
}

.product-list .product-list-filters li a {
  display: inline-block;
  color: #323232;
}

.product-list .product-list-filters li a:hover {
  color: #ff530d;
  opacity: 1;
}

.product-list .product-list-filters .form-group {
  margin-bottom: 0;
}

.product-list .product-list-filters .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.product-list .product-list-filters .checkbox label {
  line-height: 19px;
  padding-left: 20px;
}

.product-list .product-list-filters .checkbox label::before {
  width: 24px;
  height: 24px;
}

.product-list .product-list-filters .checkbox label::after {
  width: 24px;
  height: 24px;
  font-size: 18px;
  padding-top: 3px;
  color: #ff7628;
}

.product-list .filter-accordion {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #f2f2f2;
}

.product-list .filter-accordion h4 {
  font-size: 16px;
  color: #323232;
  font-family: Lato, sans-serif;
  border: solid 1px #f2f2f2;
}

.product-list .filter-accordion .filter-color-image img {
  display: inline-block;
}

.product-list .filter-accordion-toggle {
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  position: relative;
  background-image: url("../images/icon-plus-gray.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.product-list .filter-accordion-toggle.active {
  background-image: url("../images/icon-close.svg");
}

.product-list .sort-n-filter-mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-list .sort-n-filter-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 30px;
  }
}

@media (max-width: 450px) {
  .product-list .sort-n-filter-mobile {
    height: auto;
  }
}

.product-list .filter-btn-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 450px) {
  .product-list .filter-btn-container {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}

.product-list .filter-btn-container a {
  color: #323232;
  font-size: 14px;
  background-image: url("../images/icon-mobile-filter.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 10px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
}

.product-list .price-sorter-container {
  position: relative;
  height: 35px;
  width: 100%;
}

@media (max-width: 767px) {
  .product-list .price-sorter-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-list .price-sorter-container.top {
    width: 200px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
}

@media (max-width: 450px) {
  .product-list .price-sorter-container.top {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    width: auto;
  }
}

.product-list .price-sorter-container .price-sorter {
  position: absolute;
  right: 15px;
  top: 0;
}

@media (max-width: 767px) {
  .product-list .price-sorter-container .price-sorter {
    right: 0;
  }
}

@media (max-width: 450px) {
  .product-list .price-sorter-container .price-sorter {
    position: relative;
    right: auto;
    top: auto;
  }
}

.product-list .price-sorter-container .active {
  opacity: 0.5;
}

.product-list .price-sorter-container .dropdown-toggle {
  color: #323232;
  font-size: 14px;
  background-image: url("../images/icon-mobile-filter.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 10px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
}

@media (max-width: 767px) {
  .product-list .price-sorter-container .dropdown-toggle {
    background-image: url("../images/mobile-icon-sort.svg");
  }
}

.product-list .price-sorter-container .dropdown-menu {
  left: auto;
  right: 0;
  width: 295px;
  padding: 15px;
}

@media (max-width: 450px) {
  .product-list .price-sorter-container .dropdown-menu {
    left: 50%;
    right: auto;
    margin-left: -147.5px;
  }
}

.product-list .price-sorter-container .dropdown-menu li {
  display: inline-block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
  margin-right: 15px;
  margin-bottom: 15px;
}

.product-list .price-sorter-container .dropdown-menu li:nth-child(even) {
  margin-right: 0;
}

.product-list .price-sorter-container .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.product-list .price-sorter-container .dropdown-menu li a {
  margin: 0;
  width: 120px;
  padding: 0;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.product-list .price-sorter-container .dropdown-menu li a:hover {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 1;
}

.product-list .price-sorter-container .dropdown-menu li a.active {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 1;
}

.product-list .products .product-total {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #9b9b9b;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-list .products .product-total {
    float: none;
    width: 100%;
    height: 40px;
    margin-top: 30px;
  }
}

.product-list .products .product-total .text-product-total {
  float: left;
  font-size: 18px;
  color: #323232;
}

.product-list .products .product-total .items-per-page-container {
  float: right;
}

.product-list .products .product-total .items-per-page-container .dropdown-toggle {
  color: #323232;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.product-list .products .product-total .items-per-page-container .number {
  font-weight: bold;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu {
  left: auto;
  right: 0;
  width: 290px;
  padding: 15px;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu li {
  display: inline-block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
  margin-right: 37px;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu li:last-child {
  margin-right: 0;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu li a {
  height: 32px;
  margin: 0;
  padding: 0;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu li a:hover {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 1;
}

.product-list .products .product-total .items-per-page-container .dropdown-menu li a.active {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 1;
}

.product-list .products .product-total li {
  display: inline-block;
}

.product-list .products .product-applied-filters span {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.product-list .products .product-applied-filters li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 25px;
}

.product-list .products .product-applied-filters li:last-child {
  margin-right: 0;
}

.product-list .products .product-applied-filters a {
  background-image: url("../images/mobile-icon-red-erase.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}

.product-list .product-list-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.product-list .product-list-hero .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  width: 108px;
  height: 24px;
  background-color: rgba(0, 178, 177, 0.7);
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}

.product-list .product-list-hero h1 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

.product-list .product-list-hero h1 .txt-bold {
  display: block;
  font-size: 56px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  font-style: normal;
}

@media (max-width: 1240px) {
  .product-list .product-list-hero h1 .txt-bold {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .product-list .product-list-hero h1 .txt-bold {
    font-size: 28px;
  }
}

.product-list .product-list-hero h1 .txt-color {
  color: #ff530d;
}

.product-list .product-list-hero h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: PT Sans, sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .product-list .product-list-hero h2 {
    display: none;
  }
}

.product-list .product-list-hero a {
  font-size: 14px;
  padding: 10px 15px;
  height: auto;
}

@media (max-width: 650px) {
  .product-list .product-list-hero a {
    position: absolute;
    right: 0;
    top: 80%;
    padding: 5px 10px;
  }
}

@media (max-width: 450px) {
  .product-list .product-list-hero a {
    position: absolute;
    right: 0;
    top: 60%;
  }
}

.product-list .product-list-hero .txt-hero {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .product-list .product-list-hero .txt-hero {
    padding-bottom: 70px;
  }
}

@media (max-width: 650px) {
  .product-list .product-list-hero .txt-hero {
    text-align: left;
    padding-top: 5%;
    padding-bottom: 30%;
  }
}

@media (max-width: 650px) {
  .product-list .product-list-hero .img-desktop {
    display: none;
  }
}

.product-list .product-list-hero .img-smartphone {
  display: none;
}

@media (max-width: 650px) {
  .product-list .product-list-hero .img-smartphone {
    display: block;
  }
}

.product-list .product-list-hero img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.product-list .product-applied-filters li {
  display: inline-block;
  margin-right: 5px;
}

.product-list .compare-box-container {
  width: 100%;
  padding-right: 0;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container {
    width: 100%;
  }
}

.product-list .compare-box-container .compare-box {
  padding: 30px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: solid 1px #f2f2f2;
}

@media (max-width: 991px) {
  .product-list .compare-box-container .compare-box {
    padding: 15px;
  }
}

.product-list .compare-box-container .compare-box.affix {
  z-index: 4;
  width: 900px;
  transition: opacity 0.5s ease;
  opacity: 1;
  top: 130px;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box.affix {
    width: 69%;
  }
}

@media (max-width: 991px) {
  .product-list .compare-box-container .compare-box.affix {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .product-list .compare-box-container .compare-box.affix {
    top: 70px;
    width: 91%;
  }
}

@media (max-width: 450px) {
  .product-list .compare-box-container .compare-box.affix {
    width: 88%;
  }
}

.product-list .compare-box-container .compare-box.affix-bottom {
  position: absolute;
  width: 900px;
  transition: opacity 0.5s ease;
  opacity: 0;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box.affix-bottom {
    width: 97%;
    transition: opacity 0.5s ease;
  }
}

@media (max-width: 991px) {
  .product-list .compare-box-container .compare-box.affix-bottom {
    width: 94%;
  }
}

@media (max-width: 820px) {
  .product-list .compare-box-container .compare-box.affix-bottom {
    width: 94%;
  }
}

@media (max-width: 650px) {
  .product-list .compare-box-container .compare-box.affix-bottom {
    width: 92%;
  }
}

@media (max-width: 450px) {
  .product-list .compare-box-container .compare-box.affix-bottom {
    width: 92%;
  }
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box .compare-title {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.product-list .compare-box-container .compare-box li {
  display: inline-block;
  position: relative;
}

.product-list .compare-box-container .compare-box li a {
  position: absolute;
  right: -5px;
  top: -5px;
}

.product-list .compare-box-container .compare-box h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box h2 {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .product-list .compare-box-container .compare-box h2 {
    font-size: 16px;
  }
}

.product-list .compare-box-container .compare-box .btn-compare {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 24px;
  padding-right: 40px;
  margin-right: 15px;
  height: auto;
  background-image: url(../images/icon-compare.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}

@media (max-width: 450px) {
  .product-list .compare-box-container .compare-box .btn-compare {
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}

.product-list .compare-box-container .compare-box .product-image {
  border: solid 1px #cccccc;
  padding: 3px;
}

.product-list .compare-box-container .compare-box .compare-btn-container {
  text-align: right;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box .compare-btn-container {
    width: 50%;
    float: left;
  }
}

@media (max-width: 991px) {
  .product-list .compare-box-container .compare-box .compare-btn-container {
    width: 100%;
    float: none;
    padding-top: 15px;
    text-align: center;
  }
}

.product-list .compare-box-container .compare-box .clear-link {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  background-image: url(../images/mobile-icon-trash.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

.product-list .compare-box-container .compare-box .products-to-compare {
  text-align: center;
}

@media (max-width: 1240px) {
  .product-list .compare-box-container .compare-box .products-to-compare {
    width: 50%;
    text-align: right;
    float: left;
  }
}

@media (max-width: 991px) {
  .product-list .compare-box-container .compare-box .products-to-compare {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.product-list .compare-box-container .compare-box .products-to-compare li {
  width: 50px;
  margin-right: 15px;
}

@media (max-width: 450px) {
  .product-list .compare-box-container .compare-box .products-to-compare li {
    width: 40px;
    margin-right: 10px;
  }
}

.product-list .compare-box-container .compare-box .products-to-compare li:last-child {
  margin-right: 0;
}

.product-list .compare-box-container .compare-box svg {
  width: 16px;
  height: 16px;
}

.product-list .compare-box-container .compare-box img {
  width: 100%;
}

.product-list .products {
  overflow: hidden;
  padding-bottom: 40px;
}

.product-list .products .collection {
  float: right;
  display: block;
}

.product-list .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.product-list .products .load-more {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .product-list .products .load-more {
    clear: both;
  }
}

.product-list .products .load-more a {
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
}

.product-list .products .cta-container {
  overflow: hidden;
  margin-top: 20px;
}

.product-list .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.product-list .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.product-list .products .cta-container .svg-container svg {
  width: 100%;
}

.product-list .products .col-sm-6 {
  min-height: 630px;
}

.product-list .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .product-list .products h2 {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .product-list .products h2 {
    font-size: 18px;
  }
}

.product-list .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.product-list .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.product-list .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

.product-list .products .sku-container .review-product {
  float: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.product-list .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.product-list .products .rating .rating-input {
  float: left;
}

.product-list .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.product-list .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.product-list .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .product-list .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.product-list .products .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .product-list .products .rating .total-reviews a {
    float: none;
  }
}

.product-list .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.product-list .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.product-list .products .cta-container {
  overflow: hidden;
}

.product-list .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.product-list .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.product-list .products .cta-container .svg-container svg {
  width: 100%;
}

.product-list .products .col-center {
  text-align: center;
}

@media (max-width: 820px) {
  .product-list .products-list-container .col-sm-6 {
    width: 100%;
  }
  .product-list .products-list-container .col-sm-6.col-last {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .product-list .products-list-container .col-sm-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 650px) {
  .product-list .products-list-container .col-sm-6 {
    width: 100%;
  }
}

.product-list .products-list-container .col-container {
  width: 250px;
}

@media (max-width: 1240px) {
  .product-list .products-list-container .col-container {
    width: 100%;
  }
}

.product-list .products-list-container .cta-container {
  margin-bottom: 30px;
}

.product-list .products-list-container .stock-left {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  float: right;
  color: #00b2b1;
  padding-top: 3px;
  display: inline-block;
}

.product-list .products-list-container .before {
  font-family: PT Sans, sans-serif;
  color: #9b9b9b;
  text-decoration: line-through;
  font-size: 18px;
}

.product-list .products-list-container .delivery-wrapper {
  overflow: hidden;
  margin-top: 25px;
}

.product-list .products-list-container .delivery-wrapper .save {
  background-color: rgba(0, 178, 177, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: PT Sans, sans-serif;
  padding: 5px;
  float: left;
}

.product-list .products-list-container .delivery-wrapper .free-delivery {
  float: right;
  overflow: hidden;
}

.product-list .products-list-container .delivery-wrapper .free-delivery span {
  font-size: 16px;
  font-family: PT Sans, sans-serif;
  font-weight: bold;
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.product-list .products-list-container .delivery-wrapper .free-delivery svg {
  width: 39px;
  height: 24px;
  float: right;
}

.product-list .products-list-container .checkbox {
  margin-top: 25px;
}

.product-list .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.product-list .checkbox label {
  line-height: 19px;
  padding-left: 20px;
}

.product-list .checkbox label::before {
  width: 24px;
  height: 24px;
}

.product-list .checkbox label::after {
  width: 24px;
  height: 24px;
  font-size: 18px;
  padding-top: 3px;
  color: #ff7628;
}

.mobile-filter-modal {
  z-index: 3000;
}

.mobile-filter-modal .product-list-filters {
  margin-top: 0;
}

.mobile-filter-modal .product-list-active-filters h3 {
  margin-top: 0;
}

.mobile-filter-modal .modal-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.mobile-filter-modal .user-actions {
  margin-top: 30px;
}

.mobile-filter-modal .btn-primary {
  padding: 5px 24px;
}

.mobile-filter-modal .btn-secondary {
  margin-right: 30px;
  color: #4a4a4a;
}

.request-service-modal .modal-dialog, .write-review-modal .modal-dialog {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.request-service-modal .modal-body, .write-review-modal .modal-body {
  padding-top: 0;
}

.request-service-modal h1, .write-review-modal h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-top: 0;
  margin-bottom: 25px;
}

.request-service-modal input, .write-review-modal input {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
}

.request-service-modal textarea, .write-review-modal textarea {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  height: 140px;
  resize: none;
}

.request-service-modal p, .write-review-modal p {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
  text-align: left;
  font-size: 14px;
}

.request-service-modal .radio label, .write-review-modal .radio label {
  font-size: 14px;
}

/*   ----------------------------------------------------

OUT OF STOCK - NOTIFY ME

-------------------------------------------------------  */
.notify-me .create-account span {
  display: block;
}

/*   ----------------------------------------------------

ABOUT US

-------------------------------------------------------  */
.about-us .title-holder h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: solid 1px #fff;
  width: 350px;
  top: auto;
  bottom: 10px;
  margin-left: -175px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-us .title-holder h1 {
    font-size: 42px;
    width: 220px;
    margin-left: -110px;
  }
}

@media (max-width: 991px) {
  .about-us .title-holder h1 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .about-us .title-holder h1 {
    font-size: 28px;
  }
}

.about-us article h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #323232;
  margin-bottom: 24px;
}

@media (max-width: 650px) {
  .about-us article h1 {
    font-size: 28px;
  }
}

.about-us article h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .about-us article h2 {
    font-size: 16px;
  }
}

.about-us article p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.about-us article h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #323232;
}

@media (max-width: 650px) {
  .about-us article h3 {
    font-size: 28px;
  }
}

.about-us article .image-holder {
  margin: 24px 0;
}

.about-us article .image-holder img {
  width: 100%;
}

/*   ----------------------------------------------------

CART

-------------------------------------------------------  */
.cart .cart-content .title-wrapper {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .cart .cart-content .title-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .cart .cart-content .title-wrapper {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
  }
}

.cart .cart-content .title-wrapper h1 {
  display: inline-block;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #323232;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .cart .cart-content .title-wrapper h1 {
    font-size: 46px;
  }
}

@media (max-width: 650px) {
  .cart .cart-content .title-wrapper h1 {
    font-size: 28px;
    font-weight: bold;
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .title-wrapper h1 {
    margin-top: 0;
  }
}

.cart .cart-content .title-wrapper span {
  display: inline-block;
  font-size: 22px;
  line-height: 1.09;
  color: #4a4a4a;
}

@media (max-width: 650px) {
  .cart .cart-content .title-wrapper span {
    font-size: 16px;
  }
}

.cart .cart-content .cart-items-container .title-cart-items {
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 650px) {
  .cart .cart-content .cart-items-container .title-cart-items {
    display: none;
  }
}

.cart .cart-content .cart-items-container h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
}

.cart .cart-content .item-cart {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-image-holder {
    width: 33.333%;
  }
}

.cart .cart-content .item-cart .product-image {
  padding: 5px;
  border: solid 1px #f2f2f2;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-image {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-image {
    margin-bottom: 65px;
  }
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-info {
    width: 66.666%;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-info {
    padding-left: 0;
  }
}

.cart .cart-content .item-cart .product-info h1 {
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  margin-top: 0;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-info h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-info h1 {
    font-size: 18px;
  }
}

.cart .cart-content .item-cart .product-quantity {
  overflow: hidden;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-quantity {
    margin-bottom: 15px;
  }
}

.cart .cart-content .item-cart .product-quantity .txt-product-quantity {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-quantity .txt-product-quantity {
    float: left;
    margin-right: 15px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-quantity .txt-product-quantity {
    font-size: 18px;
  }
}

.cart .cart-content .item-cart .product-quantity .product-quantity {
  overflow: hidden;
}

.cart .cart-content .item-cart .product-quantity .input-group {
  float: left;
  width: 130px;
}

@media (max-width: 1240px) {
  .cart .cart-content .item-cart .product-quantity .input-group {
    width: 95px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-quantity .input-group {
    float: right;
  }
}

.cart .cart-content .item-cart .product-quantity .update-cart {
  float: right;
}

.cart .cart-content .item-cart .product-quantity .quantity {
  border: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  width: 85px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1240px) {
  .cart .cart-content .item-cart .product-quantity .quantity {
    width: 45px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-quantity .quantity {
    font-size: 18px;
  }
}

.cart .cart-content .item-cart .product-quantity .btn-number {
  background-color: transparent;
  opacity: 1;
  padding: 0;
}

.cart .cart-content .item-cart .product-quantity .btn-number:hover {
  opacity: 0.7;
  transition: opacity 0.6s ease;
}

.cart .cart-content .item-cart .product-quantity .icon-minus {
  background-image: url("../images/icon-minus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.cart .cart-content .item-cart .product-quantity .icon-plus {
  background-image: url("../images/icon-plus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
}

.cart .cart-content .item-cart .free-delivery-mob {
  display: none;
  padding-left: 0;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .free-delivery-mob {
    margin-left: 0;
    width: 100%;
    display: block;
  }
}

.cart .cart-content .item-cart .update-cart-wrapper {
  padding-left: 0;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .update-cart-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

.cart .cart-content .item-cart .assembly-price-wrapper {
  margin-top: 25px;
  min-height: 15px;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .assembly-price-wrapper {
    margin-left: 33.333%;
    width: 66.666%;
    margin-top: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .assembly-price-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .col-xs-8 {
    width: 63.666667%;
  }
}

@media (max-width: 820px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .col-xs-8 {
    width: 65.666667%;
  }
}

.cart .cart-content .item-cart .assembly-price-wrapper h2 {
  font-size: 18px;
}

.cart .cart-content .item-cart .assembly-price-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.cart .cart-content .item-cart .assembly-price-wrapper .col-xs-offset-2 {
  padding-left: 5px;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .col-xs-offset-2 {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .col-xs-offset-2 {
    padding-right: 0;
  }
}

.cart .cart-content .item-cart .assembly-price-wrapper .assembly-txt-wrapper {
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-txt-wrapper {
    width: 40%;
  }
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-txt-wrapper h2 {
    padding-top: 5px;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-txt-wrapper h2 {
    font-size: 16px;
    padding-top: 0;
  }
}

.cart .cart-content .item-cart .assembly-price-wrapper .assembly-price-txt-wrapper {
  padding-left: 0;
  margin-left: 0;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-price-txt-wrapper {
    width: 60%;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-price-txt-wrapper {
    padding-left: 15px;
    padding-right: 0;
  }
}

.cart .cart-content .item-cart .assembly-price-wrapper .assembly-price {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .assembly-price-wrapper .assembly-price {
    font-size: 16px;
    text-align: right;
    display: block;
    padding-right: 10px;
  }
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .free-delivery {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.cart .cart-content .item-cart .free-delivery span {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  margin-right: 10px;
}

.cart .cart-content .item-cart .free-delivery svg {
  width: 40px;
  height: 26px;
}

@media (max-width: 650px) {
  .cart .cart-content .item-cart .product-price {
    width: 66.666%;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-price {
    padding-left: 0;
  }
}

.cart .cart-content .item-cart .product-price .price {
  font-size: 32px;
  font-weight: bold;
  color: #323232;
  display: block;
}

@media (max-width: 450px) {
  .cart .cart-content .item-cart .product-price .price {
    font-size: 22px;
  }
}

.cart .cart-content .item-cart .update-cart {
  font-size: 16px;
  color: #323232;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

.cart .cart-content .your-cart h2 {
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.cart .cart-content .your-cart .checkout-cart-info .summary-wrapper {
  overflow: hidden;
  background-color: #00b2b1;
}

.cart .cart-content .your-cart .checkout-cart-info .btn {
  display: inline-block;
  width: 280px;
}

.cart .cart-content .your-cart .checkout-cart-info .btn-secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
}

.cart .cart-content .your-cart .checkout-cart-info .btn-secondary:hover {
  color: #fff;
}

@media (max-width: 450px) {
  .cart .cart-content .your-cart .checkout-cart-info .btn-secondary {
    font-size: 16px;
  }
}

.cart .cart-content .your-cart .checkout-cart-info .btn-checkout {
  background-image: url("../images/icon-secure-white.svg");
  background-position: 90% center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .cart .cart-content .your-cart .checkout-cart-info .btn-checkout {
    background-position: 95% center;
    color: #ffffff;
  }
}

@media (max-width: 450px) {
  .cart .cart-content .your-cart .checkout-cart-info .btn-checkout {
    font-size: 16px;
    width: 230px;
  }
}

.cart .cart-content .your-cart .checkout-cart-info h3 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
  margin-bottom: 25px;
}

.cart .cart-content .your-cart .checkout-cart-info .btn-wrapper {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .cart .cart-content .your-cart .checkout-cart-info .btn-wrapper {
    text-align: center;
  }
}

.cart .cart-content .your-cart .checkout-cart-info .checkout-info {
  background-color: #00b2b1;
  border-bottom: solid 1px #01a1a0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  color: #fff;
  min-height: 60px;
  padding: 15px;
  font-weight: normal;
  line-height: 28px;
}

.cart .cart-content .your-cart .checkout-cart-info .checkout-info.text-right {
  text-align: right;
}

@media (max-width: 991px) {
  .cart .cart-content .your-cart .checkout-cart-info .checkout-info {
    float: left;
    width: 50%;
    min-height: 75px;
    line-height: 40px;
  }
}

.cart .cart-content .your-cart .checkout-cart-info .checkout-info span {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #323232;
  color: #fff;
}

.cart .products {
  overflow: hidden;
  margin-bottom: 40px;
}

.cart .products .collection {
  float: right;
  display: block;
}

.cart .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.cart .products .cta-container {
  overflow: hidden;
  margin-top: 20px;
}

.cart .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.cart .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.cart .products .cta-container .svg-container svg {
  width: 100%;
}

@media (max-width: 820px) {
  .cart .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .cart .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .cart .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .cart .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.cart .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .cart .products h2 {
    font-size: 24px;
  }
}

.cart .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.cart .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.cart .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

.cart .products .sku-container .review-product {
  float: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.83;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.cart .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.cart .products .rating .rating-input {
  float: left;
}

.cart .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.cart .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.cart .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

@media (max-width: 450px) {
  .cart .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.cart .products .rating .total-reviews a {
  float: right;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .cart .products .rating .total-reviews a {
    float: none;
  }
}

.cart .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.cart .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.cart .products .cta-container {
  overflow: hidden;
}

.cart .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.cart .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.cart .products .cta-container .svg-container svg {
  width: 100%;
}

.cart .products .col-center {
  text-align: center;
}

/*   ----------------------------------------------------

CHECKOUT

-------------------------------------------------------  */
.checkout .section-title h1 {
  font-size: 56px;
  font-weight: 900;
  color: #323232;
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  .checkout .section-title h1 {
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .checkout .section-title h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.checkout .guest-steps ul {
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

@media (max-width: 650px) {
  .checkout .guest-steps ul {
    margin-bottom: 0;
    border: 0;
  }
}

.checkout .guest-steps li {
  float: left;
  width: 33.333%;
  opacity: 0.6;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}

@media (max-width: 650px) {
  .checkout .guest-steps li {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .checkout .guest-steps li {
    font-size: 16px;
    width: 185px;
    float: none;
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 650px) {
  .checkout .guest-steps li:first-child {
    width: 45%;
  }
}

@media (max-width: 450px) {
  .checkout .guest-steps li:first-child {
    width: 185px;
    float: none;
  }
}

@media (max-width: 650px) {
  .checkout .guest-steps li:nth-child(2) {
    width: 27.5%;
  }
}

@media (max-width: 450px) {
  .checkout .guest-steps li:nth-child(2) {
    width: 185px;
    float: none;
  }
}

@media (max-width: 650px) {
  .checkout .guest-steps li:nth-child(3) {
    width: 27.5%;
  }
}

@media (max-width: 450px) {
  .checkout .guest-steps li:nth-child(3) {
    width: 185px;
    float: none;
  }
}

.checkout .guest-steps li.active {
  opacity: 1;
}

.checkout .guest-steps li.done {
  color: #00b2b1;
  opacity: 1;
}

.checkout .guest-steps li.done .step-number {
  border: solid 2px #00b2b1;
  color: transparent;
  background-image: url("../images/checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.checkout .guest-steps li .step-number {
  border: solid 2px #4a4a4a;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 27px;
  color: #4a4a4a;
  text-align: center;
  margin-right: 5px;
}

.checkout .guest-steps .login-box {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

@media (max-width: 650px) {
  .checkout .guest-steps .login-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f2f2f2;
  }
}

@media (max-width: 450px) {
  .checkout .guest-steps .login-box {
    font-size: 16px;
  }
}

.checkout .guest-steps .login-box a {
  text-decoration: underline;
  color: #323232;
  font-style: normal;
}

.checkout h2 {
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .checkout h2 {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .checkout .billing-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
}

@media (max-width: 650px) {
  .checkout .billing-box {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .checkout .billing-box .checkbox label {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .checkout .billing-box .radio label {
    font-size: 14px;
  }
}

.checkout .billing-box .form-control {
  height: 40px;
  font-family: PT Sans, sans-serif;
}

.checkout .billing-box .select-wrapper {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background-image: url(../images/icon-down.svg);
  width: 100%;
  background-position: 98% center;
  background-color: #fff;
  background-repeat: no-repeat;
}

.checkout .billing-box .select-wrapper .form-control {
  background-color: transparent;
  border: 0;
  width: 112%;
}

.checkout .billing-box .create-account-container {
  padding-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
}

@media (max-width: 650px) {
  .checkout .billing-box.shipping {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 450px) {
  .checkout .billing-box.shipping {
    width: 100%;
  }
}

.checkout .billing-box.shipping .radio {
  padding: 15px 30px;
}

.checkout .billing-box.shipping .selected {
  background-color: #00b2b1;
}

.checkout .billing-box.shipping .selected label {
  color: #ffffff;
}

.checkout .billing-box.shipping .spanned {
  overflow: hidden;
}

.checkout .billing-box.shipping .spanned span {
  float: right;
  font-size: 14px;
  padding: 3px 10px;
  background-color: rgba(0, 178, 177, 0.7);
  color: #ffffff;
}

@media (max-width: 820px) {
  .checkout .billing-box.shipping .date-container {
    width: 100%;
  }
}

.checkout .billing-box.shipping .date-time-picker {
  text-align: center;
  font-weight: bold;
}

.checkout .billing-box.shipping .control-label {
  font-weight: normal;
  font-family: PT Sans, sans-serif;
}

.checkout .billing-box.payment #review-order-mobile {
  display: none;
}

@media (max-width: 450px) {
  .checkout .billing-box.payment #review-order-mobile {
    display: block;
  }
}

.checkout .billing-box.payment .selected {
  background-color: transparent;
}

.checkout .billing-box.payment .selected label {
  color: #333333;
}

.checkout .billing-box.payment .credit-card-form {
  display: none;
}

.checkout .billing-box.payment .credit-card-container {
  position: relative;
  height: 100px;
}

.checkout .billing-box.payment .credit-card-container .credit-cards {
  position: absolute;
  right: 0;
  top: 15px;
  overflow: hidden;
  width: 125px;
  text-align: right;
}

.checkout .billing-box.payment .credit-card-container .a-card {
  width: 45px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 25px;
}

.checkout .billing-box.payment .credit-card-container .a-card:nth-child(even) {
  margin-right: 0;
}

.checkout .billing-box.payment .credit-card-container .visa {
  background-image: url("../images/icon-card-visa.svg");
}

.checkout .billing-box.payment .credit-card-container .amex {
  background-image: url("../images/icon-card-american.svg");
}

.checkout .billing-box.payment .credit-card-container .mastercard {
  background-image: url("../images/icon-card-mastercard.svg");
}

.checkout .billing-box.payment .credit-card-container .discover {
  background-image: url("../images/icon-card-visa.svg");
}

.checkout .billing-box.payment .paypal-container {
  position: relative;
  margin-top: 40px;
}

.checkout .billing-box.payment .paypal-container .paypal- {
  position: absolute;
  right: 0;
  top: 12px;
  background-image: url("../images/icon-paypal.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  width: 60px;
  height: 26px;
}

.checkout .billing-box.payment .popover-container a {
  color: #323232;
  text-decoration: underline;
}

.checkout .billing-box.payment .your-cart-accordion {
  margin-top: 15px;
}

@media (max-width: 650px) {
  .checkout .billing-box.payment .your-cart-accordion {
    display: block;
  }
}

.checkout .billing-box.payment .your-cart-accordion-toggle {
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  color: #323232;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  position: relative;
  background-image: url("../images/icon-plus-gray.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: background-color 0.2s ease;
}

.checkout .billing-box.payment .your-cart-accordion-toggle:hover {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  color: #fff;
}

.checkout .billing-box.payment .your-cart-accordion-toggle:hover .txt-small {
  color: #ffffff;
}

.checkout .billing-box.payment .your-cart-accordion-toggle.active {
  color: #ffffff;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
}

.checkout .billing-box.payment .your-cart-accordion-toggle.active:hover {
  opacity: 0.9;
}

.checkout .billing-box.payment .your-cart-accordion-toggle.active .txt-small {
  color: #ffffff;
}

.checkout .billing-box.payment .your-cart-accordion-toggle h3 {
  background-image: url("../images/man-user.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 22px;
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}

@media (max-width: 450px) {
  .checkout .billing-box.payment .your-cart-accordion-toggle h3 {
    font-size: 16px;
  }
}

.checkout .billing-box.payment .your-cart-accordion-toggle .txt-small {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: block;
  color: #9b9b9b;
}

@media (max-width: 450px) {
  .checkout .billing-box.payment .your-cart-accordion-toggle .txt-small {
    font-size: 10px;
  }
}

.checkout .billing-box.payment .your-cart-accordion-toggle.active {
  background-image: url("../images/icon-close.svg");
}

.checkout .billing-box.payment .your-cart-accordion-content {
  padding: 0;
  background-color: transparent;
}

.checkout .billing-box.payment .panel-heading {
  background-color: #f2f2f2;
  border: 0;
  padding: 0;
}

.checkout .billing-box.payment .panel-heading a {
  padding: 15px;
  width: 100%;
  display: block;
  background-image: url("../images/icon-down.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
}

.checkout .billing-box.payment .panel-heading a.collapsed {
  background-image: url("../images/icon-up-gray.svg");
}

.checkout .billing-box.payment .panel {
  border: 0;
  box-shadow: none;
}

.checkout .billing-box.payment .panel-group {
  margin-bottom: 2px;
  border: 0;
}

.checkout .billing-box.payment .review-content li {
  border-color: #dddddd;
  font-family: PT Sans, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.checkout .billing-box.payment .review-content li:last-child {
  border-bottom: solid 1px #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.checkout .billing-box.payment .review-content .edit-link-container {
  text-align: right;
  margin-bottom: 20px;
}

.checkout .billing-box.payment .review-content .edit-link-container a {
  color: #323232;
  text-decoration: underline;
}

.checkout .billing-box.success #review-order-mobile {
  display: block;
  text-align: center;
}

.checkout .billing-box.success .order-success-container {
  margin-bottom: 50px;
}

.checkout .billing-box.success .order-success-container h2 {
  font-size: 32px;
  font-weight: bold;
}

.checkout .billing-box.success .order-success-container .info {
  color: #00b2b1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #00b2b1;
  padding: 25px 30px;
}

.checkout .billing-box.success .order-success-container p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.3em;
  font-family: PT Sans, sans-serif;
  margin-bottom: 20px;
}

.checkout .billing-box.success .order-success-container .border-top {
  border-top: solid 1px #979797;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 650px) {
  .checkout .review-order-box {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .checkout .review-order-box.shipping- {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (max-width: 450px) {
  .checkout .review-order-box.shipping- {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .checkout .review-order-box.payment- .your-cart-accordion {
    display: block;
    margin-top: 0;
  }
}

.checkout .review-order-box.success- .link-container {
  text-align: center;
  margin-top: 30px;
}

.checkout .review-order-box.success- .link {
  font-size: 16px;
}

.checkout .review-order-box .btn-place-order {
  background-image: url("../images/credit-card.svg");
  background-position: 90% center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .checkout .review-order-box .btn-place-order {
    background-position: 95% center;
    color: #ffffff;
  }
}

@media (max-width: 450px) {
  .checkout .review-order-box .btn-place-order {
    font-size: 16px;
  }
}

.checkout .review-order-box .btn-container {
  margin-top: 30px;
}

@media (max-width: 650px) {
  .checkout .review-order-box .btn-container {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .checkout .review-order-box .btn-edit-cart {
    display: none;
  }
}

@media (max-width: 650px) {
  .checkout .review-order-box h2 {
    display: none;
  }
}

.checkout .review-order-box .link {
  color: #323232;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
}

.checkout .review-order-box .btn-secure {
  background-image: url("../images/icon-secure-white.svg");
  background-position: 90% center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .checkout .review-order-box .btn-secure {
    background-position: 95% center;
    color: #ffffff;
  }
}

@media (max-width: 450px) {
  .checkout .review-order-box .btn-secure {
    font-size: 16px;
  }
}

.checkout .review-order-box .your-cart-accordion {
  margin-top: 15px;
}

@media (max-width: 650px) {
  .checkout .review-order-box .your-cart-accordion {
    display: none;
  }
}

.checkout .review-order-box .your-cart-accordion-toggle {
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  color: #323232;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  position: relative;
  background-image: url("../images/icon-plus-gray.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: background-color 0.2s ease;
}

.checkout .review-order-box .your-cart-accordion-toggle:hover {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  color: #fff;
}

.checkout .review-order-box .your-cart-accordion-toggle:hover .txt-small {
  color: #ffffff;
}

.checkout .review-order-box .your-cart-accordion-toggle.active {
  color: #ffffff;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
}

.checkout .review-order-box .your-cart-accordion-toggle.active:hover {
  opacity: 0.9;
}

.checkout .review-order-box .your-cart-accordion-toggle.active .txt-small {
  color: #ffffff;
}

.checkout .review-order-box .your-cart-accordion-toggle h3 {
  background-image: url("../images/icon-policies.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}

@media (max-width: 450px) {
  .checkout .review-order-box .your-cart-accordion-toggle h3 {
    font-size: 16px;
  }
}

.checkout .review-order-box .your-cart-accordion-toggle .txt-small {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: block;
  color: #9b9b9b;
}

@media (max-width: 450px) {
  .checkout .review-order-box .your-cart-accordion-toggle .txt-small {
    font-size: 10px;
  }
}

.checkout .review-order-box .your-cart-accordion-toggle.active {
  background-image: url("../images/icon-close.svg");
}

.checkout .your-cart-accordion-content {
  background-color: #f2f2f2;
  padding: 15px;
}

.checkout .your-cart-accordion-content li {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #9b9b9b;
}

.checkout .your-cart-accordion-content li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout .your-cart-accordion-content h3 {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .checkout .your-cart-accordion-content h3 {
    font-size: 16px;
  }
}

.checkout .your-cart-accordion-content .txt-regular {
  float: right;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.checkout .your-cart-accordion-content .txt-regular.fl-l {
  float: left;
}

.checkout .your-cart-accordion-content .txt-subtitle {
  float: left;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 650px) {
  .checkout .your-cart-accordion-content .txt-subtitle {
    font-size: 14px;
  }
}

.checkout .your-cart-accordion-content .txt-subtitle.big {
  font-size: 22px;
}

@media (max-width: 650px) {
  .checkout .your-cart-accordion-content .txt-subtitle.big {
    font-size: 14px;
  }
}

.checkout .your-cart-accordion-content .txt-subtitle.reg {
  font-weight: normal;
}

@media (max-width: 991px) {
  .checkout .footer-newsletter.mobile {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 650px) {
  .checkout .footer-newsletter.mobile {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 450px) {
  .checkout .footer-newsletter.mobile {
    width: 100%;
    margin-left: 0;
  }
}

.checkout .products {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .checkout .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .checkout .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .checkout .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .checkout .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.checkout .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .checkout .products h2 {
    font-size: 24px;
  }
}

.checkout .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.checkout .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .checkout .products .sku-container {
    min-height: 50px;
  }
}

@media (max-width: 650px) {
  .checkout .products .sku-container {
    min-height: 0;
  }
}

.checkout .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.checkout .products .collection {
  float: right;
  display: block;
}

@media (max-width: 1240px) {
  .checkout .products .collection {
    display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .checkout .products .collection {
    float: right;
    display: block;
    width: auto;
  }
}

.checkout .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.checkout .products .remove {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url(../images/mobile-icon-red-erase.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
}

.checkout .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.checkout .products .rating .rating-input {
  float: left;
}

.checkout .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.checkout .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.checkout .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

.checkout .products .rating .total-reviews {
  display: block;
  text-align: left;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 450px) {
  .checkout .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.checkout .products .rating .total-reviews a {
  float: none;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .checkout .products .rating .total-reviews a {
    float: none;
  }
}

@media (max-width: 1240px) {
  .checkout .products .rating .total-reviews a {
    float: none;
  }
}

.checkout .products .price-container {
  position: relative;
}

.checkout .products .before {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #9b9b9b;
  text-decoration: line-through;
}

.checkout .products h1 {
  max-height: 40px;
  overflow: hidden;
}

.checkout .products h1 a {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
}

.checkout .products .stock-left {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  color: #00b2b1;
  display: inline-block;
}

.checkout .products .price {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  text-align: left;
  color: #323232;
  margin-right: 30px;
}

.checkout .products .btn-add-to-wishlist {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #4a4a4a;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 45px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media (max-width: 650px) {
  .checkout .products .btn-add-to-wishlist {
    float: none;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.checkout .products .product-image {
  background-color: #ffffff;
  padding: 20px;
}

@media (max-width: 650px) {
  .checkout .products .product-image {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .checkout .products .product-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1240px) {
  .checkout .products .col-sm-4 .save {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.checkout .products .save {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 178, 177, 0.7);
  padding: 3px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.checkout .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.checkout .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.checkout .products .cta-container {
  overflow: hidden;
  margin-top: 40px;
}

@media (max-width: 650px) {
  .checkout .products .cta-container {
    padding: 0;
  }
}

.checkout .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.checkout .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.checkout .products .cta-container .svg-container svg {
  width: 100%;
}

.checkout .products .col-center {
  text-align: center;
}

/*   ----------------------------------------------------

MAIN LOGIN & SIGN UP

-------------------------------------------------------  */
.main-login .main-login-content .facebook-btn-container {
  margin-bottom: 20px;
}

.main-login.sign-up .user-login h1 {
  margin-bottom: 30px;
}

.main-login.sign-up .btn-secure {
  background-image: url("../images/icon-secure-white.svg");
  background-position: 90% center;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .main-login.sign-up .btn-secure {
    background-position: 95% center;
    color: #ffffff;
  }
}

@media (max-width: 450px) {
  .main-login.sign-up .btn-secure {
    font-size: 16px;
  }
}

.main-login.sign-up .select-wrapper {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background-image: url(../images/icon-down.svg);
  width: 100%;
  background-position: 98% center;
  background-color: #fff;
  background-repeat: no-repeat;
}

.main-login.sign-up .select-wrapper .form-control {
  background-color: transparent;
  border: 0;
  width: 112%;
}

.main-login.sign-up .notify-me-section .divider {
  top: 27%;
}

@media (max-width: 650px) {
  .main-login.sign-up .notify-me-section .divider {
    top: auto;
    bottom: -20px;
  }
}

/*   ----------------------------------------------------

COMPARE

-------------------------------------------------------  */
.compare .compare-content {
  overflow: hidden;
  margin-bottom: 50px;
}

.compare .compare-content .top-content {
  padding-bottom: 30px;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 50px;
  height: 95px;
}

@media (max-width: 820px) {
  .compare .compare-content .top-content {
    height: auto;
  }
}

.compare .compare-content .top-content .row {
  height: 100%;
}

.compare .compare-content .section-title {
  height: 100%;
}

@media (max-width: 820px) {
  .compare .compare-content .section-title {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}

.compare .compare-content .section-title h1 {
  font-size: 56px;
  font-weight: 900;
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .compare .compare-content .section-title h1 {
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .compare .compare-content .section-title h1 {
    font-size: 32px;
  }
}

.compare .compare-content .compare-products-number {
  height: 100%;
  position: relative;
}

@media (max-width: 820px) {
  .compare .compare-content .compare-products-number {
    width: 50%;
    float: left;
  }
}

@media (max-width: 450px) {
  .compare .compare-content .compare-products-number {
    width: 60%;
  }
}

.compare .compare-content .compare-products-number h2 {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  position: absolute;
  left: 0;
  bottom: 5px;
  margin: 0;
}

@media (max-width: 820px) {
  .compare .compare-content .compare-products-number h2 {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 450px) {
  .compare .compare-content .compare-products-number h2 {
    font-size: 16px;
  }
}

.compare .compare-content .compare-user-action {
  height: 100%;
  position: relative;
  text-align: right;
  border-left: solid 1px #f2f2f2;
}

@media (max-width: 820px) {
  .compare .compare-content .compare-user-action {
    width: 50%;
    float: left;
  }
}

@media (max-width: 450px) {
  .compare .compare-content .compare-user-action {
    width: 40%;
  }
}

.compare .compare-content .compare-user-action .clear-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 16px;
  color: #323232;
  text-decoration: underline;
  background-image: url(../images/mobile-icon-trash.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

@media (max-width: 820px) {
  .compare .compare-content .compare-user-action .clear-link {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.compare .compare-content .slider-products {
  overflow: hidden;
  padding-bottom: 25px;
}

.compare .compare-content .slider-products.bottom {
  padding-top: 25px;
}

.compare .compare-content .slider-products .slick-prev {
  background-image: url("../images/icon-left.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #ff530d;
  background-color: #ffffff;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ff530d;
  border-radius: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 15px;
  height: auto;
  color: #4a4a4a;
  border: solid 1px #eeeeee;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease;
}

.compare .compare-content .slider-products .slick-prev:hover, .compare .compare-content .slider-products .slick-prev:active, .compare .compare-content .slider-products .slick-prev:focus {
  transition: background-color 0.2s ease;
  opacity: 1;
  background-color: #00b2b1;
  color: #ffffff;
}

.compare .compare-content .slider-products .slick-next {
  background-image: url("../images/icon-right-white.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  float: right;
  width: 120px;
  background-color: #ff530d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 30px;
  padding-left: 15px;
  height: auto;
  border: solid 1px #ff530d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease;
}

.compare .compare-content .slider-products .slick-next:hover, .compare .compare-content .slider-products .slick-next:active, .compare .compare-content .slider-products .slick-next:focus {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
  opacity: 1;
}

.compare .compare-content .compare-product-features {
  padding-right: 0;
  margin-top: 569px;
}

@media (max-width: 1240px) {
  .compare .compare-content .compare-product-features {
    margin-top: 696px;
  }
}

@media (max-width: 991px) {
  .compare .compare-content .compare-product-features {
    margin-top: 694px;
  }
}

@media (max-width: 820px) {
  .compare .compare-content .compare-product-features {
    display: none;
  }
}

.compare .compare-content .compare-product-features h1 {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  padding-left: 5px;
  padding-bottom: 10px;
}

@media (max-width: 1240px) {
  .compare .compare-content .compare-product-features h1 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .compare .compare-content .compare-product-features h1 {
    font-size: 18px;
  }
}

.compare .compare-content .compare-product-features li {
  height: 80px;
  line-height: 50px;
  padding: 15px 10px;
  text-align: right;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
}

.compare .compare-content .compare-product-features li:nth-child(odd) {
  background-color: #f2f2f2;
}

.compare .compare-content .compare-carousel-container {
  padding-left: 0;
}

@media (max-width: 820px) {
  .compare .compare-content .compare-carousel-container {
    width: 100%;
    padding-left: 15px;
  }
}

.compare .compare-content .slick-arrow[aria-disabled="true"] {
  opacity: .5;
}

.compare .compare-content .slick-arrow[aria-disabled="true"]:focus, .compare .compare-content .slick-arrow[aria-disabled="true"]:hover {
  background-color: #f2f2f2;
  opacity: .5;
}

.compare .compare-content .chosen-product {
  border-left: solid 1px #e2e2e2;
}

@media (max-width: 820px) {
  .compare .compare-content .chosen-product {
    border-left: 0;
    border-right: solid 1px #e2e2e2;
  }
}

@media (max-width: 650px) {
  .compare .compare-content .chosen-product {
    border: 0;
  }
}

.compare .compare-content .chosen-product .products {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 563px;
}

@media (max-width: 1240px) {
  .compare .compare-content .chosen-product .products {
    height: 655px;
  }
}

@media (max-width: 820px) {
  .compare .compare-content .chosen-product .products {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 650px) {
  .compare .compare-content .chosen-product .products {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.compare .compare-content .product-specs > .product-specs-item:nth-child(odd) {
  background-color: #f2f2f2;
}

.compare .compare-content .product-specs .product-dimensions {
  line-height: 24px;
}

.compare .compare-content .product-specs .product-dimensions li {
  display: inline-block;
  margin-right: 10px;
}

.compare .compare-content .title-mobile {
  display: none;
}

@media (max-width: 820px) {
  .compare .compare-content .title-mobile {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
  }
}

.compare .compare-content .product-specs-item {
  height: 80px;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 50px;
  overflow: hidden;
}

@media (max-width: 820px) {
  .compare .compare-content .product-specs-item {
    padding: 15px;
    line-height: 1em;
  }
}

@media (max-width: 650px) {
  .compare .compare-content .product-specs-item {
    height: auto;
  }
}

@media (max-width: 767px) {
  .compare .compare-content .product-dimensions {
    height: 105px;
  }
}

@media (max-width: 650px) {
  .compare .compare-content .product-dimensions {
    height: auto;
  }
}

@media (max-width: 820px) {
  .compare .compare-content .product-spec-colors {
    height: 95px;
  }
}

@media (max-width: 650px) {
  .compare .compare-content .product-spec-colors {
    height: auto;
  }
}

.compare .compare-content .product-spec-colors li {
  display: inline-block;
  margin-right: 12px;
  padding-top: 10px;
}

@media (max-width: 820px) {
  .compare .compare-content .product-spec-colors li {
    padding-top: 0;
  }
}

.compare .products {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .compare .products .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .compare .products .col-sm-4.col-last {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  .compare .products .col-sm-4 {
    width: 100%;
    float: none;
  }
  .compare .products .col-sm-4.col-last {
    margin-left: 0;
  }
}

.compare .products h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #323232;
}

@media (max-width: 650px) {
  .compare .products h2 {
    font-size: 24px;
  }
}

.compare .products .tag-category {
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #00b2b1;
  height: 22px;
}

.compare .products .sku-container {
  overflow: hidden;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .compare .products .sku-container {
    min-height: 50px;
  }
}

@media (max-width: 650px) {
  .compare .products .sku-container {
    min-height: 0;
  }
}

.compare .products .sku {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  display: block;
  float: left;
}

.compare .products .collection {
  float: right;
  display: block;
}

@media (max-width: 1240px) {
  .compare .products .collection {
    display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .compare .products .collection {
    float: right;
    display: block;
    width: auto;
  }
}

.compare .products .collection a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
  color: #323232;
  text-decoration: underline;
}

.compare .products .remove {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url(../images/mobile-icon-red-erase.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 24px;
}

.compare .products .rating {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}

.compare .products .rating .rating-input {
  float: left;
}

.compare .products .rating .glyphicon-star {
  color: #ffd504;
  font-size: 24px;
  margin-right: 3px;
}

.compare .products .rating .glyphicon-star-empty {
  color: #cccccc;
  font-size: 24px;
  margin-right: 3px;
}

.compare .products .rating .average {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
  float: left;
  margin-left: 5px;
}

.compare .products .rating .total-reviews {
  display: block;
  text-align: left;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 450px) {
  .compare .products .rating .total-reviews {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.compare .products .rating .total-reviews a {
  float: none;
  font-family: PT Sans, sans-serif;
  color: #323232;
}

@media (max-width: 450px) {
  .compare .products .rating .total-reviews a {
    float: none;
  }
}

@media (max-width: 1240px) {
  .compare .products .rating .total-reviews a {
    float: none;
  }
}

.compare .products .price-container {
  position: relative;
}

.compare .products .before {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #9b9b9b;
  text-decoration: line-through;
}

.compare .products h1 {
  max-height: 40px;
  overflow: hidden;
}

.compare .products h1 a {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
}

.compare .products .stock-left {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  color: #00b2b1;
  display: inline-block;
}

.compare .products .price {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  text-align: left;
  color: #323232;
  margin-right: 30px;
}

.compare .products .btn-add-to-wishlist {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #4a4a4a;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 45px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #9b9b9b;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 28px;
}

@media (max-width: 650px) {
  .compare .products .btn-add-to-wishlist {
    float: none;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .compare .products .btn-add-to-wishlist.added {
    width: 230px;
  }
}

.compare .products .product-image {
  background-color: #ffffff;
  padding: 20px;
}

@media (max-width: 650px) {
  .compare .products .product-image {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .compare .products .product-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1240px) {
  .compare .products .col-sm-4 .save {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.compare .products .save {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 178, 177, 0.7);
  padding: 3px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.compare .products .more-details-container {
  margin-top: 14px;
  margin-bottom: 14px;
}

.compare .products .more-details-container a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #323232;
  text-decoration: underline;
}

.compare .products .cta-container {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 650px) {
  .compare .products .cta-container {
    padding: 0;
  }
}

.compare .products .cta-container span {
  float: left;
  display: block;
  margin-right: 12px;
}

.compare .products .cta-container .svg-container {
  float: left;
  width: 20px;
  height: 20px;
}

.compare .products .cta-container .svg-container svg {
  width: 100%;
}

.compare .products .col-center {
  text-align: center;
}

/*   ----------------------------------------------------

SECTIONS

-------------------------------------------------------  */
.sections li {
  margin-bottom: 20px;
}

/*   ----------------------------------------------------

SPECIAL LANDING

-------------------------------------------------------  */
.special-landing .title-holder h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  width: 80%;
  top: auto;
  left: 50%;
  bottom: 10px;
  margin-left: -40%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .special-landing .title-holder h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .special-landing .title-holder h1 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .special-landing .title-holder h1 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .special-landing .title-holder h1 {
    width: 95%;
    margin-left: -47.5%;
  }
}

@media (max-width: 450px) {
  .special-landing .title-holder h1 {
    font-size: 22px;
  }
}

.special-landing .title-holder h1 span {
  border-bottom: solid 2px #ffffff;
  display: block;
  height: px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .special-landing .title-holder h1 span {
    width: 200px;
  }
}

.special-landing h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 65px;
}

@media (max-width: 450px) {
  .special-landing h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}

.special-landing article {
  margin-bottom: 40px;
}

.special-landing article .image-holder {
  border-left: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #ff530d;
  text-align: center;
  display: block;
}

.special-landing article .image-holder img {
  width: 100%;
}

.special-landing article h1 {
  font-size: 20px;
  color: #ff530d;
}

.special-landing article h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 650px) {
  .special-landing article h2 {
    font-size: 16px;
  }
}

.special-landing article p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #4a4a4a;
}

.special-landing .btn-load {
  padding-top: 30px;
  border-top: solid 1px #f2f2f2;
}

.special-landing .btn-load a {
  color: #4a4a4a;
}

/*   ----------------------------------------------------

HELP CENTER

-------------------------------------------------------  */
.help-center .contact-form-help-center .form-group {
  margin-left: 0;
  margin-right: 0;
}

.help-center .contact-form-help-center .form-control {
  height: 40px;
  font-family: PT Sans, sans-serif;
}

.help-center .contact-form-help-center .checkbox label {
  font-size: 14px;
}

.help-center .contact-form-help-center textarea.form-control {
  resize: none;
  height: 80px;
}

.help-center .back {
  color: #ff530d;
  background-image: url("../images/icon-left-orange.svg");
  background-repeat: no-repeat;
  background-position: -5px center;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .help-center .help-sidebar-nav.internal {
    display: none;
  }
}

.help-center .help-sidebar-nav .help-accordion.space-planning h2 {
  background-image: url("../images/icon-space-planning.svg");
}

.help-center .help-sidebar-nav .help-accordion.customer-service h2 {
  background-image: url("../images/mobile-icon-customer-service.svg");
}

.help-center .help-sidebar-nav .help-accordion.shipping-delivery h2 {
  background-image: url("../images/icon-help-shipping-delivery.svg");
}

.help-center .help-sidebar-nav .help-accordion.pickups-returns h2 {
  background-image: url("../images/icon-return.svg");
}

.help-center .help-sidebar-nav .help-accordion.contact-us h2 {
  background-image: url("../images/icon-contact-us.svg");
}

.help-center .help-sidebar-nav .help-accordion.policies h2 {
  background-image: url("../images/icon-help-policies.svg");
}

.help-center .help-sidebar-nav .help-accordion.office-relocation h2 {
  background-image: url("../images/icon-office-relocation.svg");
}

.help-center .help-sidebar-nav .help-accordion.assembly-services h2 {
  background-image: url("../images/icon-assembly.svg");
}

.help-center .help-sidebar-nav .help-accordion.payments h2 {
  background-image: url("../images/icon-help-payment.svg");
}

.help-center .help-sidebar-nav .help-accordion.payments .help-accordion-toggle {
  border-bottom: solid 1px #f2f2f2;
}

.help-center .help-sidebar-nav .help-accordion-toggle {
  background-color: #ffffff;
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
  color: #323232;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  position: relative;
  background-image: url("../images/icon-plus-gray.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: background-color 0.2s ease;
}

.help-center .help-sidebar-nav .help-accordion-toggle .txt-small {
  padding-right: 30px;
}

.help-center .help-sidebar-nav .help-accordion-toggle:hover {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  color: #fff;
}

.help-center .help-sidebar-nav .help-accordion-toggle:hover .txt-small {
  color: #ffffff;
}

.help-center .help-sidebar-nav .help-accordion-toggle.active {
  color: #ffffff;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
}

.help-center .help-sidebar-nav .help-accordion-toggle.active:hover {
  opacity: 0.9;
}

.help-center .help-sidebar-nav .help-accordion-toggle.active .txt-small {
  color: #ffffff;
}

.help-center .help-sidebar-nav .help-accordion-toggle h2 {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 22px;
  margin: 0;
  font-size: 18px;
  padding-left: 30px;
}

@media (max-width: 450px) {
  .help-center .help-sidebar-nav .help-accordion-toggle h2 {
    font-size: 16px;
  }
}

.help-center .help-sidebar-nav .help-accordion-toggle .txt-small {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: block;
  color: #9b9b9b;
}

@media (max-width: 450px) {
  .help-center .help-sidebar-nav .help-accordion-toggle .txt-small {
    font-size: 10px;
  }
}

.help-center .help-sidebar-nav .single-link {
  display: block;
  background-color: #ffffff;
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
  color: #323232;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 10px 15px;
  position: relative;
  background-image: url("../images/icon-right.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 22px;
  margin: 0;
  font-size: 18px;
  transition: background-color 0.2s ease;
}

@media (max-width: 450px) {
  .help-center .help-sidebar-nav .single-link {
    font-size: 16px;
  }
}

.help-center .help-sidebar-nav .single-link:hover {
  transition: background-color 0.2s ease;
  background-color: #00b2b1;
  color: #fff;
  opacity: 1;
}

.help-center .help-sidebar-nav .single-link:hover .caption {
  color: #ffffff;
}

.help-center .help-sidebar-nav .single-link.active {
  color: #ffffff;
  background-color: #00b2b1;
  border: solid 1px #00b2b1;
}

.help-center .help-sidebar-nav .single-link.active .caption {
  color: #ffffff;
}

.help-center .help-sidebar-nav .single-link .caption {
  padding-right: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: block;
  color: #9b9b9b;
  line-height: 10px;
}

@media (max-width: 450px) {
  .help-center .help-sidebar-nav .single-link .caption {
    font-size: 10px;
  }
}

.help-center .help-sidebar-nav .single-link .single-link-info {
  background-repeat: no-repeat;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 30px;
}

.help-center .help-sidebar-nav .single-link .single-link-info.contact-us {
  background-image: url("../images/icon-contact-us.svg");
}

.help-center .help-sidebar-nav .help-accordion-toggle.active {
  background-image: url("../images/icon-close.svg");
}

.help-center .help-sidebar-nav .help-accordion-content {
  display: none;
  background-color: #f2f2f2;
}

.help-center .help-sidebar-nav .help-accordion-content.active {
  display: block;
}

.help-center .help-sidebar-nav .help-accordion-content li {
  padding-left: 15px;
  padding-right: 15px;
}

.help-center .help-sidebar-nav .help-accordion-content li:last-child a {
  border: 0;
}

.help-center .help-sidebar-nav .help-accordion-content li.active {
  background-color: #fff;
}

.help-center .help-sidebar-nav .help-accordion-content li.active a {
  border: 0;
}

.help-center .help-sidebar-nav .help-accordion-content a {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: solid 1px #e3e1e1;
  color: #323232;
  display: block;
  background-image: url("../images/icon-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.help-center .mobile-title {
  display: none;
}

@media (max-width: 767px) {
  .help-center .mobile-title {
    display: block;
  }
}

.help-center .mobile-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

.help-center .help-content-box {
  position: relative;
}

.help-center .help-content-box .title-container {
  width: 80%;
  left: 50%;
  top: 40%;
  margin-left: -40%;
  position: absolute;
}

.help-center .help-content-box .welcome-help-center {
  min-height: 470px;
  background-image: url("../images/welcome01.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .help-center .help-content-box .welcome-help-center {
    display: none;
  }
}

.help-center .help-content-box .welcome-help-center h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .help-center .help-content-box .welcome-help-center h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .help-center .help-content-box .welcome-help-center h1 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .help-center .help-content-box .welcome-help-center h1 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .help-center .help-content-box .welcome-help-center h1 {
    width: 95%;
    margin-left: -47.5%;
  }
}

@media (max-width: 450px) {
  .help-center .help-content-box .welcome-help-center h1 {
    font-size: 22px;
  }
}

.help-center .help-content-box .welcome-help-center h1 span {
  border-bottom: solid 2px #ffffff;
  display: block;
  height: px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .help-center .help-content-box .welcome-help-center h1 span {
    width: 200px;
  }
}

.help-center .help-content-box .welcome-help-center p {
  padding-top: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7em;
}

.help-center .help-content-box .title-container-internal {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .help-center .help-content-box .title-container-internal {
    display: none;
  }
}

.help-center .help-content-box .title-container-internal img {
  width: 100%;
}

.help-center .help-content-box .title-container-internal h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  margin-left: -40%;
  width: 80%;
  left: 50%;
  bottom: 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .help-center .help-content-box .title-container-internal h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .help-center .help-content-box .title-container-internal h1 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .help-center .help-content-box .title-container-internal h1 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .help-center .help-content-box .title-container-internal h1 {
    width: 95%;
    margin-left: -47.5%;
  }
}

@media (max-width: 450px) {
  .help-center .help-content-box .title-container-internal h1 {
    font-size: 22px;
  }
}

.help-center .help-content-box .title-container-internal h1 span {
  border-bottom: solid 2px #ffffff;
  display: block;
  height: px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .help-center .help-content-box .title-container-internal h1 span {
    width: 200px;
  }
}

.help-center .help-content-box .internal-content h2 {
  font-size: 18px;
  font-weight: bold;
}

.help-center .help-content-box .internal-content .image-wrapper {
  margin-bottom: 20px;
}

.help-center .help-content-box .internal-content p {
  font-size: 16px;
  font-family: PT Sans, sans-serif;
  line-height: 1.7em;
}

.help-center .help-content-box .internal-content img {
  width: 100%;
}

.help-center .help-content-box .internal-content ul {
  list-style-type: disc;
}

.help-center .help-content-box .internal-content ol, .help-center .help-content-box .internal-content ul {
  font-size: 16px;
  padding-left: 15px;
  font-family: PT Sans, sans-serif;
  line-height: 1.7em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.help-center .help-content-box .internal-content ol li, .help-center .help-content-box .internal-content ul li {
  margin-bottom: 15px;
}

.help-center .help-content-box .default-accordion .panel-heading {
  background-color: #ffffff;
  border: 0;
  padding: 0;
  border-bottom: solid 1px #f2f2f2;
}

.help-center .help-content-box .default-accordion .panel-heading a {
  color: #00b2b1;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  display: block;
  background-image: url("../images/icon-down.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
}

.help-center .help-content-box .default-accordion .panel-heading a.collapsed {
  color: #4a4a4a;
  background-image: url("../images/icon-up-gray.svg");
}

.help-center .help-content-box .default-accordion .panel-body {
  border-top: 0;
}

.help-center .help-content-box .default-accordion .panel-body p {
  font-size: 16px;
  font-family: PT Sans, sans-serif;
}

.help-center .help-content-box .default-accordion .panel {
  border: 0;
  box-shadow: none;
}

.help-center .help-content-box .default-accordion .panel-group {
  margin-bottom: 2px;
  border: 0;
}

/*   ----------------------------------------------------

MY ACCOUNT

-------------------------------------------------------  */
.my-account .back {
  color: #ff530d;
  background-image: url("../images/icon-left-orange.svg");
  background-repeat: no-repeat;
  background-position: -5px center;
  padding-left: 20px;
  margin-bottom: 35px;
  display: inline-block;
}

@media (max-width: 767px) {
  .my-account .my-account-sidebar-nav.internal {
    display: none;
  }
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle {
  background-color: #f2f2f2;
  border: solid 1px #f2f2f2;
  color: #323232;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 15px;
  position: relative;
  background-image: url("../images/icon-plus-gray.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: background-color 0.2s ease;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle .txt-small {
  padding-right: 30px;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle:hover {
  transition: background-color 0.2s ease;
  background-color: #f2f2f2;
  color: #ff530d;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle:hover h2 {
  color: #ff530d;
  transition: color 0.6s ease;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle.active {
  color: #ffffff;
  background-color: #f2f2f2;
  border: solid 1px #f2f2f2;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle.active:hover {
  opacity: 0.9;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle.active .txt-small {
  color: #ffffff;
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle h2 {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 22px;
  margin: 0;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  transition: color 0.6s ease;
}

@media (max-width: 450px) {
  .my-account .my-account-sidebar-nav .my-account-accordion-toggle h2 {
    font-size: 16px;
  }
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle .txt-small {
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: block;
  color: #9b9b9b;
}

@media (max-width: 450px) {
  .my-account .my-account-sidebar-nav .my-account-accordion-toggle .txt-small {
    font-size: 10px;
  }
}

.my-account .my-account-sidebar-nav .my-account-accordion-toggle.active {
  background-image: url("../images/icon-close.svg");
}

.my-account .my-account-sidebar-nav .my-account-accordion-content {
  display: none;
  background-color: #fff;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content.active {
  display: block;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content li {
  padding-left: 15px;
  padding-right: 15px;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content li:last-child a {
  border: 0;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content li.active a {
  color: #ff530d;
  font-weight: bold;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content a {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: solid 1px #e3e1e1;
  color: #323232;
  display: block;
  transition: color 0.6s ease;
}

.my-account .my-account-sidebar-nav .my-account-accordion-content a:hover {
  color: #ff530d;
  opacity: 1;
  transition: color 0.6s ease;
}

.my-account .mobile-title {
  display: none;
}

@media (max-width: 767px) {
  .my-account .mobile-title {
    display: block;
  }
}

.my-account .mobile-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

.my-account .my-account-content-box {
  position: relative;
  padding-right: 0;
}

@media (max-width: 991px) {
  .my-account .my-account-content-box {
    padding-right: 15px;
  }
}

.my-account .my-account-content-box .title-container {
  width: 80%;
  left: 50%;
  top: 40%;
  margin-left: -40%;
  position: absolute;
}

.my-account .my-account-content-box .welcome-my-account {
  min-height: 470px;
  background-image: url("../images/welcome01.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .my-account .my-account-content-box .welcome-my-account {
    display: none;
  }
}

.my-account .my-account-content-box .welcome-my-account h1 {
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .my-account .my-account-content-box .welcome-my-account h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .my-account .my-account-content-box .welcome-my-account h1 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .my-account .my-account-content-box .welcome-my-account h1 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .my-account .my-account-content-box .welcome-my-account h1 {
    width: 95%;
    margin-left: -47.5%;
  }
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .welcome-my-account h1 {
    font-size: 22px;
  }
}

.my-account .my-account-content-box .welcome-my-account h1 span {
  border-bottom: solid 2px #ffffff;
  display: block;
  height: px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .welcome-my-account h1 span {
    width: 200px;
  }
}

.my-account .my-account-content-box .welcome-my-account p {
  padding-top: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7em;
}

.my-account .my-account-content-box .my-account-default-content {
  padding-left: 70px;
  color: #323232;
}

@media (max-width: 767px) {
  .my-account .my-account-content-box .my-account-default-content {
    padding-left: 0;
  }
}

.my-account .my-account-content-box .my-account-default-content h1 {
  font-size: 56px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 820px) {
  .my-account .my-account-content-box .my-account-default-content h1 {
    font-size: 46px;
  }
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.my-account .my-account-content-box .my-account-default-content h3 {
  font-size: 18px;
  font-weight: bold;
}

.my-account .my-account-content-box .my-account-default-content a {
  text-decoration: underline;
  color: #323232;
}

.my-account .my-account-content-box .my-account-default-content p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.my-account .my-account-content-box .my-account-default-content h2 {
  font-size: 22px;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 35px;
  font-weight: bold;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content h2 {
    font-size: 18px;
  }
}

.my-account .my-account-content-box .my-account-default-content .module-title {
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.my-account .my-account-content-box .my-account-default-content .module-title h4 {
  font-weight: bold;
  font-size: 18px;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content .module-title h4 {
    font-size: 16px;
  }
}

.my-account .my-account-content-box .my-account-default-content .module-title a {
  display: inline-block;
  float: right;
  text-decoration: underline;
  color: #323232;
  padding-top: 8px;
}

.my-account .my-account-content-box .my-account-default-content ul li {
  font-family: PT Sans, sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f2f2f2;
}

.my-account .my-account-content-box .my-account-default-content ul .default-text {
  font-weight: 400;
  font-style: italic;
  border: 0;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content ul .default-text {
    font-size: 14px;
  }
}

.my-account .my-account-content-box .my-account-default-content .a-module {
  margin-bottom: 60px;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content .a-module {
    margin-bottom: 20px;
  }
}

.my-account .my-account-content-box .my-account-default-content .section-title {
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 35px;
}

.my-account .my-account-content-box .my-account-default-content .section-title h2 {
  float: left;
  border: 0;
  margin-bottom: 0;
}

.my-account .my-account-content-box .my-account-default-content .section-title a {
  float: right;
  padding-top: 22px;
}

.my-account .my-account-content-box .my-account-default-content .col-2 li {
  overflow: hidden;
}

.my-account .my-account-content-box .my-account-default-content .col-2 .item-title {
  float: left;
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .my-account-default-content .col-2 .item-title {
    font-size: 14px;
  }
}

.my-account .my-account-content-box .my-account-default-content .col-2 .item-content {
  float: right;
  font-weight: normal;
  font-size: 14px;
  font-family: PT Sans, sans-serif;
}

.my-account .my-account-content-box .my-account-default-content .form-control {
  height: 40px;
  font-family: PT Sans, sans-serif;
}

.my-account .my-account-content-box .my-account-default-content .select-wrapper {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background-image: url(../images/icon-down.svg);
  width: 100%;
  background-position: 98% center;
  background-color: #fff;
  background-repeat: no-repeat;
}

.my-account .my-account-content-box .my-account-default-content .select-wrapper .form-control {
  background-color: transparent;
  border: 0;
  width: 112%;
}

.my-account .my-account-content-box .my-account-default-content .form-group .btn-primary {
  margin-left: 15px;
  margin-top: 20px;
  width: 230px;
  height: 48px;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .my-account .my-account-content-box .new-address-content .form-container {
    width: 60%;
  }
}

@media (max-width: 650px) {
  .my-account .my-account-content-box .new-address-content .form-container {
    width: 75%;
  }
}

@media (max-width: 450px) {
  .my-account .my-account-content-box .new-address-content .form-container {
    width: 100%;
  }
}
