/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .modals-wrapper .modal-slide .modal-footer button > .caret,
  .dropup > .modals-wrapper .modal-slide .modal-footer button > .caret,
  .modals-wrapper .modal-popup .modal-footer button > .caret,
  .dropup > .modals-wrapper .modal-popup .modal-footer button > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro: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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.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;
  padding: 0;
  margin: -1px;
  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: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 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%;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 2px 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=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  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 select[multiple].form-control,
.form-group-sm textarea.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  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 select[multiple].form-control,
.form-group-lg textarea.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;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.modals-wrapper .modal-slide .modal-footer button,
.modals-wrapper .modal-popup .modal-footer button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.modals-wrapper .modal-slide .modal-footer button.active.focus,
.modals-wrapper .modal-slide .modal-footer button.active:focus,
.modals-wrapper .modal-slide .modal-footer button.focus,
.modals-wrapper .modal-slide .modal-footer button:active.focus,
.modals-wrapper .modal-slide .modal-footer button:active:focus,
.modals-wrapper .modal-slide .modal-footer button:focus,
.modals-wrapper .modal-popup .modal-footer button.active.focus,
.modals-wrapper .modal-popup .modal-footer button.active:focus,
.modals-wrapper .modal-popup .modal-footer button.focus,
.modals-wrapper .modal-popup .modal-footer button:active.focus,
.modals-wrapper .modal-popup .modal-footer button:active:focus,
.modals-wrapper .modal-popup .modal-footer button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover,
.modals-wrapper .modal-slide .modal-footer button.focus,
.modals-wrapper .modal-slide .modal-footer button:focus,
.modals-wrapper .modal-slide .modal-footer button:hover,
.modals-wrapper .modal-popup .modal-footer button.focus,
.modals-wrapper .modal-popup .modal-footer button:focus,
.modals-wrapper .modal-popup .modal-footer button:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active,
.modals-wrapper .modal-slide .modal-footer button.active,
.modals-wrapper .modal-slide .modal-footer button:active,
.modals-wrapper .modal-popup .modal-footer button.active,
.modals-wrapper .modal-popup .modal-footer button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.modals-wrapper .modal-slide .modal-footer button.disabled,
.modals-wrapper .modal-slide .modal-footer button[disabled],
fieldset[disabled] .modals-wrapper .modal-slide .modal-footer button,
.modals-wrapper .modal-popup .modal-footer button.disabled,
.modals-wrapper .modal-popup .modal-footer button[disabled],
fieldset[disabled] .modals-wrapper .modal-popup .modal-footer button {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.modals-wrapper .modal-slide .modal-footer button.disabled,
fieldset[disabled] a.modals-wrapper .modal-slide .modal-footer button,
a.modals-wrapper .modal-popup .modal-footer button.disabled,
fieldset[disabled] a.modals-wrapper .modal-popup .modal-footer button {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg,
.btn-group-lg > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-lg > .modals-wrapper .modal-popup .modal-footer button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm,
.btn-group-sm > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-sm > .modals-wrapper .modal-popup .modal-footer button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs,
.btn-group-xs > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-xs > .modals-wrapper .modal-popup .modal-footer button {
  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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  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;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.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;
}
.dropdown,
.dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button,
.btn-group > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button,
.btn-group > .modals-wrapper .modal-popup .modal-footer button {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button.active,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:active,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:focus,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:hover,
.btn-group > .modals-wrapper .modal-slide .modal-footer button.active,
.btn-group > .modals-wrapper .modal-slide .modal-footer button:active,
.btn-group > .modals-wrapper .modal-slide .modal-footer button:focus,
.btn-group > .modals-wrapper .modal-slide .modal-footer button:hover,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button.active,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:active,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:focus,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:hover,
.btn-group > .modals-wrapper .modal-popup .modal-footer button.active,
.btn-group > .modals-wrapper .modal-popup .modal-footer button:active,
.btn-group > .modals-wrapper .modal-popup .modal-footer button:focus,
.btn-group > .modals-wrapper .modal-popup .modal-footer button:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .modals-wrapper .modal-slide .modal-footer button + .modals-wrapper .modal-slide .modal-footer button,
.btn-group .modals-wrapper .modal-slide .modal-footer button + .btn-group,
.btn-group .btn-group + .modals-wrapper .modal-slide .modal-footer button,
.btn-group .modals-wrapper .modal-popup .modal-footer button + .modals-wrapper .modal-popup .modal-footer button,
.btn-group .modals-wrapper .modal-popup .modal-footer button + .btn-group,
.btn-group .btn-group + .modals-wrapper .modal-popup .modal-footer button {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .modals-wrapper .modal-slide .modal-footer button,
.btn-toolbar .modals-wrapper .modal-popup .modal-footer button {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .modals-wrapper .modal-slide .modal-footer button,
.btn-toolbar > .modals-wrapper .modal-popup .modal-footer button {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .modals-wrapper .modal-slide .modal-footer button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .modals-wrapper .modal-popup .modal-footer button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .modals-wrapper .modal-slide .modal-footer button:first-child,
.btn-group > .modals-wrapper .modal-popup .modal-footer button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .modals-wrapper .modal-slide .modal-footer button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .modals-wrapper .modal-popup .modal-footer button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .modals-wrapper .modal-slide .modal-footer button:last-child:not(:first-child),
.btn-group > .modals-wrapper .modal-popup .modal-footer button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .modals-wrapper .modal-slide .modal-footer button,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .modals-wrapper .modal-popup .modal-footer button {
  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,
.btn-group > .btn-group:first-child:not(:last-child) > .modals-wrapper .modal-slide .modal-footer button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .modals-wrapper .modal-popup .modal-footer button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .modals-wrapper .modal-slide .modal-footer button:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .modals-wrapper .modal-popup .modal-footer button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .modals-wrapper .modal-slide .modal-footer button + .dropdown-toggle,
.btn-group > .modals-wrapper .modal-popup .modal-footer button + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.modals-wrapper .modal-slide .modal-footer button .caret,
.modals-wrapper .modal-popup .modal-footer button .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .btn-group > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button,
.btn-group-vertical > .btn-group > .modals-wrapper .modal-popup .modal-footer button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .btn-group > .modals-wrapper .modal-popup .modal-footer button {
  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,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button + .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button + .btn-group,
.btn-group-vertical > .btn-group + .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button + .modals-wrapper .modal-popup .modal-footer button,
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button + .btn-group,
.btn-group-vertical > .btn-group + .modals-wrapper .modal-popup .modal-footer button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:not(:first-child):not(:last-child),
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:first-child:not(:last-child),
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .modals-wrapper .modal-slide .modal-footer button:last-child:not(:first-child),
.btn-group-vertical > .modals-wrapper .modal-popup .modal-footer button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .modals-wrapper .modal-popup .modal-footer button {
  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,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .modals-wrapper .modal-slide .modal-footer button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .modals-wrapper .modal-popup .modal-footer button:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .modals-wrapper .modal-slide .modal-footer button:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .modals-wrapper .modal-popup .modal-footer button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .modals-wrapper .modal-slide .modal-footer button,
.btn-group-justified > .modals-wrapper .modal-popup .modal-footer button {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .modals-wrapper .modal-slide .modal-footer button,
.btn-group-justified > .btn-group .modals-wrapper .modal-popup .modal-footer button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .modals-wrapper .modal-slide .modal-footer button input[type=checkbox],
[data-toggle=buttons] > .modals-wrapper .modal-slide .modal-footer button input[type=radio],
[data-toggle=buttons] > .btn-group > .modals-wrapper .modal-slide .modal-footer button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .modals-wrapper .modal-slide .modal-footer button input[type=radio],
[data-toggle=buttons] > .modals-wrapper .modal-popup .modal-footer button input[type=checkbox],
[data-toggle=buttons] > .modals-wrapper .modal-popup .modal-footer button input[type=radio],
[data-toggle=buttons] > .btn-group > .modals-wrapper .modal-popup .modal-footer button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .modals-wrapper .modal-popup .modal-footer button input[type=radio] {
  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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
.input-group-lg > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
select.input-group-lg > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
textarea.input-group-lg > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
select[multiple].input-group-lg > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button,
textarea.input-group-lg > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
.input-group-sm > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
select.input-group-sm > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
textarea.input-group-sm > .input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
select[multiple].input-group-sm > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button,
textarea.input-group-sm > .input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:first-child > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:first-child > .btn-group > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:last-child > .modals-wrapper .modal-slide .modal-footer button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:first-child > .modals-wrapper .modal-popup .modal-footer button,
.input-group-btn:first-child > .btn-group > .modals-wrapper .modal-popup .modal-footer button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .modals-wrapper .modal-popup .modal-footer button,
.input-group-btn:last-child > .modals-wrapper .modal-popup .modal-footer button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-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-group:not(:first-child) > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:first-child > .modals-wrapper .modal-slide .modal-footer button:not(:first-child),
.input-group-btn:last-child > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:last-child > .btn-group > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .modals-wrapper .modal-popup .modal-footer button,
.input-group-btn:first-child > .modals-wrapper .modal-popup .modal-footer button:not(:first-child),
.input-group-btn:last-child > .modals-wrapper .modal-popup .modal-footer button,
.input-group-btn:last-child > .btn-group > .modals-wrapper .modal-popup .modal-footer button {
  border-top-left-radius: 0;
  border-bottom-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,
.input-group-btn > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn > .modals-wrapper .modal-popup .modal-footer button {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .modals-wrapper .modal-slide .modal-footer button + .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn > .modals-wrapper .modal-popup .modal-footer button + .modals-wrapper .modal-popup .modal-footer button {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.input-group-btn > .modals-wrapper .modal-slide .modal-footer button:active,
.input-group-btn > .modals-wrapper .modal-slide .modal-footer button:focus,
.input-group-btn > .modals-wrapper .modal-slide .modal-footer button:hover,
.input-group-btn > .modals-wrapper .modal-popup .modal-footer button:active,
.input-group-btn > .modals-wrapper .modal-popup .modal-footer button:focus,
.input-group-btn > .modals-wrapper .modal-popup .modal-footer button:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:first-child > .modals-wrapper .modal-popup .modal-footer button {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .modals-wrapper .modal-slide .modal-footer button,
.input-group-btn:last-child > .modals-wrapper .modal-popup .modal-footer button {
  z-index: 2;
  margin-left: -1px;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  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:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.modals-wrapper .modal-slide .modal-footer button .badge,
.modals-wrapper .modal-popup .modal-footer button .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge,
.btn-group-xs > .modals-wrapper .modal-slide .modal-footer button .badge,
.btn-group-xs > .modals-wrapper .modal-popup .modal-footer button .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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: 700;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  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: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,
.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 {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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,
.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 {
  border-bottom-left-radius: 3px;
}
.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,
.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 {
  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 #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > 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 {
  margin-bottom: 0;
  border: 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  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: #333;
}
.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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,
.carousel-caption .modals-wrapper .modal-slide .modal-footer button,
.carousel-caption .modals-wrapper .modal-popup .modal-footer button {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.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;
  }
  td.visible-print,
  th.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;
  }
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}
.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}
.fass,
.fa-sharp {
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eeeeee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #ffffff);
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times:before {
  content: "\f00d";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-check:before {
  content: "\f00c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-search:before {
  content: "\f002";
}
.fa-star:before {
  content: "\f005";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-tiktok:before {
  content: "\e07b";
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-display: block;
  font-weight: 900;
  src: url("../fonts/fa-duotone-900.woff2") format("woff2"), url("../fonts/fa-duotone-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
/* SLICK 1.6.0 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick Slider FontAwesome */
.slick-loading .slick-list {
  background: #ffffff center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #000000;
  border: none;
  padding: 0;
  transform: translate(0, -50%);
  opacity: 1;
  cursor: pointer;
  outline: none;
  font-weight: 300;
  z-index: 1;
  transition: all 0.6s ease;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: #f5f5f5;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  line-height: 1;
  color: inherit;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .1;
  pointer-events: none;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\f105';
}
[dir='rtl'] .slick-next:before {
  content: '\f190';
}
.slick-vertical .slick-prev:before {
  content: '\f176';
}
.slick-vertical .slick-next:before {
  content: '\f175';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  cursor: pointer;
  padding: 0 !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: all 0.6s ease;
}
.slick-dots li button:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.slick-dots li.slick-active button:before {
  background-color: #f0ca98 !important;
}
.section-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.section-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.slider {
  /*opacity:0; transition:all 0.6s ease;*/
}
.slider.slick-initialized {
  opacity: 1;
}
.slick-list {
  width: 100%;
}
.slick-track {
  min-width: 100%;
}
/* Reset */
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.sep {
  padding: 0 5px;
}
.full-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bgcover {
  background: 50% 50% no-repeat;
  background-size: cover;
}
.transition {
  transition: all 0.6s ease;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 45%;
  border-radius: 5px;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 45%;
  border-radius: 5px;
}
a,
button {
  transition: all 0.6s ease;
}
iframe {
  width: 100%;
  border: none;
  display: block;
}
.icon-left {
  margin-right: 5px;
}
.icon-right {
  margin-left: 5px;
}
.gap {
  height: 50px;
}
/* Equal Cards */
.row-equal {
  display: flex;
  flex-wrap: wrap;
}
.row-equal:before,
.row-equal:after {
  display: none;
}
.row-equal .col {
  margin-bottom: 30px;
}
.row-equal .card,
.row-equal .box,
.row-equal .banner-block {
  height: 100%;
  margin-bottom: 0;
}
/*  */
.row-v-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row-v-center:before,
.row-v-center:after {
  display: none;
}
.no-display {
  display: none;
}
.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}
/* Forms */
.form {
  margin-bottom: 40px;
}
.form-group {
  text-align: left;
}
.form-control,
.input-text,
select,
textarea {
  height: 45px;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  transition: all 0.6s ease;
}
.form-control-white,
.input-text-white,
select-white,
textarea-white {
  background: #ffffff;
  border-color: transparent;
}
.form-control:focus,
.input-text:focus,
select:focus,
textarea:focus {
  border-color: #c4c4c4;
}
.form-control.mage-error,
.input-text.mage-error,
select.mage-error,
textarea.mage-error,
.form-control._error,
.input-text._error,
select._error,
textarea._error {
  border-color: #cb636f !important;
  background-color: #ffffff;
}
textarea.form-control,
textarea.input-text,
textareaselect,
textareatextarea {
  height: 150px;
  padding: 20px;
}
select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px !important;
  background: url(../images/select-arrow.png) #f5f5f5 no-repeat 100% 50% !important;
  background-size: auto 5px!important;
}
textarea {
  height: auto;
  padding: 15px;
}
/* Search */
.search-box {
  position: relative;
}
.search-box .form {
  margin: 0;
}
.search-box .input-text {
  padding-right: 50px;
  background-color: #d7d7d7;
  border-color: transparent;
}
.search-box .input-text:focus {
  background-color: #f5f5f5;
}
.search-box button {
  background-color: transparent;
  border: none;
  color: #000000;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 0 4px 4px 0;
}
.search-box button:hover {
  background-color: #dddddd;
}
.search-box .search-autocomplete {
  display: none !important;
}
label {
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
.field {
  padding-bottom: 20px;
  text-align: left;
}
.field .note,
.field div.hosted-error {
  font-size: 12px;
  padding-top: 6px;
}
.field ._with-tooltip,
.field._with-tooltip {
  padding-right: 35px;
  position: relative;
}
.field-tooltip {
  position: absolute;
  right: 0;
  top: 15px;
}
.field-tooltip .label {
  display: none;
}
.field-tooltip-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.field-tooltip-action span {
  display: none;
}
.field-tooltip:before {
  content: "\f059";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #f0ca98;
  transition: all 0.6s ease;
}
.field-tooltip:hover:before {
  color: rgba(240, 202, 152, 0.9);
}
.field-tooltip-content {
  position: absolute;
  right: -4px;
  top: 100%;
  width: 270px;
  background: #000000;
  color: #ffffff;
  padding: 8px;
  line-height: 1.4;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  transform: translate3d(0, -5px, 0);
  transition: all 0.6s ease;
}
.field-tooltip-content:before {
  content: "\f0d8";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  line-height: 1;
  font-size: 30px;
  position: absolute;
  top: -18px;
  right: 6px;
  color: #000000;
}
.field-tooltip._active .field-tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.field.choice input {
  display: inline-block;
  margin: 0 5px 0 0;
}
.field.choice .field-tooltip {
  top: 0;
}
.field.qty .input-text {
  width: 60px;
  padding: 5px;
  text-align: center;
}
.field .password-strength-meter {
  display: none;
}
.control input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px 0 0;
}
fieldset {
  margin-bottom: 30px;
}
fieldset > :last-child {
  padding-bottom: 0;
}
fieldset legend {
  border: none;
  color: #000000;
  font-family: 'Playfair Display', serif;
}
fieldset legend + br {
  display: none;
}
fieldset + .actions-toolbar {
  padding-top: 0;
}
fieldset.street {
  margin: 0;
  padding: 0;
}
fieldset.street label {
  display: none;
}
fieldset.street legend {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
div.mage-error,
.field-error,
label.error {
  font-size: 12px;
  color: #cb636f;
  padding-top: 6px;
}
.actions-toolbar {
  padding-top: 10px;
}
.actions-toolbar .secondary {
  margin-top: 15px;
  font-weight: 500;
}
.actions-toolbar .secondary a.print {
  display: none;
}
.actions-toolbar .secondary a:hover {
  text-decoration: underline;
}
.actions-toolbar .back {
  display: none;
}
.brand-search-form-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.brand-search-form-container h3 {
  text-transform: capitalize;
  margin-right: 20px;
}
.brand-search-form-container form {
  position: relative;
  width: 320px;
}
.brand-search-form-container form input {
  height: 35px;
  margin-top: -5px;
}
.brand-search-form-container form:before {
  content: "\f002";
  position: absolute;
  top: 38%;
  transform: translateY(-62%);
  right: 15px;
  pointer-events: none;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 16px;
}
.brand-search-characters-container {
  display: flex;
  flex-wrap: wrap;
}
.brand-search-characters-container h3 {
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.brand-search-characters-container .h3 {
  margin-bottom: 0px;
}
.brand-search-characters-container .brand-search-characters-character {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 16px 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: #f0d19f;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  transition: background .4s ease;
}
.brand-search-characters-container .brand-search-characters-character:hover {
  background: #ecbf76;
}
.brand-search-characters-container .btn-primary {
  display: block;
  width: 100%;
  color: white;
  background: black;
  border: none;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .brand-search-characters-container .brand-search-characters-character {
    width: 30px;
    height: 30px;
    padding: 15px 15px;
  }
  .brand-search-form-container form {
    width: 100%;
  }
  .brand-search-form-container form:before {
    top: 45%;
    transform: translateY(-55%);
  }
  .brand-search-form-container h3,
  .brand-search-characters-container h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .brand-search-form-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .brand-search-result-title.section-title.text-left {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .brand-search-result-title.section-title.text-left .h3 {
    background-color: transparent;
    padding-left: 15px;
  }
}
.selectpicker {
  display: none;
}
.bootstrap-select .btn-select-search {
  text-transform: none;
}
.bootstrap-select > .dropdown-menu {
  pointer-events: none;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
  border-top: none;
  margin-top: -2px;
  padding: 15px;
  box-shadow: none;
  border-radius: 0 0 30px 30px;
}
.bootstrap-select .inner .dropdown-menu {
  position: static;
  padding: 15px 0 0;
  border: none;
}
.bootstrap-select .inner .dropdown-menu li {
  cursor: pointer;
}
.bootstrap-select .inner .dropdown-menu li a {
  padding: 5px 15px;
  border-radius: 30px;
}
.bootstrap-select .inner .dropdown-menu > .active > a,
.bootstrap-select .inner .dropdown-menu > .active > a:focus,
.bootstrap-select .inner .dropdown-menu > .active > a:hover {
  background-color: #000000;
}
.bootstrap-select .bs-searchbox {
  position: relative;
}
.bootstrap-select .bs-searchbox input {
  padding-right: 30px;
  background: #f5f5f5;
}
.bootstrap-select .bs-searchbox:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000000;
  pointer-events: none;
}
.bootstrap-select.open .btn-select-search {
  border-radius: 30px 30px 0 0;
}
.bootstrap-select.open > .dropdown-menu {
  pointer-events: auto;
}
.bootstrap-select.open.dropup .btn-select-search {
  border-radius: 0 0 30px 30px;
}
.bootstrap-select.open.dropup .dropdown-menu {
  border-radius: 30px 30px 0 0;
  margin: 0 0 -2px;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.block-title strong,
.block > .title,
.opc-wrapper .step-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
.block-title strong strong,
.block > .title strong,
.opc-wrapper .step-title strong {
  font-weight: 400;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-transform: none;
}
.section-title:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
  height: 1px;
  background: #dddddd;
  z-index: -1;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title .h1,
.section-title .h2,
.section-title .h3,
.section-title .h4,
.section-title .h5,
.section-title .h6 {
  padding: 0 25px;
  background: #ffffff;
  display: inline-block;
}
.section-title p {
  margin: -5px auto 0;
  max-width: 45%;
}
.section-title > :last-child {
  margin-bottom: 0;
}
.section-title.text-left {
  text-align: left;
}
.section-title.text-left h1,
.section-title.text-left h2,
.section-title.text-left h3,
.section-title.text-left h4,
.section-title.text-left h5,
.section-title.text-left h6,
.section-title.text-left .h1,
.section-title.text-left .h2,
.section-title.text-left .h3,
.section-title.text-left .h4,
.section-title.text-left .h5,
.section-title.text-left .h6 {
  padding-left: 0;
}
.section-title.text-left p {
  margin: -5px 0 0;
  max-width: none;
}
p {
  margin-bottom: 20px;
}
p.lead {
  font-size: 17px;
}
a {
  color: #000000;
  transition: all 0.6s ease;
}
a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
p.label-content {
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
  font-weight: 600;
  font-size: 13px;
}
p.label-content small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 80%;
}
/* Colours */
.red {
  color: #cb636f !important;
}
.green {
  color: #96bda2 !important;
}
.gold {
  color: #f0ca98 !important;
}
/* Lists */
.list ul,
ul.list,
.entry-content ul {
  margin-bottom: 30px;
}
.list ul li,
ul.list li,
.entry-content ul li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 10px;
}
.list ul li:before,
ul.list li:before,
.entry-content ul li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  color: #f0ca98;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.entry-content ul {
  margin-left: 20px;
}
ul.list-links a {
  font-weight: 600;
  color: #000000;
}
ul.list-links a:hover {
  color: #f0ca98;
}
ul.list-hours li {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
ol.list,
.entry-content ol {
  margin-bottom: 30px;
  margin-left: 20px;
}
ol.list li,
.entry-content ol li {
  margin: 0 0 10px;
  list-style: outside decimal;
}
.icon-list {
  zoom: 1;
  margin-bottom: 20px;
}
.icon-list:before,
.icon-list:after {
  content: "";
  display: table;
}
.icon-list:after {
  clear: both;
}
.icon-list li {
  float: left;
  width: 50%;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #828282;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.icon-list li .icon-list-image {
  float: left;
  height: 28px;
  width: 32px;
  text-align: center;
  margin-right: 10px;
}
.icon-list li .icon-list-image img {
  height: 28px;
  width: auto;
}
.icon-list li:nth-child(odd) {
  clear: both;
}
ul.list-inline {
  margin: 0 0 15px;
}
ul.list-inline > li {
  padding-left: 10px;
  padding-right: 10px;
}
ul.list-inline > li a {
  color: #000000;
  position: relative;
}
ul.list-inline > li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  width: 100%;
  height: 3px;
  transition: all 0.6s ease;
}
ul.list-inline > li a:hover {
  text-decoration: underline;
}
ul.list-inline > li a.active:hover {
  text-decoration: none;
}
ul.list-inline > li a.active:after {
  background-color: #f0ca98;
}
ul.list-inline.tab-list {
  text-align: center;
  margin-bottom: 25px;
}
ul.list-inline.tab-list li {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}
.badge {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #f0ca98;
  border-radius: 5px;
  padding: 3px 7px;
  white-space: normal;
  border: 2px solid transparent;
  min-width: 30px;
}
.badge-sale,
.badge-red {
  background: #cb636f;
}
.badge-simple {
  padding: 0;
  background: none;
  font-weight: 400;
  color: #f0ca98;
}
.badge.black-friday {
  background: #000000;
  color: #f0ca98;
}
.badge-oos {
  background: #d7d7d7;
  color: #000000;
}
.social-icons {
  text-align: center;
}
.social-icon {
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #f0ca98;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
}
.social-icon:hover {
  color: #000000;
  background-color: #f0ca98;
}
/* Buttons */
.btn,
.button,
.action.primary,
.modals-wrapper .modal-slide .modal-footer button,
.modals-wrapper .modal-popup .modal-footer button {
  background-color: #f0ca98;
  color: #000000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all 0.6s ease;
  border-radius: 5px;
}
.btn-lg,
.button-lg,
.action.primary-lg {
  font-size: 16px;
  padding: 12px 25px;
}
.btn-sm,
.button-sm,
.action.primary-sm {
  font-size: 12px;
  padding: 3px 13px;
}
.btn:hover,
.button:hover,
.action.primary:hover,
.btn:focus,
.button:focus,
.action.primary:focus,
.btn:active,
.button:active,
.action.primary:active,
.btn.active,
.button.active,
.action.primary.active,
.btn.disabled,
.button.disabled,
.action.primary.disabled,
.btn.disabled:active,
.button.disabled:active,
.action.primary.disabled:active,
.btn.disabled:hover,
.button.disabled:hover,
.action.primary.disabled:hover,
.btn.disabled:focus,
.button.disabled:focus,
.action.primary.disabled:focus,
.btn.active.focus,
.button.active.focus,
.action.primary.active.focus,
.btn.active:focus,
.button.active:focus,
.action.primary.active:focus,
.btn.focus,
.button.focus,
.action.primary.focus,
.btn.focus:active,
.button.focus:active,
.action.primary.focus:active,
.btn:active:focus,
.button:active:focus,
.action.primary:active:focus,
.btn:focus,
.button:focus,
.action.primary:focus,
.modals-wrapper .modal-slide .modal-footer button:hover,
.modals-wrapper .modal-slide .modal-footer button:focus,
.modals-wrapper .modal-slide .modal-footer button:active,
.modals-wrapper .modal-slide .modal-footer button.active,
.modals-wrapper .modal-slide .modal-footer button.disabled,
.modals-wrapper .modal-slide .modal-footer button.disabled:active,
.modals-wrapper .modal-slide .modal-footer button.disabled:hover,
.modals-wrapper .modal-slide .modal-footer button.disabled:focus,
.modals-wrapper .modal-slide .modal-footer button.active.focus,
.modals-wrapper .modal-slide .modal-footer button.active:focus,
.modals-wrapper .modal-slide .modal-footer button.focus,
.modals-wrapper .modal-slide .modal-footer button.focus:active,
.modals-wrapper .modal-slide .modal-footer button:active:focus,
.modals-wrapper .modal-slide .modal-footer button:focus,
.modals-wrapper .modal-popup .modal-footer button:hover,
.modals-wrapper .modal-popup .modal-footer button:focus,
.modals-wrapper .modal-popup .modal-footer button:active,
.modals-wrapper .modal-popup .modal-footer button.active,
.modals-wrapper .modal-popup .modal-footer button.disabled,
.modals-wrapper .modal-popup .modal-footer button.disabled:active,
.modals-wrapper .modal-popup .modal-footer button.disabled:hover,
.modals-wrapper .modal-popup .modal-footer button.disabled:focus,
.modals-wrapper .modal-popup .modal-footer button.active.focus,
.modals-wrapper .modal-popup .modal-footer button.active:focus,
.modals-wrapper .modal-popup .modal-footer button.focus,
.modals-wrapper .modal-popup .modal-footer button.focus:active,
.modals-wrapper .modal-popup .modal-footer button:active:focus,
.modals-wrapper .modal-popup .modal-footer button:focus {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.btn-default,
.button-default,
.action.primary-default {
  border-color: transparent;
}
.btn-primary,
.button-primary,
.action.primary-primary {
  background-color: transparent;
  color: #000000;
  border-color: #f0ca98;
}
.btn-primary:hover,
.button-primary:hover,
.action.primary-primary:hover,
.btn-primary:focus,
.button-primary:focus,
.action.primary-primary:focus,
.btn-primary:active,
.button-primary:active,
.action.primary-primary:active,
.btn-primary.active,
.button-primary.active,
.action.primary-primary.active,
.btn-primary.disabled,
.button-primary.disabled,
.action.primary-primary.disabled,
.btn-primary.disabled:active,
.button-primary.disabled:active,
.action.primary-primary.disabled:active,
.btn-primary.disabled:hover,
.button-primary.disabled:hover,
.action.primary-primary.disabled:hover,
.btn-primary.disabled:focus,
.button-primary.disabled:focus,
.action.primary-primary.disabled:focus,
.btn-primary.active.focus,
.button-primary.active.focus,
.action.primary-primary.active.focus,
.btn-primary.active:focus,
.button-primary.active:focus,
.action.primary-primary.active:focus,
.btn-primary.focus,
.button-primary.focus,
.action.primary-primary.focus,
.btn-primary.focus:active,
.button-primary.focus:active,
.action.primary-primary.focus:active,
.btn-primary:active:focus,
.button-primary:active:focus,
.action.primary-primary:active:focus,
.btn-primary:focus,
.button-primary:focus,
.action.primary-primary:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: #f0ca98;
}
.btn-success,
.button-success,
.action.primary-success {
  background-color: #96bda2;
  color: #000000;
  border-color: #96bda2;
}
.btn-success:hover,
.button-success:hover,
.action.primary-success:hover,
.btn-success:focus,
.button-success:focus,
.action.primary-success:focus,
.btn-success:active,
.button-success:active,
.action.primary-success:active,
.btn-success.active,
.button-success.active,
.action.primary-success.active,
.btn-success.disabled,
.button-success.disabled,
.action.primary-success.disabled,
.btn-success.disabled:active,
.button-success.disabled:active,
.action.primary-success.disabled:active,
.btn-success.disabled:hover,
.button-success.disabled:hover,
.action.primary-success.disabled:hover,
.btn-success.disabled:focus,
.button-success.disabled:focus,
.action.primary-success.disabled:focus,
.btn-success.active.focus,
.button-success.active.focus,
.action.primary-success.active.focus,
.btn-success.active:focus,
.button-success.active:focus,
.action.primary-success.active:focus,
.btn-success.focus,
.button-success.focus,
.action.primary-success.focus,
.btn-success.focus:active,
.button-success.focus:active,
.action.primary-success.focus:active,
.btn-success:active:focus,
.button-success:active:focus,
.action.primary-success:active:focus,
.btn-success:focus,
.button-success:focus,
.action.primary-success:focus {
  background-color: #77a986;
  color: #000000;
  border-color: #96bda2;
}
.btn-info,
.button-info,
.action.primary-info {
  background-color: #bccfd5;
  color: #000000;
  border-color: #bccfd5;
}
.btn-info:hover,
.button-info:hover,
.action.primary-info:hover,
.btn-info:focus,
.button-info:focus,
.action.primary-info:focus,
.btn-info:active,
.button-info:active,
.action.primary-info:active,
.btn-info.active,
.button-info.active,
.action.primary-info.active,
.btn-info.disabled,
.button-info.disabled,
.action.primary-info.disabled,
.btn-info.disabled:active,
.button-info.disabled:active,
.action.primary-info.disabled:active,
.btn-info.disabled:hover,
.button-info.disabled:hover,
.action.primary-info.disabled:hover,
.btn-info.disabled:focus,
.button-info.disabled:focus,
.action.primary-info.disabled:focus,
.btn-info.active.focus,
.button-info.active.focus,
.action.primary-info.active.focus,
.btn-info.active:focus,
.button-info.active:focus,
.action.primary-info.active:focus,
.btn-info.focus,
.button-info.focus,
.action.primary-info.focus,
.btn-info.focus:active,
.button-info.focus:active,
.action.primary-info.focus:active,
.btn-info:active:focus,
.button-info:active:focus,
.action.primary-info:active:focus,
.btn-info:focus,
.button-info:focus,
.action.primary-info:focus {
  background-color: #9db9c1;
  color: #000000;
  border-color: #bccfd5;
}
.btn-white,
.button-white,
.action.primary-white {
  background-color: #ffffff;
  color: #000000;
  border-color: transparent;
}
.btn-white:hover,
.button-white:hover,
.action.primary-white:hover,
.btn-white:focus,
.button-white:focus,
.action.primary-white:focus,
.btn-white:active,
.button-white:active,
.action.primary-white:active,
.btn-white.active,
.button-white.active,
.action.primary-white.active,
.btn-white.disabled,
.button-white.disabled,
.action.primary-white.disabled,
.btn-white.disabled:active,
.button-white.disabled:active,
.action.primary-white.disabled:active,
.btn-white.disabled:hover,
.button-white.disabled:hover,
.action.primary-white.disabled:hover,
.btn-white.disabled:focus,
.button-white.disabled:focus,
.action.primary-white.disabled:focus,
.btn-white.active.focus,
.button-white.active.focus,
.action.primary-white.active.focus,
.btn-white.active:focus,
.button-white.active:focus,
.action.primary-white.active:focus,
.btn-white.focus,
.button-white.focus,
.action.primary-white.focus,
.btn-white.focus:active,
.button-white.focus:active,
.action.primary-white.focus:active,
.btn-white:active:focus,
.button-white:active:focus,
.action.primary-white:active:focus,
.btn-white:focus,
.button-white:focus,
.action.primary-white:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: transparent;
}
.btn-grey,
.button-grey,
.action.primary-grey {
  background-color: #e8e8e8;
  color: #000000;
  border-color: transparent;
}
.btn-grey:hover,
.button-grey:hover,
.action.primary-grey:hover,
.btn-grey:focus,
.button-grey:focus,
.action.primary-grey:focus,
.btn-grey:active,
.button-grey:active,
.action.primary-grey:active,
.btn-grey.active,
.button-grey.active,
.action.primary-grey.active,
.btn-grey.disabled,
.button-grey.disabled,
.action.primary-grey.disabled,
.btn-grey.disabled:active,
.button-grey.disabled:active,
.action.primary-grey.disabled:active,
.btn-grey.disabled:hover,
.button-grey.disabled:hover,
.action.primary-grey.disabled:hover,
.btn-grey.disabled:focus,
.button-grey.disabled:focus,
.action.primary-grey.disabled:focus,
.btn-grey.active.focus,
.button-grey.active.focus,
.action.primary-grey.active.focus,
.btn-grey.active:focus,
.button-grey.active:focus,
.action.primary-grey.active:focus,
.btn-grey.focus,
.button-grey.focus,
.action.primary-grey.focus,
.btn-grey.focus:active,
.button-grey.focus:active,
.action.primary-grey.focus:active,
.btn-grey:active:focus,
.button-grey:active:focus,
.action.primary-grey:active:focus,
.btn-grey:focus,
.button-grey:focus,
.action.primary-grey:focus {
  background-color: #cfcfcf;
  color: #000000;
  border-color: transparent;
}
.btn-link,
.button-link,
.action.primary-link {
  background-color: transparent;
  color: #f0ca98;
  border-color: transparent;
  padding: 0;
}
.btn-link:after,
.button-link:after,
.action.primary-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 0.6s ease;
}
.btn-link:hover,
.button-link:hover,
.action.primary-link:hover,
.btn-link:focus,
.button-link:focus,
.action.primary-link:focus,
.btn-link:active,
.button-link:active,
.action.primary-link:active,
.btn-link.active,
.button-link.active,
.action.primary-link.active,
.btn-link.disabled,
.button-link.disabled,
.action.primary-link.disabled,
.btn-link.disabled:active,
.button-link.disabled:active,
.action.primary-link.disabled:active,
.btn-link.disabled:hover,
.button-link.disabled:hover,
.action.primary-link.disabled:hover,
.btn-link.disabled:focus,
.button-link.disabled:focus,
.action.primary-link.disabled:focus,
.btn-link.active.focus,
.button-link.active.focus,
.action.primary-link.active.focus,
.btn-link.active:focus,
.button-link.active:focus,
.action.primary-link.active:focus,
.btn-link.focus,
.button-link.focus,
.action.primary-link.focus,
.btn-link.focus:active,
.button-link.focus:active,
.action.primary-link.focus:active,
.btn-link:active:focus,
.button-link:active:focus,
.action.primary-link:active:focus,
.btn-link:focus,
.button-link:focus,
.action.primary-link:focus {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  text-decoration: none;
}
.btn-link:hover:after,
.button-link:hover:after,
.action.primary-link:hover:after,
.btn-link:focus:after,
.button-link:focus:after,
.action.primary-link:focus:after,
.btn-link:active:after,
.button-link:active:after,
.action.primary-link:active:after,
.btn-link.active:after,
.button-link.active:after,
.action.primary-link.active:after,
.btn-link.disabled:after,
.button-link.disabled:after,
.action.primary-link.disabled:after,
.btn-link.disabled:active:after,
.button-link.disabled:active:after,
.action.primary-link.disabled:active:after,
.btn-link.disabled:hover:after,
.button-link.disabled:hover:after,
.action.primary-link.disabled:hover:after,
.btn-link.disabled:focus:after,
.button-link.disabled:focus:after,
.action.primary-link.disabled:focus:after,
.btn-link.active.focus:after,
.button-link.active.focus:after,
.action.primary-link.active.focus:after,
.btn-link.active:focus:after,
.button-link.active:focus:after,
.action.primary-link.active:focus:after,
.btn-link.focus:after,
.button-link.focus:after,
.action.primary-link.focus:after,
.btn-link.focus:active:after,
.button-link.focus:active:after,
.action.primary-link.focus:active:after,
.btn-link:active:focus:after,
.button-link:active:focus:after,
.action.primary-link:active:focus:after,
.btn-link:focus:after,
.button-link:focus:after,
.action.primary-link:focus:after {
  transform: scaleX(0.7);
}
.btn-group .btn-link,
.btn-group .button-link,
.btn-group .action.primary-link {
  color: #000000;
}
.btn-group .btn-link:after,
.btn-group .button-link:after,
.btn-group .action.primary-link:after {
  display: none;
}
.btn-icon,
.button-icon,
.action.primary-icon {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  text-align: center;
}
.btn-icon-image,
.button-icon-image,
.action.primary-icon-image {
  display: block;
  margin: 0 auto;
}
.btn-icon-image img,
.button-icon-image img,
.action.primary-icon-image img {
  display: inline-block;
  height: 30px;
  width: auto;
}
.btn-icon-text,
.button-icon-text,
.action.primary-icon-text {
  padding-top: 5px;
  display: none;
}
.btn-select-search,
.button-select-search,
.action.primary-select-search {
  border: 1px solid #dddddd;
  color: #000000;
  text-align: left;
  width: 100%;
}
.btn-select-search:hover,
.button-select-search:hover,
.action.primary-select-search:hover,
.btn-select-search:focus,
.button-select-search:focus,
.action.primary-select-search:focus,
.btn-select-search:active,
.button-select-search:active,
.action.primary-select-search:active,
.btn-select-search.active,
.button-select-search.active,
.action.primary-select-search.active,
.btn-select-search.disabled,
.button-select-search.disabled,
.action.primary-select-search.disabled,
.btn-select-search.disabled:active,
.button-select-search.disabled:active,
.action.primary-select-search.disabled:active,
.btn-select-search.disabled:hover,
.button-select-search.disabled:hover,
.action.primary-select-search.disabled:hover,
.btn-select-search.disabled:focus,
.button-select-search.disabled:focus,
.action.primary-select-search.disabled:focus,
.btn-select-search.active.focus,
.button-select-search.active.focus,
.action.primary-select-search.active.focus,
.btn-select-search.active:focus,
.button-select-search.active:focus,
.action.primary-select-search.active:focus,
.btn-select-search.focus,
.button-select-search.focus,
.action.primary-select-search.focus,
.btn-select-search.focus:active,
.button-select-search.focus:active,
.action.primary-select-search.focus:active,
.btn-select-search:active:focus,
.button-select-search:active:focus,
.action.primary-select-search:active:focus,
.btn-select-search:focus,
.button-select-search:focus,
.action.primary-select-search:focus {
  color: #000000;
  border-color: #dddddd;
}
.btn-select-search .bs-caret,
.button-select-search .bs-caret,
.action.primary-select-search .bs-caret {
  display: none;
}
.btn-select-search:after,
.button-select-search:after,
.action.primary-select-search:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 14px;
  right: 20px;
}
.btn[disabled],
.button[disabled],
.action.primary[disabled],
.btn.disabled,
.button.disabled,
.action.primary.disabled,
.modals-wrapper .modal-slide .modal-footer button[disabled],
.modals-wrapper .modal-slide .modal-footer button.disabled,
.modals-wrapper .modal-popup .modal-footer button[disabled],
.modals-wrapper .modal-popup .modal-footer button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.box.button-links {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
}
.box.button-links .btn,
.box.button-links .modals-wrapper .modal-slide .modal-footer button,
.box.button-links .modals-wrapper .modal-popup .modal-footer button {
  margin: 7px !important;
  padding: 10px !important;
  width: 21%;
  flex-grow: 1;
}
.page-banner + .box.button-links {
  margin-top: -10px;
}
hr {
  border-color: #dddddd;
}
/* Messages */
.message {
  padding: 12px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  background: #f5f5f5;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}
.message.notice {
  background-color: #828282;
  color: #ffffff;
}
.message.success {
  background-color: #f0ca98;
  color: #000000;
}
.message.error {
  background-color: #cb636f;
  color: #ffffff;
}
.message.cart {
  background: none;
  padding: 0;
  font-size: 12px;
  text-align: left;
  color: #cb636f;
}
.message a:not(.action) {
  color: inherit;
  text-decoration: underline;
}
.message:empty {
  display: none;
}
/* Accordion */
.accordion,
.data.items {
  font-size: 14px;
  margin-bottom: 40px;
}
.accordion-title,
.data.items-title,
.accordion .title,
.data.items .title {
  padding: 20px 50px 20px 30px;
  border-radius: 5px;
  background: #f5f5f5;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: all 0.6s ease;
}
.accordion-title a,
.data.items-title a,
.accordion .title a,
.data.items .title a {
  color: #000000;
}
.accordion-title:hover,
.data.items-title:hover,
.accordion .title:hover,
.data.items .title:hover {
  background: #f5f5f5;
}
.accordion-title:after,
.data.items-title:after,
.accordion .title:after,
.data.items .title:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 18px;
  right: 30px;
}
.accordion-title[aria-selected="true"]:after,
.data.items-title[aria-selected="true"]:after,
.accordion .title[aria-selected="true"]:after,
.data.items .title[aria-selected="true"]:after {
  content: "\f106";
}
.accordion-title[aria-selected="true"] + .content,
.data.items-title[aria-selected="true"] + .content,
.accordion .title[aria-selected="true"] + .content,
.data.items .title[aria-selected="true"] + .content {
  display: block;
}
.accordion-content,
.data.items-content,
.accordion .content,
.data.items .content {
  padding: 25px 0;
  text-align: left;
  margin: 0 0 10px;
  background: #ffffff;
  position: relative;
  border-radius: 0 0 5px 5px;
  display: none;
}
.accordion-content p,
.data.items-content p,
.accordion .content p,
.data.items .content p {
  margin-bottom: 15px;
}
.accordion-content > :last-child,
.data.items-content > :last-child,
.accordion .content > :last-child,
.data.items .content > :last-child {
  margin-bottom: 0;
}
.accordion .div[aria-selected="true"] .accordion-title:after,
.data.items .div[aria-selected="true"] .accordion-title:after {
  content: "\f106";
}
.logo-highlight {
  margin-bottom: 30px;
}
.logo-highlight img {
  height: 50px;
  width: auto;
}
.brand-logo {
  margin-bottom: 40px;
  text-align: center;
}
.brand-logo img {
  max-height: 60px;
  max-width: 250px;
  width: auto;
}
/* Tables */
.data-table,
.data.table {
  margin-bottom: 40px;
  border-top: 1px solid #dddddd;
  color: #000000;
}
.data-table caption,
.data.table caption {
  font-size: 24px;
  color: #000000;
  font-family: 'Playfair Display', serif;
}
.data-table th,
.data.table th,
.data-table td,
.data.table td {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  vertical-align: top;
}
.data-table th,
.data.table th {
  font-weight: 700;
}
.data-table.table-striped,
.data.table.table-striped {
  border: none;
}
.data-table.table-striped th,
.data.table.table-striped th,
.data-table.table-striped td,
.data.table.table-striped td {
  border: none;
}
.data-table.table-striped tr:nth-child(2n+1) th,
.data.table.table-striped tr:nth-child(2n+1) th,
.data-table.table-striped tr:nth-child(2n+1) td,
.data.table.table-striped tr:nth-child(2n+1) td {
  background: #f5f5f5;
  padding: 10px 15px;
}
.data-table.table-striped tr:nth-child(2n+1) th:first-child,
.data.table.table-striped tr:nth-child(2n+1) th:first-child,
.data-table.table-striped tr:nth-child(2n+1) td:first-child,
.data.table.table-striped tr:nth-child(2n+1) td:first-child {
  border-radius: 5px 0 0 5px;
}
.data-table.table-striped tr:nth-child(2n+1) th:last-child,
.data.table.table-striped tr:nth-child(2n+1) th:last-child,
.data-table.table-striped tr:nth-child(2n+1) td:last-child,
.data.table.table-striped tr:nth-child(2n+1) td:last-child {
  border-radius: 0 5px 5px 0;
}
.table-delivery {
  font-weight: 600;
}
.table-delivery tr *:not(:first-child) {
  text-align: center;
}
/* Tabs */
.nav-tabs {
  border-bottom: none;
  font-size: 13px;
  font-weight: 600;
  padding-left: 15px;
  zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after {
  content: "";
  display: table;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
  margin-right: 7px;
  border: 1px solid #dddddd;
  border-radius: 0;
  overflow: hidden;
}
.nav-tabs > li > a {
  padding: 10px 20px;
  display: block;
  background: #f5f5f5;
  color: #000000;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background: #f0f0f0;
}
.nav-tabs > li.active {
  border-bottom-color: #ffffff;
}
.nav-tabs > li.active > a {
  background: #ffffff;
}
.tab-content {
  padding: 15px 0;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  margin-top: -1px;
}
/* YouTube */
.youtube-video {
  height: 460px;
}
/* Tooltip */
.tooltip-inner {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 12px;
}
.tooltip-arrow {
  border-top-color: #000000 !important;
}
.tooltip.in {
  opacity: 1;
}
/* Button Dropdown */
.dropdown-menu {
  font-size: 13px;
  width: 100%;
  width: 160px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 12px;
  padding: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10px, 0);
  transition: all 0.6s ease;
}
.dropdown-menu::before {
  content: "\f0d8";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 18px;
  top: -16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-size: 30px;
  pointer-events: none;
  text-shadow: 0 -1px #dddddd;
  z-index: -1;
}
.dropdown-menu ul.dd-menu {
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-menu ul.dd-menu li {
  margin: 5px 0;
}
.dropdown-menu ul.dd-menu li a {
  display: block;
  color: #000000;
}
.dropdown-menu ul.dd-menu li a:hover {
  text-decoration: underline;
}
.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.stars {
  font-size: 0;
}
.stars i {
  font-size: 14px;
  color: #f0ca98;
}
/* Insider */
body .ins-preview-wrapper .ins-slider-arrow-element {
  background: #000000 !important;
  border-radius: 50% !important;
  padding: 13px 16px 13px 10px !important;
}
body .ins-preview-wrapper .ins-slider-arrow-element .ins-arrow-with-border {
  border-color: #ffffff !important;
  width: 14px !important;
  height: 14px !important;
}
body .ins-preview-wrapper .ins-slider-prev {
  left: -10px !important;
}
body .ins-preview-wrapper .ins-slider-next {
  right: -10px !important;
}
/* DatePicker */
.ui-datepicker {
  background: #000000;
  text-align: center;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #000000;
}
.ui-datepicker {
  padding: 0;
  display: none;
}
.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  font-weight: 700;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-title select {
  border: none;
  color: #000000;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 46%;
  display: inline;
  margin: 5px;
  height: 35px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 10px;
  border: none;
  position: absolute;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f0d9";
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  opacity: 0.15;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ui-icon {
  overflow: hidden;
  font-size: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  padding: 5px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-datepicker td {
  background: #ffffff;
  border: none;
  padding: 2px;
}
td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  margin: 0;
  font-weight: 400;
  display: block;
  color: #000000;
  font-size: 16px;
  width: 36px;
  line-height: 36px;
  border-radius: 5px;
}
.ui-state-disabled {
  opacity: 1;
  pointer-events: none;
}
.ui-state-disabled .ui-state-default {
  color: rgba(215, 215, 215, 0.4);
  pointer-events: none;
}
td .ui-state-hover,
td .ui-state-default:hover {
  background: rgba(215, 215, 215, 0.2);
  color: #000000;
}
td .ui-state-active {
  background: #f0ca98 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
}
.ui-datepicker-buttonpane {
  padding: 5px 0px;
}
.ui-datepicker button {
  background-color: #f0ca98;
  color: #000000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all .6s ease;
  border-radius: 5px;
  margin: 0px 10px;
}
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  line-height: 1.5;
  padding-top: 170px !important;
}
/* Topbar */
.topbar {
  padding: 8px 0;
  background: #f0ca98;
  color: #000000;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  transition: all 0.6s ease;
  transition-duration: 0.4s;
  min-height: 35px;
}
.topbar p {
  margin: 0;
}
.topbar p a {
  color: #000000;
  text-decoration: underline;
}
/* Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#header .btn-app-back {
  border-radius: 0;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 13px;
  text-align: left;
  height: 35px;
  display: none;
}
#header .btn-app-back:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 7px;
  font-size: 90%;
  font-weight: 600;
}
.header {
  padding: 20px 0;
  background: #000000;
  position: relative;
  z-index: 99;
  transition: all 0.6s ease;
  transition-duration: 0.4s;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-left .btn-mobile {
  display: none;
}
.header .logo {
  display: inline-block;
  margin: 0;
}
.header .logo img {
  height: 30px;
  width: auto;
}
.header .btn-menu {
  display: none;
}
.header .header-center {
  width: 460px;
}
.header .header-right {
  text-align: right;
  flex-shrink: 0;
}
.header .header-right .account-dropdown .dropdown-menu {
  margin-right: -15px;
}
.header .header-right .account-dropdown .dropdown-menu ul + ul {
  border-top: 1px solid #dddddd;
  font-size: 11px;
}
.header .header-right .header-wishlist {
  display: inline-block;
  vertical-align: middle;
}
.header .header-right .btn-wishlist {
  margin-left: 20px;
  position: relative;
}
.header .header-right .btn-wishlist .count {
  position: absolute;
  top: -4px;
  right: -6px;
  background: #f0ca98;
  color: #000000;
  font-size: 8px;
  line-height: 1;
  border-radius: 30px;
  padding: 4px;
  height: 14px;
  min-width: 14px;
  text-align: center;
}
.header .header-right .btn-wishlist .count.empty {
  display: none;
}
.header .header-right .btn-mobile,
.header .header-right .phone {
  display: none;
}
#header.sticky .topbar {
  margin-top: -35px;
}
#header.sticky .header {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .header-right .btn-icon-image img {
    min-width: 28px;
  }
}
/* USPS */
.usps {
  padding: 15px 0;
  text-align: center;
}
.usps .col {
  border-right: 1px solid #dddddd;
}
.usps .col:last-child {
  border: none;
}
.usps + .section {
  padding-top: 0;
}
.usp {
  display: inline-block;
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.usp-image {
  margin-right: 15px;
  float: left;
  padding-top: 2px;
  transition: all 0.6s ease;
  min-width: 26px;
}
.usp-image img {
  max-height: 26px;
  width: auto;
}
.usp-content {
  overflow: hidden;
  text-align: left;
}
.usp-content p {
  display: block;
  margin: 0;
  line-height: 1.2;
  color: #000000;
}
.usp-content p span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding-top: 3px;
  color: #828282;
}
.usp:hover .usp-image {
  animation: zoominout ease-in-out 0.6s;
}
@keyframes zoominout {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1) translate3d(0, -5px, 0);
  }
}
/* Breadcrumbs */
.breadcrumbs {
  font-size: 11px;
  margin: 0;
  padding: 12px 0;
  text-align: left;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: "/";
  padding: 0 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li strong {
  font-weight: 400;
}
.breadcrumbs li a {
  color: #000000;
  font-weight: 400;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs + .section {
  padding-top: 0;
}
.usps + .breadcrumbs {
  border-top: 1px solid #dddddd;
}
/* Flash Banner */
.flash-banner {
  margin-bottom: 30px;
}
.flash-banner img {
  width: 100%;
  border-radius: 5px;
}
.flash-banner + .section {
  padding-top: 0;
}
/* Navigation */
.navigation-container {
  background: #d7d7d7;
  position: relative;
}
.navigation-inner > ul {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}
.navigation-inner > ul > li {
  flex-grow: 1;
  position: relative;
}
.navigation-inner > ul > li > a {
  color: #000000;
  display: block;
  text-align: center;
  padding: 15px 5px;
}
.navigation-inner > ul > li:hover > a {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  #header.sticky .navigation .navigation-inner > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navigation li.parent {
    /*& > a{
				&:after{content:"\f107"; font-family:'Font Awesome 5 Pro'; margin-left: 8px; font-weight: 300;}
			}*/
  }
  .navigation li.parent > .submenu {
    background: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 99;
    padding: 20px 25px;
    border: 1px solid #dddddd;
    border-top: none;
  }
  .navigation li.parent > .submenu li {
    margin-bottom: 6px;
  }
  .navigation li.parent > .submenu li a,
  .navigation li.parent > .submenu li span.li {
    color: #000000;
  }
  .navigation li.parent > .submenu li a:after,
  .navigation li.parent > .submenu li span.li:after {
    display: none;
  }
  .navigation li.parent > .submenu li a .badge,
  .navigation li.parent > .submenu li span.li .badge {
    float: right;
    font-size: 9px;
    transform: translate3d(0, 2px, 0);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease;
  }
  .navigation li.parent > .submenu li a .badge:hover,
  .navigation li.parent > .submenu li span.li .badge:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .navigation li.parent > .submenu li a:hover {
    text-decoration: underline;
  }
  .navigation li.parent > .submenu li:last-child {
    margin-bottom: 0;
  }
  .navigation li.parent > .submenu li ul {
    display: none;
  }
  .navigation li.parent > .submenu.level0 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    pointer-events: none;
    display: none;
  }
  .navigation li.parent.megamenu {
    position: static;
  }
  .navigation li.parent.megamenu > .submenu {
    left: 15px;
    right: 15px;
    width: auto;
    max-width: 100%;
    font-weight: 500;
    padding: 25px 30px;
  }
  .navigation li.parent.megamenu > .submenu .submenu-menu {
    max-height: 350px /*calc(~'100vh - 250px')*/;
    overflow-y: scroll;
  }
  .navigation li.parent.megamenu > .submenu .section-title {
    margin-bottom: 20px;
  }
  .navigation li.parent.megamenu > .submenu ul {
    display: block;
    margin-bottom: 20px;
  }
  .navigation li.parent.megamenu > .submenu ul.cols-2 {
    columns: 2;
  }
  .navigation li.parent.megamenu > .submenu ul.cols-3 {
    columns: 3;
  }
  .navigation li.parent.megamenu > .submenu ul.cols-4 {
    columns: 4;
  }
  .navigation li.parent.megamenu > .submenu ul.cols-5 {
    columns: 5;
  }
  .navigation li.parent.megamenu > .submenu ul.cols-6 {
    columns: 6;
  }
  .navigation li.parent.megamenu-md > .submenu {
    width: 800px;
  }
  .navigation li.parent.megamenu-sm > .submenu {
    width: 670px;
  }
  .navigation li.parent:hover .submenu {
    display: block;
    pointer-events: auto;
  }
  .navigation li:nth-child(n+5).megamenu-md .submenu,
  .navigation li:nth-child(n+5).megamenu-sm .submenu {
    left: auto;
  }
}
.navigation .topbar {
  display: none;
}
/* Footer */
.footer {
  position: relative;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}
.footer .footer-newsletter {
  padding: 25px 0;
  background: #f5f5f5;
}
.footer .footer-newsletter .newsletter {
  max-width: 450px;
  margin: auto;
  position: relative;
}
.footer .footer-newsletter .newsletter .input-text {
  padding-right: 100px;
  background-color: #ffffff;
}
.footer .footer-newsletter .newsletter .btn,
.footer .footer-newsletter .newsletter .modals-wrapper .modal-slide .modal-footer button,
.footer .footer-newsletter .newsletter .modals-wrapper .modal-popup .modal-footer button {
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 39px;
  padding: 10px 20px;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.footer .footer-newsletter .newsletter div.mage-error {
  position: absolute;
  top: 100%;
  left: 0;
}
.footer .footer-main {
  padding: 50px 0 0;
  background: #000000;
}
.footer .footer-main .footer-logo {
  margin-bottom: 25px;
}
.footer .footer-main .footer-logo img {
  max-height: 25px;
  width: auto;
}
.footer .footer-main .social-icons {
  margin-bottom: 40px;
}
.footer .footer-main ul {
  display: inline-block;
  margin: 0 15px 40px;
}
.footer .footer-main ul li {
  display: inline-block;
  margin: 0 15px;
}
.footer .footer-main ul li a {
  color: #ffffff;
}
.footer .footer-main ul li a:hover {
  color: #f0ca98;
}
.footer .footer-main ul.gold li a {
  color: #f0ca98;
}
.footer .footer-main .footer-cards {
  padding-top: 15px;
}
.footer .footer-main .footer-cards img {
  height: 32px;
}
.footer .copyright {
  font-size: 12px;
  padding: 30px 0 20px;
}
.footer .copyright p {
  margin: 0 20px;
  display: inline-block;
}
.footer .copyright p a {
  margin: 0 0 0 10px;
  color: #f5f5f5;
}
.footer .copyright p a:hover {
  text-decoration: underline;
}
.footer .copyright p.siteby {
  margin: 0;
  display: inline-block;
}
.footer .copyright p.siteby a {
  color: #f5f5f5;
  text-decoration: none;
  padding-right: 62px;
  display: inline-block;
  background: url(https://www.limely.co.uk/images/logos/logo-light.png) 100% 40% no-repeat;
  background-size: auto 10px;
}
.footer .copyright p.siteby a:hover {
  text-decoration: none;
  color: #a7c838;
}
.footer .copyright p.siteby span {
  display: none;
}
/* Cards */
.card {
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.6s ease;
  /* Card Video */
  /* Subcategory */
  /* Page Block */
  /* Instagram */
}
.card-image {
  height: auto;
  padding-top: 60%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.6s ease;
}
.card-image .badge {
  position: absolute;
  top: 15px;
  left: 0;
  pointer-events: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.6s ease;
}
.card-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
  padding: 20px;
  background: #ffffff;
}
.card-content > :last-child {
  margin-bottom: 0;
}
.card-link {
  transition: all 0.6s ease;
}
.card-link:hover .card-image-inner {
  transform: scale(1.05) translateZ(0);
}
.card-video .card-image {
  padding-top: 55%;
}
.card-video .card-image .fas {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 70px;
  color: #ffffff;
  transform: translate3d(-50%, -50%, 0);
  text-shadow: 0 0 30px #000000;
}
.card-page-block .card-image {
  padding-top: 90%;
}
.card-page-block .card-content {
  border-radius: 5px;
  position: relative;
  margin: -10% 15px 0;
  padding-bottom: 0;
}
.card-page-block .card-content .btn,
.card-page-block .card-content .modals-wrapper .modal-slide .modal-footer button,
.card-page-block .card-content .modals-wrapper .modal-popup .modal-footer button {
  z-index: 1;
}
.card-page-block-sm .card-image {
  padding-top: 50%;
}
.card-brand .card-image {
  border: 1px solid #dddddd;
  padding-top: 75%;
}
.card-brand .card-image-inner {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  background-size: contain;
}
.card-brand .card-image-inner img {
  object-fit: contain;
}
.card-brand .card-content {
  padding: 20px 0;
}
.card-brand .card-content h6 {
  font-size: 14px;
}
.card-brand:hover .card-image {
  border-color: #f0ca98;
}
.card-instagram {
  margin: 0 15px 30px;
  background: #000000;
  filter: contrast(0.92);
}
.card-instagram .card-image {
  padding-top: 100%;
}
.card-instagram .card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  color: #ffffff;
}
.card-instagram .card-content .fa-instagram {
  font-size: 40px;
}
.card-instagram .card-content p.h6 {
  font-size: 12px;
  margin: 10px 0 5px;
  color: #ffffff;
}
.card-instagram .card-content .like-count .fa-heart {
  color: #cb636f;
}
.card-instagram .card-content > * {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: all 0.6s ease;
}
.card-instagram:hover {
  box-shadow: none;
}
.card-instagram:hover .card-image {
  opacity: 0.2;
}
.card-instagram:hover .card-content > * {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.card-instagram:hover .card-content p.h6 {
  transition-delay: 0.1s;
}
.card-instagram:hover .card-content .like-count {
  transition-delay: 0.2s;
}
/* Box */
.box {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
}
.box-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.box-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.box-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.box-dark h1,
.box-dark h2,
.box-dark h3,
.box-dark h4,
.box-dark h5,
.box-dark h6,
.box-dark p,
.box-dark label {
  color: #ffffff;
}
.box-dark .btn-default,
.box-dark .button {
  background-color: #f0ca98;
}
.box-dark .btn-default:hover,
.box-dark .button:hover,
.box-dark .btn-default:focus,
.box-dark .button:focus,
.box-dark .btn-default:active,
.box-dark .button:active {
  background-color: #eab36b;
}
.box-dark .title {
  color: inherit;
}
.box-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.box-gold {
  background: #f0ca98;
}
.box > :last-child {
  margin-bottom: 0;
}
.box-content > :last-child {
  margin-bottom: 0;
}
.box-link {
  position: relative;
}
.box-link:hover {
  border-color: #f0ca98;
}
.box-panel {
  padding: 0;
  overflow: hidden;
}
.box-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.box-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.box-panel .box-content {
  padding: 20px;
}
.box-panel .box-content > :last-child {
  margin-bottom: 0;
}
.box-faqs {
  padding: 5% 12%;
  text-align: center;
}
.box-faqs h3 {
  margin-bottom: 40px;
}
.box-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.box-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.box-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.box-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.box-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.box-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.box-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.box-icon-wide h6 {
  font-size: 14px;
}
.box-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.box-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.box-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.box-content-reviews {
  text-align: center;
}
.box-content-reviews p {
  margin: 15px 0;
}
.box-content-reviews p strong {
  color: #000000;
}
.box-content-reviews .review-logo {
  margin-top: 30px;
}
.box-content-reviews .review-logo img {
  height: 14px;
}
.box-delivery-info {
  padding: 20px;
}
.box-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.box-grey-premier-content {
  flex-grow: 1;
}
.box-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.box-grey-premier-content h3 {
  margin-bottom: 10px;
}
.box-grey-premier-content :last-child {
  margin-bottom: 0;
}
.box-grey-premier-button {
  flex-shrink: 0;
}
.box-dashboard-premier {
  color: #000000;
}
.box-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.box-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.box-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.box-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.box-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.box-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.box-dashboard-premier .box-terms {
  padding: 0 !important;
}
.box-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.box-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.box-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.box-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.box-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.box-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.box-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
/* Image Block */
.image-block {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}
/* Banner Block */
.banner-block {
  background: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
}
.banner-block-image {
  background: 50% 50% no-repeat;
  background-size: cover;
}
.banner-block-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01) 60%);
  opacity: 0;
}
.banner-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.banner-block-image .mobile-hide,
.banner-block-image .mobile-show {
  height: 100%;
}
.banner-block-content {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  border: none;
  padding: 25px;
  margin: 20px;
  position: relative;
  width: 50%;
  text-align: center;
}
.banner-block-content-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.banner-block-content-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.banner-block-content-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.banner-block-content-dark h1,
.banner-block-content-dark h2,
.banner-block-content-dark h3,
.banner-block-content-dark h4,
.banner-block-content-dark h5,
.banner-block-content-dark h6,
.banner-block-content-dark p,
.banner-block-content-dark label {
  color: #ffffff;
}
.banner-block-content-dark .btn-default,
.banner-block-content-dark .button {
  background-color: #f0ca98;
}
.banner-block-content-dark .btn-default:hover,
.banner-block-content-dark .button:hover,
.banner-block-content-dark .btn-default:focus,
.banner-block-content-dark .button:focus,
.banner-block-content-dark .btn-default:active,
.banner-block-content-dark .button:active {
  background-color: #eab36b;
}
.banner-block-content-dark .title {
  color: inherit;
}
.banner-block-content-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.banner-block-content-gold {
  background: #f0ca98;
}
.banner-block-content > :last-child {
  margin-bottom: 0;
}
.banner-block-content-content > :last-child {
  margin-bottom: 0;
}
.banner-block-content-link {
  position: relative;
}
.banner-block-content-link:hover {
  border-color: #f0ca98;
}
.banner-block-content-panel {
  padding: 0;
  overflow: hidden;
}
.banner-block-content-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.banner-block-content-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.banner-block-content-panel .box-content {
  padding: 20px;
}
.banner-block-content-panel .box-content > :last-child {
  margin-bottom: 0;
}
.banner-block-content-faqs {
  padding: 5% 12%;
  text-align: center;
}
.banner-block-content-faqs h3 {
  margin-bottom: 40px;
}
.banner-block-content-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.banner-block-content-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-block-content-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.banner-block-content-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.banner-block-content-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.banner-block-content-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.banner-block-content-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.banner-block-content-icon-wide h6 {
  font-size: 14px;
}
.banner-block-content-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.banner-block-content-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.banner-block-content-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.banner-block-content-content-reviews {
  text-align: center;
}
.banner-block-content-content-reviews p {
  margin: 15px 0;
}
.banner-block-content-content-reviews p strong {
  color: #000000;
}
.banner-block-content-content-reviews .review-logo {
  margin-top: 30px;
}
.banner-block-content-content-reviews .review-logo img {
  height: 14px;
}
.banner-block-content-delivery-info {
  padding: 20px;
}
.banner-block-content-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.banner-block-content-grey-premier-content {
  flex-grow: 1;
}
.banner-block-content-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.banner-block-content-grey-premier-content h3 {
  margin-bottom: 10px;
}
.banner-block-content-grey-premier-content :last-child {
  margin-bottom: 0;
}
.banner-block-content-grey-premier-button {
  flex-shrink: 0;
}
.banner-block-content-dashboard-premier {
  color: #000000;
}
.banner-block-content-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.banner-block-content-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.banner-block-content-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.banner-block-content-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner-block-content-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.banner-block-content-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.banner-block-content-dashboard-premier .box-terms {
  padding: 0 !important;
}
.banner-block-content-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.banner-block-content-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.banner-block-content-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.banner-block-content-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.banner-block-content-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.banner-block-content-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.banner-block-content-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.banner-block-content .btn,
.banner-block-content .modals-wrapper .modal-slide .modal-footer button,
.banner-block-content .modals-wrapper .modal-popup .modal-footer button {
  z-index: 1;
}
.banner-block-content :last-child {
  margin-bottom: 0;
}
.banner-block-content.hide-content {
  visibility: hidden;
}
.banner-block-lg .banner-block-content {
  min-height: 300px;
  margin: 50px;
  width: 40%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-block-lg .banner-block-content h1,
.banner-block-lg .banner-block-content h2 {
  font-size: 40px;
}
.banner-block.brand-banner {
  padding: 50px;
  margin: 0 0 10px;
}
.banner-block.brand-banner .banner-block-content {
  background: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-block.brand-banner .banner-block-content .brand-logo {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 0 15px;
}
.banner-block.brand-banner .banner-block-content .brand-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.banner-block.wishlist-banner {
  background: #ffffff;
}
.banner-block.wishlist-banner .banner-block-content {
  width: 50%;
}
.banner-block.wishlist-banner .banner-block-content h1,
.banner-block.wishlist-banner .banner-block-content h2 {
  font-size: 30px;
}
.banners.slick-dotted {
  margin-bottom: 0;
}
.banners .banner-block:not(:first-child) {
  display: none !important;
}
.banners .banner-block.slick-slide {
  display: flex !important;
}
.banners .slick-dots {
  padding: 5px 10px 8px;
  bottom: 0;
  left: auto;
  right: 0;
  width: auto;
  border-top-left-radius: 5px;
  background: #ffffff;
}
/* Block */
.block {
  margin-bottom: 20px;
}
.block-grey {
  padding: 30px;
  background: #f5f5f5;
}
.block-grey > .title {
  border-bottom: 2px solid #ffffff;
  margin: -30px -30px 20px;
  padding: 20px 30px 15px;
}
.block-title,
.block > .title {
  font-size: 21px;
}
.block-title a.action,
.block > .title a.action {
  float: right;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.block-title a.action:hover,
.block > .title a.action:hover {
  text-decoration: underline;
}
.block-content {
  font-size: 15px;
}
.block .box-actions {
  font-size: 12px;
  font-weight: 600;
}
.block .box-actions a {
  text-decoration: none;
  margin-right: 10px;
  color: #000000;
}
.block .box-actions a:hover {
  text-decoration: underline;
}
/* Sidebar */
.sidebar {
  /* Sidebar Nav */
}
.sidebar .block {
  margin-bottom: 20px;
}
.sidebar .block .card-widget {
  margin-bottom: 0;
}
.sidebar .nav li a,
.sidebar .nav li strong {
  color: #000000;
  background: #f5f5f5;
  display: block;
  padding: 6px 25px;
}
.sidebar .nav li a:hover {
  background: #ebebeb;
}
.sidebar .nav li.current {
  position: relative;
}
.sidebar .nav li.current a {
  padding: 0;
}
.sidebar .nav li.current strong {
  background-color: #e3e3e3;
  border-right: 3px solid #f0ca98;
}
.sidebar .nav li.current:after {
  content: "\f0da";
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 30px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -2px;
  color: #f0ca98;
  transform: translate3d(0, -50%, 0);
}
.sidebar .block.account-nav {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  background: #f5f5f5;
  border: none;
  padding: 25px;
}
.sidebar .block.account-nav-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.sidebar .block.account-nav-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.sidebar .block.account-nav-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.sidebar .block.account-nav-dark h1,
.sidebar .block.account-nav-dark h2,
.sidebar .block.account-nav-dark h3,
.sidebar .block.account-nav-dark h4,
.sidebar .block.account-nav-dark h5,
.sidebar .block.account-nav-dark h6,
.sidebar .block.account-nav-dark p,
.sidebar .block.account-nav-dark label {
  color: #ffffff;
}
.sidebar .block.account-nav-dark .btn-default,
.sidebar .block.account-nav-dark .button {
  background-color: #f0ca98;
}
.sidebar .block.account-nav-dark .btn-default:hover,
.sidebar .block.account-nav-dark .button:hover,
.sidebar .block.account-nav-dark .btn-default:focus,
.sidebar .block.account-nav-dark .button:focus,
.sidebar .block.account-nav-dark .btn-default:active,
.sidebar .block.account-nav-dark .button:active {
  background-color: #eab36b;
}
.sidebar .block.account-nav-dark .title {
  color: inherit;
}
.sidebar .block.account-nav-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.sidebar .block.account-nav-gold {
  background: #f0ca98;
}
.sidebar .block.account-nav > :last-child {
  margin-bottom: 0;
}
.sidebar .block.account-nav-content > :last-child {
  margin-bottom: 0;
}
.sidebar .block.account-nav-link {
  position: relative;
}
.sidebar .block.account-nav-link:hover {
  border-color: #f0ca98;
}
.sidebar .block.account-nav-panel {
  padding: 0;
  overflow: hidden;
}
.sidebar .block.account-nav-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.sidebar .block.account-nav-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.sidebar .block.account-nav-panel .box-content {
  padding: 20px;
}
.sidebar .block.account-nav-panel .box-content > :last-child {
  margin-bottom: 0;
}
.sidebar .block.account-nav-faqs {
  padding: 5% 12%;
  text-align: center;
}
.sidebar .block.account-nav-faqs h3 {
  margin-bottom: 40px;
}
.sidebar .block.account-nav-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.sidebar .block.account-nav-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sidebar .block.account-nav-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.sidebar .block.account-nav-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.sidebar .block.account-nav-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.sidebar .block.account-nav-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.sidebar .block.account-nav-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.sidebar .block.account-nav-icon-wide h6 {
  font-size: 14px;
}
.sidebar .block.account-nav-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.sidebar .block.account-nav-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.sidebar .block.account-nav-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.sidebar .block.account-nav-content-reviews {
  text-align: center;
}
.sidebar .block.account-nav-content-reviews p {
  margin: 15px 0;
}
.sidebar .block.account-nav-content-reviews p strong {
  color: #000000;
}
.sidebar .block.account-nav-content-reviews .review-logo {
  margin-top: 30px;
}
.sidebar .block.account-nav-content-reviews .review-logo img {
  height: 14px;
}
.sidebar .block.account-nav-delivery-info {
  padding: 20px;
}
.sidebar .block.account-nav-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.sidebar .block.account-nav-grey-premier-content {
  flex-grow: 1;
}
.sidebar .block.account-nav-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.sidebar .block.account-nav-grey-premier-content h3 {
  margin-bottom: 10px;
}
.sidebar .block.account-nav-grey-premier-content :last-child {
  margin-bottom: 0;
}
.sidebar .block.account-nav-grey-premier-button {
  flex-shrink: 0;
}
.sidebar .block.account-nav-dashboard-premier {
  color: #000000;
}
.sidebar .block.account-nav-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.sidebar .block.account-nav-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.sidebar .block.account-nav-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.sidebar .block.account-nav-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sidebar .block.account-nav-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.sidebar .block.account-nav-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.sidebar .block.account-nav-dashboard-premier .box-terms {
  padding: 0 !important;
}
.sidebar .block.account-nav-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.sidebar .block.account-nav-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.sidebar .block.account-nav-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.sidebar .block.account-nav-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.sidebar .block.account-nav-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.sidebar .block.account-nav-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.sidebar .block.account-nav-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.sidebar .block.account-nav .title {
  margin: -25px -25px 15px;
  border-bottom: 1px solid #dddddd;
  padding: 15px 25px;
}
.sidebar .block.account-nav .nav.items {
  margin: 0 -25px;
}
/* Box Widgets */
.widget-usp {
  display: flex;
  align-items: flex-start;
}
.widget-usp img {
  width: 45px;
  max-height: 40px;
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 5px;
}
.widget-usp h3 {
  margin-bottom: 10px;
}
.page-main {
  min-height: 400px;
}
.page-main .section:first-of-type,
.page-main .main-content > .section:first-of-type {
  padding-top: 0;
}
.columns-top-wrapper {
  /*.page.messages{padding-top: 20px;}*/
}
.columns-top-wrapper .breadcrumbs + .page.messages {
  padding-top: 0;
}
/* Section */
.section {
  padding: 30px 0;
}
.section-black {
  background-color: #000000;
}
.section-grey {
  background-color: #f5f5f5;
}
.section-footer {
  padding-top: 20px;
  text-align: center;
}
.section-dark {
  color: #ffffff;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p,
.section-dark label {
  color: #ffffff;
}
.section-dark .btn-default,
.section-dark .button {
  background-color: #f0ca98;
}
.section-dark .btn-default:hover,
.section-dark .button:hover,
.section-dark .btn-default:focus,
.section-dark .button:focus,
.section-dark .btn-default:active,
.section-dark .button:active {
  background-color: #eab36b;
}
.category-view .section-content {
  padding-bottom: 40px;
}
/* Page Banner */
.page-banner .banner-block-content {
  font-size: 13px;
}
.page-banner.no-image .banner-block-content {
  width: auto;
  background: none;
  margin: 0 auto;
  max-width: 1000px;
}
.section-banner .banner-block {
  background: none;
}
.section-banner .banner-block-lg {
  margin: 0;
}
.section-brand-banner {
  padding: 0 0 30px;
}
/* Content Image */
.section-content-image .content-image-image,
.section-content-image .content-image-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
  right: 15px;
  width: 45%;
  left: auto;
  border-radius: 5px;
  max-height: 700px;
}
.section-content-image .content-image-image img,
.section-content-image .content-image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.section-content-image .content-image-image.contain,
.section-content-image .content-image-video.contain {
  background-size: contain;
}
.section-content-image .content-image-image.contain img,
.section-content-image .content-image-video.contain img {
  object-fit: contain;
}
.section-content-image .content-image-image iframe,
.section-content-image .content-image-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.section-content-image .content-image-content {
  padding: 30px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.section-content-image .content-image-content .content-image-content-inner > .box {
  margin-right: -20%;
  padding: 40px;
  text-align: center;
  margin-bottom: 0;
}
.section-content-image .content-image-content > :last-child {
  margin-bottom: 0;
}
.section-content-image-left .content-image-image,
.section-content-image-left .content-image-video {
  right: auto;
  left: 15px;
}
.section-content-image-left .col-content {
  margin-left: 50%;
}
.section-content-image-left .content-image-content .content-image-content-inner > .box {
  margin-right: auto;
  margin-left: -20%;
}
/* Categories */
.section-categories .subcategories {
  margin: 0;
}
.icon-categories {
  display: flex;
  margin: 0 -5px;
  overflow: hidden;
}
.icon-categories .box-icon {
  margin: 5px;
  flex-grow: 1;
  flex-basis: 0;
}
.icon-categories.slick-slider {
  overflow: visible;
}
.icon-categories .slick-track {
  display: flex;
}
.round-categories {
  display: flex;
  margin: 0 -5px;
  justify-content: space-between;
}
.round-categories + .image-block {
  margin: 30px 0 0;
}
.category-round {
  text-align: center;
  position: relative;
  margin: 0 5px;
  max-width: 150px;
  flex-grow: 1;
}
.category-round-image {
  margin: auto;
  padding-top: 100%;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.6s ease;
}
.category-round-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-round-content {
  padding: 15px 0 0;
}
.category-round-content h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.category-round:hover h6 {
  text-decoration: underline;
}
.category-round:hover .category-round-image {
  transform: translate3d(0, -5px, 0);
}
.wide-categories .row {
  margin-left: -8px;
  margin-right: -8px;
}
.wide-categories .row > .col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.wide-categories .row > .col:nth-child(n+7) {
  display: none;
}
.wide-categories.open .col {
  display: block !important;
}
/* Brand Logos */
.section-brand-logos {
  padding: 10px 0;
}
.section-brand-logos .brand-logos {
  text-align: center;
  margin-left: 0;
  margin-bottom: 0 !important;
}
.section-brand-logos .brand-logos li {
  float: left;
  width: 14.28%;
  line-height: 60px;
  padding: 30px;
  border: 1px solid #dddddd;
  margin: 0 -1px -1px 0;
}
.section-brand-logos .brand-logos li:before {
  display: none;
}
.section-brand-logos .brand-logos li a {
  display: inline-block;
  opacity: 1;
}
.section-brand-logos .brand-logos li img {
  max-height: 46px;
  width: auto;
  display: inline-block;
}
.section-brand-logos .brand-logos.slider li {
  border: none;
  margin: 0;
  padding: 0 30px;
}
/* Brand Offers */
.section-brand-offers .brand-offers.slider li {
  padding: 0 20px;
}
.section-brand-offers .brand-offers li a {
  display: inline-block;
  opacity: 1;
  border: 2px solid #f0ca98;
  border-radius: 20px;
  min-height: 115px;
  overflow: hidden;
  width: 100%;
}
.section-brand-offers .brand-offers li img {
  max-height: 46px;
  width: auto;
  display: inline-block;
  padding: 5px 15px;
}
.section-brand-offers .brand-offers .offer-text {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background: #f0ca98;
  width: 100%;
  padding: 10px;
}
/* Brands */
.brand-letters {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-left: 0 !important;
  margin-bottom: 40px;
  text-align: center;
}
.brand-letters li {
  padding: 0 !important;
  display: inline-block;
  margin: 0 7px 7px !important;
  color: #dddddd;
}
.brand-letters li a {
  color: #000000;
}
.brand-letters li a:hover {
  color: #f0ca98;
}
.brand-letters li:before {
  display: none;
}
/* Blog */
@media only screen and (min-width: 768px) {
  .section-blog .section-blog-left .card-image {
    padding-top: 450px;
  }
  .section-blog .section-blog-right .card-image {
    padding-top: 210px;
  }
}
.insta-feed {
  display: flex;
  margin: 0 -15px;
}
.insta-feed .insta-col {
  width: 20%;
}
.insta-feed .insta-col:nth-child(2) {
  width: 40%;
  transform: translate3d(0, 30px, 0);
}
.insta-feed .insta-col:nth-child(3) {
  transform: translate3d(0, 30px, 0);
}
.row-page-blocks {
  margin-bottom: -40px;
}
.row-page-blocks .card-page-block {
  min-height: 470px;
}
.row-page-blocks .card-page-block-sm {
  min-height: 330px;
}
.row-page-blocks .col.slick-slide {
  margin: 0;
}
/* Trustpilot */
.section-reviews-slim {
  padding: 0 !important;
}
.section-reviews-slim .box-content-reviews {
  padding: 15px;
  margin: 0;
}
.section-reviews-slim .box-content-reviews h4 {
  display: none;
}
.section-reviews-slim .box-content-reviews > * {
  display: inline-block;
  margin: 0 10px;
}
.section-gorgeous-premier {
  padding-bottom: 0;
}
/* Discontinued */
.box-discontinued ~ .section-product,
.box-discontinued ~ .section-product-details {
  opacity: 0.2;
  pointer-events: none;
}
.section-404 {
  text-align: center;
}
.section-404 h1 {
  color: #f0ca98;
  font-size: 150px;
  line-height: 1;
  position: relative;
  margin-top: 70px;
}
/* Card Product */
.card-product {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
}
.card-product .card-image {
  padding-top: 110%;
  border-radius: 5px;
}
.card-product .card-image-inner {
  background-size: contain;
  background-position: 50% 100%;
  height: auto;
}
.card-product .card-image-inner img {
  object-fit: contain;
  object-position: 50% 100%;
}
.card-product .card-image .btn-wishlist-dark {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  opacity: 0;
}
.card-product .card-content {
  background: #ffffff;
  padding: 20px 10px 60px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-product .card-content .card-product-details {
  margin-top: auto;
  padding-top: 7px;
}
.card-product .card-content .product-reviews-summary {
  margin-bottom: 15px;
}
.card-product .card-content .reviews-actions {
  display: none;
}
.card-product .card-content h5 {
  font-size: 14px;
  margin-bottom: 7px;
}
.card-product .card-content h5 a {
  color: #000000;
}
.card-product .card-content h5 a:hover {
  color: #f0ca98;
}
.card-product .card-content .price-box {
  margin: 4px 0;
}
.card-product .card-content .btn,
.card-product .card-content form,
.card-product .card-content .modals-wrapper .modal-slide .modal-footer button,
.card-product .card-content .modals-wrapper .modal-popup .modal-footer button {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.card-product .card-content .btn .btn,
.card-product .card-content form .btn,
.card-product .card-content .modals-wrapper .modal-slide .modal-footer button .modals-wrapper .modal-slide .modal-footer button,
.card-product .card-content form .modals-wrapper .modal-slide .modal-footer button,
.card-product .card-content .modals-wrapper .modal-popup .modal-footer button .modals-wrapper .modal-popup .modal-footer button,
.card-product .card-content form .modals-wrapper .modal-popup .modal-footer button {
  width: 100%;
  position: static;
}
.slick-slide .card-product .card-content {
  min-height: 230px;
}
.card-product:hover {
  box-shadow: none;
  border-color: #f0ca98;
}
.card-product:hover .card-image .btn-wishlist-dark {
  opacity: 1;
}
.slick-slide .card-product {
  width: calc(100% - 2px);
}
/* Mini Product */
.mini-product {
  padding: 15px 0;
  text-align: left;
  display: flex;
}
.mini-product-image {
  width: 60px;
  height: 70px;
  flex-shrink: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-size: contain;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
}
.mini-product-image .remove {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #cb636f;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
.box-grey .mini-product-image {
  filter: none;
}
.mini-product-content {
  overflow: hidden;
}
.mini-product-content h5 {
  font-size: 13px;
  margin-bottom: 8px;
}
.mini-product-content h5 a {
  color: #000000;
}
.mini-product-content h5 a:hover {
  color: #000000;
  text-decoration: underline;
}
.mini-product-content .price-box > span {
  padding: 0 10px 0 0;
}
.mini-product-content .price-box .price {
  font-size: 14px;
}
.mini-product-content .price-box .price-label {
  display: none;
}
.mini-product-actions {
  position: relative;
}
.mini-product-actions .control {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.mini-product-actions .input-text {
  height: 35px;
  max-width: 60px;
  text-align: center;
  display: inline-block;
}
.mini-product-actions .label-content {
  display: inline-block;
  vertical-align: middle;
}
.mini-product-actions .trash {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000000;
  font-size: 13px;
}
.mini-product-actions .trash:hover {
  color: #cb636f;
}
.mini-product-actions .checkbox {
  margin: 0;
}
.mini-product-actions .checkbox label {
  font-weight: 600;
  color: #f0ca98;
}
.mini-product-actions .checkbox + .control {
  margin: 10px 0 15px;
}
.mini-product-actions .checkbox + .control > span {
  font-size: 11px;
  font-weight: 500;
  margin-left: 5px;
}
/* Pricing */
.price-box {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #000000;
}
.price-box > span {
  padding: 0 4px;
}
.price-box p {
  margin: 5px 0;
}
.price-box p.rrp {
  color: #828282;
  text-transform: uppercase;
  font-size: 60%;
}
.price-box p.yousave {
  font-size: 70%;
}
.price-box .old-price {
  color: #c2c2c2;
  text-decoration: line-through;
  font-weight: 400;
}
.price-box .old-price .price {
  font-size: 85%;
}
.price-box .special-price {
  color: #cb636f;
}
.price-box .price-label {
  display: none;
  font-size: 11px;
  padding-bottom: 3px;
}
.qty-wrap {
  font-size: 0;
  display: inline-block;
  padding-right: 28px;
  position: relative;
  border-radius: 5px;
}
.qty-wrap .qty-change {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 9px;
  border-top-right-radius: 5px;
}
.qty-wrap .qty-change.qty-minus {
  top: auto;
  bottom: 0;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}
.qty-wrap .qty-change:hover {
  background-color: #e8e8e8;
}
.qty-wrap .input-text {
  display: inline-block;
  max-width: 60px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  margin: 0 -1px;
  height: 40px !important;
  position: relative;
  border-radius: 5px 0 0 5px;
}
.qty-wrap div.mage-error {
  display: none !important;
}
/* Description / Content */
.category-description {
  text-align: left;
  margin-bottom: 30px;
}
.category-description p {
  margin-bottom: 10px;
}
.category-description .btn-link:after {
  display: none;
}
.subcategories {
  margin-bottom: 30px;
}
.subcategories .slick-dotted {
  margin-bottom: 30px;
}
.category-content {
  border-top: 1px solid #dddddd;
  margin: 40px 0 0;
  padding: 40px 0 0;
}
.category-content .box-content-reviews {
  float: right;
  margin-left: 30px;
  width: 330px;
  max-width: 50%;
}
.swatch-attribute {
  margin-bottom: 15px;
}
.swatch-attribute-label {
  font-weight: 700;
  padding-right: 10px;
  color: #000000;
}
.swatch-attribute .product-swatch-options {
  padding-top: 5px;
  margin-bottom: 5px;
}
.swatch-attribute .swatch-option {
  display: inline-block;
  margin: 0 3px 2px 0;
  position: relative;
  cursor: pointer;
}
.swatch-attribute .swatch-option.text {
  min-width: 40px;
  text-align: center;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
}
.swatch-attribute .swatch-option.text:hover {
  border-color: #b7b7b7;
}
.swatch-attribute .swatch-option.text.selected {
  border-color: #f0ca98;
  color: #000000;
  font-weight: 700;
}
.swatch-attribute .swatch-option.color,
.swatch-attribute .swatch-option.image {
  width: 30px !important;
  height: 30px !important;
  background: 50% 50% no-repeat;
  background-size: cover !important;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
}
.swatch-attribute .swatch-option.color:before,
.swatch-attribute .swatch-option.image:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
}
.swatch-attribute .swatch-option.color.selected,
.swatch-attribute .swatch-option.image.selected {
  border-color: #f0ca98;
}
.swatch-attribute .swatch-option.color.selected:before,
.swatch-attribute .swatch-option.image.selected:before {
  opacity: 1;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
.swatch-attribute .swatch-option.disabled:after {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  color: #000000;
  line-height: 0.85;
  text-align: center;
  font-style: italic;
  text-indent: -0.1em;
}
.swatch-attribute .swatch-input {
  position: absolute;
  left: -2000px;
  visibility: hidden;
}
.btn-wishlist-dark {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 5px;
}
.btn-wishlist-dark img {
  height: 20px;
  width: auto;
  filter: brightness(0);
}
.btn-wishlist-dark:hover {
  background-color: #f5f5f5;
  border-color: #000000;
}
.btn-wishlist-dark.open {
  background: #f0ca98;
  border-color: #f0ca98;
}
.product-subcategories {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  overflow: hidden;
}
.product-subcategories .slick-arrow {
  margin-top: -10px;
}
.product-subcategories .slick-track {
  display: flex;
  justify-content: space-around;
}
.product-subcategory {
  width: 80px;
  position: relative;
  text-align: center;
  font-size: 12px;
  margin: auto;
}
.product-subcategory-image {
  width: 100%;
  padding-top: 100%;
  border: 1px solid #dddddd;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.6s ease;
}
.product-subcategory-image-inner {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #f5f5f5 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.product-subcategory p {
  margin: 0;
  transition: all 0.6s ease;
}
.product-subcategory:hover .product-subcategory-image {
  border-color: #f0ca98;
}
.product-subcategory:hover p {
  color: #f0ca98;
}
/* Toolbar */
.toolbar {
  margin-bottom: 20px;
  margin-top: -10px;
}
.toolbar-left {
  text-align: left;
}
.toolbar-left p.amount {
  margin: 0;
  color: #000000;
}
.toolbar-left .btn,
.toolbar-left .modals-wrapper .modal-slide .modal-footer button,
.toolbar-left .modals-wrapper .modal-popup .modal-footer button {
  padding: 10px 50px 10px 15px;
  border-color: #dddddd;
  background: #f5f5f5;
  min-width: 140px;
  text-align: left;
}
.toolbar-left .btn:before,
.toolbar-left .modals-wrapper .modal-slide .modal-footer button:before,
.toolbar-left .modals-wrapper .modal-popup .modal-footer button:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  height: 22px;
  width: 22px;
  background: url(../images/icon-filter.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  transform: translate3d(0, -50%, 0);
}
.toolbar-right {
  text-align: right;
}
.toolbar-right .form-group {
  margin: 0;
}
.toolbar-right label {
  margin: 0 8px 0 0;
}
.toolbar-right .form-control {
  height: 40px;
  padding: 5px 35px 5px 15px!important;
  font-size: 14px;
  display: inline-block;
}
.toolbar-right .toolbar-show {
  display: inline-block;
}
.toolbar-right .toolbar-show .form-control {
  width: 80px;
}
.toolbar-right .toolbar-sort {
  display: inline-block;
  margin-left: 20px;
}
.toolbar-right .toolbar-sort .form-control {
  width: 170px;
}
.toolbar-right .block.filter {
  display: none;
}
.product-list {
  margin-bottom: 50px;
}
.product-list-tab {
  height: 0;
  opacity: 0;
  transition: all 0.6s ease;
  overflow: hidden;
}
.product-list-tab.active {
  height: auto;
  opacity: 1;
}
.product-filters + .ins-preview-wrapper {
  margin-top: 20px;
}
/* Pagination */
.pages {
  padding-top: 20px;
}
.pages-label {
  display: none;
}
.pages .items {
  font-size: 0;
  text-align: center;
}
.pages .item {
  display: inline-block;
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  margin: 0 1px;
}
.pages .item a,
.pages .item strong {
  display: block;
  text-align: center;
  color: #000000;
  border-radius: 5px;
}
.pages .item a:hover {
  color: #f0ca98;
}
.pages .item .label {
  display: none;
}
.pages .item.current strong {
  background-color: #f0ca98;
  color: #000000;
}
.product-list {
  text-align: center;
}
.product-list .pages {
  visibility: hidden;
}
.product-list .amscroll-load-button {
  text-transform: uppercase;
  margin: 10px 0;
}
.product-list .amscroll-load-button svg {
  display: none;
}
.product-list .amscroll-load-button:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  margin-left: 10px;
}
.product-list .amscroll-load-button[amscroll_type="before"] {
  margin: 0 0 30px;
}
/* Product Page */
.product-info-main {
  font-size: 14px;
  padding-top: 10px;
  position: relative;
}
.product-info-main h1 {
  margin-bottom: 25px;
  font-size: 24px;
  padding-right: 60px;
}
.product-info-main .product-info-stock-sku {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-info-main .product-info-stock-sku div.availability {
  display: none;
}
.product-info-main .product-info-stock-sku div.product-attribute .attribute-label:after {
  content: ":";
}
.product-info-main .product-info-stock-sku div.product-attribute .attribute-value {
  display: inline;
}
.product-info-main .product-brand-logo {
  margin-bottom: 10px;
  min-height: 36px;
}
.product-info-main .product-brand-logo img {
  max-height: 36px;
  max-width: 250px;
  width: auto;
}
.product-info-main .btn-wishlist-dark {
  position: absolute;
  top: 0;
  right: 0;
}
.product-info-main .product-info-stock-sku {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -5px;
}
.product-info-main .product-info-stock-sku .stock {
  text-align: right;
  text-transform: capitalize;
}
.product-info-main .product-info-stock-sku .stock span {
  position: relative;
  display: inline-block;
  color: #cb636f;
}
.product-info-main .product-info-stock-sku .stock span:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 5px;
  font-weight: 700;
}
.product-info-main .product-info-stock-sku .stock.available span {
  color: #f0ca98;
}
.product-info-main .product-info-stock-sku .stock.available span:before {
  content: "\f058";
}
.product-info-main .price-box {
  margin-bottom: 20px;
  font-size: 20px;
}
.product-info-main .price-box > span {
  padding: 0;
}
.product-info-main .price-box .price {
  font-size: 28px;
}
.product-info-main .box-add-to-cart {
  margin: 0;
}
.product-info-main .add-to-basket {
  display: flex;
  align-items: flex-end;
}
.product-info-main .add-to-basket .add-qty {
  margin-right: 20px;
}
.product-info-main .add-to-basket .add-qty .control {
  font-size: 0;
}
.product-info-main .add-to-basket .add-button {
  flex-grow: 1;
}
.product-info-main .add-to-basket .add-button button {
  width: 100%;
}
.product-info-main .box-oos {
  padding: 20px;
  color: #000000;
  background: #dddddd;
}
.product-info-main .box-oos p {
  color: #000000;
  margin-bottom: 10px;
}
.product-info-main .box-oos .field {
  padding-bottom: 10px;
}
.product-info-main .box-oos .btn-grey {
  background-color: #828282;
  color: #ffffff;
}
.product-info-main .box-oos .btn-grey:hover,
.product-info-main .box-oos .btn-grey:focus,
.product-info-main .box-oos .btn-grey:active {
  background-color: #696969;
}
.product-info-main .short-desc {
  font-size: 13px;
  margin-bottom: 30px;
}
.product-info-main .short-desc p {
  margin-bottom: 15px;
}
.product-info-main .short-desc :last-child {
  margin-bottom: 0;
}
.product-info-main .secure-cards {
  margin: -5px 0 25px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
}
.product-info-main .secure-cards p {
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.product-info-main .secure-cards img {
  height: 15px;
  width: auto;
}
.product-info-main .usp {
  margin: 0 0 30px;
}
/* Grouped Table */
.data.table.grouped {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.data.table.grouped caption {
  display: none;
}
.data.table.grouped thead,
.data.table.grouped th {
  display: none;
}
.data.table.grouped th,
.data.table.grouped td {
  padding: 10px;
  vertical-align: middle;
}
.data.table.grouped td.image {
  width: 120px;
}
.data.table.grouped td.item .old-price {
  display: none;
}
.data.table.grouped td.item .stock {
  display: none;
}
.data.table.grouped td.item .product-item-name {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 13px;
}
.data.table.grouped img {
  width: 100%;
  height: auto;
}
.data.table.grouped .qty {
  text-align: center;
}
.data.table.grouped td.qty {
  width: 90px;
}
.data.table.grouped .stock {
  font-size: 12px;
}
.data.table.grouped .stock span:before {
  display: none;
}
.data.table.grouped .price-box {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}
.data.table.grouped .price-box > span {
  padding: 0;
}
.data.table.grouped .price-box .price {
  font-size: 18px;
}
.data.table.grouped .disabled {
  pointer-events: none;
}
.data.table.grouped .disabled .product-item-name,
.data.table.grouped .disabled .product-price-container,
.data.table.grouped .disabled input.qty {
  opacity: 0.3;
  filter: grayscale(100);
}
.section-product-details {
  padding-top: 0;
}
.product-detailed-info {
  margin-bottom: 30px;
}
.related-products {
  text-align: center;
  margin-bottom: 20px;
}
.related-products .section-title {
  margin-bottom: 10px;
}
.related-products .mini-product-image {
  margin-right: 20px;
}
.related-products .mini-product-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.product-coming-soon .form {
  margin: 0;
}
.product-coming-soon .form fieldset {
  margin-bottom: 20px;
}
.product-coming-soon .form .field:not(:last-child) {
  padding-bottom: 10px;
}
/* Magento Tabs */
.product.data.items .title a {
  color: #000000;
}
.product.data.items .title a .counter:before {
  content: "(";
}
.product.data.items .title a .counter:after {
  content: ")";
}
.product.data.items .field {
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .product.data.items {
    display: flex;
    flex-wrap: wrap;
  }
  .product.data.items .title {
    flex-grow: 1;
    padding: 15px 10px;
    width: 24%;
    margin: 0 1% -1px 0;
    text-align: center;
    background: #ffffff;
    border-bottom: 4px solid transparent;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
  .product.data.items .title:after {
    display: none;
  }
  .product.data.items .title:hover {
    background-color: #f5f5f5;
  }
  .product.data.items .title.active {
    border-color: #dddddd;
    background-color: #ffffff;
    z-index: 2;
  }
  .product.data.items .title.active + .content {
    display: block;
  }
  .product.data.items .content {
    order: 2;
    width: 100%;
    border-top: 1px solid #dddddd;
    background: none;
    display: none;
    z-index: 1;
  }
  .product.data.items .content:nth-child(2) {
    display: block;
  }
}
/* Product Media */
.product.media {
  margin-bottom: 40px;
  position: relative;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.product.media .badge {
  position: absolute;
  top: 15px;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
  padding: 5px 10px;
  pointer-events: none;
  z-index: 95;
}
.product.media .fotorama-staging .fotorama__stage img {
  width: 100%;
}
.product.media .fotorama-staging .fotorama__nav__frame {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}
.product.media .fotorama-staging .fotorama__nav__frame.fotorama__active {
  border-color: #f0ca98;
}
.img-zoom {
  display: none;
}
/* Fotorama */
.fotorama__thumb-border {
  border-color: #f0ca98 !important;
  border-radius: 5px;
}
.fotorama__thumb {
  border-radius: 5px;
}
.fotorama__caption {
  display: none;
}
.fotorama--fullscreen {
  background: rgba(255, 255, 255, 0.9) !important;
}
.fotorama--fullscreen .fotorama__nav-wrap {
  text-align: center;
}
.fotorama--fullscreen .fotorama__arr,
.fotorama--fullscreen .fotorama__thumb__arr {
  background-color: transparent !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:after {
  box-shadow: none !important;
}
/* Quick View */
.amasty-quickview-ajax-view .container {
  width: 100%;
}
/* Quick View */
.product-quick-view .modals-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.product-quick-view .modal-inner-wrap .action-close {
  color: #000000;
}
.product-quick-view .container {
  width: 100%;
  padding: 0;
}
.product-quick-view .product-title h1 {
  font-size: 24px;
}
.product-quick-view .product-title .price-box .price {
  font-size: 20px;
}
.product-quick-view .section-product {
  padding: 0;
}
.mageprince-buynow {
  margin-top: 10px !important;
}
/* Layered Navigation */
.block.filter {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: left;
}
.block.filter .block-title {
  display: none;
}
.block.filter .block-subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  display: none;
}
.block.filter .block-content {
  margin: 0;
}
.block.filter .filter-current {
  font-size: 13px;
  background: #f5f5f5;
  color: #000000;
  padding: 15px;
  border-radius: 5px;
}
.block.filter .filter-current .block-subtitle {
  display: block;
  font-family: 'Playfair Display', serif;
  margin: -15px -15px 15px;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.block.filter .filter-current li {
  padding: 3px 20px 3px 0;
  position: relative;
  display: block;
}
.block.filter .filter-current li a.remove,
.block.filter .filter-current li a.amshopby-remove {
  position: absolute;
  top: 7px;
  right: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.block.filter .filter-current li a.remove:before,
.block.filter .filter-current li a.amshopby-remove:before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  color: #cb636f;
}
.block.filter .filter-current li a.remove span,
.block.filter .filter-current li a.amshopby-remove span {
  display: none;
}
.block.filter .filter-current li a.remove:hover,
.block.filter .filter-current li a.amshopby-remove:hover {
  color: #cb636f;
}
.block.filter .filter-current li .filter-label,
.block.filter .filter-current li .amshopby-filter-name {
  font-weight: 600;
  display: inline;
}
.block.filter .filter-current li .filter-value,
.block.filter .filter-current li .amshopby-filter-value {
  display: inline;
}
.block.filter .filter-current li .filter-value:before,
.block.filter .filter-current li .amshopby-filter-value:before {
  content: ": ";
}
.block.filter .filter-current li .filter-value div,
.block.filter .filter-current li .amshopby-filter-value div,
.block.filter .filter-current li .filter-value form,
.block.filter .filter-current li .amshopby-filter-value form {
  display: inline;
}
.block.filter .filter-current li .filter-value .swatch-attribute .image,
.block.filter .filter-current li .amshopby-filter-value .swatch-attribute .image,
.block.filter .filter-current li .filter-value .swatch-attribute .swatch-option,
.block.filter .filter-current li .amshopby-filter-value .swatch-attribute .swatch-option {
  display: none;
}
.block.filter .filter-actions {
  padding: 10px 0 20px;
  font-size: 12px;
  font-weight: 600;
}
.block.filter .filter-actions a {
  color: #000000;
  font-weight: 400;
}
.block.filter .filter-actions a:hover {
  text-decoration: underline;
}
.block.filter .filter-options {
  margin: 0;
}
.block.filter .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
.block.filter .filter-options-title {
  border-top: 1px solid #dddddd;
  color: #000000;
  border-right: none;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
}
.block.filter .filter-options-title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  float: right;
  margin-left: 10px;
}
.block.filter .filter-options-content {
  /*display: none;*/
  font-size: 14px;
  padding: 0 15px 15px;
}
.block.filter .filter-options-content .amshopby-search-box {
  margin-bottom: 15px;
}
.block.filter .filter-options-content .amshopby-search-box .input-text {
  height: 40px;
}
.block.filter .filter-options-content .am-shopby-form {
  overflow-y: auto;
}
.block.filter .filter-options-content ol,
.block.filter .filter-options-content ul {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.block.filter .filter-options-content ol li,
.block.filter .filter-options-content ul li {
  margin-bottom: 4px;
  padding: 1px;
  font-size: 12px;
}
.block.filter .filter-options-content ol li.item-selected,
.block.filter .filter-options-content ul li.item-selected {
  order: -1;
}
.block.filter .filter-options-content ol li a,
.block.filter .filter-options-content ul li a {
  color: #000000;
  display: block;
  position: relative;
  padding-right: 35px;
}
.block.filter .filter-options-content ol li a:hover,
.block.filter .filter-options-content ul li a:hover {
  text-decoration: underline;
}
.block.filter .filter-options-content ol li a.amshopby-link-selected .label:after,
.block.filter .filter-options-content ul li a.amshopby-link-selected .label:after,
.block.filter .filter-options-content ol li a.am_shopby_link_selected .label:after,
.block.filter .filter-options-content ul li a.am_shopby_link_selected .label:after {
  opacity: 1;
}
.block.filter .filter-options-content ol li input,
.block.filter .filter-options-content ul li input {
  margin-right: 5px;
  display: none;
}
.block.filter .filter-options-content ol li input:checked + a .label:after,
.block.filter .filter-options-content ul li input:checked + a .label:after {
  opacity: 1;
}
.block.filter .filter-options-content ol li .label,
.block.filter .filter-options-content ul li .label {
  padding-left: 25px;
  position: relative;
}
.block.filter .filter-options-content ol li .label:before,
.block.filter .filter-options-content ul li .label:before,
.block.filter .filter-options-content ol li .label:after,
.block.filter .filter-options-content ul li .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #828282;
  border-radius: 3px;
}
.block.filter .filter-options-content ol li .label:after,
.block.filter .filter-options-content ul li .label:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #f0ca98;
  border: none;
  top: 3px;
  left: 2px;
}
.block.filter .filter-options-content ol ul,
.block.filter .filter-options-content ul ul {
  display: none;
}
.block.filter .filter-options-content .swatch-option {
  margin: 0 5px 0 0;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover !important;
  flex-shrink: 0;
}
.block.filter .filter-options-content .swatch-option:before {
  display: none;
}
.block.filter .filter-options-content .swatch-attribute {
  font-size: 12px;
  margin: 0;
}
.block.filter .filter-options-content .swatch-attribute a {
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
}
.block.filter .filter-options-content .swatch-attribute a .count {
  top: 5px;
}
.block.filter .filter-options-content .swatch-attribute a .selected + .am-shopby-swatch-label .label {
  font-weight: 700;
}
.block.filter .filter-options-content .swatch-attribute input {
  display: none;
}
.block.filter .filter-options-content .swatch-attribute .am-shopby-swatch-label {
  padding-right: 25px;
  line-height: 1.2;
}
.block.filter .filter-options-content .count {
  color: #828282;
  border: none;
  position: absolute;
  top: 2px;
  right: 0;
}
.block.filter .filter-options-content .count:before {
  content: "(";
}
.block.filter .filter-options-content .count:after {
  content: ")";
}
.block.filter .filter-options-content .filter-count-label {
  display: none;
}
.block.filter .amshopby-slider-container {
  margin-bottom: 15px;
}
.block.filter .amshopby-slider-container .am-slider {
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.block.filter .amshopby-slider-container .am-slider .ui-slider-range {
  background: #f0ca98;
  height: 100%;
  position: absolute;
  top: 0;
}
.block.filter .amshopby-slider-container .am-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background: #f0ca98;
  transition: none;
  margin: -5px 0 0 -7px;
  border-radius: 50%;
}
.block.filter .am-fromto-widget {
  zoom: 1;
  padding-top: 10px;
}
.block.filter .am-fromto-widget:before,
.block.filter .am-fromto-widget:after {
  content: "";
  display: table;
}
.block.filter .am-fromto-widget:after {
  clear: both;
}
.block.filter .am-fromto-widget .input-group {
  float: left;
  width: auto;
}
.block.filter .am-fromto-widget .input-group .input-group-addon {
  border-color: #dddddd;
  background: #dddddd;
  color: #000000;
  border-radius: 5px 0 0 5px;
  padding: 4px;
  width: 20px;
}
.block.filter .am-fromto-widget .input-group input.am-filter-price {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.block.filter .am-fromto-widget .input-group-to {
  float: right;
}
.block.filter .am-fromto-widget input.am-filter-price {
  width: 54px;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
}
.block.filter .am-fromto-widget .delimiter {
  display: none;
}
.block.filter .am-fromto-widget .am-filter-go {
  margin-top: 15px;
  width: 100%;
}
/* Free Gift */
.ampromo-items-add {
  padding: 12px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  background: #f5f5f5;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  background: #ffffff;
  border: 2px solid #f0ca98;
  color: #000000;
  text-transform: uppercase;
  display: none;
}
.ampromo-items-add.notice {
  background-color: #828282;
  color: #ffffff;
}
.ampromo-items-add.success {
  background-color: #f0ca98;
  color: #000000;
}
.ampromo-items-add.error {
  background-color: #cb636f;
  color: #ffffff;
}
.ampromo-items-add.cart {
  background: none;
  padding: 0;
  font-size: 12px;
  text-align: left;
  color: #cb636f;
}
.ampromo-items-add a:not(.action) {
  color: inherit;
  text-decoration: underline;
}
.ampromo-items-add:empty {
  display: none;
}
.ampromo-items-add a:hover {
  color: #f0ca98;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-items-content,
.ampromo-popup-wrapper {
  position: relative;
  display: inline-block;
  max-height: 95vh;
  width: 95%;
  max-width: 960px;
  overflow: auto;
  margin: 30px auto;
  padding: 25px;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-close,
.ampromo-popup-wrapper .ampromo-close {
  position: absolute;
  top: 10px;
  right: 12px;
  line-height: 1;
  font-size: 24px;
  cursor: pointer;
}
.ampromo-items-content .ampromo-close:before,
.ampromo-popup-wrapper .ampromo-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.ampromo-items-content .ampromo-close:hover,
.ampromo-popup-wrapper .ampromo-close:hover {
  color: #cb636f;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 0 20px;
}
.ampromo-items-content .slick-slider,
.ampromo-popup-wrapper .slick-slider {
  padding: 0 30px;
}
.ampromo-items-content .slick-slider.slick-dotted,
.ampromo-popup-wrapper .slick-slider.slick-dotted {
  margin-bottom: 40px;
}
.ampromo-items-content .slick-slider .slick-track,
.ampromo-popup-wrapper .slick-slider .slick-track {
  display: flex;
  justify-content: center;
}
.ampromo-items-content .ampromo-item,
.ampromo-popup-wrapper .ampromo-item {
  position: relative;
  padding: 20px;
  margin: 0 8px 7px;
  width: 240px;
  height: auto;
  border: 3px solid #dddddd;
  border-radius: 5px;
}
.ampromo-items-content .ampromo-item .ampromo-title,
.ampromo-popup-wrapper .ampromo-item .ampromo-title {
  font-size: 15px;
}
.ampromo-items-content .ampromo-item .ampromo-item-image,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-image {
  margin: 7px auto;
}
.ampromo-items-content .ampromo-item .ampromo-options fieldset,
.ampromo-popup-wrapper .ampromo-item .ampromo-options fieldset {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .ampromo-options label,
.ampromo-popup-wrapper .ampromo-item .ampromo-options label {
  font-size: 11px;
  margin-bottom: 1px;
}
.ampromo-items-content .ampromo-item .ampromo-options .field,
.ampromo-popup-wrapper .ampromo-item .ampromo-options .field {
  padding-bottom: 7px;
}
.ampromo-items-content .ampromo-item .ampromo-options .field select,
.ampromo-popup-wrapper .ampromo-item .ampromo-options .field select {
  height: 35px;
}
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty {
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 45px;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  transition: all 0.6s ease;
  max-width: 70px;
  height: 35px;
  margin: auto;
}
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty-white,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty-white {
  background: #ffffff;
  border-color: transparent;
}
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty:focus,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty:focus {
  border-color: #c4c4c4;
}
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty.mage-error,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty.mage-error,
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty._error,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty._error {
  border-color: #cb636f !important;
  background-color: #ffffff;
}
textarea.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-qty,
textarea.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-qty {
  height: 150px;
  padding: 20px;
}
.ampromo-items-content .ampromo-item .ampromo-item-qty-input .ampromo-item-qty-left,
.ampromo-popup-wrapper .ampromo-item .ampromo-item-qty-input .ampromo-item-qty-left {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-top: 3px;
}
.ampromo-items-content .ampromo-item.-selected,
.ampromo-popup-wrapper .ampromo-item.-selected {
  border-color: #f0ca98;
}
.slick-slide .ampromo-items-content .ampromo-item,
.slick-slide .ampromo-popup-wrapper .ampromo-item {
  margin-right: 2px;
}
.ampromo-items-content .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-item-buttons {
  padding-top: 5px;
  text-align: center;
  font-size: inherit;
}
.product-filters {
  display: none;
  margin-top: 20px;
}
.product-filters .toolbar-sort {
  display: none;
}
.product-filters .toolbar-sort label {
  font-size: 13px;
  margin-bottom: 2px;
}
.product-filters .toolbar-sort .form-control {
  border-radius: 0;
  height: 42px;
  font-size: 13px;
  border-color: rgba(0, 0, 0, 0.2);
}
.product-filters .block.filter {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
}
.product-filters .block.filter .block-subtitle {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.product-filters .block.filter .block-content {
  display: flex;
  flex-direction: column;
}
.product-filters .block.filter .block-content .filter-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.product-filters .block.filter .block-content .filter-options .filter-options-item {
  padding: 0 6px 12px;
  position: relative;
}
.product-filters .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #ffffff;
  padding: 8px 15px;
  font-size: 13px;
}
.product-filters .block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-size: 100%;
  margin-top: 4px;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  margin: -14px 0 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 6px;
  right: 6px;
  z-index: 9;
  min-width: 200px;
  display: none;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 14px;
  top: -15px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-size: 24px;
  pointer-events: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content form {
  max-height: 160px;
  overflow-y: auto;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content ol li,
.product-filters .block.filter .block-content .filter-options .filter-options-content ul li {
  font-size: 12px;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content ol li a,
.product-filters .block.filter .block-content .filter-options .filter-options-content ul li a {
  padding: 0;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content ol li .label,
.product-filters .block.filter .block-content .filter-options .filter-options-content ul li .label {
  padding-left: 23px;
  padding-right: 23px;
  display: inline-block;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content .swatch-attribute {
  font-size: 12px;
}
.product-filters .block.filter .block-content .filter-options .filter-options-content .swatch-option {
  width: 20px !important;
  height: 20px !important;
}
.product-filters .block.filter .block-content .filter-current {
  order: 2;
  display: flex;
  padding: 15px 0 0;
}
.product-filters .block.filter .block-content .filter-current .block-subtitle {
  flex-shrink: 0;
  padding: 2px 10px 0 0;
  width: 125px;
  margin: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.product-filters .block.filter .block-content .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.product-filters .block.filter .block-content .filter-current .items .item {
  margin: 0 10px 10px 0;
  padding: 2px 24px 2px 8px;
  background: #ffffff;
  border-radius: 2px;
}
.product-filters .block.filter .block-content .filter-current .items .item .amshopby-filter-name {
  font-weight: 500;
}
.product-filters .block.filter .block-content .filter-current .items .item a.amshopby-remove,
.product-filters .block.filter .block-content .filter-current .items .item .remove {
  top: 6px;
  right: 7px;
}
.product-filters .block.filter .block-content .filter-current .items .amshopby-button-wrap {
  display: none;
}
.product-filters .block.filter .block-content .filter-actions {
  order: 3;
  text-align: left;
  padding: 5px 0 0 125px;
  font-size: 11px;
}
.product-filters .block.filter .block-content .filter-actions a.clear {
  font-weight: 500;
}
/* Ratings */
.review-legend span {
  padding-right: 10px;
  font-weight: 400;
}
.review-field-ratings {
  padding: 0;
}
.review-field-rating {
  padding-bottom: 10px;
}
.review-field-rating label {
  margin-bottom: 0;
}
.review-control-vote:before,
.review-control-vote label:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome 5 Pro';
  color: #828282;
  font-weight: 300;
  font-size: 22px;
}
.review-control-vote {
  position: relative;
}
.review-control-vote input {
  visibility: hidden !important;
}
.review-control-vote input:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.review-control-vote label:before {
  color: #f0ca98;
  font-weight: 700;
  opacity: 0;
}
.review-control-vote label span {
  display: none;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f005";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f005 \f005";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f005 \f005 \f005";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f005 \f005 \f005 \f005";
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}
/* Reviews */
#reviews h3 .counter:before {
  content: "(";
}
#reviews h3 .counter:after {
  content: ")";
}
.rating-summary {
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.rating-summary .label {
  display: none;
}
.rating-summary .rating-result {
  position: relative;
  width: 68px;
  display: inline-block;
}
.rating-summary .rating-result:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome 5 Pro';
  color: #f0ca98;
  font-weight: 300;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rating-summary .rating-result span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result span:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome 5 Pro';
  color: #f0ca98;
  font-weight: 700;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  position: relative;
  z-index: 2;
}
.rating-summary .rating-result span span {
  display: none;
}
.review-add,
.review-list {
  margin: 0 0 40px !important;
}
.review-add .block-title,
.review-list .block-title {
  margin-bottom: 20px;
}
.review-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  margin-bottom: 15px;
  padding: 25px;
  padding-left: 200px;
  font-size: 13px;
  position: relative;
}
.review-item-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.review-item-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.review-item-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.review-item-dark h1,
.review-item-dark h2,
.review-item-dark h3,
.review-item-dark h4,
.review-item-dark h5,
.review-item-dark h6,
.review-item-dark p,
.review-item-dark label {
  color: #ffffff;
}
.review-item-dark .btn-default,
.review-item-dark .button {
  background-color: #f0ca98;
}
.review-item-dark .btn-default:hover,
.review-item-dark .button:hover,
.review-item-dark .btn-default:focus,
.review-item-dark .button:focus,
.review-item-dark .btn-default:active,
.review-item-dark .button:active {
  background-color: #eab36b;
}
.review-item-dark .title {
  color: inherit;
}
.review-item-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.review-item-gold {
  background: #f0ca98;
}
.review-item > :last-child {
  margin-bottom: 0;
}
.review-item-content > :last-child {
  margin-bottom: 0;
}
.review-item-link {
  position: relative;
}
.review-item-link:hover {
  border-color: #f0ca98;
}
.review-item-panel {
  padding: 0;
  overflow: hidden;
}
.review-item-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.review-item-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.review-item-panel .box-content {
  padding: 20px;
}
.review-item-panel .box-content > :last-child {
  margin-bottom: 0;
}
.review-item-faqs {
  padding: 5% 12%;
  text-align: center;
}
.review-item-faqs h3 {
  margin-bottom: 40px;
}
.review-item-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.review-item-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.review-item-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.review-item-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.review-item-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.review-item-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.review-item-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.review-item-icon-wide h6 {
  font-size: 14px;
}
.review-item-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.review-item-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.review-item-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.review-item-content-reviews {
  text-align: center;
}
.review-item-content-reviews p {
  margin: 15px 0;
}
.review-item-content-reviews p strong {
  color: #000000;
}
.review-item-content-reviews .review-logo {
  margin-top: 30px;
}
.review-item-content-reviews .review-logo img {
  height: 14px;
}
.review-item-delivery-info {
  padding: 20px;
}
.review-item-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.review-item-grey-premier-content {
  flex-grow: 1;
}
.review-item-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.review-item-grey-premier-content h3 {
  margin-bottom: 10px;
}
.review-item-grey-premier-content :last-child {
  margin-bottom: 0;
}
.review-item-grey-premier-button {
  flex-shrink: 0;
}
.review-item-dashboard-premier {
  color: #000000;
}
.review-item-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.review-item-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.review-item-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.review-item-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-item-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.review-item-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.review-item-dashboard-premier .box-terms {
  padding: 0 !important;
}
.review-item-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.review-item-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.review-item-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.review-item-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.review-item-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.review-item-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.review-item-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.review-item .review-title {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 18px;
}
.review-item .review-title strong {
  font-weight: 400;
}
.review-item .review-ratings {
  position: absolute;
  top: 25px;
  left: 25px;
}
.review-item .review-details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  padding-top: 50px;
  width: 200px;
}
.review-item .review-details .review-author {
  margin-bottom: 0 !important;
  color: #000000;
}
.review-item .review-details .review-author strong {
  font-weight: 500;
}
.review-item .review-details .review-date {
  font-size: 11px;
  color: #828282;
  margin-bottom: 0;
}
/* Review Toolbar */
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .limiter {
  display: none;
}
/* Product Reviews */
.product-reviews-summary {
  margin-bottom: 25px;
  font-size: 12px;
}
.product-reviews-summary .rating-summary {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions .view {
  margin-right: 20px;
}
.product-reviews-summary a {
  color: #828282;
}
.product-reviews-summary a:hover {
  color: #000000;
}
.product-reviews-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.product-reviews-overview-left .stars i {
  font-size: 26px;
}
.product-reviews-overview-left p {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
.product-reviews .box-product-review {
  margin-bottom: 15px;
  font-size: 13px;
}
.product-reviews .box-product-review .product-review-author {
  margin-bottom: 15px;
}
.product-reviews .box-product-review .product-review-author p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #000000;
  margin: 0 15px 0 0;
}
.product-reviews .box-product-review .product-review-author .stars {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews .box-product-review .product-review-author .stars i {
  font-size: 13px;
  margin-right: 1px;
}
.product-reviews .box-product-review p {
  color: #000000;
  margin-bottom: 10px;
}
.product-reviews .box-product-review p.timeago {
  text-align: right;
  color: #828282;
  margin: 0;
  font-size: 11px;
}
.product-reviews .logo-reviews img {
  height: 14px;
  width: auto;
}
/* Card Blog */
.card-blog {
  text-align: left;
}
.card-blog .card-image {
  padding-top: 80%;
}
.card-blog .card-content {
  padding: 60px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.card-blog .card-content h4 {
  font-size: 16px;
}
.card-blog .card-content h4 a {
  color: #ffffff;
}
.card-blog .card-content h4 a:hover {
  color: #f0ca98;
}
.card-blog .card-content .badge {
  margin-bottom: 12px;
  text-transform: none;
  font-size: 10px;
}
.card-blog .author-image {
  margin-bottom: 10px;
}
.card-blog .author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.section-blog-list {
  padding-top: 0;
  margin-top: -30px;
}
.page-banner p.thedate {
  color: #000000;
  font-size: 12px;
  margin-bottom: 10px;
}
.featured-image {
  margin-bottom: 30px;
}
.featured-image img {
  border-radius: 5px;
}
.blog-content .badge {
  margin-bottom: 10px;
}
.blog-share {
  text-align: center;
  position: sticky;
  top: 200px;
  max-width: 80px;
  margin: auto;
}
.blog-share h5 {
  font-size: 14px;
}
.blog-share .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.blog-share .addthis_inline_share_toolbox a.at-share-btn {
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .blog-share {
    max-width: none;
  }
  .blog-share .addthis_inline_share_toolbox a.at-share-btn {
    margin: 0 7px;
  }
}
.box-author {
  margin-bottom: 50px;
}
.box-author .author-image {
  margin-right: 30px;
  float: left;
}
.box-author .author-image img {
  width: 80px;
  border-radius: 50%;
}
.box-author .author-content {
  overflow: hidden;
  font-size: 14px;
}
.box-author .author-content h6 {
  margin-bottom: 5px;
  font-size: 17px;
}
.box-author .author-content > :last-child {
  margin-bottom: 0;
}
.author-slim {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.author-slim .author-image {
  margin-right: 20px;
}
.author-slim .author-image img {
  width: 40px;
  border-radius: 50%;
}
.author-slim p {
  flex-grow: 1;
  margin: 0;
}
/* WYSIWYG Elements */
.wp-block-image {
  margin-bottom: 40px;
}
.wp-block-image img {
  border-radius: 5px;
}
.wp-block-image figcaption {
  font-style: italic;
  text-align: center;
  padding-top: 10px;
  font-size: 85%;
  color: #000000;
}
.wp-block-cover {
  background: 50% 50% no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__inner-container {
  background: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 50px;
  opacity: 0.7;
}
.wp-block-cover .has-large-font-size {
  font-size: 150%;
}
/* Login */
.box-login {
  padding: 40px;
}
.box-login .block-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.box-login .block-content p:first-child {
  margin-top: -10px;
}
.box-login .block-content .list {
  color: #000000;
}
.box-login .block-customer-login fieldset,
.box-login .block-customer-login form {
  margin: 0;
}
.box-register .actions-toolbar {
  padding-top: 22px;
}
.box-create-account .box-title {
  color: #000000;
  text-align: center;
}
.box-create-account .box-title h1 {
  margin-bottom: 10px;
}
.box-create-account .primary {
  text-align: center;
}
.form-login .actions-toolbar div.primary {
  display: inline-block;
  margin-right: 20px;
}
.form-login .actions-toolbar div.secondary {
  display: inline-block;
  font-size: 13px;
}
.form-login .actions-toolbar div.secondary a {
  color: #000000;
}
.opc-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.opc-container .form-login .actions-toolbar div.secondary a {
  color: #000000;
}
.form-create-account legend {
  display: none;
}
.form-create-account .actions-toolbar .secondary {
  display: none;
}
.block-amazon-login {
  margin: 20px 0 30px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.block-amazon-login .block-content {
  display: flex;
  font-size: 13px;
}
.block-amazon-login .block-content p {
  margin: 0;
}
.block-amazon-login .block-content .actions-toolbar {
  flex-shrink: 0;
  margin-left: 30px;
  padding: 0;
}
.block-amazon-login .block-content .login-with-amazon img {
  max-height: 32px !important;
}
.block-amazon-login .field-tooltip {
  display: none !important;
}
.form-edit-account .field.choice {
  display: inline-block;
  width: 200px;
}
.form-wishlist-items {
  margin-top: 60px;
  margin-bottom: 60px;
}
.form-wishlist-items .message.empty h3 {
  margin: 0 0 5px;
}
/* Wishlist */
.wishlist-toolbar .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist-toolbar .pager .toolbar-amount {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 25px;
  margin: 0;
}
.wishlist-toolbar .pager .toolbar-amount strong {
  font-weight: 400;
}
.wishlist-toolbar .pager .limiter-label {
  margin-right: 5px;
}
.wishlist-toolbar .pager .limiter-text {
  display: none;
}
.form-wishlist-items .actions-toolbar {
  margin: 30px 0;
  padding: 30px 0 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.form-wishlist-items .actions-toolbar .primary .action,
.form-wishlist-items .actions-toolbar .primary .btn,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background-color: #f0ca98;
  color: #000000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all 0.6s ease;
  border-radius: 5px;
  margin: 0 4px 10px;
}
.form-wishlist-items .actions-toolbar .primary .action-lg,
.form-wishlist-items .actions-toolbar .primary .btn-lg {
  font-size: 16px;
  padding: 12px 25px;
}
.form-wishlist-items .actions-toolbar .primary .action-sm,
.form-wishlist-items .actions-toolbar .primary .btn-sm {
  font-size: 12px;
  padding: 3px 13px;
}
.form-wishlist-items .actions-toolbar .primary .action:hover,
.form-wishlist-items .actions-toolbar .primary .btn:hover,
.form-wishlist-items .actions-toolbar .primary .action:focus,
.form-wishlist-items .actions-toolbar .primary .btn:focus,
.form-wishlist-items .actions-toolbar .primary .action:active,
.form-wishlist-items .actions-toolbar .primary .btn:active,
.form-wishlist-items .actions-toolbar .primary .action.active,
.form-wishlist-items .actions-toolbar .primary .btn.active,
.form-wishlist-items .actions-toolbar .primary .action.disabled,
.form-wishlist-items .actions-toolbar .primary .btn.disabled,
.form-wishlist-items .actions-toolbar .primary .action.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn.active.focus,
.form-wishlist-items .actions-toolbar .primary .action.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn.active:focus,
.form-wishlist-items .actions-toolbar .primary .action.focus,
.form-wishlist-items .actions-toolbar .primary .btn.focus,
.form-wishlist-items .actions-toolbar .primary .action.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn.focus:active,
.form-wishlist-items .actions-toolbar .primary .action:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn:active:focus,
.form-wishlist-items .actions-toolbar .primary .action:focus,
.form-wishlist-items .actions-toolbar .primary .btn:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.disabled,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.disabled:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.active.focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.active:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.focus:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button:active:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.disabled,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.disabled:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.active.focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.active:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.focus:active,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button:active:focus,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button:focus {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-default,
.form-wishlist-items .actions-toolbar .primary .btn-default {
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-primary,
.form-wishlist-items .actions-toolbar .primary .btn-primary {
  background-color: transparent;
  color: #000000;
  border-color: #f0ca98;
}
.form-wishlist-items .actions-toolbar .primary .action-primary:hover,
.form-wishlist-items .actions-toolbar .primary .btn-primary:hover,
.form-wishlist-items .actions-toolbar .primary .action-primary:focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary:focus,
.form-wishlist-items .actions-toolbar .primary .action-primary:active,
.form-wishlist-items .actions-toolbar .primary .btn-primary:active,
.form-wishlist-items .actions-toolbar .primary .action-primary.active,
.form-wishlist-items .actions-toolbar .primary .btn-primary.active,
.form-wishlist-items .actions-toolbar .primary .action-primary.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-primary.disabled,
.form-wishlist-items .actions-toolbar .primary .action-primary.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-primary.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-primary.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-primary.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-primary.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-primary.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-primary.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-primary.focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary.focus,
.form-wishlist-items .actions-toolbar .primary .action-primary.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-primary.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-primary:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-primary:focus,
.form-wishlist-items .actions-toolbar .primary .btn-primary:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: #f0ca98;
}
.form-wishlist-items .actions-toolbar .primary .action-success,
.form-wishlist-items .actions-toolbar .primary .btn-success {
  background-color: #96bda2;
  color: #000000;
  border-color: #96bda2;
}
.form-wishlist-items .actions-toolbar .primary .action-success:hover,
.form-wishlist-items .actions-toolbar .primary .btn-success:hover,
.form-wishlist-items .actions-toolbar .primary .action-success:focus,
.form-wishlist-items .actions-toolbar .primary .btn-success:focus,
.form-wishlist-items .actions-toolbar .primary .action-success:active,
.form-wishlist-items .actions-toolbar .primary .btn-success:active,
.form-wishlist-items .actions-toolbar .primary .action-success.active,
.form-wishlist-items .actions-toolbar .primary .btn-success.active,
.form-wishlist-items .actions-toolbar .primary .action-success.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-success.disabled,
.form-wishlist-items .actions-toolbar .primary .action-success.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-success.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-success.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-success.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-success.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-success.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-success.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-success.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-success.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-success.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-success.focus,
.form-wishlist-items .actions-toolbar .primary .btn-success.focus,
.form-wishlist-items .actions-toolbar .primary .action-success.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-success.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-success:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-success:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-success:focus,
.form-wishlist-items .actions-toolbar .primary .btn-success:focus {
  background-color: #77a986;
  color: #000000;
  border-color: #96bda2;
}
.form-wishlist-items .actions-toolbar .primary .action-info,
.form-wishlist-items .actions-toolbar .primary .btn-info {
  background-color: #bccfd5;
  color: #000000;
  border-color: #bccfd5;
}
.form-wishlist-items .actions-toolbar .primary .action-info:hover,
.form-wishlist-items .actions-toolbar .primary .btn-info:hover,
.form-wishlist-items .actions-toolbar .primary .action-info:focus,
.form-wishlist-items .actions-toolbar .primary .btn-info:focus,
.form-wishlist-items .actions-toolbar .primary .action-info:active,
.form-wishlist-items .actions-toolbar .primary .btn-info:active,
.form-wishlist-items .actions-toolbar .primary .action-info.active,
.form-wishlist-items .actions-toolbar .primary .btn-info.active,
.form-wishlist-items .actions-toolbar .primary .action-info.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-info.disabled,
.form-wishlist-items .actions-toolbar .primary .action-info.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-info.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-info.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-info.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-info.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-info.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-info.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-info.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-info.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-info.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-info.focus,
.form-wishlist-items .actions-toolbar .primary .btn-info.focus,
.form-wishlist-items .actions-toolbar .primary .action-info.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-info.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-info:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-info:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-info:focus,
.form-wishlist-items .actions-toolbar .primary .btn-info:focus {
  background-color: #9db9c1;
  color: #000000;
  border-color: #bccfd5;
}
.form-wishlist-items .actions-toolbar .primary .action-white,
.form-wishlist-items .actions-toolbar .primary .btn-white {
  background-color: #ffffff;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-white:hover,
.form-wishlist-items .actions-toolbar .primary .btn-white:hover,
.form-wishlist-items .actions-toolbar .primary .action-white:focus,
.form-wishlist-items .actions-toolbar .primary .btn-white:focus,
.form-wishlist-items .actions-toolbar .primary .action-white:active,
.form-wishlist-items .actions-toolbar .primary .btn-white:active,
.form-wishlist-items .actions-toolbar .primary .action-white.active,
.form-wishlist-items .actions-toolbar .primary .btn-white.active,
.form-wishlist-items .actions-toolbar .primary .action-white.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-white.disabled,
.form-wishlist-items .actions-toolbar .primary .action-white.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-white.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-white.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-white.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-white.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-white.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-white.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-white.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-white.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-white.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-white.focus,
.form-wishlist-items .actions-toolbar .primary .btn-white.focus,
.form-wishlist-items .actions-toolbar .primary .action-white.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-white.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-white:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-white:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-white:focus,
.form-wishlist-items .actions-toolbar .primary .btn-white:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-grey,
.form-wishlist-items .actions-toolbar .primary .btn-grey {
  background-color: #e8e8e8;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-grey:hover,
.form-wishlist-items .actions-toolbar .primary .btn-grey:hover,
.form-wishlist-items .actions-toolbar .primary .action-grey:focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey:focus,
.form-wishlist-items .actions-toolbar .primary .action-grey:active,
.form-wishlist-items .actions-toolbar .primary .btn-grey:active,
.form-wishlist-items .actions-toolbar .primary .action-grey.active,
.form-wishlist-items .actions-toolbar .primary .btn-grey.active,
.form-wishlist-items .actions-toolbar .primary .action-grey.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-grey.disabled,
.form-wishlist-items .actions-toolbar .primary .action-grey.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-grey.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-grey.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-grey.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-grey.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-grey.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-grey.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-grey.focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey.focus,
.form-wishlist-items .actions-toolbar .primary .action-grey.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-grey.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-grey:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-grey:focus,
.form-wishlist-items .actions-toolbar .primary .btn-grey:focus {
  background-color: #cfcfcf;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action-link,
.form-wishlist-items .actions-toolbar .primary .btn-link {
  background-color: transparent;
  color: #f0ca98;
  border-color: transparent;
  padding: 0;
}
.form-wishlist-items .actions-toolbar .primary .action-link:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 0.6s ease;
}
.form-wishlist-items .actions-toolbar .primary .action-link:hover,
.form-wishlist-items .actions-toolbar .primary .btn-link:hover,
.form-wishlist-items .actions-toolbar .primary .action-link:focus,
.form-wishlist-items .actions-toolbar .primary .btn-link:focus,
.form-wishlist-items .actions-toolbar .primary .action-link:active,
.form-wishlist-items .actions-toolbar .primary .btn-link:active,
.form-wishlist-items .actions-toolbar .primary .action-link.active,
.form-wishlist-items .actions-toolbar .primary .btn-link.active,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-link.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-link.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-link.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-link.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-link.focus,
.form-wishlist-items .actions-toolbar .primary .btn-link.focus,
.form-wishlist-items .actions-toolbar .primary .action-link.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-link.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-link:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-link:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-link:focus,
.form-wishlist-items .actions-toolbar .primary .btn-link:focus {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  text-decoration: none;
}
.form-wishlist-items .actions-toolbar .primary .action-link:hover:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:hover:after,
.form-wishlist-items .actions-toolbar .primary .action-link:focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link:active:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:active:after,
.form-wishlist-items .actions-toolbar .primary .action-link.active:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.active:after,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:after,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:active:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:active:after,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:hover:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:hover:after,
.form-wishlist-items .actions-toolbar .primary .action-link.disabled:focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.disabled:focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link.active.focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.active.focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link.active:focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.active:focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link.focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link.focus:active:after,
.form-wishlist-items .actions-toolbar .primary .btn-link.focus:active:after,
.form-wishlist-items .actions-toolbar .primary .action-link:active:focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:active:focus:after,
.form-wishlist-items .actions-toolbar .primary .action-link:focus:after,
.form-wishlist-items .actions-toolbar .primary .btn-link:focus:after {
  transform: scaleX(0.7);
}
.btn-group .form-wishlist-items .actions-toolbar .primary .action-link,
.btn-group .form-wishlist-items .actions-toolbar .primary .btn-link {
  color: #000000;
}
.btn-group .form-wishlist-items .actions-toolbar .primary .action-link:after,
.btn-group .form-wishlist-items .actions-toolbar .primary .btn-link:after {
  display: none;
}
.form-wishlist-items .actions-toolbar .primary .action-icon,
.form-wishlist-items .actions-toolbar .primary .btn-icon {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  text-align: center;
}
.form-wishlist-items .actions-toolbar .primary .action-icon-image,
.form-wishlist-items .actions-toolbar .primary .btn-icon-image {
  display: block;
  margin: 0 auto;
}
.form-wishlist-items .actions-toolbar .primary .action-icon-image img,
.form-wishlist-items .actions-toolbar .primary .btn-icon-image img {
  display: inline-block;
  height: 30px;
  width: auto;
}
.form-wishlist-items .actions-toolbar .primary .action-icon-text,
.form-wishlist-items .actions-toolbar .primary .btn-icon-text {
  padding-top: 5px;
  display: none;
}
.form-wishlist-items .actions-toolbar .primary .action-select-search,
.form-wishlist-items .actions-toolbar .primary .btn-select-search {
  border: 1px solid #dddddd;
  color: #000000;
  text-align: left;
  width: 100%;
}
.form-wishlist-items .actions-toolbar .primary .action-select-search:hover,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:hover,
.form-wishlist-items .actions-toolbar .primary .action-select-search:focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search:active,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:active,
.form-wishlist-items .actions-toolbar .primary .action-select-search.active,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.active,
.form-wishlist-items .actions-toolbar .primary .action-select-search.disabled,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.disabled,
.form-wishlist-items .actions-toolbar .primary .action-select-search.disabled:active,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.disabled:active,
.form-wishlist-items .actions-toolbar .primary .action-select-search.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.disabled:hover,
.form-wishlist-items .actions-toolbar .primary .action-select-search.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.disabled:focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search.active.focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.active.focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search.active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.active:focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search.focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search.focus:active,
.form-wishlist-items .actions-toolbar .primary .btn-select-search.focus:active,
.form-wishlist-items .actions-toolbar .primary .action-select-search:active:focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:active:focus,
.form-wishlist-items .actions-toolbar .primary .action-select-search:focus,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:focus {
  color: #000000;
  border-color: #dddddd;
}
.form-wishlist-items .actions-toolbar .primary .action-select-search .bs-caret,
.form-wishlist-items .actions-toolbar .primary .btn-select-search .bs-caret {
  display: none;
}
.form-wishlist-items .actions-toolbar .primary .action-select-search:after,
.form-wishlist-items .actions-toolbar .primary .btn-select-search:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 14px;
  right: 20px;
}
.form-wishlist-items .actions-toolbar .primary .action[disabled],
.form-wishlist-items .actions-toolbar .primary .btn[disabled],
.form-wishlist-items .actions-toolbar .primary .action.disabled,
.form-wishlist-items .actions-toolbar .primary .btn.disabled,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button[disabled],
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.disabled,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button[disabled],
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.form-wishlist-items .actions-toolbar .primary .action.update,
.form-wishlist-items .actions-toolbar .primary .btn.update,
.form-wishlist-items .actions-toolbar .primary .action.share,
.form-wishlist-items .actions-toolbar .primary .btn.share,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.update,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.share,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.update,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.share {
  background-color: #e8e8e8;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .primary .action.update:hover,
.form-wishlist-items .actions-toolbar .primary .btn.update:hover,
.form-wishlist-items .actions-toolbar .primary .action.share:hover,
.form-wishlist-items .actions-toolbar .primary .btn.share:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.update:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-slide .modal-footer button.share:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.update:hover,
.form-wishlist-items .actions-toolbar .primary .modals-wrapper .modal-popup .modal-footer button.share:hover {
  background-color: #cfcfcf;
  color: #000000;
  border-color: transparent;
}
.form-wishlist-items .actions-toolbar .secondary {
  display: none;
}
.data.table.table-order-items {
  font-size: 12px;
  border: 1px solid #e2e2e2;
}
.data.table.table-order-items .table-caption {
  display: none;
}
.data.table.table-order-items td,
.data.table.table-order-items th {
  border: none;
}
.data.table.table-order-items thead th {
  border-bottom: 1px solid #e2e2e2;
}
.data.table.table-order-items tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
.data.table.table-order-items .shipping {
  display: none;
}
.data.table.table-order-items .btn,
.data.table.table-order-items .modals-wrapper .modal-slide .modal-footer button,
.data.table.table-order-items .modals-wrapper .modal-popup .modal-footer button {
  font-size: 12px;
}
.data.table.table-order-items dl {
  margin: 0;
}
.data.table.table-order-items tfoot th,
.data.table.table-order-items tfoot td {
  background: #f5f5f5;
  color: #000000;
  border-top: 1px solid #e2e2e2;
}
.limiter select {
  width: 80px;
}
.page-title-wrapper a.print,
.page-title-wrapper a.order {
  display: none;
}
.page-title-wrapper .order-status {
  text-transform: uppercase;
  font-weight: 700;
}
.page-title-wrapper .order-date {
  margin-bottom: 30px;
}
.account .block-title {
  margin-bottom: 20px;
}
.account .block .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.account .block .box-title {
  display: block;
  color: #000000;
  margin: -30px -30px 0;
  border-bottom: 1px solid #dddddd;
  padding: 15px 30px;
}
.account .block .box-content {
  padding: 25px 0;
}
.account .block .box-content > :last-child {
  margin-bottom: 0;
}
.account .block .box-actions {
  margin: auto -30px -30px;
  border-top: 1px solid #dddddd;
  padding: 15px 30px;
}
.gpremier-customer-index .block-dashboard-info .block-title {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .account .sidebar {
    margin-top: 0 !important;
  }
  .account .block.account-nav {
    border-radius: 5px;
    padding: 0 !important;
    overflow: hidden;
  }
  .account .block.account-nav .title {
    border: none;
    margin-bottom: 0;
    padding: 15px 20px;
    margin: 0;
    position: relative;
  }
  .account .block.account-nav .title:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    top: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
  }
  .account .block.account-nav .title.open:after {
    transform: rotate(180deg);
  }
  .account .block.account-nav .content {
    display: none;
    padding: 0 20px 15px;
  }
  .gpremier-customer-index .block-dashboard-info .block-title {
    font-size: 25px;
  }
}
/* Order Details */
.order-links {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  zoom: 1;
}
.order-links:before,
.order-links:after {
  content: "";
  display: table;
}
.order-links:after {
  clear: both;
}
.order-links li {
  float: left;
  margin-bottom: -1px;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.order-links li strong,
.order-links li a {
  padding: 10px 20px;
  display: block;
  color: #000000;
}
.order-links li.current {
  border: 1px solid #dddddd;
  border-bottom: none;
}
.order-links li strong {
  background: #ffffff;
}
.order-links li a:hover {
  background: #f5f5f5;
}
.order-details-items .order-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000;
}
.order-details-items .order-title a {
  float: right;
  font-size: 11px;
  font-weight: 600;
  color: #f0ca98;
  margin: 7px 0 0;
}
.order-details-items .order-title a:hover {
  text-decoration: underline;
}
/* Mini Cart */
.mini-cart-container {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.mini-cart-container .btn-basket {
  padding-right: 5px;
  position: relative;
}
.mini-cart-container .btn-basket .btn-icon-image img {
  height: 45px;
}
.mini-cart-container .btn-basket .count {
  position: absolute;
  top: 3px;
  right: 0;
  background: #ffffff;
  color: #000000;
  font-size: 8px;
  line-height: 1;
  border-radius: 30px;
  padding: 4px;
  height: 14px;
  min-width: 14px;
  text-align: center;
}
.mini-cart {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 290px;
  margin-top: 12px;
  padding: 20px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  height: auto !important;
  transform: translate3d(0, -10px, 0);
  transition: all 0.6s ease;
}
.mini-cart::before {
  content: "\f0d8";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 17px;
  top: -18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0 -1px #dddddd;
}
.mini-cart-title {
  padding: 20px 20px;
  margin: -20px -20px 0;
  border-bottom: 1px solid #dddddd;
}
.mini-cart.has-items.open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.mini-cart .mini-product-list {
  max-height: 275px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mini-cart-actions {
  margin: 0 -20px -20px !important;
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.mini-cart-actions .subtotal {
  margin: 0;
  color: #000000;
}
.mini-cart-actions .subtotal div {
  display: inline;
}
.mini-cart #minicart-content-wrapper {
  height: auto !important;
}
/* Cart */
.cart.data.table {
  margin-bottom: 30px;
}
.cart.data.table .table-caption {
  margin-bottom: 20px;
}
.cart.data.table .item .product-item-photo {
  float: left;
  width: 80px;
  margin-right: 20px;
}
.cart.data.table .item .product-item-photo img {
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.cart.data.table .item .product-item-details {
  overflow: hidden;
  padding-top: 7px;
}
.cart.data.table .item .product-item-details .product-item-name {
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.cart.data.table .item .product-item-details a {
  color: #000000;
}
.cart.data.table .item .product-item-details a:hover {
  text-decoration: underline;
}
.cart.data.table .item .product-item-details dl {
  margin: 10px 0 0 0;
  color: #828282;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
}
.cart.data.table .item .product-item-details dl dt {
  width: 30%;
  font-weight: 400;
  padding-bottom: 5px;
}
.cart.data.table .item .product-item-details dl dd {
  width: 70%;
}
.cart.data.table .item .item-info td {
  border: none;
}
.cart.data.table .item .item-actions {
  text-align: right;
  font-size: 10px;
}
.cart.data.table .item .item-actions .actions-toolbar {
  padding-top: 0;
}
.cart.data.table .item .item-actions td {
  padding-top: 0;
  border-top: none;
}
.cart.data.table .item .item-actions a {
  margin-left: 15px;
  color: #828282;
}
.cart.data.table .item .item-actions a:hover {
  color: #000000;
}
.cart.data.table .item .item-actions a.towishlist {
  display: none;
}
.cart.data.table .item .qty {
  text-align: center;
}
.cart.data.table .item .qty .label {
  display: none;
}
.cart.data.table .item .qty .input-text {
  height: 40px;
}
.cart.data.table .item .qty button {
  color: #828282;
  font-size: 11px;
}
.cart.data.table .item .qty button:hover {
  text-decoration: underline;
}
.cart.data.table .item .cart-price {
  display: block;
  font-weight: 700;
  padding-top: 10px;
}
.cart-empty {
  text-align: center;
  padding: 50px 0;
  font-weight: 600;
}
.cart-empty p {
  margin-bottom: 5px;
  color: #000000;
}
.cart.main.actions {
  text-align: right;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
/* Cart Summary */
.cart-summary {
  margin-bottom: 40px;
  font-size: 13px;
  color: #000000;
  /* Block Shipping */
  /* Block Discount */
  /* Block Shiping */
  /* Totals Table */
}
.cart-summary > .title {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: -30px -30px 0;
  padding: 20px 30px;
}
.cart-summary > .title strong {
  font-weight: 400;
}
.cart-summary .block.shipping,
.cart-summary .block.discount,
.cart-summary .block.samples {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #dddddd;
  margin: 0 -30px 15px;
}
.cart-summary .block.shipping .title,
.cart-summary .block.discount .title,
.cart-summary .block.samples .title {
  padding: 18px 30px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  color: #000000;
}
.cart-summary .block.shipping .title strong,
.cart-summary .block.discount .title strong,
.cart-summary .block.samples .title strong {
  font-weight: 700;
}
.cart-summary .block.shipping .title:after,
.cart-summary .block.discount .title:after,
.cart-summary .block.samples .title:after {
  content: "\f107";
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.cart-summary .block.shipping .title strong,
.cart-summary .block.discount .title strong,
.cart-summary .block.samples .title strong {
  font-size: 14px;
}
.cart-summary .block.shipping .content,
.cart-summary .block.discount .content,
.cart-summary .block.samples .content {
  padding: 0 30px;
}
.cart-summary .block.shipping .content legend,
.cart-summary .block.discount .content legend,
.cart-summary .block.samples .content legend {
  display: none;
}
.cart-summary .block.shipping .content p.field,
.cart-summary .block.discount .content p.field,
.cart-summary .block.samples .content p.field {
  margin: 0;
}
.cart-summary .block.shipping .content .item-options .field,
.cart-summary .block.discount .content .item-options .field,
.cart-summary .block.samples .content .item-options .field {
  padding: 10px 0 0;
}
.cart-summary .block.shipping .content .item-options label,
.cart-summary .block.discount .content .item-options label,
.cart-summary .block.samples .content .item-options label {
  margin: 0;
  display: inline;
  font-size: 12px;
}
.cart-summary .block.shipping .content .item-options label .price,
.cart-summary .block.discount .content .item-options label .price,
.cart-summary .block.samples .content .item-options label .price {
  font-weight: 700;
}
.cart-summary .block.shipping .content dl,
.cart-summary .block.discount .content dl,
.cart-summary .block.samples .content dl {
  margin-bottom: 0;
}
.cart-summary .block.shipping .block-summary,
.cart-summary .block.discount .block-summary,
.cart-summary .block.samples .block-summary {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
}
.cart-summary .block.shipping.active .title:after,
.cart-summary .block.discount.active .title:after,
.cart-summary .block.samples.active .title:after {
  content: "\f106";
}
.cart-summary .block.discount .content {
  padding-bottom: 30px;
}
.cart-summary .block.discount .content .field {
  padding-bottom: 5px;
}
.cart-summary .block.discount .content .field .input-text {
  background-color: #ffffff;
}
.cart-summary .block.shipping {
  display: none !important;
}
.cart-summary .totals.data.table {
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}
.cart-summary .totals.data.table td,
.cart-summary .totals.data.table th {
  border: none;
  padding: 5px 0;
  font-weight: 400;
  background: none;
}
.cart-summary .totals.data.table td.amount,
.cart-summary .totals.data.table th.amount {
  text-align: right;
}
.cart-summary .totals.data.table tr.totals-tax {
  display: none;
}
.cart-summary .totals.data.table tr:nth-last-child(2) td,
.cart-summary .totals.data.table tr:nth-last-child(2) th {
  padding-bottom: 12px;
}
.cart-summary .totals.data.table .grand td,
.cart-summary .totals.data.table .grand th {
  font-size: 110%;
}
.cart-summary .totals.data.table .table-caption {
  display: none;
}
.cart-summary .btn.checkout,
.cart-summary .modals-wrapper .modal-slide .modal-footer button.checkout,
.cart-summary .modals-wrapper .modal-popup .modal-footer button.checkout {
  font-weight: 700;
  padding: 15px 20px;
  font-size: 14px;
}
.cart-summary .amazon-minicart-container,
.cart-summary .amazon-button-container-v2,
.cart-summary .amazon-button-container {
  position: relative;
}
.cart-summary .amazon-minicart-container .amazon-divider,
.cart-summary .amazon-button-container-v2 .amazon-divider,
.cart-summary .amazon-button-container .amazon-divider {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  margin: 15px 0;
}
.cart-summary .amazon-minicart-container .amazon-divider:before,
.cart-summary .amazon-button-container-v2 .amazon-divider:before,
.cart-summary .amazon-button-container .amazon-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
.cart-summary .amazon-minicart-container .amazon-divider span,
.cart-summary .amazon-button-container-v2 .amazon-divider span,
.cart-summary .amazon-button-container .amazon-divider span {
  padding: 0 15px;
  background: #f5f5f5;
  position: relative;
}
.cart-summary .amazon-minicart-container .amazon-button-column,
.cart-summary .amazon-button-container-v2 .amazon-button-column,
.cart-summary .amazon-button-container .amazon-button-column {
  text-align: center;
}
.cart-summary .amazon-minicart-container .amazon-button-column .amazon-checkout-button,
.cart-summary .amazon-button-container-v2 .amazon-button-column .amazon-checkout-button,
.cart-summary .amazon-button-container .amazon-button-column .amazon-checkout-button {
  display: inline-block;
}
.cart-summary .amazon-minicart-container .login-with-amazon,
.cart-summary .amazon-button-container-v2 .login-with-amazon,
.cart-summary .amazon-button-container .login-with-amazon {
  text-align: center;
}
.cart-summary .amazon-minicart-container .login-with-amazon img,
.cart-summary .amazon-button-container-v2 .login-with-amazon img,
.cart-summary .amazon-button-container .login-with-amazon img {
  max-height: 40px !important;
}
.cart-summary .amazon-minicart-container .field-tooltip,
.cart-summary .amazon-button-container-v2 .field-tooltip,
.cart-summary .amazon-button-container .field-tooltip {
  display: none !important;
}
.section-cart .cart-summary {
  height: auto;
  position: sticky;
  top: 200px;
}
.cart-block {
  padding: 20px;
}
.cart-block .title {
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
}
.cart-block .title:after {
  content: "\f107";
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  color: #000000;
}
.cart-block .content {
  font-size: 13px;
  padding-top: 15px;
  display: none;
}
.cart-block .content p {
  margin-bottom: 15px;
}
.cart-block .content .field {
  padding-bottom: 5px;
}
.cart-block.active .title:after {
  content: "\f106";
}
.cart-block.active .content {
  display: block;
}
.free-gift-price {
  text-decoration: line-through;
}
/* Checkout Min Header / Footer */
.checkout-index-index {
  padding-top: 100px !important;
}
.checkout-index-index .topbar,
.checkout-index-index .header-search,
.checkout-index-index .header-right .btn-basket,
.checkout-index-index .navigation-container,
.checkout-index-index .usps,
.checkout-index-index .breadcrumbs,
.checkout-index-index .flash-banner,
.checkout-index-index .footer-newsletter,
.checkout-index-index .footer .social-icons,
.checkout-index-index .footer .footer-main ul {
  display: none;
}
.checkout-index-index #header {
  position: absolute;
}
.checkout-index-index .header .header-right {
  padding-top: 0;
}
.checkout-index-index .header .header-right .mini-cart-container,
.checkout-index-index .header .header-right .account-dropdown {
  display: none;
}
.checkout-index-index .header .header-right .phone {
  display: block;
  font-size: 18px;
  margin: 0;
}
.checkout-index-index .header .header-right .phone span.h3 {
  display: block;
  margin: 0;
  color: #ffffff;
}
.checkout-index-index .header .header-right .phone strong,
.checkout-index-index .header .header-right .phone a {
  color: #f0ca98;
}
.checkout-index-index .page-main {
  padding-top: 50px;
}
/* OPC Steps */
.opc-progress-bar {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  max-width: 370px;
  counter-reset: counter;
  zoom: 1;
  color: #000000;
}
.opc-progress-bar:before,
.opc-progress-bar:after {
  content: "";
  display: table;
}
.opc-progress-bar:after {
  clear: both;
}
.opc-progress-bar li {
  width: 50%;
  text-align: center;
  float: left;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.opc-progress-bar li:before {
  counter-increment: counter;
  content: counter(counter);
  border-radius: 50%;
  background: #dddddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.opc-progress-bar li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #dddddd;
}
.opc-progress-bar li._active:before {
  background: #f0ca98;
  color: #000000;
}
.opc-progress-bar li._active:after {
  background: #f0ca98;
}
.opc-progress-bar li:first-child:after {
  border-radius: 5px 0 0 5px;
}
.opc-progress-bar li:last-child:after {
  border-radius: 0 5px 5px 0;
}
#opc-shipping_method {
  position: relative;
}
.opc-wrapper {
  /* Amazon Pay */
}
.opc-wrapper .form-login {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #dddddd;
}
.opc-wrapper .form-login fieldset {
  margin: 0;
}
.opc-wrapper .step-title {
  font-size: 21px;
  margin-bottom: 20px;
}
.opc-wrapper .table-checkout-shipping-method {
  margin-bottom: 50px;
  min-width: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
.opc-wrapper .table-checkout-shipping-method th {
  display: none;
}
.opc-wrapper .table-checkout-shipping-method td {
  padding: 5px 15px 5px 0;
  cursor: pointer;
  vertical-align: top;
}
.opc-wrapper .table-checkout-shipping-method td input {
  margin-top: 3px;
}
.opc-wrapper .table-checkout-shipping-method td.col-price {
  min-width: 90px;
}
.opc-wrapper .table-checkout-shipping-method td.col-carrier {
  display: none;
}
.opc-wrapper .table-checkout-shipping-method td .shipping-method-text {
  font-size: 13px;
  padding: 5px 0 15px;
  font-weight: 400;
  color: #828282;
}
.opc-wrapper .actions-toolbar .continue {
  min-width: 200px;
}
.opc-wrapper .checkout-shipping-address {
  margin-bottom: 30px;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items {
  display: flex;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item {
  padding: 20px;
  border: 2px solid transparent;
  width: 50%;
  font-size: 13px;
  position: relative;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item {
  border-color: #f0ca98;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  line-height: 1;
  background: #f0ca98;
  color: #ffffff;
  padding: 8px;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item button {
  margin-top: 15px;
}
.opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item .btn-link {
  float: right;
}
.opc-wrapper .checkout-billing-address label {
  display: inline;
}
.opc-wrapper .checkout-payment-method legend {
  display: none;
}
.opc-wrapper .checkout-payment-method .actions-toolbar {
  margin-bottom: 30px;
}
.opc-wrapper .checkout-billing-address .billing-address-details {
  margin-bottom: 30px;
}
.opc-wrapper .checkout-billing-address .billing-address-details .btn,
.opc-wrapper .checkout-billing-address .billing-address-details .modals-wrapper .modal-slide .modal-footer button,
.opc-wrapper .checkout-billing-address .billing-address-details .modals-wrapper .modal-popup .modal-footer button {
  margin-top: 10px;
}
.opc-wrapper .amazon-button-container,
.opc-wrapper .amazon-button-container-v2 {
  margin-bottom: 50px;
  padding: 30px;
  background: #f5f5f5;
  text-align: center;
  position: relative;
}
.opc-wrapper .amazon-button-container .field-tooltip,
.opc-wrapper .amazon-button-container-v2 .field-tooltip {
  right: 10px;
}
.opc-wrapper .amazon-button-container img,
.opc-wrapper .amazon-button-container-v2 img {
  max-height: 40px !important;
}
.opc-wrapper .amazon-widget {
  height: 250px;
  margin-bottom: 20px;
}
.opc-wrapper .amazon-widget--address {
  margin-top: 20px;
}
.opc-wrapper .amazon-widget iframe {
  border: none !important;
}
.opc-wrapper .payment-method-content .amazon-widget {
  background: #ffffff;
  padding: 10px;
}
.opc-wrapper .amazon-payment-action-container .action-edit-payment {
  margin-bottom: 10px !important;
}
.opc-wrapper .amazon-payment-action-container .action-edit-address {
  margin: -15px 0 20px !important;
}
.opc-wrapper .revert-checkout {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
}
.opc-wrapper .revert-checkout:hover {
  text-decoration: none;
}
.opc-wrapper .amazon-checkout-form-login .hidden-fields {
  display: none !important;
}
.opc-wrapper .payment-method-title > label {
  padding: 0;
  font-weight: 700;
}
.opc-wrapper .payment-method-title > label img {
  display: none;
}
.opc-wrapper .payment-method-titles {
  display: flex;
  margin: 0 -5px 30px;
}
.opc-wrapper .payment-method-titles .payment-method-title {
  padding: 0 5px;
  width: 50%;
  display: block;
}
.opc-wrapper .payment-method-titles .payment-method-title label {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  padding: 30px 10px;
  margin: 0;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark h1,
.opc-wrapper .payment-method-titles .payment-method-title label-dark h2,
.opc-wrapper .payment-method-titles .payment-method-title label-dark h3,
.opc-wrapper .payment-method-titles .payment-method-title label-dark h4,
.opc-wrapper .payment-method-titles .payment-method-title label-dark h5,
.opc-wrapper .payment-method-titles .payment-method-title label-dark h6,
.opc-wrapper .payment-method-titles .payment-method-title label-dark p,
.opc-wrapper .payment-method-titles .payment-method-title label-dark label {
  color: #ffffff;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark .btn-default,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .button {
  background-color: #f0ca98;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark .btn-default:hover,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .button:hover,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .btn-default:focus,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .button:focus,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .btn-default:active,
.opc-wrapper .payment-method-titles .payment-method-title label-dark .button:active {
  background-color: #eab36b;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dark .title {
  color: inherit;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-method-titles .payment-method-title label-gold {
  background: #f0ca98;
}
.opc-wrapper .payment-method-titles .payment-method-title label > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-link {
  position: relative;
}
.opc-wrapper .payment-method-titles .payment-method-title label-link:hover {
  border-color: #f0ca98;
}
.opc-wrapper .payment-method-titles .payment-method-title label-panel {
  padding: 0;
  overflow: hidden;
}
.opc-wrapper .payment-method-titles .payment-method-title label-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.opc-wrapper .payment-method-titles .payment-method-title label-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-panel .box-content {
  padding: 20px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-panel .box-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-faqs {
  padding: 5% 12%;
  text-align: center;
}
.opc-wrapper .payment-method-titles .payment-method-title label-faqs h3 {
  margin-bottom: 40px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-icon-wide h6 {
  font-size: 14px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content-reviews {
  text-align: center;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content-reviews p {
  margin: 15px 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content-reviews p strong {
  color: #000000;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content-reviews .review-logo {
  margin-top: 30px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-content-reviews .review-logo img {
  height: 14px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-delivery-info {
  padding: 20px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier-content {
  flex-grow: 1;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier-content h3 {
  margin-bottom: 10px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier-content :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-grey-premier-button {
  flex-shrink: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier {
  color: #000000;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms {
  padding: 0 !important;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.opc-wrapper .payment-method-titles .payment-method-title label-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-titles .payment-method-title label:before {
  content: "\f09d";
  font-family: 'Font Awesome 5 Pro';
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #828282;
  margin-bottom: 8px;
  transition: all 0.6s ease;
}
.opc-wrapper .payment-method-titles .payment-method-title label:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 400;
  background: #f0ca98;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.6s ease;
}
.opc-wrapper .payment-method-titles .payment-method-title label[for="braintree_paypal"]:before {
  content: "\f1ed";
  font-family: 'Font Awesome 5 Brands';
  color: #0070ba;
}
.opc-wrapper .payment-method-titles .payment-method-title label:hover {
  border-color: #c4c4c4;
}
.opc-wrapper .payment-method-titles .payment-method-title#paypal_express-payment-title label:before {
  content: "\f1ed";
  font-family: 'Font Awesome 5 Brands';
  color: #0070ba;
}
.opc-wrapper .payment-method-titles .payment-method-title#amazon_payment-payment-title label:before,
.opc-wrapper .payment-method-titles .payment-method-title#amazon_payment_v2-payment-title label:before {
  content: "\f42d";
  font-family: 'Font Awesome 5 Brands';
}
.opc-wrapper .payment-method-titles .payment-method-title#apple_pay-payment-title label:before,
.opc-wrapper .payment-method-titles .payment-method-title#checkoutcom_apple_pay-payment-title label:before {
  content: "\f415";
  font-family: 'Font Awesome 5 Brands';
}
.opc-wrapper .payment-method-titles .payment-method-title#klarna_pay_later-payment-title label:before {
  content: "";
  height: 24px;
  width: 100%;
  background: url(../images/logo-klarna.png) no-repeat 50% 50%;
  background-size: auto 100%;
}
.opc-wrapper .payment-method-titles .payment-method-title#clearpay-payment-title label:before {
  content: "";
  height: 24px;
  width: 100%;
  background: url(../images/logo-clearpay.svg) no-repeat 50% 50%;
  background-size: auto 100%;
}
.opc-wrapper .payment-method-titles .payment-method-title input {
  display: none;
}
.opc-wrapper .payment-method-titles .payment-method-title.active label,
.opc-wrapper .payment-method-titles .payment-method-title input:checked + label {
  border-color: #f0ca98;
}
.opc-wrapper .payment-method-titles .payment-method-title.active label:before,
.opc-wrapper .payment-method-titles .payment-method-title input:checked + label:before {
  color: #f0ca98;
}
.opc-wrapper .payment-method-titles .payment-method-title.active label:after,
.opc-wrapper .payment-method-titles .payment-method-title input:checked + label:after {
  opacity: 1;
}
@media only screen and (max-width: 420px) {
  .opc-wrapper .payment-method-titles {
    flex-wrap: wrap;
  }
  .opc-wrapper .payment-method-titles .payment-method-title {
    margin-bottom: 10px;
  }
}
.opc-wrapper .payment-method {
  color: #000000;
}
.opc-wrapper .payment-method-title {
  display: none;
}
.opc-wrapper .payment-method-title label img {
  max-height: 20px;
  width: auto;
}
.opc-wrapper .payment-method-content {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  display: none;
  clear: both;
}
.opc-wrapper .payment-method-content-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-method-content-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.opc-wrapper .payment-method-content-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.opc-wrapper .payment-method-content-dark h1,
.opc-wrapper .payment-method-content-dark h2,
.opc-wrapper .payment-method-content-dark h3,
.opc-wrapper .payment-method-content-dark h4,
.opc-wrapper .payment-method-content-dark h5,
.opc-wrapper .payment-method-content-dark h6,
.opc-wrapper .payment-method-content-dark p,
.opc-wrapper .payment-method-content-dark label {
  color: #ffffff;
}
.opc-wrapper .payment-method-content-dark .btn-default,
.opc-wrapper .payment-method-content-dark .button {
  background-color: #f0ca98;
}
.opc-wrapper .payment-method-content-dark .btn-default:hover,
.opc-wrapper .payment-method-content-dark .button:hover,
.opc-wrapper .payment-method-content-dark .btn-default:focus,
.opc-wrapper .payment-method-content-dark .button:focus,
.opc-wrapper .payment-method-content-dark .btn-default:active,
.opc-wrapper .payment-method-content-dark .button:active {
  background-color: #eab36b;
}
.opc-wrapper .payment-method-content-dark .title {
  color: inherit;
}
.opc-wrapper .payment-method-content-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-method-content-gold {
  background: #f0ca98;
}
.opc-wrapper .payment-method-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-content-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-content-link {
  position: relative;
}
.opc-wrapper .payment-method-content-link:hover {
  border-color: #f0ca98;
}
.opc-wrapper .payment-method-content-panel {
  padding: 0;
  overflow: hidden;
}
.opc-wrapper .payment-method-content-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.opc-wrapper .payment-method-content-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.opc-wrapper .payment-method-content-panel .box-content {
  padding: 20px;
}
.opc-wrapper .payment-method-content-panel .box-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-content-faqs {
  padding: 5% 12%;
  text-align: center;
}
.opc-wrapper .payment-method-content-faqs h3 {
  margin-bottom: 40px;
}
.opc-wrapper .payment-method-content-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.opc-wrapper .payment-method-content-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.opc-wrapper .payment-method-content-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.opc-wrapper .payment-method-content-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.opc-wrapper .payment-method-content-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.opc-wrapper .payment-method-content-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.opc-wrapper .payment-method-content-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.opc-wrapper .payment-method-content-icon-wide h6 {
  font-size: 14px;
}
.opc-wrapper .payment-method-content-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.opc-wrapper .payment-method-content-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.opc-wrapper .payment-method-content-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.opc-wrapper .payment-method-content-content-reviews {
  text-align: center;
}
.opc-wrapper .payment-method-content-content-reviews p {
  margin: 15px 0;
}
.opc-wrapper .payment-method-content-content-reviews p strong {
  color: #000000;
}
.opc-wrapper .payment-method-content-content-reviews .review-logo {
  margin-top: 30px;
}
.opc-wrapper .payment-method-content-content-reviews .review-logo img {
  height: 14px;
}
.opc-wrapper .payment-method-content-delivery-info {
  padding: 20px;
}
.opc-wrapper .payment-method-content-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.opc-wrapper .payment-method-content-grey-premier-content {
  flex-grow: 1;
}
.opc-wrapper .payment-method-content-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.opc-wrapper .payment-method-content-grey-premier-content h3 {
  margin-bottom: 10px;
}
.opc-wrapper .payment-method-content-grey-premier-content :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-content-grey-premier-button {
  flex-shrink: 0;
}
.opc-wrapper .payment-method-content-dashboard-premier {
  color: #000000;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.opc-wrapper .payment-method-content-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.opc-wrapper .payment-method-content-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.opc-wrapper .payment-method-content-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms {
  padding: 0 !important;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.opc-wrapper .payment-method-content-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-method-content fieldset,
.opc-wrapper .payment-method-content form {
  margin-bottom: 10px;
}
.opc-wrapper .payment-method-content .action.primary.checkout {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.opc-wrapper .payment-method-content .action.primary.checkout:before {
  content: "\f2f7";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 5px;
  font-weight: 400;
  font-size: 90%;
  display: none;
}
.opc-wrapper .payment-method-content .action.primary.checkout:after {
  content: "Secured with 128-bit SSL encryption";
  display: block;
  font-size: 11px;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #828282;
  opacity: 0.6;
}
.opc-wrapper .payment-method-content [data-role="order-comments"] {
  margin-bottom: 20px;
}
.opc-wrapper .payment-method-content [data-role="order-comments"] textarea {
  height: 100px;
}
.opc-wrapper .payment-method-content .btn-grey {
  filter: contrast(0.92);
}
.opc-wrapper .payment-method-content .action:not(.checkout) {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background-color: #f0ca98;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all 0.6s ease;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #000000;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-lg {
  font-size: 16px;
  padding: 12px 25px;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-sm {
  font-size: 12px;
  padding: 3px 13px;
}
.opc-wrapper .payment-method-content .action:not(.checkout):hover,
.opc-wrapper .payment-method-content .action:not(.checkout):focus,
.opc-wrapper .payment-method-content .action:not(.checkout):active,
.opc-wrapper .payment-method-content .action:not(.checkout).active,
.opc-wrapper .payment-method-content .action:not(.checkout).disabled,
.opc-wrapper .payment-method-content .action:not(.checkout).disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout).disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout).disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout).active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout).active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout).focus,
.opc-wrapper .payment-method-content .action:not(.checkout).focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout):active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout):focus {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-default {
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-primary {
  background-color: transparent;
  color: #000000;
  border-color: #f0ca98;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-primary:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-primary:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: #f0ca98;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-success {
  background-color: #96bda2;
  color: #000000;
  border-color: #96bda2;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-success:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-success:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-success:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-success:focus {
  background-color: #77a986;
  color: #000000;
  border-color: #96bda2;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-info {
  background-color: #bccfd5;
  color: #000000;
  border-color: #bccfd5;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-info:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-info:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-info:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-info:focus {
  background-color: #9db9c1;
  color: #000000;
  border-color: #bccfd5;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-white {
  background-color: #ffffff;
  color: #000000;
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-white:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-white:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-white:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-white:focus {
  background-color: #f0ca98;
  color: #000000;
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-grey {
  background-color: #e8e8e8;
  color: #000000;
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-grey:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-grey:focus {
  background-color: #cfcfcf;
  color: #000000;
  border-color: transparent;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-link {
  background-color: transparent;
  color: #f0ca98;
  border-color: transparent;
  padding: 0;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 0.6s ease;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-link:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:focus {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  text-decoration: none;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-link:hover:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:active:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:active:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:hover:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.disabled:focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active.focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.active:focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link.focus:active:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:active:focus:after,
.opc-wrapper .payment-method-content .action:not(.checkout)-link:focus:after {
  transform: scaleX(0.7);
}
.btn-group .opc-wrapper .payment-method-content .action:not(.checkout)-link {
  color: #000000;
}
.btn-group .opc-wrapper .payment-method-content .action:not(.checkout)-link:after {
  display: none;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-icon {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  text-align: center;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-icon-image {
  display: block;
  margin: 0 auto;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-icon-image img {
  display: inline-block;
  height: 30px;
  width: auto;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-icon-text {
  padding-top: 5px;
  display: none;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search {
  border: 1px solid #dddddd;
  color: #000000;
  text-align: left;
  width: 100%;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.active,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.disabled,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.disabled:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.disabled:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.disabled:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.active.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search.focus:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:active:focus,
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:focus {
  color: #000000;
  border-color: #dddddd;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search .bs-caret {
  display: none;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-select-search:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 14px;
  right: 20px;
}
.opc-wrapper .payment-method-content .action:not(.checkout)[disabled],
.opc-wrapper .payment-method-content .action:not(.checkout).disabled {
  opacity: 0.3;
  pointer-events: none;
}
.opc-wrapper .payment-method-content .action:not(.checkout):hover,
.opc-wrapper .payment-method-content .action:not(.checkout):active,
.opc-wrapper .payment-method-content .action:not(.checkout):focus {
  background-color: #dcdcdc;
  color: #000000;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-update {
  background-color: #f0ca98;
  color: #000000;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-update:hover,
.opc-wrapper .payment-method-content .action:not(.checkout)-update:active,
.opc-wrapper .payment-method-content .action:not(.checkout)-update:focus {
  background-color: #eab36b;
  color: #000000;
}
.opc-wrapper .payment-method-content .action:not(.checkout)-edit-address {
  margin-top: 10px;
}
.opc-wrapper .payment-method._active .payment-method-content {
  display: block;
  clear: both;
}
.opc-wrapper .payment-method-billing-address fieldset {
  margin-bottom: 40px;
  clear: both;
}
.opc-wrapper .payment-method .save-card-option {
  display: none !important;
}
.opc-wrapper .payment-method .field.cvv {
  max-width: 200px;
}
.opc-wrapper .payment-method select {
  margin-bottom: 20px;
}
.opc-wrapper .payment-method #sagepay-dropin-modal,
.opc-wrapper .payment-method #sp-container {
  background: #ffffff;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.opc-wrapper .payment-method p:empty {
  display: none;
}
.opc-wrapper .amazon-express-title {
  font-weight: 700;
  color: #000000;
  margin: 10px 0 10px;
}
.opc-wrapper .amazon-button-container {
  position: relative;
}
.opc-wrapper .amazon-button-container .login-with-amazon img {
  max-height: 40px !important;
}
.opc-wrapper .amazon-button-container .field-tooltip {
  display: none !important;
}
.opc-wrapper .amazon-divider {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin: 30px 0 30px;
}
.opc-wrapper .amazon-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
.opc-wrapper .amazon-divider span {
  padding: 0 15px;
  background: #ffffff;
  position: relative;
}
.opc-wrapper .payment-option {
  margin-bottom: 50px;
}
.opc-wrapper .payment-option-title {
  font-size: 21px;
  font-weight: 700;
}
.opc-wrapper .payment-option-content button + button {
  margin-left: 10px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.6s ease;
  /* Box Panel */
  /* FAQs */
  /* Icon */
  /* Product Share */
  /* Content Reviews */
  /* Delivery Info */
  font-size: 13px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .slick-dots li button:hover:before {
  background: #ffffff;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h1,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h2,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h3,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h4,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h5,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark h6,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark p,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark label {
  color: #ffffff;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .btn-default,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .button {
  background-color: #f0ca98;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .btn-default:hover,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .button:hover,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .btn-default:focus,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .button:focus,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .btn-default:active,
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .button:active {
  background-color: #eab36b;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dark .title {
  color: inherit;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-gold {
  background: #f0ca98;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-link {
  position: relative;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-link:hover {
  border-color: #f0ca98;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-panel {
  padding: 0;
  overflow: hidden;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-panel .box-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-panel .box-title h5 {
  margin: 0;
  font-size: 18px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-panel .box-content {
  padding: 20px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-panel .box-content > :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-faqs {
  padding: 5% 12%;
  text-align: center;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-faqs h3 {
  margin-bottom: 40px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon {
  text-align: center;
  position: relative;
  padding: 15px;
  border-width: 2px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon .box-image {
  margin-bottom: 20px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon .box-image img {
  max-height: 100%;
  width: auto;
  max-width: 110px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon.box-link:hover .box-image {
  animation: zoominout ease-in-out 0.6s;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon-wide {
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon-wide .box-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  height: 50px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-icon-wide h6 {
  font-size: 14px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-product-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-product-share p {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 0 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-product-share .at-icon-wrapper {
  background-color: transparent !important;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content-reviews {
  text-align: center;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content-reviews p {
  margin: 15px 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content-reviews p strong {
  color: #000000;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content-reviews .review-logo {
  margin-top: 30px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-content-reviews .review-logo img {
  height: 14px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-delivery-info {
  padding: 20px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000000;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier-content {
  flex-grow: 1;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier-content img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin: 0 0 5px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier-content h3 {
  margin-bottom: 10px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier-content :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-grey-premier-button {
  flex-shrink: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier {
  color: #000000;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-title-status {
  font-size: 90%;
  color: #96bda2;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-title-status .inactive {
  color: #cb636f;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .premier-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .premier-cta span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .premier-cta span small {
  font-size: 11px;
  color: #828282;
  font-weight: 400;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms {
  padding: 0 !important;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms a {
  display: block;
  padding: 15px 30px;
  margin: 0 !important;
  font-weight: 400;
  position: relative;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 30px;
  top: 18px;
  line-height: 1;
  display: inline-block;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms a:hover {
  background: #f5f5f5;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms a.open:after {
  transform: rotate(180deg);
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms-terms {
  font-size: 11px;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  padding: 20px 30px;
  display: none;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms-terms p {
  margin-bottom: 10px;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content-dashboard-premier .box-terms-terms :last-child {
  margin-bottom: 0;
}
.opc-wrapper .payment-option.rewardpoints .payment-option-content div span[data-bind],
.opc-wrapper .payment-option.rewardpoints .payment-option-content div span.configPoint {
  font-weight: 700;
}
.opc-wrapper .payment-option.rewardpoints .rewardpoints-inner,
.opc-wrapper .payment-option.rewardpoints .reward-point {
  padding-top: 20px;
}
.opc-wrapper .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.opc-wrapper .payment-option._collapsible .payment-option-title:before {
  content: "\f055";
  font-size: 18px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  color: #f0ca98;
}
.opc-wrapper .payment-option._collapsible._active .payment-option-title:before {
  content: "\f056";
}
.opc-wrapper .payment-option._collapsible .payment-option-content {
  display: none;
}
.opc-wrapper .checkout-agreement {
  position: relative;
  padding-left: 15px;
}
.opc-wrapper .checkout-agreement > input {
  position: absolute;
  top: 7px;
  left: 0;
}
.opc-wrapper .checkout-agreement label {
  line-height: 1.2;
  margin-top: 4px;
  margin-left: 4px;
}
.opc-wrapper .checkout-agreement label button {
  padding: 0;
  text-align: left;
  border: none;
  background: none;
  pointer-events: none;
}
.opc-wrapper .checkout-agreement label:after {
  display: none;
}
.opc-wrapper .checkout-agreement div.mage-error {
  background: none;
}
.opc-block-summary > .title {
  margin-bottom: -1px;
  display: block;
}
.opc-block-summary .table-caption {
  display: none;
}
.opc-block-summary .data.table {
  border: none;
  margin: 20px 0;
}
.opc-block-summary .data.table th,
.opc-block-summary .data.table td {
  padding: 5px 0;
  border: none;
  background: none;
}
.opc-block-summary .data.table .amount {
  text-align: right;
  width: 80px;
}
.opc-block-summary .data.table .grand {
  font-size: 17px;
}
.opc-block-summary .data.table tr.totals-tax {
  display: none;
}
.opc-block-summary .block.items-in-cart > .title {
  font-size: 18px;
  cursor: pointer;
  margin: 0 -30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 18px 30px;
}
.opc-block-summary .block.items-in-cart .minicart-items {
  padding: 15px 0 0;
}
.opc-block-summary .block.items-in-cart .price-container {
  font-size: 13px;
}
.opc-block-summary .block.items-in-cart .price-container .subtotal {
  display: inline;
}
.opc-block-summary .block.items-in-cart .product-options {
  width: 100%;
  font-size: 11px;
  margin-top: 5px;
}
.opc-block-summary .block.items-in-cart .product-options td,
.opc-block-summary .block.items-in-cart .product-options th {
  vertical-align: top;
  padding: 0 0 6px;
}
.opc-block-summary .block.items-in-cart .product-options th {
  padding-right: 10px;
  width: 1%;
  min-width: 80px;
}
.opc-block-shipping-information .shipping-information {
  font-size: 13px;
}
.opc-block-shipping-information .shipping-information .ship-to {
  margin-bottom: 20px;
}
.opc-block-shipping-information .shipping-information .shipping-information-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.opc-block-shipping-information .shipping-information .action-edit {
  border: none;
  padding: 0;
  background: none;
  color: #000000;
  font-size: 10px;
  float: right;
  text-transform: uppercase;
  margin: 3px 0 0 10px;
}
.opc-block-shipping-information .shipping-information .action-edit:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .form-shipping-address > .fieldset {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .form-shipping-address > .fieldset > div.field {
    padding: 0 15px 12px;
    width: 50%;
  }
  .form-shipping-address > .fieldset > fieldset.field {
    width: 100%;
    padding: 0 15px;
  }
  .form-shipping-address > .fieldset > fieldset.field > .control {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .form-shipping-address > .fieldset > fieldset.field > .control .field {
    padding-bottom: 12px;
    padding: 0 15px 12px;
    width: 50%;
  }
}
/* Postcode Search - Crafty Clicks */
.search-container {
  width: 100% !important;
  padding-bottom: 40px !important;
}
.search-container .search-bar {
  width: 100%;
  display: flex;
}
.search-container .search-bar button {
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 15px;
}
.search-container .search-list {
  padding-top: 15px;
}
/* New Address Modal */
.modal-popup .fieldset.address {
  margin: 0 -15px;
  zoom: 1;
}
.modal-popup .fieldset.address:before,
.modal-popup .fieldset.address:after {
  content: "";
  display: table;
}
.modal-popup .fieldset.address:after {
  clear: both;
}
.modal-popup .fieldset.address .field {
  float: left;
  width: 50%;
  padding: 0 15px 15px;
}
.modal-popup .fieldset.address .field.street {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.modal-popup .fieldset.address .field.street .label {
  padding-left: 15px;
}
.modal-popup .fieldset.address .field.choice {
  width: 100%;
}
/* Checkout Confirmation */
.checkout-onepage-success .page-title-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #dddddd;
  max-width: 50%;
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper h1 {
  margin: 0;
}
.checkout-success {
  max-width: 50%;
  margin: 0 auto 30px;
  text-align: center;
}
.checkout-success p:first-child {
  font-size: 18px;
  margin-bottom: 10px;
}
.checkout-success p:first-child a {
  color: #000000;
}
.amcard-button {
  background-color: #f0ca98;
  color: #000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all .6s ease;
  border-radius: 5px;
}
.amcard-button:hover {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.checkout-container .cart-summary .amcard-title,
.cart-container .cart-summary .amcard-title {
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
}
.checkout-container .cart-summary .amcard-field,
.cart-container .cart-summary .amcard-field {
  height: 40px;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  box-shadow: none !important;
  transition: all .6s ease;
  margin-bottom: 15px;
}
.checkout-container .cart-summary .amcard-check,
.cart-container .cart-summary .amcard-check {
  display: none;
}
.checkout-container .cart-summary .amcard-codes-list .message-error,
.cart-container .cart-summary .amcard-codes-list .message-error {
  margin-top: 0px;
  margin-bottom: 15px;
}
.checkout-container .cart-summary .amcard-field-block,
.cart-container .cart-summary .amcard-field-block {
  position: relative;
}
.checkout-container .cart-summary .amcard-field-block .field-tooltip,
.cart-container .cart-summary .amcard-field-block .field-tooltip {
  top: 10px;
  right: -30px;
}
.checkout-container .cart-summary .amcard-field-block .field-tooltip-content,
.cart-container .cart-summary .amcard-field-block .field-tooltip-content {
  z-index: 2;
}
.checkout-container .cart-summary .amcard-delete,
.cart-container .cart-summary .amcard-delete {
  background-color: #f0ca98;
  color: #000;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all .6s ease;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.checkout-container .cart-summary .amcard-delete:hover,
.cart-container .cart-summary .amcard-delete:hover {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.checkout-container .cart-summary .block.discount + .block.discount,
.cart-container .cart-summary .block.discount + .block.discount {
  margin-top: -15px;
}
/*  .cart-container .cart-summary .amcard-field-container{ padding: 0px 30px; padding-bottom: 30px; } */
.cart-container .cart-summary .amcard-title,
.cart-container .cart-summary .discount .fieldset .field .label {
  display: none;
}
.cart-container .cart-summary .amcard-field-block {
  padding-right: 35px;
}
.cart-container .cart-summary .amcard-field-block .field-tooltip {
  right: 0px;
}
.amcard-page-product .product.media {
  border: none;
}
.amcard-page-product .amcard-preview-container {
  display: none;
}
.amcard-page-product .amcard-input.-hidden,
.amcard-page-product -hidden {
  display: none;
}
.amcard-page-product .amcard-field {
  height: 45px;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #ddd;
  box-shadow: none !important;
  transition: all .6s ease;
  margin-bottom: 20px;
}
.amcard-page-product .amcard-title {
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.amcard-page-product .product-info-main .product-info-stock-sku {
  display: none;
}
.amcard-page-product .product-info-main .amcard-image {
  padding: 5px !important;
  cursor: pointer;
  transition: all 0.6s ease;
}
.amcard-page-product .product-info-main .amcard-image:hover {
  box-shadow: none;
}
.amcard-page-product .product-info-main .amcard-image.selected {
  box-shadow: 0 0 10px rgba(130, 130, 130, 0.6);
}
.amcard-page-product .product-info-main .amcard-preview {
  display: none !important;
}
.amcard-page-product .amcard-field,
.amcard-page-product .amcard-carousel-container {
  margin-bottom: 20px;
  max-width: 100%;
}
.amcard-page-product .amcard-field-block.-double {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.amcard-page-product .amcard-field-block.-double .amcard-field {
  margin-right: 20px;
  margin-bottom: 0px;
}
.amcard-page-product .amcard-field-block textarea {
  padding-top: 12px;
}
.amcard-page-product .amcard-button {
  background-color: #f0ca98;
  color: #000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: none;
  white-space: normal;
  transition: all .6s ease;
  border-radius: 5px;
}
.amcard-page-product .amcard-button:hover {
  background-color: #eab36b;
  color: #000000;
  border-color: transparent;
}
.amcard-page-product .amcard-warning,
.amcard-page-product div.mage-error {
  font-size: 12px;
  color: #cb636f;
  padding-top: 0px;
  padding-bottom: 15px;
  display: block;
  margin-top: -10px;
}
.amcard-page-product img.amcard-image.-active {
  border: 1px solid #f7c990;
  transition: 0s !important;
}
.amcard-page-product .amcard-carousel-container .slick-slider {
  padding: 0 18px;
}
.amcard-page-product .amcard-image-container {
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .amcard-page-product .product.media {
    margin-bottom: 0px;
  }
}
/* HERMES Styling */
.hermes-search-fields,
.hermes-select-fields,
.hermes-shop-details {
  margin-bottom: 10px;
}
.hermes-search-fields {
  width: 100%;
  display: flex;
  align-items: center;
}
.hermes-search-fields .field {
  width: 100%;
}
.hermes-search-fields button {
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 15px;
  height: 45px;
  margin-top: 4px;
}
.hermes-shop-details table {
  width: 100%;
}
.hermes-shop-details tr {
  border-bottom: 1px solid #ddd;
}
.hermes-shop-details tr:last-child {
  border-bottom: none;
}
.hermes-shop-details td {
  padding: 10px 0;
}
.hermes-shop-details td:first-child {
  font-weight: 600;
  color: #000000;
}
/* Modals */
.modal-open {
  overflow: hidden;
}
.modals-wrapper {
  display: none;
}
._has-modal .modals-wrapper {
  display: block;
}
.modals-wrapper .modal-slide,
.modals-wrapper .modal-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999 !important;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
.modals-wrapper .modal-slide .modal-inner-wrap,
.modals-wrapper .modal-popup .modal-inner-wrap {
  width: 800px;
  max-width: 90%;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  position: relative;
  border-radius: 5px;
}
.modals-wrapper .modal-slide._inner-scroll .modal-inner-wrap,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  overflow-y: auto;
}
.modals-wrapper .modal-slide.modal-no-padding .modal-inner-wrap,
.modals-wrapper .modal-popup.modal-no-padding .modal-inner-wrap {
  padding: 0;
}
.modals-wrapper .modal-slide.modal-no-padding .modal-inner-wrap .action-close,
.modals-wrapper .modal-popup.modal-no-padding .modal-inner-wrap .action-close {
  right: -40px;
  top: -5px;
  color: #ffffff;
}
.modals-wrapper .modal-slide.confirm .modal-inner-wrap,
.modals-wrapper .modal-popup.confirm .modal-inner-wrap {
  max-width: 400px;
}
.modals-wrapper .modal-slide .modal-footer,
.modals-wrapper .modal-popup .modal-footer {
  padding-top: 30px;
}
.modals-wrapper .modal-slide .modal-footer button,
.modals-wrapper .modal-popup .modal-footer button {
  padding: 8px 15px;
}
.modals-wrapper .modal-slide .modal-footer .action-accept,
.modals-wrapper .modal-popup .modal-footer .action-accept {
  float: left;
  margin-right: 15px;
}
.modals-wrapper .modal-slide .modal-footer .action-dismiss,
.modals-wrapper .modal-popup .modal-footer .action-dismiss {
  background-color: #dcdcdc;
}
.modals-wrapper .modal-slide .modal-footer .action-dismiss:hover,
.modals-wrapper .modal-popup .modal-footer .action-dismiss:hover,
.modals-wrapper .modal-slide .modal-footer .action-dismiss:focus,
.modals-wrapper .modal-popup .modal-footer .action-dismiss:focus {
  background-color: #c2c2c2;
}
.modals-wrapper .modal-slide .action-close,
.modals-wrapper .modal-popup .action-close {
  position: absolute;
  top: 15px;
  right: 17px;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  border: none;
  background: transparent;
  padding: 0;
}
.modals-wrapper .modal-slide .action-close span,
.modals-wrapper .modal-popup .action-close span {
  display: none;
}
.modals-wrapper .modal-slide .action-close:before,
.modals-wrapper .modal-popup .action-close:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.modals-wrapper .modal-slide .action-close:hover,
.modals-wrapper .modal-popup .action-close:hover {
  color: #cb636f;
}
.modals-wrapper .modal-slide._show,
.modals-wrapper .modal-popup._show {
  visibility: visible;
  opacity: 1;
}
.modals-wrapper .modal-slide.quick-view-modal .modal-inner-wrap,
.modals-wrapper .modal-popup.quick-view-modal .modal-inner-wrap {
  width: 1100px;
}
.modals-wrapper .modal-slide.quick-view-modal iframe,
.modals-wrapper .modal-popup.quick-view-modal iframe {
  height: 80vh;
  max-height: 800px;
}
.modals-wrapper .container {
  width: 100%;
}
.modals-wrapper .modals-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998 !important;
}
/* Exit Modal */
.modal-exit {
  text-align: center;
  padding: 30px 0;
  padding-left: 300px;
}
.modal-exit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: auto;
  width: 300px;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-image: url(../images/image-party-started.jpg);
}
.modal-exit h3 {
  font-size: 30px;
}
.modal-exit .lead {
  margin-bottom: 30px;
}
.modal-exit .newsletter {
  margin: 0;
}
.modal-exit .newsletter form {
  margin: 0;
}
.modal-exit .newsletter .title {
  display: none;
}
.modal-exit .newsletter .control {
  position: relative;
}
.modal-exit .newsletter .control input {
  padding-right: 120px;
}
.modal-exit .newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 105px;
  padding-left: 0;
  padding-right: 0;
}
/* Loaders */
.loading-mask,
#amasty-shopby-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999 !important;
  background: url(../images/loading.svg) rgba(255, 255, 255, 0.9) 50% 50% no-repeat;
  background-size: auto 80px;
  display: block;
  align-items: center;
  text-align: center;
}
.loading-mask .loader,
#amasty-shopby-overlay .loader {
  /*width:80px; height: 80px; background: url(../images/loading.svg); background-size: 100% 100%; margin: auto;*/
  display: none;
}
.loading-mask .loader p,
#amasty-shopby-overlay .loader p,
.loading-mask .loader img,
#amasty-shopby-overlay .loader img {
  display: none;
}
#amasty-shopby-overlay {
  display: none;
}
/* Searchanise */
body .snize-ac-results {
  font-size: 12px;
}
body .snize-ac-results li.snize-label {
  text-align: left;
  padding: 3px 10px;
  font-weight: 600;
}
body .snize-ac-results li.snize-view-all-link span {
  font-weight: 600;
}
/* Cookie */
.message.cookie {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 300px;
  max-width: 90%;
  padding: 15px;
  background: #f5f5f5;
  font-size: 11px;
  border: 2px solid #dddddd;
  text-align: left;
  z-index: 999999999999;
  margin: 0;
}
.message.cookie p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.message.cookie button {
  font-size: 11px;
  padding: 5px 12px;
}
.fotorama-video-container:after {
  background: url(../images/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../images/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* Responsive */
/* Largest Devices */
@media only screen and (min-width: 1200px) {
  .product-list .row-products .col-lg-3 {
    width: 20%;
  }
}
/* Responsive */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-summary .block.samples .title strong {
    font-size: 12px;
  }
}
/* Responsive */
/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.checkout-index-index ) {
    padding-top: 160px !important;
  }
  .header {
    padding: 15px 0;
  }
  .header .logo img {
    height: 24px;
  }
  .header .header-center {
    width: 260px;
  }
  .header .header-right .btn-wishlist {
    margin-left: 15px;
  }
  .mini-cart-container {
    margin-left: 15px;
  }
  .navigation-inner > ul {
    font-size: 11px;
  }
  .navigation li.parent a:after {
    margin-left: 3px;
  }
  .navigation li.parent .submenu {
    font-size: 11px;
  }
  .navigation li.parent.megamenu > .submenu {
    width: auto !important;
    left: 15px;
    right: 15px;
  }
  .navigation li.parent.megamenu > .submenu li ul {
    font-size: 11px;
  }
  #usps {
    display: flex;
  }
  #usps .col {
    flex-grow: 1;
    padding: 0 5px;
    width: auto;
  }
  .usps {
    padding: 10px 0;
  }
  .usp {
    font-size: 11px;
  }
  .usp-image {
    margin-right: 10px;
  }
  .usp-image img {
    max-height: 20px;
    width: auto;
  }
  .usp-content p span {
    font-size: 10px;
  }
  .banner-block-content {
    width: 70%;
    padding: 20px;
    font-size: 12px;
  }
  .banner-block-lg .banner-block-content {
    min-height: 0;
    margin: 20px;
    width: 60%;
    padding: 30px;
  }
  .banner-block-lg .banner-block-content h1,
  .banner-block-lg .banner-block-content h2 {
    font-size: 35px;
  }
  .box.button-links .btn,
  .box.button-links .modals-wrapper .modal-slide .modal-footer button,
  .box.button-links .modals-wrapper .modal-popup .modal-footer button {
    width: 28%;
    font-size: 11px;
  }
  .box.button-links .btn:nth-child(n+7),
  .box.button-links .modals-wrapper .modal-slide .modal-footer button:nth-child(n+7),
  .box.button-links .modals-wrapper .modal-popup .modal-footer button:nth-child(n+7) {
    display: none;
  }
  .card-page-block .card-content {
    font-size: 12px;
  }
  .toolbar-right .toolbar-show {
    display: none;
  }
  .data.table.grouped th,
  .data.table.grouped td {
    vertical-align: top;
  }
  .data.table.grouped td.image {
    width: 85px;
  }
  .brand-letters {
    font-size: 18px;
  }
  .brand-letters li {
    margin: 0 5px 5px !important;
  }
  .widget-usp {
    padding: 20px;
    font-size: 12px;
  }
  .widget-usp img {
    width: 30px;
    max-height: 30px;
    margin-right: 15px;
  }
  .widget-usp h3 {
    font-size: 18px;
  }
  .cart.data.table .item .product-item-photo {
    display: none;
  }
  .cart-summary > .title {
    padding: 20px;
  }
  .cart-summary .block.shipping .title,
  .cart-summary .block.discount .title,
  .cart-summary .block.samples .title {
    padding: 12px 40px 12px 20px;
  }
  .cart-summary .block.shipping .title strong,
  .cart-summary .block.discount .title strong,
  .cart-summary .block.samples .title strong {
    font-size: 12px;
  }
  .cart-summary .cart-totals,
  .cart-summary .checkout-methods-items {
    margin: 0 -10px;
  }
  .opc-wrapper .payment-method-titles {
    margin-left: -5px;
    margin-right: -5px;
  }
  .opc-wrapper .payment-method-titles .payment-method-title {
    padding: 0 5px;
  }
  .opc-wrapper .payment-method-titles .payment-method-title label {
    padding: 15px;
    font-size: 12px;
    line-height: 1.2;
  }
  .section-brand-offers .brand-offers .offer-text {
    font-size: 14px;
  }
  .section-brand-offers .brand-offers.slider li {
    padding: 0px 20px;
  }
  .section-brand-offers .brand-offers li a {
    min-height: 100px;
  }
  .section-brand-offers .brand-offers li img {
    padding: 0px 10px;
  }
  .category-round {
    max-width: 100px;
  }
  .footer .footer-main ul {
    margin: 0 0 30px;
  }
  .footer .footer-main ul li {
    margin: 0 10px;
  }
}
/* Responsive */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  /* Header */
  .topbar {
    display: none;
  }
  body {
    padding-top: 60px !important;
    font-size: 13px;
  }
  body.has-back {
    padding-top: 95px !important;
  }
  .header {
    padding: 0;
  }
  .header-inner {
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
  }
  .header .header-left {
    padding: 12px 0;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .header .header-left .logo img {
    height: 16px !important;
  }
  .header .header-left .btn-menu {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #f0ca98;
    color: #f0ca98;
    border-radius: 50%;
    margin-right: 10px;
  }
  .header .header-left .btn-mobile {
    display: inline-block;
  }
  .header .header-left .btn-search {
    color: #ffffff;
    margin-right: 10px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    height: 26px;
    line-height: 28px;
    display: inline-block;
  }
  .header .header-left .btn-search i {
    font-weight: 400;
  }
  .header .header-left .btn-menu,
  .header .header-left .btn-mobile {
    position: absolute;
    left: 0;
    top: 9px;
  }
  .header .header-left .btn-mobile {
    left: 40px;
  }
  .header .header-center {
    width: 100%;
    order: 3;
  }
  .header .header-search {
    display: none;
    padding-bottom: 10px;
  }
  .header .header-right {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .header .header-right > * .btn-icon-image img {
    height: 16px;
  }
  .header .header-right > *.mini-cart-container {
    border-right: none;
    margin-left: 10px;
  }
  .header .header-right .btn-mobile {
    display: block;
    font-size: 13px;
  }
  .header .header-right .header-wishlist {
    display: none !important;
  }
  .header .header-right .mini-cart-container .btn-basket {
    z-index: 100;
  }
  .header .header-right .mini-cart-container .btn-basket img {
    height: 26px;
  }
  .header .header-right .mini-cart-container .btn-basket .count {
    top: 0;
    right: 50%;
    margin-right: -18px;
    background: #ffffff;
  }
  .header .header-right .mini-cart {
    right: -10px;
    max-width: 290px;
    margin-top: 9px;
    padding: 15px;
  }
  .header .header-right .mini-cart .mini-cart-title {
    padding: 12px 15px;
    margin: -15px -15px 0;
  }
  .header .header-right .mini-cart .mini-product-list {
    max-height: 140px;
  }
  .header .header-right .mini-cart .mini-cart-actions {
    margin: 0 -15px -15px !important;
    padding: 10px 15px;
  }
  .header .header-right .account-dropdown .dropdown-menu {
    margin-right: -21px;
  }
  /* Navigation */
  .navigation-container {
    border: none;
    height: 0;
  }
  .navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 43px;
    height: auto;
    position: fixed;
    left: -100%;
    right: 100%;
    z-index: 98;
    margin: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    background: #d7d7d7;
  }
  .navigation-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation-inner > ul > li:hover > a {
    background: #d7d7d7;
  }
  .navigation ul {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
  }
  .navigation ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation ul li a,
  .navigation ul li span.li {
    text-align: left;
    padding: 10px 15px;
    display: block;
    color: #000000;
    background: #d7d7d7;
  }
  .navigation ul li a .badge,
  .navigation ul li span.li .badge {
    display: none;
  }
  .navigation ul li.parent > a,
  .navigation ul li.parent > span.li {
    position: relative;
    cursor: pointer;
  }
  .navigation ul li.parent > a:after,
  .navigation ul li.parent > span.li:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 9px;
    right: 15px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    transition: all 0.6s ease;
  }
  .navigation ul li.parent > a.open:after,
  .navigation ul li.parent > span.li.open:after {
    transform: rotate(-90deg);
  }
  .navigation ul li ul,
  .navigation ul li .submenu {
    font-size: 12px;
    text-transform: none;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .navigation ul li ul li a,
  .navigation ul li .submenu li a,
  .navigation ul li ul li span.li,
  .navigation ul li .submenu li span.li {
    color: #000000;
    background: rgba(0, 0, 0, 0.05);
  }
  .navigation ul li ul li a:before,
  .navigation ul li .submenu li a:before,
  .navigation ul li ul li span.li:before,
  .navigation ul li .submenu li span.li:before {
    content: "- ";
  }
  .navigation ul li ul li a:hover,
  .navigation ul li .submenu li a:hover,
  .navigation ul li ul li span.li:hover,
  .navigation ul li .submenu li span.li:hover {
    color: #000000;
  }
  .navigation ul li ul li.parent > a:after,
  .navigation ul li .submenu li.parent > a:after,
  .navigation ul li ul li.parent > span.li:after,
  .navigation ul li .submenu li.parent > span.li:after {
    font-size: 18px;
  }
  .navigation ul li ul li:last-child,
  .navigation ul li .submenu li:last-child {
    border-bottom: none;
  }
  .navigation ul li ul li .swatch-option,
  .navigation ul li .submenu li .swatch-option {
    display: none;
  }
  .navigation ul li ul ul,
  .navigation ul li .submenu ul {
    font-size: 12px;
    display: block;
  }
  .navigation ul li ul ul ul,
  .navigation ul li .submenu ul ul {
    display: none;
  }
  .navigation ul li ul ul ul li a,
  .navigation ul li .submenu ul ul li a,
  .navigation ul li ul ul ul span.li,
  .navigation ul li .submenu ul ul span.li {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.2);
  }
  .navigation ul li ul .section-title,
  .navigation ul li .submenu .section-title,
  .navigation ul li ul .btn,
  .navigation ul li .submenu .btn,
  .navigation ul li ul .col-megamenu-image,
  .navigation ul li .submenu .col-megamenu-image,
  .navigation ul li ul .modals-wrapper .modal-slide .modal-footer button,
  .navigation ul li .submenu .modals-wrapper .modal-slide .modal-footer button,
  .navigation ul li ul .modals-wrapper .modal-popup .modal-footer button,
  .navigation ul li .submenu .modals-wrapper .modal-popup .modal-footer button {
    display: none;
  }
  .navigation .topbar {
    display: block;
    background: none;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
  }
  .navigation.open {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  .has-back .navigation {
    top: 78px;
  }
  .checkout-index-index {
    padding-top: 75px;
  }
  .checkout-index-index .page-main {
    padding-top: 0;
  }
  .checkout-index-index .header {
    border: none;
  }
  .checkout-index-index .header-inner {
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .checkout-index-index .header .btn-menu {
    display: none;
  }
  .checkout-index-index .header .header-left {
    padding: 0;
  }
  .checkout-index-index .header .header-left .logo img {
    height: 18px !important;
    margin-top: 0;
  }
  .checkout-index-index .header .header-center {
    display: none;
  }
  .checkout-index-index .header .header-right {
    border: none;
    padding-right: 15px;
  }
  .checkout-index-index .header .header-right .phone {
    font-size: 11px;
    width: 100%;
    text-align: right;
    border: none;
  }
  .checkout-index-index .header .header-right .phone .h3 {
    font-size: 14px;
  }
  .checkout-index-index .header .header-right .btn-mobile,
  .checkout-index-index .header .header-right .account-dropdown,
  .checkout-index-index .header .header-right .mini-cart-container {
    display: none !important;
  }
  /* USPS */
  .usps {
    padding: 8px 0;
    font-size: 10px;
    margin-top: -15px;
    max-height: 35px;
    overflow: hidden;
  }
  .usps .col {
    border: none;
  }
  .usps .col:not(:first-child):not(.slick-slide) {
    display: none !important;
  }
  .usps .usp {
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 2px 0;
  }
  .usps .usp-image {
    margin-right: 5px;
    display: inline;
    float: none;
  }
  .usps .usp-image img {
    height: 13px;
    margin-top: -2px;
    display: inline-block;
  }
  .usps .usp-content {
    overflow: visible;
    display: inline;
  }
  .usps .usp-content p {
    display: inline;
  }
  .usps .usp-content p span {
    display: inline;
    font-size: 10px;
  }
  #usps:not(.slick-slider) .col:not(:first-child) {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  /* Typography */
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p.lead {
    font-size: 16px;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .section-title:before {
    display: none;
  }
  .section-title p {
    max-width: none;
  }
  /* Category */
  .message {
    font-size: 12px;
    padding: 8px 10px;
  }
  /* Cards */
  .card-product {
    margin-bottom: 0;
  }
  .card-product .card-image .btn-wishlist-dark {
    opacity: 1;
  }
  .card-video .card-image .fas {
    font-size: 50px;
  }
  .card-subcategory .card-content {
    padding: 15px;
  }
  .card-subcategory .card-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .card-brand .card-content {
    padding: 10px 0;
  }
  .card-brand .card-content h6 {
    font-size: 11px;
  }
  .box-contact {
    padding: 30px;
  }
  .box-contact .box-image {
    display: none;
  }
  /*.icon-categories{flex-wrap: wrap;
        .box-icon{width: calc(50% - 10px);}
    }*/
  .banner-block {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .banner-block-image {
    position: static;
    height: 35vw;
  }
  .banner-block-image:after {
    display: none;
  }
  .banner-block-content {
    padding: 20px !important;
    margin: -20px 15px 0 !important;
    width: auto !important;
  }
  .banner-block-content.hide-content {
    display: none;
  }
  .banner-block-lg .banner-block-content {
    min-height: 0;
  }
  .banner-block-lg .banner-block-content h1,
  .banner-block-lg .banner-block-content h2 {
    font-size: 25px;
  }
  .banner-block.brand-banner {
    padding: 0;
    background: none;
  }
  .banner-block.brand-banner .banner-block-image {
    height: 25vw;
    border-radius: 5px;
    overflow: hidden;
  }
  .banner-block.brand-banner .banner-block-content {
    margin: -30px 0 0 !important;
    padding: 0 !important;
  }
  .banner-block.brand-banner .banner-block-content .brand-logo {
    padding: 10px 20px;
    margin-bottom: 5px;
  }
  .banner-block.brand-banner .banner-block-content .brand-logo img {
    height: 40px;
  }
  .banner-block.no-image {
    padding-top: 20px;
  }
  .banner-block.wishlist-banner .banner-block-text {
    max-height: 80px;
    overflow: auto;
  }
  .banners .slick-dots {
    bottom: -22px;
    left: 0;
    padding: 0;
  }
  .block.filter {
    padding: 0;
    margin: 10px 0 0;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
  }
  .block.filter .block-title {
    margin: 0;
    padding: 10px 15px;
    background: #f0ca98;
    color: #000000;
    font-size: 14px;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .block.filter .block-title strong {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
  .block.filter .block-title:after {
    content: "\f107";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 11px;
  }
  .block.filter .block-title.open:after {
    content: "\f106";
  }
  .block.filter .block-content {
    padding: 10px;
    border: 2px solid #f0ca98;
    border-top: none;
    display: none;
    border-radius: 0 0 5px 5px;
  }
  .toolbar-right .block.filter {
    display: none;
  }
  .sidebar .block.filter {
    display: none;
  }
  .product-filters .block.filter {
    padding: 15px;
    margin: 15px 0 20px;
  }
  .product-filters .block.filter .toolbar-sort {
    display: block;
  }
  .product-filters .block.filter .block-subtitle {
    display: block;
    color: #000000;
  }
  .product-filters .block.filter .block-title {
    display: none;
  }
  .product-filters .block.filter .block-content {
    padding: 0;
    border: none;
  }
  .product-filters .block.filter .block-content .filter-options .filter-options-item {
    width: 50%;
  }
  .product-filters .block.filter .block-content .filter-current {
    flex-direction: column;
  }
  .product-filters .block.filter .block-content .filter-current .block-subtitle {
    width: 100%;
    padding: 0 0 10px;
  }
  .product-filters .block.filter .block-content .filter-current .items {
    font-size: 12px;
  }
  .product-filters .block.filter .block-content .filter-actions {
    padding-left: 0;
  }
  .toolbar-inner .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
  }
  .toolbar-inner .row:before,
  .toolbar-inner .row:after {
    display: none;
  }
  .toolbar-inner .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .box.button-links .btn,
  .box.button-links .modals-wrapper .modal-slide .modal-footer button,
  .box.button-links .modals-wrapper .modal-popup .modal-footer button {
    width: 43%;
    font-size: 11px;
    margin: 4px !important;
  }
  .box.button-links .btn:nth-child(n+5),
  .box.button-links .modals-wrapper .modal-slide .modal-footer button:nth-child(n+5),
  .box.button-links .modals-wrapper .modal-popup .modal-footer button:nth-child(n+5) {
    display: none;
  }
  /* Products */
  .product.media {
    min-height: 375px;
  }
  .toolbar-left {
    padding-top: 0;
  }
  .toolbar-left p.amount {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .toolbar-right .toolbar-show {
    display: none;
  }
  .toolbar-right .toolbar-sort {
    margin: 0;
  }
  .toolbar-right .toolbar-sort label {
    margin: 0 0 2px;
    display: block;
  }
  .toolbar-right .toolbar-sort .form-control {
    width: 100%;
    flex-grow: 1;
  }
  .pages .items {
    padding-top: 20px;
    text-align: center;
  }
  .product-info-main h1 {
    font-size: 22px;
  }
  .product-info-main .add-to-basket .add-button button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .box-add-to-cart {
    padding: 15px;
  }
  .data.table.grouped th,
  .data.table.grouped td {
    padding: 5px;
    vertical-align: top;
  }
  .data.table.grouped td.image {
    width: 60px;
  }
  .data.table.grouped td.item .product-item-name {
    font-size: 11px;
  }
  /* Sections */
  .section-content-image .content-image-image,
  .section-content-image .content-image-video {
    position: static;
    height: 50vw;
    width: 100%;
  }
  .section-content-image .content-image-content {
    min-height: 0;
    width: 100%;
    padding: 20px 0 0;
  }
  .section-content-image .content-image-content-inner > .box {
    padding: 20px !important;
    margin: -40px 15px 0 !important;
  }
  .section-content-image .col-content {
    margin: 0;
  }
  .section-brand-logos .brand-logos.slider li {
    padding: 0 15px;
  }
  .insta-feed {
    flex-wrap: wrap;
    margin: -5px;
  }
  .insta-feed .insta-col {
    width: 33% !important;
    transform: none !important;
  }
  .insta-feed .insta-col:nth-child(2) {
    display: none;
  }
  .insta-feed .insta-col .card-instagram {
    margin: 0 5px 10px;
  }
  .insta-feed .insta-col .card-instagram .card-content .fab,
  .insta-feed .insta-col .card-instagram .card-content .h6 {
    display: none;
  }
  .widget-usp {
    padding: 20px;
    font-size: 12px;
  }
  .widget-usp img {
    width: 30px;
    max-height: 30px;
    margin-right: 15px;
  }
  .widget-usp h3 {
    font-size: 18px;
  }
  .box-product-share {
    margin: 0;
  }
  .box-product-share p {
    margin-right: 10px;
  }
  .row-page-blocks .card-page-block-sm {
    min-height: 315px;
  }
  .round-categories {
    flex-wrap: wrap;
    justify-content: center;
  }
  .round-categories .category-round {
    width: 50%;
    margin: 0;
    padding: 0 15px;
    max-width: 200px;
  }
  .box-icon-wide {
    padding: 5px;
  }
  .box-icon-wide .box-image {
    height: 42px;
    margin-right: 10px;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 40px;
  }
  .box-login {
    padding: 30px;
  }
  .box-widget {
    padding: 20px;
    padding-right: 100px;
    min-height: 0;
  }
  .box-widget .box-widget-image {
    width: 100px;
  }
  /* Forms */
  .form-control,
  .input-text,
  select {
    font-size: 16px;
  }
  .order-links li strong,
  .order-links li a {
    padding: 6px 12px;
    font-size: 12px;
  }
  /* Cart / Checkout */
  .cart.data.table {
    margin-bottom: 20px;
  }
  .cart.data.table th,
  .cart.data.table td {
    padding: 10px;
    font-size: 13px;
  }
  .cart.data.table th.price,
  .cart.data.table td.price {
    display: none;
  }
  .cart.data.table th .actions-toolbar,
  .cart.data.table td .actions-toolbar {
    font-size: 11px;
  }
  .cart.data.table .item .product-item-photo {
    display: none;
  }
  .cart.data.table .item .product-item-details {
    overflow: visible;
    padding-top: 5px;
    font-size: 12px;
  }
  .cart.data.table .item .product-item-details .product-options th,
  .cart.data.table .item .product-item-details .product-options td {
    font-size: 1px;
    padding-left: 5px;
  }
  .cart.data.table .item .cart-price {
    font-size: 12px;
  }
  .cart.data.table .item .item-actions {
    font-size: 12px;
  }
  .cart.data.table .item .field.qty .input-text {
    width: 50px;
  }
  .cart-block {
    padding: 15px;
    margin-bottom: 10px;
  }
  .cart.main.actions .btn,
  .cart.main.actions .modals-wrapper .modal-slide .modal-footer button,
  .cart.main.actions .modals-wrapper .modal-popup .modal-footer button {
    font-size: 10px;
    padding: 6px 12px;
  }
  .opc-wrapper .payment-method-content {
    padding: 15px;
  }
  .opc-progress-bar li {
    font-size: 11px;
  }
  .opc-wrapper .payment-method-titles {
    margin-left: -5px;
    margin-right: -5px;
  }
  .opc-wrapper .payment-method-titles .payment-method-title {
    padding: 0 5px;
  }
  .opc-wrapper .payment-method-titles .payment-method-title label {
    padding: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
  .checkout-success,
  .checkout-onepage-success .page-title-wrapper {
    max-width: none;
  }
  .block-amazon-login .block-content {
    font-size: 11px;
  }
  .table-wrapper {
    overflow-y: auto;
  }
  .row-products {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-products .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
  ul.list-inline.tab-list {
    font-size: 11px;
  }
  ul.list-inline.tab-list li {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  /* Footer */
  .footer {
    margin-top: 30px;
  }
  .footer .footer-newsletter {
    padding: 20px 0;
  }
  .footer .footer-main {
    padding: 30px 0 0;
  }
  .footer .footer-main .footer-logo {
    display: none;
  }
  .footer .footer-main .social-icons {
    margin: 0 0 25px;
    text-align: center;
  }
  .footer .footer-main ul {
    margin: 0 0 8px;
  }
  .footer .footer-main .footer-cards img {
    height: 20px;
  }
  .footer .copyright {
    text-align: center;
    padding: 15px 0;
    border: none;
  }
  .footer .copyright p {
    margin: 0 0 10px;
  }
  .footer .copyright-right {
    text-align: center;
    padding-top: 10px;
  }
  .modals-wrapper .modal-slide .modal-inner-wrap,
  .modals-wrapper .modal-popup .modal-inner-wrap {
    padding: 30px;
  }
  .modals-wrapper .modal-slide.modal-no-padding .modal-inner-wrap .action-close,
  .modals-wrapper .modal-popup.modal-no-padding .modal-inner-wrap .action-close {
    right: 10px;
    top: 10px;
    color: #000000;
  }
  .modals-wrapper .modal-slide .action-close,
  .modals-wrapper .modal-popup .action-close {
    top: 10px;
    right: 10px;
  }
  .modals-wrapper .container {
    width: 100%;
  }
  .modals-wrapper .modals-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998 !important;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .row-xs-full .col {
    width: 100%;
  }
  .opc-wrapper .checkout-shipping-address .shipping-address-items {
    flex-wrap: wrap;
  }
  .opc-wrapper .checkout-shipping-address .shipping-address-items .shipping-address-item {
    width: 100%;
  }
  .block-amazon-login .block-content {
    flex-wrap: wrap;
  }
  .block-amazon-login .block-content .actions-toolbar {
    margin: 15px 0 0;
  }
  .product-filters .block.filter .block-content .filter-options .filter-options-item {
    width: 100%;
  }
  .wide-categories .row > .col:nth-child(n+4) {
    display: none;
  }
  .box-grey-premier {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .box-dashboard-premier .box-title {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .box-dashboard-premier .premier-cta {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
