@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content:" (" attr(href) ")";
  }
  abbr[title]:after {
    content:" (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content:"";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  src: url("../css/fonts/glyphicons-halflings-regular.eot");
  src: url("../css/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../css/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../css/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #363636;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

h1, .h1, h2, .h2, h3, .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, .h4, h5, .h5, h6, .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%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #363636;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #363636;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline, .list-unstyled, .my-lists .lists {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

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

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

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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, #headerCarousel .off-blocks-wrapper, body.page-lookbook #lookbookCarousel {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, #headerCarousel .off-blocks-wrapper:before, body.page-lookbook #lookbookCarousel:before, .container:after, #headerCarousel .off-blocks-wrapper:after, body.page-lookbook #lookbookCarousel:after {
  content:" ";
  display: table;
}

.container:after, #headerCarousel .off-blocks-wrapper:after, body.page-lookbook #lookbookCarousel:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, #headerCarousel .off-blocks-wrapper, body.page-lookbook #lookbookCarousel {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, #headerCarousel .off-blocks-wrapper, body.page-lookbook #lookbookCarousel {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, #headerCarousel .off-blocks-wrapper, body.page-lookbook #lookbookCarousel {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .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 > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #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[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .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] {
    line-height: 30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .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] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #363636;
  border-color: #292929;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #0a0a0a;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #0a0a0a;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #000;
}

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

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #363636;
  border-color: #292929;
}

.btn-primary .badge {
  color: #363636;
  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: #255525;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup, .dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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 > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg .caret {
  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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #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=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #363636;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content:" ";
  display: table;
}

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

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

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

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

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

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

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, #headerCarousel .off-blocks-wrapper > .navbar-header, body.page-lookbook #lookbookCarousel > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, #headerCarousel .off-blocks-wrapper > .navbar-collapse, body.page-lookbook #lookbookCarousel > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header, .container-fluid > .navbar-header, #headerCarousel .off-blocks-wrapper > .navbar-header, body.page-lookbook #lookbookCarousel > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, #headerCarousel .off-blocks-wrapper > .navbar-collapse, body.page-lookbook #lookbookCarousel > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

@media (min-width: 992px) {
  .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: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.navbar-btn.btn-sm {
  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: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

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

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

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

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content:'/\00a0';
  padding: 0 5px;
  color: #ccc;
}

.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;
  line-height: 1.428571429;
  text-decoration: none;
  color: #363636;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #101010;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #363636;
  border-color: #363636;
  cursor: default;
}

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

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

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

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #363636;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1c1c1c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #363636;
  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;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #9c9c9c;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content:" ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #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: #363636;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #363636;
}

.panel-primary > .panel-heading .badge {
  color: #363636;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #363636;
}

.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: #ebccd0;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd0;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd0;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content:" ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content:"";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #000;
  bottom: -11px;
}

.popover.top > .arrow:after {
  content:" ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #000;
}

.popover.right > .arrow:after {
  content:" ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #000;
  top: -11px;
}

.popover.bottom > .arrow:after {
  content:" ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #000;
}

.popover.left > .arrow:after {
  content:" ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content:'\2039';
}

.carousel-control .icon-next:before {
  content:'\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content:" ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Prata";
  src: url("../css/fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "AmaticBold";
  src: url("../css/fonts/amatic-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Arabella";
  src: url("../css/fonts/arabella.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url("../css/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .my-lists .lists-link-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content:"\f000";
}

.fa-music:before {
  content:"\f001";
}

.fa-search:before {
  content:"\f002";
}

.fa-envelope-o:before {
  content:"\f003";
}

.fa-heart:before {
  content:"\f004";
}

.fa-star:before {
  content:"\f005";
}

.fa-star-o:before {
  content:"\f006";
}

.fa-user:before {
  content:"\f007";
}

.fa-film:before {
  content:"\f008";
}

.fa-th-large:before {
  content:"\f009";
}

.fa-th:before {
  content:"\f00a";
}

.fa-th-list:before {
  content:"\f00b";
}

.fa-check:before {
  content:"\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content:"\f00d";
}

.fa-search-plus:before {
  content:"\f00e";
}

.fa-search-minus:before {
  content:"\f010";
}

.fa-power-off:before {
  content:"\f011";
}

.fa-signal:before {
  content:"\f012";
}

.fa-gear:before, .fa-cog:before {
  content:"\f013";
}

.fa-trash-o:before {
  content:"\f014";
}

.fa-home:before {
  content:"\f015";
}

.fa-file-o:before {
  content:"\f016";
}

.fa-clock-o:before {
  content:"\f017";
}

.fa-road:before {
  content:"\f018";
}

.fa-download:before {
  content:"\f019";
}

.fa-arrow-circle-o-down:before {
  content:"\f01a";
}

.fa-arrow-circle-o-up:before {
  content:"\f01b";
}

.fa-inbox:before {
  content:"\f01c";
}

.fa-play-circle-o:before {
  content:"\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content:"\f01e";
}

.fa-refresh:before {
  content:"\f021";
}

.fa-list-alt:before {
  content:"\f022";
}

.fa-lock:before {
  content:"\f023";
}

.fa-flag:before {
  content:"\f024";
}

.fa-headphones:before {
  content:"\f025";
}

.fa-volume-off:before {
  content:"\f026";
}

.fa-volume-down:before {
  content:"\f027";
}

.fa-volume-up:before {
  content:"\f028";
}

.fa-qrcode:before {
  content:"\f029";
}

.fa-barcode:before {
  content:"\f02a";
}

.fa-tag:before {
  content:"\f02b";
}

.fa-tags:before {
  content:"\f02c";
}

.fa-book:before {
  content:"\f02d";
}

.fa-bookmark:before {
  content:"\f02e";
}

.fa-print:before {
  content:"\f02f";
}

.fa-camera:before {
  content:"\f030";
}

.fa-font:before {
  content:"\f031";
}

.fa-bold:before {
  content:"\f032";
}

.fa-italic:before {
  content:"\f033";
}

.fa-text-height:before {
  content:"\f034";
}

.fa-text-width:before {
  content:"\f035";
}

.fa-align-left:before {
  content:"\f036";
}

.fa-align-center:before {
  content:"\f037";
}

.fa-align-right:before {
  content:"\f038";
}

.fa-align-justify:before {
  content:"\f039";
}

.fa-list:before {
  content:"\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content:"\f03b";
}

.fa-indent:before {
  content:"\f03c";
}

.fa-video-camera:before {
  content:"\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content:"\f03e";
}

.fa-pencil:before {
  content:"\f040";
}

.fa-map-marker:before {
  content:"\f041";
}

.fa-adjust:before {
  content:"\f042";
}

.fa-tint:before {
  content:"\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content:"\f044";
}

.fa-share-square-o:before {
  content:"\f045";
}

.fa-check-square-o:before {
  content:"\f046";
}

.fa-arrows:before {
  content:"\f047";
}

.fa-step-backward:before {
  content:"\f048";
}

.fa-fast-backward:before {
  content:"\f049";
}

.fa-backward:before {
  content:"\f04a";
}

.fa-play:before {
  content:"\f04b";
}

.fa-pause:before {
  content:"\f04c";
}

.fa-stop:before {
  content:"\f04d";
}

.fa-forward:before {
  content:"\f04e";
}

.fa-fast-forward:before {
  content:"\f050";
}

.fa-step-forward:before {
  content:"\f051";
}

.fa-eject:before {
  content:"\f052";
}

.fa-chevron-left:before {
  content:"\f053";
}

.fa-chevron-right:before {
  content:"\f054";
}

.fa-plus-circle:before {
  content:"\f055";
}

.fa-minus-circle:before {
  content:"\f056";
}

.fa-times-circle:before {
  content:"\f057";
}

.fa-check-circle:before {
  content:"\f058";
}

.fa-question-circle:before {
  content:"\f059";
}

.fa-info-circle:before {
  content:"\f05a";
}

.fa-crosshairs:before {
  content:"\f05b";
}

.fa-times-circle-o:before {
  content:"\f05c";
}

.fa-check-circle-o:before {
  content:"\f05d";
}

.fa-ban:before {
  content:"\f05e";
}

.fa-arrow-left:before {
  content:"\f060";
}

.fa-arrow-right:before {
  content:"\f061";
}

.fa-arrow-up:before {
  content:"\f062";
}

.fa-arrow-down:before {
  content:"\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content:"\f064";
}

.fa-expand:before {
  content:"\f065";
}

.fa-compress:before {
  content:"\f066";
}

.fa-plus:before {
  content:"\f067";
}

.fa-minus:before {
  content:"\f068";
}

.fa-asterisk:before {
  content:"\f069";
}

.fa-exclamation-circle:before {
  content:"\f06a";
}

.fa-gift:before {
  content:"\f06b";
}

.fa-leaf:before {
  content:"\f06c";
}

.fa-fire:before {
  content:"\f06d";
}

.fa-eye:before {
  content:"\f06e";
}

.fa-eye-slash:before {
  content:"\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content:"\f071";
}

.fa-plane:before {
  content:"\f072";
}

.fa-calendar:before {
  content:"\f073";
}

.fa-random:before {
  content:"\f074";
}

.fa-comment:before {
  content:"\f075";
}

.fa-magnet:before {
  content:"\f076";
}

.fa-chevron-up:before {
  content:"\f077";
}

.fa-chevron-down:before {
  content:"\f078";
}

.fa-retweet:before {
  content:"\f079";
}

.fa-shopping-cart:before {
  content:"\f07a";
}

.fa-folder:before {
  content:"\f07b";
}

.fa-folder-open:before {
  content:"\f07c";
}

.fa-arrows-v:before {
  content:"\f07d";
}

.fa-arrows-h:before {
  content:"\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content:"\f080";
}

.fa-twitter-square:before {
  content:"\f081";
}

.fa-facebook-square:before {
  content:"\f082";
}

.fa-camera-retro:before {
  content:"\f083";
}

.fa-key:before {
  content:"\f084";
}

.fa-gears:before, .fa-cogs:before {
  content:"\f085";
}

.fa-comments:before {
  content:"\f086";
}

.fa-thumbs-o-up:before {
  content:"\f087";
}

.fa-thumbs-o-down:before {
  content:"\f088";
}

.fa-star-half:before {
  content:"\f089";
}

.fa-heart-o:before {
  content:"\f08a";
}

.fa-sign-out:before {
  content:"\f08b";
}

.fa-linkedin-square:before {
  content:"\f08c";
}

.fa-thumb-tack:before {
  content:"\f08d";
}

.fa-external-link:before {
  content:"\f08e";
}

.fa-sign-in:before {
  content:"\f090";
}

.fa-trophy:before {
  content:"\f091";
}

.fa-github-square:before {
  content:"\f092";
}

.fa-upload:before {
  content:"\f093";
}

.fa-lemon-o:before {
  content:"\f094";
}

.fa-phone:before {
  content:"\f095";
}

.fa-square-o:before {
  content:"\f096";
}

.fa-bookmark-o:before {
  content:"\f097";
}

.fa-phone-square:before {
  content:"\f098";
}

.fa-twitter:before {
  content:"\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content:"\f09a";
}

.fa-github:before {
  content:"\f09b";
}

.fa-unlock:before {
  content:"\f09c";
}

.fa-credit-card:before {
  content:"\f09d";
}

.fa-feed:before, .fa-rss:before {
  content:"\f09e";
}

.fa-hdd-o:before {
  content:"\f0a0";
}

.fa-bullhorn:before {
  content:"\f0a1";
}

.fa-bell:before {
  content:"\f0f3";
}

.fa-certificate:before {
  content:"\f0a3";
}

.fa-hand-o-right:before {
  content:"\f0a4";
}

.fa-hand-o-left:before {
  content:"\f0a5";
}

.fa-hand-o-up:before {
  content:"\f0a6";
}

.fa-hand-o-down:before {
  content:"\f0a7";
}

.fa-arrow-circle-left:before {
  content:"\f0a8";
}

.fa-arrow-circle-right:before {
  content:"\f0a9";
}

.fa-arrow-circle-up:before {
  content:"\f0aa";
}

.fa-arrow-circle-down:before {
  content:"\f0ab";
}

.fa-globe:before {
  content:"\f0ac";
}

.fa-wrench:before {
  content:"\f0ad";
}

.fa-tasks:before {
  content:"\f0ae";
}

.fa-filter:before {
  content:"\f0b0";
}

.fa-briefcase:before {
  content:"\f0b1";
}

.fa-arrows-alt:before {
  content:"\f0b2";
}

.fa-group:before, .fa-users:before {
  content:"\f0c0";
}

.fa-chain:before, .fa-link:before {
  content:"\f0c1";
}

.fa-cloud:before {
  content:"\f0c2";
}

.fa-flask:before {
  content:"\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content:"\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content:"\f0c5";
}

.fa-paperclip:before {
  content:"\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content:"\f0c7";
}

.fa-square:before {
  content:"\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content:"\f0c9";
}

.fa-list-ul:before {
  content:"\f0ca";
}

.fa-list-ol:before {
  content:"\f0cb";
}

.fa-strikethrough:before {
  content:"\f0cc";
}

.fa-underline:before {
  content:"\f0cd";
}

.fa-table:before {
  content:"\f0ce";
}

.fa-magic:before {
  content:"\f0d0";
}

.fa-truck:before {
  content:"\f0d1";
}

.fa-pinterest:before {
  content:"\f0d2";
}

.fa-pinterest-square:before {
  content:"\f0d3";
}

.fa-google-plus-square:before {
  content:"\f0d4";
}

.fa-google-plus:before {
  content:"\f0d5";
}

.fa-money:before {
  content:"\f0d6";
}

.fa-caret-down:before {
  content:"\f0d7";
}

.fa-caret-up:before {
  content:"\f0d8";
}

.fa-caret-left:before {
  content:"\f0d9";
}

.fa-caret-right:before {
  content:"\f0da";
}

.fa-columns:before {
  content:"\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content:"\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content:"\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content:"\f0de";
}

.fa-envelope:before {
  content:"\f0e0";
}

.fa-linkedin:before {
  content:"\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content:"\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content:"\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content:"\f0e4";
}

.fa-comment-o:before {
  content:"\f0e5";
}

.fa-comments-o:before {
  content:"\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content:"\f0e7";
}

.fa-sitemap:before {
  content:"\f0e8";
}

.fa-umbrella:before {
  content:"\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content:"\f0ea";
}

.fa-lightbulb-o:before {
  content:"\f0eb";
}

.fa-exchange:before {
  content:"\f0ec";
}

.fa-cloud-download:before {
  content:"\f0ed";
}

.fa-cloud-upload:before {
  content:"\f0ee";
}

.fa-user-md:before {
  content:"\f0f0";
}

.fa-stethoscope:before {
  content:"\f0f1";
}

.fa-suitcase:before {
  content:"\f0f2";
}

.fa-bell-o:before {
  content:"\f0a2";
}

.fa-coffee:before {
  content:"\f0f4";
}

.fa-cutlery:before {
  content:"\f0f5";
}

.fa-file-text-o:before {
  content:"\f0f6";
}

.fa-building-o:before {
  content:"\f0f7";
}

.fa-hospital-o:before {
  content:"\f0f8";
}

.fa-ambulance:before {
  content:"\f0f9";
}

.fa-medkit:before {
  content:"\f0fa";
}

.fa-fighter-jet:before {
  content:"\f0fb";
}

.fa-beer:before {
  content:"\f0fc";
}

.fa-h-square:before {
  content:"\f0fd";
}

.fa-plus-square:before {
  content:"\f0fe";
}

.fa-angle-double-left:before {
  content:"\f100";
}

.fa-angle-double-right:before {
  content:"\f101";
}

.fa-angle-double-up:before {
  content:"\f102";
}

.fa-angle-double-down:before {
  content:"\f103";
}

.fa-angle-left:before {
  content:"\f104";
}

.fa-angle-right:before {
  content:"\f105";
}

.fa-angle-up:before {
  content:"\f106";
}

.fa-angle-down:before {
  content:"\f107";
}

.fa-desktop:before {
  content:"\f108";
}

.fa-laptop:before {
  content:"\f109";
}

.fa-tablet:before {
  content:"\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content:"\f10b";
}

.fa-circle-o:before {
  content:"\f10c";
}

.fa-quote-left:before {
  content:"\f10d";
}

.fa-quote-right:before {
  content:"\f10e";
}

.fa-spinner:before {
  content:"\f110";
}

.fa-circle:before {
  content:"\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content:"\f112";
}

.fa-github-alt:before {
  content:"\f113";
}

.fa-folder-o:before {
  content:"\f114";
}

.fa-folder-open-o:before {
  content:"\f115";
}

.fa-smile-o:before {
  content:"\f118";
}

.fa-frown-o:before {
  content:"\f119";
}

.fa-meh-o:before {
  content:"\f11a";
}

.fa-gamepad:before {
  content:"\f11b";
}

.fa-keyboard-o:before {
  content:"\f11c";
}

.fa-flag-o:before {
  content:"\f11d";
}

.fa-flag-checkered:before {
  content:"\f11e";
}

.fa-terminal:before {
  content:"\f120";
}

.fa-code:before {
  content:"\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content:"\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content:"\f123";
}

.fa-location-arrow:before {
  content:"\f124";
}

.fa-crop:before {
  content:"\f125";
}

.fa-code-fork:before {
  content:"\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content:"\f127";
}

.fa-question:before {
  content:"\f128";
}

.fa-info:before {
  content:"\f129";
}

.fa-exclamation:before {
  content:"\f12a";
}

.fa-superscript:before {
  content:"\f12b";
}

.fa-subscript:before {
  content:"\f12c";
}

.fa-eraser:before {
  content:"\f12d";
}

.fa-puzzle-piece:before {
  content:"\f12e";
}

.fa-microphone:before {
  content:"\f130";
}

.fa-microphone-slash:before {
  content:"\f131";
}

.fa-shield:before {
  content:"\f132";
}

.fa-calendar-o:before {
  content:"\f133";
}

.fa-fire-extinguisher:before {
  content:"\f134";
}

.fa-rocket:before {
  content:"\f135";
}

.fa-maxcdn:before {
  content:"\f136";
}

.fa-chevron-circle-left:before {
  content:"\f137";
}

.fa-chevron-circle-right:before {
  content:"\f138";
}

.fa-chevron-circle-up:before {
  content:"\f139";
}

.fa-chevron-circle-down:before {
  content:"\f13a";
}

.fa-html5:before {
  content:"\f13b";
}

.fa-css3:before {
  content:"\f13c";
}

.fa-anchor:before {
  content:"\f13d";
}

.fa-unlock-alt:before {
  content:"\f13e";
}

.fa-bullseye:before {
  content:"\f140";
}

.fa-ellipsis-h:before {
  content:"\f141";
}

.fa-ellipsis-v:before {
  content:"\f142";
}

.fa-rss-square:before {
  content:"\f143";
}

.fa-play-circle:before {
  content:"\f144";
}

.fa-ticket:before {
  content:"\f145";
}

.fa-minus-square:before {
  content:"\f146";
}

.fa-minus-square-o:before {
  content:"\f147";
}

.fa-level-up:before {
  content:"\f148";
}

.fa-level-down:before {
  content:"\f149";
}

.fa-check-square:before {
  content:"\f14a";
}

.fa-pencil-square:before {
  content:"\f14b";
}

.fa-external-link-square:before {
  content:"\f14c";
}

.fa-share-square:before {
  content:"\f14d";
}

.fa-compass:before {
  content:"\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content:"\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content:"\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content:"\f152";
}

.fa-euro:before, .fa-eur:before {
  content:"\f153";
}

.fa-gbp:before {
  content:"\f154";
}

.fa-dollar:before, .fa-usd:before {
  content:"\f155";
}

.fa-rupee:before, .fa-inr:before {
  content:"\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content:"\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content:"\f158";
}

.fa-won:before, .fa-krw:before {
  content:"\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content:"\f15a";
}

.fa-file:before {
  content:"\f15b";
}

.fa-file-text:before {
  content:"\f15c";
}

.fa-sort-alpha-asc:before {
  content:"\f15d";
}

.fa-sort-alpha-desc:before {
  content:"\f15e";
}

.fa-sort-amount-asc:before {
  content:"\f160";
}

.fa-sort-amount-desc:before {
  content:"\f161";
}

.fa-sort-numeric-asc:before {
  content:"\f162";
}

.fa-sort-numeric-desc:before {
  content:"\f163";
}

.fa-thumbs-up:before {
  content:"\f164";
}

.fa-thumbs-down:before {
  content:"\f165";
}

.fa-youtube-square:before {
  content:"\f166";
}

.fa-youtube:before {
  content:"\f167";
}

.fa-xing:before {
  content:"\f168";
}

.fa-xing-square:before {
  content:"\f169";
}

.fa-youtube-play:before {
  content:"\f16a";
}

.fa-dropbox:before {
  content:"\f16b";
}

.fa-stack-overflow:before {
  content:"\f16c";
}

.fa-instagram:before {
  content:"\f16d";
}

.fa-flickr:before {
  content:"\f16e";
}

.fa-adn:before {
  content:"\f170";
}

.fa-bitbucket:before {
  content:"\f171";
}

.fa-bitbucket-square:before {
  content:"\f172";
}

.fa-tumblr:before {
  content:"\f173";
}

.fa-tumblr-square:before {
  content:"\f174";
}

.fa-long-arrow-down:before {
  content:"\f175";
}

.fa-long-arrow-up:before {
  content:"\f176";
}

.fa-long-arrow-left:before {
  content:"\f177";
}

.fa-long-arrow-right:before {
  content:"\f178";
}

.fa-apple:before {
  content:"\f179";
}

.fa-windows:before {
  content:"\f17a";
}

.fa-android:before {
  content:"\f17b";
}

.fa-linux:before {
  content:"\f17c";
}

.fa-dribbble:before {
  content:"\f17d";
}

.fa-skype:before {
  content:"\f17e";
}

.fa-foursquare:before {
  content:"\f180";
}

.fa-trello:before {
  content:"\f181";
}

.fa-female:before {
  content:"\f182";
}

.fa-male:before {
  content:"\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content:"\f184";
}

.fa-sun-o:before {
  content:"\f185";
}

.fa-moon-o:before {
  content:"\f186";
}

.fa-archive:before {
  content:"\f187";
}

.fa-bug:before {
  content:"\f188";
}

.fa-vk:before {
  content:"\f189";
}

.fa-weibo:before {
  content:"\f18a";
}

.fa-renren:before {
  content:"\f18b";
}

.fa-pagelines:before {
  content:"\f18c";
}

.fa-stack-exchange:before {
  content:"\f18d";
}

.fa-arrow-circle-o-right:before {
  content:"\f18e";
}

.fa-arrow-circle-o-left:before {
  content:"\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content:"\f191";
}

.fa-dot-circle-o:before {
  content:"\f192";
}

.fa-wheelchair:before {
  content:"\f193";
}

.fa-vimeo-square:before {
  content:"\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content:"\f195";
}

.fa-plus-square-o:before {
  content:"\f196";
}

.fa-space-shuttle:before {
  content:"\f197";
}

.fa-slack:before {
  content:"\f198";
}

.fa-envelope-square:before {
  content:"\f199";
}

.fa-wordpress:before {
  content:"\f19a";
}

.fa-openid:before {
  content:"\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content:"\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content:"\f19d";
}

.fa-yahoo:before {
  content:"\f19e";
}

.fa-google:before {
  content:"\f1a0";
}

.fa-reddit:before {
  content:"\f1a1";
}

.fa-reddit-square:before {
  content:"\f1a2";
}

.fa-stumbleupon-circle:before {
  content:"\f1a3";
}

.fa-stumbleupon:before {
  content:"\f1a4";
}

.fa-delicious:before {
  content:"\f1a5";
}

.fa-digg:before {
  content:"\f1a6";
}

.fa-pied-piper-pp:before {
  content:"\f1a7";
}

.fa-pied-piper-alt:before {
  content:"\f1a8";
}

.fa-drupal:before {
  content:"\f1a9";
}

.fa-joomla:before {
  content:"\f1aa";
}

.fa-language:before {
  content:"\f1ab";
}

.fa-fax:before {
  content:"\f1ac";
}

.fa-building:before {
  content:"\f1ad";
}

.fa-child:before {
  content:"\f1ae";
}

.fa-paw:before {
  content:"\f1b0";
}

.fa-spoon:before {
  content:"\f1b1";
}

.fa-cube:before {
  content:"\f1b2";
}

.fa-cubes:before {
  content:"\f1b3";
}

.fa-behance:before {
  content:"\f1b4";
}

.fa-behance-square:before {
  content:"\f1b5";
}

.fa-steam:before {
  content:"\f1b6";
}

.fa-steam-square:before {
  content:"\f1b7";
}

.fa-recycle:before {
  content:"\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content:"\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content:"\f1ba";
}

.fa-tree:before {
  content:"\f1bb";
}

.fa-spotify:before {
  content:"\f1bc";
}

.fa-deviantart:before {
  content:"\f1bd";
}

.fa-soundcloud:before {
  content:"\f1be";
}

.fa-database:before {
  content:"\f1c0";
}

.fa-file-pdf-o:before {
  content:"\f1c1";
}

.fa-file-word-o:before {
  content:"\f1c2";
}

.fa-file-excel-o:before {
  content:"\f1c3";
}

.fa-file-powerpoint-o:before {
  content:"\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content:"\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content:"\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content:"\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content:"\f1c8";
}

.fa-file-code-o:before {
  content:"\f1c9";
}

.fa-vine:before {
  content:"\f1ca";
}

.fa-codepen:before {
  content:"\f1cb";
}

.fa-jsfiddle:before {
  content:"\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content:"\f1cd";
}

.fa-circle-o-notch:before {
  content:"\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content:"\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content:"\f1d1";
}

.fa-git-square:before {
  content:"\f1d2";
}

.fa-git:before {
  content:"\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content:"\f1d4";
}

.fa-tencent-weibo:before {
  content:"\f1d5";
}

.fa-qq:before {
  content:"\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content:"\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content:"\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content:"\f1d9";
}

.fa-history:before {
  content:"\f1da";
}

.fa-circle-thin:before {
  content:"\f1db";
}

.fa-header:before {
  content:"\f1dc";
}

.fa-paragraph:before {
  content:"\f1dd";
}

.fa-sliders:before {
  content:"\f1de";
}

.fa-share-alt:before {
  content:"\f1e0";
}

.fa-share-alt-square:before {
  content:"\f1e1";
}

.fa-bomb:before {
  content:"\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content:"\f1e3";
}

.fa-tty:before {
  content:"\f1e4";
}

.fa-binoculars:before {
  content:"\f1e5";
}

.fa-plug:before {
  content:"\f1e6";
}

.fa-slideshare:before {
  content:"\f1e7";
}

.fa-twitch:before {
  content:"\f1e8";
}

.fa-yelp:before {
  content:"\f1e9";
}

.fa-newspaper-o:before {
  content:"\f1ea";
}

.fa-wifi:before {
  content:"\f1eb";
}

.fa-calculator:before {
  content:"\f1ec";
}

.fa-paypal:before {
  content:"\f1ed";
}

.fa-google-wallet:before {
  content:"\f1ee";
}

.fa-cc-visa:before {
  content:"\f1f0";
}

.fa-cc-mastercard:before {
  content:"\f1f1";
}

.fa-cc-discover:before {
  content:"\f1f2";
}

.fa-cc-amex:before {
  content:"\f1f3";
}

.fa-cc-paypal:before {
  content:"\f1f4";
}

.fa-cc-stripe:before {
  content:"\f1f5";
}

.fa-bell-slash:before {
  content:"\f1f6";
}

.fa-bell-slash-o:before {
  content:"\f1f7";
}

.fa-trash:before {
  content:"\f1f8";
}

.fa-copyright:before {
  content:"\f1f9";
}

.fa-at:before {
  content:"\f1fa";
}

.fa-eyedropper:before {
  content:"\f1fb";
}

.fa-paint-brush:before {
  content:"\f1fc";
}

.fa-birthday-cake:before {
  content:"\f1fd";
}

.fa-area-chart:before {
  content:"\f1fe";
}

.fa-pie-chart:before {
  content:"\f200";
}

.fa-line-chart:before {
  content:"\f201";
}

.fa-lastfm:before {
  content:"\f202";
}

.fa-lastfm-square:before {
  content:"\f203";
}

.fa-toggle-off:before {
  content:"\f204";
}

.fa-toggle-on:before {
  content:"\f205";
}

.fa-bicycle:before {
  content:"\f206";
}

.fa-bus:before {
  content:"\f207";
}

.fa-ioxhost:before {
  content:"\f208";
}

.fa-angellist:before {
  content:"\f209";
}

.fa-cc:before {
  content:"\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content:"\f20b";
}

.fa-meanpath:before {
  content:"\f20c";
}

.fa-buysellads:before {
  content:"\f20d";
}

.fa-connectdevelop:before {
  content:"\f20e";
}

.fa-dashcube:before {
  content:"\f210";
}

.fa-forumbee:before {
  content:"\f211";
}

.fa-leanpub:before {
  content:"\f212";
}

.fa-sellsy:before {
  content:"\f213";
}

.fa-shirtsinbulk:before {
  content:"\f214";
}

.fa-simplybuilt:before {
  content:"\f215";
}

.fa-skyatlas:before {
  content:"\f216";
}

.fa-cart-plus:before {
  content:"\f217";
}

.fa-cart-arrow-down:before {
  content:"\f218";
}

.fa-diamond:before {
  content:"\f219";
}

.fa-ship:before {
  content:"\f21a";
}

.fa-user-secret:before {
  content:"\f21b";
}

.fa-motorcycle:before {
  content:"\f21c";
}

.fa-street-view:before {
  content:"\f21d";
}

.fa-heartbeat:before {
  content:"\f21e";
}

.fa-venus:before {
  content:"\f221";
}

.fa-mars:before {
  content:"\f222";
}

.fa-mercury:before {
  content:"\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content:"\f224";
}

.fa-transgender-alt:before {
  content:"\f225";
}

.fa-venus-double:before {
  content:"\f226";
}

.fa-mars-double:before {
  content:"\f227";
}

.fa-venus-mars:before {
  content:"\f228";
}

.fa-mars-stroke:before {
  content:"\f229";
}

.fa-mars-stroke-v:before {
  content:"\f22a";
}

.fa-mars-stroke-h:before {
  content:"\f22b";
}

.fa-neuter:before {
  content:"\f22c";
}

.fa-genderless:before {
  content:"\f22d";
}

.fa-facebook-official:before {
  content:"\f230";
}

.fa-pinterest-p:before {
  content:"\f231";
}

.fa-whatsapp:before {
  content:"\f232";
}

.fa-server:before {
  content:"\f233";
}

.fa-user-plus:before {
  content:"\f234";
}

.fa-user-times:before {
  content:"\f235";
}

.fa-hotel:before, .fa-bed:before {
  content:"\f236";
}

.fa-viacoin:before {
  content:"\f237";
}

.fa-train:before {
  content:"\f238";
}

.fa-subway:before {
  content:"\f239";
}

.fa-medium:before {
  content:"\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content:"\f23b";
}

.fa-optin-monster:before {
  content:"\f23c";
}

.fa-opencart:before {
  content:"\f23d";
}

.fa-expeditedssl:before {
  content:"\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content:"\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content:"\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content:"\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content:"\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content:"\f244";
}

.fa-mouse-pointer:before {
  content:"\f245";
}

.fa-i-cursor:before {
  content:"\f246";
}

.fa-object-group:before {
  content:"\f247";
}

.fa-object-ungroup:before {
  content:"\f248";
}

.fa-sticky-note:before {
  content:"\f249";
}

.fa-sticky-note-o:before {
  content:"\f24a";
}

.fa-cc-jcb:before {
  content:"\f24b";
}

.fa-cc-diners-club:before {
  content:"\f24c";
}

.fa-clone:before {
  content:"\f24d";
}

.fa-balance-scale:before {
  content:"\f24e";
}

.fa-hourglass-o:before {
  content:"\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content:"\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content:"\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content:"\f253";
}

.fa-hourglass:before {
  content:"\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content:"\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content:"\f256";
}

.fa-hand-scissors-o:before {
  content:"\f257";
}

.fa-hand-lizard-o:before {
  content:"\f258";
}

.fa-hand-spock-o:before {
  content:"\f259";
}

.fa-hand-pointer-o:before {
  content:"\f25a";
}

.fa-hand-peace-o:before {
  content:"\f25b";
}

.fa-trademark:before {
  content:"\f25c";
}

.fa-registered:before {
  content:"\f25d";
}

.fa-creative-commons:before {
  content:"\f25e";
}

.fa-gg:before {
  content:"\f260";
}

.fa-gg-circle:before {
  content:"\f261";
}

.fa-tripadvisor:before {
  content:"\f262";
}

.fa-odnoklassniki:before {
  content:"\f263";
}

.fa-odnoklassniki-square:before {
  content:"\f264";
}

.fa-get-pocket:before {
  content:"\f265";
}

.fa-wikipedia-w:before {
  content:"\f266";
}

.fa-safari:before {
  content:"\f267";
}

.fa-chrome:before {
  content:"\f268";
}

.fa-firefox:before {
  content:"\f269";
}

.fa-opera:before {
  content:"\f26a";
}

.fa-internet-explorer:before {
  content:"\f26b";
}

.fa-tv:before, .fa-television:before {
  content:"\f26c";
}

.fa-contao:before {
  content:"\f26d";
}

.fa-500px:before {
  content:"\f26e";
}

.fa-amazon:before {
  content:"\f270";
}

.fa-calendar-plus-o:before {
  content:"\f271";
}

.fa-calendar-minus-o:before {
  content:"\f272";
}

.fa-calendar-times-o:before {
  content:"\f273";
}

.fa-calendar-check-o:before {
  content:"\f274";
}

.fa-industry:before {
  content:"\f275";
}

.fa-map-pin:before {
  content:"\f276";
}

.fa-map-signs:before {
  content:"\f277";
}

.fa-map-o:before {
  content:"\f278";
}

.fa-map:before {
  content:"\f279";
}

.fa-commenting:before {
  content:"\f27a";
}

.fa-commenting-o:before {
  content:"\f27b";
}

.fa-houzz:before {
  content:"\f27c";
}

.fa-vimeo:before {
  content:"\f27d";
}

.fa-black-tie:before {
  content:"\f27e";
}

.fa-fonticons:before {
  content:"\f280";
}

.fa-reddit-alien:before {
  content:"\f281";
}

.fa-edge:before {
  content:"\f282";
}

.fa-credit-card-alt:before {
  content:"\f283";
}

.fa-codiepie:before {
  content:"\f284";
}

.fa-modx:before {
  content:"\f285";
}

.fa-fort-awesome:before {
  content:"\f286";
}

.fa-usb:before {
  content:"\f287";
}

.fa-product-hunt:before {
  content:"\f288";
}

.fa-mixcloud:before {
  content:"\f289";
}

.fa-scribd:before {
  content:"\f28a";
}

.fa-pause-circle:before {
  content:"\f28b";
}

.fa-pause-circle-o:before {
  content:"\f28c";
}

.fa-stop-circle:before {
  content:"\f28d";
}

.fa-stop-circle-o:before {
  content:"\f28e";
}

.fa-shopping-bag:before {
  content:"\f290";
}

.fa-shopping-basket:before {
  content:"\f291";
}

.fa-hashtag:before {
  content:"\f292";
}

.fa-bluetooth:before {
  content:"\f293";
}

.fa-bluetooth-b:before {
  content:"\f294";
}

.fa-percent:before {
  content:"\f295";
}

.fa-gitlab:before {
  content:"\f296";
}

.fa-wpbeginner:before {
  content:"\f297";
}

.fa-wpforms:before {
  content:"\f298";
}

.fa-envira:before {
  content:"\f299";
}

.fa-universal-access:before {
  content:"\f29a";
}

.fa-wheelchair-alt:before {
  content:"\f29b";
}

.fa-question-circle-o:before {
  content:"\f29c";
}

.fa-blind:before {
  content:"\f29d";
}

.fa-audio-description:before {
  content:"\f29e";
}

.fa-volume-control-phone:before {
  content:"\f2a0";
}

.fa-braille:before {
  content:"\f2a1";
}

.fa-assistive-listening-systems:before {
  content:"\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content:"\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content:"\f2a4";
}

.fa-glide:before {
  content:"\f2a5";
}

.fa-glide-g:before {
  content:"\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content:"\f2a7";
}

.fa-low-vision:before {
  content:"\f2a8";
}

.fa-viadeo:before {
  content:"\f2a9";
}

.fa-viadeo-square:before {
  content:"\f2aa";
}

.fa-snapchat:before {
  content:"\f2ab";
}

.fa-snapchat-ghost:before {
  content:"\f2ac";
}

.fa-snapchat-square:before {
  content:"\f2ad";
}

.fa-pied-piper:before {
  content:"\f2ae";
}

.fa-first-order:before {
  content:"\f2b0";
}

.fa-yoast:before {
  content:"\f2b1";
}

.fa-themeisle:before {
  content:"\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content:"\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content:"\f2b4";
}

.fa-handshake-o:before {
  content:"\f2b5";
}

.fa-envelope-open:before {
  content:"\f2b6";
}

.fa-envelope-open-o:before {
  content:"\f2b7";
}

.fa-linode:before {
  content:"\f2b8";
}

.fa-address-book:before {
  content:"\f2b9";
}

.fa-address-book-o:before {
  content:"\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content:"\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content:"\f2bc";
}

.fa-user-circle:before {
  content:"\f2bd";
}

.fa-user-circle-o:before {
  content:"\f2be";
}

.fa-user-o:before {
  content:"\f2c0";
}

.fa-id-badge:before {
  content:"\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content:"\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content:"\f2c3";
}

.fa-quora:before {
  content:"\f2c4";
}

.fa-free-code-camp:before {
  content:"\f2c5";
}

.fa-telegram:before {
  content:"\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content:"\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content:"\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content:"\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content:"\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content:"\f2cb";
}

.fa-shower:before {
  content:"\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content:"\f2cd";
}

.fa-podcast:before {
  content:"\f2ce";
}

.fa-window-maximize:before {
  content:"\f2d0";
}

.fa-window-minimize:before {
  content:"\f2d1";
}

.fa-window-restore:before {
  content:"\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content:"\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content:"\f2d4";
}

.fa-bandcamp:before {
  content:"\f2d5";
}

.fa-grav:before {
  content:"\f2d6";
}

.fa-etsy:before {
  content:"\f2d7";
}

.fa-imdb:before {
  content:"\f2d8";
}

.fa-ravelry:before {
  content:"\f2d9";
}

.fa-eercast:before {
  content:"\f2da";
}

.fa-microchip:before {
  content:"\f2db";
}

.fa-snowflake-o:before {
  content:"\f2dc";
}

.fa-superpowers:before {
  content:"\f2dd";
}

.fa-wpexplorer:before {
  content:"\f2de";
}

.fa-meetup:before {
  content:"\f2e0";
}

.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;
}

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.datepicker {
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
  direction: ltr;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.today {
  color: #000;
  background-color: transparent;
  border-color: #838383;
  font-weight: 700;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content:"";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content:"";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:active, .datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:active, .datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active:focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range:active.focus, .datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus, fieldset[disabled] .datepicker table tr td.range:focus, .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus, fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
  font-weight: 700;
}

.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #777;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 12px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.crop-select-js .crop-wrapper {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #f1f1f1;
}

.crop-select-js .crop-wrapper img.crop-image {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
}

.crop-select-js .crop-wrapper .crop-selection {
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 100px;
  cursor: move;
  top: 0;
  z-index: 5;
}

.crop-select-js .crop-wrapper .crop-selection.animated {
  border: 0;
}

.crop-select-js .crop-wrapper .crop-selection .border {
  display: block;
  position: absolute;
  z-index: 10;
}

.crop-select-js .crop-wrapper .crop-selection .border.left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  border-left: 1px dashed #000;
}

.crop-select-js .crop-wrapper .crop-selection .border.top {
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px dashed #000;
}

.crop-select-js .crop-wrapper .crop-selection .border.right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  border-right: 1px dashed #000;
}

.crop-select-js .crop-wrapper .crop-selection .border.bottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px dashed #000;
}

.crop-select-js .crop-wrapper .crop-selection.animated .border.bottom, .crop-select-js .crop-wrapper .crop-selection.animated .border.left, .crop-select-js .crop-wrapper .crop-selection.animated .border.right, .crop-select-js .crop-wrapper .crop-selection.animated .border.top {
  border: 0;
}

.crop-select-js .crop-wrapper .crop-selection.animated .border {
  background: url("../images/placeholder//selection.gif");
}

.crop-select-js .crop-wrapper .crop-selection .handle {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  z-index: 20;
}

.crop-select-js .crop-wrapper .crop-selection .handle.top-left {
  top: 0;
  left: 0;
  cursor: nwse-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.top {
  left: calc(50% - 5px);
  top: 0;
  cursor: ns-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.top-right {
  top: 0;
  right: 0;
  cursor: nesw-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.right {
  top: calc(50% - 5px);
  right: 0;
  cursor: ew-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.bottom-right {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.bottom {
  bottom: 0;
  left: calc(50% - 5px);
  cursor: ns-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.bottom-left {
  bottom: 0;
  left: 0;
  cursor: nesw-resize;
}

.crop-select-js .crop-wrapper .crop-selection .handle.left {
  top: calc(50% - 5px);
  left: 0;
  cursor: ew-resize;
}

.crop-select-js .crop-wrapper .shadow {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 0;
  height: 0;
  z-index: 10;
}

.crop-select-js .crop-wrapper .shadow.left {
  left: 0;
  top: 0;
  height: 100%;
}

.crop-select-js .crop-wrapper .shadow.right {
  right: 0;
  top: 0;
  height: 100%;
}

.crop-select-js .crop-wrapper .shadow.top {
  left: 30px;
  top: 0;
}

.crop-select-js .crop-wrapper .shadow.bottom {
  left: 60px;
  bottom: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content:"";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content:"";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url("../images/fancybox-gradient.png");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content:"";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content:"";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content:"";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@-moz-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #363636;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-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;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  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);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content:"";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.viewport-helper {
  position: fixed;
  left: 5px;
  top: 0;
  z-index: 999999999;
  color: #000;
  background: #fff;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -2px 8px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -2px 8px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -2px 8px rgba(0, 0, 0, 0.2) inset;
  text-transform: uppercase;
  display: block;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  font-size: 14px;
}

@media (max-width: 480px) {
  .viewport-helper:before {
    content:'<= xs 480';
  }
}
@media (min-width: 480px) {
  .viewport-helper:before {
    content:'xs 480-768';
  }
}
@media (min-width: 768px) {
  .viewport-helper:before {
    content:'sm 768-992';
  }
}
@media (min-width: 992px) {
  .viewport-helper:before {
    content:'md 992-1200';
  }
}
@media (min-width: 1200px) {
  .viewport-helper:before {
    content:'lg =>1200';
  }
}
@-webkit-keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.modal-backdrop {
  background: rgba(51, 51, 51, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.modal-backdrop .in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.loader1_0 {
  fill: #fff;
}

.loader1_2 {
  fill: rgba(255, 255, 255, 0.8);
}

.loader1_4 {
  fill: rgba(255, 255, 255, 0.6);
}

.loader1_5 {
  fill: rgba(255, 255, 255, 0.4);
}

.loader1_1 {
  fill: rgba(255, 255, 255, 0.2);
}

.loader1_3 {
  fill: rgba(255, 255, 255, 0.05);
}

.loader2_0 {
  fill: #363636;
}

.loader2_2 {
  fill: rgba(54, 54, 54, 0.8);
}

.loader2_4 {
  fill: rgba(54, 54, 54, 0.6);
}

.loader2_5 {
  fill: rgba(54, 54, 54, 0.4);
}

.loader2_1 {
  fill: rgba(54, 54, 54, 0.2);
}

.loader2_3 {
  fill: rgba(54, 54, 54, 0.05);
}

.loader {
  height: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, 0s width 1s linear, 0s height 1s linear;
  -moz-transition: opacity 0.5s ease-in-out, 0s width 1s linear, 0s height 1s linear;
  -ms-transition: opacity 0.5s ease-in-out, 0s width 1s linear, 0s height 1s linear;
  -o-transition: opacity 0.5s ease-in-out, 0s width 1s linear, 0s height 1s linear;
  transition: opacity 0.5s ease-in-out, 0s width 1s linear, 0s height 1s linear;
}

.loader.inner {
  background: #fff;
  position: absolute;
  z-index: 5;
}

.loader.outter {
  background: #333;
}

.loader .icon {
  content:"";
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: loaderLoop;
  -moz-animation-name: loaderLoop;
  -ms-animation-name: loaderLoop;
  -o-animation-name: loaderLoop;
  animation-name: loaderLoop;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}

.loader.loading {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0s ease-in-out, 0s width 0s linear, 0s height 0s linear;
  -moz-transition: opacity 0s ease-in-out, 0s width 0s linear, 0s height 0s linear;
  -ms-transition: opacity 0s ease-in-out, 0s width 0s linear, 0s height 0s linear;
  -o-transition: opacity 0s ease-in-out, 0s width 0s linear, 0s height 0s linear;
  transition: opacity 0s ease-in-out, 0s width 0s linear, 0s height 0s linear;
}

@-moz-keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderLoop {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fake-select {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #444 inset, 2px 2px 0 0 rgba(68, 68, 68, 0.16) inset;
  -moz-box-shadow: 0 0 0 1px #444 inset, 2px 2px 0 0 rgba(68, 68, 68, 0.16) inset;
  box-shadow: 0 0 0 1px #444 inset, 2px 2px 0 0 rgba(68, 68, 68, 0.16) inset;
  padding-left: 0;
  padding-right: 30px;
}

.fake-select:after {
  content:"\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 19px;
  line-height: 0.35;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  pointer-events: none;
  text-align: center;
  line-height: 44px;
}

.fake-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 44px;
  width: 100%;
  height: 44px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  padding-left: 12px;
  color: #363636;
}

.fake-select select[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.fake-select select::-ms-expand {
  display: none;
}

.fake-select :-moz-any(select) {
  width: 110%;
}

.fake-select .fake-select.ie9 select {
  width: 110%;
}

body {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: padding-top 150ms ease;
  -moz-transition: padding-top 150ms ease;
  -ms-transition: padding-top 150ms ease;
  -o-transition: padding-top 150ms ease;
  transition: padding-top 150ms ease;
}

body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

body.checkout {
  padding-top: 0;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

a:focus, button:focus {
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .container, #headerCarousel .off-blocks-wrapper, body.page-lookbook #lookbookCarousel {
    width: 100%;
    max-width: 1280px;
  }
}
img, .promotional-tag, .secondary-title, .title, .button, .view-more {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

#wrapper {
  position: relative;
}

.load-more {
  position: relative;
}

.load-more:before, .load-more:after {
  content:" ";
  display: table;
}

.load-more:after {
  clear: both;
}

.load-more hr {
  border-top: 1px solid #e5e5e5;
  margin: 43px 0 39px;
}

.load-more .anchor {
  left: 50%;
  top: 50%;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #838383;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 270px;
  margin-left: -135px;
  margin-top: -21px;
  letter-spacing: 1.4px;
  -webkit-box-shadow: 26px 0 0 0 #fff, -26px 0 0 0 #fff;
  -moz-box-shadow: 26px 0 0 0 #fff, -26px 0 0 0 #fff;
  box-shadow: 26px 0 0 0 #fff, -26px 0 0 0 #fff;
}

.load-more .anchor:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.load-more .anchor:hover {
  background-color: #707070;
  text-decoration: none;
}

.load-more .anchor:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.load-more .anchor:active {
  background-color: #5c5c5c;
}

.divider.view-more {
  position: relative;
}

.divider.view-more:before, .divider.view-more:after {
  content:" ";
  display: table;
}

.divider.view-more:after {
  clear: both;
}

.divider.view-more hr {
  border-top: 1px solid #e5e5e5;
  margin: 31px 15px 30px;
}

.divider.view-more .anchor {
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  top: 25px;
  padding-left: 13px;
  background: #fff;
  color: #adadad;
  letter-spacing: 1.5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.divider.view-more .anchor:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.divider.view-more .anchor:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.divider.view-more.f8 .anchor {
  background: #f8f8f8;
}

.secondary-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 15px;
  margin-bottom: 27px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.secondary-title strong {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  vertical-align: text-top;
  vertical-align: -webkit-baseline-middle;
  padding-left: 7px;
}

.secondary-title sub {
  color: #373737;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 0;
  bottom: -0.75em;
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .secondary-title sub {
    font-size: 14px;
  }
}
.secondary-title span {
  display: block;
}

.secondary-title .subtitle {
  text-transform: none;
  font-size: 14px;
  color: #494949;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.title-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 40px 60px 34px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .title-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .title-block {
    margin-left: 5.8333333333%;
  }
}
@media (min-width: 992px) {
  .title-block {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  .title-block {
    margin-left: 3.75%;
  }
}
@media (min-width: 1200px) {
  .title-block {
    float: left;
    width: 29.1666666667%;
  }
}
.title-block .title {
  color: #373737;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 21px;
  display: block;
}

.title-block .title strong {
  display: block;
  font-family: "Prata", serif;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  line-height: 0.87;
  padding-top: 22px;
}

.title-block p {
  margin-bottom: 26px;
}

.title-block .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 2px;
  width: 100%;
}

.title-block .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.title-block .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.title-block .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.title-block .button:active {
  background-color: #1a1a1a;
}

hr.half {
  margin-bottom: 12px;
  margin-top: 12px;
}

.font-medium {
  font-weight: 500;
}

body .chat {
  position: fixed;
  z-index: 9999;
  left: 25px;
  bottom: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.product-page .chat {
  display: none !important;
}

body.scroll-down .chat {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  body .chat {
    top: initial;
    bottom: 25px;
  }
}
body .chat .icon {
  height: 41px;
  width: 58px;
  fill: #e12f38;
  -webkit-filter: drop-shadow(-8px 8px 8px rgba(0, 0, 0, 0.18));
  filter: drop-shadow(-8px 8px 8px rgba(0, 0, 0, 0.18));
}

body .chat .title {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  top: 0;
  color: #fff;
  position: absolute;
  line-height: 41px;
  text-align: center;
  margin-left: 9px;
  width: 49px;
  text-transform: uppercase;
}

body.product-page .go-to-top {
  display: none !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.switch-content {
  display: flex;
  justify-content: flex-end;
}

.switch-content .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 19px;
}

.switch-content .switch input {
  display: none;
}

.switch-content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#eaeaea, #f7f7f7);
  border: solid 1px #d9d9d9;
  -webkit-transition: 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch-content .slider:before {
  position: absolute;
  content:"";
  height: 19px;
  width: 19px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(#888, #666);
  -webkit-transition: 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch-content input:checked + .slider:before {
  background: #e3313a;
  background: -moz-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: -webkit-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: linear-gradient(to bottom, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
}

.switch-content input:checked + .slider {
  background-color: #f2f2f2;
}

.switch-content input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f2f2f2;
  -moz-box-shadow: 0 0 1px #f2f2f2;
  box-shadow: 0 0 1px #f2f2f2;
}

.switch-content input:disabled + .slider {
  cursor: not-allowed;
}

.switch-content input:disabled + .slider:before {
  background: linear-gradient(#d2d2d2, #aaa);
  cursor: not-allowed;
  left: -13px;
}

.switch-content input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  -ms-transform: translateX(22px);
  -o-transform: translateX(22px);
  transform: translateX(22px);
}

.switch-content .slider.round {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}

.switch-content .slider.round:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blocks {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-size: 0;
}

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

.blocks:after {
  clear: both;
}

.blocks .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .blocks .block {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .blocks .block {
    float: left;
    width: 25%;
  }
}
.blocks .block .img-wrapper {
  overflow: hidden;
  display: block;
  background: #fff;
}

.blocks .block .img-wrapper img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.blocks .block .img-wrapper:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=39);
  -moz-opacity: 0.39;
  -khtml-opacity: 0.39;
  opacity: 0.39;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blocks .block .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 18px;
  text-transform: uppercase;
  color: #373737;
  margin: 20px 0;
  display: block;
  letter-spacing: 1px;
}

.blocks.prata .block .title {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
  vertical-align: text-top;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1199px) {
  .blocks.prata .block .title {
    font-family: "Prata", serif;
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
  }
}
.blocks .block .view-more {
  float: right;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
  margin-top: 41px;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blocks .block .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.blocks .block .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.blocks.prata .view-more {
  float: none;
  margin-top: initial;
  margin-left: initial;
}

.banner-block {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}

.banner-block .container {
  position: relative;
}

.banner-block .container:before {
  content:"";
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  height: 100%;
  background: rgba(219, 36, 24, 0.74);
  display: block;
}

.banner-block .clearfix {
  position: relative;
  z-index: 2;
  padding: 25px 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.banner-block .support-image {
  z-index: -1;
  position: absolute;
  object-fit: cover;
  width: calc(100% - 30px);
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  top: 0;
}

.banner-block .title {
  font-size: 72px;
  line-height: 0.7;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 13px;
  margin-left: auto;
}

.banner-block .icon {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 57px;
  fill: #fff;
  margin: 0 27px 0 13px;
}

.banner-block .description {
  font-size: 30px;
  line-height: 0.7;
  vertical-align: middle;
}

.banner-block .view-more {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.7;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.banner-block .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.banner-block .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.sale-blocks {
  margin-top: 20px;
}

.sale-blocks .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .sale-blocks .block {
    float: left;
    width: 33.3333333333%;
  }
}
.sale-blocks .block-off {
  text-align: center;
}

.sale-blocks .block-off .img-wrapper {
  position: relative;
  margin-bottom: 18px;
}

.sale-blocks .block-off .img-wrapper .info-wrapper {
  position: absolute;
  background: rgba(219, 36, 24, 0.93);
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
}

.sale-blocks .block-off .img-wrapper .info-wrapper .info {
  margin: 0 auto;
}

.sale-blocks .block-off .img-wrapper .info-wrapper .title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  display: inline-block;
  margin-bottom: 11px;
  margin-right: 0;
  color: #fff;
  display: block;
}

.sale-blocks .block-off .img-wrapper .info-wrapper .text {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: 24px;
  display: inline-block;
}

.sale-blocks .block-off .view-more {
  float: none;
}

.breadcrumb {
  padding: 6px 0 4px;
  margin: 0;
  background-color: transparent;
}

.breadcrumb-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: -19px;
  background: rgba(249, 249, 249, 0.95);
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 9;
  font-size: 0;
}

.breadcrumb > li {
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.breadcrumb > li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f105";
}

.breadcrumb > li a {
  color: #686767;
}

.breadcrumb > li.active {
  color: #363636;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

#headerCarousel {
  z-index: 1;
  overflow: hidden;
}

#headerCarousel .slick-slide {
  overflow: hidden;
}

#headerCarousel .item {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}

#headerCarousel .item img {
  width: 100%;
  object-fit: cover;
  min-height: 590px;
  min-height: initial;
  max-height: 70vh;
  min-height: 470px;
}

@media only screen and (max-width: 991px) {
  #headerCarousel .item img {
    min-height: 310px;
  }
}
#headerCarousel .item .info {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  text-align: center;
  padding: 32px 30px 35px;
  top: 50%;
  left: 15.4%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#headerCarousel .item .info .call {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
}

#headerCarousel .item .info .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

#headerCarousel .item .info .title + .call {
  position: relative;
}

#headerCarousel .item .info .title + .call:before, #headerCarousel .item .info .title + .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

#headerCarousel .item .info .title + .call:before {
  left: 0;
}

#headerCarousel .item .info .title + .call:after {
  right: 0;
}

#headerCarousel .item .info .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

#headerCarousel .item .info .view-more {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 30px;
}

#headerCarousel .item .info .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#headerCarousel .item .info .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

#headerCarousel .item .info .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#headerCarousel .item .info .view-more:active {
  background-color: #1a1a1a;
}

#headerCarousel .carousel-inner {
  background-color: #474747;
}

#headerCarousel .carousel-control {
  background: none !important;
  z-index: 2;
}

#headerCarousel .slick-dots {
  margin-bottom: 0;
  padding: 0;
  bottom: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#headerCarousel .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 5px;
  background: rgba(255, 255, 255, 0.96);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-right: 6px;
}

#headerCarousel .slick-dots li + li {
  margin-left: 6px;
}

#headerCarousel .slick-dots li.active {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin-left: 6px;
  margin-right: 6px;
}

#headerCarousel .slick-dots li.active:before {
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #d2232a;
  content:"";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 4s linear 0s;
  -moz-animation: progress 4s linear 0s;
  -ms-animation: progress 4s linear 0s;
  -o-animation: progress 4s linear 0s;
  animation: progress 4s linear 0s;
}

#headerCarousel .slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
}

#headerCarousel .slick-dots li.slick-active button {
  background: #d2232a;
}

@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@keyframes progress {
  100% {
    right: 0;
  }
}
#headerCarousel .off-blocks-wrapper {
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

#headerCarousel .off-blocks-wrapper .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  color: #fff;
}

@media (min-width: 768px) {
  #headerCarousel .off-blocks-wrapper .item {
    float: left;
    width: 25%;
  }
}
#headerCarousel .off-blocks-wrapper .item:before {
  content:"";
  display: block;
  height: 220%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 20000;
}

#headerCarousel .off-blocks-wrapper .item.with-button {
  text-decoration: none !important;
}

#headerCarousel .off-blocks-wrapper .item.with-button .call_btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  margin-top: auto !important;
}

#headerCarousel .off-blocks-wrapper .item.with-button .call_btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#headerCarousel .off-blocks-wrapper .item.with-button .call_btn:hover {
  background-color: #fff;
  text-decoration: none;
}

#headerCarousel .off-blocks-wrapper .item.with-button .call_btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#headerCarousel .off-blocks-wrapper .item.with-button .call_btn:active {
  background-color: #ebebeb;
}

#headerCarousel .off-blocks-wrapper .item .overlay {
  background: rgba(210, 35, 42, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  right: 14px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#headerCarousel .off-blocks-wrapper .item .overlay.adjust {
  background: transparent;
  min-height: 290px;
  position: initial !important;
}

#headerCarousel .off-blocks-wrapper .item .overlay .discount {
  margin-top: auto;
  font-size: 60px;
  margin-bottom: 10px;
}

#headerCarousel .off-blocks-wrapper .item .overlay .title {
  width: 33.3333%;
  margin-bottom: auto;
}

#headerCarousel .off-blocks-wrapper .item .overlay .call {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#headerCarousel .off-blocks-wrapper .item .overlay .call:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

#headerCarousel .off-blocks-wrapper .item .overlay .call:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#headerCarousel .off-blocks-wrapper .item.with-button .overlay .call {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -1px;
}

#headerCarousel .off-blocks-wrapper .item.with-button .overlay .call:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#headerCarousel .off-blocks-wrapper .item.with-button .overlay .call:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

#headerCarousel .off-blocks-wrapper .item.with-button .overlay .call:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#headerCarousel .off-blocks-wrapper .item.with-button .overlay .call:active {
  background-color: #1a1a1a;
}

#headerCarousel .off-blocks-wrapper .item img {
  height: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: initial;
  max-height: initial;
}

#headerCarousel .off-blocks-wrapper .item:first-child:before {
  width: 33vw;
  right: 0;
  left: initial;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#headerCarousel .off-blocks-wrapper .item:last-child:before {
  width: 33vw;
  left: 0 !important;
  left: initial;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#headerCarousel .off-blocks-wrapper .item:hover .overlay .call_btn:after, #headerCarousel .off-blocks-wrapper .item:hover .overlay .call:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#lookbookCarousel {
  z-index: 1;
  overflow: hidden;
}

#lookbookCarousel .item {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}

#lookbookCarousel .item img {
  width: 100%;
  object-fit: cover;
  min-height: 590px;
  min-height: initial;
  max-height: 70vh;
  min-height: 470px;
}

@media only screen and (max-width: 991px) {
  #lookbookCarousel .item img {
    min-height: 540px;
  }
}
@media only screen and (max-width: 991px) {
  #lookbookCarousel .item img {
    min-height: initial;
    max-height: 40vh;
  }
}
#lookbookCarousel .item .info {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  text-align: center;
  padding: 32px 30px 35px;
  top: 50%;
  left: 15.4%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#lookbookCarousel .item .info .call {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
}

#lookbookCarousel .item .info .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

#lookbookCarousel .item .info .title + .call {
  position: relative;
}

#lookbookCarousel .item .info .title + .call:before, #lookbookCarousel .item .info .title + .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

#lookbookCarousel .item .info .title + .call:before {
  left: 0;
}

#lookbookCarousel .item .info .title + .call:after {
  right: 0;
}

#lookbookCarousel .item .info .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

#lookbookCarousel .item .info .view-more {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 30px;
}

#lookbookCarousel .item .info .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#lookbookCarousel .item .info .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

#lookbookCarousel .item .info .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#lookbookCarousel .item .info .view-more:active {
  background-color: #1a1a1a;
}

#lookbookCarousel .carousel-inner {
  background-color: #474747;
}

#lookbookCarousel .carousel-control {
  background: none !important;
  z-index: 2;
}

#lookbookCarousel .slick-dots {
  margin-bottom: 0;
  padding: 0;
  bottom: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#lookbookCarousel .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 5px;
  background: rgba(255, 255, 255, 0.96);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

#lookbookCarousel .slick-dots li + li {
  margin-left: 6px;
  margin-right: 6px;
}

#lookbookCarousel .slick-dots li.active {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin-left: 6px;
  margin-right: 6px;
}

#lookbookCarousel .slick-dots li.active:before {
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #d2232a;
  content:"";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 4s linear 0s;
  -moz-animation: progress 4s linear 0s;
  -ms-animation: progress 4s linear 0s;
  -o-animation: progress 4s linear 0s;
  animation: progress 4s linear 0s;
}

#lookbookCarousel .slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
}

#lookbookCarousel .slick-dots li.slick-active button {
  background: #d2232a;
}

@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@keyframes progress {
  100% {
    right: 0;
  }
}
.suggestion-carousel {
  margin-bottom: 50px;
}

.suggestion-carousel .responsive-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

.suggestion-carousel .suggestion .img-wrapper {
  overflow: hidden;
  display: block;
  background: #fff;
  -webkit-box-shadow: -5px 10px 13px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -5px 10px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -5px 10px 13px 0 rgba(0, 0, 0, 0.08);
}

.suggestion-carousel .suggestion .img-wrapper img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.suggestion-carousel .suggestion .img-wrapper:hover img {
  -moz-opacity: 0.39;
  -khtml-opacity: 0.39;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=39);
  -moz-opacity: 0.39;
  -khtml-opacity: 0.39;
  opacity: 0.39;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.suggestion-carousel .suggestion .suggestion-info {
  text-align: center;
}

.suggestion-carousel .suggestion .suggestion-info .title {
  font-family: "Prata", serif;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  color: #373737;
  letter-spacing: 0;
  vertical-align: text-top;
  margin-top: 20px;
  margin-bottom: 3px;
  display: block;
  text-transform: uppercase;
}

.suggestion-carousel .suggestion .suggestion-info .view-more {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #adadad;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
}

.suggestion-carousel .suggestion .suggestion-info .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.suggestion-carousel .suggestion .suggestion-info .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.suggestion-carousel .responsive-carousel .slick-dots {
  margin-bottom: -50px;
  padding: 0;
  bottom: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.suggestion-carousel .responsive-carousel .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  background: rgba(209, 209, 209, 0.96);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.suggestion-carousel .responsive-carousel .slick-dots li + li {
  margin-left: 6px;
  margin-right: 6px;
}

.suggestion-carousel .responsive-carousel .slick-dots li.active {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin-left: 6px;
  margin-right: 6px;
}

.suggestion-carousel .responsive-carousel .slick-dots li.active:before {
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #d2232a;
  content:"";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 4s linear 0s;
  -moz-animation: progress 4s linear 0s;
  -ms-animation: progress 4s linear 0s;
  -o-animation: progress 4s linear 0s;
  animation: progress 4s linear 0s;
}

.suggestion-carousel .responsive-carousel .slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
}

.suggestion-carousel .responsive-carousel .slick-dots li.slick-active button {
  background: #d2232a;
}

@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@keyframes progress {
  100% {
    right: 0;
  }
}
.suggestion-carousel .responsive-carousel .slick-dots .slick-active button {
  background: #d2232a;
  width: 100% !important;
}

.carousel-control {
  cursor: pointer;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 500ms ease-out left;
  -moz-transition: 500ms ease-out left;
  -ms-transition: 500ms ease-out left;
  -o-transition: 500ms ease-out left;
  transition: 500ms ease-out left;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  background: #fff;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 300ms ease-out left;
    -moz-transition: 300ms ease-out left;
    -ms-transition: 300ms ease-out left;
    -o-transition: 300ms ease-out left;
    transition: 300ms ease-out left;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}

.MultiCarousel {
  overflow: hidden;
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}

.MultiCarousel .MultiCarousel-inner:before, .MultiCarousel .MultiCarousel-inner:after {
  content:" ";
  display: table;
}

.MultiCarousel .MultiCarousel-inner:after {
  clear: both;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  padding: 0 7.5px;
  margin: 0 7.5px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -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);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#lookCarousel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 27px;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  #lookCarousel {
    float: left;
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  #lookCarousel {
    margin-left: 2.0833333333%;
  }
}
@media (min-width: 992px) {
  #lookCarousel {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  #lookCarousel {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  #lookCarousel {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  #lookCarousel {
    margin-left: 16.6666666667%;
  }
}
#lookCarousel .item {
  font-size: 0;
}

#lookCarousel .img-wrapper {
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

#lookCarousel .img-wrapper img {
  object-fit: cover;
  width: 118px;
  height: 118px;
}

#lookCarousel .img-wrapper .favorite {
  right: 6px;
  top: 4px;
}

#lookCarousel .img-wrapper .favorite .fa {
  font-size: 21px;
}

#lookCarousel .product-info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
}

@media only screen and (min-width: 1200px) {
  #lookCarousel .product-info {
    width: 146px;
  }
}
#lookCarousel .product-info .name, #lookCarousel .product-info .sku {
  font-size: 15px;
}

#lookCarousel .product-info .name {
  margin-top: 3px;
  line-height: 1.3;
  cursor: pointer;
}

#lookCarousel .product-info .name .position {
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  width: 18px;
  height: 18px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  margin-right: 7px;
}

#lookCarousel .pricing {
  width: 473px;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  #lookCarousel .pricing {
    width: 50%;
    flex-flow: column;
  }
}
#lookCarousel .pricing .list-price, #lookCarousel .pricing .installment-price {
  font-size: 12px;
}

#lookCarousel .pricing .best-price {
  margin: 4px 0;
}

#lookCarousel .pricing .button-wrapper {
  padding-left: 0;
  padding-right: 16px;
}

#lookCarousel .pricing .price {
  float: left;
  width: 50%;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  #lookCarousel .pricing .price {
    width: 100%;
  }
}
#lookCarousel .pricing .button-wrapper {
  width: 50%;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  #lookCarousel .pricing .button-wrapper {
    width: 100%;
    margin-top: 5px;
  }
}
#lookCarousel .carousel-inner .item {
  padding: 0 35px;
}

#lookCarousel .carousel-control {
  width: initial;
  background: transparent;
  padding: 0 20px;
}

#lookCarousel .carousel-control .fa {
  font-size: 27px;
  line-height: 152px;
  text-shadow: none;
  color: #636363;
}

#lookCarousel .slick-list {
  margin-left: 40px;
  margin-right: 40px;
}

#lookCarousel .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  padding: 5px;
  font-size: 0;
  color: #636363;
  border: none;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#lookCarousel .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#lookCarousel .slick-arrow.slick-disabled {
  color: #e0e0e0 !important;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#lookCarousel .slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 0.6;
}

#lookCarousel .slick-arrow.slick-prev {
  left: 18px;
}

#lookCarousel .slick-arrow.slick-prev:before {
  content:"\f104";
}

#lookCarousel .slick-arrow.slick-next {
  right: 18px;
}

#lookCarousel .slick-arrow.slick-next:before {
  content:"\f105";
}

#lookCarousel .info, #lookCarousel .pricing {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

#listsCarousel img {
  min-height: 460px;
  width: 100%;
  object-fit: cover;
}

.carousel-collections {
  padding: 0 18px 0 0;
}

.carousel-collections .item .sub-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 8.5px 0;
}

@media (min-width: 768px) {
  .carousel-collections .item .sub-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .carousel-collections .item .sub-item {
    float: left;
    width: 33.3333333333%;
  }
}
.carousel-collections .item .sub-item .promotional-tag {
  width: 17px;
  height: 60px;
  font-size: 12px;
  line-height: 15px;
  left: 0;
  right: initial;
  padding: 10px 3px;
  margin-top: -30px;
}

.carousel-collections .item .sub-item .favorite .fa {
  font-size: 24px;
}

.carousel-collections .carousel-control {
  background: transparent;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 15px;
}

.carousel-collections .carousel-control.right {
  right: -15px;
}

.carousel-collections .carousel-control.left {
  left: -33px;
}

.carousel-collections .carousel-control .fa {
  font-size: 33px;
  line-height: 0.6;
  color: #fff;
}

.home-style .carousel-wrapper {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .home-style .carousel-wrapper {
    float: left;
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .home-style .carousel-wrapper {
    margin-left: 4.1666666667%;
  }
}
.home-style .carousel-control {
  background: transparent;
  width: auto;
  margin-top: -70px;
  bottom: initial;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .home-style .carousel-control {
    margin-top: 70px;
  }
}
.home-style .carousel-control .fa {
  text-shadow: none;
  color: #636363;
  line-height: 0.6;
  font-size: 33px;
}

.home-style .MultiCarousel, .home-style .slick-slider {
  margin-top: -170px;
  margin-left: initial;
  margin-right: initial;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .home-style .MultiCarousel, .home-style .slick-slider {
    margin-top: -140px;
  }
}
.home-style .MultiCarousel .divider.view-more .anchor, .home-style .slick-slider .divider.view-more .anchor {
  right: 8.5px;
}

.home-style .MultiCarousel .item .product, .home-style .slick-slider .item .product {
  background-color: transparent;
  padding: 0 7.5px;
}

.home-style .MultiCarousel .item .promotional-tag, .home-style .slick-slider .item .promotional-tag {
  width: 17px;
  height: 60px;
  font-size: 12px;
  line-height: 15px;
  left: 0;
  right: initial;
  padding: 10px 3px;
  margin-top: -30px;
}

.home-style .MultiCarousel .item .favorite .fa, .home-style .slick-slider .item .favorite .fa {
  font-size: 24px;
}

.home-style .MultiCarousel .item .product, .home-style .slick-slider .item .product {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .home-style .MultiCarousel .product-info, .home-style .slick-slider .product-info {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .home-style .MultiCarousel .pricing, .home-style .slick-slider .pricing {
    display: none;
  }
}
.home-style .MultiCarousel .pricing .price, .home-style .slick-slider .pricing .price {
  float: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.home-style .MultiCarousel .pricing .price .list-price, .home-style .slick-slider .pricing .price .list-price {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 5px;
}

.home-style .MultiCarousel .pricing .price .best-price, .home-style .slick-slider .pricing .price .best-price {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 5px;
  font-size: 14px;
}

.home-style .MultiCarousel .pricing .price .best-price span, .home-style .slick-slider .pricing .price .best-price span {
  font-size: 14px;
}

.home-style .MultiCarousel .pricing .price .installment-price, .home-style .slick-slider .pricing .price .installment-price {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px 0 0;
  text-align: right;
  line-height: 1.2;
}

.home-style .MultiCarousel .pricing .price .installment-price span, .home-style .slick-slider .pricing .price .installment-price span {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-top: 3px;
  position: absolute;
}

.home-style .MultiCarousel .pricing .button-wrapper, .home-style .slick-slider .pricing .button-wrapper {
  margin-top: 19px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.parallax-wrapper {
  position: relative !important;
  z-index: 5;
}

.brands-carousel {
  background: #fff;
  margin-top: 60px;
}

.brands-carousel .carousel-control {
  background: transparent;
}

.brands-carousel .item {
  min-height: 80px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.brands-carousel .item .anchor {
  display: inline;
  vertical-align: middle;
}

.brands-carousel .item .anchor img {
  margin: 0 auto;
}

.brands-carousel .slick-wrapper {
  padding-bottom: 0;
}

.brands-carousel .slick-wrapper .products-nav {
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 0;
}

.brands-carousel .slick-wrapper .products-nav .carousel-control {
  width: auto;
  position: absolute;
  top: 30px;
  z-index: 4;
}

.brands-carousel .slick-wrapper .products-nav .carousel-control.right {
  right: 0;
}

.brands-carousel .slick-wrapper .products-nav .carousel-control.left {
  left: 0;
}

.brands-carousel .slick-wrapper .products-nav .product {
  background-color: transparent;
}

.brands-carousel .slick-wrapper .view-more hr {
  margin: 31px 15px 50px;
}

.responsive-carousel {
  position: relative;
}

.responsive-carousel .slick-arrow {
  top: -55px;
  position: absolute;
  padding: 5px;
  font-size: 0;
  color: #636363;
  border: none;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.responsive-carousel .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.responsive-carousel .slick-arrow.slick-disabled {
  color: #e0e0e0 !important;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.responsive-carousel .slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 0.6;
}

.responsive-carousel .slick-arrow.slick-prev {
  right: 56px;
}

.responsive-carousel .slick-arrow.slick-prev:before {
  content:"\f104";
}

.responsive-carousel .slick-arrow.slick-next {
  right: 10px;
}

.responsive-carousel .slick-arrow.slick-next:before {
  content:"\f105";
}

.responsive-carousel-wrapper {
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.responsive-carousel .item {
  outline: none;
}

.responsive-carousel .item > div {
  padding: 0 7.5px;
  margin: 3px 7.5px 0;
}

section .side-arrow-carousel {
  position: relative;
}

section .side-arrow-carousel .slick-track {
  display: flex;
  align-items: center;
}

section .side-arrow-carousel .slick-arrow {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  padding: 5px;
  font-size: 0;
  color: #636363;
  border: none;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

section.brands-carousel .slick-arrow {
  top: 50%;
}

section.brands-carousel .slick-arrow.slick-prev {
  left: -55px;
}

section.brands-carousel .slick-arrow.slick-next {
  right: -55px;
}

section.home-style .slick-arrow {
  top: 111px;
}

section.home-style .slick-arrow.slick-prev {
  left: -21px;
}

section.home-style .slick-arrow.slick-next {
  right: -21px;
}

section .side-arrow-carousel .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

section .side-arrow-carousel .slick-arrow.slick-disabled {
  color: #e0e0e0 !important;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

section .side-arrow-carousel .slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 0.6;
}

section .side-arrow-carousel .slick-arrow.slick-prev:before {
  content:"\f104";
}

section .side-arrow-carousel .slick-arrow.slick-next:before {
  content:"\f105";
}

section .side-arrow-carousel-wrapper {
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.product-match .slick-arrow {
  top: -82px;
}

.brands-carousel {
  position: relative;
}

.brands-carousel .slick-wrapper {
  margin-left: 50px;
  margin-right: 50px;
}

.brands-carousel .slick-next {
  position: absolute;
  top: -15px;
  right: 5px;
}

.brands-carousel .slick-prev {
  position: absolute;
  top: -15px;
  left: 5px;
}

.home-style .slick-next {
  position: absolute;
  top: -15px;
  right: 5px;
}

.home-style .slick-prev {
  position: absolute;
  top: -15px;
  left: 5px;
}

.slick-slider .item {
  outline: none;
}

.collections {
  overflow: hidden;
  position: relative;
}

.collections .row {
  position: relative !important;
}

.collections .support-img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  max-height: 80vh;
  margin-top: 67px;
  top: 0;
  display: block;
  max-height: initial;
  margin-top: initial;
  top: initial;
  bottom: 0;
  margin-bottom: 90px;
  height: calc(100% - 90px);
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: initial;
}

.collections .masonry-helper {
  -webkit-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  transform: translate(0, 150px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 550ms ease, opacity 550ms ease;
  -moz-transition: transform 550ms ease, opacity 550ms ease;
  -ms-transition: transform 550ms ease, opacity 550ms ease;
  -o-transition: transform 550ms ease, opacity 550ms ease;
  transition: transform 550ms ease, opacity 550ms ease;
  pointer-events: none;
}

.collections .masonry-helper.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: initial;
  pointer-events: all;
}

.collections .masonry-helper > .shelf-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.collections .container.shelf {
  padding-left: 25px;
  position: relative;
}

.collections .custom-row {
  margin-left: -48.5px;
  margin-right: -48.5px;
  overflow: hidden;
}

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

.collections .custom-row:after {
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .collections .custom-row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.collections .departments {
  position: relative;
  z-index: 99;
}

.collections .departments ul {
  padding: 0;
  margin: 53px 0 0;
  list-style: none;
  margin-top: 15px;
}

.collections .departments ul:before, .collections .departments ul:after {
  content:" ";
  display: table;
}

.collections .departments ul:after {
  clear: both;
}

.collections .departments ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 48.5px;
}

@media (min-width: 768px) {
  .collections .departments ul li {
    float: left;
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .collections .departments ul li {
    padding: 0 10px;
  }
}
.collections .departments .anchor {
  background: rgba(255, 255, 255, 0.76);
  width: 100%;
  height: 38px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 41px !important;
  letter-spacing: 1px !important;
  color: #373737;
}

.collections .departments .anchor:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.collections .departments .anchor:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.collections .departments li.active .anchor {
  background: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.collections .departments .anchor:hover {
  background: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.collections .tab-pane {
  display: block !important;
  height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 750ms ease, height 0s ease 151ms;
  -moz-transition: opacity 750ms ease, height 0s ease 151ms;
  -ms-transition: opacity 750ms ease, height 0s ease 151ms;
  -o-transition: opacity 750ms ease, height 0s ease 151ms;
  transition: opacity 750ms ease, height 0s ease 151ms;
  pointer-events: none;
  z-index: -1;
}

.collections .tab-pane.active {
  z-index: 1;
  pointer-events: all;
  height: initial;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 750ms ease, height 0s ease 0ms;
  -moz-transition: opacity 750ms ease, height 0s ease 0ms;
  -ms-transition: opacity 750ms ease, height 0s ease 0ms;
  -o-transition: opacity 750ms ease, height 0s ease 0ms;
  transition: opacity 750ms ease, height 0s ease 0ms;
}

.collections .collection-shelf {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 66px;
  padding-left: 32px;
}

@media (min-width: 768px) {
  .collections .collection-shelf {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .collections .collection-shelf {
    float: left;
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .collections .collection-shelf {
    margin-top: 336px;
  }
}
.collections .collection-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  background: rgba(246, 246, 246, 0.98);
  padding: 52px 35px;
  margin-left: auto;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .collections .collection-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .collections .collection-info {
    float: left;
    width: 39.1666666667%;
  }
}
.collections .collection-info .info-header .title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #373737;
  letter-spacing: 3px;
}

.collections .collection-info .info-header .title strong {
  display: block;
  letter-spacing: 0.4px;
  font-family: "Prata", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: -18px;
}

.collections .collection-info .info-header .quantity {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #707070;
  display: block;
  text-align: right;
}

.collections .collection-info .info-body {
  margin-top: 36px;
  padding-right: 60px;
  letter-spacing: 0.4px;
}

.collections .collection-info .info-body p {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 24px;
  color: #707070;
  margin-bottom: 15px;
}

.collections .collection-info .info-body p.brands {
  font-size: 15px;
  font-weight: 600;
}

.collections .collection-info .info-body p.brands a {
  letter-spacing: -0.3px;
  color: #494949;
}

.collections .collection-info .info-body p.brands a + a:before {
  content:"\002b";
  display: inline-block;
  margin: 0 6.4px;
}

.collections .collection-info .info-body p strong {
  font-weight: 600;
  letter-spacing: 1px;
}

.collections .collection-info .info-footer .pricing hr {
  margin: 0 15px 41px;
  border-top: 1px solid #c2c2c2;
}

.collections .collection-info .info-footer .pricing .button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

.collections .collection-info .info-footer .pricing .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.collections .collection-info .info-footer .pricing .button:hover {
  background-color: #363636;
  text-decoration: none;
}

.collections .collection-info .info-footer .pricing .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.collections .collection-info .info-footer .pricing .button:active {
  background-color: #222;
}

.collections .collection-info .info-footer .pricing .price {
  float: left;
  width: 50%;
}

.collections .collection-info .info-footer .pricing .button-wrapper {
  width: 50%;
  margin-top: 0;
}

.collections .view-more {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 15px;
}

.area.create-new-gift-list .container-wrapper {
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 60%;
}

.area.create-new-gift-list .container-wrapper .container {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}

.area.create-new-gift-list .img-wrapper {
  z-index: initial;
  height: 330px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../images/placeholder//bg-giftlist.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  object-fit: cover;
  margin-left: 11px;
  margin-right: 11px;
}

.area.create-new-gift-list .img-wrapper:after, .area.create-new-gift-list .img-wrapper:before {
  content:"";
  display: block;
  height: 226px;
  background: #e3e3e3;
  width: 11px;
  position: absolute;
  z-index: -2;
  top: 50%;
  margin-top: -110px;
  pointer-events: none;
}

.area.create-new-gift-list .img-wrapper:before {
  left: -11px;
}

.area.create-new-gift-list .img-wrapper:after {
  right: -11px;
}

.area.create-new-gift-list .main-info hr {
  margin: 10px 0 10px !important;
  border-top: 1px solid #363636 !important;
}

.area.create-new-gift-list .main-info .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

.area.create-new-gift-list .main-info .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
}

.area.create-new-gift-list .main-info .call {
  position: relative;
}

.area.create-new-gift-list .main-info .call:before, .area.create-new-gift-list .main-info .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 70px;
  background: #363636;
}

.area.create-new-gift-list .main-info .call:before {
  left: 0;
}

.area.create-new-gift-list .main-info .call:after {
  right: 0;
}

.area.create-new-gift-list .support-info {
  margin-top: 7px;
}

.area.create-new-gift-list .support-info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.area.create-new-gift-list .support-info .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

.area.create-new-gift-list .support-info .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.area.create-new-gift-list .support-info .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.area.create-new-gift-list .support-info .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.area.create-new-gift-list .support-info .button:active {
  background-color: #1a1a1a;
}

.area.create-new-open-house-list .container-wrapper {
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 60%;
}

.area.create-new-open-house-list .container-wrapper .container {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}

.area.create-new-open-house-list .img-wrapper {
  z-index: initial;
  height: 330px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../images/placeholder//create-open-house-list-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  object-fit: cover;
  margin-left: 11px;
  margin-right: 11px;
}

.area.create-new-open-house-list .img-wrapper:after, .area.create-new-open-house-list .img-wrapper:before {
  content:"";
  display: block;
  height: 226px;
  background: #e3e3e3;
  width: 11px;
  position: absolute;
  z-index: -2;
  top: 50%;
  margin-top: -110px;
  pointer-events: none;
}

.area.create-new-open-house-list .img-wrapper:before {
  left: -11px;
}

.area.create-new-open-house-list .img-wrapper:after {
  right: -11px;
}

.area.create-new-open-house-list .main-info hr {
  margin: 10px 0 10px !important;
  border-top: 1px solid #363636 !important;
}

.area.create-new-open-house-list .main-info .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

.area.create-new-open-house-list .main-info .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
}

.area.create-new-open-house-list .main-info .call {
  position: relative;
}

.area.create-new-open-house-list .main-info .call:before, .area.create-new-open-house-list .main-info .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 70px;
  background: #363636;
}

.area.create-new-open-house-list .main-info .call:before {
  left: 0;
}

.area.create-new-open-house-list .main-info .call:after {
  right: 0;
}

.area.create-new-open-house-list .support-info {
  margin-top: 7px;
}

.area.create-new-open-house-list .support-info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.area.create-new-open-house-list .support-info .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

.area.create-new-open-house-list .support-info .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.area.create-new-open-house-list .support-info .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.area.create-new-open-house-list .support-info .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.area.create-new-open-house-list .support-info .button:active {
  background-color: #1a1a1a;
}

.newsletter {
  background: #363636;
  padding: 22px 0;
  position: relative;
  z-index: 3;
}

.newsletter .icon {
  fill: #fff;
  width: 154px;
  height: 34px;
}

.newsletter .icon-wrapper {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .newsletter .icon-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .newsletter .icon-wrapper {
    margin-left: 37.5%;
  }
}
@media (min-width: 992px) {
  .newsletter .icon-wrapper {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .newsletter .icon-wrapper {
    margin-left: 0;
  }
}
.newsletter .newsletterForm {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .newsletter .newsletterForm {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  .newsletter .newsletterForm {
    float: left;
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .newsletter .newsletterForm {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 992px) {
  .newsletter .newsletterForm {
    float: left;
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletterForm {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.newsletter .newsletterForm label {
  color: #bebebe;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 30px;
  width: initial !important;
}

.newsletter .newsletterForm input {
  background-color: transparent;
  border: 1px solid #6e6e6e;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.25) inset;
  font-style: italic;
  width: 340px;
  height: 45px;
  padding: 0 16px;
  vertical-align: bottom;
  color: #363636;
  color: #fff;
}

.newsletter .newsletterForm input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.newsletter .newsletterForm input::-moz-placeholder {
  color: #9c9c9c;
}

.newsletter .newsletterForm input:-ms-input-placeholder {
  color: #9c9c9c;
}

.newsletter .newsletterForm input:-moz-placeholder {
  color: #9c9c9c;
}

.newsletter .newsletterForm button {
  width: 75px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #e2e2e2;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 5px;
  line-height: 42px;
}

.newsletter .newsletterForm button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.newsletter .newsletterForm button:hover {
  background-color: #fff;
  text-decoration: none;
}

.newsletter .newsletterForm button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.newsletter .newsletterForm button:active {
  background-color: #ebebeb;
}

.newsletter .social {
  margin-top: 13px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .newsletter .social {
    float: left;
    width: 20.8333333333%;
  }
}
.newsletter .social .item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  text-align: right;
  color: #bebebe;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media (min-width: 768px) {
  .newsletter .social .item {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter .social .item {
    text-align: center;
  }
}
.newsletter .social .item:hover {
  color: #fff;
}

.featured-footer {
  background-color: #111;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
}

.featured-footer .container h3 {
  margin: 0;
}

.featured-footer .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  display: inline-block;
  height: 106px;
  text-align: center;
  line-height: 105px;
  letter-spacing: 2px;
  color: #fff;
}

@media (min-width: 768px) {
  .featured-footer .item {
    float: left;
    width: 33.3333333333%;
  }
}
.featured-footer .item:nth-child(2) {
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}

.footer {
  background: #efefef;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  min-height: 135px;
}

@media (min-width: 768px) {
  .footer ul {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .footer ul {
    float: left;
    width: 16.6666666667%;
  }
}
.footer ul li {
  display: block;
}

.footer ul li a {
  color: #373737;
  line-height: 27px;
}

@media (min-width: 992px) {
  .footer ul.with-icons {
    margin-left: 6.25%;
  }
}
.footer ul.with-icons a {
  color: #373737;
  text-transform: uppercase;
}

.footer ul.with-icons a .icon {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-right: 10px;
}

.footer .row div {
  margin-top: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .footer .row div {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .footer .row div {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .footer .row div {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .footer .row div {
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  .footer .row div.payments {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .footer .row div.payments {
    margin-left: 5%;
  }
}
.footer .row div > span {
  display: block;
  margin-bottom: 30px;
}

.support-information {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 1.4;
}

.support-information a {
  color: #363636;
}

.area.gourmet-space {
  margin-top: 61px;
  margin-bottom: 61px;
}

.area.gourmet-space .title-block {
  margin-top: 24px;
  padding: 43px 50px;
}

.area.gourmet-space .title-block strong {
  font-size: 40px;
}

.area.gourmet-space .img-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: -1;
}

@media (min-width: 768px) {
  .area.gourmet-space .img-wrapper {
    margin-left: -55.8333333333%;
  }
}
@media (min-width: 992px) {
  .area.gourmet-space .img-wrapper {
    margin-left: -41.25%;
  }
}
@media (min-width: 1200px) {
  .area.gourmet-space .img-wrapper {
    margin-left: -32.9166666667%;
  }
}
.area.gourmet-space .img-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.area.gourmet-space-live {
  margin-top: 61px;
}

.area.gourmet-space-live .title-block {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 83.5px;
  padding: 30px 0;
  z-index: 1056;
}

@media (min-width: 992px) {
  .area.gourmet-space-live .title-block {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .area.gourmet-space-live .title-block {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .area.gourmet-space-live .title-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .area.gourmet-space-live .title-block {
    margin-left: 25%;
  }
}
.area.gourmet-space-live .title-block .title {
  padding-right: 5px;
  margin-bottom: 15px;
}

.area.gourmet-space-live .title-block .title strong {
  font-size: 40px;
  margin-right: -5px;
}

.area.gourmet-space-live .title-block .chef {
  padding-right: 5px;
}

.area.gourmet-space-live .title-block .main-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .area.gourmet-space-live .title-block .main-info {
    float: left;
    width: 50%;
  }
}
.area.gourmet-space-live .title-block .support-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

@media (min-width: 768px) {
  .area.gourmet-space-live .title-block .support-info {
    float: left;
    width: 50%;
  }
}
.area.gourmet-space-live .title-block .support-info p {
  margin-bottom: 16px;
  margin-top: 10px;
}

.area.gourmet-space-live .title-block .support-info span {
  text-transform: uppercase;
  color: #d2232a;
  font-weight: 700;
}

.area.gourmet-space-live .img-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -91.6666666667%;
  z-index: initial;
  height: 330px;
}

@media (min-width: 992px) {
  .area.gourmet-space-live .img-wrapper {
    margin-left: -83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .area.gourmet-space-live .img-wrapper {
    margin-left: -75%;
  }
}
.area.gourmet-space-live .img-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.area.gourmet-space-live .img-wrapper .live {
  position: absolute;
  z-index: 1051;
  background: #db2418;
  width: 30px;
  border-right: 1px solid #fff;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 0 9px;
  word-break: break-all;
  line-height: 24px;
  text-align: center;
  top: 0;
  display: flex;
  align-items: center;
}

#modalLiveVideo {
  display: block !important;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding: 0 !important;
  overflow: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#modalLiveVideo.in {
  top: 25%;
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
  z-index: 1057;
}

#modalLiveVideo-content {
  background: #363636;
}

#modalLiveVideo .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-left: 30px;
  margin: 0;
  width: auto;
  overflow: hidden;
}

#modalLiveVideo .modal-header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: absolute;
  top: 0;
  width: 100%;
}

#modalLiveVideo.in .modal-header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 3;
}

#modalLiveVideo .modal-body {
  padding: 0;
  background: #363636;
  z-index: 2;
}

#modalLiveVideo .modal-body .live-video_wrapper .live-video {
  width: 100%;
  min-height: 492px;
  margin-bottom: -5px;
}

#modalLiveVideo .modal-body .live-video_height {
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms ease;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -o-transition: all 550ms ease;
  transition: all 550ms ease;
}

#modalLiveVideo.in .live-video_height {
  max-height: 70vh;
}

#modalLiveVideo .modal-body .live-video_crop {
  top: 25%;
  -webkit-transform: translate(0, -22%);
  -moz-transform: translate(0, -22%);
  -ms-transform: translate(0, -22%);
  -o-transform: translate(0, -22%);
  transform: translate(0, -22%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms ease;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -o-transition: all 550ms ease;
  transition: all 550ms ease;
}

#modalLiveVideo .modal-body .live-video_crop > div {
  width: 100%;
}

#modalLiveVideo.in .live-video_crop {
  padding-top: 0%;
  top: 0%;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.area.home-instagram {
  margin-top: 60px;
}

.area.home-instagram .secondary-title {
  letter-spacing: 1px;
}

.area.home-instagram .secondary-title i {
  display: block;
  text-align: right;
  padding-left: 20%;
  font-style: normal;
  text-transform: none;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 10px;
  color: #373737;
}

.area.home-instagram .img-wrapper {
  padding: 6.5px;
}

.area.home-instagram .img-wrapper .overlay {
  position: absolute;
  z-index: 1;
  top: 5.5px;
  left: 5.5px;
  bottom: 5.5px;
  right: 5.5px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  text-align: center;
  color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

.area.home-instagram .img-wrapper:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.area.home-instagram .img-wrapper .overlay:before {
  content:"\f16d";
}

.area.home-instagram .blocks {
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.area.home-instagram .blocks > .img-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 6.5px;
}

@media (min-width: 768px) {
  .area.home-instagram .blocks > .img-wrapper {
    float: left;
    width: 19.9166666667%;
  }
}
.area.home-instagram .column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .area.home-instagram .column {
    float: left;
    width: 19.9166666667%;
  }
}
.area.home-instagram .column .img-wrapper {
  padding: 6.5px;
  display: block;
  position: relative;
}

.area.home-instagram .column + .img-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 6.5px;
}

@media (min-width: 768px) {
  .area.home-instagram .column + .img-wrapper {
    float: left;
    width: 40%;
  }
}
.area.lists {
  position: relative;
}

.area.lists #listsCarousel .text-center {
  margin-top: 53px;
  position: absolute;
  width: 100%;
}

.area.lists .text-center .secondary-title {
  margin: 0 0 23px;
}

.area.lists .text-center p {
  margin-bottom: 0;
  margin-top: 63px;
}

.area.lists .main-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 53px;
}

.area.lists .main-content .container .list-search, .area.lists .main-content .container .list-create {
  margin-top: 78px;
}

.area.lists .main-content .container .list-search .title, .area.lists .main-content .container .list-create .title {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: block;
}

.area.lists .main-content .container .list-search p, .area.lists .main-content .container .list-create p {
  line-height: 19px;
  margin-top: 17px;
}

.area.lists .main-content .container .list-search .field, .area.lists .main-content .container .list-create .field {
  float: left;
  height: 45px;
  border: 1px solid #dbdbdb;
  margin-right: 7px;
  padding: 0 5px;
}

.area.lists .main-content .container .list-search .field.name, .area.lists .main-content .container .list-create .field.name {
  width: 210px;
}

.area.lists .main-content .container .list-search .field.day, .area.lists .main-content .container .list-create .field.day, .area.lists .main-content .container .list-search .field.month, .area.lists .main-content .container .list-create .field.month {
  width: 54px;
  text-align: center;
}

.area.lists .main-content .container .list-search .field.year, .area.lists .main-content .container .list-create .field.year {
  width: 76px;
  text-align: center;
}

.area.lists .main-content .container .list-search .form-inline, .area.lists .main-content .container .list-create .form-inline {
  display: flex;
}

.area.lists .main-content .container .list-search .form-inline .field.date, .area.lists .main-content .container .list-create .form-inline .field.date {
  margin-right: 0 !important;
  border-right: none !important;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
  margin-bottom: 0;
  width: 170px;
}

.area.lists .main-content .container .list-search .input-group, .area.lists .main-content .container .list-create .input-group {
  display: flex;
}

.area.lists .main-content .container .list-search .input-group-addon, .area.lists .main-content .container .list-create .input-group-addon {
  padding: 14px;
  margin-right: 7px;
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
}

.area.lists .main-content .container .list-search .input-group-addon .fa, .area.lists .main-content .container .list-create .input-group-addon .fa {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.area.lists .main-content .container .list-search .search-button, .area.lists .main-content .container .list-create .search-button {
  width: 80px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  padding: 0 19px;
}

.area.lists .main-content .container .list-search .search-button:after, .area.lists .main-content .container .list-create .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.area.lists .main-content .container .list-search .search-button:hover, .area.lists .main-content .container .list-create .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.area.lists .main-content .container .list-search .search-button:hover:after, .area.lists .main-content .container .list-create .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.area.lists .main-content .container .list-search .search-button:active, .area.lists .main-content .container .list-create .search-button:active {
  background-color: #1a1a1a;
}

.area.lists .main-content .container .list-search .search-button:after, .area.lists .main-content .container .list-create .search-button:after {
  display: none !important;
}

.area.lists .main-content .container .list-search .search-button .icon, .area.lists .main-content .container .list-create .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
  display: inline-block;
}

.area.lists .main-content .container .list-search .button, .area.lists .main-content .container .list-create .button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1.3px;
  padding: 0 19px;
  float: left;
}

.area.lists .main-content .container .list-search .button:after, .area.lists .main-content .container .list-create .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.area.lists .main-content .container .list-search .button:hover, .area.lists .main-content .container .list-create .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.area.lists .main-content .container .list-search .button:hover:after, .area.lists .main-content .container .list-create .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.area.lists .main-content .container .list-search .button:active, .area.lists .main-content .container .list-create .button:active {
  background-color: #1a1a1a;
}

.area.lists .main-content .container .list-search .manage, .area.lists .main-content .container .list-create .manage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1px;
  color: #787878;
}

.area.lists .main-content .container .list-search .manage:after, .area.lists .main-content .container .list-create .manage:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.area.lists .main-content .container .list-search .manage:hover:after, .area.lists .main-content .container .list-create .manage:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.area.lists .main-content .container .list-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .area.lists .main-content .container .list-search {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .area.lists .main-content .container .list-search {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .area.lists .main-content .container .list-search {
    margin-left: 15%;
  }
}
@media (min-width: 1200px) {
  .area.lists .main-content .container .list-search {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 1200px) {
  .area.lists .main-content .container .list-search {
    margin-left: 15%;
  }
}
.area.lists .main-content .container .list-create {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .area.lists .main-content .container .list-create {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .area.lists .main-content .container .list-create {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .area.lists .main-content .container .list-create {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .area.lists .main-content .container .list-create {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .area.lists .main-content .container .list-create {
    margin-left: 15%;
  }
}
.area.lists .main-content .container .list-create .button {
  width: 100%;
  float: none;
}

.area.lists .main-content .container .list-create .button + p {
  margin-bottom: 5px;
}

.modal-dialog {
  margin: 20vh auto 0;
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-dialog {
    width: 1050px;
  }
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.modal-header {
  background: #363636;
  padding: 13px 21px 10px;
  border: none;
}

.modal-header h4 {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  line-height: 0;
  font-weight: normal;
  font-size: 32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  outline: none;
}

body #modalQuickView {
  z-index: 1070;
}

body #modalQuickView.in {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

body #modalQuickView-content {
  background: #363636;
}

body #modalQuickView .modal-dialog {
  margin: auto;
  max-height: 98vh;
}

body #modalQuickView .modal-body {
  padding: 15px 0;
}

body #modalQuickView .modal-body .product-info:before, body #modalQuickView .modal-body .product-info:after {
  content:" ";
  display: table;
}

body #modalQuickView .modal-body .product-info:after {
  clear: both;
}

body #modalQuickView .modal-body .product-info .thumbnails.thumb-slider.slick-slider.slick-vertical .productQuick {
  display: flex;
  margin: 0 auto;
  border: none;
}

body #modalQuickView .modal-body .product-info .thumbnails.thumb-slider.slick-slider.slick-vertical .productQuick.slick-prev {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: -5px;
  left: 50%;
}

body #modalQuickView .modal-body .sku-selection:before, body #modalQuickView .modal-body .sku-selection:after {
  content:" ";
  display: table;
}

body #modalQuickView .modal-body .sku-selection:after {
  clear: both;
}

body #modalQuickView .modal-body .img-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 19px;
}

@media (min-width: 768px) {
  body #modalQuickView .modal-body .img-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  body #modalQuickView .modal-body .img-wrapper {
    float: left;
    width: 52.0833333333%;
  }
}
body #modalQuickView .modal-body .img-wrapper .thumbnails {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 5px;
}

@media (min-width: 768px) {
  body #modalQuickView .modal-body .img-wrapper .thumbnails {
    float: left;
    width: 16.6666666667%;
  }
}
body #modalQuickView .modal-body .img-wrapper .thumbnails .anchor {
  display: block;
  margin: 5px 0;
  float: left;
}

body #modalQuickView .modal-body .img-wrapper .main-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px;
}

@media (min-width: 768px) {
  body #modalQuickView .modal-body .img-wrapper .main-image {
    float: left;
    width: 83.3333333333%;
  }
}
body #modalQuickView .modal-body .info-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 47px;
  padding-right: 34px;
}

@media (min-width: 768px) {
  body #modalQuickView .modal-body .info-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  body #modalQuickView .modal-body .info-wrapper {
    float: left;
    width: 47.9166666667%;
  }
}
body #modalQuickView .modal-body .info-wrapper .promotional-tag {
  position: absolute;
  background: #db2418;
  width: 29px;
  height: 109px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 9px;
  word-break: break-all;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 5px;
}

body #modalQuickView .modal-body .info-wrapper .product-name {
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  body #modalQuickView .modal-body .info-wrapper .product-name {
    font-size: 18px;
  }
}
body #modalQuickView .modal-body .info-wrapper .view-more .anchor {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #363636;
}

@media only screen and (max-width: 991px) {
  body #modalQuickView {
    padding-right: 0 !important;
    pointer-events: none;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  body #modalQuickView.in {
    pointer-events: all;
  }
  body #modalQuickView .modal-dialog {
    width: 90%;
    margin: auto;
  }
}
body #modalTermsOfUse, body .modal-default-big-texts {
  z-index: 2000;
}

body #modalTermsOfUse .modal-dialog, body .modal-default-big-texts .modal-dialog {
  width: 600px;
}

body #modalTermsOfUse .modal-dialog .modal-body, body .modal-default-big-texts .modal-dialog .modal-body {
  padding: 0 0 0 21px;
  min-height: 200px;
}

body #modalTermsOfUse .modal-dialog .modal-body .items-wrapper, body .modal-default-big-texts .modal-dialog .modal-body .items-wrapper {
  font-size: 14px;
  line-height: 22px;
  padding: 20px 15px 20px 0;
  max-height: 70vh;
  overflow: auto;
}

body #modalTermsOfUse .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar-track, body .modal-default-big-texts .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

body #modalTermsOfUse .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar, body .modal-default-big-texts .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #e5e5e5;
}

body #modalTermsOfUse .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar-thumb, body .modal-default-big-texts .modal-dialog .modal-body .items-wrapper::-webkit-scrollbar-thumb {
  background-color: #363636;
}

body #modalTermsOfUse .modal-dialog .modal-body .items-wrapper h2, body .modal-default-big-texts .modal-dialog .modal-body .items-wrapper h2 {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

body .modal-with-buttons, body #modalRemoveProduct, body #modaAddedReadyMadeLists {
  z-index: 2000;
}

body .modal-with-buttons .modal-dialog, body #modalRemoveProduct .modal-dialog, body #modaAddedReadyMadeLists .modal-dialog {
  width: 600px;
}

body .modal-with-buttons .modal-dialog .modal-body, body #modalRemoveProduct .modal-dialog .modal-body, body #modaAddedReadyMadeLists .modal-dialog .modal-body {
  padding: 20px;
  text-align: center;
}

body .modal-with-buttons .modal-dialog .modal-body p, body #modalRemoveProduct .modal-dialog .modal-body p, body #modaAddedReadyMadeLists .modal-dialog .modal-body p {
  line-height: 1.4;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons, body #modalRemoveProduct .modal-dialog .modal-body .buttons, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons {
  white-space: nowrap;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .grey, body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .grey {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 40px;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .grey:after, body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:after, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .grey:hover, body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:hover, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .grey:hover:after, body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:hover:after, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .grey:active, body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:active, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .grey:active {
  background-color: #1a1a1a;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .transparent, body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .transparent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 40px;
  margin: 0 15px;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .transparent:after, body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:after, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .transparent:hover, body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:hover, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .transparent:hover:after, body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:hover:after, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .modal-with-buttons .modal-dialog .modal-body .buttons .transparent:active, body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:active, body #modaAddedReadyMadeLists .modal-dialog .modal-body .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

body #modalCropImageLists .modal-body {
  padding: 0;
}

body #modalCropImageLists .modal-footer {
  background: #363636;
  border-top: none;
}

#nanobar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1061;
}

.nanobar {
  width: 100%;
  height: 4px;
  z-index: 9999;
  top: 0;
}

.bar {
  width: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  background: #d2232a;
}

body .navbar {
  border: none;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  margin-bottom: 0;
  z-index: 1000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.09);
}

@media only screen and (min-width: 1200px) {
  body .navbar .visible-lg {
    display: inline-block !important;
  }
}
body .navbar .guest-view-stripe {
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 7px 0;
  letter-spacing: 1px;
  padding: 0;
  max-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

body .navbar .guest-view-stripe.red {
  background: #d2232a;
}

body .navbar .guest-view-stripe .fa {
  vertical-align: bottom;
  margin-right: 3px;
}

body.on-top .guest-view-stripe {
  padding: 7px 22.5px 7px 22.5px;
  max-height: 100px;
  overflow: visible;
}

body .navbar .guest-view-stripe > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  padding: 0;
  margin-right: 32px;
  text-transform: uppercase;
  float: right;
}

@media only screen and (min-width: 1200px) {
  body .navbar .guest-view-stripe > a {
    font-size: 11px;
  }
}
body .navbar .guest-view-stripe > a:hover {
  text-decoration: none;
}

body .navbar .promotional-stripe {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 7px 0;
  letter-spacing: 1px;
  padding: 0;
  max-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

body .navbar .promotional-stripe.green {
  background: #6ba628;
}

body .navbar .promotional-stripe .fa {
  vertical-align: bottom;
  margin-right: 3px;
}

body.on-top .promotional-stripe {
  padding: 7px 0;
  max-height: 100px;
  overflow: visible;
}

body .navbar .top-nav {
  background: #363636;
  position: relative;
  padding: 0;
  max-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

body.scroll-up .top-nav, body.on-top .top-nav {
  max-height: 100px;
  overflow: visible;
}

body .navbar .top-nav .custom-row {
  margin: 0 -22.5px;
}

body .navbar .top-nav .custom-row:before, body .navbar .top-nav .custom-row:after {
  content:" ";
  display: table;
}

body .navbar .top-nav .custom-row:after {
  clear: both;
}

body .navbar .top-nav .custom-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

body .navbar .top-nav .custom-row ul.left-nav {
  float: left;
}

body .navbar .top-nav .custom-row ul.right-nav {
  float: right;
}

body .navbar .top-nav .custom-row ul > li {
  display: inline-block;
}

body .navbar .top-nav .custom-row ul > li i.fa {
  font-size: 10px;
  margin-left: 7px;
  font-weight: bold;
  display: inline-block;
  float: right;
  margin-top: -2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body .navbar .top-nav .custom-row ul > li.open > a .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
}

body .navbar .top-nav .custom-row ul > li > a {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  padding: 11px 22.5px 10px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 150ms ease;
  -moz-transition: background 150ms ease;
  -ms-transition: background 150ms ease;
  -o-transition: background 150ms ease;
  transition: background 150ms ease;
}

@media only screen and (max-width: 991px) {
  body .navbar .top-nav .custom-row ul > li > a {
    padding: 11px 15.5px 10px;
  }
}
body .navbar .top-nav .custom-row ul > li > a:hover {
  background: #2e2e2e;
}

body .navbar .top-nav .custom-row ul > li.open > a {
  background: #2e2e2e;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart) {
  position: initial;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: margin-bottom 150ms linear 100ms;
  -moz-transition: margin-bottom 150ms linear 100ms;
  -ms-transition: margin-bottom 150ms linear 100ms;
  -o-transition: margin-bottom 150ms linear 100ms;
  transition: margin-bottom 150ms linear 100ms;
  margin-bottom: 0;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart).open {
  margin-bottom: 52px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: margin-bottom 60ms linear;
  -moz-transition: margin-bottom 60ms linear;
  -ms-transition: margin-bottom 60ms linear;
  -o-transition: margin-bottom 60ms linear;
  transition: margin-bottom 60ms linear;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart) .dropdown-menu {
  background: #2e2e2e;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 150ms linear;
  -moz-transition: max-height 150ms linear;
  -ms-transition: max-height 150ms linear;
  -o-transition: max-height 150ms linear;
  transition: max-height 150ms linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  top: 31px;
  margin: 0;
  text-align: center;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart).open .dropdown-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 150ms linear;
  -moz-transition: max-height 150ms linear;
  -ms-transition: max-height 150ms linear;
  -o-transition: max-height 150ms linear;
  transition: max-height 150ms linear;
  max-height: 100px;
  border: none;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart) .dropdown-menu li a {
  color: #9e9e9e;
  text-transform: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  padding: 21px 22.5px 20px;
}

body .navbar .top-nav .custom-row ul > li.dropdown:not(.minicart) .dropdown-menu li a:hover {
  color: #fff;
}

body .navbar .top-nav .custom-row ul .minicart {
  font-size: 0;
  float: right;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  body .navbar .top-nav .custom-row ul .minicart {
    position: relative;
  }
  body .navbar .top-nav .custom-row ul .minicart:before {
    z-index: 1002;
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  body .navbar .top-nav .custom-row ul .minicart:hover:before {
    height: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 150ms linear 1s;
    -moz-transition: all 150ms linear 1s;
    -ms-transition: all 150ms linear 1s;
    -o-transition: all 150ms linear 1s;
    transition: all 150ms linear 1s;
  }
  body .navbar .top-nav .custom-row ul .minicart:hover > a:before {
    z-index: 1005;
  }
}
body .navbar .top-nav .custom-row ul .minicart a.dropdown-toggle {
  padding: 6px 0 2px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  position: relative;
  height: 31px;
  width: 31px;
  text-align: center;
}

body .navbar .top-nav .custom-row ul .minicart.open .dropdown-toggle, body .navbar .top-nav .custom-row ul .minicart:hover .dropdown-toggle {
  background-color: transparent;
}

body .navbar .top-nav .custom-row ul .minicart a.dropdown-toggle .quantity {
  width: 15px;
  height: 15px;
  background: #d2232a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 4px;
  right: -4px;
  color: #fff;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

body .navbar .top-nav .custom-row ul .minicart a.dropdown-toggle .icon {
  fill: #fff;
  height: 16px;
  width: 16px;
  stroke: #fff;
  stroke-width: 3px;
  overflow: visible;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 1px;
  -webkit-box-shadow: -10px 10px 84px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: -10px 10px 84px rgba(0, 0, 0, 0.31);
  box-shadow: -10px 10px 84px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 338px;
  margin-top: 0;
  display: block;
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease 250ms;
  -moz-transition: all 150ms ease 250ms;
  -ms-transition: all 150ms ease 250ms;
  -o-transition: all 150ms ease 250ms;
  transition: all 150ms ease 250ms;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu:before {
  content:"";
  border: 6px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -10px;
  right: 9px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .title {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #363636;
  letter-spacing: 2px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  position: absolute;
  width: 100%;
  background: -moz-linear-gradient(top, #fff 0%, #fff 62%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 62%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 62%, rgba(255, 255, 255, 0) 100%);
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .title.added {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  max-height: 45px;
  padding: 0 0 34px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items {
  padding: 11.5px 0;
  overflow: auto;
  padding-right: 8px;
  max-height: 265px;
  margin-right: -2px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items::-webkit-scrollbar {
  width: 5px;
  background-color: #e5e5e5;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items::-webkit-scrollbar-thumb {
  background-color: #363636;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items::-webkit-scrollbar-track {
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  background-clip: content-box;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item {
  font-size: 0;
  padding: 11.5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item:before, body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item:after {
  content:" ";
  display: table;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item:after {
  clear: both;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item img {
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  display: inline-block;
  max-width: 83px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info {
  display: inline-block;
  vertical-align: middle;
  width: 223px;
  padding-left: 12px;
  width: 60%;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .name {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  vertical-align: bottom;
  display: inline-block;
  font-size: 13px;
  padding-right: 23px;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .name .sku-name {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .name:hover {
  color: #000;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .name:hover .sku-name {
  text-decoration: none;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .price {
  font-size: 13px;
  display: inline-block;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .info .price:before {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .actions {
  width: 40%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .actions .remove {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .actions .remove:hover {
  color: #d53239;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .items .item .actions .remove:before {
  content:"\f014";
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal {
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  padding-top: 23px;
  padding-bottom: 23px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal:before, body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal:after {
  content:" ";
  display: table;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal:after {
  clear: both;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal .support-text {
  float: left;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .subtotal .price {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button {
  height: 45px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 200px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey:hover {
  background-color: #363636;
  text-decoration: none;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey:active {
  background-color: #222;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.grey .fa {
  font-size: 17px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: transparent;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-bottom: 5px;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white:hover {
  background-color: transparent;
  text-decoration: none;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white:active {
  background-color: rgba(0, 0, 0, 0);
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.white span {
  color: #d53239;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.transparent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .navbar .top-nav .custom-row ul .minicart .dropdown-menu .button.transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

body .navbar .top-nav .custom-row ul .minicart:hover .dropdown-menu, body .navbar .top-nav .custom-row ul .minicart.open .dropdown-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  max-height: 89vh;
  padding: 18px 15px;
}

body .navbar .consultant-nav {
  background: #d2232a;
  position: relative;
  z-index: 99999;
}

body .navbar .consultant-nav .container {
  height: 26px;
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body .navbar .consultant-nav .container strong {
  font-weight: 700;
}

body .navbar .consultant-nav .container .dropdown {
  margin-left: auto;
  list-style: none;
}

body .navbar .consultant-nav .container .dropdown-toggle {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  height: 26px;
  padding-right: 5px;
}

body .navbar .consultant-nav .container .dropdown-toggle .fa {
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body .navbar .consultant-nav .container .dropdown.open .dropdown-toggle .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .navbar .consultant-nav .container .dropdown-menu {
  right: 0;
  left: auto;
  background: #d2232a;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-top: 7px;
  padding-top: 0;
}

body .navbar .consultant-nav .container .dropdown-menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 20px;
}

body .navbar .consultant-nav .container .dropdown-menu a:hover, body .navbar .consultant-nav .container .dropdown-menu a:focus {
  background: rgba(0, 0, 0, 0.09);
}

body .navbar-brand {
  height: 62px;
}

body .navbar-brand div.logo {
  position: relative;
  overflow: hidden;
  width: 135.719px;
  height: 30px;
  clip-path: url("#logoMask");
  -webkit-clip-path: url("#logoMask");
}

body .navbar-brand div.logo:after {
  content:"";
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 420%;
  background-image: -webkit-linear-gradient(-45deg, #d2232a 0%, #d2232a 42%, #000 50%, #000 90%, #d2232a 96%);
  background-position: -312px 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-position 2000ms ease-in-out;
  -moz-transition: background-position 2000ms ease-in-out;
  -ms-transition: background-position 2000ms ease-in-out;
  -o-transition: background-position 2000ms ease-in-out;
  transition: background-position 2000ms ease-in-out;
}

body .navbar-brand:hover .logo:after {
  background-position: 180px 0;
}

body .navbar-brand .logo-img {
  max-width: 135.719px;
  height: auto;
}

body .navbar-header h1 {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  body .navbar-header {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-header {
    text-align: center;
    position: relative;
  }
  body .navbar-header .navbar-toggle {
    background-color: transparent !important;
    border: none;
    float: left !important;
    margin-top: 5px;
    margin-bottom: 0;
  }
  body .navbar-header .navbar-toggle .fa {
    font-size: 18px;
  }
  body .navbar-header .navbar-toggle .fa.fa-bars {
    display: none;
  }
  body .navbar-header .navbar-toggle.collapsed .fa-times {
    display: none;
  }
  body .navbar-header .navbar-toggle.collapsed .fa-bars {
    display: initial;
  }
  body .navbar-header .navbar-toggle .nav-title {
    display: block;
    text-align: center;
    font-size: 9px;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 600;
    color: #212121;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 150ms ease 0ms;
    -moz-transition: all 150ms ease 0ms;
    -ms-transition: all 150ms ease 0ms;
    -o-transition: all 150ms ease 0ms;
    transition: all 150ms ease 0ms;
  }
  body .navbar-header .navbar-brand {
    margin: 0 auto !important;
    float: none !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    height: 56px;
    padding: 12px 15px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
body .navbar-nav {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 350ms;
  -moz-transition: opacity 250ms ease 350ms;
  -ms-transition: opacity 250ms ease 350ms;
  -o-transition: opacity 250ms ease 350ms;
  transition: opacity 250ms ease 350ms;
}

@media only screen and (max-width: 991px) {
  body .navbar-nav {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-nav {
    margin: 0;
  }
}
body .navbar-nav > li.dropdown {
  margin: 0 12px;
  position: initial;
}

@media only screen and (max-width: 1199px) {
  body .navbar-nav > li.dropdown {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-nav > li.dropdown {
    margin: 0 8px;
    border-top: 1px solid #ccc;
  }
  body .navbar-nav > li.dropdown:nth-child(1) {
    border-top: none;
  }
}
body .navbar-nav > li.dropdown > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #212121;
  padding: 24.5px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  body .navbar-nav > li.dropdown > a {
    font-size: 13px;
  }
}
body .navbar-nav > li.dropdown > a:before {
  content:"";
  height: 1px;
  background: rgba(213, 50, 57, 0);
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 1001;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease 0ms;
  -moz-transition: all 150ms ease 0ms;
  -ms-transition: all 150ms ease 0ms;
  -o-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}

body .navbar-nav > li.dropdown:hover > a {
  background-color: transparent !important;
}

body .navbar-nav > li.dropdown:hover > a:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0ms;
  -moz-transition: all 250ms ease 0ms;
  -ms-transition: all 250ms ease 0ms;
  -o-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  height: 4px;
  background: #d53239;
}

body .navbar-nav > li.dropdown .dropdown-menu {
  background: rgba(248, 248, 248, 0.97);
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  display: block;
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  z-index: 8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body .navbar-nav > li.dropdown:hover .dropdown-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease 350ms;
  -moz-transition: all 150ms ease 350ms;
  -ms-transition: all 150ms ease 350ms;
  -o-transition: all 150ms ease 350ms;
  transition: all 150ms ease 350ms;
  max-height: 89vh;
  padding: 18px 15px;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  body .navbar-nav > li.dropdown {
    position: relative;
  }
  body .navbar-nav > li.dropdown > a {
    display: inline-block;
    padding: 18px 0;
  }
  body .navbar-nav > li.dropdown:before {
    z-index: 1002;
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  body .navbar-nav > li.dropdown:hover:before {
    height: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 150ms linear 1s;
    -moz-transition: all 150ms linear 1s;
    -ms-transition: all 150ms linear 1s;
    -o-transition: all 150ms linear 1s;
    transition: all 150ms linear 1s;
  }
  body .navbar-nav > li.dropdown:hover > a:before {
    z-index: 1005;
  }
  body .navbar-nav > li.dropdown:hover .dropdown-menu {
    padding: 0 0 20px !important;
  }
  body .navbar-nav > li.dropdown .dropdown-menu {
    position: relative;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1003 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 150ms ease !important;
    -moz-transition: all 150ms ease !important;
    -ms-transition: all 150ms ease !important;
    -o-transition: all 150ms ease !important;
    transition: all 150ms ease !important;
  }
  body .navbar-nav > li.dropdown .dropdown-menu .container {
    width: 730px;
    padding: 0;
  }
  body .navbar-nav > li.dropdown .dropdown-menu .container .category-nav {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
body .navbar .navbar-nav.guest-view > li.dropdown {
  margin: 0 52px;
  position: initial;
}

@media only screen and (max-width: 1199px) {
  body .navbar .navbar-nav.guest-view > li.dropdown {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar .navbar-nav.guest-view > li.dropdown {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-collapse {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  body .navbar-collapse.collapse {
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}
body .navbar-collapse .category-nav {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body .navbar-collapse .category-nav {
    float: left;
    width: 100%;
  }
}
body .navbar-collapse .category-nav .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body .navbar-collapse .category-nav .column {
    float: left;
    width: 33.3333333333%;
  }
}
body .navbar-collapse .category-nav .column .title {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #595959;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
}

body .navbar-collapse .category-nav .column ul + .title {
  margin-top: 42px;
}

body .navbar-collapse .category-nav .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body .navbar-collapse .category-nav .column ul li {
  padding-right: 20px;
  margin-bottom: 17px;
}

body .navbar-collapse .category-nav .column ul li a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #707070;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
}

body .navbar-collapse .category-nav .column ul li a:hover {
  color: #000;
  text-decoration: none;
}

body .navbar-collapse .category-nav .column .view-more {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  letter-spacing: 1px;
}

body .navbar-collapse .category-nav .column .view-more:hover {
  color: #000;
}

body .navbar-collapse .category-banner {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  display: block;
  float: right !important;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .navbar-collapse .category-banner + .category-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body .navbar-collapse .category-banner + .category-nav {
    float: left;
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  body .navbar-collapse .category-banner {
    float: left;
    width: 41.6666666667%;
  }
}
body .navbar-collapse .category-banner .info {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  text-align: center;
  padding: 32px 15px 22px;
}

body .navbar-collapse .category-banner .info .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

body .navbar-collapse .category-banner .info .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

body .navbar-collapse .category-banner .info .view-more {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin: 0 15px;
}

body .navbar-collapse .category-banner .info .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body .navbar-collapse .category-banner .info .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body .navbar-collapse .category-banner .info .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body .navbar-collapse .category-banner .info .view-more:active {
  background-color: #1a1a1a;
}

body .navbar-collapse .category-banner .img-responsive {
  min-height: 200px;
  object-fit: cover;
}

body .navbar-form {
  margin-top: 15px;
  position: relative;
  width: 135px;
}

@media only screen and (max-width: 1199px) {
  body .navbar-form {
    width: 85px;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-form {
    width: 100px;
  }
}
body .navbar-form .form-group {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease 0ms;
  -moz-transition: all 150ms ease 0ms;
  -ms-transition: all 150ms ease 0ms;
  -o-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
  float: right;
  width: 100%;
  padding-right: 30px;
}

body .navbar-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #404040;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  font-size: 13px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 25px;
  padding-left: 0;
  color: #121212;
}

body .navbar-form .form-control::-webkit-input-placeholder {
  color: #787878;
}

body .navbar-form .form-control::-moz-placeholder {
  color: #787878;
}

body .navbar-form .form-control:-ms-input-placeholder {
  color: #787878;
}

body .navbar-form .form-control:-moz-placeholder {
  color: #787878;
}

body .navbar-form .btn-send {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}

body .navbar-form .btn-send .icon {
  width: 18px;
  height: 18px;
  stroke: #212121;
  stroke-width: 1px;
}

@media only screen and (max-width: 991px) {
  body .navbar-form {
    padding: 10px 35px;
    background: #e7e7e7;
    margin-top: 0;
    width: 100vw !important;
    margin-bottom: 0;
    left: 50% !important;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 0;
  }
  body .navbar-form .btn-send {
    right: 19px;
    bottom: 14px;
  }
  body.scroll-down #navbar .navbar-form {
    display: none !important;
  }
}
body:before {
  content:"";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.5s ease-in-out, 0s height 1s linear;
  -moz-transition: background 0.5s ease-in-out, 0s height 1s linear;
  -ms-transition: background 0.5s ease-in-out, 0s height 1s linear;
  -o-transition: background 0.5s ease-in-out, 0s height 1s linear;
  transition: background 0.5s ease-in-out, 0s height 1s linear;
  z-index: 99;
}

body.search-open:before {
  z-index: 99;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

body.search-open .navbar-collapse {
  position: relative;
}

body.search-open .navbar-nav {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0ms;
  -moz-transition: opacity 250ms ease 0ms;
  -ms-transition: opacity 250ms ease 0ms;
  -o-transition: opacity 250ms ease 0ms;
  transition: opacity 250ms ease 0ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.search-open .navbar-form {
  width: calc(100% - 170px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease 350ms;
  -moz-transition: all 150ms ease 350ms;
  -ms-transition: all 150ms ease 350ms;
  -o-transition: all 150ms ease 350ms;
  transition: all 150ms ease 350ms;
}

body .navbar .container {
  position: relative;
}

body .navbar-form {
  right: 16px;
}

@media only screen and (min-width: 992px) {
  body .navbar-form {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  body .navbar-form {
    right: 15px;
    left: 15px;
  }
}
ul {
  list-style: none;
}

.ac-container {
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
  box-shadow: 0 5px 10px #666;
  display: none;
  font-family: "Open Sans", sans-serif;
  left: 0;
  margin: 0;
  min-width: 200px;
  position: absolute;
  top: 2.3em;
  width: 97.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.search-suggestion-visible {
  display: block;
}

.ac-arrow-up, .ac-arrow-up-background {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 7px solid #999;
  position: absolute;
  top: -7px;
  left: 25px;
}

.ac-arrow-up-background {
  border-bottom: 7px solid #fff;
  top: -5px;
}

.ac-title-top-search {
  padding: 0 10px 11px 10px;
  font-size: 17px;
  color: #666;
  margin-top: 15px;
}

.ac-top-search-container, .ac-terms-container, .ac-products-container {
  margin: 0;
  padding: 0;
}

.ac-suggest-term {
  color: #666;
  cursor: pointer;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 5px 15px 5px 35px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}

.ac-suggest-term:hover {
  background-color: #eee;
}

.ac-terms-container .ac-suggest-term {
  padding: 5px 15px 5px 10px;
}

.ac-term-match {
  font-weight: 900;
}

.ac-icon-search {
  height: 15px;
  vertical-align: middle;
  width: 15px;
}

.ac-number-top-search {
  background-color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-left: -25px;
}

.ac-suggest-term.ac-suggest-product {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 1px dashed #ddd;
  padding: 10px 15px 10px 35px;
}

.ac-suggest-term.ac-suggest-product:last-of-type {
  border-bottom: none;
}

.ac-product-title {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px 4px 8px;
  text-transform: uppercase;
}

.ac-suggest-product-image-container {
  background: url("images/loading.gif") center center no-repeat;
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 60px;
}

.ac-suggest-product-image-container img {
  display: block;
  width: 60px;
}

.ac-product-name {
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 70%;
}

.wrap_price {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
}

.ac-price-from {
  color: #c41230;
  display: block;
  text-align: right;
  text-decoration: line-through;
}

.ac-price-by {
  color: #c41230;
  display: block;
  font-weight: 700;
  text-align: right;
}

.ac-suggest-term.ac-suggest-product:hover {
  background-color: #eee;
}

.hidden-suggestion {
  display: none;
}

.parallax-blocks {
  height: 850px;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .parallax-blocks {
    height: 850px;
  }
}
@media only screen and (min-width: 1281px) {
  .parallax-blocks {
    height: 860px;
  }
}
.parallax-blocks .container {
  position: relative;
}

.parallax-blocks .container .block {
  padding-bottom: 46%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
}

@media (min-width: 768px) {
  .parallax-blocks .container .block {
    float: left;
    width: 54.1666666667%;
  }
}
@media (min-width: 992px) {
  .parallax-blocks .container .block {
    float: left;
    width: 48.3333333333%;
  }
}
.parallax-blocks .container .block:hover img {
  -webkit-box-shadow: -6px 12px 32px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -6px 12px 32px rgba(0, 0, 0, 0.14);
  box-shadow: -6px 12px 32px rgba(0, 0, 0, 0.14);
}

.parallax-blocks .container .block img {
  width: 100%;
  -webkit-box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.08);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms ease;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -o-transition: all 550ms ease;
  transition: all 550ms ease;
}

.parallax-blocks .container .block:nth-child(odd) {
  left: 15px !important;
}

@media (min-width: 768px) {
  .parallax-blocks .container .block:nth-child(odd) {
    margin-left: 2.0833333333%;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-blocks .container .block:nth-child(odd) {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .parallax-blocks .container .block:nth-child(even) {
    margin-left: 43.75%;
  }
}
@media (min-width: 992px) {
  .parallax-blocks .container .block:nth-child(even) {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-blocks .container .block:nth-child(even) {
    text-align: right;
  }
  .parallax-blocks .container .block:nth-child(even) .title {
    margin-right: 0;
  }
}
.parallax-blocks .container .block:nth-child(2) {
  padding: 0;
}

.parallax-blocks .container .block:nth-child(2):after, .parallax-blocks .container .block:nth-child(4):after {
  right: -11px;
}

.parallax-blocks .container .block:nth-child(2):after, .parallax-blocks .container .block:nth-child(3):after, .parallax-blocks .container .block:nth-child(4):after {
  content:"";
  display: block;
  height: 226px;
  background: #e3e3e3;
  width: 11px;
  position: absolute;
  z-index: -2;
  top: 50%;
  margin-top: -140px;
  pointer-events: none;
}

.parallax-blocks .container .block:nth-child(3) {
  top: 225px;
  padding: 0;
}

.parallax-blocks .container .block:nth-child(3):after {
  left: -11px;
}

@media only screen and (max-width: 991px) {
  .parallax-blocks .container .block:nth-child(3) .title {
    padding-right: 50px;
  }
}
.parallax-blocks .container .block:nth-child(4) {
  top: 410px;
  padding: 0;
}

.parallax-blocks .container .block .img-wrapper {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(1.001) translateZ(0.001px);
}

.parallax-blocks .container .block .img-wrapper:hover {
  -webkit-transform: scale(1.04) translateZ(0.001px) !important;
  -moz-transform: scale(1.04) translateZ(0.001px) !important;
  -ms-transform: scale(1.04) translateZ(0.001px) !important;
  -o-transform: scale(1.04) translateZ(0.001px) !important;
  transform: scale(1.04) translateZ(0.001px) !important;
}

.parallax-blocks .container .block .img-wrapper img {
  max-height: 348px;
  object-fit: cover;
  -webkit-backface-visibility: initial;
  -moz-backface-visibility: initial;
  -webkit-backface-visibility: initial;
  -moz-backface-visibility: initial;
  backface-visibility: initial;
}

.parallax-blocks .container .block img {
  margin-bottom: 20px;
}

.parallax-blocks .container .block .title {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
  vertical-align: text-top;
  margin-right: 15px;
  display: block;
}

.parallax-blocks .container .block .subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 3.2px;
}

.parallax-blocks .container .block .view-more {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #adadad;
  letter-spacing: 2px;
  font-size: 11px;
}

.parallax-blocks .container .block .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.parallax-blocks .container .block .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.parallax-blocks .container .block-title {
  padding: 0;
  padding-right: 100px;
  text-align: right;
}

.parallax-blocks .container .block-title:before, .parallax-blocks .container .block-title:after {
  content:" ";
  display: table;
}

.parallax-blocks .container .block-title:after {
  clear: both;
}

@media only screen and (max-width: 991px) {
  .parallax-blocks .container .block-title {
    padding-right: 140px;
  }
}
.parallax-blocks .container .block-title .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  display: block;
  margin-top: 92px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
  .parallax-blocks .container .block-title .title {
    font-size: 22px !important;
  }
}
.parallax-blocks .container .block-title .subtitle {
  margin-right: 19px;
  display: block;
  margin-top: 0;
}

.parallax-blocks .container .block-title .view-more {
  float: right;
  margin-top: 4px;
  margin-left: 20px;
}

.parallax-blocks .container .block-off .img-wrapper {
  position: relative;
}

.parallax-blocks .container .block-off .img-wrapper .info {
  margin: 0 auto;
}

.parallax-blocks .container .block-off .img-wrapper .info-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  background: rgba(219, 36, 24, 0.93);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.parallax-blocks .container .block-off .img-wrapper .info .title {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 14px;
  display: block;
  margin-bottom: 11px;
  margin-right: 0;
}

.parallax-blocks .container .block-off .img-wrapper .info .text {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: 24px;
}

.parallax-blocks.equal {
  height: 660px;
}

@media only screen and (max-width: 991px) {
  .parallax-blocks.equal {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .parallax-blocks.equal {
    height: 500px;
  }
}
@media only screen and (max-width: 1280px) {
  .parallax-blocks.equal {
    height: 460px;
  }
}
@media only screen and (min-width: 1281px) {
  .parallax-blocks.equal {
    height: 460px;
  }
}
.parallax-blocks.equal .container .block {
  padding-bottom: 0;
  margin-left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .parallax-blocks.equal .container .block {
    float: left;
    width: 48.3333333333%;
  }
}
.parallax-blocks.equal .container .block:after {
  content:"";
  display: block;
  height: 226px;
  background: #e3e3e3;
  width: 11px;
  position: absolute;
  z-index: -2;
  top: 50%;
  margin-top: -140px;
  pointer-events: none;
}

.parallax-blocks.equal .container .block:nth-child(2) {
  margin-top: 70px;
}

.parallax-blocks.equal .container .block:nth-child(odd) {
  left: 15px !important;
}

.parallax-blocks.equal .container .block:nth-child(odd):after {
  left: 4px;
}

@media (min-width: 768px) {
  .parallax-blocks.equal .container .block:nth-child(even) {
    margin-left: 50%;
  }
}
.parallax-blocks.equal .container .block:nth-child(even):after {
  right: 4px;
}

.parallax-brands {
  width: 100%;
  padding-top: 785px;
  position: relative;
}

.parallax-brands .block {
  position: absolute;
  z-index: 0;
  text-transform: uppercase;
  color: #373737;
}

.parallax-brands .block:not(:first-child):hover .zoom-helper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.parallax-brands .block img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms ease;
  -moz-transition: all 550ms ease;
  -ms-transition: all 550ms ease;
  -o-transition: all 550ms ease;
  transition: all 550ms ease;
  -webkit-appearance: unset;
}

@media only screen and (max-width: 991px) {
  .parallax-brands .block img {
    max-width: 180px;
  }
}
.parallax-brands .block .zoom-helper {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.parallax-brands .block .zoom-helper img {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.parallax-brands .block .zoom-helper:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.parallax-brands .block:nth-child(odd) .zoom-helper {
  transform-origin: left !important;
}

.parallax-brands .block:nth-child(even) {
  transform-origin: right !important;
  z-index: 1;
}

.parallax-brands .block:nth-child(even) .zoom-helper {
  transform-origin: right !important;
}

.parallax-brands .block:nth-child(1) {
  top: 0;
}

.parallax-brands .block:nth-child(2) {
  top: 60px;
  background: #ebebeb;
  height: 350px;
  padding: 0;
  width: 60%;
  right: 0 !important;
  left: initial !important;
  margin-left: 0;
}

.parallax-brands .block:nth-child(2) img {
  margin-top: -70px;
  margin-left: 315px;
}

@media only screen and (max-width: 1199px) {
  .parallax-brands .block:nth-child(2) img {
    max-width: 210px;
    margin-left: 215px;
    margin-top: -30px;
  }
}
.parallax-brands .block:nth-child(2) .text {
  left: 90px;
}

@media only screen and (max-width: 1199px) {
  .parallax-brands .block:nth-child(2) .text {
    left: 40px;
  }
}
.parallax-brands .block:nth-child(3) {
  top: 265px;
  background: #606060;
  height: 448px;
  padding: 0;
  width: 51%;
  left: 0 !important;
  right: initial !important;
  margin-left: 0;
  color: #fff;
  text-align: right;
}

.parallax-brands .block:nth-child(3) img {
  margin-top: -61px;
  margin-right: 445px;
}

.parallax-brands .block:nth-child(3) .text {
  right: 195px;
}

@media only screen and (max-width: 1199px) {
  .parallax-brands .block:nth-child(3) .text {
    right: 75px;
  }
}
.parallax-brands .block:nth-child(4) {
  top: 380px;
  background: #f7f7f7;
  height: 365px;
  padding: 0;
  width: 53%;
  right: 0 !important;
  left: initial !important;
  margin-left: 0;
}

.parallax-brands .block:nth-child(4) img {
  margin-top: 60px;
  margin-left: 76px;
}

@media only screen and (max-width: 1199px) {
  .parallax-brands .block:nth-child(4) img {
    margin-left: 30px;
  }
}
.parallax-brands .block:nth-child(4) .text {
  left: 484px;
}

@media only screen and (max-width: 1199px) {
  .parallax-brands .block:nth-child(4) .text {
    left: initial;
    right: 10px;
  }
}
.parallax-brands .block.block-title {
  padding: 0;
  text-align: left;
  width: 32%;
}

.parallax-brands .block.block-title:before, .parallax-brands .block.block-title:after {
  content:" ";
  display: table;
}

.parallax-brands .block.block-title:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .parallax-brands .block.block-title {
    left: 50% !important;
    margin-left: -360px;
  }
}
@media only screen and (min-width: 992px) {
  .parallax-brands .block.block-title {
    margin-left: -470px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax-brands .block.block-title {
    margin-left: -570px;
  }
}
.parallax-brands .block.block-title .title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  display: block;
  margin-top: 0;
  margin-right: 75px;
  margin-bottom: 12px;
}

.parallax-brands .block.block-title .subtitle {
  margin-right: 19px;
  display: inline-block;
  margin-top: 0;
}

.parallax-brands .block.block-title .view-more {
  float: right;
  margin-top: 4px;
}

.parallax-brands .block .img-wrapper {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(1.001) translateZ(0.001px);
  transform-origin: 100% center;
}

.parallax-brands .block img {
  margin-bottom: 20px;
}

.parallax-brands .block .text {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.parallax-brands .block .title {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
  vertical-align: text-top;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}

.parallax-brands .block .title sup {
  font-size: 53%;
  top: -0.8em;
}

@media only screen and (max-width: 991px) {
  .parallax-brands .block .title {
    font-size: 18px;
  }
}
.parallax-brands .block .subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 3.2px;
}

.parallax-brands .block .view-more {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #adadad;
  letter-spacing: 2px;
  font-size: 11px;
}

.parallax-brands .block .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.parallax-brands .block .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.categories-parallax.parallax-blocks {
  height: 720px;
}

@media only screen and (max-width: 991px) {
  .categories-parallax.parallax-blocks {
    height: 720px;
  }
}
@media only screen and (max-width: 1199px) {
  .categories-parallax.parallax-blocks {
    height: 820px;
  }
}
@media only screen and (max-width: 1280px) {
  .categories-parallax.parallax-blocks {
    height: 820px;
  }
}
@media only screen and (min-width: 1281px) {
  .categories-parallax.parallax-blocks {
    height: 810px;
  }
}
.categories-parallax.parallax-blocks .container .block.block-title {
  padding: 0 100px;
}

@media only screen and (max-width: 1199px) {
  .categories-parallax.parallax-blocks .container .block.block-title {
    padding: 0 7% 0 7%;
  }
}
@media only screen and (max-width: 991px) {
  .categories-parallax.parallax-blocks .container .block.block-title {
    padding: 0 15% 0 2%;
  }
}
.categories-parallax.parallax-blocks .container .block.block-title .title {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.categories-parallax.parallax-blocks .container .block.block-title .subtitle {
  display: block;
  text-align: center;
}

.shelf .img-responsive {
  width: 100%;
}

.shelf.area.products-you-might-also-like {
  margin-top: 30px;
  overflow: initial;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing, .shelf.area.products-you-might-also-like.almost-bought {
  display: block;
  padding: 0;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing .first-item, .shelf.area.products-you-might-also-like.almost-bought .first-item {
  display: inline-block;
  margin: 2em 5em 0 0;
  vertical-align: middle;
  width: 200px;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing .first-item .secondary-title, .shelf.area.products-you-might-also-like.almost-bought .first-item .secondary-title {
  display: block;
  margin: 0 0 0.6em 0;
  text-align: left;
  width: 100%;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing .first-item .item, .shelf.area.products-you-might-also-like.almost-bought .first-item .item {
  width: 171px;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing .products-wrapper, .shelf.area.products-you-might-also-like.almost-bought .products-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}

.shelf.area.products-you-might-also-like.customers-buy-after-viewing .refresh, .shelf.area.products-you-might-also-like.almost-bought .refresh {
  position: relative;
  display: block;
  top: 3em;
  left: -1em;
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  background: #000;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  border: none;
}

.shelf.area.products-you-might-also-like.almost-bought {
  margin-bottom: 5em;
}

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

.shelf.area:after {
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .shelf.area {
    overflow: hidden;
  }
}
.shelf .product {
  background: #fff;
}

.shelf .product.unavailable .product-info, .shelf .product.sold-out .product-info, .shelf .product.let-me-know .product-info {
  color: #adadad;
}

.shelf .product.unavailable .product-info .name, .shelf .product.sold-out .product-info .name, .shelf .product.let-me-know .product-info .name {
  color: #adadad;
}

.shelf .product.unavailable .pricing, .shelf .product.sold-out .pricing, .shelf .product.let-me-know .pricing {
  color: #adadad;
}

.shelf .product.unavailable .pricing .warn, .shelf .product.sold-out .pricing .warn, .shelf .product.let-me-know .pricing .warn {
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  margin: 3px 0;
}

.shelf .product.unavailable .pricing .warn a, .shelf .product.sold-out .pricing .warn a, .shelf .product.let-me-know .pricing .warn a {
  color: #adadad;
}

.shelf .products-wrapper:before, .shelf .products-wrapper:after {
  content:" ";
  display: table;
}

.shelf .products-wrapper:after {
  clear: both;
}

.shelf .products-nav {
  position: relative;
  text-align: right;
  float: right;
  padding-right: 15px;
  margin-top: -5px;
}

.shelf .products-nav .carousel-control {
  position: relative;
  float: none;
  background: transparent;
  text-shadow: none;
  margin: 0 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #636363;
  cursor: pointer;
}

.shelf .products-nav .carousel-control.over {
  color: #e0e0e0 !important;
  cursor: default;
}

.shelf .products-nav .carousel-control:active {
  color: inherit;
}

.shelf .products-nav .carousel-control:hover {
  color: #636363;
}

.shelf .products-nav .carousel-control .fa {
  font-size: 34px;
  line-height: 0.6;
}

.shelf .product-info {
  color: #494949;
}

.shelf .product-info .name {
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
  min-height: 36px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-decoration: none;
}

.shelf .product-info .sku {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.shelf .product-info .brand {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: right;
  display: block;
}

.shelf .product-info .brand a {
  color: #494949;
}

.shelf .product-info .sku {
  float: left;
}

.shelf .product-info .brand {
  float: right;
}

.shelf .img-wrapper {
  position: relative;
}

.shelf .img-wrapper .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 32px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.shelf .img-wrapper:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.shelf .img-wrapper .overlay .call-to-action {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}

.shelf .img-wrapper .overlay .call-to-action:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.shelf .img-wrapper .overlay .call-to-action:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.shelf .img-wrapper .overlay:hover .call-to-action:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.shelf .img-wrapper .promotional-tag {
  position: absolute;
  background: #db2418;
  width: 29px;
  height: 109px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 9px;
  word-break: break-all;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -55px;
}

.shelf .img-wrapper .nespresso-tag {
  position: absolute;
  background: url("../images/placeholder//selo-nespresso.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 65px;
  height: 96px;
  padding: 19px 9px;
  left: 0;
  top: 50%;
  margin-top: -50px;
}

.shelf .img-wrapper .favorite {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 10;
}

.shelf .img-wrapper .favorite input {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}

.shelf .img-wrapper .favorite .fa {
  cursor: pointer;
  font-size: 28.1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: initial;
  -moz-backface-visibility: initial;
  -webkit-backface-visibility: initial;
  -moz-backface-visibility: initial;
  backface-visibility: initial;
}

.shelf .img-wrapper .favorite .fa:hover:before {
  color: #adadad;
}

.shelf .img-wrapper .favorite .fa:before {
  color: #d0d0d0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shelf .img-wrapper input:checked + .fa {
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.shelf .img-wrapper input:checked + .fa:hover:before {
  color: #db2418;
}

.shelf .img-wrapper input:checked + .fa:before {
  color: #db2418;
}

.shelf .img-wrapper .anchor img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.shelf .pricing {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}

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

.shelf .pricing:after {
  clear: both;
}

.shelf .pricing hr {
  border-top: 1px solid #e5e5e5;
  margin: 12px 15px 15px;
}

.shelf .pricing .price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.shelf .pricing .price .list-price, .shelf .pricing .price .best-price {
  text-transform: uppercase;
  display: block;
}

.shelf .pricing .price .list-price {
  letter-spacing: 0.5px;
  font-size: 11px;
  color: #adadad;
  text-decoration: line-through;
  height: 12px;
}

.shelf .pricing .price .list-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.shelf .pricing .price .best-price {
  letter-spacing: 1px;
  font-size: 17px;
  color: #494949;
  font-weight: 500;
  margin: 3px 0;
}

.shelf .pricing .price .best-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.shelf .pricing .price .installment-price, .shelf .pricing .price .warn-support-text {
  letter-spacing: 0.5px;
  display: block;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  height: 11px;
}

.shelf .pricing .price .saves {
  letter-spacing: 0.5px;
  display: block;
  color: #adadad;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  margin-top: 15px;
}

.shelf .pricing .button-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.shelf .pricing .button-wrapper .button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.shelf .pricing .button-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.shelf .pricing .button-wrapper .button:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

.shelf .pricing .button-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.shelf .pricing .button-wrapper .button:active {
  background-color: #e8e8e8;
}

.search-wrapper {
  padding: 60px 15px 0;
}

.search-wrapper.no-topping {
  padding: 0 15px 0;
}

.search-wrapper > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.search-filters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  -webkit-box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
  z-index: 92;
  margin-bottom: 83px;
  padding-left: 0;
  padding-right: 0;
}

.search-filters .dropdown-backdrop {
  display: none !important;
}

@media (min-width: 768px) {
  .search-filters {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  .search-filters {
    float: left;
    width: 31.6666666667%;
  }
}
@media (min-width: 1200px) {
  .search-filters {
    float: left;
    width: 23.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters {
    width: calc(37.5% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .search-filters {
    width: calc(31.6666666667% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .search-filters {
    width: calc(22.333333% - 15px);
  }
}
.search-filters .section-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

.search-filters .category-title {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #363636;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

.search-filters .filters-wrapper {
  margin-left: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.search-filters .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-filters .panel:before, .search-filters .panel:after {
  content:" ";
  display: table;
}

.search-filters .panel:after {
  clear: both;
}

.search-filters .panel + .panel {
  margin-top: 0;
}

.search-filters .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 4px;
  padding-right: 0;
}

.search-filters .panel-heading h4 a {
  text-decoration: none !important;
  display: block;
  padding-top: 14px;
  padding-bottom: 12px;
}

.search-filters .panel-heading h4 a .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-filters .panel-heading:hover .fa {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.search-filters .panel .collapsed:hover .fa {
  -webkit-transform: scale(1.4) rotate(0);
  -moz-transform: scale(1.4) rotate(0);
  -ms-transform: scale(1.4) rotate(0);
  -o-transform: scale(1.4) rotate(0);
  transform: scale(1.4) rotate(0);
}

.search-filters .panel a:not(.collapsed):hover .fa {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

.search-filters .panel-heading .fa {
  float: right;
  margin-right: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.search-filters .panel-heading .collapsed .fa {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.search-filters .panel-title {
  font-size: 13px;
}

.search-filters .panel-body {
  padding: 0;
  border: none !important;
}

.search-filters .panel-collapse {
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block !important;
  max-height: 0;
  height: auto !important;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 100ms linear, padding 100ms linear;
  -moz-transition: max-height 100ms linear, padding 100ms linear;
  -ms-transition: max-height 100ms linear, padding 100ms linear;
  -o-transition: max-height 100ms linear, padding 100ms linear;
  transition: max-height 100ms linear, padding 100ms linear;
}

.search-filters .panel-collapse .content-wrapper {
  padding-left: 12px;
}

.search-filters .panel-collapse.in, .search-filters .panel-collapse.collapsing {
  padding: 0 0 15px;
  max-height: 2000px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 580ms linear, padding 100ms linear;
  -moz-transition: max-height 580ms linear, padding 100ms linear;
  -ms-transition: max-height 580ms linear, padding 100ms linear;
  -o-transition: max-height 580ms linear, padding 100ms linear;
  transition: max-height 580ms linear, padding 100ms linear;
}

.search-filters .panel-collapse ul {
  list-style: none;
  padding: 0 15px 7px 0;
  margin: 0;
}

.search-filters .panel-collapse ul.color-filter {
  margin-left: -6px;
  margin-right: 6px;
}

.search-filters .panel-collapse ul.color-filter:before, .search-filters .panel-collapse ul.color-filter:after {
  content:" ";
  display: table;
}

.search-filters .panel-collapse ul.color-filter:after {
  clear: both;
}

.search-filters .panel-collapse ul.color-filter li {
  float: left;
  margin: 0 6px;
}

.search-filters .panel-collapse ul.color-filter li span {
  font-size: 0;
}

.search-filters .panel-collapse ul.color-filter li label {
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search-filters .panel-collapse ul.color-filter li label.cinza {
  background: #c1c1c1;
}

.search-filters .panel-collapse ul.color-filter li label.preto {
  background: #000;
}

.search-filters .panel-collapse ul.color-filter li label.rosa {
  background: #feb1b9;
}

.search-filters .panel-collapse ul.color-filter li label.azul {
  background: #00f;
}

.search-filters .panel-collapse ul.color-filter li label.verde {
  background: #1ed1b6;
}

.search-filters .panel-collapse ul.color-filter li label.amarelo {
  background: #ff0;
}

.search-filters .panel-collapse ul.color-filter li input:checked + label {
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 0 2px #e0e0e0;
  box-shadow: 0 0 0 2px #e0e0e0;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.search-filters .panel-collapse ul.color-filter li label .pattern {
  right: 0;
  position: absolute;
}

.search-filters .panel-collapse ul.color-filter.has-pattern .item {
  position: relative;
}

.search-filters .panel-collapse ul.color-filter.has-pattern .item label {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 9px;
}

.search-filters .panel-collapse ul.color-filter li input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}

.search-filters .panel-collapse ul a, .search-filters .panel-collapse ul label {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 8px 0;
  color: #7e7e7e;
  text-decoration: none;
}

.search-filters .panel-collapse ul a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
}

.search-filters .panel-collapse ul a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.search-filters .panel-collapse ul a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.search-filters .panel-collapse ul a:after {
  margin-top: 3px;
}

.search-filters .panel-collapse ul a:hover, .search-filters .panel-collapse ul label:hover {
  color: #363636;
}

.search-filters .panel-collapse ul .field-wrapper {
  margin-bottom: 19px;
}

.search-filters .panel-collapse ul .field-wrapper input {
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
}

.search-filters .panel-collapse ul .field-wrapper input + span {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-filters .panel-collapse ul .field-wrapper input + span:hover {
  color: #000;
}

.search-filters .panel-collapse ul .field-wrapper input + span:after {
  content:"";
  width: 4px;
  height: 4px;
  display: block;
  background: #363636;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(calc(-50% - 1px));
  -moz-transform: translateY(calc(-50% - 1px));
  -ms-transform: translateY(calc(-50% - 1px));
  -o-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.search-filters .panel-collapse ul .field-wrapper input + span:before {
  content:"";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -2px;
  border: 1px solid #363636;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.08) inset;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.08) inset;
}

.search-filters .panel-collapse ul .field-wrapper input:checked + span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search-filters .panel-collapse .more-items-wrapper {
  max-height: 0;
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 150ms ease;
  -moz-transition: max-height 150ms ease;
  -ms-transition: max-height 150ms ease;
  -o-transition: max-height 150ms ease;
  transition: max-height 150ms ease;
}

.search-filters .panel-collapse .more-items-wrapper.open {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 350ms ease;
  -moz-transition: max-height 350ms ease;
  -ms-transition: max-height 350ms ease;
  -o-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
  max-height: 1000px;
}

.search-filters .panel-collapse .view-more {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
}

.search-filters .panel-collapse .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.search-filters .panel-collapse .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.search-filters .panel-collapse .view-more:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-filters .panel-collapse .view-more:hover:after {
  -webkit-transform: rotate(90deg) translate(3px);
  -moz-transform: rotate(90deg) translate(3px);
  -ms-transform: rotate(90deg) translate(3px);
  -o-transform: rotate(90deg) translate(3px);
  transform: rotate(90deg) translate(3px);
}

.search-filters .panel .more-items-wrapper.open + .view-more:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-filters .panel .more-items-wrapper.open + .view-more:hover:after {
  -webkit-transform: rotate(-90deg) translate(3px);
  -moz-transform: rotate(-90deg) translate(3px);
  -ms-transform: rotate(-90deg) translate(3px);
  -o-transform: rotate(-90deg) translate(3px);
  transform: rotate(-90deg) translate(3px);
}

.search-filters .panel-collapse .view-more.view-all {
  float: right;
  margin-right: 15px;
}

.search-filters .panel-collapse .view-more.view-all:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.search-filters .panel-collapse .view-more.view-all:hover:after {
  -webkit-transform: rotate(0) translate(3px);
  -moz-transform: rotate(0) translate(3px);
  -ms-transform: rotate(0) translate(3px);
  -o-transform: rotate(0) translate(3px);
  transform: rotate(0) translate(3px);
}

.search-filters .renner-card {
  margin-top: 39px;
  background: #333;
  position: relative;
}

.search-filters .renner-card:before, .search-filters .renner-card:after {
  content:" ";
  display: table;
}

.search-filters .renner-card:after {
  clear: both;
}

.search-filters .renner-card img {
  position: absolute;
  margin-top: 39px;
  left: -10px;
  top: -61px;
}

.search-filters .renner-card .text {
  color: #fff;
  text-align: right;
  width: 75%;
  float: right;
  padding-right: 20px;
}

.search-filters .renner-card .text span {
  display: block;
}

.search-filters .renner-card .text .installment-support-text {
  font-size: 10.51px;
  color: #adadad;
  width: 42px;
  border-bottom: 3px solid #d2232a;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  margin-right: 40px;
  margin-top: 43px;
  padding-bottom: 6px;
  letter-spacing: 2px;
  margin-bottom: -5px;
}

.search-filters .renner-card .text .installment-text {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
}

.search-filters .renner-card .text .support-text {
  font-size: 22.9px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 4px;
}

.search-filters .renner-card .text .support-text strong {
  font-weight: 600;
}

.search-filters .renner-card .text .support-text sup {
  margin-right: -11px;
  top: initial;
  font-size: 100%;
  vertical-align: initial;
}

.search-filters .renner-card .text .small-text {
  font-size: 8px;
  letter-spacing: 1px;
  color: #adadad;
  padding: 13px 0 18px;
}

.search-results {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .search-results {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 992px) {
  .search-results {
    float: left;
    width: 68.3333333333%;
  }
}
@media (min-width: 1200px) {
  .search-results {
    float: left;
    width: 76.6666666667%;
  }
}
.search-results.col-lg-12 {
  width: 100%;
}

.search-results.col-lg-12 .product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .search-results.col-lg-12 .product {
    float: left;
    width: 20%;
  }
}
.search-results > .row {
  margin-left: 0;
}

.search-results .button-add-all {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  width: calc(50% - 26px);
  padding: 0 30px;
  margin: 0 auto 20px;
  float: none;
}

.search-results .button-add-all:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.search-results .button-add-all:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.search-results .button-add-all:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.search-results .button-add-all:active {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 1199px) {
  .search-results .button-add-all {
    width: calc(100% - 26px);
  }
}
.search-results .view-more {
  margin-right: -15px;
  margin-left: -5px;
}

.search-results .product {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 13px 50px;
}

@media (min-width: 768px) {
  .search-results .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .search-results .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .search-results .product {
    float: left;
    width: 25%;
  }
}
.search-results .product .promotional-tag {
  width: 17px;
  height: 60px;
  font-size: 12px;
  line-height: 15px;
  left: 0;
  right: initial;
  padding: 10px 3px;
  margin-top: -30px;
}

.search-results .product-info .name {
  min-height: 54px;
}

.search-results .product .pricing .price {
  width: 100%;
}

.search-results .product .pricing .button-wrapper {
  margin-top: 15px;
  width: 100%;
}

.search-results .list-view .product {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 13px 25px;
  margin-bottom: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .search-results .list-view .product {
    float: left;
    width: 100%;
  }
}
.search-results .list-view .product .img-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .search-results .list-view .product .img-wrapper {
    float: left;
    width: 25%;
  }
}
.search-results .list-view .product-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .search-results .list-view .product-info {
    float: left;
    width: 41.6666666667%;
  }
}
.search-results .list-view .product-info .name {
  min-height: initial;
}

.search-results .list-view .product-info .sku, .search-results .list-view .product-info .brand {
  float: none;
  display: block;
  text-align: left;
  line-height: 20px;
}

.search-results .list-view .product .pricing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .search-results .list-view .product .pricing {
    float: left;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .search-results .list-view .product .pricing hr {
    display: none;
  }
}
.search-results .list-view .product .pricing .button-wrapper {
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .search-results .list-view .product .img-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-results .list-view .product-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-results .list-view .product .pricing {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-results .list-view .product .pricing hr {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .search-results .list-view .product .img-wrapper {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .search-results .list-view .product-info {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .search-results .list-view .product .pricing {
    float: left;
    width: 100%;
  }
}
.search-results .group-gift, .search-results .bought-1-4, .search-results .situation-badges {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 145px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

hr.invisible + .search-wrapper {
  padding-top: 0;
}

.search-form {
  margin-left: 15px;
}

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

.search-form:after {
  clear: both;
}

.search-form.outter {
  margin-left: 5px;
  margin-right: 5px;
}

.search-form.outter .font-medium {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.search-form.outter .font-medium strong {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.search-form .secondary-title {
  margin: 20px 0;
}

.search-form form.search-by-name {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  width: 250px;
}

.search-form .order-by .field-wrapper select.field {
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .search-form .order-by .field-wrapper select.field {
    margin-bottom: 10px;
  }
}
.search-form .order-by .field-wrapper select.field.disabled, .search-form .order-by .field-wrapper select.field[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.search-form .search_term {
  cursor: pointer;
}

.search-form .search_term .title {
  font-weight: 700;
  text-decoration: underline;
}

.search-form .search_term .quantity {
  font-weight: 400;
  padding-left: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.search-form .search_term:hover:after {
  color: #d2232a;
}

.search-form .search_term.search_term {
  padding-top: 5px;
}

.search-form .search_term.search_term:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  content:"\f014";
  margin-left: 5px;
  margin-right: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.search-form .items-search .fa {
  margin-left: 10px;
  margin-right: 15px;
}

.search-form .forms {
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.search-form .forms:before, .search-form .forms:after {
  content:" ";
  display: table;
}

.search-form .forms:after {
  clear: both;
}

.search-form .forms .right {
  float: right;
}

.search-form .list-view-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #db2418;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.search-form .list-view-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #f5f5f5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.search-form .list-view-btn:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.search-form .list-view-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.search-form .list-view-btn:active {
  background-color: #e1e1e1;
}

.search-form .list-view-btn:after {
  content:"";
}

.search-form .list-view-btn.active {
  border: solid 1px #d0d0d0;
}

.search-form .list-view-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-form .field-wrapper {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.search-form .field-wrapper:last-child {
  padding-right: 0;
}

.search-form .field-wrapper:last-child .icon {
  right: 15px;
}

.search-form .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

.search-form .field-wrapper > select::-ms-expand {
  display: none;
}

.search-form .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search-form .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .search-form .forms .left {
    text-align: center;
  }
  .search-form .forms .right {
    float: none;
  }
  .search-form .forms .right:before, .search-form .forms .right:after {
    content:" ";
    display: table;
  }
  .search-form .forms .right:after {
    clear: both;
  }
  .search-form .forms .right form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .search-form .forms .right form > *:first-child {
    margin-left: auto;
  }
  .search-form .forms .right form > *:last-child {
    margin-right: auto;
  }
}
.more-items-wrapper .more-items {
  width: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.more-items-wrapper .more-items.open {
  padding: initial;
  max-height: 600vh;
}

.quantity-box {
  border: 1px solid #363636;
  width: 60px;
  height: 45px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0.0005deg);
  -moz-transform: rotate(0.0005deg);
  -ms-transform: rotate(0.0005deg);
  -o-transform: rotate(0.0005deg);
  transform: rotate(0.0005deg);
}

.quantity-box .buttons {
  width: 23px;
  float: left;
}

.quantity-box .buttons .minus, .quantity-box .buttons .plus {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  width: 23px;
  height: 21px;
  background: #363636;
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.quantity-box .buttons .minus.minus:before, .quantity-box .buttons .plus.minus:before {
  content:"\f107";
}

.quantity-box .buttons .minus.plus:before, .quantity-box .buttons .plus.plus:before {
  content:"\f106";
}

.quantity-box .buttons .minus.plus, .quantity-box .buttons .plus.plus {
  margin-bottom: 1px;
}

.quantity-box .quantity {
  float: right;
  border: none;
  height: 100%;
  width: 35px;
  color: #adadad;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.buy-together {
  background: #f8f8f8;
  padding: 18px 0;
}

.buy-together .offer:before, .buy-together .offer:after {
  content:" ";
  display: table;
}

.buy-together .offer:after {
  clear: both;
}

.buy-together .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .buy-together .item {
    float: left;
    width: 30.2916666667%;
  }
}
.buy-together .item .product {
  background-color: transparent;
}

.buy-together .item .product .img-wrapper {
  border: 1px solid #e8e8e8;
}

.buy-together .item .product-info .name {
  min-height: initial;
  text-align: center;
  margin-bottom: 0;
}

.buy-together .item .product-info .sku {
  display: block;
  text-align: center;
  float: none;
  font-size: 18px;
}

@media (min-width: 768px) {
  .buy-together .item + .item {
    margin-left: 4.5416666667%;
  }
}
.buy-together .item + .item:before {
  content:"\002b";
  font-weight: 100;
  line-height: 31px;
  position: absolute;
  font-size: 90px;
  top: 185px;
  -webkit-transform: translate(0, -120%);
  -moz-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  -o-transform: translate(0, -120%);
  transform: translate(0, -120%);
  left: -47px;
}

.buy-together .item + .price-wrapper:before {
  content:"=";
}

.buy-together .item + .price-wrapper .button-wrapper {
  margin-top: 20px;
}

.buy-together .item + .price-wrapper .button-wrapper .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

.buy-together .item + .price-wrapper .button-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.buy-together .item + .price-wrapper .button-wrapper .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.buy-together .item + .price-wrapper .button-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.buy-together .item + .price-wrapper .button-wrapper .button:active {
  background-color: #1a1a1a;
}

.buy-together .item + .price-wrapper .price-box {
  background: #fff;
  -webkit-box-shadow: -5px 7px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -5px 7px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 7px 24px rgba(0, 0, 0, 0.08);
  padding: 0 70px;
  height: 350px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .buy-together .item + .price-wrapper .price-box {
    padding: 0 40px;
    height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .buy-together .item + .price-wrapper .price-box {
    padding: 0 20px;
    height: 220px;
  }
}
.product-match {
  background: #f8f8f8;
}

.product-match .product {
  background-color: transparent;
}

.product-match .img-wrapper {
  position: relative;
  z-index: 1;
  border: 1px solid #e8e8e8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.product-match .img-wrapper.active {
  -webkit-box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -3px 10px 24px rgba(0, 0, 0, 0.08);
}

.product-match .checkbox-match {
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 10;
  top: -3px;
  left: -3px;
}

.product-match .checkbox-match input[type=checkbox] {
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.product-match .checkbox-match .field-click {
  z-index: 2;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #363636;
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}

.product-match .checkbox-match .field-click .icon {
  width: 17px;
  height: 13px;
  fill: #6e6e6e;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-match .checkbox-match input[type=checkbox]:checked + .field-click .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.product-match .total-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-match .total-wrapper .quantity {
  text-align: right;
}

.product-match .total-wrapper .quantity .selected {
  display: block;
  font-size: 17.5px;
  margin-bottom: 5px;
}

.product-match .total-wrapper .quantity .remaining {
  display: block;
  font-size: 13px;
}

.product-match .total-wrapper .price {
  margin-left: 20px;
}

.product-match .total-wrapper .price .total {
  display: block;
  letter-spacing: 1px;
  font-size: 22px;
  color: #494949;
  font-weight: 700;
  margin: 3px 0;
}

.product-match .total-wrapper .price .total span {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-match .total-wrapper .price .installment-price {
  letter-spacing: 0.5px;
  display: block;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-match .total-wrapper .button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: 0;
  width: 328px;
}

.product-match .total-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-match .total-wrapper .button:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

.product-match .total-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-match .total-wrapper .button:active {
  background-color: #e8e8e8;
}

.checkbox-default {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  display: inline-block;
}

.checkbox-default input[type=checkbox] {
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.checkbox-default .field-click {
  z-index: 2;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #363636;
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}

.checkbox-default .field-click .icon {
  width: 17px;
  height: 13px;
  fill: #6e6e6e;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.checkbox-default input[type=checkbox]:checked + .field-click .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@-moz-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.group-gift.adjust {
  position: absolute;
}

@-moz-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes favHeart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
body.search-results-page .related-terms {
  font-size: 12px;
}

body.search-results-page .related-terms-item {
  font-weight: bold;
  text-decoration: underline;
}

body.search-results-page .empty-search-message {
  padding: 15px 0;
  margin-bottom: 0;
}

body.department .search-filters {
  margin-left: 0;
}

.search-form .forms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.search-form .forms .right {
  order: 2;
  margin-left: auto;
}

.search-form .forms .right .order-by {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-form .forms .right .order-by .field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-form .forms .right .order-by .field {
  margin-bottom: 0;
  width: auto;
}

.search-filters {
  background: #fff;
}

.search-filters.fixed {
  position: fixed;
  bottom: 0;
  margin-bottom: 15px;
}

.search-filters:not(.fixed) {
  position: relative;
}

.search-filters .category-title {
  margin: 0;
}

.sticky-helper {
  display: block;
  height: 0;
  width: 0;
}

.custom-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.custom-pagination li {
  margin: 0 5px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-pagination li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  border: 1px solid #363636;
  padding: 0 10px;
  height: 30px;
  text-decoration: none;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 75ms ease 0s;
  -moz-transition: all 75ms ease 0s;
  -ms-transition: all 75ms ease 0s;
  -o-transition: all 75ms ease 0s;
  transition: all 75ms ease 0s;
}

.custom-pagination li:hover a {
  background: #363636;
  color: #fff !important;
}

.custom-pagination li:last-child {
  margin-right: 0;
}

.custom-pagination li:last-child a {
  padding: 0 10px;
}

.custom-pagination li:last-child a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category.search-results-page #headerCarousel {
  margin-top: 0 !important;
}

.category.search-results-page .search-result-info {
  margin: 20px 3px;
}

.category.search-results-page .search-result-info .secondary-title {
  margin: 15px 0;
}

.category.search-results-page .search-result-info .itens-count-info {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 15px;
  background-color: #f5f5f5;
}

.category.search-results-page .search-result-info .itens-count-info span {
  display: flex;
  font-size: 14px;
}

.category.search-results-page .search-result-info .itens-count-info span .strong {
  font-weight: 700;
  margin: 0 5px;
}

.category.search-results-page .search-result-info .itens-count-info .right {
  margin-left: auto;
}

.category.search-results-page .search-result-info .itens-count-info .right .field {
  margin-bottom: 0;
}

.info.adjust {
  width: 400px !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: left !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -ms-transform: initial !important;
  -o-transform: initial !important;
  transform: initial !important;
  padding: 32px 30px 35px;
  margin-bottom: 2px;
}

.info.adjust h1 {
  font-family: "Prata", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.info.adjust p {
  line-height: 1.5em;
  font-weight: 500 !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.panel-group {
  margin-bottom: 0;
}

.subcategories-list {
  padding: 0 !important;
  justify-content: space-between;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 90;
}

.subcategories-list a:first-child {
  margin-left: 0 !important;
}

.subcategories-list a:last-child {
  margin-right: 0 !important;
}

.subcategories-list .grey {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid rgba(244, 244, 244, 0);
  background-color: rgba(255, 255, 255, 0.95);
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 12px 0 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.subcategories-list .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.subcategories-list .grey:hover {
  background-color: #fff;
  text-decoration: none;
}

.subcategories-list .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.subcategories-list .grey:active {
  background-color: #ebebeb;
}

.subcategories-list .grey:after {
  margin-left: 12px !important;
}

.headAdjust {
  position: relative !important;
}

.flex-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.flex-container .search-wrapper {
  flex: 1 1 100%;
}

.flex-row {
  display: flex;
  flex-flow: column nowrap;
}

.flex-row #shelf-wrapper {
  width: 100%;
  padding-left: 0;
}

.flex-row #shelf-wrapper .row {
  margin: 0 auto;
}

.flex-row .search-form {
  margin-left: 0;
}

.seo-adjusts {
  z-index: 90 !important;
  flex: 0 0 auto;
  margin-left: 0;
  align-self: flex-start;
}

body.checkout .vale_troca {
  border-top: 1px solid #dcdcdc;
  margin-top: -21px;
}

body.checkout .payment_nav.second {
  display: none;
}

body.checkout .payment_nav.second.active {
  display: flex;
}

body.checkout .subtitle.control {
  display: none;
}

body.checkout .subtitle.control.active {
  display: block;
}

body.checkout #item-pf, body.checkout #item-pj {
  display: none;
}

body.checkout #item-pf.active, body.checkout #item-pj.active {
  display: block;
}

body.checkout .oo-items_nav {
  display: flex;
  text-align: center;
  justify-content: space-between;
  border-bottom: none;
  padding: 0 0;
}

body.checkout .oo-items_nav .oo-link {
  display: flex;
  width: 45%;
  border: none;
  background: #f5f5f5;
  color: #363636;
  position: relative;
  text-decoration: none;
  font-weight: normal !important;
  text-align: left;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

body.checkout .oo-items_nav .oo-link span {
  display: flex;
  align-items: center;
}

body.checkout .oo-items_nav .oo-link:before {
  content:"";
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #363636;
  width: 24px;
  height: 24px;
  float: left;
}

body.checkout .oo-items_nav .oo-link.active:after {
  content:"";
  position: absolute;
  margin-left: 7px;
  font-size: 8px;
  top: 30px;
  top: initial;
  background: #363636;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

#defaultMessage .modal-dialog {
  width: 640px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

#defaultMessage .modal-dialog .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.accept {
  margin-top: 25px;
}

.accept label {
  font-weight: 400;
}

#agreement + label i {
  text-decoration: underline;
  cursor: pointer;
}

.anexar {
  margin-right: 10px;
}

.anexar p {
  font-weight: 600;
}

.active_info.payment p.center_text {
  position: relative;
  margin-top: 0;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  padding: 15px 0;
}

.active_info.payment p.center_text a {
  position: absolute;
  padding: 0 10px;
  left: 5px;
  top: 25%;
  font-size: 22px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.active_info.payment p.center_text a:hover {
  left: 0;
}

.two_columns .order .row span:nth-of-type(2) {
  margin-left: auto;
}

.two_columns .order .row span:nth-of-type(3) {
  margin-left: auto;
}

.two_columns .order .row span:nth-of-type(4) {
  margin-left: auto;
}

.two_columns .order .row span:nth-of-type(5) {
  margin-left: auto;
}

body.page-consulting .promotional-stripe {
  display: none;
}

body.page-consulting .lists-container {
  min-height: 900px;
}

body.page-consulting .lists-wrapper {
  padding: 60px 15px 0;
}

body.page-consulting .lists-wrapper > .row {
  margin-left: -13px;
  margin-right: -13px;
}

body.page-consulting .lists-wrapper .secondary-title {
  margin-left: 2px;
  margin-bottom: 20px;
}

body.page-consulting .lists-wrapper .select-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  width: 100%;
  border-bottom: none;
}

body.page-consulting .lists-wrapper .select-wrapper:last-child {
  padding-right: 0;
}

body.page-consulting .lists-wrapper .select-wrapper:last-child .icon {
  right: 15px;
}

body.page-consulting .lists-wrapper .select-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-consulting .lists-wrapper .select-wrapper > select option {
  color: #363636;
}

body.page-consulting .lists-wrapper .select-wrapper > select::-ms-expand {
  display: none;
}

body.page-consulting .lists-wrapper .select-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #949494;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-consulting .lists-wrapper .select-wrapper .icon {
  right: 10px;
  top: 36%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-consulting .lists-wrapper .field-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  width: 100%;
  border-bottom: none;
}

body.page-consulting .lists-wrapper .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 400;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

body.page-consulting .lists-wrapper .field-wrapper .field.number {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

body.page-consulting .lists-wrapper .field-wrapper .field:first-child {
  margin-top: 5px;
}

body.page-consulting .lists-wrapper .field-wrapper .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1.85px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  float: right;
}

body.page-consulting .lists-wrapper .field-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-consulting .lists-wrapper .field-wrapper .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-consulting .lists-wrapper .field-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-consulting .lists-wrapper .field-wrapper .button:active {
  background-color: #1a1a1a;
}

body.page-consulting .lists-filters {
  border: 1px solid #dbdbdb;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 120px;
  z-index: 99;
  margin-bottom: 83px;
  padding-left: 0;
  padding-right: 0;
}

body.page-consulting .lists-filters .dropdown-backdrop {
  display: none !important;
}

@media (min-width: 768px) {
  body.page-consulting .lists-filters {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  body.page-consulting .lists-filters {
    float: left;
    width: 31.6666666667%;
  }
}
@media (min-width: 1200px) {
  body.page-consulting .lists-filters {
    float: left;
    width: 23.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  body.page-consulting .lists-filters {
    width: calc(37.5% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  body.page-consulting .lists-filters {
    width: calc(31.6666666667% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  body.page-consulting .lists-filters {
    width: calc(22.333333% - 15px);
  }
}
body.page-consulting .lists-filters .section-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background: #5b5b5b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
}

body.page-consulting .lists-filters .category-title {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #363636;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

body.page-consulting .lists-filters .filters-wrapper {
  padding: 20px 15px;
}

body.page-consulting .lists-filters .dropdown:before, body.page-consulting .lists-filters .dropdown:after {
  content:" ";
  display: table;
}

body.page-consulting .lists-filters .dropdown:after {
  clear: both;
}

body.page-consulting .lists-filters .dropdown-toggle {
  padding-top: 14px;
  padding-bottom: 12px;
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 4px;
}

body.page-consulting .lists-filters .dropdown-toggle:hover .fa {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

body.page-consulting .lists-filters .dropdown.open .dropdown-toggle:hover .fa {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

body.page-consulting .lists-filters .dropdown-toggle .fa {
  float: right;
  margin-right: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-consulting .lists-filters .dropdown.open .dropdown-toggle .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.page-consulting .lists-filters .dropdown-menu {
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 100ms linear, padding 100ms linear;
  -moz-transition: max-height 100ms linear, padding 100ms linear;
  -ms-transition: max-height 100ms linear, padding 100ms linear;
  -o-transition: max-height 100ms linear, padding 100ms linear;
  transition: max-height 100ms linear, padding 100ms linear;
}

body.page-consulting .lists-filters .dropdown-menu .content-wrapper {
  padding-left: 12px;
}

body.page-consulting .lists-filters .dropdown.open .dropdown-menu {
  padding: 0 0 15px;
  max-height: 80vh;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 580ms linear, padding 100ms linear;
  -moz-transition: max-height 580ms linear, padding 100ms linear;
  -ms-transition: max-height 580ms linear, padding 100ms linear;
  -o-transition: max-height 580ms linear, padding 100ms linear;
  transition: max-height 580ms linear, padding 100ms linear;
}

body.page-consulting .lists-filters .dropdown-menu ul {
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

body.page-consulting .lists-filters .dropdown-menu ul a, body.page-consulting .lists-filters .dropdown-menu ul label {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 8px 0;
  color: #7e7e7e;
  text-decoration: none;
}

body.page-consulting .lists-filters .dropdown-menu ul a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-consulting .lists-filters .dropdown-menu ul a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-consulting .lists-filters .dropdown-menu ul a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-consulting .lists-filters .dropdown-menu ul a:hover, body.page-consulting .lists-filters .dropdown-menu ul label:hover {
  color: #363636;
}

body.page-consulting .lists-filters .dropdown-menu .view-more {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-consulting .lists-filters .dropdown-menu .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-consulting .lists-filters .dropdown-menu .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-consulting .lists-results {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px;
}

@media (min-width: 768px) {
  body.page-consulting .lists-results {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 992px) {
  body.page-consulting .lists-results {
    float: left;
    width: 68.3333333333%;
  }
}
@media (min-width: 1200px) {
  body.page-consulting .lists-results {
    float: left;
    width: 76.6666666667%;
  }
}
body.page-consulting .lists-results > .row {
  margin-left: 0;
}

body.page-consulting .lists-results.gray-header {
  background: #f8f8f8;
  max-height: 180px;
}

body.page-consulting .lists-results table.main_lists {
  padding: 10px 15px;
  outline: 1px solid #cfcfcf;
}

body.page-consulting .lists-results .main_lists thead th {
  border-left: 1px solid #cfcfcf;
  border-top: none;
  border-bottom: none;
  color: #373737;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

body.page-consulting .lists-results .main_lists thead th {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  background: #e6e6e6;
}

body.page-consulting .lists-results .main_lists tbody td {
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  font-weight: 600;
}

body.page-consulting .lists-results .main_lists tbody td.name {
  font-weight: 500;
  text-align: left;
}

body.page-consulting .lists-results .main_lists tbody td:first-child {
  font-weight: 500;
}

body.page-consulting .lists-results .main_lists tbody td {
  height: 70px;
  display: table-cell;
  align-items: center;
  vertical-align: middle;
}

body.page-consulting .lists-results .main_lists thead th:first-child, body.page-consulting .lists-results .main_lists tbody td:first-child {
  text-align: left;
  padding-left: 15px;
}

body.page-consulting .lists-results .main_lists tbody td {
  border-left: 1px solid #cfcfcf;
}

body.page-consulting .lists-results .main_lists thead th:first-child, body.page-consulting .lists-results .main_lists tbody td:first-child {
  border-left: none;
}

body.page-consulting .lists-results .main_lists tbody tr {
  border-bottom: 1px solid #cfcfcf;
}

body.page-consulting .lists-results .main_lists tbody tr:last-child {
  border-bottom: none;
}

body.page-consulting .lists-results .create-new-list {
  float: right;
  color: #d2232a;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

body.page-consulting .lists-results .create-new-list:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-consulting .lists-pagination {
  width: 100%;
  display: inline-block;
  margin: 10px auto;
}

body.page-consulting .lists-pagination ul {
  list-style: none;
  display: table;
  margin: auto;
  padding: 0;
  text-align: center;
}

body.page-consulting .lists-pagination ul li {
  float: left;
}

body.page-consulting .lists-pagination a {
  color: #363636;
  padding: 10px 15px;
  border: 1px solid #949494;
  text-decoration: none;
  margin: 0 5px;
}

body.page-consulting .lists-pagination a.active {
  color: #d2232a;
  font-weight: bold;
}

body.page-consulting .shelf .pricing .button-wrapper .quantity-box {
  float: left;
}

body.page-consulting .shelf .pricing .button-wrapper .button {
  float: left;
  width: calc(100% - 68px);
}

body.page-consulting .search-results .product {
  width: 33.3333333333%;
  float: left;
}

body.page-consulting .header-consulting {
  padding: 30px 0;
}

body.page-consulting .header-consulting .header-switch {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

body.page-consulting .header-consulting .header-switch .switch-control {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-left: -15px;
}

@media (min-width: 992px) {
  body.page-consulting .header-consulting .header-switch .switch-control {
    float: left;
    width: 50%;
  }
}
body.page-consulting .header-consulting .header-switch .view-more {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  width: 50%;
  text-align: right;
  margin-top: 5px;
}

@media (min-width: 992px) {
  body.page-consulting .header-consulting .header-switch .view-more {
    float: left;
    width: 50%;
  }
}
body.page-consulting .header-consulting .header-switch .view-more a {
  color: #adadad;
}

body.page-consulting .header-consulting .header-switch .view-more a:after {
  color: #adadad;
}

body.page-consulting .search-wrapper {
  padding: 0;
}

.consultant-dashboard {
  display: flex;
  flex-flow: wrap;
  flex-basis: auto;
  justify-content: space-between;
}

.consultant-dashboard .item {
  flex: 0 0 31%;
  margin: 1%;
  min-height: 88px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.consultant-dashboard .item:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.consultant-dashboard .item:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.consultant-dashboard .item:hover {
  background: #f5f5f5;
}

.department #headerCarousel {
  margin-top: 0;
}

.categories-list .blocks.prata .title {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.informative-block {
  padding-top: 39px;
  padding-bottom: 39px;
  border: 11px solid #363636;
}

.informative-block:before, .informative-block:after {
  content:" ";
  display: table;
}

.informative-block:after {
  clear: both;
}

@media only screen and (min-width: 1200px) {
  .informative-block .content-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.informative-block .content-wrapper .text, .informative-block .content-wrapper .buttons {
  padding: 0 50px;
}

.informative-block .content-wrapper .text {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .informative-block .content-wrapper .text {
    margin-bottom: 10px;
  }
}
.informative-block .content-wrapper .buttons {
  text-align: center;
  white-space: nowrap;
}

.informative-block .content-wrapper .buttons .grey {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

.informative-block .content-wrapper .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.informative-block .content-wrapper .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.informative-block .content-wrapper .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.informative-block .content-wrapper .buttons .grey:active {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 1199px) {
  .informative-block .content-wrapper .buttons .grey {
    padding: 0 25px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .informative-block .content-wrapper .buttons .grey {
    width: 192px;
  }
}
.informative-block .content-wrapper .buttons .transparent {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

.informative-block .content-wrapper .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.informative-block .content-wrapper .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

.informative-block .content-wrapper .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.informative-block .content-wrapper .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

.informative-block .content-wrapper .buttons a:nth-child(2n+2) {
  margin: 0 45px;
}

@media only screen and (max-width: 1199px) {
  .informative-block .content-wrapper .buttons a:nth-child(2n+2) {
    margin: 0 25px;
  }
}
.featured-blocks {
  margin-left: -15px;
  margin-right: -15px;
}

.featured-blocks:before, .featured-blocks:after {
  content:" ";
  display: table;
}

.featured-blocks:after {
  clear: both;
}

.featured-blocks .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .featured-blocks .block {
    float: left;
    width: 33.3333333333%;
  }
}
.area.look {
  position: relative;
}

.area.look .secondary-title {
  padding-left: 30px;
}

.area.look .img-wrapper {
  position: relative;
}

.area.look .img-wrapper .picture {
  height: 498px;
  width: 100%;
  object-fit: cover;
}

.area.look .img-wrapper .container {
  position: relative;
}

.area.look #pins-ref {
  display: none;
}

.area.look #pins-wrapper ul {
  list-style-type: none;
  padding: 0;
}

.area.look #pins-wrapper ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
}

.area.look #pins-wrapper ul li button {
  border: none;
  display: block;
  width: 22px !important;
  height: 22px !important;
  background: #db2418;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateX(-11px) translateY(-11px);
  -moz-transform: translateX(-11px) translateY(-11px);
  -ms-transform: translateX(-11px) translateY(-11px);
  -o-transform: translateX(-11px) translateY(-11px);
  transform: translateX(-11px) translateY(-11px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.area.look #pins-wrapper ul li button:hover {
  -webkit-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -moz-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -ms-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -o-transform: translateX(-11px) translateY(-11px) scale(1.1);
  transform: translateX(-11px) translateY(-11px) scale(1.1);
}

.area.look #pins-wrapper ul li.slick-active button {
  -webkit-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -moz-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -ms-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -o-transform: translateX(-11px) translateY(-11px) scale(1.1);
  transform: translateX(-11px) translateY(-11px) scale(1.1);
}

.area.home-style {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .area.home-style .secondary-title {
    margin-left: 8.3333333333%;
  }
}
.area.home-style .products-nav {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.area.home-style .container .clearfix .img-wrapper {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .area.home-style .container .clearfix .img-wrapper {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .area.home-style .container .clearfix .img-wrapper {
    float: left;
    width: 83.3333333333%;
  }
}
.area.home-style .container .clearfix .img-wrapper:before, .area.home-style .container .clearfix .img-wrapper:after {
  content:"";
  width: 11px;
  height: 163px;
  position: absolute;
  background: #e3e3e3;
  top: 89px;
}

.area.home-style .container .clearfix .img-wrapper:before {
  left: 4px;
}

.area.home-style .container .clearfix .img-wrapper:after {
  right: 4px;
}

.area.my-way {
  margin-top: 61px;
}

.area.my-way .title-block {
  margin-top: 16px;
  border: 1px solid #363636;
}

.area.my-way .img-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: -1;
  padding-right: 0;
}

@media (min-width: 768px) {
  .area.my-way .img-wrapper {
    float: left;
    width: 82.5%;
  }
}
@media (min-width: 768px) {
  .area.my-way .img-wrapper {
    margin-left: -39.1666666667%;
  }
}
@media (min-width: 992px) {
  .area.my-way .img-wrapper {
    float: left;
    width: 82.5%;
  }
}
@media (min-width: 992px) {
  .area.my-way .img-wrapper {
    margin-left: -25%;
  }
}
@media (min-width: 1200px) {
  .area.my-way .img-wrapper {
    margin-left: -16.6666666667%;
  }
}
.area.my-way .img-wrapper img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.area.home-blog {
  background: #f8f8f8;
  margin-top: 61px;
  padding-top: 48px;
}

.area.home-blog .block {
  margin-bottom: 0;
}

#loginQuickFluid {
  z-index: 3000;
  margin: auto;
}

#loginQuickFluid .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -moz-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
  margin: auto;
}

@media only screen and (min-width: 500px) {
  #loginQuickFluid .modal-dialog {
    width: 500px;
  }
}
#loginQuickFluid .modal-dialog .modal-header {
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

#loginQuickFluid .modal-dialog .modal-header .title {
  font-size: 16px;
  letter-spacing: 1px;
}

#loginQuickFluid .modal-dialog .modal-header .close {
  font-weight: lighter;
  font-size: 40px;
}

#loginQuickFluid .modal-dialog .modal-body {
  margin: 5% 15%;
}

@media (min-width: 1280px) {
  #loginQuickFluid .modal-dialog .modal-body {
    margin: 5% 15%;
  }
}
#loginQuickFluid .modal-dialog .modal-body .form_item label {
  width: 100%;
}

#loginQuickFluid .modal-dialog .modal-body .form_item .forget-password {
  font-size: 12px;
  float: right;
  text-decoration: underline;
}

#loginQuickFluid .modal-dialog .modal-body .form_item:first-child {
  margin-bottom: 20px;
}

#loginQuickFluid .modal-dialog .modal-body .form_action .button_primary {
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

#loginQuickFluid .modal-dialog .modal-body .form_action .button_primary:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#loginQuickFluid .modal-dialog .modal-body .form_action .button_primary:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

#loginQuickFluid .modal-dialog .modal-body .form_action .button_primary:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#loginQuickFluid .modal-dialog .modal-body .form_action .button_primary:active {
  background-color: #1a1a1a;
}

#loginQuickFluid .modal-dialog .modal-body .form_check.two_options.adjust {
  margin: 20px 0;
}

#loginQuickFluid .modal-dialog .modal-body .form_identification {
  display: none;
}

#loginQuickFluid .modal-dialog .modal-body .form_identification.active {
  display: block;
}

#loginQuickFluid .modal-dialog .modal-footer {
  margin: 0 15%;
  background-color: #f5f5f5;
}

#loginQuickFluid .modal-dialog .modal-footer .register-btn {
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

#loginQuickFluid .modal-dialog .modal-footer .register-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

#loginQuickFluid .modal-dialog .modal-footer .register-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

#loginQuickFluid .modal-dialog .modal-footer .register-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#loginQuickFluid .modal-dialog .modal-footer .register-btn:active {
  background-color: #1a1a1a;
}

#loginQuickFluid .expanded {
  max-height: 0;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

#loginQuickFluid .expanded.active {
  max-height: 550px;
}

#loginQuickFluid .sing-up {
  max-height: 0;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

#loginQuickFluid .sing-up.active {
  max-height: 550px;
}

#loginQuickFluid .sing-up .wrap-back-btn {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
  position: relative;
}

#loginQuickFluid .sing-up .wrap-back-btn a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

#loginQuickFluid .sing-up .wrap-back-btn a:before {
  content:"\f105";
  position: absolute;
  display: inline-block;
  font: normal normal normal 28px/0.6 FontAwesome;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 20px;
  top: 35%;
}

#loginQuickFluid .sing-up .oo-items_nav {
  display: flex;
  text-align: center;
  justify-content: space-between;
  border-bottom: none;
  margin: 15px 0;
  padding: 0 0;
}

#loginQuickFluid .sing-up .oo-items_nav .oo-link {
  display: flex;
  width: 45%;
  border: none;
  background: #f5f5f5;
  color: #363636;
  position: relative;
  text-decoration: none;
  font-weight: normal !important;
  text-align: left;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

#loginQuickFluid .sing-up .oo-items_nav .oo-link span {
  display: flex;
  align-items: center;
  font-size: 12px;
}

#loginQuickFluid .sing-up .oo-items_nav .oo-link:before {
  content:"";
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #363636;
  width: 24px;
  height: 24px;
  float: left;
}

#loginQuickFluid .sing-up .oo-items_nav .oo-link.active:after {
  content:"";
  position: absolute;
  margin-left: 7px;
  font-size: 8px;
  top: 30px;
  top: initial;
  background: #363636;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.responsive-carousel-wrapper.new-responsive-carousel-wrapper .slick-arrow:before {
  content:"\e91b";
  font: normal normal normal 14px/1 icomoon;
  font-size: 75px;
}

.responsive-carousel-wrapper.new-responsive-carousel-wrapper .slick-prev {
  left: -40px;
  top: 19.5rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.responsive-carousel-wrapper.new-responsive-carousel-wrapper .slick-next {
  right: -40px;
  top: 20rem;
}

.customers-buy-after-viewing .new-responsive-carousel-wrapper .slick-prev, .almost-bought .new-responsive-carousel-wrapper .slick-prev {
  top: 13.5rem;
}

.customers-buy-after-viewing .new-responsive-carousel-wrapper .slick-next, .almost-bought .new-responsive-carousel-wrapper .slick-next {
  top: 14.5rem;
}

body.page-about-us {
  background: #f1f1f1;
}

body.page-about-us .promotional-stripe {
  display: none;
}

body.page-about-us .content-wrapper {
  position: relative;
  display: flex;
  margin: 30px 0 35px 0;
  width: 100%;
  padding-right: 25px;
}

body.page-about-us #header-about-us {
  background: url("../images/placeholder//bg-about-us.jpg") no-repeat center center;
  background-size: contain;
  height: 140px;
  width: 100%;
  margin-top: -23px;
}

body.page-about-us #nav-about-us {
  display: flex;
  margin-right: 60px;
}

body.page-about-us #nav-about-us ul {
  width: 280px;
}

body.page-about-us #nav-about-us ul li {
  display: block;
  border-bottom: 1px solid #d9d8d8;
}

body.page-about-us #nav-about-us ul li:last-child {
  border-bottom: none;
}

body.page-about-us #nav-about-us ul li.active a span {
  font-weight: 600;
}

body.page-about-us #nav-about-us ul a {
  display: block;
  cursor: pointer;
  padding: 23px;
  line-height: 8px;
}

body.page-about-us #nav-about-us ul i {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  font-size: 20px;
  text-align: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

body.page-about-us #nav-about-us ul i:before {
  display: block;
  padding: 25% 0;
}

body.page-about-us #nav-about-us ul span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
  color: #363636;
}

body.page-about-us #nav-about-us ul span :hover {
  text-decoration: none;
  color: #363636;
}

body.page-about-us #nav-about-us ul .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
  min-width: 26px;
  height: 26px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-color: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
}

body.page-about-us .content-about-us {
  position: relative;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 30px 60px 30px;
  display: none;
  width: auto;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}

body.page-about-us .content-about-us h1, body.page-about-us .content-about-us h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

body.page-about-us .content-about-us h1 {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

body.page-about-us .content-about-us h2 {
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

body.page-about-us .content-about-us.active {
  display: block;
}

body.page-about-us #map {
  width: 100%;
  max-width: initial;
  z-index: 0;
  height: 100%;
  position: absolute !important;
  top: 0;
}

body.page-about-us .map-container {
  position: relative;
  border: 1px solid #e0e0e0;
  min-height: 500px;
}

body.page-about-us .map-container:before, body.page-about-us .map-container:after {
  content:" ";
  display: table;
}

body.page-about-us .map-container:after {
  clear: both;
}

body.page-about-us .map-container #map {
  margin-top: 0;
}

body.page-about-us .store-location {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 1;
}

body.page-about-us .store-location .store-title {
  padding: 0 20px;
}

body.page-about-us .store-location h3 {
  font-size: 14px;
  font-weight: bold;
}

body.page-about-us .store-location .store-search {
  background: #f1f1f1;
  padding: 20px 20px;
}

body.page-about-us .store-location .store-search .store-search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.page-about-us .store-location .store-search .search-by-city {
  min-width: 52%;
}

body.page-about-us .store-location .store-search .search-button {
  padding-left: 20px;
  padding-right: 20px;
}

body.page-about-us .store-location .store-search .field-wrapper {
  padding-bottom: 10px;
}

body.page-about-us .store-location .store-search .field-wrapper select {
  width: 100%;
  border: 0;
  outline: 1px solid #000;
  background-color: #fff;
  height: 32px;
}

body.page-about-us .store-location .store-result {
  padding: 5px 15px;
}

body.page-about-us .store-location .store-result .store-name {
  font-weight: bold;
  font-size: 14px;
}

body.page-about-us .store-location .store-routes {
  min-height: 80px;
  border-top: 1px solid #818181;
}

body.page-about-us .store-location .store-button {
  clear: both;
  display: block;
}

body.page-about-us .store-location .store-button input {
  border: 1px solid #e0e0e0;
  height: 32px;
  float: left;
  width: calc(100% - 60px);
}

body.page-about-us .store-location .store-button .button-search {
  border: 1px solid #e0e0e0;
  border-left: none;
  height: 32px;
  width: 60px;
  float: left;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-about-us .store-location .store-button .button-search:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-about-us .store-location .store-button .button-search:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-about-us .store-location + #map {
  margin-top: 0;
}

body.page-about-us .store-search .store-search-wrapper hr, body.page-about-us .store-search .store-search-results hr {
  border-top: 1px solid #363636;
  margin-top: 5px;
  margin-bottom: 10px;
}

body.page-about-us .store-search .store-search-wrapper .divider, body.page-about-us .store-search .store-search-results .divider {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

body.page-about-us .store-search .store-search-wrapper .divider span, body.page-about-us .store-search .store-search-results .divider span {
  background: #f1f1f1;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

body.page-about-us .store-search .store-search-wrapper .divider:before, body.page-about-us .store-search .store-search-results .divider:before {
  position: absolute;
  content:"";
  background: #363636;
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  z-index: 1;
}

body.page-about-us .store-search .store-search-wrapper .search-by-city:before, body.page-about-us .store-search .store-search-results .search-by-city:before, body.page-about-us .store-search .store-search-wrapper .search-by-city:after, body.page-about-us .store-search .store-search-results .search-by-city:after {
  content:" ";
  display: table;
}

body.page-about-us .store-search .store-search-wrapper .search-by-city:after, body.page-about-us .store-search .store-search-results .search-by-city:after {
  clear: both;
}

body.page-about-us .store-search .store-search-wrapper .search-by-city .field-wrapper, body.page-about-us .store-search .store-search-results .search-by-city .field-wrapper {
  float: left;
}

body.page-about-us .store-search .store-search-wrapper .search-by-city .field-wrapper:not(.select-uf-wrapper), body.page-about-us .store-search .store-search-results .search-by-city .field-wrapper:not(.select-uf-wrapper) {
  width: calc(100% - 70px - 15px);
}

body.page-about-us .store-search .store-search-wrapper .search-button, body.page-about-us .store-search .store-search-results .search-button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

body.page-about-us .store-search .store-search-wrapper .search-button:after, body.page-about-us .store-search .store-search-results .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-about-us .store-search .store-search-wrapper .search-button:hover, body.page-about-us .store-search .store-search-results .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-about-us .store-search .store-search-wrapper .search-button:hover:after, body.page-about-us .store-search .store-search-results .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-about-us .store-search .store-search-wrapper .search-button:active, body.page-about-us .store-search .store-search-results .search-button:active {
  background-color: #1a1a1a;
}

body.page-about-us .store-search .store-search-wrapper .field-wrapper.select-uf-wrapper, body.page-about-us .store-search .store-search-results .field-wrapper.select-uf-wrapper {
  width: 70px;
  margin-right: 15px;
}

body.page-about-us .store-search .store-search-wrapper .field-wrapper .field, body.page-about-us .store-search .store-search-results .field-wrapper .field, body.page-about-us .store-search .store-search-wrapper .field-wrapper .fake-select, body.page-about-us .store-search .store-search-results .field-wrapper .fake-select {
  padding-right: initial;
  margin-bottom: 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

body.page-about-us .store-search .store-search-wrapper .field-wrapper .field select, body.page-about-us .store-search .store-search-results .field-wrapper .field select, body.page-about-us .store-search .store-search-wrapper .field-wrapper .fake-select select, body.page-about-us .store-search .store-search-results .field-wrapper .fake-select select {
  border-bottom: 0 !important;
  outline: 0 !important;
  height: 42px;
  padding-right: 30px;
}

body.page-about-us .store-search .store-search-wrapper .field-wrapper .field:after, body.page-about-us .store-search .store-search-results .field-wrapper .field:after, body.page-about-us .store-search .store-search-wrapper .field-wrapper .fake-select:after, body.page-about-us .store-search .store-search-results .field-wrapper .fake-select:after {
  pointer-events: none;
}

body.page-about-us .store-search .store-search-wrapper .field-wrapper input.field, body.page-about-us .store-search .store-search-results .field-wrapper input.field {
  padding-left: 12px;
  height: 44px;
}

body.page-about-us .store-search .go-to-store-wrapper:before, body.page-about-us .store-search .go-to-store-wrapper:after {
  content:" ";
  display: table;
}

body.page-about-us .store-search .go-to-store-wrapper:after {
  clear: both;
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .field {
  margin-bottom: 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding-left: 12px;
  height: 44px;
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .search-button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-about-us .store-search .go-to-store-wrapper .field-wrapper .search-button:active {
  background-color: #1a1a1a;
}

body.page-chat #navbar {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
  z-index: 1;
}

body.page-chat #navbar2 {
  margin-top: 61px;
  height: auto;
  min-height: auto;
}

body.page-chat #navbar2 .navbar-header {
  min-height: 45px;
}

body.page-chat #navbar2 .navbar-header a.manage-link {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #fff;
  background-color: #fff;
  color: #212121;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}

body.page-chat #navbar2 .navbar-header a.manage-link:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #212121;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-chat #navbar2 .navbar-header a.manage-link:hover {
  background-color: #fff;
  text-decoration: none;
}

body.page-chat #navbar2 .navbar-header a.manage-link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-chat #navbar2 .navbar-header a.manage-link:active {
  background-color: #ebebeb;
}

body.page-chat #navbar2 .navbar-header a.manage-link:after {
  width: 9px;
  height: 9px;
}

body.page-chat #navbar2 .navbar-header a.manage-link:first-child {
  margin-left: 15px;
}

body.page-chat #navbar2 .navbar-header a.manage-link:first-child:not(.collapsed):after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.page-chat #navbar2 .navbar-header a.manage-link:last-child {
  margin-right: 15px;
}

body.page-chat #navbar-main-2 .panel-title a {
  background: #f8f8f8 !important;
  text-transform: none;
}

body.page-chat #navbar-main-2 .panel-title a.active {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #db2418 !important;
}

body.page-chat form.navbar-form {
  display: none;
}

body.page-chat #wrapper {
  z-index: 0;
}

body.page-chat section.photo {
  position: relative;
}

body.page-chat section.photo img {
  width: 100%;
  margin: 15px 0;
  padding: 3px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
}

body.page-chat section.photo .couple-title-wrapper {
  position: relative;
}

body.page-chat section.photo .title-border {
  border: solid 1px #fff;
  padding: 10px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

body.page-chat section.photo .title-border .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 7px;
  max-width: 500px;
  min-width: 180px;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-chat section.photo .title-border .title-wrapper {
  padding: 10px;
  background: #fff;
}

body.page-chat section.photo .title-border .title-wrapper .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 180px;
  padding: 0 10px;
}

body.page-chat section.photo .title-border .title-wrapper .call {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
  position: relative;
}

body.page-chat section.photo .title-border .title-wrapper .call:before, body.page-chat section.photo .title-border .title-wrapper .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 30%;
  background: #363636;
}

body.page-chat section.photo .title-border .title-wrapper .call:before {
  left: 0;
}

body.page-chat section.photo .title-border .title-wrapper .call:after {
  right: 0;
}

body.page-chat section.photo .title-border .title-wrapper hr {
  margin: 14px 0 8px 0 !important;
  border-color: #363636 !important;
}

body.page-chat section.search-form:before, body.page-chat section.search-form:after {
  content:" ";
  display: table;
}

body.page-chat section.search-form:after {
  clear: both;
}

body.page-chat section.search-form .secondary-title {
  margin: 10px 0 20px 0;
}

body.page-chat section.search-form form.order-by {
  padding: 10px 0;
}

body.page-chat section.search-form form.order-by .col-xs-8 {
  margin-left: -30px;
  margin-right: 0;
  width: calc(66.6666666667% + 30px);
}

body.page-chat section.search-form form.search-by-name {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

body.page-chat section.search-form .searchfield-wrapper {
  background-color: #f8f8f8;
}

body.page-chat section.search-form .searchfield-wrapper:before, body.page-chat section.search-form .searchfield-wrapper:after {
  content:" ";
  display: table;
}

body.page-chat section.search-form .searchfield-wrapper:after {
  clear: both;
}

body.page-chat section.search-form .searchfield-wrapper form.navbar-form {
  display: block !important;
  max-height: 100px;
  padding: 10px 10px;
  position: relative;
}

body.page-chat section.search-form .list-view-btn {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #fff;
  background-color: #fff;
  color: #838383;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  background: #fff !important;
  border: 0 none !important;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}

body.page-chat section.search-form .list-view-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-chat section.search-form .list-view-btn:hover {
  background-color: #fff;
  text-decoration: none;
}

body.page-chat section.search-form .list-view-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-chat section.search-form .list-view-btn:active {
  background-color: #ebebeb;
}

body.page-chat section.search-form .list-view-btn:after {
  content:"";
}

body.page-chat section.search-form .list-view-btn.active {
  color: #db2418;
}

body.page-chat section.search-form .list-view-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-chat section.search-form .field-wrapper {
  position: relative;
  float: right;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-chat section.search-form .field-wrapper:last-child {
  padding-right: 0;
}

body.page-chat section.search-form .field-wrapper:last-child .icon {
  right: 15px;
}

body.page-chat section.search-form .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-chat section.search-form .field-wrapper > select::-ms-expand {
  display: none;
}

body.page-chat section.search-form .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-chat section.search-form .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  color: #838383;
}

body.page-chat section.gift-chat {
  margin-bottom: 50px;
}

body.page-chat section.gift-chat .content {
  background: #f5f5f5;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}

body.page-chat section.gift-chat .content .secondary-title {
  margin-top: 15px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

body.page-chat section.gift-chat .content .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #c2c2c2;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-chat section.gift-chat .content .gift-block {
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: row;
  position: relative;
  border: solid 1px greyE4;
}

body.page-chat section.gift-chat .content .gift-block img {
  width: 100px;
  height: 100px;
  border: solid 1px greyE4;
}

body.page-chat section.gift-chat .content .gift-block .gift-description {
  margin-left: 15px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

body.page-chat section.gift-chat .content .gift-block .gift-description p.title {
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1.83px;
}

body.page-chat section.gift-chat .content .gift-block .gift-description p.subtitle {
  font-size: 13px;
}

body.page-chat section.gift-chat .content .chat-balloons {
  margin-top: 20px;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon {
  width: 90%;
  background: #fff;
  min-height: 90px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  line-height: 16px;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon .title {
  font-weight: 700;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon .subtitle {
  color: #838383;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon.right {
  background: #838383;
  margin-left: auto;
  -webkit-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
}

body.page-chat section.gift-chat .content .chat-balloons .balloon.right .subtitle {
  color: #fff;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon.right:before {
  content:"";
  position: absolute;
  bottom: -15px;
  right: 15px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #838383;
  display: block;
  width: 0;
}

body.page-chat section.gift-chat .content .chat-balloons .balloon.left {
  margin-right: auto;
  -webkit-box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
}

body.page-chat section.gift-chat .content .chat-balloons .balloon.left:before {
  content:"";
  position: absolute;
  bottom: -15px;
  left: 15px;
  right: 0;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: transparent #fff;
}

body.page-chat section.gift-chat .content .datetime {
  font-weight: 600;
  margin-bottom: 30px;
  color: #838383;
}

body.page-chat section.gift-chat .content .datetime span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-chat section.gift-chat .content p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.page-chat section.gift-chat .content p.subtitle {
  font-size: 12px;
}

body.page-chat section.gift-chat .content a.suggestion-message {
  background: #fff;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  border: solid 1px #dbdbdb;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #363636;
  text-decoration: none;
}

body.page-chat section.gift-chat .content hr {
  color: #dbdbdb;
  margin-top: 50px;
}

body.page-chat section.gift-chat .content form.send-message {
  margin-top: 15px;
}

body.page-chat section.gift-chat .content form.send-message .fields-grouped {
  margin-bottom: 15px;
}

body.page-chat section.gift-chat .content form.send-message .fields-grouped:before, body.page-chat section.gift-chat .content form.send-message .fields-grouped:after {
  content:" ";
  display: table;
}

body.page-chat section.gift-chat .content form.send-message .fields-grouped:after {
  clear: both;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.text-message {
  width: 65%;
  float: left;
  padding-left: 0;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.paperclip-btn {
  width: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  float: left;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.paperclip-btn a i {
  font-size: 30px;
  text-align: center;
  display: block;
  color: #adadad;
  text-decoration: none;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn {
  width: 20%;
  float: left;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a:hover {
  background-color: #363636;
  text-decoration: none;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a:active {
  background-color: #222;
}

body.page-chat section.gift-chat .content form.send-message .field-wrapper.send-message-btn a:after {
  font-size: 20px;
  margin-left: 0;
}

body.page-chat section.gift-chat .content .messages-container a.readed-messages-separator {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  color: #838383;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}

body.page-chat section.gift-chat .content .messages-container a.readed-messages-separator i {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-chat section.gift-chat .content .messages-container a.readed-messages-separator:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.page-chat section.gift-chat .content .messages-container .message {
  background: #fff;
  padding: 20px 10px;
  position: relative;
  border-top: 1px solid #dbdbdb;
  display: block;
  text-decoration: none;
  color: #363636;
}

body.page-chat section.gift-chat .content .messages-container .message .tag-new, body.page-chat section.gift-chat .content .messages-container .message .tag-resp {
  display: none;
  position: absolute;
  background: #db2418;
  width: 60px;
  height: 20px;
  line-height: 20px;
  top: -1px;
  right: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.83px;
}

body.page-chat section.gift-chat .content .messages-container .message .tag-resp {
  background: #9e9e9e;
}

body.page-chat section.gift-chat .content .messages-container .message .tag-video-camera {
  display: none;
  position: absolute;
  height: 20px;
  line-height: 20px;
  top: 0;
  right: 80px;
  font-size: 13px;
  text-align: center;
  color: #363636;
}

body.page-chat section.gift-chat .content .messages-container .message.new .tag-new {
  display: block !important;
}

body.page-chat section.gift-chat .content .messages-container .message.resp .tag-resp {
  display: block !important;
}

body.page-chat section.gift-chat .content .messages-container .message.video-camera .tag-video-camera {
  display: block !important;
}

body.page-chat section.gift-chat .content .messages-container .message p.person {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

body.page-chat section.gift-chat .content .messages-container .message p.datetime {
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

body.page-chat section.gift-chat .content .messages-container .message p.datetime span {
  font-weight: 500;
}

body.page-chat section.gift-chat .content .messages-container .message p.message-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

body.page-chat section.gift-chat .content .messages-container .readed-messages .message {
  background: #f8f8f8;
}

body.page-chat section.gift-chat .content .messages-container .readed-messages .message .tag-new {
  display: none !important;
}

body.page-chat section.gift-chat .content .messages-container .readed-messages .tag-video-camera {
  color: #adadad;
}

body.page-chat section.gift-chat .back-side-lines {
  margin: 30px 10px 0 10px;
  position: relative;
  text-align: center;
}

body.page-chat section.gift-chat .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
}

body.page-chat section.gift-chat .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
}

body.page-chat section.gift-chat .back-side-lines > span .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 180px;
}

body.page-chat section.gift-chat .back-side-lines > span .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-chat section.gift-chat .back-side-lines > span .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-chat section.gift-chat .back-side-lines > span .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-chat section.gift-chat .back-side-lines > span .view-more-btn:active {
  background-color: #646464;
}

body.extract .switch-content {
  display: table-cell;
}

body.page-add-gift .add-all-to-list {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: inherit;
  margin-bottom: 20px;
  padding: 0 60px;
}

body.page-add-gift .add-all-to-list:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-add-gift .add-all-to-list:hover {
  background-color: #363636;
  text-decoration: none;
}

body.page-add-gift .add-all-to-list:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift .add-all-to-list:active {
  background-color: #222;
}

body.page-add-gift section.header-info {
  margin-bottom: 30px;
  position: relative;
}

body.page-add-gift section.header-info .host-name-wrapper {
  padding: 12px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 30%;
  margin-left: 30px;
  position: relative;
  z-index: 3;
  position: absolute;
}

body.page-add-gift section.header-info .host-name-wrapper .host-name {
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
}

body.page-add-gift section.header-info .img-wrapper {
  width: 100%;
  z-index: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  border: 1px solid #e6e6e6;
  object-fit: cover;
}

body.page-add-gift section.header-info .item {
  float: right;
}

body.page-add-gift section.header-info .item:nth-child(1) {
  float: left;
  width: 100%;
}

body.page-add-gift section.header-info .item:nth-child(2) {
  margin-left: 60px;
}

body.page-add-gift section.header-info .item:nth-child(n+2) {
  position: relative;
  z-index: 3;
}

body.page-add-gift section.header-info .item > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  text-decoration: none;
  color: #494949;
  letter-spacing: 1.2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
}

body.page-add-gift section.header-info .item > a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-add-gift section.header-info .item > a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift section.header-info .img-wrapper {
  overflow: hidden;
  background-color: transparent;
}

body.page-add-gift section.header-info .img-wrapper .background-image {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-add-gift section .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px;
  max-width: 500px;
  min-width: 180px;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-add-gift section .remaining-days.biggerText {
  width: 240px;
  max-height: 70px;
}

body.page-add-gift section .menu-photo {
  list-style: none;
  position: absolute;
  z-index: 3;
  display: none;
  top: 0;
  right: 0;
}

body.page-add-gift section .menu-photo li {
  float: left;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbdbdb;
  border-top: none;
  border-right: none;
  pointer-events: visible;
  cursor: default;
}

body.page-add-gift section .menu-photo li a {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  color: #959595;
  display: list-item;
  padding: 15px;
}

body.page-add-gift section .menu-photo li label {
  margin-bottom: 0;
}

body.page-add-gift section .menu-photo li label span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  color: #959595;
  display: list-item;
  padding: 15px;
}

body.page-add-gift section .menu-photo li:last-child {
  width: 160px;
}

body.page-add-gift section .menu-photo.active {
  display: block;
  z-index: 3;
}

body.page-add-gift section .customize-area {
  padding: 20px;
  border-top: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 16px;
  color: #adadad;
}

body.page-add-gift section .customize-area .right-margin {
  margin-right: -30px;
  text-align: right;
}

body.page-add-gift section .main-info hr {
  margin: 10px 0 10px !important;
  border-top: 1px solid #363636 !important;
}

body.page-add-gift section .main-info .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-add-gift section .main-info .title a .fa {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  color: #adadad;
  margin-left: -5px;
}

body.page-add-gift section .main-info .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
}

body.page-add-gift section .main-info .call {
  position: relative;
}

body.page-add-gift section .main-info .call:before, body.page-add-gift section .main-info .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 70px;
  background: #363636;
}

body.page-add-gift section .main-info .call:before {
  left: 0;
}

body.page-add-gift section .main-info .call:after {
  right: 0;
}

body.page-add-gift section .edit-image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 4;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
}

body.page-add-gift section .menu-hover {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 230px;
  height: 42px;
  padding: 13px 10px 20px 20px;
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-right: 0;
}

body.page-add-gift section .menu-hover span {
  color: #959595;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

body.page-add-gift section .edit-image:hover + .menu-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-add-gift section .edit-playlist {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}

body.page-add-gift section .edit-playlist img {
  max-width: 100px;
}

body.page-add-gift section .support-info {
  margin-top: 7px;
}

body.page-add-gift section .support-info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

body.page-add-gift section .support-info .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body.page-add-gift section .support-info .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-add-gift section .support-info .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-add-gift section .support-info .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift section .support-info .button:active {
  background-color: #1a1a1a;
}

body.page-add-gift section .search-results-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.page-add-gift section .search-results-full .search-form {
  margin-left: 0;
}

body.page-add-gift section .search-results-full .row {
  margin-left: -15px;
  margin-right: -15px;
}

body.page-add-gift section .search-results-full .product .pricing .button-wrapper {
  margin-top: 0;
  padding-right: 7px;
}

@media only screen and (max-width: 1199px) {
  body.page-add-gift section .search-results-full .product {
    width: 33.333%;
  }
}
body.page-add-gift section .secondary-title {
  margin-bottom: 20px;
  margin-left: -15px;
}

body.page-add-gift section .map-wrapper {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

body.page-add-gift section .map-filters {
  position: relative;
  min-height: 1px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 99;
  border: 1px solid #e5e5e5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}

body.page-add-gift section .map-results {
  z-index: initial;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

body.page-add-gift section .map-results {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 !important;
}

body.page-add-gift section .map-results .tab-content {
  width: 100%;
  font-size: 0;
}

body.page-add-gift section .map-results svg {
  width: 100%;
}

body.page-add-gift section .map-results .action {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

body.page-add-gift section .map-results .action:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-add-gift section .map-results .action path, body.page-add-gift section .map-results .action polygon, body.page-add-gift section .map-results .action rect, body.page-add-gift section .map-results .action circle, body.page-add-gift section .map-results .action line {
  fill: #f00;
}

body.page-add-gift section .map-results.selected {
  background-image: url("../images/placeholder//mapa-cozinha-select.jpg");
}

body.page-add-gift section .map-filters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-add-gift section .map-filters {
    float: left;
    width: 33.3333333333%;
  }
}
body.page-add-gift section .map-results {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-add-gift section .map-results {
    float: left;
    width: 66.6666666667%;
  }
}
body.page-add-gift section .map-filters.open {
  max-height: 2000px;
}

body.page-add-gift section .map-filters .section-title {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

body.page-add-gift section .map-filters .section-title .fa {
  float: right;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-add-gift section .map-filters.open .section-title .fa {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

body.page-add-gift section .map-filters .category-title {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #363636;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

body.page-add-gift section .map-filters .filters-wrapper .dropdown-toggle {
  padding-left: 12px;
}

body.page-add-gift section .map-filters .filters-wrapper .dropdown-toggle:hover {
  background-color: #f4f4f5;
}

body.page-add-gift section .map-filters .filters-wrapper .dropdown-toggle.selected {
  background-color: #f4f4f5;
}

body.page-add-gift section .map-filters .dropdown:before, body.page-add-gift section .map-filters .dropdown:after {
  content:" ";
  display: table;
}

body.page-add-gift section .map-filters .dropdown:after {
  clear: both;
}

body.page-add-gift section .map-filters .dropdown-toggle {
  padding-top: 14px;
  padding-bottom: 12px;
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 4px;
  min-height: 43.5px;
}

body.page-add-gift section .map-filters .dropdown-toggle:first-child {
  border: 0;
}

body.page-add-gift section .map-filters .dropdown-toggle:hover .fa {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

body.page-add-gift section .map-filters .dropdown.open .dropdown-toggle:hover .fa {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

body.page-add-gift section .map-filters .dropdown-toggle .fa {
  float: right;
  margin-right: 15px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-add-gift section .map-filters .dropdown.open .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.page-add-gift section .map-filters .dropdown-menu {
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 200ms linear, padding 150ms linear;
  -moz-transition: max-height 200ms linear, padding 150ms linear;
  -ms-transition: max-height 200ms linear, padding 150ms linear;
  -o-transition: max-height 200ms linear, padding 150ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 200ms linear, padding 150ms linear;
  -moz-transition: max-height 200ms linear, padding 150ms linear;
  -ms-transition: max-height 200ms linear, padding 150ms linear;
  -o-transition: max-height 200ms linear, padding 150ms linear;
  transition: max-height 200ms linear, padding 150ms linear;
}

body.page-add-gift section .map-filters .dropdown-menu .content-wrapper {
  padding-left: 12px;
}

body.page-add-gift section .map-filters .dropdown.open .dropdown-menu {
  padding: 0 0 15px;
  max-height: 1000px;
  -webkit-transition: max-height 680ms linear, padding 350ms linear;
  -moz-transition: max-height 680ms linear, padding 350ms linear;
  -ms-transition: max-height 680ms linear, padding 350ms linear;
  -o-transition: max-height 680ms linear, padding 350ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 680ms linear, padding 350ms linear;
  -moz-transition: max-height 680ms linear, padding 350ms linear;
  -ms-transition: max-height 680ms linear, padding 350ms linear;
  -o-transition: max-height 680ms linear, padding 350ms linear;
  transition: max-height 680ms linear, padding 350ms linear;
}

body.page-add-gift section .map-filters .dropdown-menu ul {
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

body.page-add-gift section .map-filters .dropdown-menu ul a {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 8px 0;
  color: #7e7e7e;
  text-decoration: none;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
}

body.page-add-gift section .map-filters .dropdown-menu ul a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-add-gift section .map-filters .dropdown-menu ul a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift section .map-filters .dropdown-menu ul a:hover {
  color: #363636;
}

body.page-add-gift section .map-filters .dropdown-menu .view-more {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
}

body.page-add-gift section .map-filters .dropdown-menu .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-add-gift section .map-filters .dropdown-menu .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift section .search-filters .dropdown-remove {
  padding-top: 14px;
  padding-bottom: 12px;
  border: none;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-decoration: none !important;
  padding-left: 4px;
}

body.page-add-gift section .search-filters .dropdown-remove .remove-filter {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
}

body.page-add-gift section .search-filters .dropdown-remove .remove-filter:after {
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-add-gift section .search-filters .dropdown-remove .remove-filter:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift section .shelf .pricing .button-wrapper .button {
  float: left;
  width: calc(100% - 60px);
}

body.page-add-gift section .shelf .pricing .button-wrapper .quantity-box {
  float: left;
  border-right: none;
  height: 45px;
}

body.page-add-gift section .search-results-description {
  background: #f8f8f8;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px !important;
  height: 55px;
  padding: 5px;
}

body.page-add-gift section .search-results-description .items-search {
  padding-top: 16px;
  cursor: pointer;
}

body.page-add-gift section .search-results-description .items-search span {
  font-weight: 700;
  text-decoration: underline;
}

body.page-add-gift section .search-results-description .items-search .fa {
  margin-left: 10px;
  margin-right: 15px;
}

body.page-add-gift section .search-results-description .control {
  float: right;
  padding: 8px;
  margin: 5px 0 5px 0;
  cursor: pointer;
}

body.page-add-gift section .search-results-description .control.selected {
  border: 1px solid #e1e1e1;
}

body.page-add-gift section .search-results-description .control.selected .fa {
  color: #db2418;
}

body.page-add-gift section .search-results-description .control .fa {
  font-size: 16px;
  color: #9f9f9f;
}

body.page-add-gift section .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-add-gift section .search-results-description .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #adadad;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-add-gift section .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-add-gift section .secondary-title {
  margin-bottom: 20px;
  margin-left: 0 !important;
  font-size: 16px;
}

body.page-add-gift .carousel-title {
  margin-bottom: 0;
  padding: 0;
}

body.page-add-gift .carousel-title .secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-add-gift .carousel-title .secondary-title.alt-title {
  margin-bottom: 30px;
}

body.page-add-gift .responsive-carousel-wrapper {
  padding: 0 15px;
}

body.page-add-gift .back-side-lines {
  position: relative;
  text-align: center;
  margin-bottom: 154px;
  margin-top: 40px;
}

body.page-add-gift .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
}

body.page-add-gift .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-add-gift .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 260px;
}

body.page-add-gift .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-add-gift .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-add-gift .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-add-gift .view-more-btn:active {
  background-color: #646464;
}

.manage-lists {
  margin-top: 15px;
  margin-bottom: 15px;
}

.manage-lists:before, .manage-lists:after {
  content:" ";
  display: table;
}

.manage-lists:after {
  clear: both;
}

.manage-lists .title-switch {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .manage-lists .title-switch {
    float: left;
    width: 83.3333333333%;
  }
}
.manage-lists .switch-content {
  position: relative;
}

.manage-lists .switch-control {
  float: right;
  min-width: 190px;
  font-size: 14px;
}

.manage-lists .switch-control span#switch-ambientes {
  margin-right: 15px;
}

.manage-lists .text-switch {
  position: absolute;
  top: 5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase;
  margin-left: 10px;
  white-space: nowrap;
}

.manage-lists div#accordion {
  list-style-type: none;
  margin-bottom: 0;
}

.manage-lists div#accordion .panel-title {
  margin-bottom: -14px;
  position: relative;
  z-index: 2;
}

.manage-lists div#accordion .panel-title a {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #212121;
}

.manage-lists div#accordion .panel-title a i {
  font-size: 13.69px;
  vertical-align: bottom;
  color: #212121;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-left: 10px;
}

.manage-lists div#accordion .panel-title a:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.manage-lists div#accordion .panel-wrapper {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.manage-lists div#accordion .panel-wrapper .panel-collapse {
  -webkit-box-shadow: 0 -1px 0 rgba(204, 204, 204, 0) inset;
  -moz-box-shadow: 0 -1px 0 rgba(204, 204, 204, 0) inset;
  box-shadow: 0 -1px 0 rgba(204, 204, 204, 0) inset;
  margin-bottom: -15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  display: block !important;
  max-height: 0;
  height: auto !important;
  overflow-x: visible;
  overflow-y: hidden;
}

.manage-lists div#accordion .panel-wrapper .panel-collapse.in {
  max-height: 100vh;
  -webkit-box-shadow: 0 -1px 0 #ccc inset;
  -moz-box-shadow: 0 -1px 0 #ccc inset;
  box-shadow: 0 -1px 0 #ccc inset;
  margin-bottom: 15px;
}

.manage-lists div#accordion .panel-wrapper .panel-body {
  padding: 15px 0;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li {
    float: left;
    width: 25%;
  }
}
.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li:nth-child(4n+4) {
  padding-right: 5px;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li a {
  letter-spacing: 1px;
  display: initial;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #494949;
  white-space: nowrap;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.active a {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #d2232a;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper {
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper .switch-content {
    margin-left: auto;
  }
}
.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper .switch-content label {
  margin-bottom: 0;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper .text-switch {
  position: relative;
  top: initial;
  width: 103px;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper {
  padding-right: 5px;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper .switch-content {
  float: left;
}

.manage-lists div#accordion .panel-wrapper .panel-body .anchors-list li.switch-wrapper .switch-content .text-switch {
  text-transform: capitalize;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-left: 8px;
}

.manage-lists .item {
  float: right;
}

.manage-lists .item:nth-child(1) {
  float: left;
  width: 100%;
}

.manage-lists .item:nth-child(2) {
  margin-left: 60px;
}

.manage-lists .item:nth-child(n+2) {
  position: relative;
  z-index: 3;
}

.manage-lists .item > a, .manage-lists .item > label {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  text-decoration: none;
  color: #494949;
  letter-spacing: 1.2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
}

.manage-lists .item > a:after, .manage-lists .item > label:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.manage-lists .item > a:hover:after, .manage-lists .item > label:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.manage-lists .item > label {
  cursor: pointer;
}

.manage-lists .item > label input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}

body.page-messages .gift-block.adjust {
  margin-top: -1px !important;
  min-height: 118px;
}

body.page-messages .guest-message {
  display: flex;
  padding: 10px;
}

body.page-messages .guest-message .balloon.left {
  margin-right: initial;
  margin-bottom: auto;
  overflow: hidden;
}

body.page-messages .guest-message .balloon.left .message-image {
  width: initial;
  height: initial;
  padding: 5px;
  margin: 5px 5px 5px 0;
  border: solid 1px #e5e5e5;
}

body.page-messages .guest-message .balloon.left .message-video {
  width: initial;
  height: initial;
  padding: 5px;
  margin: 5px 5px 5px 0;
  border: solid 1px #e5e5e5;
}

body.page-messages .guest-message .balloon.left .video-balloon {
  width: 100%;
  margin-bottom: auto;
}

body.page-messages .guest-message .balloon.left .video-balloon:before {
  content:"\f04b";
  width: 73px;
  padding-left: 5px;
  height: 73px;
  z-index: 100;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #5b5b5b;
  text-align: center;
}

body.page-messages .guest-message .balloon.left .video-balloon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

body.page-messages .guest-message .balloon.left .video-balloon:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-messages .guest-message .balloon.left .video-balloon:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-messages .guest-message .balloon.left .video-balloon img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body.page-messages .self-message {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
  align-items: flex-end;
}

body.page-messages .self-message .your-message {
  margin-top: 10px !important;
}

body.page-messages .self-message .balloon-image.right {
  margin-top: initial !important;
  width: 16% !important;
}

body.page-messages section.header-info {
  margin-bottom: 30px;
}

body.page-messages section.header-info .host-name-wrapper {
  padding: 8px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 30%;
  margin-left: 30px;
}

body.page-messages section.header-info .host-name-wrapper .host-name {
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}

body.page-messages section.header-info .message-chat {
  margin-top: 0;
}

body.page-messages section.header-info .message-chat .secondary-title {
  margin-bottom: 0;
}

body.page-messages section.header-info .img-wrapper {
  width: 100%;
  z-index: initial;
  height: 135px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  border: 1px solid #e6e6e6;
  background-image: url("../images/placeholder//image-lista-presente-header.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 50%;
  object-fit: cover;
}

body.page-messages section.header-info .img-wrapper.selected {
  background-image: url("../images/placeholder//image-lista-presente-header.jpg");
}

body.page-messages section.header-info .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 9px;
  max-width: 500px;
  min-width: 220px;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-messages section.header-info .remaining-days.biggerText {
  width: 240px;
  max-height: 70px;
}

body.page-messages section.header-info .item {
  float: right;
}

body.page-messages section.header-info .item:nth-child(1) {
  float: left;
  width: 100%;
}

body.page-messages section.header-info .item:nth-child(2) {
  margin-left: 60px;
}

body.page-messages section.header-info .item:nth-child(n+2) {
  position: relative;
  z-index: 3;
}

body.page-messages section.header-info .item > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  text-decoration: none;
  color: #494949;
  letter-spacing: 1.2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
}

body.page-messages section.header-info .item > a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-messages section.header-info .item > a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-messages section.header-info .main-info hr {
  margin: 10px 0 10px !important;
  border-top: 1px solid #363636 !important;
}

body.page-messages section.header-info .main-info .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  min-width: 270px;
}

body.page-messages section.header-info .main-info .title a .fa {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  color: #adadad;
  margin-left: -5px;
}

body.page-messages section.header-info .main-info .call {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
}

body.page-messages section.header-info .main-info .call {
  position: relative;
}

body.page-messages section.header-info .main-info .call:before, body.page-messages section.header-info .main-info .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 70px;
  background: #363636;
}

body.page-messages section.header-info .main-info .call:before {
  left: 0;
}

body.page-messages section.header-info .main-info .call:after {
  right: 0;
}

body.page-messages section .sub-text {
  margin-left: 15px;
  margin-bottom: 25px;
  line-height: 20px;
}

body.page-messages section .message-filters {
  position: relative;
  min-height: 1px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 99;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  margin-bottom: 40px;
}

body.page-messages section .message-results {
  height: 700px;
  position: relative;
  margin-bottom: 50px;
}

body.page-messages section .message-results .header-message .secondary-title {
  margin-bottom: 0;
}

body.page-messages section .message-filters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-messages section .message-filters {
    float: left;
    width: 25%;
  }
}
body.page-messages section .message-results {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-messages section .message-results {
    float: left;
    width: 75%;
  }
}
body.page-messages section .message-consultant {
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 50px;
}

body.page-messages section .message-consultant {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-messages section .message-consultant {
    float: left;
    width: 100%;
  }
}
body.page-messages section .message-filters.open {
  max-height: 2000px;
}

body.page-messages section .message-filters .section-title {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

body.page-messages section .message-filters .section-title .fa {
  float: right;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-messages section .message-filters.open .section-title .fa {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

body.page-messages section .message-filters .category-title {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #363636;
  text-transform: uppercase;
  display: block;
  padding-left: 17px;
  padding-top: 23px;
  padding-bottom: 21px;
}

body.page-messages section .message-filters .filters-wrapper .message-toggle {
  padding-left: 26px;
}

body.page-messages section .message-filters .filters-wrapper .message-toggle:hover {
  background-color: #f4f4f5;
}

body.page-messages section .message-filters .filters-wrapper .message-toggle.blank:hover {
  background-color: #fff;
  cursor: initial;
}

body.page-messages section .message-filters .message-toggle .couple-name {
  float: left;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-right: 30px;
}

body.page-messages section .message-filters .filters-wrapper.answered .couple-name, body.page-messages section .message-filters .filters-wrapper.answered .couple-date {
  font-weight: 500;
}

body.page-messages section .message-filters .message-toggle .couple-date {
  clear: both;
  float: left;
  text-transform: none;
  font-family: "Arial", sans-serif !important;
  color: #adadad;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-top: 3px;
  letter-spacing: 1px;
}

body.page-messages section .message-filters .message-toggle .camera {
  float: left;
  margin-left: -15px;
}

body.page-messages section .message-filters .label-read {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 25px;
  padding-left: 26px;
  padding-top: 5px;
  color: #adadad;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

body.page-messages section .message-filters .label-read a {
  color: #adadad;
  text-decoration: none;
  display: block;
}

body.page-messages section .message-filters .label-read a i {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-messages section .message-filters .label-read a:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.page-messages section .message-filters .label-read a#btnLoadMore:not(.collapsed) i {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

body.page-messages section .message-filters .label-read :after {
  border: 1px solid #f00;
}

body.page-messages section .message-filters .label-more {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 25px;
  padding-left: 26px;
  padding-top: 5px;
  color: #adadad;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

body.page-messages section .message-filters .message-toggle .new-tag {
  position: absolute;
  background: #db2418;
  width: 17px;
  height: 52px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 3px;
  word-break: break-all;
  line-height: 10px;
  text-align: center;
  left: 0;
  top: 0;
}

body.page-messages section .message-filters .message-toggle .resp-tag {
  position: absolute;
  background: #999;
  width: 17px;
  height: 52px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 3px;
  word-break: break-all;
  line-height: 10px;
  text-align: center;
  left: 0;
  top: 0;
}

body.page-messages section .message-filters .filters-wrapper.answered .message-toggle {
  color: #999;
  background: #f6f6f7;
}

body.page-messages section .message-filters .filters-wrapper.answered .message-toggle:hover {
  background: #ededed;
}

body.page-messages section .message-filters .message:before, body.page-messages section .message-filters .message:after {
  content:" ";
  display: table;
}

body.page-messages section .message-filters .message:after {
  clear: both;
}

body.page-messages section .message-filters .message-toggle {
  position: relative;
  padding-top: 14px;
  padding-bottom: 12px;
  display: block;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 4px;
  height: 52px;
}

body.page-messages section .message-filters .message-chat.selected .message-toggle {
  background-color: #ededed;
}

body.page-messages section .message-filters .message {
  border-top: 1px solid #e5e5e5;
}

body.page-messages section .message-filters .message:first-child {
  border: 0;
}

body.page-messages section .message-filters .message-toggle:hover .fa-angle-right {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

body.page-messages section .message-filters .message.open .message-toggle:hover .fa-angle-right {
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  -webkit-transform: scale(1.4) rotate(180deg);
  -moz-transform: scale(1.4) rotate(180deg);
  -ms-transform: scale(1.4) rotate(180deg);
  -o-transform: scale(1.4) rotate(180deg);
  transform: scale(1.4) rotate(180deg);
}

body.page-messages section .message-filters .message-toggle .fa-angle-right {
  float: right;
  margin-right: 15px;
  margin-top: -10px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-messages section .message-filters .message-menu {
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 200ms linear, padding 150ms linear;
  -moz-transition: max-height 200ms linear, padding 150ms linear;
  -ms-transition: max-height 200ms linear, padding 150ms linear;
  -o-transition: max-height 200ms linear, padding 150ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 200ms linear, padding 150ms linear;
  -moz-transition: max-height 200ms linear, padding 150ms linear;
  -ms-transition: max-height 200ms linear, padding 150ms linear;
  -o-transition: max-height 200ms linear, padding 150ms linear;
  transition: max-height 200ms linear, padding 150ms linear;
}

body.page-messages section .message-filters .message-menu .content-wrapper {
  padding-left: 12px;
}

body.page-messages section .message-filters .message.open .message-menu {
  padding: 0 0 15px;
  max-height: 1000px;
  -webkit-transition: max-height 680ms linear, padding 350ms linear;
  -moz-transition: max-height 680ms linear, padding 350ms linear;
  -ms-transition: max-height 680ms linear, padding 350ms linear;
  -o-transition: max-height 680ms linear, padding 350ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: max-height 680ms linear, padding 350ms linear;
  -moz-transition: max-height 680ms linear, padding 350ms linear;
  -ms-transition: max-height 680ms linear, padding 350ms linear;
  -o-transition: max-height 680ms linear, padding 350ms linear;
  transition: max-height 680ms linear, padding 350ms linear;
}

body.page-messages section .message-filters .message-menu ul {
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

body.page-messages section .message-filters .message-menu ul a {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 8px 0;
  color: #7e7e7e;
  text-decoration: none;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
}

body.page-messages section .message-filters .message-menu ul a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-messages section .message-filters .message-menu ul a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-messages section .message-filters .message-menu ul a:hover {
  color: #363636;
}

body.page-messages section .message-filters .message-menu .view-more {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
}

body.page-messages section .message-filters .message-menu .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-messages section .message-filters .message-menu .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-messages section .secondary-title {
  margin-bottom: 20px;
}

body.page-messages section .secondary-title.adjust {
  margin: 20px 0 20px;
}

body.page-messages section .search-results-description {
  background: #f8f8f8;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px !important;
  height: 55px;
  padding: 5px;
}

body.page-messages section .search-results-description .items-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -5px;
  float: left;
}

@media (min-width: 992px) {
  body.page-messages section .search-results-description .items-search {
    float: left;
    width: 50%;
  }
}
body.page-messages section .search-results-description .items-controls {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-messages section .search-results-description .items-controls {
    float: left;
    width: 16.6666666667%;
  }
}
body.page-messages section .search-results-description .items-order-by {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
}

@media (min-width: 992px) {
  body.page-messages section .search-results-description .items-order-by {
    float: left;
    width: 33.3333333333%;
  }
}
body.page-messages section .search-results-description .navbar-form {
  position: relative;
  min-width: 250px;
  min-width: 350px;
}

body.page-messages section .search-results-description .navbar-form .form-group {
  padding-right: 20px;
}

body.page-messages section .search-results-description .items-search .fa {
  margin-left: 10px;
  margin-right: 15px;
}

body.page-messages section .search-results-description .control {
  float: right;
  padding: 8px;
  margin: 5px 0 5px 0;
  cursor: pointer;
}

body.page-messages section .search-results-description .control.selected {
  border: 1px solid #e1e1e1;
}

body.page-messages section .search-results-description .control.selected .fa {
  color: #db2418;
}

body.page-messages section .search-results-description .control .fa {
  font-size: 16px;
  color: #9f9f9f;
}

body.page-messages section .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-messages section .search-results-description .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #adadad;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-messages section .field-wrapper .icon {
  right: 25px;
  top: 36%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-messages section .lista-extrato {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

body.page-messages section .subtitle-line {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex !important;
}

body.page-messages section .subtitle-line:after {
  background: #e5e5e5;
  content:"";
  display: block;
  height: 1px;
  position: relative;
  z-index: 0;
  top: 21px;
  width: calc(100% - 77px);
  margin: 0 auto;
  float: right;
}

body.page-messages section .subtitle-line .subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #838383;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 1;
}

body.page-messages section .lista-extrato table {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}

body.page-messages section .lista-extrato table td {
  vertical-align: middle;
}

body.page-messages section .lista-extrato table thead th {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  background: #ebebeb;
  color: #494949;
  text-transform: uppercase;
  text-align: center !important;
}

body.page-messages section .lista-extrato .table-striped tr td {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-striped tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-striped table tbody {
  border: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-striped thead th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-rows tr td {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-rows tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-rows table tbody {
  border: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato .table-rows thead th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

body.page-messages section .lista-extrato table tbody {
  font-size: 16px;
  color: #373737;
  font-weight: 600 !important;
  text-align: center !important;
}

body.page-messages section .lista-extrato table tbody .title, body.page-messages section .lista-extrato table tbody .remaining-items, body.page-messages section .lista-extrato table tbody .date-bought, body.page-messages section .lista-extrato table tbody .quantity, body.page-messages section .lista-extrato table tbody .guest-name, body.page-messages section .lista-extrato table tbody .date, body.page-messages section .lista-extrato table tbody .status {
  font-size: 14px;
  color: #373737;
}

body.page-messages section .lista-extrato table tfoot {
  border: none !important;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

body.page-messages section .lista-extrato table tfoot span {
  text-transform: none;
  font-weight: 300;
}

body.page-messages section .lista-extrato table tfoot td:first-child {
  text-align: left !important;
}

body.page-messages section .lista-extrato table tfoot td:last-child {
  text-align: right !important;
}

body.page-messages section .lista-extrato table .price {
  font-size: 18px;
}

body.page-messages section .lista-extrato table tbody .sub-price, body.page-messages section .lista-extrato table tbody .status-date {
  font-size: 11px;
  font-weight: 400;
  display: block;
}

body.page-messages section .lista-extrato table tbody .img-responsive {
  border: 1px solid #e5e5e5;
  max-width: 60px;
  max-height: 60px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  vertical-align: middle !important;
}

body.page-messages section .lista-extrato table tbody .item-desc {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  display: table-cell;
  height: 60px;
  max-width: 180px;
  vertical-align: middle;
}

body.page-messages section .lista-extrato table tbody .quantity {
  font-family: "Open Sans", serif;
  font-size: 16px;
}

body.page-messages section .lista-extrato table tbody .item-desc .title {
  font-weight: 500;
}

body.page-messages section .lista-extrato table tbody .item-desc .remaining-items {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}

body.page-messages section .lista-extrato table tbody .item-desc .remaining-items strong {
  color: #d71920;
}

body.page-messages section .lista-extrato .list-steps {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

body.page-messages section .lista-extrato .list-steps:hover {
  text-decoration: none;
  color: #838383;
}

body.page-messages section .lista-extrato .list-steps.active {
  color: #373737;
}

body.page-messages section .lista-extrato .list-steps:not(.active):hover .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
}

body.page-messages section .table-white {
  background: #fff !important;
}

body.page-messages section .table-white thead th {
  background: #fff !important;
}

body.page-messages section .table-no-border td {
  padding: 20px 20px;
}

body.page-messages section .table-no-border, body.page-messages section .table-no-border tr, body.page-messages section .table-no-border td, body.page-messages section .table-no-border th, body.page-messages section .table-no-border tfoot, body.page-messages section .table-no-border thead, body.page-messages section .table-no-border tbody {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border: none !important;
}

body.page-messages section .table-inside-border {
  border: none;
}

body.page-messages section .table-inside-border td, body.page-messages section .table-inside-border th {
  border: 1px solid #e5e5e5 !important;
}

body.page-messages section .table-inside-border tr:first-child th {
  border: 1px solid #e5e5e5 !important;
}

body.page-messages section .table-inside-border tr:first-child th {
  border-top: 0 !important;
}

body.page-messages section .table-inside-border tr:last-child td {
  border-bottom: 0 !important;
}

body.page-messages section .table-inside-border tr td:first-child, body.page-messages section .table-inside-border tr th:first-child {
  border-left: none !important;
}

body.page-messages section .table-inside-border tr td:last-child, body.page-messages section .table-inside-border tr th:last-child {
  border-right: none !important;
}

body.page-messages section .lista-extrato .switch-content {
  padding-top: 22px;
}

body.page-messages section .lista-extrato .list-empty tr td {
  color: #969696;
}

body.page-messages section .lista-extrato .list-empty tbody tr:last-child {
  font-size: 14px;
  font-weight: 400;
  height: 80px;
}

body.page-messages section .lista-extrato .credit, body.page-messages section .lista-extrato .shipment {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
  font-weight: 300;
}

body.page-messages section .lista-extrato .select {
  font-weight: 600;
}

body.page-messages section .lista-extrato .credit {
  float: left;
  width: 30px;
}

body.page-messages section .lista-extrato .shipment {
  float: right;
  margin-left: -15px;
}

body.page-messages section .lista-extrato .button-wrapper {
  width: 100%;
}

body.page-messages section .lista-extrato .button-wrapper:before {
  background: #e5e5e5;
  content:"";
  display: block;
  height: 1px;
  position: relative;
  z-index: 0;
  top: 24px;
  width: calc(100% - 260px);
}

body.page-messages section .lista-extrato a.add-gifts-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  width: 240px;
  display: inline-block;
  float: right;
}

body.page-messages section .lista-extrato a.add-gifts-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-messages section .lista-extrato a.add-gifts-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-messages section .lista-extrato a.add-gifts-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-messages section .lista-extrato a.add-gifts-btn:active {
  background-color: #1a1a1a;
}

body.page-messages section .lista-extrato .view-more {
  float: right;
  clear: both;
  color: #838383;
  margin-bottom: 30px;
}

.my-lists .lists {
  line-height: 1.428571429;
  width: 100%;
}

.my-lists .lists-item-create {
  color: #d2232a;
  float: right;
  position: relative;
}

.my-lists .lists-item-create .lists-link {
  color: #d2232a;
  font-weight: bold;
}

.my-lists .lists-item-create .lists-link:hover {
  color: #a61c21;
}

.my-lists .lists-link {
  color: #363636;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  display: block;
  padding: 10px 0;
}

.my-lists .lists-link:hover {
  color: #1c1c1c;
  text-decoration: none;
}

.my-lists .lists-link:hover .lists-link-icon {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.my-lists .lists-link:hover .lists-link-action {
  color: inherit;
}

.my-lists .lists-link-closed, .my-lists .lists-link-closed:hover, .my-lists .lists-link-closed:focus {
  color: #ccc;
  font-weight: normal;
}

.my-lists .lists-link-icon, .my-lists .lists-link-action {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.my-lists .lists-link-icon:before {
  content:'\00a0';
}

.my-lists .lists-link-icon:after {
  content:"\f105";
}

.my-lists .lists-link-action {
  color: #b3b3b3;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}

body #modalMinhaLista {
  z-index: 2000;
}

body #modalMinhaLista .modal-dialog {
  width: 454px;
}

body #modalMinhaLista .modal-dialog .modal-body {
  padding: 40px 50px 30px;
}

body #modalMinhaLista .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 0;
  text-align: center;
}

body #modalMinhaLista .modal-dialog .modal-body .items-wrapper .main-title .title {
  font-family: "Prata", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}

body #modalMinhaLista .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
}

body #modalMinhaLista .modal-dialog .modal-body .items-wrapper hr {
  margin: 10px 0 10px !important;
  height: 1px;
  width: 100%;
}

body #modalCompartilhar {
  z-index: 2000;
}

body #modalCompartilhar .modal-dialog {
  width: 600px;
}

body #modalCompartilhar .modal-dialog .modal-body {
  padding: 0 21px 15px;
  min-height: 200px;
}

body #modalCompartilhar .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalCompartilhar .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
  font-family: "Prata", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}

body #modalCompartilhar .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
}

body #modalCompartilhar .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalCompartilhar .modal-dialog .modal-body .input input {
  width: calc(100% - 200px);
  color: #363636;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  font-weight: 700;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  height: 45px;
  float: left;
}

body #modalCompartilhar .modal-dialog .modal-body .input .switch-content {
  float: right;
  margin-top: 10px;
}

body #modalCompartilhar .modal-dialog .modal-body .input .text-switch {
  text-transform: capitalize;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-left: 4px;
  position: relative;
  top: -13px;
}

body #modalCompartilhar .modal-dialog .modal-body .social-wrapper {
  padding: 0 90px 60px 90px;
  clear: both;
}

body #modalCompartilhar .modal-dialog .modal-body .social {
  margin-top: 13px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body #modalCompartilhar .modal-dialog .modal-body .social {
    float: left;
    width: 100%;
  }
}
body #modalCompartilhar .modal-dialog .modal-body .social .item {
  width: 17%;
  float: left;
  font-size: 26px;
  text-align: right;
  text-decoration: none;
  color: #333;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media only screen and (max-width: 1199px) {
  body #modalCompartilhar .modal-dialog .modal-body .social .item {
    text-align: center;
  }
}
body #modalCompartilhar .modal-dialog .modal-body .social .item .icon {
  display: inline-block;
  width: 17%;
  fill: #333;
  height: 26px;
  width: 26px;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .hover-text {
  display: none;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .fa:hover + .hover-text, body #modalCompartilhar .modal-dialog .modal-body .social .item .icon:hover + .hover-text {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-left: 16px;
  min-width: 60px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #333;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .color-messenger:hover {
  fill: #0084ff;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .color-whatsapp:hover {
  color: #09b83e;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .color-facebook:hover {
  color: #3b5999;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .color-twitter:hover {
  color: #55acee;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .color-mail:hover {
  color: #21759b;
}

body #modalCompartilhar .modal-dialog .modal-body .social .item .icon:hover + .hover-text {
  margin-top: 7px;
}

body #modalCompartilhar .modal-dialog .modal-body .social-wrapper {
  position: relative;
}

body #modalCompartilhar .modal-dialog .modal-body .social-wrapper:before, body #modalCompartilhar .modal-dialog .modal-body .social-wrapper:after {
  content:"";
  position: absolute;
  height: 1px;
  width: 70px;
  background: #e9e9e9;
  top: 22px;
}

body #modalCompartilhar .modal-dialog .modal-body .social-wrapper:before {
  float: left;
  left: 0;
}

body #modalCompartilhar .modal-dialog .modal-body .social-wrapper:after {
  float: left;
  right: 0;
}

body #modalEditar {
  z-index: 2000;
}

body #modalEditar .modal-dialog {
  width: 400px;
}

body #modalEditar .modal-dialog .modal-body {
  padding: 0 21px;
  min-height: 200px;
}

body #modalEditar .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalEditar .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalEditar .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
}

body #modalEditar .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalEditar .modal-dialog .modal-body .input input {
  width: 100%;
  color: #363636;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  font-weight: 400;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  height: 45px;
}

body #modalEditar .modal-dialog .modal-body .button-wrapper {
  padding: 25px 0;
}

body #modalEditar .modal-dialog .modal-body .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  max-width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  clear: both;
}

body #modalEditar .modal-dialog .modal-body .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalEditar .modal-dialog .modal-body .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalEditar .modal-dialog .modal-body .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalEditar .modal-dialog .modal-body .button:active {
  background-color: #1a1a1a;
}

body #modalUpload {
  z-index: 2000;
}

body #modalUpload .modal-dialog {
  width: 400px;
}

body #modalUpload .modal-dialog .modal-body {
  padding: 0 21px;
  min-height: 200px;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .progress {
  margin-top: 40px;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

body #modalUpload .modal-dialog .modal-body .items-wrapper .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

body #modalUpload .modal-dialog .modal-body .input input {
  width: 100%;
  color: #363636;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  font-weight: 400;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  height: 45px;
}

body #modalUpload .modal-dialog .modal-body .button-wrapper {
  padding: 25px 0;
}

body #modalUpload .modal-dialog .modal-body .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  float: left;
  margin: 0 14px;
}

body #modalUpload .modal-dialog .modal-body .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalUpload .modal-dialog .modal-body .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalUpload .modal-dialog .modal-body .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalUpload .modal-dialog .modal-body .button:active {
  background-color: #1a1a1a;
}

body #modalUpload .modal-dialog .modal-body .button.white {
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
}

body #modalRemovePhoto {
  z-index: 2000;
}

body #modalRemovePhoto .modal-dialog {
  width: 400px;
}

body #modalRemovePhoto .modal-dialog .modal-body {
  padding: 20px;
  text-align: center;
}

body #modalRemovePhoto .modal-dialog .modal-body p {
  line-height: 1.4;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons {
  white-space: nowrap;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .grey {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .grey:active {
  background-color: #1a1a1a;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .transparent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
  margin: 0 15px;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemovePhoto .modal-dialog .modal-body .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

body #modalReposicionar {
  z-index: 2000;
}

body #modalReposicionar .modal-dialog {
  width: 900px;
}

body #modalReposicionar .modal-dialog .modal-body {
  padding: 0;
}

body #modalReposicionar .modal-dialog .modal-footer {
  background: #363636;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  padding: 13px 21px 10px;
  border: none;
}

body #modalReposicionar .modal-dialog .modal-buttons {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1.2px;
  margin-left: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body #modalReposicionar .modal-dialog .modal-buttons:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body #modalReposicionar .modal-dialog .modal-buttons:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalPlaylist {
  z-index: 2000;
}

body #modalPlaylist .modal-dialog {
  width: 400px;
}

body #modalPlaylist .modal-dialog .modal-body {
  padding: 0 21px;
}

body #modalPlaylist .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalPlaylist .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalPlaylist .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
  line-height: 20px;
}

body #modalPlaylist .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalPlaylist .modal-dialog .modal-body .input input {
  display: block;
  width: calc(100% - 60px);
  float: left;
  height: 45px;
  border-right: none;
  color: #363636;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  font-weight: 700;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}

body #modalPlaylist .modal-dialog .modal-body .input-group-addon {
  width: 60px;
  float: left;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #363636;
  background-color: #363636;
  padding: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

body #modalPlaylist .modal-dialog .modal-body .input-group-addon .spotify {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 16px;
  cursor: pointer;
}

body #modalPlaylist .modal-dialog .modal-body .button-wrapper {
  padding: 25px 0;
}

body #modalPlaylist .modal-dialog .modal-body .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  max-width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  clear: both;
}

body #modalPlaylist .modal-dialog .modal-body .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalPlaylist .modal-dialog .modal-body .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalPlaylist .modal-dialog .modal-body .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalPlaylist .modal-dialog .modal-body .button:active {
  background-color: #1a1a1a;
}

body #modalConfirmacao {
  z-index: 2000;
}

body #modalConfirmacao .modal-dialog {
  width: 600px;
}

body #modalConfirmacao .modal-dialog .modal-body {
  padding: 0 21px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .main-title p {
  line-height: 20px;
  margin-top: 20px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .title-header {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .title-header strong {
  font-weight: 600;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button-wrapper {
  padding: 25px 0;
  text-align: center;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .subtitle-line {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .subtitle-line:after {
  background: #e5e5e5;
  content:"";
  display: block;
  height: 1px;
  position: relative;
  z-index: 0;
  top: 5px;
  width: calc(100% - 190px);
  float: left;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .subtitle-line .view-more {
  float: right;
  clear: both;
  color: #838383;
  margin-bottom: 30px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button {
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  margin-left: 7px;
  height: 45px;
  width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button:active {
  background-color: #1a1a1a;
}

body #modalConfirmacao .modal-dialog .modal-body .items-wrapper .button.white {
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
}

body #modalParabens {
  z-index: 2000;
}

body #modalParabens .modal-dialog {
  width: 600px;
}

body #modalParabens .modal-dialog .modal-body {
  padding: 0 21px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 40px;
  text-align: center;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .main-title p {
  line-height: 20px;
  margin-top: 20px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .title-header {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .title-header strong {
  font-weight: 600;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button-wrapper {
  padding: 25px 0;
  text-align: center;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .subtitle-line {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .subtitle-line:after {
  background: #e5e5e5;
  content:"";
  display: block;
  height: 1px;
  position: relative;
  z-index: 0;
  top: 5px;
  width: calc(100% - 190px);
  float: left;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .subtitle-line .view-more {
  float: right;
  clear: both;
  color: #838383;
  margin-bottom: 30px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button {
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  margin-left: 7px;
  height: 45px;
  width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button:active {
  background-color: #1a1a1a;
}

body #modalParabens .modal-dialog .modal-body .items-wrapper .button.white {
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
}

body #modalResponderTodos {
  z-index: 2000;
}

body #modalResponderTodos .modal-dialog {
  width: 900px;
  height: 500px;
}

body #modalResponderTodos .modal-dialog .modal-body {
  padding: 0 21px 5px 21px;
  min-height: 360px;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .main-title {
  margin-top: 20px;
  text-align: center;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .main-title .title {
  text-transform: uppercase;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .main-title p {
  margin-bottom: 20px;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper hr {
  margin: 10px 0 10px !important;
  height: 1px;
  width: 100%;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .item .type {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-bottom: 3px;
  letter-spacing: 1.5px;
}

body #modalResponderTodos .modal-dialog .modal-body .items-wrapper .item .price {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.5px;
}

body #modalResponderTodos .modal-dialog .modal-body .button-wrapper .button {
  max-width: 260px;
}

.sticky-list {
  display: none;
  margin: auto;
  position: fixed;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 15px 50px;
  padding: 10px 0 0 0;
  z-index: 101;
  text-align: center;
}

.sticky-list .info-text {
  padding: 10px 0 10px 0;
}

.sticky-list .secondary-title {
  font-size: 10px;
  margin-bottom: 4px !important;
}

.sticky-list p {
  font-size: 11px;
}

.sticky-line {
  height: 9px;
  width: 100%;
  background-color: #ce2229;
}

#sticky-collapsed.sticky-list, #sticky-items.sticky-list {
  text-align: left;
  padding: 0;
}

#sticky-collapsed .info-view, #sticky-items .info-view {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0 10px 0;
}

@media (min-width: 992px) {
  #sticky-collapsed .info-view, #sticky-items .info-view {
    float: left;
    width: 16.6666666667%;
  }
}
.info-view, .info-button {
  width: initial !important;
}

.info-button {
  display: flex;
  height: 20px;
}

#sticky-collapsed .info-button, #sticky-items .info-button {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0 10px 0;
}

@media (min-width: 992px) {
  #sticky-collapsed .info-button, #sticky-items .info-button {
    float: left;
    width: 16.6666666667%;
  }
}
#sticky-collapsed .control, #sticky-items .control:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#sticky-collapsed .control, #sticky-items .control {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #9f9f9f;
  text-decoration: none;
}

#sticky-collapsed .control .fa, #sticky-items .control .fa {
  font-size: 11px;
}

.view-more {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  text-decoration: none;
  color: #494949;
  letter-spacing: 1.2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#sticky-collapsed .secondary-title, #sticky-items .secondary-title {
  font-size: 12px;
}

#sticky-items .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e9e9e9;
  padding: 5px 5px 10px 5px;
  margin: 0 5px 10px 5px;
  max-width: 186px;
}

@media (min-width: 992px) {
  #sticky-items .item {
    float: left;
    width: 16.6666666667%;
  }
}
#sticky-items .item .product .img-wrapper {
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  float: left;
}

@media only screen and (max-width: 991px) {
  #sticky-items .item .product .img-wrapper {
    width: 22.1%;
  }
}
#sticky-items .item .product .img-wrapper img {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

#sticky-items .item .action-remove {
  color: #adadad;
  background: #fff;
  width: 12px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-size: 100%;
}

#sticky-items .item .product-info {
  max-width: 110px;
  margin-left: 3px;
  float: left;
}

#sticky-items .item .product .img-wrapper .favorite {
  position: absolute;
  left: 48px;
  top: 9px;
  z-index: 99;
}

#sticky-items .item .product .img-wrapper .favorite input {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
}

#sticky-items .item .product .img-wrapper .favorite .fa {
  cursor: pointer;
  font-size: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sticky-items .item .product .img-wrapper .favorite .fa:hover:before {
  color: #adadad;
}

#sticky-items .item .product .img-wrapper .favorite .fa:before {
  color: #d0d0d0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sticky-items .item .product .img-wrapper .favorite input:checked + .fa {
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#sticky-items .item .product .img-wrapper .favorite input:checked + .fa:hover:before {
  color: #db2418;
}

#sticky-items .item .product .img-wrapper .favorite input:checked + .fa:before {
  color: #db2418;
}

#sticky-items .item .product .product-info .name {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  float: left;
}

#sticky-items .item .product .product-info .desc {
  font-size: 10px;
  float: left;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-message {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 0 0;
}

.header-message .secondary-title {
  margin: 0;
  padding-bottom: 5px;
}

.header-message .couple-date {
  font-family: "Arial", sans-serif;
  color: #9f9f9f;
}

.message-area {
  min-height: 350px;
  max-height: 370px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  overflow-y: scroll;
}

.message-area .balloon {
  max-width: 350px;
  float: left;
  background: #fff;
  min-height: 90px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  line-height: 16px;
}

.message-area .balloon .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 16px;
}

.message-area .balloon .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #828282;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.message-area .balloon .subtitle {
  color: #838383;
}

.message-area .balloon.right {
  width: auto;
  background: #838383;
  margin-left: auto;
  float: right;
  -webkit-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.08);
}

.message-area .balloon.right .time {
  color: #fff;
}

.message-area .balloon.right.your-message {
  max-width: 210px;
}

.message-area .balloon.right .subtitle {
  color: #fff;
}

.message-area .balloon.right:before {
  content:"";
  position: absolute;
  bottom: -15px;
  right: 15px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #838383;
  display: block;
  width: 0;
}

.message-area .balloon.left {
  margin-right: auto;
  -webkit-box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: -4px 4px 20px 5px rgba(0, 0, 0, 0.08);
}

.message-area .balloon.left:before {
  content:"";
  position: absolute;
  bottom: -15px;
  left: 15px;
  right: 0;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: transparent #fff;
}

.message-area .balloon-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 140px;
}

@media (min-width: 992px) {
  .message-area .balloon-image {
    float: left;
    width: 16.6666666667%;
  }
}
.message-area .balloon-image.right {
  float: right;
  margin-top: 55px;
}

.message-area .gift-block {
  max-width: 350px;
  float: left;
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 37px;
  margin-bottom: auto;
  z-index: -1;
  border: solid 1px #e5e5e5;
}

.message-area .gift-image {
  width: 65px;
  height: 65px;
  border: solid 1px #e5e5e5;
}

.message-area .gift-description {
  margin-left: 15px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.message-area .gift-title {
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1.83px;
}

.message-area .gift-subtitle {
  font-size: 13px;
}

.send-message {
  margin-bottom: 30px;
}

.send-message p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.send-message p.subtitle {
  font-size: 12px;
}

.send-message.adjust {
  margin-bottom: 15px;
}

.send-message .suggestions {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.send-message a.suggestion-message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f7f7f7;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin: 10px 4px 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363636;
  text-decoration: none;
  height: initial;
}

@media (min-width: 992px) {
  .send-message a.suggestion-message {
    float: left;
    width: 32.0833333333%;
  }
}
.send-message a.suggestion-message.line-adjust {
  padding: 25px 0 0 0;
}

.send-message.message-on-checkout a.suggestion-message {
  width: 48%;
}

.send-message hr {
  color: #dbdbdb;
  margin-top: 50px;
}

.send-message form.form-message .text-box {
  position: relative;
  width: calc(100% - 200px);
  float: left;
  display: block;
  height: 86px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-right: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.send-message form.form-message .text-box span {
  position: absolute;
  font-weight: 500;
  bottom: 5px;
  right: 10px;
}

.send-message form.form-message .text-box .field {
  line-height: 20px;
  resize: none;
  width: 100%;
  display: block;
  height: 75%;
  font-size: 12px;
  padding: 10px 8px 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.send-message form.form-message .button-wrapper {
  width: 200px;
  height: 86px;
  border: 1px solid #dbdbdb;
  float: left;
}

.send-message form.form-message .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  max-width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  clear: both;
  margin-top: 20px;
}

.send-message form.form-message .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.send-message form.form-message .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.send-message form.form-message .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.send-message form.form-message .button:active {
  background-color: #1a1a1a;
}

.send-message form.form-message .attachment .fa-paperclip {
  width: 22px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  font-size: 18px;
  text-align: center;
  display: block;
  color: #adadad;
  text-decoration: none;
  float: right;
  margin-right: 4px;
  margin-top: -2px;
}

.send-message form.form-message .attachment a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #adadad;
  text-transform: uppercase;
  float: left;
  margin-top: 15px;
  letter-spacing: 0.6px;
}

.send-message form.form-message-full .text-box {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  height: 86px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-right: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.send-message form.form-message-full .text-box span {
  position: absolute;
  font-weight: 500;
  bottom: 5px;
  right: 10px;
}

.send-message form.form-message-full .text-box .field {
  width: 100%;
  resize: none;
  display: block;
  height: 80%;
  line-height: 20px;
  font-size: 12px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.send-message form.form-message-full .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  max-width: 150px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  clear: both;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.send-message form.form-message-full .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.send-message form.form-message-full .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.send-message form.form-message-full .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.send-message form.form-message-full .button:active {
  background-color: #1a1a1a;
}

.send-message form.form-message-full .attachment .fa-paperclip {
  width: 22px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  font-size: 18px;
  text-align: center;
  display: block;
  color: #adadad;
  text-decoration: none;
  float: right;
  margin-right: 4px;
  margin-top: -2px;
}

.send-message form.form-message-full .attachment a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #adadad;
  text-transform: uppercase;
  float: left;
  margin-top: 15px;
  letter-spacing: 0.6px;
}

.page-mini-invite .panel {
  position: relative;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 45px 0 20px 0;
}

.page-mini-invite .panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .page-mini-invite .panel {
    float: left;
    width: 100%;
  }
}
.page-mini-invite .bg-grey {
  background: #f8f8f8;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 102.5%;
}

.page-mini-invite .central-text {
  margin-left: 15px;
}

.page-mini-invite .checkbox-match {
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.page-mini-invite .checkbox-match input[type=checkbox], .page-mini-invite .checkbox-match input[type=radio] {
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.page-mini-invite .checkbox-match .field-click {
  z-index: 2;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #363636;
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}

.page-mini-invite .checkbox-match .field-click .icon {
  width: 17px;
  height: 13px;
  fill: #6e6e6e;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-mini-invite .checkbox-match input[type=checkbox]:checked + .field-click .icon, .page-mini-invite .checkbox-match input[type=radio]:checked + .field-click .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.page-mini-invite .image-bg {
  position: absolute;
  right: 30px;
  top: -30px;
}

.page-mini-invite .polygons-wrapper {
  display: flex;
  justify-content: space-between;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .page-mini-invite .polygons-wrapper .polygon-wrapper {
    float: left;
    width: 50%;
  }
}
.page-mini-invite .polygons-wrapper .polygon-wrapper:before, .page-mini-invite .polygons-wrapper .polygon-wrapper:after {
  content:" ";
  display: table;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper:after {
  clear: both;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper .description, .page-mini-invite .polygons-wrapper .polygon-wrapper label.description {
  text-align: center;
  width: 120px;
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper .square, .page-mini-invite .polygons-wrapper .polygon-wrapper .rectangle {
  background: #f8f8f8;
  border: solid 1px #dbdbdb;
  height: 70px;
  position: relative;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper .square {
  width: 70px;
  margin-left: 25px;
}

.page-mini-invite .polygons-wrapper .polygon-wrapper .rectangle {
  width: 120px;
}

.page-mini-invite .options-wrapper .option-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0;
}

@media (min-width: 992px) {
  .page-mini-invite .options-wrapper .option-wrapper {
    float: left;
    width: 50%;
  }
}
.page-mini-invite .options-wrapper .option-wrapper .description {
  text-align: left;
  padding-left: 50px;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.page-mini-invite .options-wrapper .option-wrapper .info {
  text-align: left;
  padding-left: 50px;
  width: 100%;
  font-size: 11px;
}

.page-mini-invite .options-wrapper .option-wrapper .option {
  background: #dbdbdb;
  position: relative;
}

.page-mini-invite .options-wrapper .option-wrapper .option:before, .page-mini-invite .options-wrapper .option-wrapper .option:after {
  content:" ";
  display: table;
}

.page-mini-invite .options-wrapper .option-wrapper .option:after {
  clear: both;
}

.page-mini-invite .options-wrapper .option-wrapper .default-msg {
  border: 1px solid #d4d4d4;
  padding: 30px 25px 25px 25px;
  max-width: 300px;
  margin-top: 20px;
}

.page-mini-invite .type-of-cards .secondary-title {
  margin: 25px 0;
}

.page-mini-invite .type-of-cards .carousel {
  z-index: 0;
}

.page-mini-invite .type-of-cards .share {
  display: flex;
  justify-content: center;
  color: #adadad;
}

.page-mini-invite .type-of-cards .share span {
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: middle;
  line-height: 24px;
}

.page-mini-invite .type-of-cards .share a {
  text-decoration: none;
  color: #adadad;
  margin-left: 15px;
  pointer-events: all;
}

.page-mini-invite .type-of-cards .share a i {
  font-size: 24px;
}

.page-mini-invite .type-of-cards .share :hover {
  color: #db2418;
}

.page-mini-invite .type-of-cards .card {
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  padding: 15px;
  background: #fff;
  width: 250px;
  height: 250px;
  margin: 15px auto;
}

.page-mini-invite .type-of-cards .card.pink-bg {
  background-color: #faecec;
  background-image: url("../images/placeholder//bg-detail.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-mini-invite .type-of-cards .card img {
  width: auto !important;
  object-fit: unset !important;
  min-height: auto !important;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card .card-msg {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 16px;
}

.page-mini-invite .type-of-cards .card .card-msg strong {
  font-weight: bold;
}

.page-mini-invite .type-of-cards .card .card-msg .red {
  color: #d2252c;
}

.page-mini-invite .type-of-cards .card .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card .title span.text-title {
  vertical-align: middle;
  letter-spacing: 1.3px;
}

.page-mini-invite .type-of-cards .card .title span.subtitle {
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.5px;
}

.page-mini-invite .type-of-cards .card .title hr {
  padding: 0;
  border-color: #787878;
  margin: 10px 0;
}

.page-mini-invite .type-of-cards .card .title .call {
  position: relative;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

.page-mini-invite .type-of-cards .card .title .call:before, .page-mini-invite .type-of-cards .card .title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 25%;
  background: #787878;
}

.page-mini-invite .type-of-cards .card .title .call:before {
  left: 0;
}

.page-mini-invite .type-of-cards .card .title .call:after {
  right: 0;
}

.page-mini-invite .type-of-cards .card .title-alt-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card .title-alt-1 .call {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  display: block;
  color: #787878;
  line-height: 9px;
  margin-bottom: 0;
}

.page-mini-invite .type-of-cards .card .title-alt-1 span.text-title {
  font-family: "Arabella", sans-serif;
  font-size: 60px;
  color: #d2252c;
  vertical-align: middle;
  text-transform: capitalize;
}

.page-mini-invite .type-of-cards .card .title-alt-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card .title-alt-2 .call {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  display: block;
  color: #787878;
  line-height: 9px;
  margin-bottom: 0;
}

.page-mini-invite .type-of-cards .card .title-alt-2 span.text-title {
  font-family: "AmaticBold", sans-serif;
  font-size: 60px;
  color: #d2252c;
  vertical-align: middle;
  text-transform: capitalize;
}

.page-mini-invite .type-of-cards .card-rectangle {
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.09);
  padding: 15px;
  background: #fff;
  width: 298px;
  height: 170px;
  margin: 15px auto;
}

.page-mini-invite .type-of-cards .card-rectangle.pink-bg {
  background-color: #faecec;
  background-image: url("../images/placeholder//bg-detail.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-mini-invite .type-of-cards .card-rectangle img {
  width: auto !important;
  object-fit: unset !important;
  min-height: auto !important;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card-rectangle .card-msg {
  text-align: center;
  margin-top: 0;
  font-size: 11px;
  line-height: 16px;
}

.page-mini-invite .type-of-cards .card-rectangle .card-msg strong {
  font-weight: bold;
}

.page-mini-invite .type-of-cards .card-rectangle .card-msg .red {
  color: #d2252c;
}

.page-mini-invite .type-of-cards .card-rectangle .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
  margin-bottom: 0;
}

.page-mini-invite .type-of-cards .card-rectangle .title span.text-title {
  vertical-align: middle;
  letter-spacing: 1.3px;
  font-size: 18px;
}

.page-mini-invite .type-of-cards .card-rectangle .title span.subtitle {
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.5px;
}

.page-mini-invite .type-of-cards .card-rectangle .title hr {
  padding: 0;
  border-color: #787878;
  margin: 0;
}

.page-mini-invite .type-of-cards .card-rectangle .title .call {
  position: relative;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  display: block;
  color: #787878;
  line-height: 9px;
}

.page-mini-invite .type-of-cards .card-rectangle .title .call:before, .page-mini-invite .type-of-cards .card-rectangle .title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 25%;
  background: #787878;
}

.page-mini-invite .type-of-cards .card-rectangle .title .call:before {
  left: 0;
}

.page-mini-invite .type-of-cards .card-rectangle .title .call:after {
  right: 0;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-1 .call {
  position: relative;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  display: block;
  color: #787878;
  line-height: 9px;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-1 span.text-title {
  font-family: "Arabella", sans-serif;
  font-size: 32px;
  color: #d2252c;
  vertical-align: middle;
  text-transform: capitalize;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: 0 auto;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-2 .call {
  position: relative;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  display: block;
  color: #787878;
  line-height: 9px;
}

.page-mini-invite .type-of-cards .card-rectangle .title-alt-2 span.text-title {
  font-family: "AmaticBold", sans-serif;
  font-size: 32px;
  color: #d2252c;
  vertical-align: middle;
  text-transform: capitalize;
}

.page-mini-invite .type-of-cards .card-rectangle img {
  max-width: 110px;
}

.page-mini-invite .central-text .secondary-title {
  margin-bottom: 20px;
}

.page-mini-invite .field-wrapper {
  position: relative;
  float: right;
  width: 100%;
  min-height: 1px;
}

.page-mini-invite .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #838383;
  font-style: italic;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-mini-invite .custom-card-message span {
  font-style: italic;
  font-size: 10px;
}

.view-guest article.home-guest-list, .view-guest section.home-guest-list {
  min-height: 680px;
  position: relative;
  z-index: 0;
}

.view-guest article.home-guest-list.with-bg, .view-guest section.home-guest-list.with-bg {
  margin-top: -50px;
  margin-bottom: 30px;
  background-image: url("../static/images/lists/bg-compras.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.view-guest article.home-guest-list .host-name-wrapper, .view-guest section.home-guest-list .host-name-wrapper {
  padding: 12px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 30%;
  margin-left: 45px;
  margin-top: 180px;
}

.view-guest article.home-guest-list .host-name-wrapper .host-name, .view-guest section.home-guest-list .host-name-wrapper .host-name {
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
}

.view-guest article.home-guest-list .main-info hr, .view-guest section.home-guest-list .main-info hr {
  margin: 10px 0 10px !important;
  border-top: 1px solid #363636 !important;
}

.view-guest article.home-guest-list .main-info .title, .view-guest section.home-guest-list .main-info .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

.view-guest article.home-guest-list .main-info .title a .fa, .view-guest section.home-guest-list .main-info .title a .fa {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  color: #adadad;
  margin-left: -5px;
}

.view-guest article.home-guest-list .main-info .call, .view-guest section.home-guest-list .main-info .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
}

.view-guest article.home-guest-list .main-info .call, .view-guest section.home-guest-list .main-info .call {
  position: relative;
}

.view-guest article.home-guest-list .main-info .call:before, .view-guest section.home-guest-list .main-info .call:before, .view-guest article.home-guest-list .main-info .call:after, .view-guest section.home-guest-list .main-info .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 70px;
  background: #363636;
}

.view-guest article.home-guest-list .main-info .call:before, .view-guest section.home-guest-list .main-info .call:before {
  left: 0;
}

.view-guest article.home-guest-list .main-info .call:after, .view-guest section.home-guest-list .main-info .call:after {
  right: 0;
}

.view-guest article.home-guest-list .img-wrapper.selected, .view-guest section.home-guest-list .img-wrapper.selected {
  background-image: url("../images/placeholder//image-lista-presente-header.jpg");
}

.view-guest article.home-guest-list .remaining-days, .view-guest section.home-guest-list .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px;
  max-width: 500px;
  max-width: 50%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.view-guest article.home-guest-list .customize-area, .view-guest section.home-guest-list .customize-area {
  padding: 20px;
  border-top: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 16px;
  color: #adadad;
}

.view-guest article.home-guest-list .player-spotify, .view-guest section.home-guest-list .player-spotify {
  position: absolute;
  bottom: 0;
  right: 21px;
  background: rgba(0, 0, 0, 0.5);
  width: 105px;
  height: 31px;
}

.view-guest .search-results-description .items-search {
  margin-top: -21px;
}

.view-guest .search-results-description .navbar-form {
  width: 280px;
}

.view-guest .search-results-description .navbar-form .form-group {
  padding-right: 20px;
}

.view-guest .search-filters .dropdown:first-child .dropdown-toggle {
  border-top: none;
}

.view-guest .search-filters .filters-wrapper {
  margin-left: 0;
}

.view-guest .search-filters .dropdown-toggle {
  padding-left: 10px;
}

.search-bar .search-form {
  margin-left: 0;
}

.search-form .forms .items-search .navbar-form, .search-form .forms .form-wrapper .navbar-form {
  position: relative;
  min-width: 250px;
  margin-top: 6px;
  margin-left: 10px;
}

.search-form .forms .items-search .navbar-form .btn-send, .search-form .forms .form-wrapper .navbar-form .btn-send {
  right: 20px;
}

body.selected .suggestion-carousel {
  margin-bottom: 120px;
}

body.page-visao-convidado {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  body.page-visao-convidado.page-visao-convidado.on-top .guest-view-stripe + .container .navbar-header + .navbar-collapse {
    top: 82px;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header {
    height: 56px;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header .navbar-toggle .icon-bar {
    background: #363636;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header + .navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 56px;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header + .navbar-collapse.in {
    max-height: 1000px;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header + .navbar-collapse .navbar-right {
    margin-right: 0;
  }
  body.page-visao-convidado.page-visao-convidado .navbar-header + .navbar-collapse .navbar-right .dropdown .dropdown-menu {
    top: 0;
  }
  body.page-visao-convidado.page-visao-convidado .container.for-nav {
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    background: #fff;
  }
}
body.page-visao-convidado .navbar-collapse.collapse {
  float: right;
}

body.page-visao-convidado .guest-view-stripe {
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 7px 0;
  letter-spacing: 1px;
  padding: 0;
  max-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

body.page-visao-convidado .guest-view-stripe.red {
  background: #d2232a;
}

body.page-visao-convidado .guest-view-stripe .fa {
  vertical-align: bottom;
  margin-right: 3px;
}

body.page-visao-convidado.on-top .guest-view-stripe {
  padding: 7px 22.5px 7px 22.5px;
  max-height: 100px;
  overflow: visible;
}

body.page-visao-convidado .guest-view-stripe > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  padding: 0;
  margin-right: 32px;
  text-transform: uppercase;
  float: right;
}

@media only screen and (min-width: 1200px) {
  body.page-visao-convidado .guest-view-stripe > a {
    font-size: 11px;
  }
}
body.page-visao-convidado .guest-view-stripe > a:hover {
  text-decoration: none;
}

body.page-visao-convidado .guest-view-stripe > a .fa {
  float: right;
  margin-left: 7px;
}

body.page-visao-convidado .nav a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  margin: 0 40px;
  height: auto;
}

body.page-visao-convidado .nav a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-visao-convidado .nav a:hover {
  background-color: transparent;
  text-decoration: none;
}

body.page-visao-convidado .nav a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-visao-convidado .nav a:active {
  background-color: rgba(0, 0, 0, 0);
}

body.page-visao-convidado .nav a:after {
  margin-left: 10px;
}

body.page-visao-convidado .nav a:last-child {
  margin-right: 30px;
}

body.page-visao-convidado .nav a.more:after {
  content:"\f107";
}

body.page-visao-convidado .nav .open > a {
  border-color: #fff;
}

body.page-visao-convidado .nav .open > a:focus {
  background: #fff;
  border: #fff;
}

body.page-visao-convidado .nav .dropdown-menu {
  width: 10%;
  top: 90px;
  right: 0;
  left: inherit;
  max-height: 600px;
}

body.page-visao-convidado .nav .dropdown-menu a {
  text-align: right;
}

body.page-visao-convidado section.photo {
  height: 864px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.page-visao-convidado section.photo {
    height: 577px !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-visao-convidado section.photo {
    height: 864px !important;
  }
}
body.page-visao-convidado section.photo .spotify-plugin {
  float: right;
}

body.page-visao-convidado section.photo .spotify-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.page-visao-convidado section.photo .spotify-icon img {
  width: auto !important;
  float: right;
}

body.page-visao-convidado section.photo .title-border {
  border: solid 1px #fff;
  padding: 20px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

body.page-visao-convidado section.photo .title-border .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 12px;
  max-width: 500px;
  max-width: 50%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-visao-convidado section.photo .title-border .title-wrapper {
  padding: 20px;
  background: #fff;
}

body.page-visao-convidado section.photo .title-border .title-wrapper .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
  padding: 0 40px;
}

body.page-visao-convidado section.photo .title-border .title-wrapper .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
  position: relative;
}

body.page-visao-convidado section.photo .title-border .title-wrapper .call:before, body.page-visao-convidado section.photo .title-border .title-wrapper .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 30%;
  background: #363636;
}

body.page-visao-convidado section.photo .title-border .title-wrapper .call:before {
  left: 0;
}

body.page-visao-convidado section.photo .title-border .title-wrapper .call:after {
  right: 0;
}

body.page-visao-convidado section.photo .title-border .title-wrapper hr {
  margin: 14px 0 8px 0 !important;
  border-color: #363636 !important;
}

body.page-visao-convidado section.photo .img-responsive {
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 100%;
  z-index: -1;
  object-position: center;
}

body.page-visao-convidado section.search-form .secondary-title {
  margin: 20px 0;
}

body.page-visao-convidado section.search-form form.search-by-name {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  width: 250px;
}

body.page-visao-convidado section.search-form .forms {
  padding: 10px 0;
  background-color: #f5f5f5;
}

body.page-visao-convidado section.search-form .forms:before, body.page-visao-convidado section.search-form .forms:after {
  content:" ";
  display: table;
}

body.page-visao-convidado section.search-form .forms:after {
  clear: both;
}

body.page-visao-convidado section.search-form .forms .left, body.page-visao-convidado section.search-form .forms .right {
  width: 50%;
  float: left;
}

body.page-visao-convidado section.search-form .list-view-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #db2418;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

body.page-visao-convidado section.search-form .list-view-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #f5f5f5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-visao-convidado section.search-form .list-view-btn:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

body.page-visao-convidado section.search-form .list-view-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-visao-convidado section.search-form .list-view-btn:active {
  background-color: #e1e1e1;
}

body.page-visao-convidado section.search-form .list-view-btn:after {
  content:"";
}

body.page-visao-convidado section.search-form .list-view-btn.active {
  border: solid 1px #d0d0d0;
}

body.page-visao-convidado section.search-form .list-view-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-visao-convidado section.search-form .field-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-visao-convidado section.search-form .field-wrapper:last-child {
  padding-right: 0;
  margin-right: 0;
}

body.page-visao-convidado section.search-form .field-wrapper:last-child .icon {
  right: 15px;
}

body.page-visao-convidado section.search-form .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-visao-convidado section.search-form .field-wrapper > select::-ms-expand {
  display: none;
}

body.page-visao-convidado section.search-form .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-visao-convidado section.search-form .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-visao-convidado section .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  -webkit-box-shadow: 0 -99.9vw 10px 100vw rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 -99.9vw 10px 100vw rgba(0, 0, 0, 0.19);
  box-shadow: 0 -99.9vw 10px 100vw rgba(0, 0, 0, 0.19);
  max-height: 91px;
}

body.page-visao-convidado section .fixed .forms {
  margin-bottom: 0;
}

body.page-visao-convidado section.search-wrapper .search-form .forms .left {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

body.page-visao-convidado section.search-wrapper .search-form:not(.fixed) {
  width: auto;
}

body.page-visao-convidado section.search-wrapper .dropdown:first-child > a {
  border-top: 0 none !important;
}

@media only screen and (min-width: 1200px) {
  body.page-visao-convidado section.search-wrapper .search-results {
    padding-right: 0;
  }
}
body.page-visao-convidado section.search-wrapper .search-filters a.remove-filters {
  font-size: 11px;
  letter-spacing: 1px;
  color: #7e7e7e;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 5px;
}

body.page-visao-convidado section.search-wrapper .search-filters a.remove-filters .fa {
  font-size: 14px;
  padding-left: 5px;
}

body.page-visao-convidado section.search-wrapper .search-filters .filters-wrapper {
  border-bottom: 0 none;
}

body.page-visao-convidado section.search-wrapper .search-filters .title-for-checkboxes {
  margin-top: 3px;
  text-transform: uppercase;
  color: #7e7e7e;
}

body.page-visao-convidado section.search-wrapper .search-filters .field-wrapper {
  display: inline-flex;
  margin-bottom: 15px;
  width: 100%;
}

body.page-visao-convidado section.search-wrapper .search-filters .field-wrapper .text {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  padding-top: 6px;
}

body.page-visao-convidado section.search-wrapper .search-filters .clear-filters {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 4px;
  display: block;
}

body.page-visao-convidado section.search-wrapper .search-filters .clear-filters:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-visao-convidado section.search-wrapper .search-filters .clear-filters:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-visao-convidado section.search-wrapper .search-filters .clear-filters:after {
  content:"\f1f8";
}

body.page-visao-convidado section.search-wrapper .search-filters a.category-title {
  text-decoration: none;
  font-size: 13px;
}

body.page-visao-convidado section.search-wrapper .search-filters a.category-title span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body.page-visao-convidado section.search-wrapper .search-filters .menu-header {
  margin: 2px 0 7px 0;
}

body.page-visao-convidado section.search-wrapper .search-filters .menu-header a {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  line-height: 17px;
}

body.page-visao-convidado section.search-wrapper .back-side-lines {
  position: relative;
  text-align: center;
  margin-bottom: 154px;
  margin-top: 40px;
}

body.page-visao-convidado section.search-wrapper .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
}

body.page-visao-convidado section.search-wrapper .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-visao-convidado section.search-wrapper .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 260px;
}

body.page-visao-convidado section.search-wrapper .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-visao-convidado section.search-wrapper .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-visao-convidado section.search-wrapper .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-visao-convidado section.search-wrapper .view-more-btn:active {
  background-color: #646464;
}

body.page-visao-convidado section.search-wrapper .checkbox-wrapper input[type=checkbox], body.page-visao-convidado section.search-wrapper .checkbox-wrapper input[type=radio] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-visao-convidado section.search-wrapper .checkbox-wrapper .square {
  width: 17px;
  height: 17px;
  border: 1px solid #363636;
  padding: 2px;
  display: inline-block;
  margin-top: 3px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}

body.page-visao-convidado section.search-wrapper .checkbox-wrapper .square .icon {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}

body.page-visao-convidado section.search-wrapper .checkbox-wrapper input:checked + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

body.page-visao-convidado .search-wrapper .search-form {
  margin: 0;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .search-form .forms .left .navbar-form {
    min-width: initial;
    background-color: transparent;
    width: 109px !important;
    padding: 0;
  }
  .search-form .forms .left .navbar-form .form-group {
    float: none;
  }
  .search-form .forms .left .navbar-form .btn-send {
    bottom: 8px;
    right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .search-form .forms .left {
    float: left;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .search-form .forms .field {
    margin-bottom: 0;
  }
}
.switch-content .switch-button {
  background: linear-gradient(#eaeaea, #f7f7f7);
  border: solid 1px #d9d9d9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 42px;
  height: 19px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.switch-content .switch-button:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content:"";
  height: 19px;
  width: 19px;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch-content .switch-button > label {
  display: block;
  width: 33%;
  height: 19px;
  float: left;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.switch-content input {
  display: block;
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.switch-content input:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.switch-content input:checked ~ .labels {
  display: inline-block;
  padding: 0 5px;
}

.switch-content input:checked ~ .labels .switch-button:before {
  cursor: pointer;
  z-index: 1;
}

.switch-content input:checked.no-action ~ .labels .switch-button:before {
  background: linear-gradient(#d2d2d2, #aaa);
  left: 50%;
}

.switch-content input:checked.credit ~ .labels .switch-button:before {
  background: #e3313a;
  background: -moz-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: -webkit-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: linear-gradient(to bottom, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  left: 5%;
}

.switch-content input:checked.delivery ~ .labels .switch-button:before {
  background: #e3313a;
  background: -moz-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: -webkit-linear-gradient(top, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  background: linear-gradient(to bottom, #e3313a 0%, #d2232a 50%, #d0232a 51%, #a6242b 100%);
  left: 95%;
}

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box, .cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.cropper-modal {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(210, 35, 42, 0.75);
  outline: 1px solid #d2232a;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before, .cropper-center:after {
  background-color: #eee;
  content:" ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #d2232a;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #d2232a;
  height: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #d2232a;
  bottom: -50%;
  content:" ";
  display: block;
  height: 200%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

label.btn {
  margin-bottom: 0;
}

.d-flex > .btn {
  flex: 1;
}

.carbonads {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-img {
  clear: left;
  display: block;
  float: left;
}

.carbon-text, .carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text, .carbon-text:hover, .carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby, .carbon-poweredby:hover, .carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}
.img-container, .img-preview {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
}

.img-container {
  max-height: 64vh;
  min-height: 200px;
}

.img-container > img {
  max-width: 100%;
}

.docs-preview {
  margin-right: -1rem;
}

.img-preview {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-lg {
  height: 9rem;
  width: 16rem;
}

.preview-md {
  height: 4.5rem;
  width: 8rem;
}

.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}

.docs-data > .input-group {
  margin-bottom: 0.5rem;
}

.docs-data .input-group-prepend .input-group-text {
  min-width: 4rem;
}

.docs-data .input-group-append .input-group-text {
  min-width: 3rem;
}

.docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}

.docs-toggles > .btn, .docs-toggles > .btn-group, .docs-toggles > .dropdown {
  margin-bottom: 0.5rem;
}

.docs-tooltip {
  display: block;
  margin: -0.5rem -0.75rem;
  padding: 0.5rem 0.75rem;
}

.docs-tooltip > .icon {
  margin: 0 -0.25rem;
  vertical-align: top;
}

.tooltip-inner {
  white-space: normal;
}

.btn-upload .tooltip-inner, .btn-toggle .tooltip-inner {
  white-space: nowrap;
}

.btn-toggle {
  padding: 0.5rem;
}

.btn-toggle > .docs-tooltip {
  margin: -0.5rem;
  padding: 0.5rem;
}

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important;
  }
  .btn-group-crop > .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu > li {
  font-size: 0.875rem;
  padding: 0.125rem 1rem;
}

.docs-options .dropdown-menu .form-check-label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
}

.docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas {
  max-width: 100%;
}

.fileinput-button {
  cursor: pointer;
}

#modalCompartilhar .input-wrapper {
  display: flex;
}

#modalCompartilhar .input-wrapper .input {
  margin: 0 auto;
}

#modalCompartilhar .input-wrapper .input:first-child {
  width: 350px;
}

#modalCompartilhar .input-wrapper .input input {
  width: 100% !important;
  margin-bottom: 5px !important;
}

#modalCompartilhar .input-wrapper .input .button-copy-url {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  font-weight: 700;
  color: #363636;
}

#modalCompartilhar .input-wrapper .input .button-copy-url:hover {
  color: #d2232a;
}

#modalCompartilhar .input-wrapper .input .switch-content {
  display: flex;
  align-items: center;
}

#modalCompartilhar .input-wrapper .input .switch-content .switch {
  margin-bottom: 0;
  margin-right: 5px;
}

#modalCompartilhar .input-wrapper .input .switch-content .text-switch {
  top: initial !important;
}

#modalCropImageLists .modal-footer label, #modalCropImageLists .modal-footer .docs-buttons {
  display: inline-block;
  margin-bottom: 0;
}

#modalCropImageLists .modal-footer label button, #modalCropImageLists .modal-footer .docs-buttons button {
  background-color: transparent;
  border: none;
}

#modalCropImageLists .modal-footer label span, #modalCropImageLists .modal-footer .docs-buttons span {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}

#modalCropImageLists .modal-footer label span:after, #modalCropImageLists .modal-footer .docs-buttons span:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

#modalCropImageLists .modal-footer label span:hover:after, #modalCropImageLists .modal-footer .docs-buttons span:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#getCroppedCanvasModal .modal-body {
  padding: 0;
  background: #363636;
  font-size: 0;
  max-height: 63vh;
}

#getCroppedCanvasModal .modal-body canvas {
  max-height: 63vh;
  display: block;
  margin: 0 auto;
}

#getCroppedCanvasModal .modal-footer {
  background: #363636;
  border: none;
}

#getCroppedCanvasModal .modal-footer a {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}

#getCroppedCanvasModal .modal-footer a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

#getCroppedCanvasModal .modal-footer a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#getCroppedCanvasModal, #modalCropImageLists {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}

.cropper-bg {
  background: #363636 !important;
}

.message-filters.noMessages {
  height: 500px;
  border-bottom: 1px solid #e5e5e5 !important;
}

.message-results.noMessages {
  height: 500px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message-results.noMessages .fa-inbox {
  font-size: 50px;
}

.message-results.noMessages .shareBtn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 30px;
  margin-top: 20px;
}

.message-results.noMessages .shareBtn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.message-results.noMessages .shareBtn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.message-results.noMessages .shareBtn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.message-results.noMessages .shareBtn:active {
  background-color: #1a1a1a;
}

.ambience-rooms .title-switch {
  margin: 0 15px 10px 15px;
  display: flex;
  justify-content: space-between;
}

.ambience-rooms .title-switch .switch-control {
  flex: 1;
}

.ambience-rooms .title-switch span#switch-ambientes {
  margin-right: 15px;
  padding-top: 1px;
}

.sticky-list-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.sticky-list-content-box {
  display: flex;
}

body.page-benefits-list section.home-benefits-list, body.page-benefits-list article.home-benefits-list {
  min-height: 1260px;
  position: relative;
  z-index: 0;
}

body.page-benefits-list section.home-benefits-list.with-bg, body.page-benefits-list article.home-benefits-list.with-bg {
  padding-top: 50px;
  background-image: url("../static/images/lists/bg-benefits-list.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

body.page-benefits-list section.home-benefits-list:after, body.page-benefits-list article.home-benefits-list:after {
  content:"";
  position: absolute;
  height: 290px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

body.page-benefits-list section.home-benefits-list .box-benefits-list, body.page-benefits-list article.home-benefits-list .box-benefits-list {
  width: 520px;
  margin-top: 30px;
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.9);
  float: left !important;
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-align: left;
  padding: 32px 40px 35px;
  border: 1px solid #ececec;
}

body.page-benefits-list section.home-benefits-list .box-benefits-list span.title, body.page-benefits-list article.home-benefits-list .box-benefits-list span.title {
  color: #373737;
}

body.page-benefits-list section.home-benefits-list .box-benefits-list span.caption, body.page-benefits-list article.home-benefits-list .box-benefits-list span.caption {
  line-height: 20px;
  color: #888;
}

body.page-benefits-list section.home-benefits-list .title, body.page-benefits-list article.home-benefits-list .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 40px;
  min-width: 270px;
  letter-spacing: 2px;
}

body.page-benefits-list section.home-benefits-list .features-block, body.page-benefits-list article.home-benefits-list .features-block {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  margin-left: 20px;
  margin-top: 0;
}

body.page-benefits-list section.home-benefits-list .features, body.page-benefits-list article.home-benefits-list .features {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 0 30px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0 30px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0 30px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0 30px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 1px 0 30px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #ececec;
  text-align: center;
  padding: 37px 40px 35px 40px;
  float: left;
  margin: 30px 40px 0 40px;
  width: 26.333%;
}

body.page-benefits-list section.home-benefits-list .features .title-box, body.page-benefits-list article.home-benefits-list .features .title-box {
  color: #959595;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0 20px 0;
}

body.page-benefits-list section.home-benefits-list .features .caption, body.page-benefits-list article.home-benefits-list .features .caption {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #888;
}

body.page-benefits-list section.home-benefits-list .features hr, body.page-benefits-list article.home-benefits-list .features hr {
  width: 100%;
  color: #ebe9e9;
}

body.page-benefits-list section.home-benefits-list .features .icon, body.page-benefits-list article.home-benefits-list .features .icon {
  fill: #959595;
  padding: 0;
  margin: 0;
  width: 105px;
  display: inline-block;
}

body.page-benefits-list section.home-benefits-list .features .info-text, body.page-benefits-list article.home-benefits-list .features .info-text {
  position: absolute;
  bottom: -4px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 70%;
  float: right;
  padding: 15px;
  font-size: 11px;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

body.page-benefits-list section.home-benefits-list .features .info-tooltip .fa, body.page-benefits-list article.home-benefits-list .features .info-tooltip .fa {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
}

body.page-benefits-list .create-new-gift-list .img-wrapper {
  background: url("../images/placeholder//bg-giftlist_alt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-listas-comprar {
  padding-top: 0;
}

body.page-listas-comprar .container.for-nav {
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background: #fff;
}

body.page-listas-comprar .navbar-collapse.collapse {
  float: right;
}

body.page-listas-comprar .guest-view-stripe {
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 7px 0;
  letter-spacing: 1px;
  padding: 0;
  max-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

body.page-listas-comprar .guest-view-stripe.red {
  background: #d2232a;
}

body.page-listas-comprar .guest-view-stripe .fa {
  vertical-align: bottom;
  margin-right: 3px;
}

body.page-listas-comprar.on-top .guest-view-stripe {
  padding: 7px 22.5px 7px 22.5px;
  max-height: 100px;
  overflow: visible;
}

body.page-listas-comprar .guest-view-stripe > a {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  padding: 0;
  margin-right: 32px;
  text-transform: uppercase;
  float: right;
}

@media only screen and (min-width: 1200px) {
  body.page-listas-comprar .guest-view-stripe > a {
    font-size: 11px;
  }
}
body.page-listas-comprar .guest-view-stripe > a:hover {
  text-decoration: none;
}

body.page-listas-comprar .guest-view-stripe > a .fa {
  float: right;
  margin-left: 7px;
}

body.page-listas-comprar .nav a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  margin: 0 40px;
  height: auto;
}

body.page-listas-comprar .nav a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-comprar .nav a:hover {
  background-color: transparent;
  text-decoration: none;
}

body.page-listas-comprar .nav a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-comprar .nav a:active {
  background-color: rgba(0, 0, 0, 0);
}

body.page-listas-comprar .nav a:after {
  margin-left: 10px;
}

body.page-listas-comprar .nav a:last-child {
  margin-right: 30px;
}

body.page-listas-comprar .nav a.more:after {
  content:"\f107";
}

body.page-listas-comprar .nav .open > a {
  border-color: #fff;
}

body.page-listas-comprar .nav .open > a:focus {
  background: #fff;
  border: #fff;
}

body.page-listas-comprar .nav .dropdown-menu {
  width: 10%;
  top: 63px;
  right: 0;
  left: inherit;
  max-height: 600px;
}

body.page-listas-comprar .nav .dropdown-menu a {
  text-align: right;
}

body.page-listas-comprar section.photo {
  height: 864px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.page-listas-comprar section.photo {
    height: 577px !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-listas-comprar section.photo {
    height: 864px !important;
  }
}
body.page-listas-comprar section.photo .spotify-plugin {
  float: right;
  margin-right: 30px;
}

body.page-listas-comprar section.photo .spotify-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.page-listas-comprar section.photo .spotify-icon img {
  width: auto !important;
  float: right;
}

body.page-listas-comprar section.photo .title-border {
  border: solid 1px #fff;
  padding: 20px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

body.page-listas-comprar section.photo .title-border .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 12px;
  max-width: 500px;
  min-width: 180px;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-listas-comprar section.photo .title-border .title-wrapper {
  padding: 20px;
  background: #fff;
}

body.page-listas-comprar section.photo .title-border .title-wrapper .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
  padding: 0 40px;
}

body.page-listas-comprar section.photo .title-border .title-wrapper .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
  position: relative;
}

body.page-listas-comprar section.photo .title-border .title-wrapper .call:before, body.page-listas-comprar section.photo .title-border .title-wrapper .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 30%;
  background: #363636;
}

body.page-listas-comprar section.photo .title-border .title-wrapper .call:before {
  left: 0;
}

body.page-listas-comprar section.photo .title-border .title-wrapper .call:after {
  right: 0;
}

body.page-listas-comprar section.photo .title-border .title-wrapper hr {
  margin: 14px 0 8px 0 !important;
  border-color: #363636 !important;
}

body.page-listas-comprar section.search-form .secondary-title {
  margin: 20px 0;
}

body.page-listas-comprar section.search-form form.search-by-name {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  width: 250px;
}

body.page-listas-comprar section.search-form .forms {
  padding: 10px 0;
  background-color: #f5f5f5;
}

body.page-listas-comprar section.search-form .forms:before, body.page-listas-comprar section.search-form .forms:after {
  content:" ";
  display: table;
}

body.page-listas-comprar section.search-form .forms:after {
  clear: both;
}

body.page-listas-comprar section.search-form .forms .left, body.page-listas-comprar section.search-form .forms .right {
  width: 50%;
  float: left;
}

body.page-listas-comprar section.search-form .list-view-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #db2418;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

body.page-listas-comprar section.search-form .list-view-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #f5f5f5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-comprar section.search-form .list-view-btn:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

body.page-listas-comprar section.search-form .list-view-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-comprar section.search-form .list-view-btn:active {
  background-color: #e1e1e1;
}

body.page-listas-comprar section.search-form .list-view-btn:after {
  content:"";
}

body.page-listas-comprar section.search-form .list-view-btn.active {
  border: solid 1px #d0d0d0;
}

body.page-listas-comprar section.search-form .list-view-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-listas-comprar section.search-form .field-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-listas-comprar section.search-form .field-wrapper:last-child {
  padding-right: 0;
}

body.page-listas-comprar section.search-form .field-wrapper:last-child .icon {
  right: 15px;
}

body.page-listas-comprar section.search-form .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-listas-comprar section.search-form .field-wrapper > select::-ms-expand {
  display: none;
}

body.page-listas-comprar section.search-form .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-listas-comprar section.search-form .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-listas-comprar section .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  border-bottom: 1px solid #dbdbdb;
  max-height: 91px;
}

body.page-listas-comprar section.search-wrapper .grid-view .product {
  width: 33.333%;
}

body.page-listas-comprar section.search-wrapper .dropdown:first-child > a {
  border-top: 0 none !important;
}

@media only screen and (min-width: 1200px) {
  body.page-listas-comprar section.search-wrapper .search-results {
    padding-right: 0;
  }
}
body.page-listas-comprar section.search-wrapper .search-filters .filters-wrapper {
  border-bottom: 0 none;
}

body.page-listas-comprar section.search-wrapper .search-filters .title-for-checkboxes {
  margin-top: 3px;
  text-transform: uppercase;
  color: #7e7e7e;
}

body.page-listas-comprar section.search-wrapper .search-filters .field-wrapper {
  display: inline-flex;
  margin-bottom: 15px;
  width: 100%;
}

body.page-listas-comprar section.search-wrapper .search-filters .field-wrapper .text {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  padding-top: 6px;
}

body.page-listas-comprar section.search-wrapper .search-filters .clear-filters {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 4px;
  display: block;
}

body.page-listas-comprar section.search-wrapper .search-filters .clear-filters:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-listas-comprar section.search-wrapper .search-filters .clear-filters:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-comprar section.search-wrapper .search-filters .clear-filters:after {
  content:"\f1f8";
}

body.page-listas-comprar section.search-wrapper .search-filters a.category-title {
  text-decoration: none;
  font-size: 13px;
}

body.page-listas-comprar section.search-wrapper .search-filters a.category-title span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body.page-listas-comprar section.search-wrapper .search-filters .menu-header {
  margin: 2px 0 7px 0;
}

body.page-listas-comprar section.search-wrapper .search-filters .menu-header a {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

body.page-listas-comprar section.search-wrapper .back-side-lines {
  position: relative;
  text-align: center;
  margin-bottom: 154px;
  margin-top: 40px;
}

body.page-listas-comprar section.search-wrapper .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
}

body.page-listas-comprar section.search-wrapper .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-listas-comprar section.search-wrapper .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 260px;
}

body.page-listas-comprar section.search-wrapper .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-comprar section.search-wrapper .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-listas-comprar section.search-wrapper .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-comprar section.search-wrapper .view-more-btn:active {
  background-color: #646464;
}

body.page-listas-comprar section.search-wrapper .checkbox-wrapper input[type=checkbox], body.page-listas-comprar section.search-wrapper .checkbox-wrapper input[type=radio] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-listas-comprar section.search-wrapper .checkbox-wrapper .square {
  width: 17px;
  height: 17px;
  border: 1px solid #363636;
  padding: 2px;
  display: inline-block;
  margin-top: 3px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}

body.page-listas-comprar section.search-wrapper .checkbox-wrapper .square .icon {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}

body.page-listas-comprar section.search-wrapper .checkbox-wrapper input:checked + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

body.page-listas-comprar .search-wrapper .search-form {
  margin-left: -15px;
  margin-right: -15px;
}

body.page-create-list section.create-list:before, body.page-create-list section.create-list:after {
  content:" ";
  display: table;
}

body.page-create-list section.create-list:after {
  clear: both;
}

body.page-create-list section.create-list .steps {
  margin-top: 32px;
  margin-bottom: 42px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body.page-create-list section.create-list .steps {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  body.page-create-list section.create-list .steps {
    margin-left: 16.6666666667%;
  }
}
body.page-create-list section.create-list .steps div {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 3px;
  padding: 0 25px;
  background: #fff;
}

body.page-create-list section.create-list .steps div.active {
  color: #d2232a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-create-list section.create-list .steps div.first {
  float: left;
}

body.page-create-list section.create-list .steps div.second {
  float: right;
}

body.page-create-list section.create-list .steps div .step {
  font-family: "Prata", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

body.page-create-list section.create-list .steps hr {
  border-top: 1px solid #000;
  margin-top: 6px;
  margin-bottom: 0;
}

body.page-create-list section.create-list .list-types {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  body.page-create-list section.create-list .list-types {
    float: left;
    width: 70.4166666667%;
  }
}
body.page-create-list section.create-list .list-types .secondary-title {
  margin-left: 0;
}

body.page-create-list section.create-list .list-types input[type=radio] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

body.page-create-list section.create-list .list-types .items {
  margin-left: 15px;
}

body.page-create-list section.create-list .list-types .items:before, body.page-create-list section.create-list .list-types .items:after {
  content:" ";
  display: table;
}

body.page-create-list section.create-list .list-types .items:after {
  clear: both;
}

body.page-create-list section.create-list .list-types .items .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.page-create-list section.create-list .list-types .items .row .item {
  display: block;
  margin-bottom: 0;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  border: 1px solid transparent;
}

body.page-create-list section.create-list .list-types .items .row .item-wrapper {
  max-width: 280px;
  height: 310px;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  body.page-create-list section.create-list .list-types .items .row .item-wrapper {
    height: 240px;
    max-width: 240px;
  }
}
body.page-create-list section.create-list .list-types .items .row .item-wrapper:hover {
  z-index: 3;
}

body.page-create-list section.create-list .list-types .items:hover .item, body.page-create-list section.create-list .list-types .items.isHover .item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

body.page-create-list section.create-list .list-types .items .row .item .separator {
  height: 45px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type {
  height: 310px;
  position: relative;
  padding: 30px 32px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

@media only screen and (max-width: 1199px) {
  body.page-create-list section.create-list .list-types .items .row .item .list-type {
    height: 240px;
  }
}
body.page-create-list section.create-list .list-types .items .row .item .list-type img {
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .inner-block {
  background: #fff;
  border: solid 1px #f2f2f2;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  z-index: 3;
  width: 140px;
  height: 70px;
  margin: -60px auto 20px;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title span.text-title {
  line-height: 25px;
  vertical-align: middle;
  font-size: 11.29px;
  white-space: nowrap;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title hr {
  padding: 0;
  border-color: #787878;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call.reduced {
  font-size: 13px !important;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call {
  position: relative;
  font-size: 7px;
  line-height: 9px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call:before, body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call:after {
  content:"";
  position: absolute;
  top: 48%;
  height: 1px;
  width: 30px;
  background: #787878;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call:before {
  left: 0;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call:after {
  right: 0;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call.new-list:before {
  width: 0;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call.new-list:after {
  width: 100%;
  margin-bottom: 8px;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call.darker:before, body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-title .call.darker:after {
  background: #363636 !important;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-details {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

body.page-create-list section.create-list .list-types .items .row .item .list-type .list-type-details .description {
  text-align: center;
  color: #adadad;
  font-size: 11px;
  line-height: 1.3;
  padding: 0 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 15px;
  font-weight: 400;
}

body.page-create-list section.create-list .list-types .items .item-wrapper:hover {
  z-index: 8 !important;
}

body.page-create-list section.create-list .list-types .items .row .item:hover, body.page-create-list section.create-list .list-types .items .row .item.selected, body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  margin-bottom: -60px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.03) !important;
  -moz-transform: scale(1.03) !important;
  -ms-transform: scale(1.03) !important;
  -o-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
  background: #fcfcfc;
  border-color: #e8e8e8;
  z-index: 7;
}

body.page-create-list section.create-list .list-types .items .row .item:hover .list-type, body.page-create-list section.create-list .list-types .items .row .item.selected .list-type, body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type {
  height: 370px;
  padding: 30px 32px 90px;
}

@media only screen and (max-width: 1199px) {
  body.page-create-list section.create-list .list-types .items .row .item:hover .list-type, body.page-create-list section.create-list .list-types .items .row .item.selected .list-type, body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type {
    height: 300px;
  }
}
body.page-create-list section.create-list .list-types .items .row .item:hover .list-type .list-type-details .description, body.page-create-list section.create-list .list-types .items .row .item.selected .list-type .list-type-details .description, body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type .list-type-details .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-create-list section.create-list .list-types .items .row .item:hover {
  z-index: 8;
}

body.page-create-list section.create-list .list-types .items.isHover input:checked + .item-wrapper img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

body.page-create-list section.create-list .list-types .items.isHover input + .item-wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.page-create-list section.create-list .list-types .items.isHover input + .item-wrapper:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper {
  z-index: 7;
}

body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type {
  height: 310px;
  padding: 30px 32px 30px;
}

@media only screen and (max-width: 1199px) {
  body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type {
    height: 240px;
  }
}
body.page-create-list section.create-list .list-types .items input:checked + .item-wrapper .item .list-type .list-type-details .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-create-list section.create-list .list-types .items input.listKind + .item-wrapper img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

body.page-create-list section.create-list .list-types .items input:not(.listKind) + .item-wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.page-create-list section.create-list .register {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  body.page-create-list section.create-list .register {
    float: left;
    width: 29.5833333333%;
  }
}
body.page-create-list section.create-list .register .secondary-title {
  margin: 27px 0 15px;
  display: block;
}

body.page-create-list section.create-list .register .support-text {
  letter-spacing: 1px;
  font-size: 13px;
}

body.page-create-list section.create-list .register .row {
  margin: 0 -5px 9px;
}

body.page-create-list section.create-list .register .row .field-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

body.page-create-list section.create-list .register .row.half .field-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  body.page-create-list section.create-list .register .row.half .field-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.page-create-list section.create-list .register .row .field-wrapper {
    float: left;
    width: 100%;
  }
}
body.page-create-list section.create-list .register .row .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
}

body.page-create-list section.create-list .register .row .field-wrapper .field::-webkit-input-placeholder {
  font-style: italic;
  color: #9e9e9e;
  font-weight: normal;
}

body.page-create-list section.create-list .register .row .field-wrapper .field::-moz-placeholder {
  font-style: italic;
  color: #9e9e9e;
  font-weight: normal;
}

body.page-create-list section.create-list .register .row .field-wrapper .field:-ms-input-placeholder {
  font-style: italic;
  color: #9e9e9e;
  font-weight: normal;
}

body.page-create-list section.create-list .register .row .field-wrapper .field:-moz-placeholder {
  font-style: italic;
  color: #9e9e9e;
  font-weight: normal;
}

body.page-create-list section.create-list .register .row .field-wrapper .field[type=date] {
  margin-right: 5px;
  cursor: pointer;
}

body.page-create-list section.create-list .register .row .field-wrapper .field[type=date]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-create-list section.create-list .register .row .field-wrapper .field[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-create-list section.create-list .register .row .field-wrapper .field[type=date]::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-create-list section.create-list .register .row .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-create-list section.create-list .register .row .field-wrapper .input-group-addon {
  padding: 14px;
  margin-right: 10px;
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
}

body.page-create-list section.create-list .register .row .field-wrapper .input-group-addon .fa {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

body.page-create-list section.create-list .register .row .field-wrapper .date input {
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: none !important;
  margin-right: 0 !important;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 102px;
}

body.page-create-list section.create-list .register .row .field-wrapper .button {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #838383;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1px;
}

body.page-create-list section.create-list .register .row .field-wrapper .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-create-list section.create-list .register .row .field-wrapper .button:hover {
  background-color: #707070;
  text-decoration: none;
}

body.page-create-list section.create-list .register .row .field-wrapper .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-create-list section.create-list .register .row .field-wrapper .button:active {
  background-color: #5c5c5c;
}

body.page-create-list section.create-list .register .hidden-lista {
  display: none;
}

body.page-create-list section.create-list .register fieldset .support-text {
  font-size: 10px;
  font-style: italic;
}

body.page-create-list section.create-list .register fieldset .support-text-alt {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
}

body.page-create-list section.create-list .register fieldset hr {
  margin-bottom: 0;
  margin-top: 50px;
  border-color: #dbdbdb;
}

body.page-register-wedding-list .modal-title {
  color: #fff;
}

body.page-register-wedding-list section.register.with-bg, body.page-register-wedding-list article.register.with-bg {
  background-image: url("../static/images/lists/buque-xl.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right top;
  background-position-y: 110px;
  background-position-x: 810px;
}

body.page-register-wedding-list section.register .list-type-title, body.page-register-wedding-list article.register .list-type-title {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 195px;
  height: 70px;
  top: 270px;
  right: 15px;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

body.page-register-wedding-list section.register .list-type-title span.text-title, body.page-register-wedding-list article.register .list-type-title span.text-title {
  line-height: 25px;
  vertical-align: middle;
}

body.page-register-wedding-list section.register .list-type-title hr, body.page-register-wedding-list article.register .list-type-title hr {
  padding: 0;
  border-color: #787878;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}

body.page-register-wedding-list section.register .list-type-title .call, body.page-register-wedding-list article.register .list-type-title .call {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

body.page-register-wedding-list section.register .list-type-title .call.reduced, body.page-register-wedding-list article.register .list-type-title .call.reduced {
  font-size: 13px !important;
}

body.page-register-wedding-list section.register .list-type-title .call, body.page-register-wedding-list article.register .list-type-title .call {
  position: relative;
}

body.page-register-wedding-list section.register .list-type-title .call:before, body.page-register-wedding-list article.register .list-type-title .call:before, body.page-register-wedding-list section.register .list-type-title .call:after, body.page-register-wedding-list article.register .list-type-title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 50px;
  background: #787878;
}

body.page-register-wedding-list section.register .list-type-title .call:before, body.page-register-wedding-list article.register .list-type-title .call:before {
  left: 0;
}

body.page-register-wedding-list section.register .list-type-title .call:after, body.page-register-wedding-list article.register .list-type-title .call:after {
  right: 0;
}

body.page-register-wedding-list section.register .list-type-title .call.new-list:before, body.page-register-wedding-list article.register .list-type-title .call.new-list:before {
  width: 0;
}

body.page-register-wedding-list section.register .list-type-title .call.new-list:after, body.page-register-wedding-list article.register .list-type-title .call.new-list:after {
  width: 100%;
  margin-bottom: 8px;
}

body.page-register-wedding-list section.register .list-type-title .call.darker:before, body.page-register-wedding-list article.register .list-type-title .call.darker:before, body.page-register-wedding-list section.register .list-type-title .call.darker:after, body.page-register-wedding-list article.register .list-type-title .call.darker:after {
  background: #363636 !important;
}

body.page-register-wedding-list section.register .steps, body.page-register-wedding-list article.register .steps {
  margin-top: 32px;
  margin-bottom: 42px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body.page-register-wedding-list section.register .steps, body.page-register-wedding-list article.register .steps {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  body.page-register-wedding-list section.register .steps, body.page-register-wedding-list article.register .steps {
    margin-left: 16.6666666667%;
  }
}
body.page-register-wedding-list section.register .steps div, body.page-register-wedding-list article.register .steps div {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 3px;
  padding: 0 25px;
  background: #fff;
}

body.page-register-wedding-list section.register .steps div.active, body.page-register-wedding-list article.register .steps div.active {
  color: #d2232a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-register-wedding-list section.register .steps div.first, body.page-register-wedding-list article.register .steps div.first {
  float: left;
}

body.page-register-wedding-list section.register .steps div.second, body.page-register-wedding-list article.register .steps div.second {
  float: right;
}

body.page-register-wedding-list section.register .steps div .step, body.page-register-wedding-list article.register .steps div .step {
  font-family: "Prata", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

body.page-register-wedding-list section.register .steps hr, body.page-register-wedding-list article.register .steps hr {
  border-top: 1px solid #000;
  margin-top: 6px;
  margin-bottom: 0;
}

body.page-register-wedding-list section.register p.mandatory-info, body.page-register-wedding-list article.register p.mandatory-info {
  color: grey32;
  font-size: 10px;
  font-style: italic;
}

body.page-register-wedding-list section.register .register-forms, body.page-register-wedding-list article.register .register-forms {
  margin-bottom: 50px;
}

body.page-register-wedding-list section.register .form-container p.secondary-title, body.page-register-wedding-list article.register .form-container p.secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-register-wedding-list section.register .form-container .row .col-md-6:first-child, body.page-register-wedding-list article.register .form-container .row .col-md-6:first-child {
  padding-right: 7.5px;
}

body.page-register-wedding-list section.register .form-container .row .col-md-6:last-child, body.page-register-wedding-list article.register .form-container .row .col-md-6:last-child {
  padding-left: 7.5px;
}

body.page-register-wedding-list section.register .form-container ::-webkit-input-placeholder, body.page-register-wedding-list article.register .form-container ::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-wedding-list section.register .form-container ::-moz-placeholder, body.page-register-wedding-list article.register .form-container ::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-wedding-list section.register .form-container :-ms-input-placeholder, body.page-register-wedding-list article.register .form-container :-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-wedding-list section.register .form-container :-moz-placeholder, body.page-register-wedding-list article.register .form-container :-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-wedding-list section.register .form-container option[disabled], body.page-register-wedding-list article.register .form-container option[disabled] {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-wedding-list section.register .form-container .input-wrapper, body.page-register-wedding-list article.register .form-container .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
}

body.page-register-wedding-list section.register .form-container .input-wrapper .icon, body.page-register-wedding-list article.register .form-container .input-wrapper .icon {
  right: 20px;
  position: absolute;
}

body.page-register-wedding-list section.register .form-container .field, body.page-register-wedding-list article.register .form-container .field {
  color: #363636;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  width: 100%;
  margin-bottom: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

body.page-register-wedding-list section.register .form-container .field.date, body.page-register-wedding-list article.register .form-container .field.date {
  width: 280px;
  margin-right: 5px;
}

body.page-register-wedding-list section.register .form-container .field.date::-webkit-clear-button, body.page-register-wedding-list article.register .form-container .field.date::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-register-wedding-list section.register .form-container .field.date::-webkit-inner-spin-button, body.page-register-wedding-list article.register .form-container .field.date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-register-wedding-list section.register .form-container .field.date::-webkit-calendar-picker-indicator, body.page-register-wedding-list article.register .form-container .field.date::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-register-wedding-list section.register .form-container .search-button, body.page-register-wedding-list article.register .form-container .search-button {
  width: calc(100% - 285px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-register-wedding-list section.register .form-container .search-button:after, body.page-register-wedding-list article.register .form-container .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-register-wedding-list section.register .form-container .search-button:hover, body.page-register-wedding-list article.register .form-container .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-register-wedding-list section.register .form-container .search-button:hover:after, body.page-register-wedding-list article.register .form-container .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-wedding-list section.register .form-container .search-button:active, body.page-register-wedding-list article.register .form-container .search-button:active {
  background-color: #1a1a1a;
}

body.page-register-wedding-list section.register .form-container .search-button:after, body.page-register-wedding-list article.register .form-container .search-button:after {
  content:"" !important;
}

body.page-register-wedding-list section.register .form-container .search-button .icon, body.page-register-wedding-list article.register .form-container .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
}

body.page-register-wedding-list section.register .url-explain, body.page-register-wedding-list article.register .url-explain {
  margin-bottom: 30px;
}

body.page-register-wedding-list section.register .url-explain p.secondary-title, body.page-register-wedding-list article.register .url-explain p.secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-register-wedding-list section.register .add-gifts-container, body.page-register-wedding-list article.register .add-gifts-container {
  margin-bottom: 50px;
  text-align: center;
}

body.page-register-wedding-list section.register .add-gifts-container .product-match, body.page-register-wedding-list article.register .add-gifts-container .product-match {
  background: transparent !important;
  padding-right: 14px;
}

body.page-register-wedding-list section.register .add-gifts-container .checkbox, body.page-register-wedding-list article.register .add-gifts-container .checkbox, body.page-register-wedding-list section.register .add-gifts-container .inline, body.page-register-wedding-list article.register .add-gifts-container .inline {
  display: inline-block !important;
  position: relative !important;
  left: 0;
  top: 0;
}

body.page-register-wedding-list section.register .add-gifts-container .use-terms-desc, body.page-register-wedding-list article.register .add-gifts-container .use-terms-desc {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #787878;
  font-weight: 500;
}

body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:link, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:link, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:hover, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:hover {
  color: #787878;
  text-decoration: underline !important;
  margin-right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:after, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:link:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:link:after, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:hover:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:link:hover:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:link:hover:after, body.page-register-wedding-list section.register .add-gifts-container a.use-terms-desc:hover:hover:after, body.page-register-wedding-list article.register .add-gifts-container a.use-terms-desc:hover:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  width: 240px;
  display: inline-block;
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn:after, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn:hover, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn:hover:after, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn:active, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn:active {
  background-color: #1a1a1a;
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn.disabled, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn.disabled {
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #000;
  cursor: not-allowed;
  pointer-events: none;
}

body.page-register-wedding-list section.register .add-gifts-container a.add-gifts-btn.disabled:hover, body.page-register-wedding-list article.register .add-gifts-container a.add-gifts-btn.disabled:hover {
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #000;
}

body.page-register-wedding-list section.register .switch-content, body.page-register-wedding-list article.register .switch-content {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

body.page-register-wedding-list section.register .switch-content .text-switch, body.page-register-wedding-list article.register .switch-content .text-switch {
  display: flex;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
}

body.page-register-my-list .modal-title {
  color: #fff;
}

body.page-register-my-list section.register.with-bg, body.page-register-my-list article.register.with-bg {
  background-image: url("../static/images/lists/vaso-flores.jpg");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: right top;
  background-position-x: 90%;
}

body.page-register-my-list section.register .list-type-title, body.page-register-my-list article.register .list-type-title {
  position: absolute;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 195px;
  top: 194px;
  right: 15px;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

body.page-register-my-list section.register .list-type-title span.text-title, body.page-register-my-list article.register .list-type-title span.text-title {
  vertical-align: middle;
  display: block;
  padding: 0 18px;
  line-height: 15px;
}

body.page-register-my-list section.register .list-type-title hr, body.page-register-my-list article.register .list-type-title hr {
  padding: 0;
  border-color: #787878;
  margin: 15px 0 0;
}

body.page-register-my-list section.register .list-type-title .call, body.page-register-my-list article.register .list-type-title .call {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

body.page-register-my-list section.register .list-type-title .call.reduced, body.page-register-my-list article.register .list-type-title .call.reduced {
  font-size: 13px !important;
}

body.page-register-my-list section.register .list-type-title .edit-name, body.page-register-my-list article.register .list-type-title .edit-name {
  color: #adadad;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  height: 16px;
}

body.page-register-my-list section.register .list-type-title .edit-name .fa, body.page-register-my-list article.register .list-type-title .edit-name .fa {
  font-size: 16px;
}

body.page-register-my-list section.register .list-type-title .call, body.page-register-my-list article.register .list-type-title .call {
  position: relative;
}

body.page-register-my-list section.register .list-type-title .call:before, body.page-register-my-list article.register .list-type-title .call:before, body.page-register-my-list section.register .list-type-title .call:after, body.page-register-my-list article.register .list-type-title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 50px;
  background: #787878;
}

body.page-register-my-list section.register .list-type-title .call:before, body.page-register-my-list article.register .list-type-title .call:before {
  left: 0;
}

body.page-register-my-list section.register .list-type-title .call:after, body.page-register-my-list article.register .list-type-title .call:after {
  right: 0;
}

body.page-register-my-list section.register .list-type-title .call.new-list, body.page-register-my-list article.register .list-type-title .call.new-list {
  margin-bottom: 15px;
}

body.page-register-my-list section.register .list-type-title .call.new-list:before, body.page-register-my-list article.register .list-type-title .call.new-list:before {
  width: 0;
}

body.page-register-my-list section.register .list-type-title .call.new-list:after, body.page-register-my-list article.register .list-type-title .call.new-list:after {
  width: 100%;
  margin-bottom: 8px;
}

body.page-register-my-list section.register .list-type-title .call.darker:before, body.page-register-my-list article.register .list-type-title .call.darker:before, body.page-register-my-list section.register .list-type-title .call.darker:after, body.page-register-my-list article.register .list-type-title .call.darker:after {
  background: #363636 !important;
}

body.page-register-my-list section.register .steps, body.page-register-my-list article.register .steps {
  margin-top: 32px;
  margin-bottom: 42px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body.page-register-my-list section.register .steps, body.page-register-my-list article.register .steps {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  body.page-register-my-list section.register .steps, body.page-register-my-list article.register .steps {
    margin-left: 16.6666666667%;
  }
}
body.page-register-my-list section.register .steps div, body.page-register-my-list article.register .steps div {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 3px;
  padding: 0 25px;
  background: #fff;
}

body.page-register-my-list section.register .steps div.active, body.page-register-my-list article.register .steps div.active {
  color: #d2232a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-register-my-list section.register .steps div.first, body.page-register-my-list article.register .steps div.first {
  float: left;
}

body.page-register-my-list section.register .steps div.second, body.page-register-my-list article.register .steps div.second {
  float: right;
}

body.page-register-my-list section.register .steps div .step, body.page-register-my-list article.register .steps div .step {
  font-family: "Prata", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

body.page-register-my-list section.register .steps hr, body.page-register-my-list article.register .steps hr {
  border-top: 1px solid #000;
  margin-top: 6px;
  margin-bottom: 0;
}

body.page-register-my-list section.register p.mandatory-info, body.page-register-my-list article.register p.mandatory-info {
  color: grey32;
  font-size: 10px;
  font-style: italic;
}

body.page-register-my-list section.register .register-forms, body.page-register-my-list article.register .register-forms {
  margin-bottom: 50px;
}

body.page-register-my-list section.register .add-guest, body.page-register-my-list article.register .add-guest {
  margin-top: 30px;
}

body.page-register-my-list section.register .form-container p.secondary-title, body.page-register-my-list article.register .form-container p.secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-register-my-list section.register .form-container p.secondary-title .remove-host, body.page-register-my-list article.register .form-container p.secondary-title .remove-host {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-register-my-list section.register .form-container p.secondary-title .remove-host:hover, body.page-register-my-list article.register .form-container p.secondary-title .remove-host:hover {
  color: #d2232a;
}

body.page-register-my-list section.register .form-container .row .col-md-6:first-child, body.page-register-my-list article.register .form-container .row .col-md-6:first-child {
  padding-right: 7.5px;
}

body.page-register-my-list section.register .form-container .row .col-md-6:last-child, body.page-register-my-list article.register .form-container .row .col-md-6:last-child {
  padding-left: 7.5px;
}

body.page-register-my-list section.register .form-container ::-webkit-input-placeholder, body.page-register-my-list article.register .form-container ::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-my-list section.register .form-container ::-moz-placeholder, body.page-register-my-list article.register .form-container ::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-my-list section.register .form-container :-ms-input-placeholder, body.page-register-my-list article.register .form-container :-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-my-list section.register .form-container :-moz-placeholder, body.page-register-my-list article.register .form-container :-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-my-list section.register .form-container option[disabled], body.page-register-my-list article.register .form-container option[disabled] {
  font-size: 13px;
  font-weight: 500;
  color: grey32;
  font-style: italic;
  text-transform: none;
}

body.page-register-my-list section.register .form-container .input-wrapper, body.page-register-my-list article.register .form-container .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
}

body.page-register-my-list section.register .form-container .input-wrapper .icon, body.page-register-my-list article.register .form-container .input-wrapper .icon {
  right: 20px;
  position: absolute;
}

body.page-register-my-list section.register .form-container .field, body.page-register-my-list article.register .form-container .field {
  color: #363636;
  font-size: 15px;
  height: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  width: 100%;
  margin-bottom: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

body.page-register-my-list section.register .form-container .field.date, body.page-register-my-list article.register .form-container .field.date {
  width: 280px;
  margin-right: 5px;
}

body.page-register-my-list section.register .form-container .field.date::-webkit-clear-button, body.page-register-my-list article.register .form-container .field.date::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-register-my-list section.register .form-container .field.date::-webkit-inner-spin-button, body.page-register-my-list article.register .form-container .field.date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-register-my-list section.register .form-container .field.date::-webkit-calendar-picker-indicator, body.page-register-my-list article.register .form-container .field.date::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-register-my-list section.register .form-container .search-button, body.page-register-my-list article.register .form-container .search-button {
  width: calc(100% - 285px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-register-my-list section.register .form-container .search-button:after, body.page-register-my-list article.register .form-container .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-register-my-list section.register .form-container .search-button:hover, body.page-register-my-list article.register .form-container .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-register-my-list section.register .form-container .search-button:hover:after, body.page-register-my-list article.register .form-container .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-my-list section.register .form-container .search-button:active, body.page-register-my-list article.register .form-container .search-button:active {
  background-color: #1a1a1a;
}

body.page-register-my-list section.register .form-container .search-button:after, body.page-register-my-list article.register .form-container .search-button:after {
  content:"" !important;
}

body.page-register-my-list section.register .form-container .search-button .icon, body.page-register-my-list article.register .form-container .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
}

body.page-register-my-list section.register .add-new-host, body.page-register-my-list article.register .add-new-host {
  padding: 20px;
  margin-bottom: 50px;
  background: #f8f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

body.page-register-my-list section.register .add-new-host:before, body.page-register-my-list article.register .add-new-host:before, body.page-register-my-list section.register .add-new-host:after, body.page-register-my-list article.register .add-new-host:after {
  content:" ";
  display: table;
}

body.page-register-my-list section.register .add-new-host:after, body.page-register-my-list article.register .add-new-host:after {
  clear: both;
}

body.page-register-my-list section.register .add-new-host p.secondary-title, body.page-register-my-list article.register .add-new-host p.secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-register-my-list section.register .add-new-host p.sub-secondary-title, body.page-register-my-list article.register .add-new-host p.sub-secondary-title {
  margin-bottom: 0 !important;
}

body.page-register-my-list section.register .add-new-host .left, body.page-register-my-list article.register .add-new-host .left {
  padding-right: 15px;
}

body.page-register-my-list section.register .add-new-host .right, body.page-register-my-list article.register .add-new-host .right {
  margin-left: auto;
}

body.page-register-my-list section.register .add-new-host a.add-host-btn, body.page-register-my-list article.register .add-new-host a.add-host-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #838383;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: auto;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

body.page-register-my-list section.register .add-new-host a.add-host-btn:after, body.page-register-my-list article.register .add-new-host a.add-host-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-register-my-list section.register .add-new-host a.add-host-btn:hover, body.page-register-my-list article.register .add-new-host a.add-host-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-register-my-list section.register .add-new-host a.add-host-btn:hover:after, body.page-register-my-list article.register .add-new-host a.add-host-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-my-list section.register .add-new-host a.add-host-btn:active, body.page-register-my-list article.register .add-new-host a.add-host-btn:active {
  background-color: #646464;
}

body.page-register-my-list section.register .url-explain, body.page-register-my-list article.register .url-explain {
  margin-bottom: 30px;
}

body.page-register-my-list section.register .url-explain p.secondary-title, body.page-register-my-list article.register .url-explain p.secondary-title {
  margin-left: 0;
  margin-bottom: 10px;
}

body.page-register-my-list section.register .url-explain .switch-content, body.page-register-my-list article.register .url-explain .switch-content {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

body.page-register-my-list section.register .url-explain .switch-content .text-switch, body.page-register-my-list article.register .url-explain .switch-content .text-switch {
  display: flex;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
}

body.page-register-my-list section.register .add-gifts-container, body.page-register-my-list article.register .add-gifts-container {
  margin-bottom: 50px;
  text-align: center;
}

body.page-register-my-list section.register .add-gifts-container .product-match, body.page-register-my-list article.register .add-gifts-container .product-match {
  background: transparent !important;
  padding-right: 14px;
}

body.page-register-my-list section.register .add-gifts-container .checkbox, body.page-register-my-list article.register .add-gifts-container .checkbox, body.page-register-my-list section.register .add-gifts-container .inline, body.page-register-my-list article.register .add-gifts-container .inline {
  display: inline-block !important;
  position: relative !important;
  left: 0;
  top: 0;
}

body.page-register-my-list section.register .add-gifts-container .use-terms-desc, body.page-register-my-list article.register .add-gifts-container .use-terms-desc {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #787878;
  font-weight: 500;
}

body.page-register-my-list section.register .add-gifts-container a.use-terms-desc, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:link, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:link, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:hover, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:hover {
  color: #787878;
  text-decoration: underline !important;
  margin-right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:after, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:link:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:link:after, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:hover:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:hover:after, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:link:hover:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:link:hover:after, body.page-register-my-list section.register .add-gifts-container a.use-terms-desc:hover:hover:after, body.page-register-my-list article.register .add-gifts-container a.use-terms-desc:hover:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
  width: 240px;
  display: inline-block;
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn:after, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn:hover, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn:hover:after, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn:active, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn:active {
  background-color: #1a1a1a;
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn.disabled, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn.disabled {
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #000;
  cursor: not-allowed;
  pointer-events: none;
}

body.page-register-my-list section.register .add-gifts-container a.add-gifts-btn.disabled:hover, body.page-register-my-list article.register .add-gifts-container a.add-gifts-btn.disabled:hover {
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #000;
}

body.page-register-my-list section.register .form-container .field {
  padding: 0 12px;
  color: #000;
}

body.page-register-my-list section.register .form-container .field::-webkit-input-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .field::-moz-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .field:-ms-input-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .field:-moz-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .fake-select {
  color: #363636;
  height: 45px;
  color: #000;
  -webkit-box-shadow: 0 0 0 1px #dbdbdb inset;
  -moz-box-shadow: 0 0 0 1px #dbdbdb inset;
  box-shadow: 0 0 0 1px #dbdbdb inset;
  margin-bottom: 10px;
}

body.page-register-my-list section.register .form-container .fake-select::-webkit-input-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .fake-select::-moz-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .fake-select:-ms-input-placeholder {
  color: #363636;
}

body.page-register-my-list section.register .form-container .fake-select:-moz-placeholder {
  color: #363636;
}

.camicado-url {
  background: #f8f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
}

.camicado-url .link-desc, .camicado-url .available-link-desc, .camicado-url .input {
  line-height: 42px;
}

.camicado-url .link-desc {
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.82px;
  line-height: 48px;
}

@media only screen and (max-width: 991px) {
  .camicado-url .link-desc {
    float: none;
  }
}
.camicado-url .input-wrapper label {
  position: relative;
}

.camicado-url .check-availability {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #212121;
}

.camicado-url .check-availability .icon {
  width: 20px;
  height: 20px;
  stroke: #212121;
  stroke-width: 1px;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
}

.camicado-url .check-availability:focus {
  color: #d2232a;
}

.camicado-url .check-availability:focus .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  stroke: #d2232a;
}

.camicado-url .available-link-info, .camicado-url .available-links-desc, .camicado-url .available-link, .camicado-url .available-link-icon {
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 48px;
}

@media only screen and (max-width: 991px) {
  .camicado-url .available-link-info {
    float: none;
    display: block;
    text-align: center;
  }
}
.camicado-url .available-links-desc {
  text-transform: uppercase;
}

.camicado-url label.available-link {
  text-transform: lowercase !important;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 4px;
  line-height: initial;
}

.camicado-url .product-match {
  float: left;
}

.camicado-url .checkbox-wrapper input[type=checkbox], .camicado-url .checkbox-wrapper input[type=radio] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.camicado-url .checkbox-wrapper .square {
  width: 23px;
  height: 23px;
  border: 1px solid #363636;
  padding: 2px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.camicado-url .checkbox-wrapper .square .icon {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}

.camicado-url .checkbox-wrapper input:checked + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

.camicado-url .product-match .checkbox-match {
  top: 12px !important;
  left: 0 !important;
}

.camicado-url .checkbox {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
}

.camicado-url .input {
  width: 100%;
  color: #363636;
  font-size: 20px;
  border: 1px solid #dbdbdb;
  font-weight: 700;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.camicado-url .input .url {
  color: #d2232a;
  display: inline-block;
  padding: 0;
  border: 0 none;
  max-width: calc(100% - 60px);
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  resize: none;
  overflow: hidden;
}

.camicado-url .input .fixed-content {
  font-weight: 700;
  width: 220px;
  display: inline-block;
}

.camicado-url .suggestion-wrapper {
  padding-bottom: 15px;
  text-align: center;
}

.camicado-url .suggestion-wrapper:before, .camicado-url .suggestion-wrapper:after {
  content:" ";
  display: table;
}

.camicado-url .suggestion-wrapper:after {
  clear: both;
}

.camicado-url .suggestion-wrapper .item {
  display: inline-block;
  padding: 0 15px;
}

body.page-wedding-list section.home-wedding-list, body.page-wedding-list article.home-wedding-list {
  min-height: 1130px;
  position: relative;
  z-index: 0;
}

body.page-wedding-list section.home-wedding-list.with-bg, body.page-wedding-list article.home-wedding-list.with-bg {
  padding-top: 50px;
  background-image: url("../static/images/lists/bg-wedding-list.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

body.page-wedding-list section.home-wedding-list.no-video, body.page-wedding-list article.home-wedding-list.no-video {
  min-height: auto;
  padding-bottom: 120px;
}

body.page-wedding-list section.home-wedding-list:after, body.page-wedding-list article.home-wedding-list:after {
  content:"";
  position: absolute;
  height: 290px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks, body.page-wedding-list article.home-wedding-list .parallax-blocks {
  padding-top: 60px !important;
  height: 420px !important;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 3;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks:after, body.page-wedding-list article.home-wedding-list .parallax-blocks:after {
  content:"";
  display: none !important;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .block:nth-child(3), body.page-wedding-list article.home-wedding-list .parallax-blocks .block:nth-child(3) {
  top: 100px;
  padding: 0;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .parallax-secondary-title, body.page-wedding-list article.home-wedding-list .parallax-blocks .parallax-secondary-title {
  position: relative;
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 15px;
  margin-bottom: 80px;
  display: inline-block;
  z-index: 1;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .parallax-secondary-title:after, body.page-wedding-list article.home-wedding-list .parallax-blocks .parallax-secondary-title:after {
  content:"";
  background-color: #fff !important;
  height: 800px;
  width: 800px;
  position: absolute;
  left: -230px;
  top: -146px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(75px);
  z-index: -1;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .parallax-btn, body.page-wedding-list article.home-wedding-list .parallax-blocks .parallax-btn {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 13px;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 200px;
  bottom: 30px;
  margin: 0 auto;
  letter-spacing: 1.85px !important;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block {
  overflow: hidden !important;
  z-index: 1000;
  padding: 0;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block:nth-child(2), body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block:nth-child(2) {
  margin-top: -50px;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block .player, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block .player {
  width: 100%;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block .player .ytp-button, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block .player .ytp-button {
  display: none !important;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block .start-video, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block .start-video {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block .start-video img, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block .start-video img {
  width: 120px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block .start-video:hover, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block .start-video:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-filter: brightness 1;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block div.thumbnail_container, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block div.thumbnail_container {
  width: 420px;
  height: 400px;
  overflow: hidden;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block img.thumbnail, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block img.thumbnail {
  margin-top: -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block img, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 400px;
}

body.page-wedding-list section.home-wedding-list .parallax-blocks .container .block:after, body.page-wedding-list article.home-wedding-list .parallax-blocks .container .block:after {
  display: none !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list, body.page-wedding-list article.home-wedding-list .box-search-wedding-list {
  width: 620px;
  margin-top: 30px;
  margin-right: 60px;
  background: rgba(255, 255, 255, 0.9);
  float: right !important;
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-align: center;
  padding: 32px 40px 35px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list hr, body.page-wedding-list article.home-wedding-list .box-search-wedding-list hr {
  margin: 10px 0 10px !important;
  border-color: #363636 !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list hr.last, body.page-wedding-list article.home-wedding-list .box-search-wedding-list hr.last {
  margin: 10px 0 10px !important;
  border-color: #adadad !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-inline .field.date, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-inline .field.date {
  margin-right: 0 !important;
  border-right: none !important;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
  margin-bottom: 0;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-inline .field.name, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-inline .field.name {
  width: 100% !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .input-group-addon, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .input-group-addon {
  padding: 14px;
  margin-right: 10px;
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .input-group-addon .fa, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .input-group-addon .fa {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-inline .input-wrapper input, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-inline .input-wrapper input {
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .caption, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .caption {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 19px 0 19px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .title, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  position: relative;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call:before, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call:before, body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 120px;
  background: #363636;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call:before, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call:before {
  left: 0;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call:after {
  right: 0;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call.darker:before, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call.darker:before, body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call.darker:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call.darker:after {
  background: #363636 !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call.reduced, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call.reduced {
  font-size: 14px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call.reduced:before, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call.reduced:before, body.page-wedding-list section.home-wedding-list .box-search-wedding-list .call.reduced:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .call.reduced:after {
  background: #adadad;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container {
  display: inline-table;
  width: 100%;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline {
  margin-bottom: 10px !important;
  height: 45px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .input-wrapper, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 285px;
  float: left;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .input-wrapper .icon, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .input-wrapper .icon {
  right: 20px;
  position: absolute;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field {
  color: #363636;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  width: 237px;
  float: left;
  height: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date {
  width: 285px;
  margin-right: 5px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-clear-button, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-inner-spin-button, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.name, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.name {
  width: calc(100% - 130px);
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.select-type, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .field.select-type {
  width: 130px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #f5f5f5;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button {
  width: calc(100% - 285px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:hover, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:hover:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:active, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:active {
  background-color: #1a1a1a;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button:after {
  content:"" !important;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button .icon, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .form-container .form-inline .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-btn, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-btn:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-btn:hover, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-btn:hover:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-btn:active, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-btn:active {
  background-color: #1a1a1a;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-footer, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-footer {
  margin-top: 17px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-footer .manage-other-list, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-footer .manage-other-list {
  float: left;
  font-size: 13px;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-footer .manage, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-footer .manage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  color: #787878;
  float: right;
  cursor: pointer;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-footer .manage:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-footer .manage:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-wedding-list section.home-wedding-list .box-search-wedding-list .create-list-footer .manage:hover:after, body.page-wedding-list article.home-wedding-list .box-search-wedding-list .create-list-footer .manage:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.home-list, body.page-wedding-list article.home-list {
  min-height: 1130px;
  position: relative;
  z-index: 0;
}

body.page-wedding-list section.home-list.with-bg, body.page-wedding-list article.home-list.with-bg {
  padding-top: 50px;
  background-image: url("../static/images/lists/bg-internal-home.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -125px;
}

body.page-wedding-list section.home-list.no-video, body.page-wedding-list article.home-list.no-video {
  min-height: auto;
  padding-bottom: 120px;
}

body.page-wedding-list section.home-list:after, body.page-wedding-list article.home-list:after {
  content:"";
  position: absolute;
  height: 290px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

body.page-wedding-list section.home-list .parallax-blocks, body.page-wedding-list article.home-list .parallax-blocks {
  padding-top: 60px !important;
  height: 420px !important;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 3;
}

body.page-wedding-list section.home-list .parallax-blocks:after, body.page-wedding-list article.home-list .parallax-blocks:after {
  content:"";
  display: none !important;
}

body.page-wedding-list section.home-list .parallax-blocks .block:nth-child(3), body.page-wedding-list article.home-list .parallax-blocks .block:nth-child(3) {
  top: 100px;
  padding: 0;
}

body.page-wedding-list section.home-list .parallax-blocks .parallax-secondary-title, body.page-wedding-list article.home-list .parallax-blocks .parallax-secondary-title {
  position: relative;
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 15px;
  margin-bottom: 80px;
  display: inline-block;
  z-index: 1;
}

body.page-wedding-list section.home-list .parallax-blocks .parallax-secondary-title:after, body.page-wedding-list article.home-list .parallax-blocks .parallax-secondary-title:after {
  content:"";
  background-color: #fff !important;
  height: 800px;
  width: 800px;
  position: absolute;
  left: -230px;
  top: -146px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(75px);
  z-index: -1;
}

body.page-wedding-list section.home-list .parallax-blocks .parallax-btn, body.page-wedding-list article.home-list .parallax-blocks .parallax-btn {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 13px;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 200px;
  bottom: 30px;
  margin: 0 auto;
  letter-spacing: 1.85px !important;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block, body.page-wedding-list article.home-list .parallax-blocks .container .block {
  overflow: hidden !important;
  z-index: 1000;
  padding: 0;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block:nth-child(2), body.page-wedding-list article.home-list .parallax-blocks .container .block:nth-child(2) {
  margin-top: -50px;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block .player, body.page-wedding-list article.home-list .parallax-blocks .container .block .player {
  width: 100%;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block .player .ytp-button, body.page-wedding-list article.home-list .parallax-blocks .container .block .player .ytp-button {
  display: none !important;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block .start-video, body.page-wedding-list article.home-list .parallax-blocks .container .block .start-video {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block .start-video img, body.page-wedding-list article.home-list .parallax-blocks .container .block .start-video img {
  width: 120px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

body.page-wedding-list section.home-list .parallax-blocks .container .block .start-video:hover, body.page-wedding-list article.home-list .parallax-blocks .container .block .start-video:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-filter: brightness 1;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block div.thumbnail_container, body.page-wedding-list article.home-list .parallax-blocks .container .block div.thumbnail_container {
  width: 420px;
  height: 400px;
  overflow: hidden;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block img.thumbnail, body.page-wedding-list article.home-list .parallax-blocks .container .block img.thumbnail {
  margin-top: -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block img, body.page-wedding-list article.home-list .parallax-blocks .container .block img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 400px;
}

body.page-wedding-list section.home-list .parallax-blocks .container .block:after, body.page-wedding-list article.home-list .parallax-blocks .container .block:after {
  display: none !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list, body.page-wedding-list article.home-list .box-search-wedding-list {
  width: 520px;
  margin-top: 30px;
  margin-right: 60px;
  background: rgba(255, 255, 255, 0.9);
  float: right !important;
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-align: center;
  padding: 32px 40px 35px;
}

body.page-wedding-list section.home-list .box-search-wedding-list hr, body.page-wedding-list article.home-list .box-search-wedding-list hr {
  margin: 10px 0 10px !important;
  border-color: #363636 !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list hr.last, body.page-wedding-list article.home-list .box-search-wedding-list hr.last {
  margin: 10px 0 10px !important;
  border-color: #adadad !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-inline .field.date, body.page-wedding-list article.home-list .box-search-wedding-list .form-inline .field.date {
  margin-right: 0 !important;
  border-right: none !important;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
  margin-bottom: 0;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-inline .field.name, body.page-wedding-list article.home-list .box-search-wedding-list .form-inline .field.name {
  width: 100% !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list .input-group-addon, body.page-wedding-list article.home-list .box-search-wedding-list .input-group-addon {
  padding: 14px;
  margin-right: 10px;
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
}

body.page-wedding-list section.home-list .box-search-wedding-list .input-group-addon .fa, body.page-wedding-list article.home-list .box-search-wedding-list .input-group-addon .fa {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-inline .input-wrapper input, body.page-wedding-list article.home-list .box-search-wedding-list .form-inline .input-wrapper input {
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-wedding-list section.home-list .box-search-wedding-list .caption, body.page-wedding-list article.home-list .box-search-wedding-list .caption {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 19px 0 19px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .title, body.page-wedding-list article.home-list .box-search-wedding-list .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call, body.page-wedding-list article.home-list .box-search-wedding-list .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  position: relative;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call:before, body.page-wedding-list article.home-list .box-search-wedding-list .call:before, body.page-wedding-list section.home-list .box-search-wedding-list .call:after, body.page-wedding-list article.home-list .box-search-wedding-list .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 120px;
  background: #363636;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call:before, body.page-wedding-list article.home-list .box-search-wedding-list .call:before {
  left: 0;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call:after, body.page-wedding-list article.home-list .box-search-wedding-list .call:after {
  right: 0;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call.darker:before, body.page-wedding-list article.home-list .box-search-wedding-list .call.darker:before, body.page-wedding-list section.home-list .box-search-wedding-list .call.darker:after, body.page-wedding-list article.home-list .box-search-wedding-list .call.darker:after {
  background: #363636 !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call.reduced, body.page-wedding-list article.home-list .box-search-wedding-list .call.reduced {
  font-size: 14px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .call.reduced:before, body.page-wedding-list article.home-list .box-search-wedding-list .call.reduced:before, body.page-wedding-list section.home-list .box-search-wedding-list .call.reduced:after, body.page-wedding-list article.home-list .box-search-wedding-list .call.reduced:after {
  background: #adadad;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container, body.page-wedding-list article.home-list .box-search-wedding-list .form-container {
  display: inline-table;
  width: 100%;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline {
  margin-bottom: 10px !important;
  height: 45px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .input-wrapper, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 285px;
  float: left;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .input-wrapper .icon, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .input-wrapper .icon {
  right: 20px;
  position: absolute;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field {
  color: #adadad;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  width: 237px;
  float: left;
  height: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.date, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.date {
  width: 285px;
  margin-right: 5px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-clear-button, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-inner-spin-button, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.name, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.name {
  width: calc(100% - 130px);
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .field.select-type, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .field.select-type {
  width: 130px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #f5f5f5;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button {
  width: calc(100% - 285px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button:after, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button:hover, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button:hover:after, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button:active, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button:active {
  background-color: #1a1a1a;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button:after, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button:after {
  content:"" !important;
}

body.page-wedding-list section.home-list .box-search-wedding-list .form-container .form-inline .search-button .icon, body.page-wedding-list article.home-list .box-search-wedding-list .form-container .form-inline .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-btn, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-btn:after, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-btn:hover, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-btn:hover:after, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-btn:active, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-btn:active {
  background-color: #1a1a1a;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-footer, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-footer {
  margin-top: 17px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-footer .manage-other-list, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-footer .manage-other-list {
  float: left;
  font-size: 13px;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-footer .manage, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-footer .manage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  color: #787878;
  float: right;
  cursor: pointer;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-footer .manage:after, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-footer .manage:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-wedding-list section.home-list .box-search-wedding-list .create-list-footer .manage:hover:after, body.page-wedding-list article.home-list .box-search-wedding-list .create-list-footer .manage:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.list-types, body.page-wedding-list article.list-types {
  padding-top: 100px;
}

body.page-wedding-list section.list-types .row div:nth-child(1) .list-type, body.page-wedding-list article.list-types .row div:nth-child(1) .list-type {
  float: left !important;
}

body.page-wedding-list section.list-types .row div:nth-child(2) .list-type, body.page-wedding-list article.list-types .row div:nth-child(2) .list-type {
  margin: 0 auto;
}

body.page-wedding-list section.list-types .row div:nth-child(3) .list-type, body.page-wedding-list article.list-types .row div:nth-child(3) .list-type {
  float: right !important;
}

body.page-wedding-list section.list-types .separator, body.page-wedding-list article.list-types .separator {
  height: 45px;
}

body.page-wedding-list section.list-types .list-type, body.page-wedding-list article.list-types .list-type {
  background: rgba(255, 255, 255, 0.7);
  width: 400px;
  height: 430px;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 30px 30px 60px 30px;
  cursor: pointer;
}

body.page-wedding-list section.list-types .list-type img, body.page-wedding-list article.list-types .list-type img {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}

body.page-wedding-list section.list-types .list-type img:hover, body.page-wedding-list article.list-types .list-type img:hover {
  -webkit-transform: scale(1.04) !important;
  -moz-transform: scale(1.04) !important;
  -ms-transform: scale(1.04) !important;
  -o-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}

body.page-wedding-list section.list-types .list-type .inner-block, body.page-wedding-list article.list-types .list-type .inner-block {
  border: solid 1px #f2f2f2;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}

body.page-wedding-list section.list-types .list-type .inner-block .new, body.page-wedding-list article.list-types .list-type .inner-block .new {
  position: absolute;
  background: #db2418;
  width: 29px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 9px;
  word-break: break-all;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 3;
}

body.page-wedding-list section.list-types .list-type .list-type-title, body.page-wedding-list article.list-types .list-type .list-type-title {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 195px;
  height: 70px;
  margin: -60px auto 20px;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}

body.page-wedding-list section.list-types .list-type .list-type-title:hover, body.page-wedding-list article.list-types .list-type .list-type-title:hover {
  -webkit-transform: scale(1.04) !important;
  -moz-transform: scale(1.04) !important;
  -ms-transform: scale(1.04) !important;
  -o-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}

body.page-wedding-list section.list-types .list-type .list-type-title span.text-title, body.page-wedding-list article.list-types .list-type .list-type-title span.text-title {
  line-height: 25px;
  vertical-align: middle;
}

body.page-wedding-list section.list-types .list-type .list-type-title hr, body.page-wedding-list article.list-types .list-type .list-type-title hr {
  padding: 0;
  border-color: #787878;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call, body.page-wedding-list article.list-types .list-type .list-type-title .call {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call.reduced, body.page-wedding-list article.list-types .list-type .list-type-title .call.reduced {
  font-size: 13px !important;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call, body.page-wedding-list article.list-types .list-type .list-type-title .call {
  position: relative;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call:before, body.page-wedding-list article.list-types .list-type .list-type-title .call:before, body.page-wedding-list section.list-types .list-type .list-type-title .call:after, body.page-wedding-list article.list-types .list-type .list-type-title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 50px;
  background: #787878;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call:before, body.page-wedding-list article.list-types .list-type .list-type-title .call:before {
  left: 0;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call:after, body.page-wedding-list article.list-types .list-type .list-type-title .call:after {
  right: 0;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call.new-list:before, body.page-wedding-list article.list-types .list-type .list-type-title .call.new-list:before {
  width: 0;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call.new-list:after, body.page-wedding-list article.list-types .list-type .list-type-title .call.new-list:after {
  width: 100%;
  margin-bottom: 8px;
}

body.page-wedding-list section.list-types .list-type .list-type-title .call.darker:before, body.page-wedding-list article.list-types .list-type .list-type-title .call.darker:before, body.page-wedding-list section.list-types .list-type .list-type-title .call.darker:after, body.page-wedding-list article.list-types .list-type .list-type-title .call.darker:after {
  background: #363636 !important;
}

body.page-wedding-list section.list-types .list-type .list-type-details, body.page-wedding-list article.list-types .list-type .list-type-details {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  line-height: 1.6;
}

body.page-wedding-list section.list-types .list-type .list-type-details .description, body.page-wedding-list article.list-types .list-type .list-type-details .description {
  color: #adadad;
  font-size: 11px;
}

body.page-wedding-list section.list-types .list-type .list-type-details .anchor, body.page-wedding-list article.list-types .list-type .list-type-details .anchor {
  text-transform: uppercase;
  background: #fff;
  color: #adadad;
  white-space: nowrap;
  vertical-align: top;
  letter-spacing: 1.5px;
  margin-top: 3px;
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-wedding-list section.list-types .list-type .list-type-details .anchor:after, body.page-wedding-list article.list-types .list-type .list-type-details .anchor:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-wedding-list section.list-types .list-type .list-type-details .anchor:hover:after, body.page-wedding-list article.list-types .list-type .list-type-details .anchor:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-wedding-list section.list-types .list-type .list-type-details.f8 .anchor, body.page-wedding-list article.list-types .list-type .list-type-details.f8 .anchor {
  background: #f8f8f8;
}

body.page-wedding-list section.home-benefits.with-bg, body.page-wedding-list article.home-benefits.with-bg {
  min-height: 680px;
  padding-top: 50px;
  background-image: url("../static/images/lists/bg-benefits.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  object-fit: cover;
  background-size: 1040px;
}

@media only screen and (max-width: 1280px) {
  body.page-wedding-list section.home-benefits.with-bg, body.page-wedding-list article.home-benefits.with-bg {
    background-size: 900px;
  }
}
@media only screen and (min-width: 1281px) {
  body.page-wedding-list section.home-benefits.with-bg, body.page-wedding-list article.home-benefits.with-bg {
    background-size: 1200px;
  }
}
body.page-wedding-list section.home-benefits .benefit-line, body.page-wedding-list article.home-benefits .benefit-line {
  width: 100%;
  height: 220px;
  margin-bottom: 40px;
}

body.page-wedding-list section.home-benefits .benefit, body.page-wedding-list article.home-benefits .benefit {
  background: rgba(249, 249, 249, 0.8);
  border: solid 1px #f2f2f2;
  margin: 0 40px 0 0;
  float: left;
  width: 220px;
  height: 220px;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
  color: #9e9e9e;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-wedding-list section.home-benefits .benefit:hover, body.page-wedding-list article.home-benefits .benefit:hover {
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

body.page-wedding-list section.home-benefits .benefit a, body.page-wedding-list article.home-benefits .benefit a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none !important;
}

body.page-wedding-list section.home-benefits .benefit .icon, body.page-wedding-list article.home-benefits .benefit .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  stroke: #9e9e9e;
}

body.page-wedding-list section.home-benefits .benefit p, body.page-wedding-list article.home-benefits .benefit p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 14px;
  margin: 0;
}

body.page-wedding-list section.home-benefits .view-all, body.page-wedding-list article.home-benefits .view-all {
  margin-top: 95px;
}

body.page-wedding-list section *, body.page-wedding-list article * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.page-wedding-list section .video-background, body.page-wedding-list article .video-background {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

body.page-wedding-list section .video-foreground, body.page-wedding-list article .video-foreground {
  background-color: #fff;
}

body.page-wedding-list section .home-wedding-list, body.page-wedding-list article .home-wedding-list, body.page-wedding-list section .video-background iframe, body.page-wedding-list article .video-background iframe {
  position: absolute;
  top: -222px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body.page-wedding-list section .preload, body.page-wedding-list article .preload {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -90;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: none;
}

body.page-wedding-list section .preload.loaded, body.page-wedding-list article .preload.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.page-wedding-list section #vidtop-content, body.page-wedding-list article #vidtop-content {
  top: 0;
  color: #fff;
}

.title-create-list {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.list-btns-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.list-btns-wrapper .create-list-btn-new {
  flex: 0 0 48%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
}

.list-btns-wrapper .create-list-btn-new:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.list-btns-wrapper .create-list-btn-new:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.list-btns-wrapper .create-list-btn-new:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list-btns-wrapper .create-list-btn-new:active {
  background-color: #1a1a1a;
}

.list-btns-wrapper .manage-list-btn-new {
  flex: 0 0 48%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
}

.list-btns-wrapper .manage-list-btn-new:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.list-btns-wrapper .manage-list-btn-new:hover {
  background-color: #fff;
  text-decoration: none;
}

.list-btns-wrapper .manage-list-btn-new:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list-btns-wrapper .manage-list-btn-new:active {
  background-color: #ebebeb;
}

.form-container-new {
  display: flex !important;
  justify-content: space-between;
}

.form-container-new .form-inline-new {
  flex: 0 0 48%;
  display: flex;
}

.form-container-new .form-inline-new span {
  flex: 1 0 33%;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  font-style: normal;
  border: 1px solid rgba(54, 54, 54, 0.2);
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.form-container-new .form-inline-new span.active {
  background-color: #363636;
  color: #fff;
}

.form-container-new .form-inline-new span.active:hover {
  border-bottom: 0;
}

.form-container-new .form-inline-new span:hover {
  cursor: pointer;
  border-bottom: 3px solid #d73034;
}

.form-container-new .choosen-search {
  flex: 0 0 48%;
}

.form-container-new .choosen-search .input-wrapper {
  width: 100%;
  position: relative;
  display: none;
}

.form-container-new .choosen-search .input-wrapper input {
  padding-left: 3px;
  width: 100%;
  height: 35px;
}

.form-container-new .choosen-search .input-wrapper svg {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  stroke: #363636;
  stroke-width: 1px;
}

.form-container-new .choosen-search .input-wrapper svg:hover {
  cursor: pointer;
}

.form-container-new .choosen-search .input-wrapper.active {
  display: block;
}

body.page-open-house-list section.home-list, body.page-open-house-list article.home-list {
  min-height: 1920px;
  position: relative;
  z-index: 0;
}

body.page-open-house-list section.home-list.with-bg, body.page-open-house-list article.home-list.with-bg {
  padding-top: 50px;
  background-image: url("../static/images/lists/bg-internal-home.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -125px;
}

body.page-open-house-list section.home-list:after, body.page-open-house-list article.home-list:after {
  content:"";
  position: absolute;
  height: 290px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

body.page-open-house-list section.home-list .parallax-blocks-a, body.page-open-house-list article.home-list .parallax-blocks-a {
  position: relative;
  margin-top: 90px;
  z-index: 2;
}

body.page-open-house-list section.home-list .parallax-blocks-a .secondary-title, body.page-open-house-list article.home-list .parallax-blocks-a .secondary-title {
  margin-left: 0 !important;
}

body.page-open-house-list section.home-list .parallax-blocks-a p.description, body.page-open-house-list article.home-list .parallax-blocks-a p.description {
  line-height: 25px;
  font-size: 14px;
  color: #363636;
  width: 70%;
}

body.page-open-house-list section.home-list .parallax-blocks-a .img-wrapper img, body.page-open-house-list article.home-list .parallax-blocks-a .img-wrapper img {
  -webkit-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
}

body.page-open-house-list section.home-list .parallax-blocks-a .img-wrapper.couple, body.page-open-house-list article.home-list .parallax-blocks-a .img-wrapper.couple {
  position: absolute;
  right: 0;
  top: 60px;
  margin-left: calc(50% + 65px);
}

body.page-open-house-list section.home-list .parallax-blocks-a .img-wrapper.family, body.page-open-house-list article.home-list .parallax-blocks-a .img-wrapper.family {
  position: absolute;
  left: calc(25% - 70px);
  margin-left: calc(25% - 70px);
  top: 380px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body.page-open-house-list section.home-list .parallax-blocks-a .img-wrapper.pillows, body.page-open-house-list article.home-list .parallax-blocks-a .img-wrapper.pillows {
  position: absolute;
  right: -45px;
  top: 640px;
  margin-left: calc(50% - 60px);
}

body.page-open-house-list section.home-list .parallax-blocks-a .img-wrapper.pillows img, body.page-open-house-list article.home-list .parallax-blocks-a .img-wrapper.pillows img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body.page-open-house-list section.home-list .parallax-blocks-a .learn-more, body.page-open-house-list article.home-list .parallax-blocks-a .learn-more {
  border: solid 1px #f6f6f6;
  width: 60%;
  position: absolute;
  left: 0;
  padding: 70px 70px 90px 70px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body.page-open-house-list section.home-list .parallax-blocks-a .how-it-works, body.page-open-house-list article.home-list .parallax-blocks-a .how-it-works {
  position: absolute;
  top: 720px;
  width: 45%;
  left: 0;
  z-index: 6;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body.page-open-house-list section.home-list .parallax-blocks-a .how-it-works p, body.page-open-house-list article.home-list .parallax-blocks-a .how-it-works p {
  width: 100%;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos, body.page-open-house-list article.home-list .parallax-blocks-a .videos {
  position: absolute;
  top: 1020px;
  left: 0;
  z-index: 7;
  width: 100%;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video-footer-text, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video-footer-text {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  padding: 13px;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  z-index: 10;
  width: 190px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 1.85px !important;
  color: #363636;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video {
  float: left;
  margin-right: 20px;
  width: 300px;
  position: relative;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video .img-wrapper > img, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video .img-wrapper > img {
  width: 100%;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video .player, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video .player {
  width: 100%;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video .start-video, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video .start-video {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video .start-video img, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video .start-video img {
  width: 60px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video .start-video:hover, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video .start-video:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-filter: brightness 1;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video div.thumbnail_container, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video div.thumbnail_container {
  width: 230px;
  height: 230px;
  overflow: hidden;
}

body.page-open-house-list section.home-list .parallax-blocks-a .videos .video img.thumbnail, body.page-open-house-list article.home-list .parallax-blocks-a .videos .video img.thumbnail {
  margin-top: -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body.page-open-house-list section.home-list .box-search-wrapper, body.page-open-house-list article.home-list .box-search-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

body.page-open-house-list section.home-list .box-search-list, body.page-open-house-list article.home-list .box-search-list {
  width: 520px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.9);
  float: right !important;
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 146px 40px rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-align: center;
  padding: 45px;
}

body.page-open-house-list section.home-list .box-search-list hr, body.page-open-house-list article.home-list .box-search-list hr {
  margin: 10px 0 10px !important;
  border-color: #363636 !important;
}

body.page-open-house-list section.home-list .box-search-list hr.last, body.page-open-house-list article.home-list .box-search-list hr.last {
  margin: 10px 0 10px !important;
  border-color: #adadad !important;
}

body.page-open-house-list section.home-list .box-search-list .form-inline .field.date, body.page-open-house-list article.home-list .box-search-list .form-inline .field.date {
  margin-right: 0 !important;
  border-right: none !important;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
}

body.page-open-house-list section.home-list .box-search-list .form-inline .field.name, body.page-open-house-list article.home-list .box-search-list .form-inline .field.name {
  width: 100% !important;
}

body.page-open-house-list section.home-list .box-search-list .input-group-addon, body.page-open-house-list article.home-list .box-search-list .input-group-addon {
  padding: 14px;
  margin-right: 10px;
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
}

body.page-open-house-list section.home-list .box-search-list .input-group-addon .fa, body.page-open-house-list article.home-list .box-search-list .input-group-addon .fa {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

body.page-open-house-list section.home-list .box-search-list .form-inline .input-wrapper input, body.page-open-house-list article.home-list .box-search-list .form-inline .input-wrapper input {
  height: 45px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-open-house-list section.home-list .box-search-list .title, body.page-open-house-list article.home-list .box-search-list .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-open-house-list section.home-list .box-search-list .call, body.page-open-house-list article.home-list .box-search-list .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  position: relative;
}

body.page-open-house-list section.home-list .box-search-list .call:before, body.page-open-house-list article.home-list .box-search-list .call:before, body.page-open-house-list section.home-list .box-search-list .call:after, body.page-open-house-list article.home-list .box-search-list .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 120px;
  background: #363636;
}

body.page-open-house-list section.home-list .box-search-list .call:before, body.page-open-house-list article.home-list .box-search-list .call:before {
  left: 0;
}

body.page-open-house-list section.home-list .box-search-list .call:after, body.page-open-house-list article.home-list .box-search-list .call:after {
  right: 0;
}

body.page-open-house-list section.home-list .box-search-list .call.darker:before, body.page-open-house-list article.home-list .box-search-list .call.darker:before, body.page-open-house-list section.home-list .box-search-list .call.darker:after, body.page-open-house-list article.home-list .box-search-list .call.darker:after {
  background: #363636 !important;
}

body.page-open-house-list section.home-list .box-search-list .form-container, body.page-open-house-list article.home-list .box-search-list .form-container {
  display: inline-table;
  width: 100%;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline {
  margin-bottom: 10px !important;
  height: 45px;
  margin-top: 10px;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .input-wrapper, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  float: left;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .input-wrapper .icon, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .input-wrapper .icon {
  right: 20px;
  position: absolute;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field {
  color: #adadad;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  float: left;
  height: 45px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field.date, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field.date {
  width: 280px;
  margin-right: 5px;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field.date::-webkit-clear-button, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field.date::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field.date::-webkit-inner-spin-button, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field.date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field.date::-webkit-calendar-picker-indicator {
  background-position: center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  margin-right: 8px;
  z-index: 999;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .field.name, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .field.name {
  width: 100% !important;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button {
  width: calc(100% - 332px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button:after, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button:hover, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button:hover:after, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button:active, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button:active {
  background-color: #1a1a1a;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button:after, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button:after {
  content:"" !important;
}

body.page-open-house-list section.home-list .box-search-list .form-container .form-inline .search-button .icon, body.page-open-house-list article.home-list .box-search-list .form-container .form-inline .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
}

body.page-open-house-list section.home-list .box-search-list .create-list-btn, body.page-open-house-list article.home-list .box-search-list .create-list-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  margin-top: 22px;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 14px;
}

body.page-open-house-list section.home-list .box-search-list .create-list-btn:after, body.page-open-house-list article.home-list .box-search-list .create-list-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-open-house-list section.home-list .box-search-list .create-list-btn:hover, body.page-open-house-list article.home-list .box-search-list .create-list-btn:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-open-house-list section.home-list .box-search-list .create-list-btn:hover:after, body.page-open-house-list article.home-list .box-search-list .create-list-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-open-house-list section.home-list .box-search-list .create-list-btn:active, body.page-open-house-list article.home-list .box-search-list .create-list-btn:active {
  background-color: #1a1a1a;
}

body.page-open-house-list section.home-list .box-search-list .create-list-footer, body.page-open-house-list article.home-list .box-search-list .create-list-footer {
  margin-top: 17px;
}

body.page-open-house-list section.home-list .box-search-list .create-list-footer .manage-other-list, body.page-open-house-list article.home-list .box-search-list .create-list-footer .manage-other-list {
  float: left;
  font-size: 13px;
}

body.page-open-house-list section.home-list .box-search-list .create-list-footer .manage, body.page-open-house-list article.home-list .box-search-list .create-list-footer .manage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  color: #787878;
  float: right;
  cursor: pointer;
}

body.page-open-house-list section.home-list .box-search-list .create-list-footer .manage:after, body.page-open-house-list article.home-list .box-search-list .create-list-footer .manage:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-open-house-list section.home-list .box-search-list .create-list-footer .manage:hover:after, body.page-open-house-list article.home-list .box-search-list .create-list-footer .manage:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-open-house-list section.benefits .content-title, body.page-open-house-list article.benefits .content-title {
  margin-bottom: 0;
}

body.page-open-house-list section.benefits .secondary-title, body.page-open-house-list article.benefits .secondary-title {
  margin-left: 0;
}

body.page-open-house-list section.benefits #benefitsCarousel, body.page-open-house-list article.benefits #benefitsCarousel {
  padding: 5px 30px;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-list, body.page-open-house-list article.benefits #benefitsCarousel .slick-list {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-track, body.page-open-house-list article.benefits #benefitsCarousel .slick-track {
  padding-bottom: 25px;
  padding-top: 10px;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 2;
  padding: 5px;
  font-size: 0;
  color: #636363;
  border: none;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow:hover, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow.slick-disabled, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow.slick-disabled {
  color: #e0e0e0 !important;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow:before, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 0.6;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow.slick-prev, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow.slick-prev {
  left: 2px;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow.slick-prev:before, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow.slick-prev:before {
  content:"\f104";
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow.slick-next, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow.slick-next {
  right: 2px;
}

body.page-open-house-list section.benefits #benefitsCarousel .slick-arrow.slick-next:before, body.page-open-house-list article.benefits #benefitsCarousel .slick-arrow.slick-next:before {
  content:"\f105";
}

body.page-open-house-list section.benefits #benefitsCarousel .item, body.page-open-house-list article.benefits #benefitsCarousel .item {
  padding: 0 15px;
}

body.page-open-house-list section.benefits .benefit, body.page-open-house-list article.benefits .benefit {
  background: rgba(249, 249, 249, 0.8);
  border: solid 1px #f2f2f2;
  margin: 0 auto;
  float: left;
  width: 100%;
  height: 300px;
  -webkit-box-shadow: -6px 6px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 16px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 16px rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding: 20px;
  color: #9e9e9e;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

body.page-open-house-list section.benefits .benefit-wrapper, body.page-open-house-list article.benefits .benefit-wrapper {
  position: relative;
}

body.page-open-house-list section.benefits .benefit-wrapper:before, body.page-open-house-list article.benefits .benefit-wrapper:before, body.page-open-house-list section.benefits .benefit-wrapper:after, body.page-open-house-list article.benefits .benefit-wrapper:after {
  content:" ";
  display: table;
}

body.page-open-house-list section.benefits .benefit-wrapper:after, body.page-open-house-list article.benefits .benefit-wrapper:after {
  clear: both;
}

body.page-open-house-list section.benefits .benefit-wrapper .anchor-layer, body.page-open-house-list article.benefits .benefit-wrapper .anchor-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.page-open-house-list section.benefits .benefit-wrapper:hover .benefit, body.page-open-house-list article.benefits .benefit-wrapper:hover .benefit {
  -webkit-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

body.page-open-house-list section.benefits .benefit .icon, body.page-open-house-list article.benefits .benefit .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  stroke: #9e9e9e;
}

body.page-open-house-list section.benefits .benefit p, body.page-open-house-list article.benefits .benefit p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 0;
}

body.page-open-house-list section.benefits .benefit .title, body.page-open-house-list article.benefits .benefit .title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 20px;
  margin-top: -30px;
  height: 30px;
  display: block;
}

body.page-open-house-list section.benefits .benefit hr, body.page-open-house-list article.benefits .benefit hr {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

body.page-open-house-list section.benefits .view-all, body.page-open-house-list article.benefits .view-all {
  margin-top: 10px;
}

body.page-listas-noivos {
  padding-top: 0;
}

body.page-listas-noivos .container.for-nav {
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background: #fff;
}

body.page-listas-noivos .navbar-collapse.collapse {
  float: right;
}

body.page-listas-noivos .nav a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  margin: 0 40px;
  height: auto;
}

body.page-listas-noivos .nav a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-noivos .nav a:hover {
  background-color: transparent;
  text-decoration: none;
}

body.page-listas-noivos .nav a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-noivos .nav a:active {
  background-color: rgba(0, 0, 0, 0);
}

body.page-listas-noivos .nav a:after {
  margin-left: 10px;
}

body.page-listas-noivos .nav a:last-child {
  margin-right: 30px;
}

body.page-listas-noivos section.wedding-content {
  margin-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
}

body.page-listas-noivos section.wedding-content .wedding-post {
  margin: 0 15px 0 15px;
  color: #393939;
}

body.page-listas-noivos section.wedding-content .wedding-post h2 {
  display: block;
  font-family: "Prata", serif;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.page-listas-noivos section.wedding-content .wedding-post .subtitle {
  font-size: 14px;
  margin-bottom: 35px;
}

body.page-listas-noivos section.wedding-content .wedding-post .description {
  line-height: 25px;
  font-size: 13px;
  color: #363636;
  width: 70%;
}

body.page-listas-noivos section.wedding-content .wedding-post .wedding-photos {
  margin-top: 30px;
  min-height: 500px;
}

body.page-listas-noivos section.wedding-content .wedding-post .wedding-photos img {
  width: 50%;
  float: left;
  max-height: 500px;
  -webkit-box-shadow: -4px 4px 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -4px 4px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -4px 4px 2px 0 rgba(0, 0, 0, 0.06);
}

body.page-listas-noivos section.wedding-content .wedding-post .wedding-photos img:first-child {
  padding-right: 5px;
}

body.page-listas-noivos section.wedding-content .wedding-post .wedding-photos img:last-child {
  padding-left: 5px;
}

body.page-listas-noivos section.wedding-content #weddingCarousel {
  margin: 0 15px 60px 15px;
}

body.page-listas-noivos section.wedding-content #weddingCarousel .item img {
  width: 100%;
  object-fit: cover;
}

body.page-listas-noivos section.wedding-content #weddingCarousel .slick-arrow {
  color: #eaeaea;
  font-size: 50px;
  background: transparent;
  border: 0;
}

body.page-listas-noivos section.wedding-content #weddingCarousel .slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -40px;
}

body.page-listas-noivos section.wedding-content #weddingCarousel .slick-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -40px;
}

body.page-listas-noivos section.photo {
  height: 864px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.page-listas-noivos section.photo {
    height: 577px !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-listas-noivos section.photo {
    height: 864px !important;
  }
}
body.page-listas-noivos section.photo img {
  width: 100%;
}

body.page-listas-noivos section.photo .spotify-plugin {
  float: right;
  margin-right: 30px;
}

body.page-listas-noivos section.photo .spotify-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.page-listas-noivos section.photo .spotify-icon img {
  width: auto !important;
  float: right;
}

body.page-listas-noivos section.photo .title-border {
  border: solid 1px #fff;
  padding: 20px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

body.page-listas-noivos section.photo .title-border .remaining-days {
  background-color: #db2418;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 12px;
  max-width: 500px;
  min-width: 180px;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-listas-noivos section.photo .title-border .title-wrapper {
  padding: 20px;
  background: #fff;
}

body.page-listas-noivos section.photo .title-border .title-wrapper .title {
  display: block;
  text-align: center;
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
  padding: 0 40px;
}

body.page-listas-noivos section.photo .title-border .title-wrapper .call {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: grey31;
  text-align: center;
  font-weight: 500;
  position: relative;
}

body.page-listas-noivos section.photo .title-border .title-wrapper .call:before, body.page-listas-noivos section.photo .title-border .title-wrapper .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 0.8px;
  width: 30%;
  background: #363636;
}

body.page-listas-noivos section.photo .title-border .title-wrapper .call:before {
  left: 0;
}

body.page-listas-noivos section.photo .title-border .title-wrapper .call:after {
  right: 0;
}

body.page-listas-noivos section.photo .title-border .title-wrapper hr {
  margin: 14px 0 8px 0 !important;
  border-color: #363636 !important;
}

body.page-listas-noivos section.wedding-products {
  margin: 30px 35px 90px 35px;
}

body.page-listas-noivos section.wedding-products .product-description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-listas-noivos section.wedding-products .product-description {
    float: left;
    width: 50%;
  }
}
body.page-listas-noivos section.wedding-products .product-description .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1.4;
  color: #363636;
  margin-bottom: 30px;
}

body.page-listas-noivos section.wedding-products .product-description .description {
  font-size: 16px;
  line-height: 25px;
  color: #363636;
}

body.page-listas-noivos section.wedding-products .product-description .view-more {
  float: left;
  text-align: left;
  width: 50%;
  margin-top: 30px;
}

body.page-listas-noivos section.wedding-products .product-description .view-more .anchor {
  text-transform: uppercase;
  background: #fff;
  color: #adadad;
  letter-spacing: 1.5px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-listas-noivos section.wedding-products .product-description .view-more .anchor:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 11px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-listas-noivos section.wedding-products .product-description .view-more .anchor:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-noivos section.wedding-products .product-description .view-more.f8 .anchor {
  background: rgba(255, 255, 255, 0.6) !important;
}

body.page-listas-noivos section.wedding-products .product-description .view-more:after {
  content: none;
}

body.page-listas-noivos section.wedding-products .product-images {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-listas-noivos section.wedding-products .product-images {
    float: left;
    width: 50%;
  }
}
body.page-listas-noivos section.wedding-products .product-images img {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

body.page-listas-noivos section.wedding-photo {
  overflow: hidden;
  position: relative;
  margin: 20px 0 60px 0;
}

body.page-listas-noivos section.wedding-photo img {
  object-fit: cover;
  object-position: 0% 100%;
  height: 393px;
  width: 100%;
}

body.page-listas-noivos section.wedding-photo .wedding-text {
  position: absolute;
  top: 30%;
  left: 20%;
  right: 20%;
  text-align: center;
  color: #fff;
}

body.page-listas-noivos section.wedding-photo .wedding-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

body.page-listas-noivos section.wedding-photo .wedding-text .subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

body.page-listas-noivos section.wedding-photo .wedding-text .description {
  font-size: 13px;
  line-height: 19px;
}

body.page-listas-noivos section.search-form:before, body.page-listas-noivos section.search-form:after {
  content:" ";
  display: table;
}

body.page-listas-noivos section.search-form:after {
  clear: both;
}

body.page-listas-noivos section.search-form .secondary-title {
  margin: 20px 0;
}

body.page-listas-noivos section.search-form form.search-by-name {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  width: 250px;
}

body.page-listas-noivos section.search-form .forms {
  padding: 10px 0;
  background-color: #f5f5f5;
}

body.page-listas-noivos section.search-form .forms:before, body.page-listas-noivos section.search-form .forms:after {
  content:" ";
  display: table;
}

body.page-listas-noivos section.search-form .forms:after {
  clear: both;
}

body.page-listas-noivos section.search-form .forms .left, body.page-listas-noivos section.search-form .forms .right {
  width: 50%;
  float: left;
}

body.page-listas-noivos section.search-form .list-view-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #db2418;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

body.page-listas-noivos section.search-form .list-view-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: #f5f5f5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-noivos section.search-form .list-view-btn:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

body.page-listas-noivos section.search-form .list-view-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-noivos section.search-form .list-view-btn:active {
  background-color: #e1e1e1;
}

body.page-listas-noivos section.search-form .list-view-btn:after {
  content:"";
}

body.page-listas-noivos section.search-form .list-view-btn.active {
  border: solid 1px #d0d0d0;
}

body.page-listas-noivos section.search-form .list-view-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-listas-noivos section.search-form .field-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-listas-noivos section.search-form .field-wrapper:last-child {
  padding-right: 0;
}

body.page-listas-noivos section.search-form .field-wrapper:last-child .icon {
  right: 15px;
}

body.page-listas-noivos section.search-form .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-listas-noivos section.search-form .field-wrapper > select::-ms-expand {
  display: none;
}

body.page-listas-noivos section.search-form .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-listas-noivos section.search-form .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-listas-noivos section.search-wrapper .product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  body.page-listas-noivos section.search-wrapper .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.page-listas-noivos section.search-wrapper .product {
    float: left;
    width: 33.3333333333%;
  }
}
body.page-listas-noivos section.search-wrapper .dropdown:first-child > a {
  border-top: 0 none !important;
}

@media only screen and (min-width: 1200px) {
  body.page-listas-noivos section.search-wrapper .search-results {
    padding-right: 0;
  }
}
body.page-listas-noivos section.search-wrapper .search-filters .filters-wrapper {
  border-bottom: 0 none;
}

body.page-listas-noivos section.search-wrapper .search-filters .title-for-checkboxes {
  margin-top: 3px;
  text-transform: uppercase;
  color: #7e7e7e;
}

body.page-listas-noivos section.search-wrapper .search-filters .field-wrapper {
  display: inline-flex;
  margin-bottom: 15px;
  width: 100%;
}

body.page-listas-noivos section.search-wrapper .search-filters .field-wrapper .text {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  padding-top: 6px;
}

body.page-listas-noivos section.search-wrapper .search-filters .clear-filters {
  font-size: 11px;
  letter-spacing: 1px;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 4px;
  display: block;
}

body.page-listas-noivos section.search-wrapper .search-filters .clear-filters:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-listas-noivos section.search-wrapper .search-filters .clear-filters:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-noivos section.search-wrapper .search-filters .clear-filters:after {
  content:"\f1f8";
}

body.page-listas-noivos section.search-wrapper .back-side-lines {
  position: relative;
  text-align: center;
  margin-bottom: 154px;
  margin-top: 40px;
}

body.page-listas-noivos section.search-wrapper .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
}

body.page-listas-noivos section.search-wrapper .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-listas-noivos section.search-wrapper .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 260px;
}

body.page-listas-noivos section.search-wrapper .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-listas-noivos section.search-wrapper .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-listas-noivos section.search-wrapper .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-listas-noivos section.search-wrapper .view-more-btn:active {
  background-color: #646464;
}

body.page-listas-noivos section.search-wrapper .checkbox-wrapper input[type=checkbox], body.page-listas-noivos section.search-wrapper .checkbox-wrapper input[type=radio] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-listas-noivos section.search-wrapper .checkbox-wrapper .square {
  width: 17px;
  height: 17px;
  border: 1px solid #363636;
  padding: 2px;
  display: inline-block;
  margin-top: 3px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}

body.page-listas-noivos section.search-wrapper .checkbox-wrapper .square .icon {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}

body.page-listas-noivos section.search-wrapper .checkbox-wrapper input:checked + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

body.page-search-lists section.search {
  padding-top: 25px;
}

body.page-search-lists section.search .field-wrapper .field {
  margin-bottom: 0;
}

body.page-search-lists section.search span.secondary-title {
  margin-bottom: 25px !important;
}

body.page-search-lists section.search .search-results-description {
  background: #f8f8f8;
  padding: 20px 20px 20px 10px;
  margin-bottom: 20px;
  font-size: 15px !important;
}

body.page-search-lists section.search .search-results-description .secondary-title {
  font-size: 14px;
  margin: 0 !important;
}

body.page-search-lists section.search .search-results-description .hint {
  margin-top: 10px;
}

body.page-search-lists section.search .back-side-lines {
  position: relative;
  text-align: center;
}

body.page-search-lists section.search .back-side-lines:before {
  background: #838383;
  content:"";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
}

body.page-search-lists section.search .back-side-lines > span {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  display: inline-block;
}

body.page-search-lists section.search .back-side-lines > span .view-more-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #787878;
  background-color: #838383;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  letter-spacing: 1.85px;
  font-size: 12px;
  width: 260px;
}

body.page-search-lists section.search .back-side-lines > span .view-more-btn:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-search-lists section.search .back-side-lines > span .view-more-btn:hover {
  background-color: #787878;
  text-decoration: none;
}

body.page-search-lists section.search .back-side-lines > span .view-more-btn:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-search-lists section.search .back-side-lines > span .view-more-btn:active {
  background-color: #646464;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper {
  flex: 0 0 50%;
  color: #adadad;
  padding-right: 0;
  padding-left: 0;
  width: auto;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper > select {
  width: 120px;
  background-color: #f5f5f5;
  height: 35px !important;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper > input {
  margin-left: 15px;
  height: 35px !important;
  width: 250px;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper .icon {
  right: 15px;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper svg {
  position: absolute;
  top: 35%;
  right: 5px !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  stroke: #363636;
  stroke-width: 1px;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .field-wrapper svg:hover {
  cursor: pointer;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 45px;
  float: left;
  position: relative;
  padding: 0;
  margin-left: 5px;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button:active {
  background-color: #1a1a1a;
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button .icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-search-lists section.search .form-container .joined-fields-wrapper .search-button:after {
  content:"" !important;
}

body.page-search-lists section.search .form-container .field-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

body.page-search-lists section.search .form-container .field-wrapper:first-child {
  padding-left: 0;
}

body.page-search-lists section.search .form-container .field-wrapper:last-child {
  padding-right: 0;
}

body.page-search-lists section.search .form-container .field-wrapper:last-child .icon {
  right: 15px;
}

body.page-search-lists section.search .form-container .field-wrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

body.page-search-lists section.search .form-container .field-wrapper > select::-ms-expand {
  display: none;
}

body.page-search-lists section.search .form-container .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.page-search-lists section.search .form-container .field-wrapper .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

body.page-search-lists section.search .list-search-results {
  margin-bottom: 50px;
}

body.page-search-lists section.search .list-search-results .row {
  display: flex;
  flex-wrap: wrap;
}

body.page-search-lists section.search .list-search-results .row:before, body.page-search-lists section.search .list-search-results .row:after {
  content:" ";
  display: table;
}

body.page-search-lists section.search .list-search-results .row:after {
  clear: both;
}

body.page-search-lists section.search .list-search-results .list-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}

body.page-search-lists section.search .list-search-results .list-item:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  body.page-search-lists section.search .list-search-results .list-item {
    float: left;
    width: 25%;
  }
}
body.page-search-lists section.search .list-search-results .list-item:hover {
  -webkit-transform: scale(1.04) !important;
  -moz-transform: scale(1.04) !important;
  -ms-transform: scale(1.04) !important;
  -o-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}

body.page-search-lists section.search .list-search-results .list-item .img-container {
  position: relative;
  height: 290px;
}

body.page-search-lists section.search .list-search-results .list-item .img-container:before, body.page-search-lists section.search .list-search-results .list-item .img-container:after {
  content:" ";
  display: table;
}

body.page-search-lists section.search .list-search-results .list-item .img-container:after {
  clear: both;
}

body.page-search-lists section.search .list-search-results .list-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.08);
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  padding: 20px;
  padding-top: 40px;
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 23px -1px rgba(0, 0, 0, 0.08);
  z-index: 4;
  width: 90%;
  min-height: 70px;
  letter-spacing: 1.85px !important;
  text-align: center;
  font-weight: bold;
  color: #787878;
  margin: -20px auto 0 auto;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title span.text-title {
  line-height: 25px;
  vertical-align: middle;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title span.subtitle {
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title hr {
  padding: 0;
  border-color: #787878;
  margin: 10px 0;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #787878;
  line-height: 9px;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call.reduced {
  font-size: 13px !important;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call {
  position: relative;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call:before, body.page-search-lists section.search .list-search-results .list-item .list-type-title .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 30%;
  background: #787878;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call:before {
  left: 0;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call:after {
  right: 0;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call.new-list:before {
  width: 0;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call.new-list:after {
  width: 100%;
  margin-bottom: 8px;
}

body.page-search-lists section.search .list-search-results .list-item .list-type-title .call.darker:before, body.page-search-lists section.search .list-search-results .list-item .list-type-title .call.darker:after {
  background: #363636 !important;
}

body.page-search-lists section.banner-block {
  margin-bottom: 50px;
}

body.page-search-lists section.home-blog {
  margin-top: 50px;
  padding-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

body.page-search-lists section.home-blog .secondary-title {
  margin-left: 0;
}

body.page-search-lists section.home-blog .title {
  font-family: "Prata", serif;
  font-size: 19px;
  margin-bottom: 10px;
}

body.page-search-lists section.home-blog .view-more {
  margin-top: 41px;
  margin-left: 0;
  float: none;
}

.form-inline-new {
  flex: 0 0 50%;
  display: flex;
}

.form-inline-new span {
  flex: 1 0 33%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-style: normal;
  border: 1px solid rgba(54, 54, 54, 0.2);
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.form-inline-new span.active {
  background-color: #363636;
  color: #fff;
  font-weight: 600;
}

.form-inline-new span.active:hover {
  border-bottom: 0;
}

.form-inline-new span:hover {
  cursor: pointer;
  border-bottom: 3px solid #d73034;
}

.choosen-search {
  flex: 0 0 50%;
}

.choosen-search .input-wrapper {
  width: 100%;
  position: relative;
  display: none;
}

.choosen-search .input-wrapper input {
  -webkit-appearance: none;
  margin-left: 15px;
  width: 100%;
  height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #363636;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.choosen-search .input-wrapper svg {
  position: absolute;
  top: 50%;
  right: -10px !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  stroke: #363636;
  stroke-width: 1px;
}

.choosen-search .input-wrapper svg:hover {
  cursor: pointer;
}

.choosen-search .input-wrapper.active {
  display: block;
}

hr.new-hr {
  margin-top: 10px;
}

body.page-lookbook .informative-block {
  padding-top: 39px;
  padding-bottom: 39px;
  border: 11px solid #363636;
}

body.page-lookbook .informative-block:before, body.page-lookbook .informative-block:after {
  content:" ";
  display: table;
}

body.page-lookbook .informative-block:after {
  clear: both;
}

@media only screen and (min-width: 1200px) {
  body.page-lookbook .informative-block .content-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.page-lookbook .informative-block .content-wrapper .text, body.page-lookbook .informative-block .content-wrapper .buttons {
  padding: 0 50px;
}

body.page-lookbook .informative-block .content-wrapper .text {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  body.page-lookbook .informative-block .content-wrapper .text {
    margin-bottom: 10px;
  }
}
body.page-lookbook .informative-block .content-wrapper .buttons {
  text-align: center;
  white-space: nowrap;
}

body.page-lookbook .informative-block .content-wrapper .buttons .grey {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

body.page-lookbook .informative-block .content-wrapper .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook .informative-block .content-wrapper .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook .informative-block .content-wrapper .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook .informative-block .content-wrapper .buttons .grey:active {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 1199px) {
  body.page-lookbook .informative-block .content-wrapper .buttons .grey {
    padding: 0 25px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-lookbook .informative-block .content-wrapper .buttons .grey {
    width: 192px;
  }
}
body.page-lookbook .informative-block .content-wrapper .buttons .transparent {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

body.page-lookbook .informative-block .content-wrapper .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook .informative-block .content-wrapper .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body.page-lookbook .informative-block .content-wrapper .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook .informative-block .content-wrapper .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

body.page-lookbook .informative-block .content-wrapper .buttons a:nth-child(2n+2) {
  margin: 0 45px;
}

@media only screen and (max-width: 1199px) {
  body.page-lookbook .informative-block .content-wrapper .buttons a:nth-child(2n+2) {
    margin: 0 25px;
  }
}
body.page-lookbook .featured-blocks {
  margin-left: -15px;
  margin-right: -15px;
}

body.page-lookbook .featured-blocks:before, body.page-lookbook .featured-blocks:after {
  content:" ";
  display: table;
}

body.page-lookbook .featured-blocks:after {
  clear: both;
}

body.page-lookbook .featured-blocks .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.page-lookbook .featured-blocks .block {
    float: left;
    width: 33.3333333333%;
  }
}
body.page-lookbook .area.look {
  position: relative;
}

body.page-lookbook .area.look .secondary-title {
  padding-left: 30px;
}

body.page-lookbook .area.look .img-wrapper {
  position: relative;
}

body.page-lookbook .area.look .img-wrapper .picture {
  height: 498px;
  width: 100%;
  object-fit: cover;
}

body.page-lookbook .area.look .img-wrapper .container {
  position: relative;
}

body.page-lookbook .area.look #pins-ref {
  display: none;
}

body.page-lookbook .area.look #pins-wrapper ul {
  list-style-type: none;
  padding: 0;
}

body.page-lookbook .area.look #pins-wrapper ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
}

body.page-lookbook .area.look #pins-wrapper ul li button {
  border: none;
  display: block;
  width: 22px !important;
  height: 22px !important;
  background: #db2418;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.38), 0 0 7px rgba(255, 255, 255, 0.15) inset;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateX(-11px) translateY(-11px);
  -moz-transform: translateX(-11px) translateY(-11px);
  -ms-transform: translateX(-11px) translateY(-11px);
  -o-transform: translateX(-11px) translateY(-11px);
  transform: translateX(-11px) translateY(-11px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-lookbook .area.look #pins-wrapper ul li button:hover {
  -webkit-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -moz-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -ms-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -o-transform: translateX(-11px) translateY(-11px) scale(1.1);
  transform: translateX(-11px) translateY(-11px) scale(1.1);
}

body.page-lookbook .area.look #pins-wrapper ul li.slick-active button {
  -webkit-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -moz-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -ms-transform: translateX(-11px) translateY(-11px) scale(1.1);
  -o-transform: translateX(-11px) translateY(-11px) scale(1.1);
  transform: translateX(-11px) translateY(-11px) scale(1.1);
}

body.page-lookbook .area.home-style {
  margin-top: 60px;
}

@media (min-width: 992px) {
  body.page-lookbook .area.home-style .secondary-title {
    margin-left: 8.3333333333%;
  }
}
body.page-lookbook .area.home-style .products-nav {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.page-lookbook .area.home-style .container .clearfix .img-wrapper {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-lookbook .area.home-style .container .clearfix .img-wrapper {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  body.page-lookbook .area.home-style .container .clearfix .img-wrapper {
    float: left;
    width: 83.3333333333%;
  }
}
body.page-lookbook .area.home-style .container .clearfix .img-wrapper:before, body.page-lookbook .area.home-style .container .clearfix .img-wrapper:after {
  content:"";
  width: 11px;
  height: 163px;
  position: absolute;
  background: #e3e3e3;
  top: 89px;
}

body.page-lookbook .area.home-style .container .clearfix .img-wrapper:before {
  left: 4px;
}

body.page-lookbook .area.home-style .container .clearfix .img-wrapper:after {
  right: 4px;
}

body.page-lookbook .area.my-way {
  margin-top: 61px;
}

body.page-lookbook .area.my-way .title-block {
  margin-top: 16px;
  border: 1px solid #363636;
}

body.page-lookbook .area.my-way .img-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: -1;
  padding-right: 0;
}

@media (min-width: 768px) {
  body.page-lookbook .area.my-way .img-wrapper {
    float: left;
    width: 82.5%;
  }
}
@media (min-width: 768px) {
  body.page-lookbook .area.my-way .img-wrapper {
    margin-left: -39.1666666667%;
  }
}
@media (min-width: 992px) {
  body.page-lookbook .area.my-way .img-wrapper {
    float: left;
    width: 82.5%;
  }
}
@media (min-width: 992px) {
  body.page-lookbook .area.my-way .img-wrapper {
    margin-left: -25%;
  }
}
@media (min-width: 1200px) {
  body.page-lookbook .area.my-way .img-wrapper {
    margin-left: -16.6666666667%;
  }
}
body.page-lookbook .area.my-way .img-wrapper img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

body.page-lookbook .area.home-blog {
  background: #f8f8f8;
  margin-top: 61px;
  padding-top: 48px;
}

body.page-lookbook .area.home-blog .block {
  margin-bottom: 0;
}

body.page-lookbook .area.destaques {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}

body.page-lookbook .area.destaques .block {
  margin-bottom: 40px;
}

body.page-lookbook .area.destaques .block .title {
  margin: 10px 0 10px 0;
}

body.page-lookbook .area.destaques .block .view-products {
  float: left;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
  margin-top: 0;
  margin-left: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-lookbook .area.destaques .block .view-products:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-lookbook .area.destaques .block .view-products:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook.prata .view-more {
  float: none;
  margin-top: initial;
  margin-left: initial;
}

body.page-lookbook .block .img-wrapper {
  position: relative;
  margin-bottom: 18px;
}

body.page-lookbook .block .info-wrapper {
  position: absolute;
  background: rgba(219, 36, 24, 0.93);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
}

body.page-lookbook .block .info-wrapper .info {
  margin: 0 auto;
}

body.page-lookbook .block .info .title-percentage {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0 !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 14px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  color: #fff !important;
  display: block;
}

body.page-lookbook .block .info .text {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: 24px;
  display: inline-block;
}

body.page-lookbook .center {
  text-align: center !important;
}

body.page-lookbook .parallax-blocks .container .block .title-sub {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
  vertical-align: text-top;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  body.page-lookbook .parallax-blocks .container .block .title-sub {
    display: block;
    margin-right: 0;
  }
}
body.page-lookbook #lookbookCarouselInfo {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 56px;
  width: 450px;
}

@media only screen and (max-width: 991px) {
  body.page-lookbook #lookbookCarouselInfo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.page-lookbook #lookbookCarouselInfo {
    top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  body.page-lookbook #lookbookCarouselInfo {
    margin-left: -343px;
  }
}
@media only screen and (min-width: 992px) {
  body.page-lookbook #lookbookCarouselInfo {
    margin-left: -438px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-lookbook #lookbookCarouselInfo {
    margin-left: -548px;
  }
}
@media only screen and (min-width: 1281px) {
  body.page-lookbook #lookbookCarouselInfo {
    margin-left: -588px;
  }
}
body.page-lookbook #lookbookCarouselInfo .info {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  max-width: 450px;
  padding: 43px 40px 43px;
}

body.page-lookbook #lookbookCarouselInfo .info .call {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
  position: relative;
}

body.page-lookbook #lookbookCarouselInfo .info .call:after, body.page-lookbook #lookbookCarouselInfo .info .call:before {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

body.page-lookbook #lookbookCarouselInfo .info .call:before {
  left: 0;
}

body.page-lookbook #lookbookCarouselInfo .info .call:after {
  right: 0;
}

body.page-lookbook #lookbookCarouselInfo .info .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-lookbook #lookbookCarouselInfo .info .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

body.page-lookbook #lookbookCarouselInfo .info .text {
  line-height: 20px;
}

body.page-lookbook #lookbookCarouselInfo .info .view-more {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}

body.page-lookbook #lookbookCarouselInfo .info .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook #lookbookCarouselInfo .info .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook #lookbookCarouselInfo .info .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook #lookbookCarouselInfo .info .view-more:active {
  background-color: #1a1a1a;
}

body.page-lookbook #lookbookCarousel {
  margin-top: 0;
  padding: 0 0 55px;
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  body.page-lookbook #lookbookCarousel {
    width: 100%;
  }
}
body.page-lookbook #lookbookCarouselWrapper {
  overflow: hidden;
}

body.page-lookbook #lookbookCarousel > .slick-list {
  overflow: visible !important;
}

@media only screen and (max-width: 991px) {
  body.page-lookbook #lookbookCarousel > .slick-list {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  body.page-lookbook #lookbookCarousel > .slick-list {
    padding: 0 0 0 100px !important;
  }
}
body.page-lookbook #lookbookCarousel > .slick-list > .slick-track > .item {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}

@media only screen and (min-width: 992px) {
  body.page-lookbook #lookbookCarousel > .slick-list > .slick-track > .item {
    padding: 0 24px;
  }
}
body.page-lookbook #lookbookCarousel > .slick-list > .slick-track > .item .slide-img {
  object-fit: cover;
  min-height: 520px;
}

body.page-lookbook #lookbookCarousel .carousel-inner {
  background-color: #474747;
}

body.page-lookbook #lookbookCarousel .carousel-control {
  background: none !important;
  z-index: 2;
}

body.page-lookbook #lookbookCarousel .slick-dots {
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: 65px;
  right: 40px;
  left: initial;
  max-width: 25%;
  text-align: right;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  display: flex;
}

body.page-lookbook #lookbookCarousel .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 5px;
  background: rgba(255, 255, 255, 0.96);
  margin-right: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

body.page-lookbook #lookbookCarousel .slick-dots li + li {
  margin-left: 6px;
  margin-right: 6px;
}

body.page-lookbook #lookbookCarousel .slick-dots li.active {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin-left: 6px;
  margin-right: 6px;
}

body.page-lookbook #lookbookCarousel .slick-dots li.active:before {
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #d2232a;
  content:"";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 4s linear 0s;
  -moz-animation: progress 4s linear 0s;
  -ms-animation: progress 4s linear 0s;
  -o-animation: progress 4s linear 0s;
  animation: progress 4s linear 0s;
}

body.page-lookbook #lookbookCarousel .slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
}

body.page-lookbook #lookbookCarousel .slick-dots li.slick-active button {
  background: #d2232a;
}

body.page-lookbook #lookbookCarousel .slick-arrow {
  background-color: #363636;
  color: #fff;
  border: none;
  width: 30px;
  height: 163px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  body.page-lookbook #lookbookCarousel .slick-arrow {
    margin-left: -375px;
  }
}
@media only screen and (min-width: 992px) {
  body.page-lookbook #lookbookCarousel .slick-arrow {
    margin-left: -470px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-lookbook #lookbookCarousel .slick-arrow {
    margin-left: -580px;
  }
}
@media only screen and (min-width: 1281px) {
  body.page-lookbook #lookbookCarousel .slick-arrow {
    margin-left: -620px;
  }
}
body.page-lookbook #lookbookCarousel .slick-arrow .fa {
  font-size: 20px;
}

body.page-lookbook #lookbookCarousel .slick-arrow.slick-next {
  top: 54px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1199px) {
  body.page-lookbook #lookbookCarousel .slick-arrow.slick-next {
    top: 46px;
  }
}
body.page-lookbook #lookbookCarousel .slick-arrow.slick-prev {
  top: 217px;
}

@media only screen and (max-width: 1199px) {
  body.page-lookbook #lookbookCarousel .slick-arrow.slick-prev {
    top: 209px;
  }
}
body.page-lookbook #lookbookCarousel > .slick-list > .slick-track > .slick-slide:not(.slick-center) {
  -webkit-transform: translate(0, -93px);
  -moz-transform: translate(0, -93px);
  -ms-transform: translate(0, -93px);
  -o-transform: translate(0, -93px);
  transform: translate(0, -93px);
}

body.page-lookbook #lookbookCarousel .slick-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 450ms;
  -moz-transition: all 250ms ease 450ms;
  -ms-transition: all 250ms ease 450ms;
  -o-transition: all 250ms ease 450ms;
  transition: all 250ms ease 450ms;
}

body.page-lookbook #lookbookCarousel .slick-slide[data-slick-index="-1"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0ms ease 0ms;
  -moz-transition: all 0ms ease 0ms;
  -ms-transition: all 0ms ease 0ms;
  -o-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
}

body.page-lookbook #lookbookCarousel .slick-slide[tabindex="-1"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 450ms;
  -moz-transition: all 250ms ease 450ms;
  -ms-transition: all 250ms ease 450ms;
  -o-transition: all 250ms ease 450ms;
  transition: all 250ms ease 450ms;
}

body.page-lookbook #lookbookCarousel .slick-slide:not(.slick-center), body.page-lookbook #lookbookCarousel .slick-center:after {
  margin-top: 0;
}

body.page-lookbook .lookbookCollections {
  position: absolute;
  bottom: -55px;
  padding: 0 0 4px;
  left: 60px;
  width: 60%;
}

body.page-lookbook .lookbookCollections .slick-track {
  margin-left: 0;
}

body.page-lookbook .lookbookCollections .item {
  margin: 0 5px 0 5px;
}

body.page-lookbook .lookbookCollections .item img {
  min-height: initial !important;
}

body.page-lookbook .lookbookCollections .item .img-wrapper {
  overflow: hidden;
  display: block;
  background: #fff;
  border: 1px solid rgba(54, 54, 54, 0.6);
}

body.page-lookbook .lookbookCollections .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  min-height: 66px;
}

body.page-lookbook .lookbookCollections .item .img-wrapper:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

body.page-lookbook .lookbookCollections .item-thumbnail {
  max-width: 160px;
  float: left;
  position: relative;
}

body.page-lookbook .lookbookCollections .item-thumbnail .info-wrapper {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #363636;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  top: 0;
  align-items: center;
  text-align: center;
}

body.page-lookbook .lookbookCollections .item-thumbnail:hover .info-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body.page-lookbook .lookbookCollections .info-wrapper .info-collections {
  text-transform: uppercase;
  display: block;
  width: 100%;
}

body.page-lookbook .lookbookCollections .info-wrapper .info-collections .title {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  color: #373737;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 5px;
}

body.page-lookbook .lookbookCollections .info-wrapper .info-collections .view-collections {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
  letter-spacing: 2px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.page-lookbook .lookbookCollections .info-wrapper .info-collections .view-collections:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body.page-lookbook .lookbookCollections .info-wrapper .info-collections .view-collections:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-collection section.collection {
  margin-bottom: 35px;
  background: url("../images/placeholder//header-lookbook-collection.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 60%;
  max-height: 450px;
}

body.page-lookbook-collection section.collection.with-bg {
  min-height: 590px;
}

body.page-lookbook-collection section.collection.single-image .support-img {
  -webkit-filter: blur(4.8px);
  filter: blur(4.8px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

body.page-lookbook-collection section.collection.single-image .support-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 590px;
  position: absolute;
  z-index: -1;
  top: 0;
}

body.page-lookbook-collection section.collection.single-image .department-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-top: -21px;
  position: absolute;
  z-index: -1;
  display: block;
  font-weight: 300;
  font-size: 212px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.43);
  letter-spacing: 15px;
}

body.page-lookbook-collection section.collection.single-image .department-name.big-word {
  font-size: 145px;
  letter-spacing: 5px;
}

body.page-lookbook-collection section.collection.no-bg {
  padding-top: 45px;
}

body.page-lookbook-collection section.collection .support-img {
  position: absolute;
  top: -120px;
  width: 100%;
}

body.page-lookbook-collection section.collection .info-collection {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  max-width: 450px;
  padding: 42px 40px 45px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  position: absolute;
  top: 260px;
  left: 50px;
}

body.page-lookbook-collection section.collection .info-collection .call {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
}

body.page-lookbook-collection section.collection .info-collection .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-lookbook-collection section.collection .info-collection .ribbon {
  background-color: #f2f2f2;
  font-size: 14px;
  height: 23px;
  min-width: 270px;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}

body.page-lookbook-collection section.collection .info-collection .ribbon span {
  font-weight: 600;
}

body.page-lookbook-collection section.collection .info-collection .text {
  line-height: 20px;
}

body.page-lookbook-collection section.collection .info-collection .title + .call {
  position: relative;
}

body.page-lookbook-collection section.collection .info-collection .title + .call:before, body.page-lookbook-collection section.collection .info-collection .title + .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

body.page-lookbook-collection section.collection .info-collection .title + .call:before {
  left: 0;
}

body.page-lookbook-collection section.collection .info-collection .title + .call:after {
  right: 0;
}

body.page-lookbook-collection section.collection .info-collection .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

body.page-lookbook-collection section.collection .info-collection .view-more {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}

body.page-lookbook-collection section.collection .info-collection .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-collection section.collection .info-collection .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook-collection section.collection .info-collection .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-collection section.collection .info-collection .view-more:active {
  background-color: #1a1a1a;
}

body.page-lookbook-collection .search-results {
  width: 100%;
}

body.page-lookbook-collection .search-results a:hover {
  text-decoration: none;
}

body.page-lookbook-collection .area.destaques {
  background: #fafafa;
  padding: 20px;
}

body.page-lookbook-collection .responsive-carousel {
  margin-bottom: 40px;
}

body.page-lookbook-collection .responsive-carousel .slick-dots {
  margin-bottom: -50px;
  padding: 0;
  bottom: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body.page-lookbook-collection .responsive-carousel .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  background: rgba(209, 209, 209, 0.96);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

body.page-lookbook-collection .responsive-carousel .slick-dots li + li {
  margin-left: 6px;
  margin-right: 6px;
}

body.page-lookbook-collection .responsive-carousel .slick-dots li.active {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  margin-left: 6px;
  margin-right: 6px;
}

body.page-lookbook-collection .responsive-carousel .slick-dots li.active:before {
  position: absolute;
  display: inline-block;
  height: 100%;
  background: #d2232a;
  content:"";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 4s linear 0s;
  -moz-animation: progress 4s linear 0s;
  -ms-animation: progress 4s linear 0s;
  -o-animation: progress 4s linear 0s;
  animation: progress 4s linear 0s;
}

body.page-lookbook-collection .responsive-carousel .slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
}

body.page-lookbook-collection .responsive-carousel .slick-dots li.slick-active button {
  background: #d2232a;
}

@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@-moz-keyframes progress {
  100% {
    right: 0;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0;
  }
}
@-o-keyframes progress {
  100% {
    right: 0;
  }
}
@keyframes progress {
  100% {
    right: 0;
  }
}
body.page-lookbook-collection .responsive-carousel .slick-dots .slick-active button {
  background: #d2232a;
  width: 100% !important;
}

body.page-lookbook-collection .shelf .product-info .size {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-top: -20px;
  -webkit-font-smoothing: antialiased;
}

body.page-lookbook-collection .parallax-blocks-a {
  position: relative;
  margin-top: 60px;
  z-index: 2;
  min-height: 520px;
  margin-left: 0 !important;
}

body.page-lookbook-collection .parallax-blocks-a p.description {
  line-height: 25px;
  font-size: 14px;
  color: #888;
  width: 70%;
}

body.page-lookbook-collection .parallax-blocks-a .img-wrapper img {
  -webkit-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.1);
}

body.page-lookbook-collection .parallax-blocks-a .img-wrapper.couple {
  position: absolute;
  right: 0;
  top: 60px;
  margin-left: calc(50% + 65px);
}

body.page-lookbook-collection .learn-more {
  border: solid 1px #f6f6f6;
  width: 60%;
  position: absolute;
  left: 0;
  padding: 70px 70px 50px 70px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body.page-lookbook-collection .slider {
  position: relative;
  margin-top: 440px;
  margin-left: 75px;
  margin-right: 75px;
}

body.page-lookbook-collection .slider .item {
  max-width: 178px;
  margin: 20px;
  float: left;
}

body.page-lookbook-collection .slider .item .img_product {
  cursor: pointer;
}

body.page-lookbook-collection .slider .item .description_product {
  width: 100%;
  margin-top: 16px;
  margin-left: 10px;
  text-align: center;
  float: left;
  cursor: pointer;
}

body.page-lookbook-collection .slider .item .description_product span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
}

body.page-lookbook-collection .slider .item .description_product span.selected {
  font-weight: 700;
}

body.page-lookbook-collection .slider .item .description_product h4 {
  text-align: center;
  text-transform: uppercase;
}

body.page-lookbook-collection .slider .item .img_product img {
  border: 1px solid #e8e8e8;
}

body.page-lookbook-collection .slider .slick-prev, body.page-lookbook-collection .slider .slick-next {
  position: absolute;
  top: 80px;
}

body.page-lookbook-collection .slider .slick-prev {
  left: -20px;
}

body.page-lookbook-collection .slider .slick-next {
  right: 0;
}

body.page-lookbook-look section.collection {
  margin-bottom: 35px;
  background: url("../images/placeholder//header-lookbook-collection.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 60%;
  max-height: 450px;
}

body.page-lookbook-look section.collection.with-bg {
  min-height: 590px;
}

body.page-lookbook-look section.collection.single-image .support-img {
  -webkit-filter: blur(4.8px);
  filter: blur(4.8px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

body.page-lookbook-look section.collection.single-image .support-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 590px;
  position: absolute;
  z-index: -1;
  top: 0;
}

body.page-lookbook-look section.collection.single-image .department-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-top: -21px;
  position: absolute;
  z-index: -1;
  display: block;
  font-weight: 300;
  font-size: 212px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.43);
  letter-spacing: 15px;
}

body.page-lookbook-look section.collection.single-image .department-name.big-word {
  font-size: 145px;
  letter-spacing: 5px;
}

body.page-lookbook-look section.collection.no-bg {
  padding-top: 45px;
}

body.page-lookbook-look section.collection .support-img {
  position: absolute;
  top: -120px;
  width: 100%;
}

body.page-lookbook-look section.collection .info-collection {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  margin-top: 5%;
  margin-right: 3%;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 15px 25px 25px;
}

@media (min-width: 992px) {
  body.page-lookbook-look section.collection .info-collection {
    float: left;
    width: 25%;
  }
}
body.page-lookbook-look section.collection .info-collection .call {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
}

body.page-lookbook-look section.collection .info-collection .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 220px;
  text-align: center;
}

body.page-lookbook-look section.collection .info-collection .ribbon {
  background-color: #f2f2f2;
  font-size: 14px;
  height: 23px;
  min-width: 220px;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}

body.page-lookbook-look section.collection .info-collection .ribbon span {
  font-weight: 600;
}

body.page-lookbook-look section.collection .info-collection .text {
  line-height: 20px;
}

body.page-lookbook-look section.collection .info-collection .title + .call {
  position: relative;
}

body.page-lookbook-look section.collection .info-collection .title + .call:before, body.page-lookbook-look section.collection .info-collection .title + .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

body.page-lookbook-look section.collection .info-collection .title + .call:before {
  left: 0;
}

body.page-lookbook-look section.collection .info-collection .title + .call:after {
  right: 0;
}

body.page-lookbook-look section.collection .info-collection .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

body.page-lookbook-look section.collection .info-collection .view-more {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}

body.page-lookbook-look section.collection .info-collection .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-look section.collection .info-collection .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook-look section.collection .info-collection .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-look section.collection .info-collection .view-more:active {
  background-color: #1a1a1a;
}

body.page-lookbook-look .other-collections .blocks .block {
  position: relative;
}

body.page-lookbook-look .other-collections .blocks .block:after {
  content:"";
  display: block;
  width: 10px;
  height: 168px;
  background: #e8e8e8;
  position: absolute;
  right: 5px;
  top: calc(50% - 28px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body.page-lookbook-look .pricing {
  margin-left: -15px;
  margin-right: -15px;
}

body.page-lookbook-look .pricing:before, body.page-lookbook-look .pricing:after {
  content:" ";
  display: table;
}

body.page-lookbook-look .pricing:after {
  clear: both;
}

body.page-lookbook-look .pricing .price {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}

@media (min-width: 992px) {
  body.page-lookbook-look .pricing .price {
    float: left;
    width: 100%;
  }
}
body.page-lookbook-look .pricing .price .list-price, body.page-lookbook-look .pricing .price .best-price {
  text-transform: uppercase;
  display: block;
}

body.page-lookbook-look .pricing .price .list-price {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #adadad;
  text-decoration: line-through;
  height: 12px;
}

body.page-lookbook-look .pricing .price .list-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-lookbook-look .pricing .price .best-price {
  letter-spacing: 1px;
  font-size: 22px;
  color: #494949;
  font-weight: 500;
  margin: 5px 0;
}

body.page-lookbook-look .pricing .price .best-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-lookbook-look .pricing .price .installment-price {
  letter-spacing: 0.5px;
  display: block;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-lookbook-look .pricing .buttons-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-lookbook-look .pricing .buttons-wrapper {
    float: left;
    width: 100%;
  }
}
body.page-lookbook-look .pricing .buttons-wrapper .quantity {
  border: 1px solid #363636;
  float: left;
  width: 65px;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity:before, body.page-lookbook-look .pricing .buttons-wrapper .quantity:after {
  content:" ";
  display: table;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity:after {
  clear: both;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls {
  float: left;
  width: 22px;
  font-size: 0;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls .plus, body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls .minus {
  width: 22px;
  height: 21px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #363636;
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls .plus {
  margin-bottom: 1px;
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls .plus:before {
  content:"\f106";
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity .controls .minus:before {
  content:"\f107";
}

body.page-lookbook-look .pricing .buttons-wrapper .quantity input {
  width: 41px;
  height: 43px;
  border: none;
  float: right;
  text-align: center;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.buy {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  width: 211px;
  width: calc(100% - 71px);
  float: right;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.buy:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.buy:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.buy:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-look .pricing .buttons-wrapper .button.buy:active {
  background-color: #1a1a1a;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.one-click {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.one-click:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.one-click:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

body.page-lookbook-look .pricing .buttons-wrapper .button.one-click:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-look .pricing .buttons-wrapper .button.one-click:active {
  background-color: #e8e8e8;
}

body.page-lookbook-look .total-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-lookbook-look .total-wrapper .quantity {
  text-align: center;
  margin: auto;
}

body.page-lookbook-look .total-wrapper .quantity .selected {
  display: block;
  font-size: 17.5px;
  margin-bottom: 5px;
}

body.page-lookbook-look .total-wrapper .quantity .remaining {
  display: block;
  font-size: 13px;
}

body.page-lookbook-look .total-products {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  color: #494949;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

body.page-lookbook-look .total-products span {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  padding: 0;
}

body.page-lookbook-look .total-products span:before, body.page-lookbook-look .total-products span:after {
  content:"";
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  border-top: 1px solid #adadad;
}

body.page-lookbook-look .total-products span:before {
  right: 100%;
}

body.page-lookbook-look .total-products span:after {
  left: 100%;
}

body.page-lookbook-look .share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

body.page-lookbook-look .share .support-text {
  color: #adadad;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-top: 3px;
  margin-right: auto;
}

body.page-lookbook-look .share a {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  float: left;
  color: #868686;
  margin: 0 7px;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-lookbook-look .share a:hover {
  color: #363636;
}

body.page-lookbook-look .share a:last-child {
  margin-right: 0;
}

body.page-lookbook-look .share a .icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: #868686;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

body.page-lookbook-look .share a .icon:hover {
  fill: #363636;
}

body.page-lookbook-look .info-collection {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  width: 350px;
  padding: 42px 40px 45px;
  z-index: 3;
  position: absolute;
  top: 260px;
  left: 50px;
  position: sticky;
  top: 110px;
  right: 0;
  float: right;
  margin-bottom: 0;
  margin-top: -620px;
}

body.page-lookbook-look .info-collection .call {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: block;
  color: #373737;
}

body.page-lookbook-look .info-collection .title {
  display: block;
  font-family: "Prata", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-width: 270px;
}

body.page-lookbook-look .info-collection .ribbon {
  background-color: #f2f2f2;
  font-size: 14px;
  height: 23px;
  min-width: 270px;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}

body.page-lookbook-look .info-collection .ribbon span {
  font-weight: 600;
}

body.page-lookbook-look .info-collection .text {
  line-height: 20px;
}

body.page-lookbook-look .info-collection .title + .call {
  position: relative;
}

body.page-lookbook-look .info-collection .title + .call:before, body.page-lookbook-look .info-collection .title + .call:after {
  content:"";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 65px;
  background: #c9c8ca;
}

body.page-lookbook-look .info-collection .title + .call:before {
  left: 0;
}

body.page-lookbook-look .info-collection .title + .call:after {
  right: 0;
}

body.page-lookbook-look .info-collection .subtitle {
  display: block;
  margin-bottom: 21px;
  font-size: 12px;
}

body.page-lookbook-look .info-collection .view-more {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}

body.page-lookbook-look .info-collection .view-more:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-look .info-collection .view-more:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook-look .info-collection .view-more:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-look .info-collection .view-more:active {
  background-color: #1a1a1a;
}

body.page-lookbook-look .look-items {
  margin-left: -20px;
  width: calc(100% - 350px);
}

body.page-lookbook-look .look-items:before, body.page-lookbook-look .look-items:after {
  content:" ";
  display: table;
}

body.page-lookbook-look .look-items:after {
  clear: both;
}

body.page-lookbook-look .look-items.add .add-view {
  display: none;
}

body.page-lookbook-look .look-items.add .remove-view {
  display: initial;
}

body.page-lookbook-look .look-items:not(.add) .add-view {
  display: initial;
}

body.page-lookbook-look .look-items:not(.add) .remove-view {
  display: none;
}

body.page-lookbook-look .look-items .look-images, body.page-lookbook-look .look-items .look-description .price, body.page-lookbook-look .look-items .look-description .description, body.page-lookbook-look .look-items .clearfix, body.page-lookbook-look .look-items .product-name {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

body.page-lookbook-look .look-items.add .look-images, body.page-lookbook-look .look-items.add .look-description .price, body.page-lookbook-look .look-items.add .look-description .description, body.page-lookbook-look .look-items.add .clearfix, body.page-lookbook-look .look-items.add .product-name {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

body.page-lookbook-look .look-items.add .button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

body.page-lookbook-look .look-items.add .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body.page-lookbook-look .look-items.add .button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body.page-lookbook-look .look-items.add .button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body.page-lookbook-look .look-items.add .button:active {
  background-color: #1a1a1a;
}

body.page-lookbook-look .look-items .button {
  cursor: pointer;
}

body.page-lookbook-look .look-images {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  body.page-lookbook-look .look-images {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  body.page-lookbook-look .look-images {
    float: left;
    width: 41.6666666667%;
  }
}
body.page-lookbook-look .look-images div img {
  padding: 10px;
}

body.page-lookbook-look .look-images .main-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  max-width: 360px;
  margin-left: -5px;
}

@media (min-width: 992px) {
  body.page-lookbook-look .look-images .main-image {
    float: left;
    width: 66.6666666667%;
  }
}
body.page-lookbook-look .look-images .main-image img {
  padding-right: 0 !important;
}

body.page-lookbook-look .look-images .secondary-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  max-height: 188px;
}

@media (min-width: 992px) {
  body.page-lookbook-look .look-images .secondary-image {
    float: left;
    width: 33.3333333333%;
  }
}
body.page-lookbook-look .look-images .secondary-image img {
  height: 100%;
  width: 100%;
  float: left;
  clear: both;
}

body.page-lookbook-look .look-description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  body.page-lookbook-look .look-description {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  body.page-lookbook-look .look-description {
    float: left;
    width: 58.3333333333%;
  }
}
body.page-lookbook-look .look-description .sku .item.radio .field-click + span {
  padding: 0;
}

body.page-lookbook-look .info-wrapper .product-name {
  text-transform: none;
}

body.page-lookbook-look .product-main-info .info-wrapper .sku .third {
  float: left;
  width: 33.3333%;
}

body.page-lookbook-look .remove {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #cdcdcd;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  width: 100%;
  width: 211px;
  width: calc(100% - 71px);
  float: right;
}

.look-products.adjust .info-collection {
  padding-bottom: 20px !important;
  margin-top: -630px !important;
}

.look-products.adjust > .look-items > .look-description {
  width: 33.3% !important;
  float: right !important;
}

.look-products.adjust > .look-items > .look-images {
  width: 66.6% !important;
}

.at-icon-wrapper {
  background-color: transparent !important;
  color: #363636 !important;
}

body.page-lookbook-look .share.adjust a {
  margin: initial !important;
}

.click_content {
  text-align: center;
}

.click_content h2 {
  margin: 0 0 20px 0 !important;
}

.click_content h2 i {
  margin: 10px !important;
}

.click_content h2.title {
  justify-content: middle;
}

.click_content h2.title span {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.click_content p span {
  font-style: italic;
}

.click_content p strong {
  font-weight: bold;
}

.click_content .stepsClick {
  line-height: 5px;
}

.click_content .buttonClick {
  font-size: 14;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  width: 100%;
}

.click_content .buttonClick:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.click_content .buttonClick:hover {
  background-color: #363636;
  text-decoration: none;
}

.click_content .buttonClick:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.click_content .buttonClick:active {
  background-color: #222;
}

.click_content .icon-one-click {
  font-size: 40px;
}

.click_content .wrap_box {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}

.click_content .wrap_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25%;
  padding: 0 15px;
}

.click_content .wrap_box .box i {
  background-color: cinza1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 20px;
}

.click_content .card {
  padding: 30px;
  color: cinza2;
  line-height: 20px;
}

.click_content .card.secondary {
  background-color: cinza1;
}

.click_content .card.small {
  padding: 15px;
}

.click_content .card a {
  text-decoration: underline;
}

.click_content .lock_info {
  display: flex;
  color: cinza2;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.click_content .lock_info i {
  margin-right: 10px;
}

.click_content .lbcontent {
  position: relative;
  flex: 0 0 100%;
  padding: 0 40px;
}

.click_content .lbcontent.lbcontent1 > * {
  margin: 20px 0;
}

.click_content .lbcontent.lbcontent1 > *:first-child {
  margin-top: 0;
}

.click_content .lbcontent.lbcontent1 > *:last-child {
  margin-bottom: 0;
}

.click_content .lbcontent.lbcontent2 .title {
  margin: 20px 0 40px;
}

.click_content .lbcontent .accordion .accordion-item {
  width: 100%;
  display: block;
  border-top: 1px solid gray;
}

.click_content .lbcontent .accordion .accordion-item.active .accordion-title > i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.click_content .lbcontent .accordion .accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 20px 20px;
}

.click_content .lbcontent .accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 0;
}

.click_content .lbcontent .accordion .accordion-title i {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.click_content .lbcontent .accordion .accordion-content {
  color: cinza2;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.click_content2 .title span {
  text-align: center !important;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.click_content2 .expandDoubts .itemDoub {
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
  padding: 15px;
  margin: 10px 0;
}

.click_content2 .expandDoubts .itemDoub:first-child {
  margin-top: 30px;
}

.click_content2 .expandDoubts .itemDoub .itemTitle {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.click_content2 .expandDoubts .itemDoub .itemTitle:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.click_content2 .expandDoubts .itemDoub .itemTitle:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.click_content2 .expandDoubts .itemDoub .itemTitle:after {
  position: absolute;
  right: 10px;
}

.click_content2 .expandDoubts .itemDoub:hover {
  background-color: #c3c3c3;
  cursor: pointer;
}

.click_content2 .expandDoubts .itemDoub .itemCont {
  padding: 20px 10px;
  display: none;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background-color: #efefef;
}

.click_content2 .expandDoubts .itemDoub.active {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.click_content2 .expandDoubts .itemDoub.active .itemTitle:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.click_content2 .expandDoubts .itemDoub.active .itemCont {
  display: block;
}

.click_content2 .expandDoubts .itemDoub.active .row {
  background-color: #efefef;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

.click_content2 .expandDoubts .row {
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
}

.form_item_wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

@media (min-width: 1280px) {
  .form_item_wrap .form_item:first-child {
    flex: 0 1 31.5% !important;
  }
  .form_item_wrap .form_item:nth-child(2) {
    flex: 0 1 64.5% !important;
  }
}
.actions.-centered li .button {
  padding: 0 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

body section.product, body article.product {
  margin-bottom: 45px;
}

body section.product .rating > h3, body article.product .rating > h3 {
  margin: 0;
}

body section.product .rating > h3:hover, body article.product .rating > h3:hover {
  text-decoration: none;
  cursor: pointer;
}

body section.product.with-bg, body article.product.with-bg {
  min-height: 1002px;
  padding-top: 50px;
}

body section.product.single-image .support-img, body article.product.single-image .support-img {
  -webkit-filter: blur(4.8px);
  filter: blur(4.8px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

body section.product.single-image .support-img-wrapper, body article.product.single-image .support-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 833px;
  position: absolute;
  z-index: -1;
  top: 0;
}

body section.product.single-image .department-name, body article.product.single-image .department-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-top: -21px;
  position: absolute;
  z-index: -1;
  display: block;
  font-weight: 300;
  font-size: 212px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.43);
  letter-spacing: 15px;
}

body section.product.single-image .department-name.big-word, body article.product.single-image .department-name.big-word {
  font-size: 145px;
  letter-spacing: 5px;
}

body section.product.no-bg, body article.product.no-bg {
  padding-top: 45px;
}

body section.product .secondary-title, body article.product .secondary-title {
  margin-left: 0;
  margin-bottom: 17px;
}

body section.product .support-img, body article.product .support-img {
  object-fit: cover;
  height: 1002px;
  width: 100%;
}

body section.product.with-bg .support-img, body article.product.with-bg .support-img {
  position: absolute;
  z-index: -1;
  top: 0;
}

body section.product .product-name-wrapper, body article.product .product-name-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 40px 30px 0;
}

@media (min-width: 768px) {
  body section.product .product-name-wrapper, body article.product .product-name-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
body section.product .product-name-wrapper .product-name, body article.product .product-name-wrapper .product-name {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #494949;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

body section.product .product-name-wrapper .ref-code, body article.product .product-name-wrapper .ref-code {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #494949;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body section.product .product-name-wrapper .brand, body article.product .product-name-wrapper .brand {
  float: right;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  margin-top: -3px;
}

body section.product .product-main-info, body article.product .product-main-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 3;
  top: 112px;
  margin-bottom: 29px;
  background: #fff;
  -webkit-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: -6px 6px 24px rgba(0, 0, 0, 0.08);
  padding: 0 25px 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media (min-width: 992px) {
  body section.product .product-main-info, body article.product .product-main-info {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 768px) {
  body section.product .product-main-info, body article.product .product-main-info {
    float: left;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  body section.product .product-main-info, body article.product .product-main-info {
    padding: 0 15px 15px;
  }
}
body.scroll-down section.product .product-main-info {
  top: 81px;
}

body section.product .product-main-info .favorite, body article.product .product-main-info .favorite {
  top: initial;
  float: right;
  margin-top: 26px;
}

body section.product .product-main-info .favorite .fa, body article.product .product-main-info .favorite .fa {
  font-size: 16.7px;
}

body section.product .product-main-info .rating, body article.product .product-main-info .rating {
  float: left;
  margin-top: 26px;
  top: initial;
}

body section.product .product-main-info .promotional-tag, body article.product .product-main-info .promotional-tag {
  margin-left: -15px;
  top: 40px;
}

body section.product .product-main-info .title, body article.product .product-main-info .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
  display: block;
}

body section.product .product-main-info .pricing, body article.product .product-main-info .pricing {
  margin-left: 0;
  margin-right: 0;
}

body section.product .product-main-info .pricing .price, body article.product .product-main-info .pricing .price {
  padding-left: 0;
  padding-right: 0;
}

body section.product .product-main-info .pricing .buttons-wrapper, body article.product .product-main-info .pricing .buttons-wrapper {
  padding-left: 0;
  padding-right: 0;
}

body section.product .product-main-info .pricing .buttons-wrapper .button.buy, body article.product .product-main-info .pricing .buttons-wrapper .button.buy {
  width: calc(100% - 68px);
}

body section.product:not(.single-image).with-bg .product-img, body article.product:not(.single-image).with-bg .product-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
  position: relative !important;
}

@media (min-width: 768px) {
  body section.product:not(.single-image).with-bg .product-img, body article.product:not(.single-image).with-bg .product-img {
    float: left;
    width: 50%;
  }
}
body section.product:not(.single-image).with-bg .product-img:nth-child(even), body article.product:not(.single-image).with-bg .product-img:nth-child(even) {
  float: right;
}

body section.product:not(.single-image).with-bg .product-img:nth-child(2), body article.product:not(.single-image).with-bg .product-img:nth-child(2) {
  margin-top: 150px;
}

body section.product:not(.single-image).with-bg .product-img:nth-child(4), body article.product:not(.single-image).with-bg .product-img:nth-child(4) {
  margin-top: -55px;
}

body section.product:not(.single-image).with-bg .product-imgs, body article.product:not(.single-image).with-bg .product-imgs {
  margin-top: 320px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  body section.product:not(.single-image).with-bg .product-imgs, body article.product:not(.single-image).with-bg .product-imgs {
    float: left;
    width: 66.6666666667%;
  }
}
body section.product.single-image .product-img, body article.product.single-image .product-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
  margin-bottom: 162px;
}

@media (min-width: 768px) {
  body section.product.single-image .product-img, body article.product.single-image .product-img {
    float: left;
    width: 50%;
  }
}
body section.product.no-bg .product-imgs, body article.product.no-bg .product-imgs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  body section.product.no-bg .product-imgs, body article.product.no-bg .product-imgs {
    float: left;
    width: 66.6666666667%;
  }
}
body section.product.no-bg .product-imgs:before, body article.product.no-bg .product-imgs:before, body section.product.no-bg .product-imgs:after, body article.product.no-bg .product-imgs:after {
  content:" ";
  display: table;
}

body section.product.no-bg .product-imgs:after, body article.product.no-bg .product-imgs:after {
  clear: both;
}

body section.product.no-bg .product-imgs .product-img, body article.product.no-bg .product-imgs .product-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 10px 0 0;
}

@media (min-width: 768px) {
  body section.product.no-bg .product-imgs .product-img, body article.product.no-bg .product-imgs .product-img {
    float: left;
    width: 72.2083333333%;
  }
}
body section.product.no-bg .product-imgs .thumbs, body article.product.no-bg .product-imgs .thumbs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 41px 0 10px;
  margin-top: -11px;
}

@media (min-width: 768px) {
  body section.product.no-bg .product-imgs .thumbs, body article.product.no-bg .product-imgs .thumbs {
    float: left;
    width: 27.7916666667%;
  }
}
body section.product.no-bg .product-imgs .thumbs .item, body article.product.no-bg .product-imgs .thumbs .item {
  float: left;
  margin: 11px 0;
  display: block;
  background: #f6f6f6;
  overflow: hidden;
}

body section.product.no-bg .product-imgs .thumbs .item.video, body article.product.no-bg .product-imgs .thumbs .item.video {
  position: relative;
}

body section.product.no-bg .product-imgs .thumbs .item.video img, body article.product.no-bg .product-imgs .thumbs .item.video img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

body section.product.no-bg .product-imgs .thumbs .item.video:before, body article.product.no-bg .product-imgs .thumbs .item.video:before {
  content:"\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  color: #5b5b5b;
  width: 73px;
  height: 73px;
  border: 2px solid #5b5b5b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 69px;
  text-indent: 6px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

body section.product.no-bg .product-imgs .thumbs .item.video:hover:before, body article.product.no-bg .product-imgs .thumbs .item.video:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body section.product.no-bg .product-imgs .thumbs .item img, body article.product.no-bg .product-imgs .thumbs .item img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

body section.product.no-bg .product-imgs .thumbs .item:hover img, body article.product.no-bg .product-imgs .thumbs .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

body section.product .more-info, body article.product .more-info {
  margin-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  body section.product .more-info, body article.product .more-info {
    float: left;
    width: 66.6666666667%;
  }
}
body section.product .more-info .panel-group, body article.product .more-info .panel-group {
  margin-bottom: 55px;
}

body section.product .more-info .panel-title, body article.product .more-info .panel-title {
  padding-bottom: 17px;
  border-bottom: 1px solid #efefef;
}

body section.product .more-info .panel-title:before, body article.product .more-info .panel-title:before, body section.product .more-info .panel-title:after, body article.product .more-info .panel-title:after {
  content:" ";
  display: table;
}

body section.product .more-info .panel-title:after, body article.product .more-info .panel-title:after {
  clear: both;
}

body section.product .more-info .panel-title a, body article.product .more-info .panel-title a {
  float: left;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #363636;
  letter-spacing: 3px;
}

body section.product .more-info .panel-title a:focus, body article.product .more-info .panel-title a:focus, body section.product .more-info .panel-title a:hover, body article.product .more-info .panel-title a:hover {
  text-decoration: none;
}

body section.product .more-info .panel-title a:nth-child(2), body article.product .more-info .panel-title a:nth-child(2) {
  float: right;
}

@media only screen and (max-width: 991px) {
  body section.product .more-info .panel-title a, body article.product .more-info .panel-title a {
    font-size: 14px;
  }
}
body section.product .more-info .panel-title a .fa, body article.product .more-info .panel-title a .fa {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 14px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
  text-indent: 4px;
}

body section.product .more-info .panel-title a.collapsed .fa, body article.product .more-info .panel-title a.collapsed .fa {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

body section.product .more-info .panel-wrapper, body article.product .more-info .panel-wrapper {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 -1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset;
  padding: 0;
}

body section.product .more-info .panel-body, body article.product .more-info .panel-body {
  padding: 0;
  line-height: 1.25;
}

body section.product .more-info .panel-body .listing-info, body article.product .more-info .panel-body .listing-info {
  margin-left: 0;
  list-style: none;
  letter-spacing: 0.5px;
  column-count: 3;
  column-gap: 40px;
  padding: 25px 0 15px;
}

body section.product .more-info .panel-body .listing-info li, body article.product .more-info .panel-body .listing-info li {
  margin-bottom: 5px;
}

body section.product .more-info .panel-body .listing-info strong, body article.product .more-info .panel-body .listing-info strong {
  text-transform: uppercase;
}

body section.product .more-info .panel-body p, body article.product .more-info .panel-body p {
  margin: 0;
  padding: 25px 0 25px;
}

body section.product .rating, body article.product .rating {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  body section.product .rating, body article.product .rating {
    float: left;
    width: 66.6666666667%;
  }
}
body section.product .rating .stars, body article.product .rating .stars {
  direction: rtl;
  font-size: 0;
  display: inline-block;
}

body section.product .rating .stars:before, body article.product .rating .stars:before {
  padding-left: 5px;
  letter-spacing: 1px;
}

body section.product .rating .stars:after, body article.product .rating .stars:after {
  margin-left: 0;
  display: inline;
  letter-spacing: 1px;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

body section.product .rating .stars .item, body article.product .rating .stars .item {
  text-decoration: none;
  color: #adadad;
  font-size: 0;
  cursor: default;
}

body section.product .rating .stars .item .fa, body article.product .rating .stars .item .fa {
  font-size: 16px;
  padding: 0 3.5px;
}

body section.product .rating .stars .item-1 .fa, body article.product .rating .stars .item-1 .fa {
  padding-left: 0;
}

body section.product .rating .stars.stars-5 .item, body article.product .rating .stars.stars-5 .item {
  color: #d2232a;
}

body section.product .rating .stars.stars-4 .item:nth-child(5), body article.product .rating .stars.stars-4 .item:nth-child(5), body section.product .rating .stars.stars-4 .item:nth-child(4), body article.product .rating .stars.stars-4 .item:nth-child(4), body section.product .rating .stars.stars-4 .item:nth-child(3), body article.product .rating .stars.stars-4 .item:nth-child(3), body section.product .rating .stars.stars-4 .item:nth-child(2), body article.product .rating .stars.stars-4 .item:nth-child(2) {
  color: #d2232a;
}

body section.product .rating .stars.stars-3 .item:nth-child(5), body article.product .rating .stars.stars-3 .item:nth-child(5), body section.product .rating .stars.stars-3 .item:nth-child(4), body article.product .rating .stars.stars-3 .item:nth-child(4), body section.product .rating .stars.stars-3 .item:nth-child(3), body article.product .rating .stars.stars-3 .item:nth-child(3) {
  color: #d2232a;
}

body section.product .rating .stars.stars-2 .item:nth-child(5), body article.product .rating .stars.stars-2 .item:nth-child(5), body section.product .rating .stars.stars-2 .item:nth-child(4), body article.product .rating .stars.stars-2 .item:nth-child(4) {
  color: #d2232a;
}

body section.product .rating .stars.stars-1 .item:nth-child(5), body article.product .rating .stars.stars-1 .item:nth-child(5) {
  color: #d2232a;
}

body section.product .rating .stars.stars-0 .item, body article.product .rating .stars.stars-0 .item {
  color: #adadad;
}

body section.product .rating .stars label.item, body article.product .rating .stars label.item {
  display: inline-block;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
}

body section.product .rating .stars label.item .fa, body article.product .rating .stars label.item .fa {
  font-size: 22px;
}

body section.product .rating .stars:hover label.item, body article.product .rating .stars:hover label.item {
  color: #adadad !important;
}

body section.product .rating .stars label.item:hover, body article.product .rating .stars label.item:hover, body section.product .rating .stars label.item:hover ~ label.item, body article.product .rating .stars label.item:hover ~ label.item {
  color: #d2232a !important;
}

body section.product .rating .stars label.item input[type=radio], body article.product .rating .stars label.item input[type=radio] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

body section.product .rating-header, body article.product .rating-header {
  -webkit-box-shadow: 0 -1px 0 #efefef inset, 0 1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset, 0 1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset, 0 1px 0 #efefef inset;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body section.product .rating-header .average-stars, body article.product .rating-header .average-stars {
  display: block;
  text-align: left;
}

body section.product .rating-header .average-stars .support-text, body article.product .rating-header .average-stars .support-text {
  font-size: 16px;
  margin: 14px 0 0;
}

body section.product .rating-header .average-stars .support-text .quantity-rating, body article.product .rating-header .average-stars .support-text .quantity-rating {
  font-weight: 500;
}

@media only screen and (max-width: 1280px) {
  body section.product .rating-header, body article.product .rating-header {
    flex-flow: row wrap;
  }
  body section.product .rating-header .average-stars, body article.product .rating-header .average-stars {
    width: 100%;
    margin-bottom: 20px;
  }
}
body section.product .rating-header .average-bars .bars:before, body article.product .rating-header .average-bars .bars:before, body section.product .rating-header .average-bars .bars:after, body article.product .rating-header .average-bars .bars:after {
  content:" ";
  display: table;
}

body section.product .rating-header .average-bars .bars:after, body article.product .rating-header .average-bars .bars:after {
  clear: both;
}

body section.product .rating-header .average-bars .bars .item, body article.product .rating-header .average-bars .bars .item {
  padding: 3.5px 0;
}

body section.product .rating-header .average-bars .bars .item:before, body article.product .rating-header .average-bars .bars .item:before, body section.product .rating-header .average-bars .bars .item:after, body article.product .rating-header .average-bars .bars .item:after {
  content:" ";
  display: table;
}

body section.product .rating-header .average-bars .bars .item:after, body article.product .rating-header .average-bars .bars .item:after {
  clear: both;
}

body section.product .rating-header .average-bars .bars .item .title, body article.product .rating-header .average-bars .bars .item .title {
  text-transform: uppercase;
  font-size: 10px;
  float: left;
  margin: 0 6px;
}

body section.product .rating-header .average-bars .bars .item .title .number, body article.product .rating-header .average-bars .bars .item .title .number {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body section.product .rating-header .average-bars .bars .item .bar, body article.product .rating-header .average-bars .bars .item .bar {
  float: left;
  margin: 0 6px;
  width: 110px;
  height: 11px;
  background: #fff;
  border: 1px solid #363636;
}

body section.product .rating-header .average-bars .bars .item .bar:before, body article.product .rating-header .average-bars .bars .item .bar:before {
  content:"";
  height: 100%;
  background: #d2232a;
  display: block;
}

body section.product .rating-header .average-bars .bars .item.percent-100 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-100 .bar:before {
  width: 100%;
}

body section.product .rating-header .average-bars .bars .item.percent-95 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-95 .bar:before {
  width: 95%;
}

body section.product .rating-header .average-bars .bars .item.percent-90 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-90 .bar:before {
  width: 90%;
}

body section.product .rating-header .average-bars .bars .item.percent-85 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-85 .bar:before {
  width: 85%;
}

body section.product .rating-header .average-bars .bars .item.percent-80 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-80 .bar:before {
  width: 80%;
}

body section.product .rating-header .average-bars .bars .item.percent-75 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-75 .bar:before {
  width: 75%;
}

body section.product .rating-header .average-bars .bars .item.percent-70 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-70 .bar:before {
  width: 70%;
}

body section.product .rating-header .average-bars .bars .item.percent-65 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-65 .bar:before {
  width: 65%;
}

body section.product .rating-header .average-bars .bars .item.percent-60 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-60 .bar:before {
  width: 60%;
}

body section.product .rating-header .average-bars .bars .item.percent-55 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-55 .bar:before {
  width: 55%;
}

body section.product .rating-header .average-bars .bars .item.percent-50 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-50 .bar:before {
  width: 50%;
}

body section.product .rating-header .average-bars .bars .item.percent-45 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-45 .bar:before {
  width: 45%;
}

body section.product .rating-header .average-bars .bars .item.percent-40 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-40 .bar:before {
  width: 40%;
}

body section.product .rating-header .average-bars .bars .item.percent-35 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-35 .bar:before {
  width: 35%;
}

body section.product .rating-header .average-bars .bars .item.percent-30 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-30 .bar:before {
  width: 30%;
}

body section.product .rating-header .average-bars .bars .item.percent-25 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-25 .bar:before {
  width: 25%;
}

body section.product .rating-header .average-bars .bars .item.percent-20 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-20 .bar:before {
  width: 20%;
}

body section.product .rating-header .average-bars .bars .item.percent-15 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-15 .bar:before {
  width: 15%;
}

body section.product .rating-header .average-bars .bars .item.percent-10 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-10 .bar:before {
  width: 10%;
}

body section.product .rating-header .average-bars .bars .item.percent-5 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-5 .bar:before {
  width: 5%;
}

body section.product .rating-header .average-bars .bars .item.percent-0 .bar:before, body article.product .rating-header .average-bars .bars .item.percent-0 .bar:before {
  width: 0%;
}

body section.product .rating-header .average-bars .bars .item .quantity, body article.product .rating-header .average-bars .bars .item .quantity {
  width: 18px;
  text-align: center;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body section.product .rating-header .rate, body article.product .rating-header .rate {
  margin-right: 15px;
}

body section.product .rating-header .rate .support-text, body article.product .rating-header .rate .support-text {
  display: block;
  text-align: center;
  line-height: 14px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #494949;
}

body section.product .rating-header .rate-button, body article.product .rating-header .rate-button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 215px;
}

body section.product .rating-header .rate-button:after, body article.product .rating-header .rate-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body section.product .rating-header .rate-button:hover, body article.product .rating-header .rate-button:hover {
  background-color: #fff;
  text-decoration: none;
}

body section.product .rating-header .rate-button:hover:after, body article.product .rating-header .rate-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body section.product .rating-header .rate-button:active, body article.product .rating-header .rate-button:active {
  background-color: #ebebeb;
}

body section.product .rating-content, body article.product .rating-content {
  -webkit-box-shadow: 0 -1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset;
}

body section.product .rating-content .write-review, body article.product .rating-content .write-review {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}

body section.product .rating-content .write-review.open, body article.product .rating-content .write-review.open {
  padding: 15px 0;
  -webkit-box-shadow: 0 -1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset;
  max-height: 100vh;
}

body section.product .rating-content .write-review span, body article.product .rating-content .write-review span {
  display: block;
}

body section.product .rating-content .write-review label, body article.product .rating-content .write-review label {
  width: 100%;
  margin-bottom: 15px;
}

body section.product .rating-content .write-review label span, body article.product .rating-content .write-review label span {
  margin-bottom: 5px;
}

body section.product .rating-content .write-review input[type=text], body article.product .rating-content .write-review input[type=text], body section.product .rating-content .write-review textarea, body article.product .rating-content .write-review textarea {
  width: 100%;
  border: 1px solid #363636;
  resize: none;
  font-weight: 400;
  padding: 7px 10px;
}

body section.product .rating-content .write-review textarea, body article.product .rating-content .write-review textarea {
  height: 125px;
}

body section.product .rating-content .write-review button.button, body article.product .rating-content .write-review button.button {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 33.33333%;
  float: right;
}

body section.product .rating-content .write-review button.button:after, body article.product .rating-content .write-review button.button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body section.product .rating-content .write-review button.button:hover, body article.product .rating-content .write-review button.button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body section.product .rating-content .write-review button.button:hover:after, body article.product .rating-content .write-review button.button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body section.product .rating-content .write-review button.button:active, body article.product .rating-content .write-review button.button:active {
  background-color: #1a1a1a;
}

body section.product .rating-content .write-review .stars-wrapper, body article.product .rating-content .write-review .stars-wrapper {
  margin-bottom: 10px;
}

body section.product .rating-content .write-review .stars-wrapper span, body article.product .rating-content .write-review .stars-wrapper span {
  font-weight: 700;
  margin-bottom: 5px;
}

body section.product .rating-content .write-review .stars-wrapper a .fa, body article.product .rating-content .write-review .stars-wrapper a .fa {
  font-size: 22px;
}

body section.product .rating-content .reviews, body article.product .rating-content .reviews {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}

body section.product .rating-content .reviews.open, body article.product .rating-content .reviews.open {
  padding: 15px 0;
  -webkit-box-shadow: 0 -1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset;
  max-height: 200vh;
}

body section.product .rating-content .reviews > .item, body article.product .rating-content .reviews > .item, body section.product .rating-content .reviews > .more-items > .item, body article.product .rating-content .reviews > .more-items > .item {
  padding: 15px 0;
  -webkit-box-shadow: 0 -1px 0 #efefef inset;
  -moz-box-shadow: 0 -1px 0 #efefef inset;
  box-shadow: 0 -1px 0 #efefef inset;
}

body section.product .rating-content .reviews > .item .user-info:before, body article.product .rating-content .reviews > .item .user-info:before, body section.product .rating-content .reviews > .more-items > .item .user-info:before, body article.product .rating-content .reviews > .more-items > .item .user-info:before, body section.product .rating-content .reviews > .item .user-info:after, body article.product .rating-content .reviews > .item .user-info:after, body section.product .rating-content .reviews > .more-items > .item .user-info:after, body article.product .rating-content .reviews > .more-items > .item .user-info:after {
  content:" ";
  display: table;
}

body section.product .rating-content .reviews > .item .user-info:after, body article.product .rating-content .reviews > .item .user-info:after, body section.product .rating-content .reviews > .more-items > .item .user-info:after, body article.product .rating-content .reviews > .more-items > .item .user-info:after {
  clear: both;
}

body section.product .rating-content .reviews > .item .user-info .data, body article.product .rating-content .reviews > .item .user-info .data, body section.product .rating-content .reviews > .more-items > .item .user-info .data, body article.product .rating-content .reviews > .more-items > .item .user-info .data {
  float: left;
}

body section.product .rating-content .reviews > .item .user-info .data .name, body article.product .rating-content .reviews > .item .user-info .data .name, body section.product .rating-content .reviews > .more-items > .item .user-info .data .name, body article.product .rating-content .reviews > .more-items > .item .user-info .data .name {
  font-weight: 700;
  display: block;
}

body section.product .rating-content .reviews > .item .user-info .data .stars, body article.product .rating-content .reviews > .item .user-info .data .stars, body section.product .rating-content .reviews > .more-items > .item .user-info .data .stars, body article.product .rating-content .reviews > .more-items > .item .user-info .data .stars {
  margin: 7px 0;
}

body section.product .rating-content .reviews > .item .user-info .date, body article.product .rating-content .reviews > .item .user-info .date, body section.product .rating-content .reviews > .more-items > .item .user-info .date, body article.product .rating-content .reviews > .more-items > .item .user-info .date {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #adadad;
}

body section.product .rating-content .reviews > .item .comment-data .subject, body article.product .rating-content .reviews > .item .comment-data .subject, body section.product .rating-content .reviews > .more-items > .item .comment-data .subject, body article.product .rating-content .reviews > .more-items > .item .comment-data .subject {
  font-weight: 700;
  margin-bottom: 5px;
}

body section.product .rating-content .reviews > .item .comment-data .comment, body article.product .rating-content .reviews > .item .comment-data .comment, body section.product .rating-content .reviews > .more-items > .item .comment-data .comment, body article.product .rating-content .reviews > .more-items > .item .comment-data .comment {
  line-height: 1.2;
}

body section.product .rating-content .reviews .more-items, body article.product .rating-content .reviews .more-items {
  max-height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}

body section.product .rating-content .reviews .more-items.open, body article.product .rating-content .reviews .more-items.open {
  max-height: 100vh;
}

body section.product .rating .divider.view-more, body article.product .rating .divider.view-more {
  background: #fff;
  margin-top: -27px;
}

body section.product .rating .divider.view-more a:after, body article.product .rating .divider.view-more a:after {
  content:"\f107";
}

body section.product .rating .divider.view-more a:hover:after, body article.product .rating .divider.view-more a:hover:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

body section.product .rating .divider.view-more a.open:after, body article.product .rating .divider.view-more a.open:after {
  content:"\f106";
}

body section.product .rating .divider.view-more a.open:hover:after, body article.product .rating .divider.view-more a.open:hover:after {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

body .iframe-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  body .iframe-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
.product-main-info .info-wrapper div.view-more hr {
  margin: 31px 15px 15px;
}

.product-main-info .info-wrapper hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-main-info .info-wrapper hr.invisible {
  margin-top: 7px;
  margin-bottom: 7px;
}

.product-main-info .info-wrapper .promotional-tag {
  position: absolute;
  background: #db2418;
  width: 29px;
  height: 109px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 9px;
  word-break: break-all;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 5px;
}

.product-main-info .info-wrapper .preorder-tag {
  position: relative;
  background: #db2418;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  top: -7px;
}

.product-main-info .info-wrapper .preorder-text {
  width: 35%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 2px;
  border-right: 1px solid #be260d;
  float: left;
  height: 36px;
  padding: 13px 0;
}

.product-main-info .info-wrapper .preorder-date {
  width: 65%;
  float: left;
  font-size: 12px;
  height: 36px;
  padding: 13px 0;
}

@media (max-width: 1200px) {
  .product-main-info .info-wrapper .preorder-text {
    padding: 13px 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  .product-main-info .info-wrapper .preorder-date {
    padding: 6px 0;
  }
}
@media (max-width: 991px) {
  .product-main-info .info-wrapper .preorder-text {
    padding: 15px 0;
    font-size: 6px;
    line-height: 1;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  .product-main-info .info-wrapper .preorder-date {
    padding: 10px 0;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .product-main-info .info-wrapper .preorder-text {
    padding: 12px 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  .product-main-info .info-wrapper .preorder-date {
    padding: 12px 0;
    font-size: 12px;
  }
}
.product-main-info .info-wrapper .favorite {
  position: absolute;
  right: 34px;
  top: 9px;
}

.product-main-info .info-wrapper .favorite label {
  margin-bottom: 0;
}

.product-main-info .info-wrapper .favorite input {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}

.product-main-info .info-wrapper .favorite .fa {
  cursor: pointer;
  font-size: 17.1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-main-info .info-wrapper .favorite .fa:hover:before {
  color: #adadad;
}

.product-main-info .info-wrapper .favorite .fa:before {
  color: #d0d0d0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-main-info .info-wrapper input:checked + .fa {
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.product-main-info .info-wrapper input:checked + .fa:hover:before {
  color: #db2418;
}

.product-main-info .info-wrapper input:checked + .fa:before {
  color: #db2418;
}

.product-main-info .info-wrapper .unavailable .title {
  color: #363636;
  font-size: 18px;
}

.product-main-info .info-wrapper .unavailable p {
  color: #363636;
  line-height: 1.2;
}

.product-main-info .info-wrapper .unavailable input {
  width: 100%;
  border: 1px solid #363636;
  resize: none;
  font-weight: 400;
  padding: 10px;
  height: 45px;
  margin-bottom: 10px;
  display: block;
}

.product-main-info .info-wrapper .unavailable .default-button {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}

.product-main-info .info-wrapper .unavailable .default-button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-main-info .info-wrapper .unavailable .default-button:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.product-main-info .info-wrapper .unavailable .default-button:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .unavailable .default-button:active {
  background-color: #1a1a1a;
}

.product-main-info .info-wrapper .rate.smooth {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-top: 28px;
  float: left;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-main-info .info-wrapper .rate.smooth:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

.product-main-info .info-wrapper .rate.smooth:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .rating {
  margin-top: 5px;
  width: initial;
}

.product-main-info .info-wrapper .rating .fa {
  color: #adadad;
}

.product-main-info .info-wrapper .rating.stars-5 .fa:nth-child(1), .product-main-info .info-wrapper .rating.stars-5 .fa:nth-child(2), .product-main-info .info-wrapper .rating.stars-5 .fa:nth-child(3), .product-main-info .info-wrapper .rating.stars-5 .fa:nth-child(4), .product-main-info .info-wrapper .rating.stars-5 .fa:nth-child(5) {
  color: #d2232a;
}

.product-main-info .info-wrapper .rating.stars-4 .fa:nth-child(1), .product-main-info .info-wrapper .rating.stars-4 .fa:nth-child(2), .product-main-info .info-wrapper .rating.stars-4 .fa:nth-child(3), .product-main-info .info-wrapper .rating.stars-4 .fa:nth-child(4) {
  color: #d2232a;
}

.product-main-info .info-wrapper .rating.stars-3 .fa:nth-child(1), .product-main-info .info-wrapper .rating.stars-3 .fa:nth-child(2), .product-main-info .info-wrapper .rating.stars-3 .fa:nth-child(3) {
  color: #d2232a;
}

.product-main-info .info-wrapper .rating.stars-2 .fa:nth-child(1), .product-main-info .info-wrapper .rating.stars-2 .fa:nth-child(2) {
  color: #d2232a;
}

.product-main-info .info-wrapper .rating.stars-1 .fa:nth-child(1) {
  color: #d2232a;
}

.product-main-info .info-wrapper .product-name {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  width: 80%;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-main-info .info-wrapper .product-name .last-row {
  display: block;
  font-size: 19px;
}

.product-main-info .info-wrapper .product-name.smaller {
  font-size: 22px;
}

.product-main-info .info-wrapper .ref-code {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #494949;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-main-info .info-wrapper .brand {
  float: right;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  margin-top: -3px;
}

.product-main-info .info-wrapper .colors .clearfix {
  margin-left: -6px;
  margin-right: 6px;
}

.product-main-info .info-wrapper .colors .item {
  float: left;
  margin: 0 6px;
}

.product-main-info .info-wrapper .colors .item label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-main-info .info-wrapper .colors .item label.cinza {
  background: #c1c1c1;
}

.product-main-info .info-wrapper .colors .item label.preto {
  background: #000;
}

.product-main-info .info-wrapper .colors .item label.rosa {
  background: #feb1b9;
}

.product-main-info .info-wrapper .colors .item label.azul {
  background: #00f;
}

.product-main-info .info-wrapper .colors .item label.verde {
  background: #1ed1b6;
}

.product-main-info .info-wrapper .colors .item label.amarelo {
  background: #ff0;
}

.product-main-info .info-wrapper .colors .item input:checked + label {
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 0 2px #e0e0e0;
  box-shadow: 0 0 0 2px #e0e0e0;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-main-info .info-wrapper .colors .item label .pattern {
  right: 0;
  position: absolute;
}

.product-main-info .info-wrapper .colors.has-pattern .item {
  position: relative;
}

.product-main-info .info-wrapper .colors.has-pattern .item label {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 9px;
}

.product-main-info .info-wrapper .colors .item input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}

.product-main-info .info-wrapper .sku .fake-select {
  width: 100%;
}

.product-main-info .info-wrapper .sku .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .product-main-info .info-wrapper .sku.half {
    width: 50%;
    float: left;
  }
}
.product-main-info .info-wrapper .sku .half {
  width: 50%;
  float: left;
}

.product-main-info .info-wrapper .sku .item.radio {
  margin: 0;
}

.product-main-info .info-wrapper .sku .item.radio input[type=radio] {
  display: none;
}

.product-main-info .info-wrapper .sku .item.radio label {
  margin: 0;
  padding: 0;
}

.product-main-info .info-wrapper .sku .item.radio .field-click {
  width: 18px;
  height: 18px;
  border: 1px solid #363636;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

.product-main-info .info-wrapper .sku .item.radio .field-click .icon {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.product-main-info .info-wrapper .sku .item.radio input:checked + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -moz-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -ms-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  -o-animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  animation: favHeart 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

.product-main-info .info-wrapper .sku .item.radio .field-click + span {
  padding-left: 6px;
}

.product-main-info .info-wrapper .panel-group {
  margin-bottom: 14px;
}

.product-main-info .info-wrapper .panel-group .panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-main-info .info-wrapper .panel-group .panel-title a.title {
  text-decoration: none;
  margin-bottom: 0;
}

.product-main-info .info-wrapper .panel-group .panel-title a.title .fa {
  float: right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-main-info .info-wrapper .panel-group .panel-title a.title.collapsed .fa {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.product-main-info .info-wrapper .panel-group .panel-body {
  padding: 0;
}

.product-main-info .info-wrapper .panel-group .panel-body p {
  margin-top: 10px;
  margin-bottom: 0;
}

.product-main-info .info-wrapper .description .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 15px;
  display: block;
}

.product-main-info .info-wrapper .description .title.collapsed {
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}

.product-main-info .info-wrapper .description p {
  padding-right: 20px;
  line-height: 20px;
  margin-bottom: 23px;
}

.product-main-info .info-wrapper .description .collapse {
  display: block !important;
  overflow: hidden;
}

.product-main-info .info-wrapper .pricing {
  margin-left: -15px;
  margin-right: -15px;
}

.product-main-info .info-wrapper .pricing:before, .product-main-info .info-wrapper .pricing:after {
  content:" ";
  display: table;
}

.product-main-info .info-wrapper .pricing:after {
  clear: both;
}

.product-main-info .info-wrapper .pricing .price {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}

@media (min-width: 992px) {
  .product-main-info .info-wrapper .pricing .price {
    float: left;
    width: 100%;
  }
}
.product-main-info .info-wrapper .pricing .price .list-price, .product-main-info .info-wrapper .pricing .price .best-price {
  text-transform: uppercase;
  display: block;
}

.product-main-info .info-wrapper .pricing .price .list-price {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #adadad;
  text-decoration: line-through;
  height: 12px;
}

.product-main-info .info-wrapper .pricing .price .list-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-main-info .info-wrapper .pricing .price .best-price {
  letter-spacing: 1px;
  font-size: 22px;
  color: #494949;
  font-weight: 500;
  margin: 5px 0;
}

.product-main-info .info-wrapper .pricing .price .best-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-main-info .info-wrapper .pricing .price .installment-price {
  letter-spacing: 0.5px;
  display: block;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .product-main-info .info-wrapper .pricing .buttons-wrapper {
    float: left;
    width: 100%;
  }
}
.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity {
  border: 1px solid #363636;
  float: left;
  width: 65px;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity:before, .product-main-info .info-wrapper .pricing .buttons-wrapper .quantity:after {
  content:" ";
  display: table;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity:after {
  clear: both;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls {
  float: left;
  width: 22px;
  font-size: 0;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls .plus, .product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls .minus {
  width: 22px;
  height: 21px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #363636;
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls .plus {
  margin-bottom: 1px;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls .plus:before {
  content:"\f106";
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity .controls .minus:before {
  content:"\f107";
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .quantity input {
  width: 41px;
  height: 43px;
  border: none;
  float: right;
  text-align: center;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.06) inset;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.buy {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  width: 211px;
  width: calc(100% - 71px);
  float: right;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.buy:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.buy:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.buy:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.buy:active {
  background-color: #1a1a1a;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.one-click {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.one-click:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.one-click:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.one-click:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.one-click:active {
  background-color: #e8e8e8;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.add-to-list {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #fff;
  color: #363636;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  border-left: none;
  width: calc(100% - 65px);
  float: left;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.add-to-list:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.add-to-list:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.add-to-list:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .pricing .buttons-wrapper .button.add-to-list:active {
  background-color: #e8e8e8;
}

.product-main-info .info-wrapper .switch-content {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}

.product-main-info .info-wrapper .switch-content .text-switch {
  display: flex;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
}

.product-main-info .info-wrapper .payment-options {
  display: none;
}

.product-main-info .info-wrapper .payment-options .field-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .product-main-info .info-wrapper .payment-options .field-wrapper {
    float: left;
    width: 66.6666666667%;
  }
}
.product-main-info .info-wrapper .payment-options .field-wrapper .field {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0 8px;
  color: #adadad;
  font-weight: 700;
  border: 1px solid #dbdbdb;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.product-main-info .info-wrapper .payment-options .field-wrapper .icon {
  right: 25px;
  top: 38%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}

.product-main-info .info-wrapper .payment-options .payment-value {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .product-main-info .info-wrapper .payment-options .payment-value {
    float: left;
    width: 33.3333333333%;
  }
}
.product-main-info .info-wrapper .payment-options .payment-value span {
  background-color: #f8f8f8;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  padding: 15px 30px;
}

.product-main-info .info-wrapper .delete-item {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-main-info .info-wrapper .delete-item .anchor {
  text-transform: uppercase;
  text-decoration: none;
  color: #adadad;
  letter-spacing: 1.5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  position: absolute;
  bottom: 10px;
  padding-left: 10px;
  right: 30px;
  background: #fff;
}

.product-main-info .info-wrapper .view-more:after {
  content: none;
}

.product-main-info .info-wrapper .shipping:before, .product-main-info .info-wrapper .shipping:after {
  content:" ";
  display: table;
}

.product-main-info .info-wrapper .shipping:after {
  clear: both;
}

@media only screen and (min-width: 1200px) {
  .product-main-info .info-wrapper .shipping {
    display: flex;
    align-items: center;
  }
}
.product-main-info .info-wrapper .shipping .title {
  width: 40%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .product-main-info .info-wrapper .shipping .title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.product-main-info .info-wrapper .shipping .shipping-form {
  width: 60%;
}

@media only screen and (max-width: 1199px) {
  .product-main-info .info-wrapper .shipping .shipping-form {
    width: 100%;
  }
}
.product-main-info .info-wrapper .shipping .shipping-form:before, .product-main-info .info-wrapper .shipping .shipping-form:after {
  content:" ";
  display: table;
}

.product-main-info .info-wrapper .shipping .shipping-form:after {
  clear: both;
}

.product-main-info .info-wrapper .shipping .shipping-form input[type=tel] {
  display: block;
  width: calc(100% - 60px);
  float: left;
  height: 45px;
  border: 1px solid #d0d0d0;
  border-right: none;
  padding: 0 7px;
  font-style: italic;
  font-size: 14px;
}

.product-main-info .info-wrapper .shipping .shipping-form .send {
  width: 60px;
  float: left;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}

.product-main-info .info-wrapper .shipping .shipping-form .send:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.product-main-info .info-wrapper .shipping .shipping-form .send:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

.product-main-info .info-wrapper .shipping .shipping-form .send:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.product-main-info .info-wrapper .shipping .shipping-form .send:active {
  background-color: #1a1a1a;
}

.product-main-info .info-wrapper .share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.product-main-info .info-wrapper .share .support-text {
  color: #adadad;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-top: 3px;
  margin-right: auto;
}

.product-main-info .info-wrapper .share a {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  float: left;
  color: #868686;
  margin: 0 7px;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.product-main-info .info-wrapper .share a:hover {
  color: #363636;
}

.product-main-info .info-wrapper .share a:last-child {
  margin-right: 0;
}

.product-main-info .info-wrapper .share a .icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: #868686;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.product-main-info .info-wrapper .share a .icon:hover {
  fill: #363636;
}

@media only screen and (max-width: 1280px) {
  .product-imgs .thumbs {
    padding-right: 33px !important;
  }
}
@media only screen and (max-width: 991px) {
  .product-imgs .thumbs {
    padding-right: 27px !important;
  }
}
.product-imgs .thumbs .slick-arrow {
  z-index: 1;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.product-imgs .thumbs .slick-arrow.slick-prev {
  top: 0;
  padding-top: 13px;
}

.product-imgs .thumbs .slick-arrow.slick-prev:before {
  content:"\f106";
}

.product-imgs .thumbs .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  padding-bottom: 13px;
}

.product-imgs .thumbs .slick-arrow.slick-next:before {
  content:"\f107";
}

.product-imgs .thumbs .slick-arrow.slick-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
}

body #modalShipping {
  z-index: 2000;
}

body #modalShipping .modal-dialog {
  width: 400px;
}

body #modalShipping .modal-dialog .modal-body {
  padding: 0 21px;
}

body #modalShipping .modal-dialog .modal-body .items-wrapper .item {
  border-bottom: 1px solid #e5e5e5;
  color: #373737;
  font-size: 12px;
  padding: 18px 0 16px;
}

body #modalShipping .modal-dialog .modal-body .items-wrapper .item .type {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-bottom: 3px;
  letter-spacing: 1.5px;
}

body #modalShipping .modal-dialog .modal-body .items-wrapper .item .price {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  letter-spacing: 1.5px;
}

body #modalShipping .modal-dialog .modal-body #change-address {
  text-transform: uppercase;
  color: #adadad;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  padding: 20px 0;
}

body #modalShipping .modal-dialog .modal-body #change-address:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 250ms ease 0s;
  -moz-transition: transform 250ms ease 0s;
  -ms-transition: transform 250ms ease 0s;
  -o-transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
}

body #modalShipping .modal-dialog .modal-body #change-address:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemoveProduct {
  z-index: 2000;
}

body #modalRemoveProduct .modal-dialog {
  width: 400px;
}

body #modalRemoveProduct .modal-dialog .modal-body {
  padding: 20px;
  text-align: center;
}

body #modalRemoveProduct .modal-dialog .modal-body p {
  line-height: 1.4;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons {
  white-space: nowrap;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .grey:active {
  background-color: #1a1a1a;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
  margin: 0 15px;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemoveProduct .modal-dialog .modal-body .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

body #modalRemoveProductList {
  z-index: 2000;
}

body #modalRemoveProductList .modal-dialog {
  width: 400px;
}

body #modalRemoveProductList .modal-dialog .modal-body {
  padding: 20px;
  text-align: center;
}

body #modalRemoveProductList .modal-dialog .modal-body p {
  line-height: 1.4;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons {
  white-space: nowrap;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .grey {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .grey:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .grey:hover {
  background-color: #2e2e2e;
  text-decoration: none;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .grey:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .grey:active {
  background-color: #1a1a1a;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .transparent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  color: #adadad;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
  margin: 0 15px;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .transparent:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .transparent:hover {
  background-color: transparent;
  text-decoration: none;
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .transparent:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

body #modalRemoveProductList .modal-dialog .modal-body .buttons .transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

.share.adjust {
  display: flex;
  justify-content: space-between;
}

.share.adjust .support-text {
  margin: auto 0 !important;
}

.share.adjust .pull-right {
  padding-bottom: 10px;
}

.share.adjust .pull-right .addthis_inline_share_toolbox a {
  width: 35px !important;
  height: 35px !important;
}

.share.adjust .pull-right .addthis_inline_share_toolbox .at-icon {
  fill: #adadad !important;
}

.share.adjust .pull-right .addthis_inline_share_toolbox .at-icon:hover {
  fill: #363636 !important;
}

.icon, .notification input[type=checkbox]:checked + .checkbox:before, .lightbox.show_register .form_identification .wrap_button_register a:before, .lightbox.newsletter .form_check .label_type:before, .carousel.buy_more .kit_select .style_select:after, .carousel .slick-arrow.slick-prev:before, .carousel .slick-arrow.slick-next:before, .form_global.payment_form .form_oneclick .wrap:after, .form_global.payment_form .form_item.time_to_pay .label_text:after, .form_global.payment_form .form_item.option .wrap_label:after, .form_global .inline_check .wrap:after, .form_global .form_check.two_options .wrap:before, #header .promo_row .headline:before, #header .search label:after, #header .authenticated .user_nav .handle:after, .webdoor .slick-arrow.slick-prev:before, .webdoor .slick-arrow.slick-next:before, .product_kit_row .slick-arrow.slick-prev:before, .product_kit_row .slick-arrow.slick-next:before, .product_kit_row .kit_select .style_select:after, .row_filter .handle:after, .row_filter .row .search_brand:after, .row_order .details:before, .row_order .order_view .select_style:after, .main_product .product_thumbs .item.video:after, .buy_together .row_bottom .style_select:before, .delivery .adresses .form_delivery .date_wrap:after, .delivery .adresses .form_delivery .date-handle:after, .delivery .adresses .form_delivery .wrap:after, .delivery .adresses .form_adresses .wrap:after, .side_info .resume .form_global .info_box .form_check .wrap:before, .checkout_steps .column.finish .head span:before, .payment .oo-form .row-check .validity:after, .confirm_order .two_columns .resume .form_global .info_box .form_check .wrap:before, body.account .row_item a:after, body.account .select_style:after, body.account .checkbox:checked + label:before, body.account .lightbox .formbox .select:after, .my-list .row_check .wrap:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  font-family: "icomoon";
}

.style_select_ext, .lightbox.edit_location .select_style, .form_global.payment_form .select_style, .checkout_cart .row_packing .style_select, .checkout_cart .form_product_row .style_select {
  position: relative;
  cursor: pointer;
}

.style_select_ext:after, .lightbox.edit_location .select_style:after, .form_global.payment_form .select_style:after, .checkout_cart .row_packing .style_select:after, .checkout_cart .form_product_row .style_select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f107";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 14px;
  margin-top: -6.5px;
  z-index: -1;
  cursor: pointer;
}

.style_select_ext select, .lightbox.edit_location .select_style select, .form_global.payment_form .select_style select, .checkout_cart .row_packing .style_select select, .checkout_cart .form_product_row .style_select select {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  padding: 5px 30px 5px 10px;
}

.product .lightbox-opened {
  overflow: hidden;
}

.product .lightbox-opened img {
  cursor: zoom-out;
}

.bg_featured {
  position: absolute;
  width: 100%;
  height: 225vh;
  top: 0;
  left: 0;
  background: rgba(241, 241, 241, 0.8);
  z-index: -1;
}

.category_list {
  display: flex;
}

.category_list .shelf {
  padding: 0 3px;
}

.category_list .shelf .description_product .name_product {
  text-transform: uppercase;
}

.fix {
  overflow: hidden;
}

.blur .webdoor, .blur #header, .blur .categorie {
  filter: blur(3px);
}

.blur .lightbox {
  filter: blur(0) !important;
}

.blur .lightbox * {
  filter: blur(0) !important;
}

body.fix_header {
  padding-top: 90px;
}

body.fix_header.home {
  padding-top: 0;
}

body.filter_fix #header {
  box-shadow: none !important;
}

.oo-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  background: url("../images/checkout/loading.gif") 50% 50% no-repeat #f9f9f9;
}

#__bs_notify__ {
  bottom: 0 !important;
  top: inherit !important;
}

.lateimage img {
  transition: top 0.8s ease-out;
}

.notification {
  display: block;
  position: fixed;
  left: 0;
  color: #3a3a3a;
  background-color: #fff;
  min-height: 20px;
  width: 100%;
  padding: 20px 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  border: 1px solid #e0e0e0;
  transition: all 0.5s linear;
  z-index: 9999;
}

.notification.bottom {
  bottom: 0;
}

.notification.top {
  top: 0;
}

.notification #cbTermos {
  opacity: 0;
}

.notification input[type=checkbox] + .checkbox {
  display: inline-block;
  margin-top: 5px;
}

.notification input[type=checkbox] + .checkbox:before {
  content:"";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #919191;
  margin-right: 10px;
  box-sizing: border-box;
}

.notification input[type=checkbox]:checked + .checkbox:before {
  content:'\e904';
  font-size: 8px;
  text-align: center;
  padding-top: 2.5px;
}

body.indisponivel {
  color: #363636;
  min-width: 320px;
  height: 100%;
}

body.indisponivel .wrapper {
  position: relative;
  height: 100%;
  max-width: 1000px;
}

body.indisponivel .content {
  height: 100%;
}

body.indisponivel .column {
  display: inline-block;
  margin-top: 5%;
  text-align: center;
  max-height: 100%;
  width: 100%;
  max-width: 420px;
}

body.indisponivel h1 {
  margin-bottom: 5%;
}

body.indisponivel h2 {
  margin-bottom: 5%;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body.indisponivel h3 {
  font-size: 18px;
  letter-spacing: 1.2px;
}

body.indisponivel img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

body.indisponivel .actions {
  display: block;
  margin-top: 5%;
}

body.indisponivel .actions li {
  display: inline-block;
  background-color: #fff;
}

body.indisponivel .button_primary {
  display: inline-block;
  background: #363636;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  border: 0;
  letter-spacing: 1.6px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

body.indisponivel .button_primary:hover {
  background: rgba(0, 0, 0, 0.7);
}

body.indisponivel .button_primary i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
  line-height: 11px;
}

@media screen and (max-width: 720px) {
  body.indisponivel img {
    opacity: 0.3;
  }
}
@media screen and (min-width: 1024px) {
  body.indisponivel .content {
    padding-left: 10%;
  }
}
@media screen and (min-height: 384px) and (max-height: 503px) {
  body.indisponivel .column {
    margin-top: 20%;
  }
  body.indisponivel h1 {
    margin-bottom: 10%;
  }
  body.indisponivel h2 {
    margin-bottom: 10%;
  }
  body.indisponivel .actions {
    margin-top: 10%;
  }
}
@media screen and (min-height: 504px) {
  body.indisponivel .column {
    margin-top: 80px;
  }
  body.indisponivel h1 {
    margin-bottom: 22%;
  }
  body.indisponivel h2 {
    margin-bottom: 14%;
  }
  body.indisponivel .actions {
    margin-top: 24%;
  }
}
.button_1, .shelf.gift .description_product .view_more, .lightbox.frete .content .submit, .lightbox .form_identification .wrap_button_register a, .lightbox.one_click .button_primary, .lightbox.simple .actions .button_primary, .lightbox .content.medium .primary_button, .lightbox .content.cart_product .finalize, .form_global .form_action .primary_action, .form_global .form_action .action_1, .form_perfume .buy_button, #header .cart .mini_cart .resume_cart .row a.button, .product_kit_row .kit_select .button, .row_filter .row_actions .button_primary, .main_product .buy_button, .product_details .buy_button, .buy_together .resume .buy_button, .side_info .resume .row_buttons .end_buy, .checkout_steps .wrap_button_register a, .payment .oo-form .row-check .partial_value .submit, .payment .masterpass .masterpass_finalize, .confirm_order .two_columns .resume .row_buttons .end_buy, body.account .button_primary {
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  transition: all 250ms ease 0s;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.button_1:after, .shelf.gift .description_product .view_more:after, .lightbox.frete .content .submit:after, .lightbox .form_identification .wrap_button_register a:after, .lightbox.one_click .button_primary:after, .lightbox.simple .actions .button_primary:after, .lightbox .content.medium .primary_button:after, .lightbox .content.cart_product .finalize:after, .form_global .form_action .primary_action:after, .form_global .form_action .action_1:after, .form_perfume .buy_button:after, #header .cart .mini_cart .resume_cart .row a.button:after, .product_kit_row .kit_select .button:after, .row_filter .row_actions .button_primary:after, .main_product .buy_button:after, .product_details .buy_button:after, .buy_together .resume .buy_button:after, .side_info .resume .row_buttons .end_buy:after, .checkout_steps .wrap_button_register a:after, .payment .oo-form .row-check .partial_value .submit:after, .payment .masterpass .masterpass_finalize:after, .confirm_order .two_columns .resume .row_buttons .end_buy:after, body.account .button_primary:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  transition: all 250ms ease 0s;
}

.button_1:hover, .shelf.gift .description_product .view_more:hover, .lightbox.frete .content .submit:hover, .lightbox .form_identification .wrap_button_register a:hover, .lightbox.one_click .button_primary:hover, .lightbox.simple .actions .button_primary:hover, .lightbox .content.medium .primary_button:hover, .lightbox .content.cart_product .finalize:hover, .form_global .form_action .primary_action:hover, .form_global .form_action .action_1:hover, .form_perfume .buy_button:hover, #header .cart .mini_cart .resume_cart .row a.button:hover, .product_kit_row .kit_select .button:hover, .row_filter .row_actions .button_primary:hover, .main_product .buy_button:hover, .product_details .buy_button:hover, .buy_together .resume .buy_button:hover, .side_info .resume .row_buttons .end_buy:hover, .checkout_steps .wrap_button_register a:hover, .payment .oo-form .row-check .partial_value .submit:hover, .payment .masterpass .masterpass_finalize:hover, .confirm_order .two_columns .resume .row_buttons .end_buy:hover, body.account .button_primary:hover {
  background-color: #363636;
  text-decoration: none;
  color: #fff;
}

.button_1:hover:after, .shelf.gift .description_product .view_more:hover:after, .lightbox.frete .content .submit:hover:after, .lightbox .form_identification .wrap_button_register a:hover:after, .lightbox.one_click .button_primary:hover:after, .lightbox.simple .actions .button_primary:hover:after, .lightbox .content.medium .primary_button:hover:after, .lightbox .content.cart_product .finalize:hover:after, .form_global .form_action .primary_action:hover:after, .form_global .form_action .action_1:hover:after, .form_perfume .buy_button:hover:after, #header .cart .mini_cart .resume_cart .row a.button:hover:after, .product_kit_row .kit_select .button:hover:after, .row_filter .row_actions .button_primary:hover:after, .main_product .buy_button:hover:after, .product_details .buy_button:hover:after, .buy_together .resume .buy_button:hover:after, .side_info .resume .row_buttons .end_buy:hover:after, .checkout_steps .wrap_button_register a:hover:after, .payment .oo-form .row-check .partial_value .submit:hover:after, .payment .masterpass .masterpass_finalize:hover:after, .confirm_order .two_columns .resume .row_buttons .end_buy:hover:after, body.account .button_primary:hover:after {
  transform: translateX(5px);
}

.button_1:active, .shelf.gift .description_product .view_more:active, .lightbox.frete .content .submit:active, .lightbox .form_identification .wrap_button_register a:active, .lightbox.one_click .button_primary:active, .lightbox.simple .actions .button_primary:active, .lightbox .content.medium .primary_button:active, .lightbox .content.cart_product .finalize:active, .form_global .form_action .primary_action:active, .form_global .form_action .action_1:active, .form_perfume .buy_button:active, #header .cart .mini_cart .resume_cart .row a.button:active, .product_kit_row .kit_select .button:active, .row_filter .row_actions .button_primary:active, .main_product .buy_button:active, .product_details .buy_button:active, .buy_together .resume .buy_button:active, .side_info .resume .row_buttons .end_buy:active, .checkout_steps .wrap_button_register a:active, .payment .oo-form .row-check .partial_value .submit:active, .payment .masterpass .masterpass_finalize:active, .confirm_order .two_columns .resume .row_buttons .end_buy:active, body.account .button_primary:active {
  background-color: #222;
}

.button_11, .lightbox.wishlist .actions .button_primary, .form_global.form_cupom .button {
  background: #363636;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: table;
  transition: all ease-in 0.3s;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  display: block;
}

.button_11:hover, .lightbox.wishlist .actions .button_primary:hover, .form_global.form_cupom .button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.button_2, .lightbox.newsletter .submit, .lightbox.one_click .button, .lightbox.gift .select, .lightbox.simple .actions .button, .lightbox.wishlist .actions .button, .lightbox .content.cart_product .continue, .form_global .form_action .action_2_icon, .form_perfume .one_click, .main_product .one_click, .product_details .one_click, .side_info .resume .row_buttons .one_click, .confirm_order .two_columns .resume .row_buttons .one_click, body.account .button {
  background-color: #fff;
  border: 1px solid rgba(145, 145, 145, 0.5);
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.8px;
  display: block;
}

.button_2 strong, .lightbox.newsletter .submit strong, .lightbox.one_click .button strong, .lightbox.gift .select strong, .lightbox.simple .actions .button strong, .lightbox.wishlist .actions .button strong, .lightbox .content.cart_product .continue strong, .form_global .form_action .action_2_icon strong, .form_perfume .one_click strong, .main_product .one_click strong, .product_details .one_click strong, .side_info .resume .row_buttons .one_click strong, .confirm_order .two_columns .resume .row_buttons .one_click strong, body.account .button strong {
  color: #d62424;
  font-weight: bolder;
}

.button_22, .lightbox .content.medium .secondary_button, .carousel.buy_more .kit_select .button {
  background-color: #fff;
  border: 1px solid rgba(145, 145, 145, 0.5);
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.8px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  transition: all 250ms ease 0s;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}

.button_22 strong, .lightbox .content.medium .secondary_button strong, .carousel.buy_more .kit_select .button strong {
  color: #d62424;
  font-weight: bolder;
}

.button_22:after, .lightbox .content.medium .secondary_button:after, .carousel.buy_more .kit_select .button:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  transition: all 250ms ease 0s;
}

.button_22:hover, .lightbox .content.medium .secondary_button:hover, .carousel.buy_more .kit_select .button:hover {
  background-color: #fff;
  text-decoration: none;
  color: #000;
}

.button_22:hover:after, .lightbox .content.medium .secondary_button:hover:after, .carousel.buy_more .kit_select .button:hover:after {
  transform: translateX(5px);
}

.button_22:active, .lightbox .content.medium .secondary_button:active, .carousel.buy_more .kit_select .button:active {
  background-color: #ebebeb;
}

.button_3, .carousel .view_more, .webdoor .colunm .link, .webdoor .content .link {
  background: transparent;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 15px 20px;
  display: table;
  text-align: center;
  border: 1px solid #363636;
  text-transform: uppercase;
  transition: all ease-in 0.3s;
}

.button_3:hover, .carousel .view_more:hover, .webdoor .colunm .link:hover, .webdoor .content .link:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-color: #fff;
}

@font-face {
  font-display: swap;
  font-family: "icomoon";
  src: url("../css/fonts/icomoon.eot?89an4l");
  src: url("../css/fonts/icomoon.eot?89an4l#iefix") format("embedded-opentype"), url("../css/fonts/icomoon.ttf?89an4l") format("truetype"), url("../css/fonts/icomoon.woff?89an4l") format("woff"), url("../css/fonts/icomoon.svg?89an4l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box-location:before {
  content:"\e957";
}

.icon-pedido-transporte:before {
  content:"\e958";
}

.icon-cart:before {
  content:"\e900";
}

.icon-gift:before {
  content:"\e901";
}

.icon-search:before {
  content:"\e902";
}

.icon-card-renner:before {
  content:"\e903";
}

.icon-checkmark:before {
  content:'\e904';
}

.icon-closed:before {
  content:"\e905";
}

.icon-talk:before {
  content:"\e906";
}

.icon-mail:before {
  content:"\e907";
}

.icon-prod-share-2:before {
  content:"\e908";
}

.icon-closed2:before {
  content:"\e909";
}

.icon-checkbox:before {
  content:"\e90a";
}

.icon-grid_view:before {
  content:"\e90b";
}

.icon-checkbox_active:before {
  content:"\e90c";
}

.icon-grid_view_active:before {
  content:"\e90d";
}

.icon-play:before {
  content:"\e90e";
}

.icon-location:before {
  content:"\e90f";
}

.icon-credit-card:before {
  content:"\e910";
}

.icon-info:before {
  content:"\e911";
}

.icon-prod-share:before {
  content:"\e912";
}

.icon-facebook:before {
  content:"\e913";
}

.icon-doc:before {
  content:"\e914";
}

.icon-instagram:before {
  content:"\e915";
}

.icon-pinterest:before {
  content:"\e916";
}

.icon-twitter:before {
  content:"\e917";
}

.icon-whatsapp:before {
  content:"\e918";
}

.icon-youtube:before {
  content:"\e919";
}

.icon-cart_logo:before {
  content:"\e91a";
}

.icon-right:before {
  content:"\e91b";
}

.icon-right2:before {
  content:"\e91c";
}

.icon-details:before {
  content:"\e91d";
}

.icon-like:before {
  content:"\e91e";
}

.icon-right3:before {
  content:"\e91f";
}

.icon-box:before {
  content:"\e920";
}

.icon-seta-voltar:before {
  content:"\e921";
}

.icon-wish:before {
  content:"\e922";
}

.icon-wish_active:before {
  content:"\e923";
}

.icon-zoom:before {
  content:"\e924";
}

.icon-user:before {
  content:"\e925";
}

.icon-meu_cartao:before {
  content:"\e926";
}

.icon-box2:before {
  content:"\e927";
}

.icon-refresh:before {
  content:"\e928";
}

.icon-cartao-renner:before {
  content:"\e929";
}

.icon-compartilhe:before {
  content:"\e92a";
}

.icon-infos:before {
  content:"\e92b";
}

.icon-change:before {
  content:"\e92c";
}

.icon-edit-list:before {
  content:"\e92d";
}

.icon-lixeira:before {
  content:"\e92e";
}

.icon-phone:before {
  content:"\e92f";
}

.icon-moeda:before {
  content:"\e930";
}

.icon-sust:before {
  content:"\e931";
}

.icon-email:before {
  content:"\e932";
}

.icon-key:before {
  content:"\e933";
}

.icon-add:before {
  content:"\e934";
}

.icon-lock:before {
  content:"\e935";
}

.icon-calendar:before {
  content:"\e936";
}

.icon-clock:before {
  content:"\e937";
}

.icon-double-key:before {
  content:"\e938";
}

.icon-note:before {
  content:"\e939";
}

.icon-cpf:before {
  content:"\e93a";
}

.icon-caixa:before {
  content:"\e93b";
}

.icon-rota:before {
  content:"\e93c";
}

.icon-rocket:before {
  content:"\e93d";
}

.icon-store:before {
  content:"\e93e";
}

.icon-edit_item:before {
  content:"\e93f";
}

.icon-mapa:before {
  content:"\e940";
}

.icon-one-click:before {
  content:"\e941";
}

.icon-boleto:before {
  content:"\e942";
}

.icon-master-pass:before {
  content:"\e943";
}

.icon-cartao-renner-2:before {
  content:"\e944";
}

.icon-credit-card-2:before {
  content:"\e945";
}

.icon-question:before {
  content:"\e946";
}

.icon-star:before {
  content:"\e947";
}

.icon-click:before {
  content:"\e948";
}

.icon-pagamento-aprovado:before {
  content:"\e949";
}

.icon-pagamento-nao-aprovado:before {
  content:"\e94a";
}

.icon-pedido-entregue:before {
  content:"\e94b";
}

.icon-pedido-nao-aprovado:before {
  content:"\e94c";
}

.icon-pedido-recebido:before {
  content:"\e94d";
}

.icon-pedido-separacao:before {
  content:"\e94e";
}

.icon-pedido-transporte-loja:before {
  content:"\e94f";
}

.icon-reference:before {
  content:"\e950";
}

.icon-alerta:before {
  content:"\e951";
}

.icon-step_in:before {
  content:"\e952";
}

.icon-step_end:before, body.account .steps .check:before {
  content:"\e953";
}

.icon-step_out:before {
  content:"\e954";
}

.icon-repeat:before {
  content:"\e955";
}

.icon-logout {
  color: #bfbfbf;
}

.icon-logout:before {
  content:"\e956";
}

.icon-google-plus:before {
  content:"\e9121";
}

.icon-checkbox3:before {
  content:"\10ffff";
}

@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url("../css/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-google-plus-square:before {
  content:"\f0d4";
}

.fa-google-plus:before {
  content:"\f0d5";
}

.fa-google-plus-circle:before:before, .fa-google-plus-official:before {
  content:"\f2b3";
}

.icon-google-plus:before {
  content:"\e9121";
}

.fa-glass:before {
  content:"\f000";
}

.fa-music:before {
  content:"\f001";
}

.fa-search:before {
  content:"\f002";
}

.fa-envelope-o:before {
  content:"\f003";
}

.fa-heart:before {
  content:"\f004";
}

.fa-star:before {
  content:"\f005";
}

.fa-star-o:before {
  content:"\f006";
}

.fa-user:before {
  content:"\f007";
}

.fa-film:before {
  content:"\f008";
}

.fa-th-large:before {
  content:"\f009";
}

.fa-th:before {
  content:"\f00a";
}

.fa-th-list:before {
  content:"\f00b";
}

.fa-check:before {
  content:"\f00c";
}

.fa-remove:before:before, .fa-close:before:before, .fa-times:before {
  content:"\f00d";
}

.fa-search-plus:before {
  content:"\f00e";
}

.fa-search-minus:before {
  content:"\f010";
}

.fa-power-off:before {
  content:"\f011";
}

.fa-signal:before {
  content:"\f012";
}

.fa-gear:before:before, .fa-cog:before {
  content:"\f013";
}

.fa-trash-o:before {
  content:"\f014";
}

.fa-home:before {
  content:"\f015";
}

.fa-file-o:before {
  content:"\f016";
}

.fa-clock-o:before {
  content:"\f017";
}

.fa-road:before {
  content:"\f018";
}

.fa-download:before {
  content:"\f019";
}

.fa-arrow-circle-o-down:before {
  content:"\f01a";
}

.fa-arrow-circle-o-up:before {
  content:"\f01b";
}

.fa-inbox:before {
  content:"\f01c";
}

.fa-play-circle-o:before {
  content:"\f01d";
}

.fa-rotate-right:before:before, .fa-repeat:before {
  content:"\f01e";
}

.fa-refresh:before {
  content:"\f021";
}

.fa-list-alt:before {
  content:"\f022";
}

.fa-lock:before {
  content:"\f023";
}

.fa-flag:before {
  content:"\f024";
}

.fa-headphones:before {
  content:"\f025";
}

.fa-volume-off:before {
  content:"\f026";
}

.fa-volume-down:before {
  content:"\f027";
}

.fa-volume-up:before {
  content:"\f028";
}

.fa-qrcode:before {
  content:"\f029";
}

.fa-barcode:before {
  content:"\f02a";
}

.fa-tag:before {
  content:"\f02b";
}

.fa-tags:before {
  content:"\f02c";
}

.fa-book:before {
  content:"\f02d";
}

.fa-bookmark:before {
  content:"\f02e";
}

.fa-print:before {
  content:"\f02f";
}

.fa-camera:before {
  content:"\f030";
}

.fa-font:before {
  content:"\f031";
}

.fa-bold:before {
  content:"\f032";
}

.fa-italic:before {
  content:"\f033";
}

.fa-text-height:before {
  content:"\f034";
}

.fa-text-width:before {
  content:"\f035";
}

.fa-align-left:before {
  content:"\f036";
}

.fa-align-center:before {
  content:"\f037";
}

.fa-align-right:before {
  content:"\f038";
}

.fa-align-justify:before {
  content:"\f039";
}

.fa-list:before {
  content:"\f03a";
}

.fa-dedent:before:before, .fa-outdent:before {
  content:"\f03b";
}

.fa-indent:before {
  content:"\f03c";
}

.fa-video-camera:before {
  content:"\f03d";
}

.fa-photo:before:before, .fa-image:before:before, .fa-picture-o:before {
  content:"\f03e";
}

.fa-pencil:before {
  content:"\f040";
}

.fa-map-marker:before {
  content:"\f041";
}

.fa-adjust:before {
  content:"\f042";
}

.fa-tint:before {
  content:"\f043";
}

.fa-edit:before:before, .fa-pencil-square-o:before {
  content:"\f044";
}

.fa-share-square-o:before {
  content:"\f045";
}

.fa-check-square-o:before {
  content:"\f046";
}

.fa-arrows:before {
  content:"\f047";
}

.fa-step-backward:before {
  content:"\f048";
}

.fa-fast-backward:before {
  content:"\f049";
}

.fa-backward:before {
  content:"\f04a";
}

.fa-play:before {
  content:"\f04b";
}

.fa-pause:before {
  content:"\f04c";
}

.fa-stop:before {
  content:"\f04d";
}

.fa-forward:before {
  content:"\f04e";
}

.fa-fast-forward:before {
  content:"\f050";
}

.fa-step-forward:before {
  content:"\f051";
}

.fa-eject:before {
  content:"\f052";
}

.fa-chevron-left:before {
  content:"\f053";
}

.fa-chevron-right:before {
  content:"\f054";
}

.fa-plus-circle:before {
  content:"\f055";
}

.fa-minus-circle:before {
  content:"\f056";
}

.fa-times-circle:before {
  content:"\f057";
}

.fa-check-circle:before {
  content:"\f058";
}

.fa-question-circle:before {
  content:"\f059";
}

.fa-info-circle:before {
  content:"\f05a";
}

.fa-crosshairs:before {
  content:"\f05b";
}

.fa-times-circle-o:before {
  content:"\f05c";
}

.fa-check-circle-o:before {
  content:"\f05d";
}

.fa-ban:before {
  content:"\f05e";
}

.fa-arrow-left:before {
  content:"\f060";
}

.fa-arrow-right:before {
  content:"\f061";
}

.fa-arrow-up:before {
  content:"\f062";
}

.fa-arrow-down:before {
  content:"\f063";
}

.fa-mail-forward:before:before, .fa-share:before {
  content:"\f064";
}

.fa-expand:before {
  content:"\f065";
}

.fa-compress:before {
  content:"\f066";
}

.fa-plus:before {
  content:"\f067";
}

.fa-minus:before {
  content:"\f068";
}

.fa-asterisk:before {
  content:"\f069";
}

.fa-exclamation-circle:before {
  content:"\f06a";
}

.fa-gift:before {
  content:"\f06b";
}

.fa-leaf:before {
  content:"\f06c";
}

.fa-fire:before {
  content:"\f06d";
}

.fa-eye:before {
  content:"\f06e";
}

.fa-eye-slash:before {
  content:"\f070";
}

.fa-warning:before:before, .fa-exclamation-triangle:before {
  content:"\f071";
}

.fa-plane:before {
  content:"\f072";
}

.fa-calendar:before {
  content:"\f073";
}

.fa-random:before {
  content:"\f074";
}

.fa-comment:before {
  content:"\f075";
}

.fa-magnet:before {
  content:"\f076";
}

.fa-chevron-up:before {
  content:"\f077";
}

.fa-chevron-down:before {
  content:"\f078";
}

.fa-retweet:before {
  content:"\f079";
}

.fa-shopping-cart:before {
  content:"\f07a";
}

.fa-folder:before {
  content:"\f07b";
}

.fa-folder-open:before {
  content:"\f07c";
}

.fa-arrows-v:before {
  content:"\f07d";
}

.fa-arrows-h:before {
  content:"\f07e";
}

.fa-bar-chart-o:before:before, .fa-bar-chart:before {
  content:"\f080";
}

.fa-twitter-square:before {
  content:"\f081";
}

.fa-facebook-square:before {
  content:"\f082";
}

.fa-camera-retro:before {
  content:"\f083";
}

.fa-key:before {
  content:"\f084";
}

.fa-gears:before:before, .fa-cogs:before {
  content:"\f085";
}

.fa-comments:before {
  content:"\f086";
}

.fa-thumbs-o-up:before {
  content:"\f087";
}

.fa-thumbs-o-down:before {
  content:"\f088";
}

.fa-star-half:before {
  content:"\f089";
}

.fa-heart-o:before {
  content:"\f08a";
}

.fa-sign-out:before {
  content:"\f08b";
}

.fa-linkedin-square:before {
  content:"\f08c";
}

.fa-thumb-tack:before {
  content:"\f08d";
}

.fa-external-link:before {
  content:"\f08e";
}

.fa-sign-in:before {
  content:"\f090";
}

.fa-trophy:before {
  content:"\f091";
}

.fa-github-square:before {
  content:"\f092";
}

.fa-upload:before {
  content:"\f093";
}

.fa-lemon-o:before {
  content:"\f094";
}

.fa-phone:before {
  content:"\f095";
}

.fa-square-o:before {
  content:"\f096";
}

.fa-bookmark-o:before {
  content:"\f097";
}

.fa-phone-square:before {
  content:"\f098";
}

.fa-twitter:before {
  content:"\f099";
}

.fa-facebook-f:before:before, .fa-facebook:before {
  content:"\f09a";
}

.fa-github:before {
  content:"\f09b";
}

.fa-unlock:before {
  content:"\f09c";
}

.fa-credit-card:before {
  content:"\f09d";
}

.fa-feed:before:before, .fa-rss:before {
  content:"\f09e";
}

.fa-hdd-o:before {
  content:"\f0a0";
}

.fa-bullhorn:before {
  content:"\f0a1";
}

.fa-bell:before {
  content:"\f0f3";
}

.fa-certificate:before {
  content:"\f0a3";
}

.fa-hand-o-right:before {
  content:"\f0a4";
}

.fa-hand-o-left:before {
  content:"\f0a5";
}

.fa-hand-o-up:before {
  content:"\f0a6";
}

.fa-hand-o-down:before {
  content:"\f0a7";
}

.fa-arrow-circle-left:before {
  content:"\f0a8";
}

.fa-arrow-circle-right:before {
  content:"\f0a9";
}

.fa-arrow-circle-up:before {
  content:"\f0aa";
}

.fa-arrow-circle-down:before {
  content:"\f0ab";
}

.fa-globe:before {
  content:"\f0ac";
}

.fa-wrench:before {
  content:"\f0ad";
}

.fa-tasks:before {
  content:"\f0ae";
}

.fa-filter:before {
  content:"\f0b0";
}

.fa-briefcase:before {
  content:"\f0b1";
}

.fa-arrows-alt:before {
  content:"\f0b2";
}

.fa-group:before:before, .fa-users:before {
  content:"\f0c0";
}

.fa-chain:before:before, .fa-link:before {
  content:"\f0c1";
}

.fa-cloud:before {
  content:"\f0c2";
}

.fa-flask:before {
  content:"\f0c3";
}

.fa-cut:before:before, .fa-scissors:before {
  content:"\f0c4";
}

.fa-copy:before:before, .fa-files-o:before {
  content:"\f0c5";
}

.fa-paperclip:before {
  content:"\f0c6";
}

.fa-save:before:before, .fa-floppy-o:before {
  content:"\f0c7";
}

.fa-square:before {
  content:"\f0c8";
}

.fa-navicon:before:before, .fa-reorder:before:before, .fa-bars:before {
  content:"\f0c9";
}

.fa-list-ul:before {
  content:"\f0ca";
}

.fa-list-ol:before {
  content:"\f0cb";
}

.fa-strikethrough:before {
  content:"\f0cc";
}

.fa-underline:before {
  content:"\f0cd";
}

.fa-table:before {
  content:"\f0ce";
}

.fa-magic:before {
  content:"\f0d0";
}

.fa-truck:before {
  content:"\f0d1";
}

.fa-pinterest:before {
  content:"\f0d2";
}

.fa-pinterest-square:before {
  content:"\f0d3";
}

.fa-money:before {
  content:"\f0d6";
}

.fa-caret-down:before {
  content:"\f0d7";
}

.fa-caret-up:before {
  content:"\f0d8";
}

.fa-caret-left:before {
  content:"\f0d9";
}

.fa-caret-right:before {
  content:"\f0da";
}

.fa-columns:before {
  content:"\f0db";
}

.fa-unsorted:before:before, .fa-sort:before {
  content:"\f0dc";
}

.fa-sort-down:before:before, .fa-sort-desc:before {
  content:"\f0dd";
}

.fa-sort-up:before:before, .fa-sort-asc:before {
  content:"\f0de";
}

.fa-envelope:before {
  content:"\f0e0";
}

.fa-linkedin:before {
  content:"\f0e1";
}

.fa-rotate-left:before:before, .fa-undo:before {
  content:"\f0e2";
}

.fa-legal:before:before, .fa-gavel:before {
  content:"\f0e3";
}

.fa-dashboard:before:before, .fa-tachometer:before {
  content:"\f0e4";
}

.fa-comment-o:before {
  content:"\f0e5";
}

.fa-comments-o:before {
  content:"\f0e6";
}

.fa-flash:before:before, .fa-bolt:before {
  content:"\f0e7";
}

.fa-sitemap:before {
  content:"\f0e8";
}

.fa-umbrella:before {
  content:"\f0e9";
}

.fa-paste:before:before, .fa-clipboard:before {
  content:"\f0ea";
}

.fa-lightbulb-o:before {
  content:"\f0eb";
}

.fa-exchange:before {
  content:"\f0ec";
}

.fa-cloud-download:before {
  content:"\f0ed";
}

.fa-cloud-upload:before {
  content:"\f0ee";
}

.fa-user-md:before {
  content:"\f0f0";
}

.fa-stethoscope:before {
  content:"\f0f1";
}

.fa-suitcase:before {
  content:"\f0f2";
}

.fa-bell-o:before {
  content:"\f0a2";
}

.fa-coffee:before {
  content:"\f0f4";
}

.fa-cutlery:before {
  content:"\f0f5";
}

.fa-file-text-o:before {
  content:"\f0f6";
}

.fa-building-o:before {
  content:"\f0f7";
}

.fa-hospital-o:before {
  content:"\f0f8";
}

.fa-ambulance:before {
  content:"\f0f9";
}

.fa-medkit:before {
  content:"\f0fa";
}

.fa-fighter-jet:before {
  content:"\f0fb";
}

.fa-beer:before {
  content:"\f0fc";
}

.fa-h-square:before {
  content:"\f0fd";
}

.fa-plus-square:before {
  content:"\f0fe";
}

.fa-angle-double-left:before {
  content:"\f100";
}

.fa-angle-double-right:before {
  content:"\f101";
}

.fa-angle-double-up:before {
  content:"\f102";
}

.fa-angle-double-down:before {
  content:"\f103";
}

.fa-angle-left:before {
  content:"\f104";
}

.fa-angle-right:before {
  content:"\f105";
}

.fa-angle-up:before {
  content:"\f106";
}

.fa-angle-down:before {
  content:"\f107";
}

.fa-desktop:before {
  content:"\f108";
}

.fa-laptop:before {
  content:"\f109";
}

.fa-tablet:before {
  content:"\f10a";
}

.fa-mobile-phone:before:before, .fa-mobile:before {
  content:"\f10b";
}

.fa-circle-o:before {
  content:"\f10c";
}

.fa-quote-left:before {
  content:"\f10d";
}

.fa-quote-right:before {
  content:"\f10e";
}

.fa-spinner:before {
  content:"\f110";
}

.fa-circle:before {
  content:"\f111";
}

.fa-mail-reply:before:before, .fa-reply:before {
  content:"\f112";
}

.fa-github-alt:before {
  content:"\f113";
}

.fa-folder-o:before {
  content:"\f114";
}

.fa-folder-open-o:before {
  content:"\f115";
}

.fa-smile-o:before {
  content:"\f118";
}

.fa-frown-o:before {
  content:"\f119";
}

.fa-meh-o:before {
  content:"\f11a";
}

.fa-gamepad:before {
  content:"\f11b";
}

.fa-keyboard-o:before {
  content:"\f11c";
}

.fa-flag-o:before {
  content:"\f11d";
}

.fa-flag-checkered:before {
  content:"\f11e";
}

.fa-terminal:before {
  content:"\f120";
}

.fa-code:before {
  content:"\f121";
}

.fa-mail-reply-all:before:before, .fa-reply-all:before {
  content:"\f122";
}

.fa-star-half-empty:before:before, .fa-star-half-full:before:before, .fa-star-half-o:before {
  content:"\f123";
}

.fa-location-arrow:before {
  content:"\f124";
}

.fa-crop:before {
  content:"\f125";
}

.fa-code-fork:before {
  content:"\f126";
}

.fa-unlink:before:before, .fa-chain-broken:before {
  content:"\f127";
}

.fa-question:before {
  content:"\f128";
}

.fa-info:before {
  content:"\f129";
}

.fa-exclamation:before {
  content:"\f12a";
}

.fa-superscript:before {
  content:"\f12b";
}

.fa-subscript:before {
  content:"\f12c";
}

.fa-eraser:before {
  content:"\f12d";
}

.fa-puzzle-piece:before {
  content:"\f12e";
}

.fa-microphone:before {
  content:"\f130";
}

.fa-microphone-slash:before {
  content:"\f131";
}

.fa-shield:before {
  content:"\f132";
}

.fa-calendar-o:before {
  content:"\f133";
}

.fa-fire-extinguisher:before {
  content:"\f134";
}

.fa-rocket:before {
  content:"\f135";
}

.fa-maxcdn:before {
  content:"\f136";
}

.fa-chevron-circle-left:before {
  content:"\f137";
}

.fa-chevron-circle-right:before {
  content:"\f138";
}

.fa-chevron-circle-up:before {
  content:"\f139";
}

.fa-chevron-circle-down:before {
  content:"\f13a";
}

.fa-html5:before {
  content:"\f13b";
}

.fa-css3:before {
  content:"\f13c";
}

.fa-anchor:before {
  content:"\f13d";
}

.fa-unlock-alt:before {
  content:"\f13e";
}

.fa-bullseye:before {
  content:"\f140";
}

.fa-ellipsis-h:before {
  content:"\f141";
}

.fa-ellipsis-v:before {
  content:"\f142";
}

.fa-rss-square:before {
  content:"\f143";
}

.fa-play-circle:before {
  content:"\f144";
}

.fa-ticket:before {
  content:"\f145";
}

.fa-minus-square:before {
  content:"\f146";
}

.fa-minus-square-o:before {
  content:"\f147";
}

.fa-level-up:before {
  content:"\f148";
}

.fa-level-down:before {
  content:"\f149";
}

.fa-check-square:before {
  content:"\f14a";
}

.fa-pencil-square:before {
  content:"\f14b";
}

.fa-external-link-square:before {
  content:"\f14c";
}

.fa-share-square:before {
  content:"\f14d";
}

.fa-compass:before {
  content:"\f14e";
}

.fa-toggle-down:before:before, .fa-caret-square-o-down:before {
  content:"\f150";
}

.fa-toggle-up:before:before, .fa-caret-square-o-up:before {
  content:"\f151";
}

.fa-toggle-right:before:before, .fa-caret-square-o-right:before {
  content:"\f152";
}

.fa-euro:before:before, .fa-eur:before {
  content:"\f153";
}

.fa-gbp:before {
  content:"\f154";
}

.fa-dollar:before:before, .fa-usd:before {
  content:"\f155";
}

.fa-rupee:before:before, .fa-inr:before {
  content:"\f156";
}

.fa-cny:before:before, .fa-rmb:before:before, .fa-yen:before:before, .fa-jpy:before {
  content:"\f157";
}

.fa-ruble:before:before, .fa-rouble:before:before, .fa-rub:before {
  content:"\f158";
}

.fa-won:before:before, .fa-krw:before {
  content:"\f159";
}

.fa-bitcoin:before:before, .fa-btc:before {
  content:"\f15a";
}

.fa-file:before {
  content:"\f15b";
}

.fa-file-text:before {
  content:"\f15c";
}

.fa-sort-alpha-asc:before {
  content:"\f15d";
}

.fa-sort-alpha-desc:before {
  content:"\f15e";
}

.fa-sort-amount-asc:before {
  content:"\f160";
}

.fa-sort-amount-desc:before {
  content:"\f161";
}

.fa-sort-numeric-asc:before {
  content:"\f162";
}

.fa-sort-numeric-desc:before {
  content:"\f163";
}

.fa-thumbs-up:before {
  content:"\f164";
}

.fa-thumbs-down:before {
  content:"\f165";
}

.fa-youtube-square:before {
  content:"\f166";
}

.fa-youtube:before {
  content:"\f167";
}

.fa-xing:before {
  content:"\f168";
}

.fa-xing-square:before {
  content:"\f169";
}

.fa-youtube-play:before {
  content:"\f16a";
}

.fa-dropbox:before {
  content:"\f16b";
}

.fa-stack-overflow:before {
  content:"\f16c";
}

.fa-instagram:before {
  content:"\f16d";
}

.fa-flickr:before {
  content:"\f16e";
}

.fa-adn:before {
  content:"\f170";
}

.fa-bitbucket:before {
  content:"\f171";
}

.fa-bitbucket-square:before {
  content:"\f172";
}

.fa-tumblr:before {
  content:"\f173";
}

.fa-tumblr-square:before {
  content:"\f174";
}

.fa-long-arrow-down:before {
  content:"\f175";
}

.fa-long-arrow-up:before {
  content:"\f176";
}

.fa-long-arrow-left:before {
  content:"\f177";
}

.fa-long-arrow-right:before {
  content:"\f178";
}

.fa-apple:before {
  content:"\f179";
}

.fa-windows:before {
  content:"\f17a";
}

.fa-android:before {
  content:"\f17b";
}

.fa-linux:before {
  content:"\f17c";
}

.fa-dribbble:before {
  content:"\f17d";
}

.fa-skype:before {
  content:"\f17e";
}

.fa-foursquare:before {
  content:"\f180";
}

.fa-trello:before {
  content:"\f181";
}

.fa-female:before {
  content:"\f182";
}

.fa-male:before {
  content:"\f183";
}

.fa-gittip:before:before, .fa-gratipay:before {
  content:"\f184";
}

.fa-sun-o:before {
  content:"\f185";
}

.fa-moon-o:before {
  content:"\f186";
}

.fa-archive:before {
  content:"\f187";
}

.fa-bug:before {
  content:"\f188";
}

.fa-vk:before {
  content:"\f189";
}

.fa-weibo:before {
  content:"\f18a";
}

.fa-renren:before {
  content:"\f18b";
}

.fa-pagelines:before {
  content:"\f18c";
}

.fa-stack-exchange:before {
  content:"\f18d";
}

.fa-arrow-circle-o-right:before {
  content:"\f18e";
}

.fa-arrow-circle-o-left:before {
  content:"\f190";
}

.fa-toggle-left:before:before, .fa-caret-square-o-left:before {
  content:"\f191";
}

.fa-dot-circle-o:before {
  content:"\f192";
}

.fa-wheelchair:before {
  content:"\f193";
}

.fa-vimeo-square:before {
  content:"\f194";
}

.fa-turkish-lira:before:before, .fa-try:before {
  content:"\f195";
}

.fa-plus-square-o:before {
  content:"\f196";
}

.fa-space-shuttle:before {
  content:"\f197";
}

.fa-slack:before {
  content:"\f198";
}

.fa-envelope-square:before {
  content:"\f199";
}

.fa-wordpress:before {
  content:"\f19a";
}

.fa-openid:before {
  content:"\f19b";
}

.fa-institution:before:before, .fa-bank:before:before, .fa-university:before {
  content:"\f19c";
}

.fa-mortar-board:before:before, .fa-graduation-cap:before {
  content:"\f19d";
}

.fa-yahoo:before {
  content:"\f19e";
}

.fa-google:before {
  content:"\f1a0";
}

.fa-reddit:before {
  content:"\f1a1";
}

.fa-reddit-square:before {
  content:"\f1a2";
}

.fa-stumbleupon-circle:before {
  content:"\f1a3";
}

.fa-stumbleupon:before {
  content:"\f1a4";
}

.fa-delicious:before {
  content:"\f1a5";
}

.fa-digg:before {
  content:"\f1a6";
}

.fa-pied-piper-pp:before {
  content:"\f1a7";
}

.fa-pied-piper-alt:before {
  content:"\f1a8";
}

.fa-drupal:before {
  content:"\f1a9";
}

.fa-joomla:before {
  content:"\f1aa";
}

.fa-language:before {
  content:"\f1ab";
}

.fa-fax:before {
  content:"\f1ac";
}

.fa-building:before {
  content:"\f1ad";
}

.fa-child:before {
  content:"\f1ae";
}

.fa-paw:before {
  content:"\f1b0";
}

.fa-spoon:before {
  content:"\f1b1";
}

.fa-cube:before {
  content:"\f1b2";
}

.fa-cubes:before {
  content:"\f1b3";
}

.fa-behance:before {
  content:"\f1b4";
}

.fa-behance-square:before {
  content:"\f1b5";
}

.fa-steam:before {
  content:"\f1b6";
}

.fa-steam-square:before {
  content:"\f1b7";
}

.fa-recycle:before {
  content:"\f1b8";
}

.fa-automobile:before:before, .fa-car:before {
  content:"\f1b9";
}

.fa-cab:before:before, .fa-taxi:before {
  content:"\f1ba";
}

.fa-tree:before {
  content:"\f1bb";
}

.fa-spotify:before {
  content:"\f1bc";
}

.fa-deviantart:before {
  content:"\f1bd";
}

.fa-soundcloud:before {
  content:"\f1be";
}

.fa-database:before {
  content:"\f1c0";
}

.fa-file-pdf-o:before {
  content:"\f1c1";
}

.fa-file-word-o:before {
  content:"\f1c2";
}

.fa-file-excel-o:before {
  content:"\f1c3";
}

.fa-file-powerpoint-o:before {
  content:"\f1c4";
}

.fa-file-photo-o:before:before, .fa-file-picture-o:before:before, .fa-file-image-o:before {
  content:"\f1c5";
}

.fa-file-zip-o:before:before, .fa-file-archive-o:before {
  content:"\f1c6";
}

.fa-file-sound-o:before:before, .fa-file-audio-o:before {
  content:"\f1c7";
}

.fa-file-movie-o:before:before, .fa-file-video-o:before {
  content:"\f1c8";
}

.fa-file-code-o:before {
  content:"\f1c9";
}

.fa-vine:before {
  content:"\f1ca";
}

.fa-codepen:before {
  content:"\f1cb";
}

.fa-jsfiddle:before {
  content:"\f1cc";
}

.fa-life-bouy:before:before, .fa-life-buoy:before:before, .fa-life-saver:before:before, .fa-support:before:before, .fa-life-ring:before {
  content:"\f1cd";
}

.fa-circle-o-notch:before {
  content:"\f1ce";
}

.fa-ra:before:before, .fa-resistance:before:before, .fa-rebel:before {
  content:"\f1d0";
}

.fa-ge:before:before, .fa-empire:before {
  content:"\f1d1";
}

.fa-git-square:before {
  content:"\f1d2";
}

.fa-git:before {
  content:"\f1d3";
}

.fa-y-combinator-square:before:before, .fa-yc-square:before:before, .fa-hacker-news:before {
  content:"\f1d4";
}

.fa-tencent-weibo:before {
  content:"\f1d5";
}

.fa-qq:before {
  content:"\f1d6";
}

.fa-wechat:before:before, .fa-weixin:before {
  content:"\f1d7";
}

.fa-send:before:before, .fa-paper-plane:before {
  content:"\f1d8";
}

.fa-send-o:before:before, .fa-paper-plane-o:before {
  content:"\f1d9";
}

.fa-history:before {
  content:"\f1da";
}

.fa-circle-thin:before {
  content:"\f1db";
}

.fa-header:before {
  content:"\f1dc";
}

.fa-paragraph:before {
  content:"\f1dd";
}

.fa-sliders:before {
  content:"\f1de";
}

.fa-share-alt:before {
  content:"\f1e0";
}

.fa-share-alt-square:before {
  content:"\f1e1";
}

.fa-bomb:before {
  content:"\f1e2";
}

.fa-soccer-ball-o:before:before, .fa-futbol-o:before {
  content:"\f1e3";
}

.fa-tty:before {
  content:"\f1e4";
}

.fa-binoculars:before {
  content:"\f1e5";
}

.fa-plug:before {
  content:"\f1e6";
}

.fa-slideshare:before {
  content:"\f1e7";
}

.fa-twitch:before {
  content:"\f1e8";
}

.fa-yelp:before {
  content:"\f1e9";
}

.fa-newspaper-o:before {
  content:"\f1ea";
}

.fa-wifi:before {
  content:"\f1eb";
}

.fa-calculator:before {
  content:"\f1ec";
}

.fa-paypal:before {
  content:"\f1ed";
}

.fa-google-wallet:before {
  content:"\f1ee";
}

.fa-cc-visa:before {
  content:"\f1f0";
}

.fa-cc-mastercard:before {
  content:"\f1f1";
}

.fa-cc-discover:before {
  content:"\f1f2";
}

.fa-cc-amex:before {
  content:"\f1f3";
}

.fa-cc-paypal:before {
  content:"\f1f4";
}

.fa-cc-stripe:before {
  content:"\f1f5";
}

.fa-bell-slash:before {
  content:"\f1f6";
}

.fa-bell-slash-o:before {
  content:"\f1f7";
}

.fa-trash:before {
  content:"\f1f8";
}

.fa-copyright:before {
  content:"\f1f9";
}

.fa-at:before {
  content:"\f1fa";
}

.fa-eyedropper:before {
  content:"\f1fb";
}

.fa-paint-brush:before {
  content:"\f1fc";
}

.fa-birthday-cake:before {
  content:"\f1fd";
}

.fa-area-chart:before {
  content:"\f1fe";
}

.fa-pie-chart:before {
  content:"\f200";
}

.fa-line-chart:before {
  content:"\f201";
}

.fa-lastfm:before {
  content:"\f202";
}

.fa-lastfm-square:before {
  content:"\f203";
}

.fa-toggle-off:before {
  content:"\f204";
}

.fa-toggle-on:before {
  content:"\f205";
}

.fa-bicycle:before {
  content:"\f206";
}

.fa-bus:before {
  content:"\f207";
}

.fa-ioxhost:before {
  content:"\f208";
}

.fa-angellist:before {
  content:"\f209";
}

.fa-cc:before {
  content:"\f20a";
}

.fa-shekel:before:before, .fa-sheqel:before:before, .fa-ils:before {
  content:"\f20b";
}

.fa-meanpath:before {
  content:"\f20c";
}

.fa-buysellads:before {
  content:"\f20d";
}

.fa-connectdevelop:before {
  content:"\f20e";
}

.fa-dashcube:before {
  content:"\f210";
}

.fa-forumbee:before {
  content:"\f211";
}

.fa-leanpub:before {
  content:"\f212";
}

.fa-sellsy:before {
  content:"\f213";
}

.fa-shirtsinbulk:before {
  content:"\f214";
}

.fa-simplybuilt:before {
  content:"\f215";
}

.fa-skyatlas:before {
  content:"\f216";
}

.fa-cart-plus:before {
  content:"\f217";
}

.fa-cart-arrow-down:before {
  content:"\f218";
}

.fa-diamond:before {
  content:"\f219";
}

.fa-ship:before {
  content:"\f21a";
}

.fa-user-secret:before {
  content:"\f21b";
}

.fa-motorcycle:before {
  content:"\f21c";
}

.fa-street-view:before {
  content:"\f21d";
}

.fa-heartbeat:before {
  content:"\f21e";
}

.fa-venus:before {
  content:"\f221";
}

.fa-mars:before {
  content:"\f222";
}

.fa-mercury:before {
  content:"\f223";
}

.fa-intersex:before:before, .fa-transgender:before {
  content:"\f224";
}

.fa-transgender-alt:before {
  content:"\f225";
}

.fa-venus-double:before {
  content:"\f226";
}

.fa-mars-double:before {
  content:"\f227";
}

.fa-venus-mars:before {
  content:"\f228";
}

.fa-mars-stroke:before {
  content:"\f229";
}

.fa-mars-stroke-v:before {
  content:"\f22a";
}

.fa-mars-stroke-h:before {
  content:"\f22b";
}

.fa-neuter:before {
  content:"\f22c";
}

.fa-genderless:before {
  content:"\f22d";
}

.fa-facebook-official:before {
  content:"\f230";
}

.fa-pinterest-p:before {
  content:"\f231";
}

.fa-whatsapp:before {
  content:"\f232";
}

.fa-server:before {
  content:"\f233";
}

.fa-user-plus:before {
  content:"\f234";
}

.fa-user-times:before {
  content:"\f235";
}

.fa-hotel:before:before, .fa-bed:before {
  content:"\f236";
}

.fa-viacoin:before {
  content:"\f237";
}

.fa-train:before {
  content:"\f238";
}

.fa-subway:before {
  content:"\f239";
}

.fa-medium:before {
  content:"\f23a";
}

.fa-yc:before:before, .fa-y-combinator:before {
  content:"\f23b";
}

.fa-optin-monster:before {
  content:"\f23c";
}

.fa-opencart:before {
  content:"\f23d";
}

.fa-expeditedssl:before {
  content:"\f23e";
}

.fa-battery-4:before:before, .fa-battery:before:before, .fa-battery-full:before {
  content:"\f240";
}

.fa-battery-3:before:before, .fa-battery-three-quarters:before {
  content:"\f241";
}

.fa-battery-2:before:before, .fa-battery-half:before {
  content:"\f242";
}

.fa-battery-1:before:before, .fa-battery-quarter:before {
  content:"\f243";
}

.fa-battery-0:before:before, .fa-battery-empty:before {
  content:"\f244";
}

.fa-mouse-pointer:before {
  content:"\f245";
}

.fa-i-cursor:before {
  content:"\f246";
}

.fa-object-group:before {
  content:"\f247";
}

.fa-object-ungroup:before {
  content:"\f248";
}

.fa-sticky-note:before {
  content:"\f249";
}

.fa-sticky-note-o:before {
  content:"\f24a";
}

.fa-cc-jcb:before {
  content:"\f24b";
}

.fa-cc-diners-club:before {
  content:"\f24c";
}

.fa-clone:before {
  content:"\f24d";
}

.fa-balance-scale:before {
  content:"\f24e";
}

.fa-hourglass-o:before {
  content:"\f250";
}

.fa-hourglass-1:before:before, .fa-hourglass-start:before {
  content:"\f251";
}

.fa-hourglass-2:before:before, .fa-hourglass-half:before {
  content:"\f252";
}

.fa-hourglass-3:before:before, .fa-hourglass-end:before {
  content:"\f253";
}

.fa-hourglass:before {
  content:"\f254";
}

.fa-hand-grab-o:before:before, .fa-hand-rock-o:before {
  content:"\f255";
}

.fa-hand-stop-o:before:before, .fa-hand-paper-o:before {
  content:"\f256";
}

.fa-hand-scissors-o:before {
  content:"\f257";
}

.fa-hand-lizard-o:before {
  content:"\f258";
}

.fa-hand-spock-o:before {
  content:"\f259";
}

.fa-hand-pointer-o:before {
  content:"\f25a";
}

.fa-hand-peace-o:before {
  content:"\f25b";
}

.fa-trademark:before {
  content:"\f25c";
}

.fa-registered:before {
  content:"\f25d";
}

.fa-creative-commons:before {
  content:"\f25e";
}

.fa-gg:before {
  content:"\f260";
}

.fa-gg-circle:before {
  content:"\f261";
}

.fa-tripadvisor:before {
  content:"\f262";
}

.fa-odnoklassniki:before {
  content:"\f263";
}

.fa-odnoklassniki-square:before {
  content:"\f264";
}

.fa-get-pocket:before {
  content:"\f265";
}

.fa-wikipedia-w:before {
  content:"\f266";
}

.fa-safari:before {
  content:"\f267";
}

.fa-chrome:before {
  content:"\f268";
}

.fa-firefox:before {
  content:"\f269";
}

.fa-opera:before {
  content:"\f26a";
}

.fa-internet-explorer:before {
  content:"\f26b";
}

.fa-tv:before:before, .fa-television:before {
  content:"\f26c";
}

.fa-contao:before {
  content:"\f26d";
}

.fa-500px:before {
  content:"\f26e";
}

.fa-amazon:before {
  content:"\f270";
}

.fa-calendar-plus-o:before {
  content:"\f271";
}

.fa-calendar-minus-o:before {
  content:"\f272";
}

.fa-calendar-times-o:before {
  content:"\f273";
}

.fa-calendar-check-o:before {
  content:"\f274";
}

.fa-industry:before {
  content:"\f275";
}

.fa-map-pin:before {
  content:"\f276";
}

.fa-map-signs:before {
  content:"\f277";
}

.fa-map-o:before {
  content:"\f278";
}

.fa-map:before {
  content:"\f279";
}

.fa-commenting:before {
  content:"\f27a";
}

.fa-commenting-o:before {
  content:"\f27b";
}

.fa-houzz:before {
  content:"\f27c";
}

.fa-vimeo:before {
  content:"\f27d";
}

.fa-black-tie:before {
  content:"\f27e";
}

.fa-fonticons:before {
  content:"\f280";
}

.fa-reddit-alien:before {
  content:"\f281";
}

.fa-edge:before {
  content:"\f282";
}

.fa-credit-card-alt:before {
  content:"\f283";
}

.fa-codiepie:before {
  content:"\f284";
}

.fa-modx:before {
  content:"\f285";
}

.fa-fort-awesome:before {
  content:"\f286";
}

.fa-usb:before {
  content:"\f287";
}

.fa-product-hunt:before {
  content:"\f288";
}

.fa-mixcloud:before {
  content:"\f289";
}

.fa-scribd:before {
  content:"\f28a";
}

.fa-pause-circle:before {
  content:"\f28b";
}

.fa-pause-circle-o:before {
  content:"\f28c";
}

.fa-stop-circle:before {
  content:"\f28d";
}

.fa-stop-circle-o:before {
  content:"\f28e";
}

.fa-shopping-bag:before {
  content:"\f290";
}

.fa-shopping-basket:before {
  content:"\f291";
}

.fa-hashtag:before {
  content:"\f292";
}

.fa-bluetooth:before {
  content:"\f293";
}

.fa-bluetooth-b:before {
  content:"\f294";
}

.fa-percent:before {
  content:"\f295";
}

.fa-gitlab:before {
  content:"\f296";
}

.fa-wpbeginner:before {
  content:"\f297";
}

.fa-wpforms:before {
  content:"\f298";
}

.fa-envira:before {
  content:"\f299";
}

.fa-universal-access:before {
  content:"\f29a";
}

.fa-wheelchair-alt:before {
  content:"\f29b";
}

.fa-question-circle-o:before {
  content:"\f29c";
}

.fa-blind:before {
  content:"\f29d";
}

.fa-audio-description:before {
  content:"\f29e";
}

.fa-volume-control-phone:before {
  content:"\f2a0";
}

.fa-braille:before {
  content:"\f2a1";
}

.fa-assistive-listening-systems:before {
  content:"\f2a2";
}

.fa-asl-interpreting:before:before, .fa-american-sign-language-interpreting:before {
  content:"\f2a3";
}

.fa-deafness:before:before, .fa-hard-of-hearing:before:before, .fa-deaf:before {
  content:"\f2a4";
}

.fa-glide:before {
  content:"\f2a5";
}

.fa-glide-g:before {
  content:"\f2a6";
}

.fa-signing:before:before, .fa-sign-language:before {
  content:"\f2a7";
}

.fa-low-vision:before {
  content:"\f2a8";
}

.fa-viadeo:before {
  content:"\f2a9";
}

.fa-viadeo-square:before {
  content:"\f2aa";
}

.fa-snapchat:before {
  content:"\f2ab";
}

.fa-snapchat-ghost:before {
  content:"\f2ac";
}

.fa-snapchat-square:before {
  content:"\f2ad";
}

.fa-pied-piper:before {
  content:"\f2ae";
}

.fa-first-order:before {
  content:"\f2b0";
}

.fa-yoast:before {
  content:"\f2b1";
}

.fa-themeisle:before {
  content:"\f2b2";
}

.fa-fa:before:before, .fa-font-awesome:before {
  content:"\f2b4";
}

.fa-handshake-o:before {
  content:"\f2b5";
}

.fa-envelope-open:before {
  content:"\f2b6";
}

.fa-envelope-open-o:before {
  content:"\f2b7";
}

.fa-linode:before {
  content:"\f2b8";
}

.fa-address-book:before {
  content:"\f2b9";
}

.fa-address-book-o:before {
  content:"\f2ba";
}

.fa-vcard:before:before, .fa-address-card:before {
  content:"\f2bb";
}

.fa-vcard-o:before:before, .fa-address-card-o:before {
  content:"\f2bc";
}

.fa-user-circle:before {
  content:"\f2bd";
}

.fa-user-circle-o:before {
  content:"\f2be";
}

.fa-user-o:before {
  content:"\f2c0";
}

.fa-id-badge:before {
  content:"\f2c1";
}

.fa-drivers-license:before:before, .fa-id-card:before {
  content:"\f2c2";
}

.fa-drivers-license-o:before:before, .fa-id-card-o:before {
  content:"\f2c3";
}

.fa-quora:before {
  content:"\f2c4";
}

.fa-free-code-camp:before {
  content:"\f2c5";
}

.fa-telegram:before {
  content:"\f2c6";
}

.fa-thermometer-4:before:before, .fa-thermometer:before:before, .fa-thermometer-full:before {
  content:"\f2c7";
}

.fa-thermometer-3:before:before, .fa-thermometer-three-quarters:before {
  content:"\f2c8";
}

.fa-thermometer-2:before:before, .fa-thermometer-half:before {
  content:"\f2c9";
}

.fa-thermometer-1:before:before, .fa-thermometer-quarter:before {
  content:"\f2ca";
}

.fa-thermometer-0:before:before, .fa-thermometer-empty:before {
  content:"\f2cb";
}

.fa-shower:before {
  content:"\f2cc";
}

.fa-bathtub:before:before, .fa-s15:before:before, .fa-bath:before {
  content:"\f2cd";
}

.fa-podcast:before {
  content:"\f2ce";
}

.fa-window-maximize:before {
  content:"\f2d0";
}

.fa-window-minimize:before {
  content:"\f2d1";
}

.fa-window-restore:before {
  content:"\f2d2";
}

.fa-times-rectangle:before:before, .fa-window-close:before {
  content:"\f2d3";
}

.fa-times-rectangle-o:before:before, .fa-window-close-o:before {
  content:"\f2d4";
}

.fa-bandcamp:before {
  content:"\f2d5";
}

.fa-grav:before {
  content:"\f2d6";
}

.fa-etsy:before {
  content:"\f2d7";
}

.fa-imdb:before {
  content:"\f2d8";
}

.fa-ravelry:before {
  content:"\f2d9";
}

.fa-eercast:before {
  content:"\f2da";
}

.fa-microchip:before {
  content:"\f2db";
}

.fa-snowflake-o:before {
  content:"\f2dc";
}

.fa-superpowers:before {
  content:"\f2dd";
}

.fa-wpexplorer:before {
  content:"\f2de";
}

.fa-meetup:before {
  content:"\f2e0";
}

.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;
}

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.title_1 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.shelf {
  position: relative;
}

.shelf .remove_elm {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  transition: all ease-in 0.2s;
  opacity: 0;
}

.shelf .subject {
  position: relative;
}

.shelf .subject:hover .remove_elm {
  opacity: 1;
}

.shelf.gift .item_product {
  padding-bottom: 20px;
  margin-bottom: 0 !important;
  height: 590px;
}

.shelf.gift .item_product .img_product {
  min-height: 356px;
}

.shelf.gift .item_product .img_product img {
  max-height: 356px;
  min-height: 356px;
  margin: 0 auto;
}

.shelf.gift .item_product:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
}

.shelf.gift .item_product:hover .description_product i {
  display: inline-block;
  vertical-align: bottom;
}

.shelf.gift .item_product:hover .view_more {
  display: block;
}

.shelf.gift .description_product .view_more {
  max-width: 202px;
  margin: 0 auto;
  font-size: 10px;
  display: none;
}

.shelf.gift .description_product .head {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  padding-bottom: 15px;
  margin-top: 10px;
  letter-spacing: 0.8px;
}

.shelf.gift .description_product .info {
  font-size: 12px;
  color: #919191;
  max-width: 215px;
  margin: 12px auto;
  letter-spacing: 0.4px;
}

.shelf.gift .description_product .info a {
  font-weight: bold;
  text-decoration: underline;
}

.shelf.gift .description_product i {
  font-size: 20px;
  margin-right: 10px;
  display: none;
}

.shelf.gift .description_product .text {
  font-size: 13px;
}

.shelf.gift .brand img {
  width: auto;
  margin: 5px auto;
  max-height: 40px;
  min-height: 40px;
}

.shelf .item_product {
  height: 527px;
  transition: all 0.3s;
}

.shelf .item_product.hidden .description_product {
  max-width: 30px;
  margin: 0 auto;
}

.shelf .item_product.hidden .img_product {
  background: transparent;
  position: relative;
}

.shelf .item_product.hidden .img_product img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
}

.shelf .item_product.hidden .wish_button, .shelf .item_product.hidden .gift_button, .shelf .item_product.hidden .flag_discount, .shelf .item_product.hidden .label_offer, .shelf .item_product.hidden .action_item {
  display: none;
}

.shelf .item_product.hover .img_product img + img, .shelf .item_product:hover .img_product img + img {
  display: block;
  opacity: 1;
}

.shelf .item_product.hover .action_item, .shelf .item_product:hover .action_item {
  max-height: 350px;
  overflow: hidden;
  opacity: 1;
  padding: 20px 0 45px;
}

.shelf .item_product .unavailable_text {
  display: block;
  font-size: 13.9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: letter-spacing-xs;
  padding: 15px;
  margin-top: 7px;
  cursor: default;
}

.shelf .item_product .soldout_button {
  display: block;
  display: table;
  padding: 15px 30px;
  margin: 7px auto 0;
  color: #000;
  background: cinza4;
  border: 0;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: letter-spacing-md;
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.shelf .item_product .soldout_button i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 11px;
}

.shelf:last-of-type {
  padding-top: 0;
}

.shelf .description_product {
  transition: all ease-in 0.3s;
  overflow: hidden;
  max-height: 200px;
}

.shelf.no_desc .description_product {
  max-height: 0;
}

.shelf.two_columns .img_product {
  min-height: 722px;
}

.shelf.two_columns .img_product img {
  max-height: 722px;
  margin: 0 auto;
}

.shelf.two_columns .item_product {
  width: 49.5%;
  margin: 0 0 30px 10px;
}

.shelf.two_columns .item_product:first-child, .shelf.two_columns .item_product:nth-child(2n+1) {
  margin-left: 0;
}

.shelf.two_columns .wrapper.cf .item_product {
  height: 817px;
}

.shelf.four_columns .img_product {
  min-height: 356px;
}

.shelf.four_columns .img_product img {
  max-height: 356px;
  margin: 0 auto;
}

.shelf.four_columns .item_product {
  width: 24.4%;
  margin: 0 0 30px 10px;
}

.shelf.four_columns .item_product:first-child, .shelf.four_columns .item_product:nth-child(4n+1) {
  margin-left: 0;
}

.shelf .wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.shelf .no_image .img_product {
  background: url("../images/img-none.jpg") no-repeat center !important;
}

.shelf .img_product {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 460px;
}

.shelf .img_product img {
  max-height: 460px;
  margin: 0 auto;
}

.shelf .img_product img {
  display: block;
}

.shelf .img_product .wish_button {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 20px;
  transition: all ease-in 0.2s;
}

.shelf .img_product .wish_button:hover {
  transform: scale(1.3);
}

.shelf .img_product .wish_button:active :before, .shelf .img_product .wish_button .active :before {
  content:"\e923";
  color: color2;
}

.shelf .img_product .gift_button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 20px;
  transition: all ease-in 0.2s;
}

.shelf .img_product .gift_button:hover {
  transform: scale(1.3);
}

.shelf .img_product .gift_button span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.4px;
}

.shelf .img_product .flag_discount {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.shelf .img_product img {
  transition: all 0.4s;
}

.shelf .img_product img + img {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.shelf .img_product figure {
  margin: 0;
}

.shelf .name_product {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 7px;
}

.shelf .price {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0;
}

.shelf .price .old_price {
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 5px;
}

.shelf .installment {
  font-size: 11px;
  color: #000;
  display: block;
}

.shelf .action_item {
  transition: all ease-in 0.3s;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.shelf .action_item .info_text {
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  font-weight: 300;
  font-style: italic;
}

.shelf .action_item .info_text strong {
  font-weight: 700;
}

.shelf .action_item .list_field {
  align-items: center;
  justify-content: center;
}

.shelf .action_item .button {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 12px 40px;
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.buy_more--lookday .shelf .soldout_button {
  display: block;
  display: table;
  padding: 15px 30px;
  margin: 7px auto 0;
  color: #000;
  background: cinza4;
  border: 0;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: letter-spacing-md;
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.buy_more--lookday .shelf .soldout_button i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 11px;
}

.buy_more--lookday .shelf .unavailable_text {
  display: block;
  font-size: 13.9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: letter-spacing-xs;
  padding: 15px;
  margin-top: 7px;
  cursor: default;
}

.buy_more--lookday .shelf .soldout_button + .sku_selection, .buy_more--lookday .shelf .unavailable_text + .sku_selection {
  display: none;
}

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

.cf:after {
  clear: both;
}

.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33% 2.66% 1.33%;
  float: left;
}

.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 3.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate3d(0, 200, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99999999999 !important;
  align-items: baseline;
  opacity: 0;
  display: none;
}

.lightbox .content {
  overflow: auto !important;
  max-height: 85vh !important;
}

.lightbox .wrapping {
  max-height: 540px;
  position: relative;
  overflow-y: auto;
}

.lightbox .wrapping > .wrap {
  overflow: hidden;
  transition: max-height 0.4s;
  max-height: 1000px;
}

.lightbox .wrapping > .wrap.register_form {
  max-height: 0;
}

.lightbox.show_register .inline_check {
  display: table;
  margin: 10px auto;
}

.lightbox.show_register .form_check.two_options {
  max-width: 320px;
  margin: 25px auto;
}

.lightbox.show_register .form_identification .wrap_button_register {
  margin-top: 0;
  padding: 0;
}

.lightbox.show_register .form_identification .wrap_button_register a {
  display: flex;
  align-items: center;
  color: #000;
  background: transparent;
}

.lightbox.show_register .form_identification .wrap_button_register a span {
  margin-right: auto;
}

.lightbox.show_register .form_identification .wrap_button_register a:before {
  content:"\e91c";
  transform: rotate(180deg);
  margin-right: auto;
}

.lightbox.show_register .wrapping > .wrap {
  max-height: 0;
}

.lightbox.show_register .wrapping > .wrap.register_form {
  max-height: 1000px;
}

.lightbox.frete .content {
  max-width: 400px;
  margin: 5% auto 0;
  padding-bottom: 50px;
}

.lightbox.frete .content .frete_price {
  width: 334px;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.2s;
  margin: 25px auto 0;
}

.lightbox.frete .content .frete_price .price {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.lightbox.frete .content .frete_price .text {
  display: flex;
  align-items: center;
}

.lightbox.frete .content .frete_price .text i {
  font-size: 22px;
  margin-right: 15px;
}

.lightbox.frete .content .frete_price .text p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.lightbox.frete .content .frete_price .text p strong {
  font-weight: 900;
}

.lightbox.frete .content .frete_price .text p span {
  font-weight: 400;
}

.lightbox.frete .content .frete_price .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 15px;
}

.lightbox.frete .content .frete_price .row:nth-child(odd) {
  background-color: #f5f5f5;
}

.lightbox.frete .content .form_frete.active .frete_price {
  max-height: 900px;
}

.lightbox.frete .content .form_frete.active .form_item {
  display: none;
}

.lightbox.frete .content .submit {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 0 10px;
  margin-left: 10px;
}

.lightbox.frete .content .form_item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto;
}

.lightbox.frete .content .label {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
}

.lightbox.newsletter .wrapper {
  max-width: 500px;
}

.lightbox.newsletter .content {
  max-height: 95vh !important;
}

.lightbox.newsletter .close_lightbox {
  color: #fff;
  z-index: 1;
}

.lightbox.newsletter .submit {
  font-size: 14px;
}

.lightbox.newsletter .hint_text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 400;
  margin-top: 25px;
}

.lightbox.newsletter .form_check {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  flex-wrap: wrap;
  max-width: 280px;
  padding: 0 20px;
  margin: 0 auto;
}

.lightbox.newsletter .form_check .input_check {
  display: none;
}

.lightbox.newsletter .form_check .input_check:checked + .label_type:before {
  background: #e0e0e0;
  color: #000;
}

.lightbox.newsletter .form_check .form_item {
  width: inherit;
  margin: 20px 0 0 0;
}

.lightbox.newsletter .form_check .label_type {
  display: flex;
  align-items: center;
}

.lightbox.newsletter .form_check .label_type:before {
  content:'\e904';
  font-size: 8px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  color: transparent;
  padding: 3.5px 3px;
  margin-right: 10px;
}

.lightbox.newsletter .form_item {
  width: 280px;
  margin: 25px auto 0;
}

.lightbox.newsletter .form_item .input_text {
  background: transparent;
  border-color: #fff;
  color: #fff;
  padding-left: 35px;
}

.lightbox.newsletter .form_item .label_text {
  left: 35px;
  color: #fff;
  font-weight: normal;
}

.lightbox.newsletter .brand {
  fill: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.lightbox.newsletter .title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lightbox.newsletter .title small {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}

.lightbox.newsletter .help_text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 400px;
  margin: 0 auto;
}

.lightbox.newsletter .content {
  max-width: 500px;
  margin: 5% auto 0;
  background-color: transparent;
  box-shadow: none;
  padding-top: 50px;
  padding-bottom: 30px;
  border: 1px solid #fff;
}

.lightbox.newsletter .wrapper {
  z-index: 99999;
}

.lightbox .form_identification {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  width: 525px;
  margin: 0 auto;
}

.lightbox .form_identification.change_password {
  padding-bottom: 40px;
}

.lightbox .form_identification.change_password .head {
  margin-bottom: 40px;
}

.lightbox .form_identification .close_lightbox {
  position: absolute;
  right: 15px !important;
  top: 50% !important;
  margin-top: -10px;
}

.lightbox .form_identification .head {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 20px 35px;
  position: relative;
  letter-spacing: 2.2px;
}

.lightbox .form_identification .wrap_button_register {
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 30px 0;
}

.lightbox .form_identification .wrap_button_register a {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
  display: block;
  width: 65%;
  margin: 0 auto;
}

.lightbox .form_identification .center_text {
  margin: 25px auto;
  width: 320px;
}

.lightbox .form_identification .form_item {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}

.lightbox .form_identification .form_item.focus .label_text {
  top: -10px;
}

.lightbox .form_identification .form_item .input_text {
  padding-left: 40px;
}

.lightbox .form_identification .form_item .label_text {
  top: 9px;
  left: 36px;
}

.lightbox .form_identification .form_item i {
  font-size: 18px;
  top: 10px;
}

.lightbox .form_identification .form_item .hint {
  color: #000;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.lightbox .form_identification .form_action {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox.edit_location .content {
  width: 380px;
}

.lightbox.edit_location .center_text {
  font-size: 10px;
  margin-top: 40px;
  display: block;
}

.lightbox.edit_location .select_style {
  margin-bottom: 25px;
}

.lightbox.edit_location .select_style select {
  border-width: 0 0 2px !important;
  border-color: #000 !important;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.lightbox.one_click {
  font-size: 14px;
}

.lightbox.one_click .content {
  width: 800px;
  margin: 8% auto 0;
}

.lightbox.one_click .content .wrapper {
  display: flex;
  padding: 20px 0;
  overflow: hidden;
  justify-content: flex-start;
}

.lightbox.one_click .lbcontent {
  position: relative;
  flex: 0 0 100%;
  padding: 0 40px;
}

.lightbox.one_click .lbcontent.lbcontent1 > * {
  margin: 20px 0;
}

.lightbox.one_click .lbcontent.lbcontent1 > *:first-child {
  margin-top: 0;
}

.lightbox.one_click .lbcontent.lbcontent1 > *:last-child {
  margin-bottom: 0;
}

.lightbox.one_click .lbcontent.lbcontent2 .title {
  margin: 20px 0 40px;
}

.lightbox.one_click .button {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 15px 20px;
}

.lightbox.one_click .button_primary {
  display: inline-block;
  letter-spacing: 1.8px;
  padding: 15px 30px;
}

.lightbox.one_click .back {
  position: absolute;
  left: 40px;
  top: 20px;
}

.lightbox.one_click .lock_info {
  display: flex;
  color: cinza2;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.lightbox.one_click .lock_info i {
  font-size: 18px;
  margin-right: 10px;
}

.lightbox.one_click .wrap_box {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}

.lightbox.one_click .wrap_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25%;
  padding: 0 15px;
}

.lightbox.one_click .wrap_box .box i {
  background-color: cinza1;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 20px;
}

.lightbox.one_click .wrap_box .box span {
  font-size: 12px;
}

.lightbox.one_click .desc {
  line-height: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.lightbox.one_click .title {
  display: flex;
  font-size: 20px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

.lightbox.one_click .title i {
  font-size: 40px;
  margin-right: 15px;
  vertical-align: middle;
}

.lightbox.one_click .-centered {
  text-align: center;
}

.lightbox.one_click .card {
  padding: 30px;
  color: cinza2;
  border: 1px solid #f5f5f5;
  line-height: 20px;
}

.lightbox.one_click .card.secondary {
  background-color: cinza1;
}

.lightbox.one_click .card.small {
  font-size: 12px;
  padding: 15px;
}

.lightbox.one_click .card a {
  text-decoration: underline;
}

.lightbox.one_click .accordion .accordion-item {
  display: block;
  border-top: 1px solid #e0e0e0;
}

.lightbox.one_click .accordion .accordion-item.active .accordion-title > i {
  transform: rotate(90deg);
}

.lightbox.one_click .accordion .accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 20px 20px;
}

.lightbox.one_click .accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 0;
}

.lightbox.one_click .accordion .accordion-title i {
  vertical-align: middle;
  transition: all linear 0.3s;
}

.lightbox.one_click .accordion .accordion-content {
  color: cinza2;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all linear 0.3s;
}

.lightbox.product_look .my-video-dimensions.vjs-fluid {
  padding-top: 554px;
  background: #fff;
}

.lightbox.product_look .back {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  border: 1px solid #2a2a2a;
  padding: 15px 20px;
  letter-spacing: 1.4px;
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 999;
}

.lightbox.product_look .close_lightbox {
  font-size: 20px;
  position: absolute;
  right: 15px;
  z-index: 1000000000000000000000000;
  top: 15px;
}

.lightbox.product_look .product_details {
  width: 480px;
  max-width: 100%;
  min-height: 0;
  margin-left: 0;
  position: relative;
  padding: 0 20px 0 50px;
  right: 0;
  background: #fff;
}

.lightbox.product_look .product_details .form_field {
  width: 100%;
  justify-content: flex-start;
}

.lightbox.product_look .product_details .content {
  width: 100%;
}

.lightbox.product_look .slider_full_look {
  max-width: 800px;
}

.lightbox.product_look .slider_full_look .shelf {
  margin: 0;
  transition: opacity ease-in 0.3s;
}

.lightbox.product_look .slider_full_look .shelf .img_product {
  background: none;
}

.lightbox.product_look .wrapper {
  padding: 0;
}

.lightbox.product_look .wrapper:after {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #fff;
}

.lightbox.product_look .content {
  position: relative;
  overflow: inherit !important;
  transition: all ease-in 0.3s;
  left: 0;
  background-color: transparent;
  background: #fff;
}

.lightbox.product_look .content.active .item_handle {
  opacity: 0;
}

.lightbox.product_look .content.active .item_handle + .item_handle {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.lightbox.product_look .content.active .item_handle + .item_handle .slick-list {
  overflow: inherit;
}

.lightbox.product_look .content.active .item_handle + .item_handle .img_product img {
  max-height: inherit !important;
}

.lightbox.product_look .content .item_handle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all ease-in 0.3s;
  animation-delay: 2s;
}

.lightbox.product_look .content .item_handle + .item_handle {
  opacity: 0;
}

.lightbox.product_look .content .item_handle .carousel {
  display: flex;
}

.lightbox.product_look .overlay {
  background: #fff;
}

.lightbox.product_look .content {
  box-shadow: none;
}

.lightbox.gift .title {
  padding-top: 30px;
}

.lightbox.gift .title span {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.lightbox.gift .title small {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #000;
  text-transform: none;
  margin-top: 5px;
  display: block;
}

.lightbox.gift .select {
  max-width: 160px;
  margin: 20px auto;
  transition: all ease-in 0.2s;
}

.lightbox.gift .select:hover {
  background-color: #000;
  color: #fff;
}

.lightbox.gift .carousel {
  margin-top: 0;
}

.lightbox.gift .carousel .slick-track {
  margin: 0 auto;
}

.lightbox.gift .carousel .slick-prev {
  left: -30px;
}

.lightbox.gift .carousel .slick-next {
  right: -30px;
}

.lightbox.gift .carousel .slider {
  max-width: 690px;
  margin: 0 auto;
}

.lightbox.gift .wrapper {
  max-width: 940px;
  padding-top: 5%;
}

.lightbox.lookday > .wrapper {
  padding-top: 5%;
}

.lightbox.lookday h2.title span, .lightbox.lookday h2.title small {
  display: block;
  color: #363636;
  font-weight: bold;
}

.lightbox.lookday h2.title span {
  font-size: 24px;
  margin-bottom: 15px;
}

.lightbox.lookday h2.title small {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  text-transform: initial;
  letter-spacing: initial;
}

.lightbox.lookday .carousel {
  margin-top: 30px;
}

.lightbox.simple .content {
  margin-top: 10%;
}

.lightbox.simple .wrapper {
  padding: 40px;
  max-width: 480px;
  min-width: 350px;
}

.lightbox.simple .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}

.lightbox.simple .title i {
  margin-bottom: 10px;
  display: block;
}

.lightbox.simple .title span {
  display: block;
  margin-bottom: 5px;
}

.lightbox.simple p {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #2a2a2a;
}

.lightbox.simple .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.lightbox.simple .actions li {
  flex: 1 1 100%;
}

.lightbox.simple .actions li:not(:last-child) {
  margin-right: 9px;
}

.lightbox.simple .actions .button_primary {
  padding: 15px 30px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.lightbox.simple .actions .button_primary i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 11px;
}

.lightbox.simple .actions .button {
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

.lightbox.wishlist .content {
  margin-top: 10%;
}

.lightbox.wishlist .wrapper {
  padding: 40px;
}

.lightbox.wishlist .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
}

.lightbox.wishlist .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.lightbox.wishlist .actions li {
  flex: 1 1 100%;
}

.lightbox.wishlist .actions li:not(:last-child) {
  margin-right: 9px;
}

.lightbox.wishlist .actions .button_primary {
  padding: 15px 30px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.lightbox.wishlist .actions .button_primary i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 11px;
}

.lightbox.wishlist .actions .button {
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

.lightbox.authenticate .content {
  margin-top: 5%;
}

.account .lightbox.authenticate .form_item {
  flex: initial;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}

.account .lightbox.authenticate .form_global .two_action {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.account .lightbox.authenticate .form_global .two_action a {
  white-space: initial;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  padding-right: initial;
  margin-right: initial;
}

.account .lightbox.authenticate .form_global .form_action.two_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account .lightbox.authenticate .form_global .form_action .action_2_icon {
  font-size: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.8px;
  border-color: #2a2a2a;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox .overlay {
  background-color: rgba(42, 42, 42, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
}

.lightbox.active {
  opacity: 1;
  display: flex;
}

.lightbox.dialog .title {
  margin-top: 0;
}

.lightbox.dialog .icon {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.lightbox.dialog .message {
  margin-top: 20px;
  text-align: center;
}

.lightbox.dialog button.full {
  width: 100%;
}

.lightbox .wrapper {
  position: relative;
  width: 100%;
}

.lightbox .content {
  background: #fff;
  position: relative;
  z-index: 999999999;
  box-shadow: -4px 4px 30px rgba(51, 51, 51, 0.25);
}

.lightbox .content.nostyle {
  background: transparent;
  width: auto;
  display: table;
  margin: 40px auto 0;
}

.lightbox .content.medium {
  max-width: 60%;
  margin: 100px auto 0;
  padding: 20px 40px 50px;
}

.lightbox .content.medium .primary_button {
  padding: 20px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-left: 0;
}

.lightbox .content.medium .secondary_button {
  padding: 20px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: auto;
}

.lightbox .content.medium .wrap_actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.lightbox .content.medium .wrap_actions a:first-child {
  margin-right: 20px;
}

.lightbox .content.medium p {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #191919;
  margin-top: 20px;
}

.lightbox .content.medium .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.lightbox .content.medium .title i {
  font-size: 30px;
  color: #bfbfbf;
  margin-bottom: 15px;
}

.lightbox .content.form {
  display: table;
  margin: 40px auto 0;
  position: relative;
  padding: 45px 40px;
}

.lightbox .content.form .help_text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
}

.lightbox .content.form .title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-bottom: 30px;
}

.lightbox .content.form .form_action {
  margin-bottom: 0;
}

.lightbox .content.form .form_action .action_1 {
  font-size: 12px;
}

.lightbox .content.form .password_recovery {
  position: relative;
}

.lightbox .content.form .password_recovery #lightbox_success {
  display: none;
}

.lightbox .content.form .password_recovery #lightbox_success:target {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.lightbox .content.form .password_recovery .success_text {
  display: block;
  color: color2;
  font-style: italic;
  margin: 76px auto;
}

.lightbox .content.gift {
  padding: 30px;
  width: 530px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lightbox .content.gift p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.lightbox .content.gift .name {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.lightbox .content.gift .name .size {
  display: block;
  font-size: 14px;
}

.lightbox .content.gift .media {
  margin-bottom: 15px;
}

.lightbox .content.gift .media img {
  display: block;
  max-height: 300px;
}

.lightbox .content.gift .label {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.lightbox .content.cart_product {
  width: 300px;
  padding: 15px 20px 20px;
  position: absolute;
  right: 20px;
  top: 50px;
  animation-duration: 0.6s !important;
}

.lightbox .content.cart_product:after {
  bottom: 100%;
  border: solid transparent;
  content:" ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  right: 5px;
}

.lightbox .content.cart_product .media img {
  height: 90px;
}

.lightbox .content.cart_product .wrap_buttons {
  margin-top: 15px;
}

.lightbox .content.cart_product .finalize {
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.lightbox .content.cart_product .continue {
  margin-top: 10px;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-align: center;
  position: static;
}

.lightbox .content.cart_product .continue:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
  border: 1px solid #d4d4d4;
}

.lightbox .content.cart_product .product_wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.lightbox .content.cart_product .product_wrap .info {
  margin-left: 15px;
}

.lightbox .content.cart_product .product_wrap span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.lightbox .content.cart_product .product_wrap span.p_name {
  font-weight: bold;
  margin-bottom: 3px;
  width: 161px;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lightbox .content.cart_product .product_wrap span.p_price {
  font-weight: bold;
  margin-top: 3px;
}

.lightbox .content.cart_product .product_wrap span.p_sku {
  opacity: 0.5;
}

.lightbox .content.cart_product .label {
  font-size: 12px;
  color: #000;
  text-align: center;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.lightbox .content.zoomIn {
  animation-duration: 0.6s;
}

.lightbox .content.zoomInDown {
  animation-duration: 0.4s;
}

.lightbox .content.zoomOut {
  animation-duration: 0.3s;
}

.lightbox .content .close_lightbox {
  font-size: 20px;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 15px;
}

.lightbox .content.table_measure {
  padding: 40px 20px 20px;
  max-width: 1110px;
  margin-top: 40px;
}

.lightbox .content.table_measure .column_wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.lightbox .content.table_measure .column_wrap::-webkit-scrollbar-track {
  background-color: cinza1;
}

.lightbox .content.table_measure .column_wrap::-webkit-scrollbar {
  width: 8px;
  background-color: cinza1;
}

.lightbox .content.table_measure .column_wrap::-webkit-scrollbar-thumb {
  background-color: cinza2;
}

.lightbox .content.table_measure .video_wrap {
  margin-top: 20px;
  position: relative;
}

.lightbox .content.table_measure .video_wrap.active .video_handle {
  opacity: 0;
  visibility: hidden;
}

.lightbox .content.table_measure .video_wrap.active .video {
  opacity: 1;
  visibility: visible;
}

.lightbox .content.table_measure .video_wrap .video_handle {
  width: 100%;
  display: inline-block;
  transition: all 0.3s;
}

.lightbox .content.table_measure .video_wrap .video_handle img {
  display: block;
  width: 100%;
}

.lightbox .content.table_measure .video_wrap .video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.lightbox .content.table_measure table {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.lightbox .content.table_measure table tr:nth-child(even) {
  background: cinza1;
}

.lightbox .content.table_measure table th {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
}

.lightbox .content.table_measure table td {
  font-size: 12px;
  padding: 8px;
  color: #191919;
}

.lightbox .content.table_measure table td:first-child {
  font-weight: 900;
}

.lightbox .content.table_measure .colunm {
  margin-left: 90px;
}

.lightbox .content.table_measure .colunm:first-child {
  margin-left: 0;
  width: 55%;
}

.lightbox .content.table_measure .text {
  color: #919191;
  font-size: 12px;
}

.lightbox .content.table_measure .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 10px;
}

.fadeInDown2 {
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

.lightbox-opened {
  background-color: #ddd;
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000000000000000;
}

.lightbox-opened:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  color: #2a2a2a;
  content:"\e909";
  font-family: sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}

@-moz-keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.carousel.buy_more {
  margin: 80px auto;
}

.carousel.buy_more .slick-arrow.slick-next {
  margin-top: -80px;
  right: -10px;
}

.carousel.buy_more .slick-arrow.slick-prev {
  margin-top: -85px;
  left: -10px;
}

.carousel.buy_more .title {
  font-size: 18px;
}

.carousel.buy_more .title strong {
  font-weight: 700;
}

.carousel.buy_more .title span {
  font-weight: 700;
  color: #d21b1f;
}

.carousel.buy_more .wrapper .slider.less2 {
  display: flex;
  padding: 0 15%;
}

.carousel.buy_more .kit_select {
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  margin: 0 auto;
}

.carousel.buy_more .kit_select .price {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-bottom: 10px;
}

.carousel.buy_more .kit_select .price .old_price {
  font-size: 11px;
  color: #adadad;
}

.carousel.buy_more .kit_select .price .best_price {
  color: #494949;
}

.carousel.buy_more .kit_select .price .best_price span {
  font-weight: 400;
}

.carousel.buy_more .kit_select .button {
  padding: 10px 20px;
  letter-spacing: 2px;
  width: 100% !important;
  display: block;
  border: 1px solid #363636;
}

.carousel.buy_more .kit_select .style_select {
  border: 1px solid #d4d4d4;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.carousel.buy_more .kit_select .style_select:after {
  content:"\e91c";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  transform: rotate(90deg);
  font-size: 12px;
}

.carousel.buy_more .kit_select .style_select select {
  padding: 10px 50px 10px 10px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.carousel.buy_more .kit_select .two_sku {
  margin-left: -3px;
  margin-right: -3px;
}

.carousel.buy_more .kit_select .two_sku .sku {
  padding: 0 3px;
  float: left;
  width: 50%;
}

.carousel.buy_more .kit_select .two_sku .sku select {
  padding: 10px 32px 10px 10px;
}

.carousel.buy_more--lookday {
  margin-bottom: 10px;
}

.carousel.buy_more--lookday .slick-track .slick-slide {
  max-width: 303px;
  display: block;
}

.carousel.buy_more--lookday .kit_select .button.active {
  background: #363636;
  color: #fff;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.carousel.buy_more--lookday .kit_select .button.active:after {
  content:'ADICIONADO';
  font-size: 10px;
  margin: 0;
  position: absolute;
  left: 90px;
}

.carousel.buy_more--lookday .container_select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.carousel.buy_more--lookday .style_select {
  width: 45%;
}

.carousel.buy_more--lookday .style_select--color {
  width: 45%;
}

.carousel.buy_more--lookday .style_select select {
  padding: 10px 25px 10px 10px !important;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.carousel.center_featured {
  margin-top: 0;
}

.carousel.center_featured .shelf {
  opacity: 0.3;
  background-color: #fff;
}

.carousel.center_featured .shelf.slick-active {
  opacity: 1;
}

.carousel.like_carousel {
  background: linear-gradient(to bottom, #f5f5f5 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
  margin-top: 0;
  margin-bottom: 40px;
}

.carousel.like_carousel .shelf {
  height: 490px;
  z-index: 999;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.carousel.like_carousel .shelf .form.sku {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.carousel.like_carousel .shelf:hover {
  box-shadow: 5px 9px 20px rgba(51, 51, 51, 0.2);
}

.carousel.like_carousel .shelf:hover .form.sku {
  max-height: 100px;
  padding-top: 5px;
}

.carousel.brand .slider {
  padding: 0 60px 0 70px;
}

.carousel.brand .slick-arrow.slick-prev {
  margin-top: -20px;
  left: 20px;
}

.carousel.brand .slick-arrow.slick-next {
  margin-top: -20px;
  right: 20px;
}

.carousel.brand .slick-slide {
  height: 75px;
  position: relative;
  width: 100%;
}

.carousel.brand .slick-slide a {
  min-height: 75px;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
}

.carousel.brand .slick-slide a img {
  max-height: 75px;
  max-width: 150px;
  margin: 0 auto;
  align-self: center;
}

.carousel .view_more {
  margin: 30px auto;
}

.carousel .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

.carousel .title + p {
  font-size: 14px;
  color: #919191;
  text-align: center;
  max-width: 595px;
  margin: -15px auto 30px;
}

.carousel .shelf {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.carousel .shelf .img_product {
  min-height: 0;
}

.carousel .shelf .description_product {
  margin-top: 8px;
  margin-bottom: 20px;
}

.carousel .slick-arrow.slick-prev {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 45%;
  left: 30px;
  margin-top: -30px;
  width: 20px;
  height: 42px;
  z-index: 1;
}

.carousel .slick-arrow.slick-prev:hover:before {
  color: #363636;
  transform: scale(1.5) rotate(180deg);
}

.carousel .slick-arrow.slick-prev:before {
  content:"\e91b";
  display: block;
  font-size: 40px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  color: #363636;
  transform: rotate(180deg);
  z-index: 1;
}

.carousel .slick-arrow.slick-next {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: -25px;
  width: 20px;
  height: 42px;
  z-index: 1;
}

.carousel .slick-arrow.slick-next:hover:before {
  color: #363636;
  transform: scale(1.3);
}

.carousel .slick-arrow.slick-next:before {
  content:"\e91b";
  font-size: 40px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  color: #363636;
  display: block;
}

.form_global .flag_card {
  position: absolute;
  right: 8px;
  bottom: 9px;
  width: auto;
  max-height: 26px;
}

.form_global.payment_form .form_oneclick {
  background-color: #f8f8f8;
}

.form_global.payment_form .form_oneclick .link {
  display: block;
  font-size: 13px;
  color: #d71920;
  text-decoration: underline;
}

.form_global.payment_form .form_oneclick .wrap {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 10px;
  position: relative;
}

.form_global.payment_form .form_oneclick .wrap p strong {
  font-size: 14px;
  text-transform: uppercase;
  color: #191919;
}

.form_global.payment_form .form_oneclick .wrap p strong span {
  color: #d71920;
}

.form_global.payment_form .form_oneclick .wrap p small {
  font-size: 11px;
  font-weight: 400;
  color: #363636;
}

.form_global.payment_form .form_oneclick .wrap:before {
  content:"";
  width: 20px;
  height: 20px;
  border: 1px solid #363636;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
  background: #fff;
  margin-right: 17px;
}

.form_global.payment_form .form_oneclick .wrap:after {
  content:'\e904';
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 14px;
  font-size: 9px;
  opacity: 0;
  transition: all ease-in 0.2s;
  color: #000;
}

.form_global.payment_form .form_oneclick .input_check {
  display: none;
}

.form_global.payment_form .form_oneclick .input_check:checked ~ .wrap:after {
  opacity: 1;
}

.form_global.payment_form .select_style {
  margin-top: 30px;
  border-bottom: 2px solid #363636;
}

.form_global.payment_form .select_style select {
  border: 0 !important;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  z-index: 9;
  font-weight: 300;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form_global.payment_form .form_two_items {
  display: flex;
  justify-content: space-between;
}

.form_global.payment_form .form_two_items .form_item {
  max-width: 180px;
  display: flex;
  align-items: center;
}

.form_global.payment_form .form_two_items .form_item .icon-question {
  margin-left: 5px;
  margin-right: 5px;
}

.form_global.payment_form .form_item input:disabled {
  background-color: transparent;
  font-weight: bold;
  color: #363636;
}

.form_global.payment_form .form_item.time_to_pay {
  display: flex;
  flex-wrap: wrap;
}

.form_global.payment_form .form_item.time_to_pay .sub_title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  display: block;
  width: 100%;
}

.form_global.payment_form .form_item.time_to_pay .input_check {
  display: none;
}

.form_global.payment_form .form_item.time_to_pay .input_check:checked ~ .label_text {
  background: #363636;
  color: #fff;
}

.form_global.payment_form .form_item.time_to_pay .input_check:checked ~ .label_text:after {
  opacity: 1;
}

.form_global.payment_form .form_item.time_to_pay label {
  width: 50%;
  text-align: center;
  background-color: #f5f5f5;
}

.form_global.payment_form .form_item.time_to_pay .label_text {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.form_global.payment_form .form_item.time_to_pay .label_text:after {
  content:'\e904';
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  opacity: 0;
  transition: all ease-in 0.2s;
  color: #fff;
}

.form_global.payment_form .form_item.time_to_pay .label_text strong {
  font-size: 36px;
  font-weight: 700;
  margin-right: 5px;
}

.form_global.payment_form .form_item.option {
  display: flex;
  flex-wrap: wrap;
}

.form_global.payment_form .form_item.option .sub_title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  display: block;
  width: 100%;
}

.form_global.payment_form .form_item.option .input_check {
  display: none;
}

.form_global.payment_form .form_item.option .input_check:checked ~ .wrap_label:after {
  opacity: 1;
}

.form_global.payment_form .form_item.option label {
  width: 50%;
  text-align: center;
  background-color: #f5f5f5;
}

.form_global.payment_form .form_item.option .wrap_label {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 20px 15px;
}

.form_global.payment_form .form_item.option .wrap_label span {
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 500;
}

.form_global.payment_form .form_item.option .wrap_label .icon-question {
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.form_global.payment_form .form_item.option .wrap_label:after {
  content:'\e904';
  opacity: 0;
  font-size: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 20px;
}

.form_global.payment_form .form_item.option .wrap_label:before {
  content:"";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.form_global .inline_check {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.form_global .inline_check .input_check {
  display: none;
}

.form_global .inline_check .input_check {
  display: none;
}

.form_global .inline_check .input_check:checked ~ .wrap:after {
  content:'\e904';
}

.form_global .inline_check .wrap {
  font-size: 13px;
  font-weight: 300;
  color: #363636;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  display: flex;
}

.form_global .inline_check .wrap .label_text {
  font-size: 11px;
  font-weight: 400;
  color: #191919;
}

.form_global .inline_check .wrap:after {
  position: absolute;
  font-size: 7px;
  left: 4px;
  top: 6px;
}

.form_global .inline_check .wrap:before {
  content:"";
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.form_global .form_check.two_options {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.form_global .form_check.two_options .input_check {
  display: none;
}

.form_global .form_check.two_options .input_check {
  display: none;
}

.form_global .form_check.two_options .input_check:checked ~ .wrap .label_text {
  font-weight: bold;
}

.form_global .form_check.two_options .input_check:checked ~ .wrap:before {
  content:'\e904';
  content:"\f111";
  font-family: fontAwesome;
  font-size: 9px;
  margin-right: -4.5px;
}

.form_global .form_check.two_options .wrap {
  font-size: 13px;
  font-weight: 300;
  color: #363636;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.form_global .form_check.two_options .wrap .label_text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.form_global .form_check.two_options .wrap:after {
  content:"";
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 0.5px 1px #000;
  background: #fff;
  border-radius: 50%;
}

.form_global .form_check.two_options .wrap:before {
  position: absolute;
  right: 50%;
  margin-right: -5.5px;
  font-size: 7px;
  margin-top: 8px;
  top: 50%;
}

.form_global .form_check.two_options > label {
  width: 50%;
  position: relative;
  padding: 15px;
}

.form_global .center_text {
  text-align: center;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 25px 0;
  letter-spacing: 1px;
  position: relative;
}

.form_global .center_text.no_row:after {
  content: none;
}

.form_global .center_text span {
  background: #fff;
  z-index: 3;
  position: relative;
  padding: 0 10px;
  letter-spacing: 1.5px;
}

.form_global .center_text i {
  font-size: 20px;
  color: #000;
}

.form_global.form_cupom .button {
  padding: 8px;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none !important;
}

.form_global .form_action {
  margin-bottom: 30px;
  margin-top: 30px;
}

.form_global .form_action.two_action {
  display: flex;
  justify-content: space-between;
}

.form_global .form_action.oneClick {
  margin: 15px -15px 0 -15px !important;
}

.form_global .form_action .primary_action {
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 25px;
}

.form_global .form_action .primary_action.full {
  width: 100%;
  display: block;
}

.form_global .form_action .primary_action.icon_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_global .form_action .primary_action.icon_center i {
  font-size: 20px;
  margin-right: 10px;
}

.form_global .form_action .primary_action.remove {
  background-color: #e0e0e0;
  color: #363636;
}

.form_global .form_action .action_1 {
  margin-top: 30px;
  text-align: center;
}

.form_global .form_action .action_1.full {
  display: block;
  width: 100%;
}

.form_global .form_action .action_2_icon {
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  border-color: #363636;
  text-align: center;
  justify-content: center;
}

.form_global .form_action .action_2_icon i {
  font-size: 30px;
  margin-right: 10px;
}

.form_global .form_action .action_2_icon.full {
  display: block;
  width: 100%;
}

.form_global .form_action .action_2_icon.facebook, .form_global .form_action .action_2_icon.google-plus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 12px;
  text-decoration: none !important;
}

.form_global .form_action .action_2_icon.facebook i, .form_global .form_action .action_2_icon.google-plus i {
  margin-right: auto;
  font-size: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  padding: 13px 9px;
}

.form_global .form_action .action_2_icon.facebook span, .form_global .form_action .action_2_icon.google-plus span {
  margin-right: auto;
}

.form_global .form_action .action_2_icon.facebook {
  background: #3b5999;
  transition: all 150ms ease;
}

.form_global .form_action .action_2_icon.facebook:hover {
  background: #344e87;
}

.form_global .form_action .action_2_icon.google-plus {
  background: #df4836;
  transition: all 150ms ease;
}

.form_global .form_action .action_2_icon.google-plus:hover {
  background: #d93623;
}

.form_global .two_items {
  display: flex;
  justify-content: space-between;
}

.form_global .two_items .form_item {
  width: 190px;
  position: relative;
}

.form_global .two_items .form_item .label_text {
  left: 0;
}

.form_global .two_items .form_item input {
  padding-left: 10px;
}

.form_global .two_items .form_item:first-child {
  max-width: 100px;
}

.form_global .form_item {
  position: relative;
}

.form_global .form_item .moeda_real {
  display: none;
  position: absolute;
  top: 42%;
  left: 3%;
  font-weight: 400;
}

.form_global .form_item #price1, .form_global .form_item #price2 {
  padding-left: 30px;
  font-weight: 400;
}

.form_global .form_item.noicon input {
  padding-left: 10px;
}

.form_global .form_item.noicon .label_text {
  left: 0;
}

.form_global .form_item .icon-mail {
  font-size: 13px;
  top: 18px;
}

.form_global .form_item .hint_link {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-decoration: underline;
  margin-top: 5px;
}

.form_global .form_item .hint {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #5c5c5c;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
}

.form_global .form_item.focus .label_text {
  left: 5px;
  top: -5px;
  font-size: 90%;
  opacity: 0;
}

.form_global .form_item.focus .moeda_real {
  display: block;
}

.form_global .form_item .input_text {
  border: 0;
  border: 1px solid #dbdbdb;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 10px 10px;
}

.form_global .form_item .label_text {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  left: 5px;
  top: 8px;
  transition: all ease-in 0.2s;
  pointer-events: none;
}

.form_global .form_item .info_text {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
  font-style: italic;
}

.form_global .form_item i {
  position: absolute;
  left: 5px;
  top: 15px;
  color: #bfbfbf;
  pointer-events: none;
}

.form_global.form_unavailable .form_item {
  margin-top: 15px;
  max-width: 255px;
  margin: 15px auto 0;
}

.form_global.form_unavailable .sku_unavailable {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  outline: 1px solid #bebebe;
  margin-right: 15px;
}

.form_global.form_unavailable .sku_unavailable img {
  display: block;
  height: 100%;
  height: 100%;
}

.form_global.form_unavailable .top, .form_global.form_unavailable .head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_global.form_unavailable .head {
  flex-direction: column;
}

.form_global.form_unavailable .title {
  color: #191919;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.form_global.form_unavailable .title + .text {
  color: #191919;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 300;
}

.form_perfume .unavailable {
  font-size: 11px;
  font-weight: 700;
}

.form_perfume .buy_button {
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
}

.form_perfume .one_click {
  margin-top: 10px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.form_perfume .one_click:hover {
  background: #363636;
  color: #fff;
  font-weight: 600;
  border: 1px solid #d4d4d4;
}

.form_perfume .gift_wrap {
  display: flex;
  align-items: center;
  max-width: 250px;
  margin: 10px auto 0;
  justify-content: space-between;
  cursor: pointer;
}

.form_perfume .gift_wrap .indice {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_perfume .gift_wrap .indice i {
  font-size: 20px;
}

.form_perfume .gift_wrap .indice span {
  font-size: 12px;
}

.form_perfume .gift_wrap .gift_name {
  display: flex;
  flex-direction: column;
}

.form_perfume .gift_wrap .gift_name span {
  font-size: 14px;
}

.form_perfume .gift_wrap .gift_name small {
  font-size: 12px;
}

.form_perfume .head_text {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.form_perfume .head_text .flag_discount {
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.form_perfume .head_text p {
  font-size: 14px;
  color: #919191;
  font-weight: 400;
  display: block;
  letter-spacing: 0.8px;
}

.form_perfume .form_item {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.form_perfume .form_item input:checked ~ .wrap {
  background: #fff;
  box-shadow: 3px 3px 12px rgba(51, 51, 51, 0.15);
  z-index: 9;
}

.form_perfume .form_item input:checked ~ .wrap .price_area span.old_price {
  opacity: 1;
  max-height: 60px;
}

.form_perfume .form_item input:checked ~ .wrap .price_area span.instalment {
  opacity: 1;
  max-height: 60px;
}

.form_perfume .form_item label input {
  display: none;
}

.form_perfume .form_item label .wrap {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.form_perfume .form_item label .infos {
  width: 50%;
}

.form_perfume .form_item label .infos span {
  display: block;
  text-align: center;
}

.form_perfume .form_item label .infos span.size {
  color: #191919;
  font-weight: 700;
  font-size: 14px;
}

.form_perfume .form_item label .infos span.ref {
  text-transform: uppercase;
  color: #c2c2c2;
  white-space: nowrap;
  font-size: 10px;
}

.form_perfume .form_item label .price_area {
  width: 50%;
}

.form_perfume .form_item label .price_area span {
  display: block;
}

.form_perfume .form_item label .price_area span.old_price {
  color: #919191;
  text-decoration: line-through;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 2px;
  opacity: 1;
}

.form_perfume .form_item label .price_area span.best_price {
  text-transform: uppercase;
  font-weight: 700;
  color: #363636;
  font-size: 15px;
}

.form_perfume .form_item label .price_area span.instalment {
  color: #5c5c5c;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 300;
  opacity: 0;
  max-height: 0;
}

.quantity-box {
  border: 1px solid #363636;
  width: 60px;
  height: 45px;
  backface-visibility: hidden;
  transform: rotate(0.0005deg);
}

.quantity-box .buttons {
  width: 23px;
  float: left;
}

.quantity-box .buttons .minus, .quantity-box .buttons .plus {
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  width: 23px;
  height: 21px;
  background: #363636;
  color: #fff;
  border: none;
  border-radius: 0;
}

.quantity-box .buttons .minus.minus:before, .quantity-box .buttons .plus.minus:before {
  content:"\f107";
}

.quantity-box .buttons .minus.plus:before, .quantity-box .buttons .plus.plus:before {
  content:"\f106";
}

.quantity-box .buttons .minus.plus, .quantity-box .buttons .plus.plus {
  margin-bottom: 1px;
}

.quantity-box .quantity {
  float: right;
  border: none;
  height: 100%;
  width: 35px;
  color: #adadad;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

#header {
  background: url("../static/images/checkout/bg-menu-renner.png");
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#header .user_wrap {
  display: none;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}

#header .user_wrap.active .nav_wrap {
  left: -10px;
  opacity: 1;
  visibility: visible;
}

#header .user_wrap .nav_wrap {
  display: block;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0;
  padding-top: 60px;
  width: 220px;
  left: -15em;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}

#header .user_wrap .nav_wrap .user_nav {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
}

#header .user_wrap .nav_wrap .user_nav ul {
  position: relative;
  height: 100%;
  width: 100%;
  visibility: visible;
  padding-top: 0;
  padding-left: 0;
  left: 0;
  top: 0;
}

#header .user_wrap .nav_wrap .user_nav ul li {
  margin-top: 20px;
}

#header .user_wrap .nav_wrap .user_nav ul li i {
  width: auto;
  height: auto;
}

#header .user_wrap .nav_wrap .user_nav .handle {
  color: #363636;
}

#header .user_wrap .nav_wrap .aux_area ul {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

#header .user_wrap .nav_wrap .aux_area li {
  color: #000;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

#header .user_wrap .nav_wrap .aux_area li i {
  font-size: 20px;
}

#header .user_wrap .user_handle {
  height: 20px;
  width: 25px;
  position: relative;
  z-index: 3;
  display: block;
  transition: all 0.3s;
}

#header .user_wrap .user_handle.active {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

#header .user_wrap .user_handle.active span {
  opacity: 0;
}

#header .user_wrap .user_handle.active:after, #header .user_wrap .user_handle.active:before {
  top: 50%;
  margin-top: -1px;
  bottom: inherit;
  background: #000;
}

#header .user_wrap .user_handle.active:after {
  transform: rotate(45deg);
}

#header .user_wrap .user_handle.active:before {
  transform: rotate(-45deg);
}

#header .user_wrap .user_handle span {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  opacity: 1;
  transition: all ease-in 0.2s;
}

#header .user_wrap .user_handle:after, #header .user_wrap .user_handle:before {
  content:"";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 0;
  transition: all ease-in 0.2s;
}

#header .user_wrap .user_handle:after {
  bottom: 1px;
}

#header .user_wrap .user_handle:before {
  top: 1px;
}

#header.safe {
  position: relative;
  height: auto !important;
  background: transparent;
  width: 65%;
}

#header.safe.full {
  width: 100%;
  margin-bottom: 10px;
}

#header.safe .bg_header {
  padding-bottom: 0;
}

#header.safe .logo {
  margin-left: 0;
}

#header.safe .safe_info i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 14px;
  margin-right: 10px;
}

#header.safe .safe_info span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
}

#header.safe .logo .brand {
  background-image: url("../static/images/checkout/logo_black.png");
}

#header .brand_icon {
  display: none;
}

.hide_shadow #header {
  background: none;
  height: 90px;
}

#header .count {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  width: 60px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

#header .count .remove {
  font-size: 35px;
  height: 25px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#header .count .add {
  font-size: 25px;
  height: 25px;
  line-height: 22px;
  width: 20px;
  text-align: center;
}

#header.internal {
  position: relative;
  height: 90px;
  background: #fff;
}

#header.internal .bg_header {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

#header.internal .logo .brand {
  background-image: url("../static/images/checkout/logo_black.png");
}

#header.internal .aux_area li {
  color: #363636;
}

#header.internal .user_nav .handle {
  color: #363636;
}

#header.internal .wish {
  color: #363636;
}

#header.internal .cart .handle {
  color: #363636;
}

#header.internal #menu .direct_manipulate li a:after {
  background: #363636;
}

#header.internal #menu li {
  color: #363636;
}

#header.internal .search .input {
  border-bottom: 2px solid #363636;
  background: transparent;
  color: #363636;
  margin-top: 2px;
}

#header.internal .search label:after {
  color: #363636;
}

#header .promo_row {
  background: #ac0c18;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  position: relative;
}

#header .promo_row .close {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-left: auto;
}

#header .promo_row .promo_handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

#header .promo_row .promo_handle.active:after {
  content:'-';
}

#header .promo_row .promo_handle:after {
  content:"\002b";
  color: #ac0c18;
  font-weight: bold;
  font-size: 19px;
}

#header .promo_row .promo_desc {
  color: #fff;
  font-size: 16px;
  margin-left: 25px;
}

#header .promo_row .headline {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: auto;
}

#header .promo_row .headline:before {
  content:"\e91c \e91c";
  font-weight: bold;
  margin-right: 7px;
}

#header .promo_row .center {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#header .promo_row.active .offer {
  max-height: 500px;
  padding: 15px 20px;
}

#header .promo_row .offer {
  position: absolute;
  width: 620px;
  background: #ac0c18;
  top: 100%;
  left: 50%;
  margin-left: -310px;
  box-shadow: 14.3px 15.4px 20px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

#header .promo_row .offer .direction_department {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#header .promo_row .offer .direction_department .link {
  padding: 15px 5px;
  background-color: #fff;
  text-align: center;
  min-width: 105px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ac0c18;
  margin-left: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 3px solid transparent;
}

#header .promo_row .offer .direction_department .link:hover {
  border: 3px solid #363636;
}

#header .promo_row .offer .direction_department .link:first-child {
  margin-left: 0;
}

#header .promo_row .offer .content {
  padding: 35px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#header .promo_row .offer .title {
  text-align: center;
  color: #fff;
  position: relative;
}

#header .promo_row .offer .title span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

#header .promo_row .offer .title .shadow {
  color: #010000;
  opacity: 0.2;
  position: absolute;
  bottom: -2px;
  letter-spacing: 8px;
  left: 0;
  z-index: 0;
  font-size: 75px;
  font-weight: 900;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}

#header .promo_row .offer .title .text {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

#header .promo_row .offer .title .discount {
  font-size: 74px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

#header .promo_row .offer .title .small {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-top: -13px;
}

#header .promo_row .offer .title .highlight {
  display: block;
  font-size: 46px;
  white-space: nowrap;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 3px;
  margin-bottom: 7px;
}

#header .bg_header {
  transition: all ease-in 0.4s;
  background: transparent;
  position: relative;
  padding-bottom: 10px;
}

#header.hover {
  height: 90px;
  background-image: none;
  z-index: 99999999;
}

#header.hover .user_handle:after, #header.hover .user_handle:before, #header.hover .user_handle span {
  background: #000;
}

#header.hover .bg_header {
  background: rgba(255, 255, 255, 0.8);
}

#header.hover .logo .brand {
  background-image: url("../static/images/checkout/logo_black.png");
}

#header.hover .aux_area li {
  transition: all 0.5s;
  color: #363636;
}

#header.hover .user_nav .handle {
  transition: all 0.5s;
  color: #363636;
}

#header.hover .wish {
  transition: all 0.5s;
  color: #363636;
}

#header.hover .cart .handle {
  transition: all 0.5s;
  color: #363636;
}

#header.hover #menu .direct_manipulate li a:after {
  background: #363636;
}

#header.hover #menu li {
  transition: all 0.5s;
  color: #363636;
}

#header.hover .search .input {
  border-bottom: 2px solid #363636;
  background: transparent;
  color: #363636;
  transition: all 0.1s;
}

#header.hover .search label:after {
  color: #363636;
  transition: all 0.1s;
}

#header.search_active .wrap_bottom {
  position: relative;
}

#header.search_active .wrapper:after {
  content:"";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}

#header.search_active .search {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 3;
  background: #fff;
}

#header.search_active .search .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

#header.search_active .search label:after {
  right: inherit;
  left: 10px;
  font-size: 20px;
  margin-top: -10px;
}

#header.search_active .search .input {
  width: 100%;
  font-size: 14px;
  padding-left: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.1s;
  padding: 0 40px 0 40px;
  color: #000;
}

#header.search_active .search .input::placeholder {
  color: transparent !important;
}

#header.search_active .search .icon-voice {
  margin-top: -10px;
  cursor: pointer;
}

#header.search_active .opened_search {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  background: #fff;
}

#header.header_checkout {
  width: 100%;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

#header.header_checkout.safe {
  width: auto;
  padding: 10px 0;
}

#header.header_checkout:not(.safe) {
  margin: 0 auto 2%;
}

#header .search {
  margin-top: auto;
  width: 25%;
  transition: all ease 0.3s;
}

#header .search .close {
  display: none;
}

#header .search .form_item {
  position: relative;
}

#header .search label {
  position: relative;
}

#header .search label:after {
  content:"\e902";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}

#header .search .input {
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  width: 100%;
  height: 40px;
  right: 0;
  position: relative;
  margin-top: 5px;
}

#header .search .icon-voice {
  font-family: inherit !important;
  width: 18px;
  height: 20px;
  background: url("../static/images/checkout/MIC.png") center no-repeat;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

#header .logo .brand {
  background-image: url("../static/images/checkout/logo_white.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 202px;
  height: 36px;
}

#header .wrapper {
  display: flex;
  width: 100%;
  height: 90px;
  flex-wrap: wrap;
  padding-top: 5px;
  transition: all ease-in 0.3s;
  align-items: center;
}

#header .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
}

#header .wrap_bottom {
  width: 100%;
  display: flex;
  margin-top: 5px;
  height: 45px;
}

#header .aux_area {
  margin: 0 auto;
}

#header .aux_area li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

#header .aux_area li i {
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}

#header .aux_area ul {
  display: flex;
}

#header .client_area {
  display: flex;
  align-items: center;
  position: relative;
}

#header .authenticated .user_nav:hover ul {
  max-height: 400px;
  padding: 45px 0 20px 20px;
  box-shadow: -9.3px 3.6px 35px rgba(51, 51, 51, 0.15);
  background: #fff;
  visibility: visible;
  z-index: 2;
}

#header .authenticated .user_nav:hover .logout {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#header .authenticated .user_nav:hover .logout span {
  font-size: 14px;
  text-decoration: underline;
}

#header .authenticated .user_nav:hover .logout i {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #f8f8f8;
}

#header .authenticated .user_nav:hover .handle {
  z-index: 5;
}

#header .authenticated .user_nav:hover .handle:after {
  transform: rotate(270deg);
}

#header .authenticated .user_nav .handle:after {
  content:"\e91c";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  transform: rotate(90deg);
  transition: all 0.3s;
}

#header .user_nav {
  align-self: flex-start;
}

#header .user_nav ul {
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 220px;
  top: -13px;
  padding-top: 30px;
  left: -20px;
  padding: 45px 0 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
  background: transparent;
  visibility: hidden;
}

#header .user_nav ul li {
  margin-top: 10px;
  font-size: 12px;
  color: #363636;
}

#header .user_nav ul li a {
  display: flex;
  align-items: center;
}

#header .user_nav ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  font-size: 16px;
  margin-right: 10px;
}

#header .user_nav .handle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: flex-end;
}

#header .wish {
  color: #fff;
  margin-left: 25px;
  font-size: 19px;
}

#header .cart .handle {
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}

#header .cart .handle .num {
  position: absolute;
  color: #363636;
  background: #e0e0e0;
  border-radius: 50%;
  font-size: 12px;
  width: 15px;
  height: 15px;
  top: -5px;
  right: -5px;
  line-height: 15px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 0.65, 1.76);
}

#header .cart .handle .num.updating {
  top: 0;
  right: -2px;
  font-size: 14px;
  line-height: 22px;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #363636;
}

#header .cart .handle:hover + .mini_cart {
  opacity: 1;
  visibility: visible;
}

#header .cart .mini_cart {
  background: #fff;
  position: absolute;
  width: 294px;
  left: inherit;
  right: 0;
  z-index: 3;
  margin-top: 10px;
  box-shadow: -7.071px 7.071px 20px 0 rgba(51, 51, 51, 0.2);
  transition: all ease-in 0.3s;
  opacity: 0;
  visibility: hidden;
}

#header .cart .mini_cart:after {
  bottom: 100%;
  border: solid transparent;
  content:" ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  right: 5px;
}

#header .cart .mini_cart:before {
  content:"";
  display: block;
  height: 10px;
  background: transparent;
  position: relative;
  top: -10px;
}

#header .cart .mini_cart .itens_cart {
  max-height: 380px;
  overflow-y: scroll;
  margin: 0 auto;
  width: 266px;
}

#header .cart .mini_cart .list_product {
  width: 250px;
}

#header .cart .mini_cart .list_product > li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}

#header .cart .mini_cart .list_product > li a {
  display: block;
}

#header .cart .mini_cart .list_product > li figure {
  width: 66px;
  display: inline-block;
  margin: 0;
}

#header .cart .mini_cart .list_product > li figure img {
  max-height: 75px;
}

#header .cart .mini_cart .list_product > li .description {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  font-size: 12px;
}

#header .cart .mini_cart .list_product > li .description .name_product {
  color: #363636;
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .cart .mini_cart .list_product > li .description .info_sku {
  color: #aaa;
  margin-bottom: 7px;
}

#header .cart .mini_cart .list_product > li .description .price {
  color: #363636;
  font-weight: 700;
}

#header .cart .mini_cart .list_product > li .description .icon-closed {
  opacity: 0;
  color: #aaa;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  transition: all ease-in 0.3s;
  position: absolute;
  right: 0;
  bottom: 55px;
}

#header .cart .mini_cart .list_product > li:hover .icon-closed {
  opacity: 1;
}

#header .cart .mini_cart .resume_cart {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 254px;
}

#header .cart .mini_cart .resume_cart .row {
  display: block;
  overflow: auto;
  zoom: 1;
}

#header .cart .mini_cart .resume_cart .row.resume {
  padding: 10px 0;
}

#header .cart .mini_cart .resume_cart .row.resume span {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}

#header .cart .mini_cart .resume_cart .row.resume .price_Total {
  float: right;
  font-weight: bold;
  font-size: 14px;
}

#header .cart .mini_cart .resume_cart .row a {
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 12px;
  color: #363636;
  margin: 15px 0 0 0;
}

#header .cart .mini_cart .resume_cart .row a.button {
  display: block;
  padding: 15px;
  text-decoration: none;
}

#header .cart .mini_cart .resume_cart .row a.button.one_click {
  background: #fff;
  color: #363636;
  font-weight: 600;
  border: 1px solid #d4d4d4;
}

#header .cart .mini_cart .resume_cart .row a.button.one_click span {
  color: #d62424;
}

#header .cart .mini_cart .resume_cart .row a.button.one_click:hover {
  background: #363636;
  color: #fff;
}

#header .cart .mini_cart:hover {
  opacity: 1;
  visibility: visible;
}

#header.fixo {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: #fff;
  animation: fix_header 1s;
  height: 50px;
}

#header.fixo .brand {
  display: none;
}

#header.fixo .opened_search .wrapper {
  flex-wrap: wrap;
}

#header.fixo #menu {
  margin-top: 0;
  align-self: center;
}

#header.fixo #menu .submenu .colum a {
  font-weight: normal;
}

#header.fixo #menu .submenu .colum.category a, #header.fixo #menu .submenu .colum .categorie_direct {
  font-weight: bold;
}

#header.fixo #menu li a {
  font-weight: bold;
}

#header.fixo .search {
  margin-top: 0;
  height: 50px;
  min-width: 350px;
  margin-right: 20px;
}

#header.fixo .search .search_form {
  height: 100%;
}

#header.fixo .search .form_item {
  height: 100%;
  background: #f5f5f5;
}

#header.fixo .search .form_item label {
  display: block;
  height: 100%;
}

#header.fixo .search .input {
  margin-top: 0;
  height: 100%;
  border-bottom: 0;
}

#header.fixo .bg_header {
  padding-bottom: 0;
  background: #fff;
}

#header.fixo .wrap_bottom {
  margin-top: 0;
}

#header.fixo .wrapper {
  height: 50px;
  padding: 0;
  align-items: stretch;
  flex-wrap: nowrap;
}

#header.fixo .client_area {
  order: 6;
}

#header.fixo .user_nav {
  display: none;
}

#header.fixo .wrap {
  margin-left: 0;
  flex-wrap: nowrap;
  width: 100%;
}

#header.fixo .aux_area {
  display: none;
}

#header.fixo .logo {
  align-self: center;
  margin: 0;
  margin-right: 20px;
}

#header.fixo .logo .brand_icon {
  display: block;
}

#header.fixo .logo svg {
  display: none;
}

.opened_search {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  transition: all ease-in 0.3s;
  transform: translateY(-50px);
}

.opened_search .wrapper {
  height: auto !important;
}

.opened_search .shelf .img_product {
  min-height: 0;
  background: transparent;
}

.opened_search .opened_search_header {
  display: flex;
  padding-top: 20px;
  position: relative;
  width: 100%;
}

.opened_search .opened_search_header .field {
  width: 33%;
  padding-right: 20px;
}

.opened_search .opened_search_header .field:first-child:before {
  content:"";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #d0d0d0;
}

.opened_search .opened_search_header .field h3 {
  text-transform: uppercase;
  font-size: 11px;
  color: #363636;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.opened_search .opened_search_header .field h3 span {
  text-decoration: underline;
}

.opened_search .opened_search_header .field.price .item {
  background: #e7e7e7;
  margin-right: 3px;
  margin-bottom: 3px;
  min-width: 100px;
  text-align: center;
  height: 25px;
  cursor: pointer;
}

.opened_search .opened_search_header .field.price .item a {
  color: #919191;
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

.opened_search .opened_search_header .field.color .item {
  background: #e7e7e7;
  margin-right: 3px;
  margin-bottom: 3px;
  cursor: pointer;
}

.opened_search .opened_search_header .field.color .item a {
  color: #919191;
  font-size: 12px;
  border: 1px solid transparent;
  width: 39px;
  height: 39px;
  font-size: 0;
  display: block;
}

.opened_search .content_search {
  padding: 20px 0;
  width: 100%;
}

.opened_search .content_search > div {
  overflow: auto;
  zoom: 1;
  margin-bottom: 20px;
}

.opened_search .content_search > div h3 {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 50px;
  margin-right: 5%;
}

.opened_search .content_search > div a {
  float: right;
  font-size: 11px;
  text-decoration: none;
  background: transparent;
  color: #363636;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #d0d0d0;
  padding: 15px 40px;
  transition: all ease-in 0.3s;
}

.opened_search .content_search > div a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.opened_search .content_search .shelf {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.opened_search .content_search .shelf .item_product {
  margin: 0 2px;
}

.opened_search .content_search .shelf .item_product:hover .action_item {
  opacity: 1;
}

.opened_search .content_search .shelf .img_product {
  position: relative;
  overflow: hidden;
}

.opened_search .content_search .shelf .img_product figure {
  margin: 0 0 10px 0;
}

.opened_search .content_search .shelf .name_product {
  font-weight: 300;
  font-size: 14px;
  color: #363636;
}

.opened_search .content_search .shelf .price {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0;
}

.opened_search .content_search .shelf .installment {
  font-size: 11px;
  color: #363636;
  display: block;
}

.opened_search .content_search .shelf .action_item {
  transition: all ease-in 0.3s;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  height: 175px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -7px;
  padding: 20px 0;
}

.opened_search .content_search .shelf .action_item .list_field {
  align-items: center;
  justify-content: center;
}

.opened_search .content_search .shelf .action_item .button {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 40px;
  transition: all ease-in 0.3s;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.field {
  margin-bottom: 15px;
}

.field h3 {
  text-transform: uppercase;
  font-size: 11px;
  color: #363636;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.field h3 span {
  text-decoration: underline;
}

.field .list_field {
  display: flex;
  flex-wrap: wrap;
}

.field .list_field .item {
  cursor: pointer;
}

.field .list_field .item label {
  color: #919191;
  font-size: 12px;
  width: 25px;
  height: 25px;
  font-size: 0;
  display: block;
  margin: 0 5px;
  cursor: pointer;
}

.field .list_field .item input {
  display: none;
}

.field .list_field .item input:checked + label {
  outline: 1px solid #1a1a1a;
}

.field.suggestions .item {
  margin: 0 30px 10px 0;
}

.field.suggestions .item a {
  color: #919191;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}

.field.color .item label {
  background: #e91e63;
  color: #919191;
  font-size: 12px;
  width: 25px;
  height: 25px;
  font-size: 0;
  display: block;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  outline: 1px solid #e0e0e0;
  outline-offset: 1px;
}

.field.size .item label {
  background: #f5f5f5;
  font-size: 12px;
  color: #363636;
  line-height: 25px;
}

@-moz-keyframes fix_header {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes fix_header {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-o-keyframes fix_header {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes fix_header {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
#menu {
  margin-right: auto;
  margin-top: 12px;
}

#menu .banner_menu {
  max-width: 280px;
}

#menu .submenu {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  top: 100%;
  height: 0;
  overflow: hidden;
  z-index: 99999;
  transition: height ease-in 0.3s;
}

#menu .submenu .content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
  z-index: 99;
  position: relative;
  background: #fff;
}

#menu .submenu .column {
  width: 190px;
  margin-right: 55px;
}

#menu .submenu .column:last-child {
  margin-right: 0;
}

#menu .submenu .column.brands {
  width: auto;
}

#menu .submenu .column.brands li {
  display: flex;
}

#menu .submenu .column.brands li img {
  width: 100px;
}

#menu .submenu .column.brands li:hover {
  background-color: transparent;
}

#menu .submenu .column .categorie_direct {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #363636;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

#menu .submenu .column .view_more {
  font-style: italic;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
}

#menu .submenu .column.category {
  margin-left: 10px;
  width: 210px;
}

#menu .submenu .column.category li {
  font-weight: bold;
}

#menu .submenu .column.category a {
  color: #000;
}

#menu .submenu .column a {
  display: block;
  padding: 7px 10px;
  color: cinza2;
  white-space: normal;
}

#menu .submenu .column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#menu .submenu .column li {
  margin-left: 0;
  align-self: stretch;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

#menu .submenu .column li:hover {
  background: cinza1;
}

#menu ul {
  display: flex;
  align-items: center;
}

#menu ul.direct_manipulate li:hover, #menu ul.direct_manipulate li.active {
  border-color: transparent;
}

#menu ul.direct_manipulate li:hover a:after, #menu ul.direct_manipulate li.active a:after {
  width: 100%;
  left: 0;
  right: inherit;
}

#menu ul.direct_manipulate li a {
  position: relative;
}

#menu ul.direct_manipulate li a:after {
  content:"";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 11px;
  right: 0;
  background: #fff;
  transition: all 0.3s;
}

#menu li {
  font-size: 12px;
  padding-top: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid transparent;
  margin-left: 20px;
}

#menu li h2 {
  margin: 0;
}

#menu li a {
  padding-bottom: 35px;
  white-space: nowrap;
}

#menu li.hover.has_submenu {
  border-bottom: 2px solid #363636;
}

#menu li.hover.has_submenu .submenu {
  height: 610px;
  border-top: 1px solid #eaeaea;
}

#menu li:first-child {
  margin-left: 0;
}

.webdoor {
  position: relative;
  overflow: hidden;
}

.webdoor .row_bottom {
  position: absolute;
  bottom: 13%;
  left: 50%;
  margin-left: -510px;
  width: 1020px;
  text-align: center;
}

.webdoor .row_bottom .link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 30px;
  margin-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
}

.webdoor .row_bottom .link:first-child, .webdoor .row_bottom .link:nth-child(4n+1) {
  margin-left: 0;
}

.webdoor .row_bottom .link i {
  font-size: 18px;
  margin-right: 20px;
}

.webdoor .row_bottom .link span {
  font-size: 13px;
}

.webdoor .text_featured {
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 100%;
  text-align: center;
}

.webdoor .text_featured .hint {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.8px;
  color: #fff;
}

.webdoor .text_featured .title {
  font-size: 48px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.webdoor .text_featured .title i {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  margin-right: 35px;
}

.webdoor .text_featured .title strong {
  font-weight: 300;
  letter-spacing: 1.4px;
}

.webdoor.banner_full .slick-dots {
  display: none !important;
}

.webdoor.banner_full .item img {
  height: auto;
}

.webdoor.mosaic {
  margin-top: 15px;
  max-height: 550px;
}

.webdoor.mosaic .big, .webdoor.mosaic .wrap {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.webdoor.mosaic .big {
  max-width: 942px;
  height: 100%;
}

.webdoor.mosaic .wrap {
  max-width: 313px;
  margin-left: 5px;
}

.webdoor.mosaic .wrap img {
  margin-bottom: 5px;
}

.webdoor.mosaic .item {
  background: none !important;
}

.webdoor.mosaic .item a {
  display: block;
}

.webdoor.mosaic .item img {
  visibility: visible;
  height: auto;
}

.webdoor .wrapper {
  position: relative;
}

.webdoor .colunm {
  display: flex;
  max-width: 320px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -49vh;
  z-index: 1;
  left: 90px;
}

.webdoor .colunm.right {
  right: 90px;
  left: inherit;
}

.webdoor .colunm .title {
  font-size: 60px;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}

.webdoor .colunm .link {
  font-size: 14px;
  width: 180px;
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}

.webdoor .content {
  width: 400px;
  height: 345px;
  position: absolute;
  background: #fff;
  left: 172px;
  top: -400px;
  padding-top: 60px;
}

.webdoor .content .title {
  font-size: 36px;
  line-height: 38px;
  color: #191919;
  font-weight: 300;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.webdoor .content .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(25, 25, 25, 0.65);
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}

.webdoor .content .link {
  margin: 30px auto 0;
}

.webdoor.medium .item img {
  height: 80vh;
}

.webdoor.small .item img {
  height: 85vh;
}

.webdoor.xsmall .item img {
  height: 60vh;
}

@media only screen and (max-height: 768px) {
  .webdoor.xsmall .item img {
    height: 90vh;
  }
}
.webdoor .single_direct .direction_department {
  bottom: 30px;
}

.webdoor .mult_direct {
  display: flex;
}

.webdoor .mult_direct .direction_department {
  margin: 0 auto;
  left: inherit;
}

.webdoor .item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  transition: all ease-in 0.1s;
}

.webdoor .item img {
  position: relative;
  height: 100vh;
  visibility: hidden;
}

.webdoor .wrap_buttons {
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  margin-left: -640px;
  left: 50%;
  z-index: 9999;
  top: 50%;
}

.webdoor .slick-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.webdoor .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.webdoor .slick-dots li.slick-active {
  border: 5px solid #fff;
}

.webdoor .slick-dots li button {
  display: none;
}

.webdoor .slick-arrow {
  cursor: pointer;
}

.webdoor .slick-arrow.slick-prev {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
  margin-top: -30px;
  height: 50px;
  width: 35px;
  z-index: 1;
}

.webdoor .slick-arrow.slick-prev:hover:before {
  transform: scale(1.3);
}

.webdoor .slick-arrow.slick-prev:before {
  content:"\e91b";
  display: block;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  text-align: right;
}

.webdoor .slick-arrow.slick-next {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  top: 50%;
  right: 20px;
  margin-top: -25px;
  position: absolute;
  height: 50px;
  width: 35px;
  z-index: 1;
}

.webdoor .slick-arrow.slick-next:hover:before {
  transform: scale(1.3);
}

.webdoor .slick-arrow.slick-next:before {
  content:"\e91b";
  transition: all 0.3s;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: right;
}

.webdoor .direction_department {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 50%;
  margin-left: -460px;
}

.webdoor .direction_department h2 {
  margin-left: auto;
}

.webdoor .direction_department h2:first-child {
  margin-left: 0;
}

.webdoor .direction_department .link {
  min-width: 200px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.webdoor .direction_department .link:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.webdoor .greeting {
  display: block;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 40px;
  letter-spacing: letter-spacing-lg;
}

.webdoor .greeting span {
  vertical-align: middle;
}

.product_kit_row {
  margin: 40px auto;
  height: 640px;
}

.product_kit_row .slick-dots {
  display: none !important;
}

.product_kit_row .slick-arrow.slick-prev {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 80px;
  height: 42px;
  width: 19px;
  z-index: 1;
  margin-top: 10px;
}

.product_kit_row .slick-arrow.slick-prev:hover:before {
  color: #363636;
  transform: scale(1.3) rotate(180deg);
}

.product_kit_row .slick-arrow.slick-prev:before {
  content:"\e91b";
  display: block;
  font-size: 40px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  color: #d8d8d8;
  transform: rotate(180deg);
  z-index: 1;
}

.product_kit_row .slick-arrow.slick-next {
  font-size: 0;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 80px;
  height: 42px;
  width: 19px;
  z-index: 1;
  margin-top: 15px;
}

.product_kit_row .slick-arrow.slick-next:hover:before {
  color: #363636;
  transform: scale(1.3);
}

.product_kit_row .slick-arrow.slick-next:before {
  content:"\e91b";
  font-size: 40px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  color: #d8d8d8;
  display: block;
}

.product_kit_row .kit_select {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  margin-top: 35px;
}

.product_kit_row .kit_select .button {
  margin-left: 10px;
  padding: 10px 20px;
  letter-spacing: 2px;
}

.product_kit_row .kit_select .style_select {
  border: 1px solid #d4d4d4;
  position: relative;
  width: 240px;
}

.product_kit_row .kit_select .style_select:after {
  content:"\e91c";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  transform: rotate(90deg);
  font-size: 12px;
}

.product_kit_row .kit_select .style_select select {
  padding: 15px 50px 15px 15px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.product_kit_row .title {
  color: #363636;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  padding-top: 40px;
  text-align: center;
}

.product_kit_row .title + p {
  margin-top: 10px;
}

.product_kit_row .desc {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  color: #919191;
}

.product_kit_row .gift p {
  margin-bottom: 20px;
  text-align: center;
}

.product_kit_row .gift p strong {
  display: block;
  color: #d51010;
  font-size: 20px;
  font-weight: 700;
}

.product_kit_row .gift p small {
  font-size: 14px;
  font-weight: 300;
}

.product_kit_row .kit {
  max-width: 680px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.product_kit_row .set {
  max-width: 960px;
  width: 100%;
  position: relative;
  margin: -460px auto 0;
  background: #fff;
  padding-bottom: 40px;
}

.product_kit_row .separator {
  width: 45px;
  position: relative;
}

.product_kit_row .separator:after {
  content:"";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e0e0e0;
  margin-left: -0.5;
  left: 50%;
  top: 0;
}

.product_kit_row .separator:before {
  content:"\002b";
  font-size: 32px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background-color: #d51010;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}

.product_kit_row .media {
  background-position: center;
  background-size: cover;
}

.product_kit_row .media img {
  visibility: hidden;
  display: block;
  height: 100%;
}

.product_kit_row .kit {
  display: flex;
}

footer {
  background: #f1f1f1;
}

footer.safe p {
  font-size: 10px;
  color: #5c5c5c;
  text-align: center;
  padding: 20px;
}

footer .wrapper {
  overflow: auto;
  zoom: 1;
}

footer .footer_row:first-child {
  color: #191919;
  height: 125px;
  background: #f6f8f9;
  background: -moz-linear-gradient(left, #f6f8f9 0%, #e8e8e8 50%, #e0e0e0 51%, #e0e0e0 100%);
  background: -webkit-linear-gradient(left, #f6f8f9 0%, #e8e8e8 50%, #e0e0e0 51%, #e0e0e0 100%);
  background: linear-gradient(to right, #f6f8f9 0%, #e8e8e8 50%, #e0e0e0 51%, #e0e0e0 100%);
}

footer .footer_row .Differential {
  width: 422px;
  height: 125px;
  text-transform: uppercase;
  float: left;
  display: flex;
  align-items: center;
  text-align: center;
}

footer .footer_row .Differential ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
}

footer .footer_row .Differential ul i {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 5px;
}

footer .footer_row .newsletter {
  background: #e0e0e0;
  width: 838px;
  text-transform: uppercase;
  float: left;
  height: 125px;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

footer .footer_row .newsletter div {
  display: inline-block;
  margin: 0 0 0 20px;
}

footer .footer_row .newsletter div.newsletter_text {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
}

footer .footer_row .newsletter div.newsletter_form form select, footer .footer_row .newsletter div.newsletter_form form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-style: italic;
  color: #000;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 300;
  border-bottom: 2px solid #363636;
}

footer .footer_row .newsletter div.newsletter_form form option {
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  border: none;
  background: transparent;
}

footer .footer_row .newsletter div.newsletter_form form input[type=submit] {
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  width: 100px;
  margin-left: -3px;
  cursor: pointer;
}

footer .footer_row .newsletter div.newsletter_form form select {
  width: 116px;
  margin: 0 15px 0 0;
  background: url("../static/images/checkout/arrow.png") center right no-repeat;
}

footer .footer_row .newsletter div.newsletter_form form input {
  width: 229px;
}

footer .footer_row.main {
  background: #f1f1f1;
  height: auto;
}

footer .footer_row.main .col {
  float: left;
  padding: 50px 0;
  height: 280px;
}

footer .footer_row.main .col .row {
  display: block;
}

footer .footer_row.main .col h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #363636;
}

footer .footer_row.main .col.mosaic {
  width: 265px;
  padding-top: 60px;
  border-right: 1px solid #e8e8e8;
  color: #363636;
}

footer .footer_row.main .col.mosaic div {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

footer .footer_row.main .col.mosaic div i {
  display: block;
  font-size: 25px;
}

footer .footer_row.main .col.mosaic div span {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 14px;
  display: inline-block;
}

footer .footer_row.main .col.links_store {
  width: 400px;
  padding-left: 40px;
  border-right: 1px solid #e0e0e0;
}

footer .footer_row.main .col.links_store div {
  float: left;
}

footer .footer_row.main .col.links_store div:first-child {
  margin-right: 30px;
}

footer .footer_row.main .col.links_store ul li {
  margin-bottom: 6px;
}

footer .footer_row.main .col.links_store ul li a {
  font-size: 12px;
  color: #5c5c5c;
}

footer .footer_row.main .col.media_affordable {
  width: 290px;
  padding-left: 50px;
}

footer .footer_row.main .col.media_affordable .list_social_media {
  display: block;
  overflow: auto;
  zoom: 1;
  margin-bottom: 50px;
}

footer .footer_row.main .col.media_affordable .list_social_media li {
  float: left;
  margin-right: 10px;
}

footer .footer_row.main .col.media_affordable .list_social_media i {
  font-size: 30px;
}

footer .footer_row.main .col.media_affordable p {
  font-size: 12px;
  color: #5c5c5c;
  margin-top: 10px;
}

footer .footer_row.main .col.media_affordable p a {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

footer .footer_row.main .col.extras {
  padding-left: 45px;
  width: 300px;
}

footer .footer_row.main .col.extras .list_apps li {
  display: inline-block;
  margin-right: 5px;
}

footer .footer_row.main .col.extras .list_seals {
  margin-top: 60px;
}

footer .footer_row.main .col.extras .list_seals li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

footer .footer_row.main .col.extras .list_seals li:last-child {
  margin: 0;
}

footer .footer_row.main .col.extras .list_seals li ul {
  display: inline-block;
}

footer .footer_row.main .col.extras .list_seals li ul li {
  display: block;
  margin: 0;
}

footer .copyright {
  border-top: 1px solid #ccc;
  height: 48px;
  width: 100%;
  text-align: center;
}

footer .copyright p {
  font-size: 10px;
  display: block;
  line-height: 48px;
}

footer .copyright p a {
  text-decoration: underline;
  font-weight: 800;
  margin: 0 10px;
}

.row_filter {
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.row_filter .breadcrumb {
  display: flex;
  justify-content: center;
  font-size: 10px;
  text-transform: uppercase;
  margin: 25px 0;
}

.row_filter .breadcrumb li a, .row_filter .breadcrumb li:after {
  color: #000;
}

.row_filter.active {
  box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.row_filter .wrap {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.row_filter .filters_row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.row_filter .filter_item {
  margin-left: 20px;
}

.row_filter .filter_item:first-child {
  margin-left: 0;
}

.row_filter .filter_numberItens {
  background: #363636;
  color: #fff;
  padding: 5px;
  width: 20px;
  font-size: 10px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-left: 10px;
  line-height: 8px;
}

.row_filter .row_actions {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.row_filter .row_actions.active {
  display: flex;
}

.row_filter .row_actions .button_primary {
  padding: 12px 35px;
}

.row_filter .row_actions .button_help {
  text-decoration: underline;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 30px;
  letter-spacing: 0.8px;
}

.row_filter .filter_item-clear .button_help {
  text-decoration: underline;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 20px;
  letter-spacing: 0.8px;
}

.row_filter .handle {
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  padding: 10px 45px 10px 10px;
  display: block;
  position: relative;
  min-width: 160px;
  vertical-align: middle;
}

.row_filter .handle.active:after {
  transform: rotate(-90deg);
}

.row_filter .handle:after {
  content:"\e91c";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.row_filter .row {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}

.row_filter .row .items {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.row_filter .row .items + .items {
  margin-top: 25px;
}

.row_filter .row .items.category_select {
  margin-bottom: 5px;
}

.row_filter .row .items.category_select + .items {
  display: none;
}

.row_filter .row .items.category_select.active + .items {
  display: flex;
}

.row_filter .row .items.category_select .item.active {
  background: #363636;
  color: #fff;
  padding-left: 10px;
  border: 0;
  color: #fff;
}

.row_filter .row .items.category_select .item.active:after {
  color: #fff;
}

.row_filter .row #mCSB_2_container {
  display: flex;
}

.row_filter .row .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .row_filter .row .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.row_filter .row .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 5px;
  border-radius: 0;
  margin: 7px auto;
  background: #363636;
}

.row_filter .row .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0;
}

.row_filter .row .mCSB_draggerRail {
  background: #eaeaea;
  height: 5px;
  border-radius: 0;
}

.row_filter .row .search_brand {
  width: 340px;
  position: relative;
  margin-bottom: 50px;
}

.row_filter .row .search_brand:after {
  content:"\e902";
  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.row_filter .row .search_brand input {
  border-width: 0 0 2px 0;
  border-color: #000;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 10px 15px 10px 30px;
}

.row_filter .row .brand_column .item {
  margin-left: 10px;
  margin-bottom: 10px;
}

.row_filter .row .brand_column .item:first-child {
  margin-left: 10px;
}

.row_filter .row.active {
  display: flex;
}

.row_filter .row.search {
  flex-direction: column;
}

.row_filter .row.search .items {
  width: 100%;
}

.row_filter .row .items {
  width: 100%;
}

.row_filter .row .wrap.wrap_scroll {
  width: 100%;
}

.row_filter .row .wrap.wrap_scroll .list, .row_filter .row .wrap.wrap_scroll .listing {
  display: flex;
  max-width: 100%;
  padding-bottom: 10px;
  flex-wrap: wrap;
  min-width: 3000px;
}

.row_filter .row .wrap.wrap_scroll .list .item, .row_filter .row .wrap.wrap_scroll .listing .item {
  min-width: 150px;
  text-align: center;
  margin: 5px !important;
}

.row_filter .row .wrap.wrap_scroll .list .item .brand-name, .row_filter .row .wrap.wrap_scroll .listing .item .brand-name {
  display: block;
  width: 100%;
}

.row_filter .row .wrap .list_item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.row_filter .row .item {
  font-size: 12px;
  color: #919191;
  border: 1px solid #e0e0e0;
  padding: 10px 30px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.row_filter .row .item i {
  display: none;
}

.row_filter .row .item.active {
  padding-right: 45px;
  padding-left: 15px;
  color: #000;
  border-color: #e0e0e0;
  background: #e0e0e0;
}

.row_filter .row .item.active i {
  display: block;
  font-size: 9px;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  right: 10px;
}

.row_filter .row .item:first-child {
  margin-left: 0;
}

.row_order {
  padding-top: 5px;
  margin-bottom: 30px;
  background: #fff;
}

.row_order.flat {
  border-top: 0;
  padding-top: 0;
}

.row_order .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row_order .details {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #363636;
  display: flex;
  align-items: center;
}

.row_order .details:before {
  content:"\e91d";
  font-style: normal;
  font-size: 28px;
  margin-right: 10px;
  color: #e0e0e0;
}

.row_order .size_views {
  display: flex;
}

.row_order .size_views .item {
  display: flex;
  margin-left: 30px;
}

.row_order .size_views .item:first-child {
  margin-left: 0;
}

.row_order .size_views .item:hover .square, .row_order .size_views .item.active .square {
  background: #e0e0e0;
}

.row_order .size_views .square {
  width: 25px;
  height: 25px;
  border: 2px solid #e0e0e0;
  margin-left: 5px;
  transition: all 0.3s ease-in;
}

.row_order .size_views .square:first-child {
  margin-left: 0;
}

.row_order .order_view .select_style {
  border-bottom: 2px solid #363636;
  background: transparent;
  color: #363636;
  position: relative;
}

.row_order .order_view .select_style:after {
  content:"\e91c";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
}

.row_order .order_view .select_style select {
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #363636;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.zoomfalse .zoomContainer {
  display: none !important;
}

.zoomWindowContainer:hover .zoomWindow {
  opacity: 1 !important;
}

.zoomWindowContainer .zoomWindow {
  transition: opacity 0.5s;
  z-index: 2 !important;
  display: block !important;
  opacity: 0 !important;
}

.open-lightbox {
  cursor: zoom-in;
}

.label_offer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(54, 54, 54, 0.7);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 10px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
}

.label_offer strong {
  margin-right: 5px;
  font-weight: 900;
}

.label_offer span {
  font-weight: 500;
}

.main_product {
  margin-top: 15px;
  overflow: hidden;
}

.main_product.perfume {
  overflow: inherit !important;
}

.main_product .details {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
}

.main_product .details .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #363636;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.main_product .details table {
  font-size: 12px;
  color: #919191;
  line-height: 18px;
  width: 100%;
  margin-top: 20px;
}

.main_product .details .desc {
  color: #919191;
  font-size: 12px;
  margin-top: 20px;
}

.main_product .details .desc a {
  display: inline-block;
  padding: 0 3px;
  text-decoration: underline;
}

.main_product .details .desc ul {
  display: block;
  margin: 10px 0;
  list-style: initial;
}

.main_product .details .desc li, .main_product .details .desc > li {
  padding-left: 15px;
  position: relative;
  border: 0;
}

.main_product .details .desc em {
  color: #d51010;
}

.main_product .details .desc p {
  margin: 10px 0;
  line-height: 18px;
}

.main_product .wrap_infos.nostock {
  margin-top: 25px;
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}

.main_product .wrap_infos.nostock .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.main_product .gift_handle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  transition: all ease-in 0.2s;
}

.main_product .gift_handle i {
  font-size: 16px;
}

.main_product .gift_handle span {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0.4px;
  margin-top: 5px;
}

.main_product .gift_handle:hover {
  transform: scale(1.3);
}

.main_product .wrap_purchase {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
}

.main_product .wrap_purchase .color_select {
  width: 35px;
  height: 35px;
  background: #ffc0cb;
  border: 2px solid #fff;
  outline: 1px solid #bebebe;
  margin-right: 15px;
  transition: all ease-in 0.3s;
}

.main_product .wrap_purchase .wrap {
  display: flex;
  align-items: center;
}

.main_product .wrap_purchase .best_price {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #363636;
}

.main_product .wrap_purchase .old_price {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: line-through;
  margin-right: 5px;
  display: block;
  color: #919191;
}

.main_product .wrap_purchase .instalment {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  display: block;
  color: rgba(54, 54, 54, 0.6);
}

.main_product .buy_button {
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.main_product .one_click {
  margin-top: 10px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.main_product .one_click:hover {
  background: #363636;
  color: #fff;
  font-weight: 600;
  border: 1px solid #d4d4d4;
}

.main_product .product_thumbs .item {
  display: inline-block;
  margin-left: 8px;
}

.main_product .product_thumbs .item.video {
  position: relative;
}

.main_product .product_thumbs .item.video:after {
  content:"\e90e";
  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}

.main_product .product_thumbs .item img {
  width: 70px;
}

.main_product .product_thumbs .item:first-child {
  margin-left: 0;
}

.main_product .columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main_product .columns .brand {
  margin-bottom: 20px;
}

.main_product .columns .brand img {
  height: 40px;
}

.main_product .columns .product_image {
  width: 420px;
}

.main_product .columns .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main_product .columns .row .share:hover:before {
  content:"";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  background: transparent;
}

.main_product .columns .row .share:hover .actions {
  max-width: 250px;
  opacity: 1;
}

.main_product .columns .row .share .at-share-btn-elements {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.main_product .columns .row .wish:hover:before {
  content:"";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  background: transparent;
}

.main_product .columns .row .wish:hover .actions {
  max-width: 300px;
  opacity: 1;
  padding: 0 10px;
}

.main_product .columns .row .wish .active:before {
  content:"\e923";
  color: #d51010;
}

.main_product .columns .row .actions {
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background-color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 0;
  overflow: hidden;
  top: -12px;
  transition: all 0.8s;
  padding: 0;
}

.main_product .columns .row .actions.item1 {
  left: 25px;
}

.main_product .columns .row .actions.item2 {
  left: 60px;
}

.main_product .columns .row .actions.item2 div {
  margin: 0;
}

.main_product .columns .row .actions a {
  padding: 6px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  display: inline-block;
}

.main_product .columns .row .actions a i {
  font-size: 18px;
  margin-bottom: 2px;
}

.main_product .columns .row .actions a span {
  font-size: 10px;
  text-transform: uppercase;
}

.main_product .columns .row .wrap_icons {
  display: flex;
}

.main_product .columns .row .wrap_icons div {
  margin-left: 15px;
  width: 100%;
}

.main_product .columns .product_name {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.main_product .columns .product_name small {
  display: block;
  font-size: 10px;
  color: #c2c2c2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.main_product .columns .gift_wrap {
  display: flex;
  align-items: center;
  width: 340px;
  padding: 4px 20px;
  margin-top: 30px;
  border: 1px solid rgba(54, 54, 54, 0.2);
  justify-content: space-between;
  cursor: pointer;
}

.main_product .columns .gift_wrap img {
  height: 60px;
}

.main_product .columns .gift_wrap .icon-question {
  font-size: 20px;
}

.main_product .columns .gift_wrap .indice {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_product .columns .gift_wrap .indice i {
  font-size: 16px;
}

.main_product .columns .gift_wrap .indice span {
  font-size: 11px;
  margin-top: 5px;
  letter-spacing: 0.8px;
}

.main_product .columns .gift_wrap .gift_name {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.8px;
}

.main_product .columns .gift_wrap .gift_name span {
  font-size: 14px;
}

.main_product .columns .gift_wrap .gift_name small {
  font-size: 12px;
  margin-top: 5px;
}

.main_product .columns .product_desc {
  position: relative;
  transition: all ease-in 0.3s;
}

.main_product .columns .product_desc .content {
  max-height: 100px;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.main_product .columns .product_desc.open {
  padding-bottom: 20px;
}

.main_product .columns .product_desc.open .content {
  max-height: 1500px;
}

.main_product .columns .product_desc .toggle_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-decoration: underline;
  padding: 10px 10px 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #fff 100%);
}

.main_product .columns .product_desc p, .main_product .columns .product_desc li {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.main_product .columns .product_desc p + p, .main_product .columns .product_desc li + p {
  margin-top: 30px;
}

.main_product .columns .col_1 {
  width: 470px;
}

.main_product .columns .col_2 {
  position: relative;
  max-height: 490px;
}

.main_product .columns .col_2 .my-video-dimensions.vjs-fluid {
  padding-top: 455px;
}

.main_product .columns .col_3 {
  width: 305px;
}

.main_product .columns .col_3 .nostock {
  margin-top: 50%;
}

.main_product .columns .col_3 .wrap_button {
  display: flex;
}

.main_product .columns .col_3 .wrap_button .one_click {
  margin-top: 0;
  letter-spacing: 0.8px;
  margin-left: 10px;
}

.main_product .columns .col_3 .wrap_button .one_click strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.main_product .columns .col_3 .wrap_unavailable {
  margin-top: 20px;
}

.main_product .video-js.vjs-fluid, .main_product .video-js.vjs-16-9, .main_product .video-js.vjs-4-3 {
  height: 100%;
}

.main_product video {
  background: #fff !important;
}

.main_product .wrapper {
  display: flex;
  position: relative;
}

.main_product div.zoomWindow {
  cursor: pointer !important;
}

.main_product .main_product_image {
  width: 797px;
  position: relative;
}

.main_product .main_product_image .control_image {
  position: absolute;
  z-index: 5;
  padding-left: 10px;
}

.main_product .main_product_image .control_image i {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  margin: 10px 0;
  color: #fff;
}

.main_product .main_product_image .control_image i:first-child {
  margin-right: 7px;
}

.main_product .main_product_image .control_image i.active {
  color: #363636;
}

.main_product .main_product_image .control_image i.icon-checkbox_active {
  border: 1px solid #c9c8c8;
}

.main_product .main_product_image .image_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.main_product .main_product_image .image_area .item {
  width: 100%;
  margin: 0 0 5px 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
  position: relative;
}

.main_product .main_product_image .image_area .item img {
  display: block;
  width: 100%;
}

.main_product .main_product_image .image_area.grid {
  flex-direction: row;
}

.main_product .main_product_image .image_area.grid .my-video-dimensions.vjs-fluid {
  padding-top: 0;
}

.main_product .main_product_image .image_area.grid .item {
  margin-left: 5px;
  margin-bottom: 5px;
  width: 49%;
}

.main_product .main_product_image .image_area.grid .item:first-child, .main_product .main_product_image .image_area.grid .item:nth-child(2n+1) {
  margin-left: 0;
}

.main_product .main_product_image .image_area.grid .item img {
  display: block;
}

.info_tab {
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}

.info_tab .wrap .content {
  display: none;
}

.info_tab .wrap .content.active {
  display: block;
}

.info_tab .wrap .tables {
  display: flex;
  align-items: flex-start;
  box-shadow: -4px 4px 30px rgba(51, 51, 51, 0.25);
  background-color: #fff;
  padding: 20px;
  justify-content: space-between;
  position: absolute;
  bottom: 35px;
  z-index: 999;
  width: 110%;
}

.info_tab .wrap .tables .item {
  width: 48%;
}

.info_tab .wrap .tables .item .label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  display: block;
}

.info_tab .wrap .tables table {
  font-size: 12px;
  line-height: 25px;
  color: #191919;
  width: 100%;
}

.info_tab .wrap .tables table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.info_tab .wrap .tables table strong {
  font-weight: 900;
}

.info_tab .nav {
  display: flex;
  justify-content: space-between;
}

.info_tab .nav li {
  font-size: 10px;
  margin-left: 10px;
  color: #919191;
  transition: all ease-in 0.3s;
  width: 100%;
  text-align: center;
  letter-spacing: 1.4px;
  cursor: pointer;
}

.info_tab .nav li a {
  margin: 0 auto;
  white-space: nowrap;
}

.info_tab .nav li .content {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 0.3s;
}

.info_tab .nav li.active .content {
  opacity: 1;
  visibility: visible;
}

.info_tab .nav li:hover, .info_tab .nav li.active {
  color: #363636;
  border-bottom-color: #363636;
}

.info_tab .nav li:first-child {
  margin-left: 0;
}

.info_tab .nav li:first-child > a {
  padding-left: 0;
}

.info_tab .nav li > a {
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
}

.product_details {
  max-width: 335px;
  min-height: 550px;
  margin-left: 70px;
  position: absolute;
  right: 80px;
  top: 0;
  padding-bottom: 50px;
}

.product_details .buy_button {
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.product_details .one_click {
  margin-top: 10px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.product_details .one_click:hover {
  background: #363636;
  color: #fff;
  font-weight: 600;
  border: 1px solid #d4d4d4;
}

.product_details .text_color {
  font-size: 12px;
  color: #919191;
  margin-left: 20px;
  display: inline-block;
}

.product_details .product_price {
  text-align: center;
  margin-bottom: 25px;
  display: block;
}

.product_details .product_price .instalment {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #5c5c5c;
  font-weight: 400;
}

.product_details .product_price .old_price {
  color: #c2c2c2;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: 300;
}

.product_details .product_price .best_price {
  color: #363636;
  font-size: 15px;
  font-weight: 700;
}

.product_details .sku_selection {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.product_details .sku_selection .form_field {
  margin-bottom: 20px;
  justify-content: flex-start;
  max-width: 95%;
  margin: 0 0 24px;
}

.product_details .sku_selection .form_field .wrap_size {
  display: flex;
  max-width: 180px;
  flex-wrap: wrap;
}

.product_details .sku_selection .form_field .wrap_size .label {
  margin-bottom: 10px;
}

.product_details .sku_selection .form_field + .form_field {
  margin-bottom: 0;
}

.product_details .sku_selection .label {
  margin-bottom: 0;
}

.product_details .sku_selection .label + .size_guide {
  margin-left: 20px;
}

.product_details .sku_selection .size_guide {
  color: #919191;
  font-size: 11px;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0.8px;
}

.product_details .sku_selection form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.product_details .product_name {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
}

.product_details .product_name small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
  color: #c2c2c2;
  letter-spacing: 0.4px;
}

.product_details .row_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.product_details .row_top .flag_discount {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4px;
  width: 100px;
  text-align: center;
}

.product_details .row_top .brand_product img {
  height: 40px;
}

.product_details .row_top .share:hover:before {
  content:"";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}

.product_details .row_top .share:hover .actions {
  max-width: 500px;
  opacity: 1;
}

.product_details .row_top .share .at-share-btn-elements {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.product_details .row_top .wish:hover:before {
  content:"";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  background: transparent;
}

.product_details .row_top .wish:hover .actions {
  max-width: 500px;
  opacity: 1;
  padding: 0 10px;
}

.product_details .row_top .wish .wish-open.active:before, .product_details .row_top .wish .wish-item.active i:before {
  content:"\e923";
  color: #d51010;
}

.product_details .row_top .actions {
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background-color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  max-width: 0;
  overflow: hidden;
  top: -5px;
  transition: all 0.8s;
  padding: 0;
  z-index: 1;
}

.product_details .row_top .actions.item1 {
  right: 60px;
}

.product_details .row_top .actions.item2 {
  right: 25px;
}

.product_details .row_top .actions.item2 div {
  margin: 0;
}

.product_details .row_top .actions.item2 a {
  display: inline-block;
}

.product_details .row_top .actions a {
  padding: 6px;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.product_details .row_top .actions a i {
  font-size: 18px;
  margin-bottom: 2px;
}

.product_details .row_top .actions a span {
  font-size: 10px;
  text-transform: uppercase;
}

.product_details .row_top .wrap_icons {
  display: flex;
}

.product_details .row_top .wrap_icons div {
  margin-left: 15px;
}

img {
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.buy_together {
  box-shadow: inset 5px 9px 20px rgba(51, 51, 51, 0.07);
  margin-top: 25px;
}

.buy_together .resume {
  max-width: 265px;
  margin-left: auto;
}

.buy_together .resume .economy {
  font-size: 11px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.buy_together .resume .buy_button {
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  margin-top: 25px;
}

.buy_together .resume .title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}

.buy_together .resume .price {
  margin-top: 20px;
}

.buy_together .resume .price span {
  display: block;
  text-align: center;
}

.buy_together .resume .price .old_price {
  color: #919191;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -3px;
  text-decoration: line-through;
}

.buy_together .resume .price .best_price {
  color: #363636;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.buy_together .resume .price .instalment {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.buy_together.perfume {
  background: #f5f5f5;
  padding: 50px 0;
}

.buy_together.perfume .content {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.buy_together .item {
  width: 280px;
  background: #fff;
  padding-top: 20px;
  position: relative;
  box-shadow: 5px 9px 10px rgba(51, 51, 51, 0.1);
}

.buy_together .item img {
  margin: 0 auto;
  display: block;
}

.buy_together .separator {
  position: relative;
  width: 97px;
  margin: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy_together .separator:after, .buy_together .separator:before {
  content:"";
  width: 97px;
  height: 10px;
  display: inline-block;
  background: #c2c2c2;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.buy_together .separator:before {
  transform: rotate(90deg);
}

.buy_together .name {
  font-size: 10px;
  text-align: center;
  color: #919191;
  max-width: 120px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.buy_together .row_bottom {
  display: flex;
  width: 100%;
}

.buy_together .row_bottom .style_select {
  border-top: 1px solid rgba(54, 54, 54, 0.2);
  position: relative;
  width: 100%;
}

.buy_together .row_bottom .style_select + .style_select {
  border-left: 1px solid rgba(54, 54, 54, 0.2);
}

.buy_together .row_bottom .style_select:before {
  content:"\e91c";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(90deg);
  font-size: 14px;
  z-index: 1;
}

.buy_together .row_bottom .style_select select {
  width: 100%;
  display: block;
  text-align-last: center;
  padding: 10px 25px 10px 15px;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  color: #363636;
  position: relative;
  font-weight: 700;
  z-index: 999;
}

.payment_items .payment_form .label_text {
  top: 15px;
  left: 10px;
}

.form_identification .form_item .label_text {
  top: 15px;
  left: 10px;
}

.time_to_pay label .label-text {
  left: 0 !important;
}

.delivery .adresses .label_text {
  top: 15px;
  left: 10px !important;
}

.delivery .adresses .current_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  background: #f5f5f5;
}

.delivery .adresses .current_address + #map {
  margin-top: -10px;
}

.delivery .adresses .current_address + .no_row {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.delivery .adresses .current_address p {
  font-size: 14px;
  color: #363636;
}

.delivery .adresses .current_address a {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0.4px;
}

.delivery .adresses .form_delivery .action_1 {
  width: 90%;
  margin: 0 auto;
}

.delivery .adresses .form_delivery .help_text {
  font-size: 14px;
  color: #1b1b1b;
  opacity: 0.6;
  font-weight: 300;
  padding-bottom: 30px;
  margin-top: 15px;
}

.delivery .adresses .form_delivery .shift {
  display: flex;
  width: 100%;
}

.delivery .adresses .form_delivery .shift .input_check:checked ~ .wrap {
  border-color: #1a1a1a;
}

.delivery .adresses .form_delivery .shift .form_check {
  width: 39%;
  margin-right: 10px;
}

.delivery .adresses .form_delivery .shift .wrap {
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border: 1px solid transparent;
}

.delivery .adresses .form_delivery .shift .wrap span {
  display: block;
  margin: 0 auto;
}

.delivery .adresses .form_delivery .shift .wrap:after, .delivery .adresses .form_delivery .shift .wrap:before {
  content: none !important;
}

.delivery .adresses .form_delivery .date_wrap {
  position: relative;
  display: table;
}

.delivery .adresses .form_delivery .date_wrap:after {
  content:"\e91c";
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  transform: rotate(90deg);
}

.delivery .adresses .form_delivery .date-handle {
  font-size: 14px;
  display: block;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #363636;
  padding: 10px 14px;
  font-style: italic;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 208px;
  margin-bottom: 15px;
}

.delivery .adresses .form_delivery .date-handle:after {
  content:"\e91c";
  font-style: normal;
  transform: rotate(90deg);
  display: inline-block;
  margin-right: -10px;
}

.delivery .adresses .form_delivery .date-handle.hasDatepicker {
  cursor: pointer;
}

.delivery .adresses .form_delivery .value {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.delivery .adresses .form_delivery .local {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.delivery .adresses .form_delivery .local span {
  font-weight: 400;
  white-space: initial;
}

.delivery .adresses .form_delivery .date_select {
  background: #f5f5f5;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.delivery .adresses .form_delivery .date_select .field {
  max-width: 330px;
  margin: 0 auto;
}

.delivery .adresses .form_delivery .date_select .text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
}

.delivery .adresses .form_delivery .input_check {
  display: none;
}

.delivery .adresses .form_delivery .input_check:checked ~ .wrap {
  background: #f5f5f5;
}

.delivery .adresses .form_delivery .input_check:checked ~ .wrap + .date_select {
  max-height: 550px;
}

.delivery .adresses .form_delivery .input_check:checked ~ .wrap:after {
  content:'\e904';
}

.delivery .adresses .form_delivery .wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  transition: all 0.3s;
  flex-wrap: wrap;
}

.delivery .adresses .form_delivery .wrap.icon i {
  margin-right: 15px;
  font-size: 29px;
}

.delivery .adresses .form_delivery .wrap .icon-store {
  margin-right: 15px;
  font-size: 20px;
}

.delivery .adresses .form_delivery .wrap:after {
  position: absolute;
  font-size: 7px;
  left: 64.5px;
  top: 50%;
  margin-top: -3.5px;
}

.delivery .adresses .form_delivery .wrap:before {
  content:"";
  margin-right: 15px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 50%;
}

.delivery .adresses .form_delivery .row {
  position: relative;
  border-top: 0;
  margin: 0;
}

.delivery .adresses .form_delivery .row label {
  width: 100%;
}

.delivery .adresses .form_delivery .row.store_adress {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #e2e2e2;
}

.delivery .adresses .form_delivery .row.store_adress + .form_action {
  border-top: 1px solid #e2e2e2;
  margin-top: 0;
  padding-top: 30px;
}

.delivery .adresses .form_delivery .row.store_adress .withdrawal {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 15px;
  font-size: 10px;
  font-weight: 400;
  background-color: #7f7f7f;
  color: #fff;
  letter-spacing: 0.8px;
}

.delivery .adresses .form_delivery .row.store_adress .bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.delivery .adresses .form_delivery .row.store_adress .bottom i {
  font-size: 22px;
  background-color: #f5f5f5;
  padding: 10px 9px;
  border-radius: 50%;
  margin-right: 10px;
}

.delivery .adresses .form_delivery .row.store_adress .bottom p {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.delivery .adresses .form_delivery .row.store_adress .bottom p small {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.delivery .adresses .form_delivery .row.store_adress .bottom p strong {
  font-weight: 700;
}

.delivery .adresses .form_delivery .row.store_adress .location {
  max-width: 55%;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 700;
  display: block;
}

.delivery .adresses .form_delivery .row.store_adress .adress {
  max-width: 55%;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 14px;
  color: #191919;
  display: block;
  margin-bottom: 20px;
}

.delivery .adresses .form_delivery .row.store_adress .days {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.6;
  display: block;
}

.delivery .adresses .form_delivery .row.store_adress .localStore {
  position: absolute;
  right: 34px;
  top: 95px;
}

.delivery .adresses .form_delivery .row.store_adress .localStore i {
  margin-right: 10px;
}

.delivery .adresses .form_delivery .row:first-child {
  border-top: 0;
}

.delivery .adresses .form_delivery .row .edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 60px;
}

.delivery .adresses .form_delivery .row .edit span {
  font-size: 12px;
  margin-top: 3px;
  text-decoration: underline;
}

.delivery .adresses .form_delivery .row .local {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  width: 55%;
}

.delivery .adresses .form_delivery .row .local span {
  font-size: 14px;
  letter-spacing: 0.5px;
  white-space: initial;
  color: #191919;
}

.delivery .adresses .form_delivery .row .local span:first-child:not(.dp-default-date) {
  font-weight: bold;
}

.delivery .adresses .form_delivery .center_text span {
  z-index: 0;
}

.delivery .adresses .form_adresses .action_1 {
  font-size: 10px;
  width: 80%;
  margin: 0 auto 30px;
}

.delivery .adresses .form_adresses .input_check {
  display: none;
}

.delivery .adresses .form_adresses .input_check:checked ~ .wrap {
  background: #f5f5f5;
}

.delivery .adresses .form_adresses .input_check:checked ~ .wrap:after {
  content:'\e904';
}

.delivery .adresses .form_adresses .wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  transition: all 0.3s;
}

.delivery .adresses .form_adresses .wrap .icon-store {
  margin-right: 15px;
  font-size: 20px;
}

.delivery .adresses .form_adresses .wrap:after {
  position: absolute;
  font-size: 7px;
  left: 24.5px;
  top: 50%;
  margin-top: -3.5px;
}

.delivery .adresses .form_adresses .wrap:before {
  content:"";
  margin-right: 15px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
}

.delivery .adresses .title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  padding: 30px 0 15px;
  margin-bottom: 0;
}

.delivery .adresses .row {
  position: relative;
  border-top: 1px solid #e0e0e0;
}

.delivery .adresses .row + .form_action {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.delivery .adresses .row:first-child {
  border-top: 0;
}

.delivery .adresses .row .edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 60px;
}

.delivery .adresses .row .edit span {
  font-size: 12px;
  margin-top: 3px;
  text-decoration: underline;
}

.delivery .adresses .row .local {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.delivery .adresses .row .local span {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #191919;
  white-space: initial;
  text-overflow: ellipsis;
  display: block;
  max-width: 250px;
  overflow: hidden;
}

.delivery .adresses .row .local span:first-child:not(.dp-default-date) {
  font-weight: bold;
}

.column.item-2.active .delivery_gift_notice {
  width: 100%;
  background-color: #f5f5f5;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 5%;
}

.column.item-2.active .delivery_gift_notice span {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  width: 80%;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.column.item-2.active .delivery_gift_notice p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  font-size: 12px;
}

.buy_more_items {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  transition: all 250ms ease 0s;
  text-decoration: none;
  backface-visibility: hidden;
}

.buy_more_items:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  transition: transform 250ms ease 0s;
}

.buy_more_items:hover:after {
  transform: translateX(5px);
}

.buy_more_items:after {
  margin-bottom: 2px;
}

.buy_more_items i {
  font-size: 20px;
  margin-right: 5px;
}

.buy_more_items span {
  text-transform: uppercase;
  font-size: 12px;
  color: #2a2a2a;
}

.cart_wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 2%;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.cart_wrapper .head_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_wrapper .buy_more {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

.cart_wrapper .checkout_steps, .cart_wrapper .checkout_cart, .cart_wrapper .wrap_checkout {
  flex: 1 1 auto;
  max-width: 840px;
  min-width: 50%;
}

.cart_wrapper .info_text {
  font-size: 12px;
}

.cart_wrapper .side_info {
  flex: 1 1 auto;
  max-width: 420px;
  min-width: 200px;
  margin-left: 20px;
}

.cart_wrapper .side_info .resume .delivery_notice {
  background-color: #9c9c9c;
  color: #fff;
  font-weight: 500;
  padding: 3%;
  text-align: right;
  width: 100%;
}

.checkout_cart {
  letter-spacing: 1px;
}

.checkout_cart .title {
  font-size: 20px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 300;
  margin: 20px 0;
  letter-spacing: 2px;
}

.checkout_cart .row_packing {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding: 20px;
}

.checkout_cart .row_packing .text {
  font-size: 16px;
  color: #363636;
  max-width: 570px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.checkout_cart .row_packing .text strong {
  font-weight: 700;
}

.checkout_cart .row_packing .text span {
  font-weight: 300;
}

.checkout_cart .row_packing .style_select {
  background: #fff;
}

.checkout_cart .row_packing .style_select select {
  min-width: 95px;
  font-size: 13px;
  padding: 10px;
}

.checkout_cart .banner_free {
  margin: 20px 0;
}

.checkout_cart .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border: 1px solid #e0e0e0;
  border-width: 1px 1px 0 1px;
}

.checkout_cart .head span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #363636;
  margin-right: 8%;
}

.checkout_cart .head span.last {
  margin-right: 10%;
}

.checkout_cart .head span.first {
  margin-right: auto;
}

.checkout_cart .row_gift {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 30px;
}

.checkout_cart .row_gift .wrap {
  display: flex;
  align-items: center;
  max-width: 332px;
  width: 100%;
}

.checkout_cart .row_gift .wrap .text {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 14px;
  max-width: 280px;
  width: 100%;
  justify-content: space-between;
  color: #363636;
  font-weight: 300;
}

.checkout_cart .row_gift .wrap .text span:last-child {
  font-weight: 400;
}

.checkout_cart .row_gift .wrap .text strong {
  font-weight: 700;
}

.checkout_cart .form_product_row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  width: 54%;
}

.checkout_cart .form_product_row > * {
  margin-right: 15%;
}

.checkout_cart .form_product_row .style_select select {
  height: 45px;
  font-size: 14px;
  max-width: 93px;
  border: 1px solid #363636;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.checkout_cart .form_product_row .price_product {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.checkout_cart .form_product_row .price_product .old_price {
  font-size: 11px;
  color: #919191;
  text-decoration: line-through;
  font-weight: 300;
  margin-bottom: 2px;
}

.checkout_cart .form_product_row .price_product .best_price {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
}

.checkout_cart .form_product_row .price_product .stock_low {
  display: block;
  position: absolute;
  top: -74%;
  left: initial;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.checkout_cart .form_product_row .price_product .stock_low span {
  margin-right: 4px;
}

.checkout_cart .form_product_row .price_product .stock_low .count {
  color: #d51010;
}

.checkout_cart .form_product_row .price_product .stock_low .unit {
  color: #d51010;
}

.checkout_cart .form_product_row .pre_sale {
  font-size: 12px;
  background-color: #d2232a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: -20px;
  color: #fff;
}

.checkout_cart .form_product_row .pre_sale strong {
  text-transform: uppercase;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
}

.checkout_cart .form_product_row .pre_sale span {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.checkout_cart .form_product_row .delete {
  color: #bfbfbf;
  font-size: 20px;
  margin-right: 0;
  transition: all ease-in 0.2s;
  cursor: pointer;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.checkout_cart .form_product_row .delete:hover {
  transform: scale(1.3);
  color: #d2232a;
}

.checkout_cart .form_product_row .delete:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f014";
}

.checkout_cart .form_product_row .number_select {
  max-width: 80px;
  display: flex;
  border: 1px solid #e0e0e0;
  padding: 5px 0;
}

.checkout_cart .form_product_row .number_select button {
  border: 0;
  background-color: transparent;
  width: 25%;
  cursor: pointer;
  font-size: 17px;
}

.checkout_cart .form_product_row .number_select input {
  width: 50%;
  text-align: center;
  border: 0;
  font-size: 14px;
}

.checkout_cart .gift_cart .row_product {
  padding-bottom: 19px;
}

.checkout_cart .row_product {
  padding: 19px 27px 0;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -1px;
}

.checkout_cart .row_product .media img {
  display: block;
  width: 91px;
  border: 1px solid #e8e8e8;
}

.checkout_cart .row_product:nth-last-child(2) {
  border-bottom: 1px solid #e0e0e0;
}

.checkout_cart .row_product.gift {
  padding: 14px 27px 19px;
}

.checkout_cart .row_product.gift .text {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 12px;
  max-width: 280px;
  width: 100%;
  justify-content: space-between;
  color: #363636;
  font-weight: 400;
}

.checkout_cart .row_product.gift .text span {
  white-space: nowrap;
  margin-left: 12px;
}

.checkout_cart .row_product.gift .text span:last-child {
  font-weight: 400;
}

.checkout_cart .row_product.gift .text strong {
  font-weight: 700;
}

.checkout_cart .row_product.gift .link {
  text-decoration: underline;
  color: #363636;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: auto;
}

.checkout_cart .row_product.gift .media img {
  width: 45px;
}

.checkout_cart .row_product .product_info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: auto;
}

.checkout_cart .row_product .product_info .sku_tag {
  color: #363636;
  opacity: 0.4;
  font-size: 14px;
}

.checkout_cart .row_product .product_info .link {
  text-decoration: underline;
  color: #363636;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 6px;
}

.checkout_cart .row_product .product_info .name {
  font-size: 14px;
  font-weight: 700;
  max-width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
}

.checkout_cart .row_product .gift-wrapper {
  width: calc(100% + 56px);
  background: #fbfbfb;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: -1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 19px;
  color: #797979;
}

.checkout_cart .row_product .gift-wrapper input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
  vertical-align: text-top;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.checkout_cart .row_product .gift-wrapper input[type=checkbox]:checked ~ label {
  color: #d2232a;
}

.checkout_cart .row_product .gift-wrapper input[type=checkbox]:checked ~ label.field-click .fa {
  opacity: 1;
}

.checkout_cart .row_product .gift-wrapper .fa {
  font-size: 14px;
}

.checkout_cart .row_product .gift-wrapper .field-click {
  border: 1px solid #363636;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  align-items: center;
  float: left;
  color: #363636 !important;
  margin-right: 7px;
  width: 15px;
  height: 15px;
}

.checkout_cart .row_product .gift-wrapper .field-click .fa {
  opacity: 0;
  font-size: 12px;
  display: inline-block;
  margin-left: 1px;
}

.checkout_cart .row_product .gift-wrapper label {
  cursor: pointer;
}

.side_info {
  width: 32%;
  position: relative;
  top: -75px;
}

.side_info .info_text {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.6);
}

.side_info.static {
  top: 0;
}

.side_info .resume {
  background-color: #f5f5f5;
  padding: 25px 34px 0;
}

.side_info .resume .column:first-child {
  margin-right: auto;
}

.side_info .resume .title {
  margin: 0;
  padding: 0;
}

.side_info .resume .title a {
  transition: all 250ms ease 0s;
  text-decoration: none;
  backface-visibility: hidden;
  font-weight: 400;
  text-decoration: none !important;
}

.side_info .resume .title a:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  transition: transform 250ms ease 0s;
}

.side_info .resume .title a:hover:after {
  transform: translateX(5px);
}

.side_info .resume.info {
  border: 1px solid #dcdcdc;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-top: 20px;
}

.side_info .resume.info .product_cart {
  position: relative;
  display: flex;
  width: 100%;
}

.side_info .resume.info .product_cart .media {
  max-width: 70px;
}

.side_info .resume.info .product_cart .product_info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.side_info .resume.info .product_cart .product_info .sku_tag {
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 2px;
}

.side_info .resume.info .product_cart .product_info .name {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 170px;
  color: #2a2a2a;
  text-transform: uppercase;
}

.side_info .resume.info .product_cart .price_item {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
}

.side_info .resume.info .row {
  flex-direction: column;
}

.side_info .resume.info .text {
  font-size: 12px;
  color: #414141;
}

.side_info .resume.info .link {
  text-decoration: underline;
  color: #363636;
  font-weight: 700;
}

.side_info .resume.info .head_text {
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 3px;
}

.side_info .resume.info.gift {
  border-top: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.side_info .resume.info.gift h4, .side_info .resume.info.gift .row {
  padding-left: 34px;
  padding-right: 34px;
}

.side_info .resume.info.gift .delivery_notice {
  text-align: center;
  font-weight: 400;
}

.side_info .resume .row_buttons {
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
}

.side_info .resume .row_buttons .end_buy {
  height: 50px;
  font-size: 14px;
  letter-spacing: 1.6px;
  cursor: pointer;
  width: 100%;
}

.side_info .resume .row_buttons .end_buy + .one_click {
  margin-bottom: 30px;
}

.side_info .resume .row_buttons .one_click {
  height: 50px;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 10px;
  border-color: #363636;
  cursor: pointer;
}

.side_info .resume .credit_info {
  color: #363636;
  opacity: 0.6;
  font-size: 12px;
}

.side_info .resume .form_global {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.side_info .resume .form_global.active .info_box {
  max-height: 300px;
}

.side_info .resume .form_global .info_box {
  text-align: right;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.side_info .resume .form_global .info_box .row_top {
  display: flex;
  align-items: center;
}

.side_info .resume .form_global .info_box .row_top .edit {
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0.8px;
  margin-right: 15px;
}

.side_info .resume .form_global .info_box .info {
  font-size: 12px;
  color: #363636;
  font-weight: 400;
  margin-top: 10px;
  background-color: #e0e0e0;
  padding: 10px 20px;
}

.side_info .resume .form_global .info_box .cep {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.side_info .resume .form_global .info_box .cep a {
  font-size: 12px;
  text-decoration: underline;
  font-weight: lighter;
  letter-spacing: 0.8px;
  margin-right: 15px;
}

.side_info .resume .form_global .info_box .form_check {
  position: relative;
  margin: 10px 2px 5px 0;
}

.side_info .resume .form_global .info_box .form_check .input_check {
  display: none;
}

.side_info .resume .form_global .info_box .form_check .input_check:checked ~ .wrap:before {
  content:'\e904';
}

.side_info .resume .form_global .info_box .form_check .wrap {
  font-size: 13px;
  font-weight: 300;
  color: #363636;
  letter-spacing: 0.8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 25px;
  align-items: center;
  position: relative;
}

.side_info .resume .form_global .info_box .form_check .wrap strong {
  display: block;
  font-weight: bold;
}

.side_info .resume .form_global .info_box .form_check .wrap:after {
  content:"";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.side_info .resume .form_global .info_box .form_check .wrap:before {
  content:"";
  position: absolute;
  right: 3px;
  font-size: 7px;
  margin-top: -3.5px;
  top: 50%;
  z-index: 1;
}

.side_info .resume .form_global .icon-closed {
  flex-wrap: nowrap;
}

.side_info .resume .form_global .icon-closed.add_item {
  transform: rotate(45deg);
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.side_info .resume .form_global.form_cupom {
  flex-wrap: nowarp;
}

.side_info .resume .form_global.form_cupom .input_text {
  max-width: 108px;
}

.side_info .resume .form_global.form_cupom:not(.active) .form_item {
  transition: all ease-in 0.3s 0.3s;
}

.side_info .resume .form_global.form_cupom + .coupon_current {
  display: block;
  text-align: right;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.side_info .resume .form_global.form_cupom + .coupon_current .cupom {
  display: inline-block;
  font-size: 12px;
  padding: 2px;
  color: rgba(42, 42, 42, 0.6);
  text-transform: uppercase;
  text-align: right;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
}

.side_info .resume .form_global.form_cupom + .coupon_current .cupom span {
  display: inline-block;
  vertical-align: middle;
}

.side_info .resume .form_global.form_cupom + .coupon_current .cupom .icon-closed {
  vertical-align: middle;
  opacity: 0.7;
  margin-left: 10px;
  margin-right: 2px;
  padding: 2px 2px 2px 10px;
  cursor: pointer;
}

.side_info .resume .form_global.form_cupom.active .form_item {
  transition-delay: 0s;
}

.side_info .resume .form_global.form_cupom.active + .coupon_current {
  max-height: 124px;
  transition-delay: 0.3s;
}

.side_info .resume .form_global.hidden_form .form_item {
  overflow: hidden;
  max-width: 0;
  width: auto;
  height: auto;
  transition: all ease-in 0.3s;
  display: flex;
}

.side_info .resume .form_global.hidden_form .form_item input {
  width: 130px;
}

.side_info .resume .form_global.hidden_form.active {
  white-space: nowrap;
}

.side_info .resume .form_global.hidden_form.active .form_item {
  max-width: 220px;
  margin-left: 10px;
}

.side_info .resume .form_global.hidden_form.active .add_item {
  transform: rotate(-270deg);
}

.side_info .resume .form_global .focus .label_text {
  top: -15px;
  font-size: 12px;
}

.side_info .resume .form_global .label_text {
  left: 5px;
  top: 8px;
}

.side_info .resume .form_global .button {
  position: static;
}

.side_info .resume .form_global input {
  background-color: transparent;
  padding: 0 0 0 5px;
  height: 30px;
  max-width: 130px;
}

.side_info .resume .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  letter-spacing: 0.8px;
}

.side_info .resume .title a {
  color: #919191;
  text-decoration: underline;
  margin-left: auto;
  font-size: 10px;
}

.side_info .resume .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
}

.side_info .resume .price_resume {
  display: flex;
  flex-direction: column;
  text-align: right;
  max-width: 160px;
}

.side_info .resume .price_resume .best_price {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}

.side_info .resume .price_resume .instalment {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
  opacity: 0.6;
}

.side_info .resume .price_resume .instalment small {
  font-weight: 700;
  font-size: 12px;
  display: block;
}

.side_info .resume .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #dcdcdc;
}

.checkout_steps {
  display: flex;
  flex-wrap: wrap;
}

.checkout_steps .carousel .slick-arrow.slick-next, .checkout_steps .carousel .slick-arrow.slick-prev {
  margin-top: -75px;
}

.checkout_steps .buy_more {
  max-width: 100%;
}

.checkout_steps .wrap_checkout {
  display: flex;
  width: 100%;
}

.checkout_steps .item-1 .step_2 .content {
  padding-bottom: 40px;
}

.checkout_steps .wrap_button_register {
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 30px 0;
}

.checkout_steps .wrap_button_register a {
  margin-top: 30px;
  text-align: center;
  display: block;
  width: 65%;
  margin: 0 auto;
}

.checkout_steps .wrap.small {
  width: 70%;
  margin: 0 auto;
}

.checkout_steps .wrap.full {
  width: 90%;
  margin: 0 auto;
}

.checkout_steps .form_global .icon i {
  font-size: 21px;
  top: 12px;
  pointer-events: none;
}

.checkout_steps .form_global .icon i.icon-mail {
  font-size: 17px;
}

.checkout_steps .form_global .icon input {
  padding-left: 0;
}

.checkout_steps .form_global .icon .label_text {
  left: 0;
}

.checkout_steps .form_global .icon.focus .label_text {
  left: 0;
  top: -10px;
}

.checkout_steps .form_global .form_item {
  margin-top: 10px;
}

.checkout_steps .form_global .form_item > label {
  display: block;
}

.checkout_steps .column {
  width: 205px;
  transition: all 0.3s;
}

.checkout_steps .column.hidden .content {
  display: none;
}

.checkout_steps .column.active.item-1 .head, .checkout_steps .column.active.item-2 .head, .checkout_steps .column.active.item-3 .column .content h3 {
  margin-top: 0;
}

.checkout_steps .column.finish .head span {
  display: flex;
  align-items: center;
}

.checkout_steps .column.finish .head span:before {
  content:'\e904';
  font-size: 9px;
  margin-right: 10px;
}

.checkout_steps .column.finish .head:after {
  border-left-color: #e0e0e0;
}

.checkout_steps .column.finish .finish_info a {
  margin-top: 15px;
  display: table;
}

.checkout_steps .column.finish .finish_info a i {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.checkout_steps .column.finish .finish_info a span {
  font-size: 12px;
  letter-spacing: 0.8px;
  text-decoration: underline;
  display: block;
}

.checkout_steps .column.finish .finish_info .huge_email {
  direction: ltr;
  overflow: hidden;
  text-overflow: clip ellipsis;
  white-space: nowrap;
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: clip ellipsis;
}

.checkout_steps .column.finish .finish_info p {
  font-size: 12px;
  color: #919191;
  margin-top: 15px;
  padding-right: 4%;
  word-break: keep-all;
}

.checkout_steps .column.finish .finish_info p small {
  font-size: 12px;
  display: block;
}

.checkout_steps .column.finish .content {
  display: block;
  word-break: break-all;
}

.checkout_steps .column.active {
  width: 527px;
}

.checkout_steps .column.active .content {
  border: 1px solid #e0e0e0;
  border-width: 1px 1px 1px;
  position: relative;
}

.checkout_steps .column.active .canel {
  position: absolute;
  top: 20px;
  right: 20px;
}

.checkout_steps .column.active .canel i {
  display: inherit;
  text-align: center;
  font-weight: bold;
}

.checkout_steps .column.active .canel span {
  text-decoration: underline;
  font-size: 12px;
}

.checkout_steps .column.item-1.finish .head:after {
  border-left-color: #e0e0e0;
}

.checkout_steps .column.item-1 .column.item-3.active .head {
  background-color: #2a2a2a;
}

.checkout_steps .column.item-3 .head:after {
  content: none;
}

.payment .oo-form {
  margin-top: 7%;
}

.payment .oo-form .row-check {
  background: #fff;
  padding: 4%;
  margin-bottom: 5%;
}

.payment .oo-form .row-check.active {
  background-color: #f5f5f5;
}

.payment .oo-form .row-check .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment .oo-form .row-check .remain {
  display: block;
  font-weight: bold;
  margin-left: 30px;
  color: #d71920;
}

.payment .oo-form .row-check .spent {
  display: block;
  text-decoration: none;
}

.payment .oo-form .row-check .partial_value {
  margin-left: 30px;
  max-height: 0;
  overflow: hidden;
}

.payment .oo-form .row-check .partial_value label {
  display: flex;
  align-items: center;
  max-width: 266px;
}

.payment .oo-form .row-check .partial_value.active {
  padding-top: 10%;
  max-height: 400px;
}

.payment .oo-form .row-check .partial_value .coin {
  font-weight: bold;
  font-size: 16px;
}

.payment .oo-form .row-check .partial_value input[type=text], .payment .oo-form .row-check .partial_value input[type=number], .payment .oo-form .row-check .partial_value input[type=tel] {
  border: 0;
  border-bottom: 2px solid #363636;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 10px 15px;
}

.payment .oo-form .row-check .partial_value .submit {
  margin-left: 10px;
}

.payment .oo-form .row-check .check_item {
  display: none;
}

.payment .oo-form .row-check .check_item:checked ~ .wrap .validity:after {
  content:'\e904';
}

.payment .oo-form .row-check .value {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}

.payment .oo-form .row-check .value .used {
  text-decoration: line-through;
}

.payment .oo-form .row-check .action {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-size: 11px;
  white-space: nowrap;
}

.payment .oo-form .row-check .validity {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  width: 152px;
}

.payment .oo-form .row-check .validity:before {
  content:"";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.payment .oo-form .row-check .validity:after {
  font-size: 8px;
  text-align: center;
  margin-bottom: -10px;
  position: absolute;
  left: 5px;
  top: 6px;
}

.payment .form_global .form_action {
  margin-left: -36px;
  margin-right: -35px;
  margin-bottom: 0;
}

.payment .form_global .sub_title {
  margin-bottom: 15px !important;
}

.payment .form_global .form_two_items .form_item.icon input {
  padding-left: 35px;
}

.payment .form_global .form_two_items .form_item.icon .label_text {
  left: 30px;
}

.payment .form_global .form_item.icon.focus i {
  color: #363636;
}

.payment .form_global .form_item.icon.focus .label_text {
  left: 0;
}

.payment .form_global .form_item.icon input {
  padding-left: 45px;
}

.payment .form_global .form_item.icon .label_text {
  left: 45px;
}

.payment .form_global i {
  font-size: 22px;
  transition: all 0.3s;
}

.payment .masterpass .link {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.payment .masterpass .masterpass_finalize {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.payment .masterpass .warning {
  display: flex;
  align-items: center;
}

.payment .masterpass .warning .text {
  max-width: 340px;
}

.payment .masterpass .warning p {
  font-size: 13px;
  font-weight: 300;
  color: #666;
}

.payment .masterpass .warning i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.payment .masterpass .instructions {
  margin-top: 30px;
}

.payment .masterpass .instructions p {
  font-size: 12px;
  color: #1b1b1b;
  font-weight: 400;
  margin-bottom: 10px;
}

.payment .ticket p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 25px;
}

.payment .ticket .help_text {
  display: block;
  font-size: 16px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.payment .ticket .top {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.payment .ticket .top i {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}

.payment .ticket .top .text p {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  line-height: inherit;
}

.payment .ticket .top .text p small {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.payment .ticket .top .text p strong {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.payment .payment_wrap {
  border-top: 1px solid #dcdcdc;
  margin-top: -21px;
}

.payment .payment_wrap .payment_content {
  max-width: 380px;
  margin: 0 auto;
  display: none;
}

.payment .payment_wrap .payment_content.full {
  max-width: 100%;
  padding: 15px;
}

.payment .payment_wrap .payment_content.active {
  display: block;
}

.payment .payment_wrap .payment_content .action_1 {
  width: 100%;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  transition: all 250ms ease 0s;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.payment .payment_wrap .payment_content .action_1:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  transition: all 250ms ease 0s;
}

.payment .payment_wrap .payment_content .action_1:hover {
  background-color: #363636;
  text-decoration: none;
  color: #fff;
}

.payment .payment_wrap .payment_content .action_1:hover:after {
  transform: translateX(5px);
}

.payment .payment_wrap .payment_content .action_1:active {
  background-color: #222;
}

.payment .payment_wrap .payment_content .action_1:hover {
  cursor: pointer;
}

.payment .payment_wrap .payment_content .form_action._vale {
  margin-bottom: 20px;
}

.payment .center_text {
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
}

.payment .swap_text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 18px;
  max-width: 420px;
  margin: 15px auto 35px;
  text-align: center;
  color: #7a7a7a;
}

.payment .swap_text strong {
  font-weight: bold;
  color: #d71920;
  text-align: center;
}

.payment .infos-vale-troca {
  color: #363636;
  display: flex;
  font-family: "Open-Sans", sans-serif;
  margin-bottom: 20px;
}

.payment .infos-vale-troca h2 {
  font-size: 18px !important;
}

.payment .infos-vale-troca p {
  font-size: 13px !important;
}

.payment .infos-vale-troca p strong {
  text-transform: uppercase;
  font-weight: bold;
}

.payment .infos-vale-troca div {
  width: 31.5%;
  background: #f8f8f8;
  padding: 15px 5px;
  text-align: center;
  margin: 0 0 5px 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.payment .infos-vale-troca div p {
  white-space: nowrap;
  color: #7a7a7a;
}

.payment .infos-vale-troca div p .valor-infos1 {
  color: #363636;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.payment .infos-vale-troca div p .valor-infos2 {
  color: #d71920;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.payment .infos-vale-troca div p .valor-infos3 {
  color: #363636;
  font-weight: bold;
  margin-top: 3px;
  font-size: 14px;
  display: block;
}

.payment .infos-vale-troca div:nth-child(3) {
  background: transparent;
  border: 1px solid #d9d9d9;
}

.payment .aviso-entrega {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 18px;
  max-width: 420px;
  width: 85%;
  margin: 2em auto;
  display: block;
  text-align: center;
  color: #7a7a7a;
}

.payment .subtitle {
  color: #363636;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  padding: 15px 0;
  display: block;
  margin-bottom: 15px;
}

.payment .payment_nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.payment .payment_nav .handle_item {
  text-decoration: none !important;
  text-align: center;
  padding: 10px 4px 0;
  z-index: 1;
  position: relative;
  transition: background-color ease-in 0.2s;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.payment .payment_nav .handle_item:hover {
  background-color: #f5f5f5;
}

.payment .payment_nav .handle_item:hover i {
  background-color: #fff;
}

.payment .payment_nav .handle_item.active {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.payment .payment_nav .handle_item i {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  overflow: hidden;
  transition: background-color ease-in 0.3s;
  margin-bottom: 15px;
}

.payment .payment_nav .handle_item i.icon-one-click {
  font-size: 30px;
}

.payment .payment_nav .handle_item i.icon-master-pass {
  font-size: 18px;
}

.payment .payment_nav .handle_item span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  min-height: 73px;
  overflow: hidden;
}

.payment .payment_nav .handle_item span strong {
  font-weight: 400;
  color: #d71920;
  white-space: nowrap;
}

.payment .payment_nav .renner_cards, .payment .payment_nav .other_ways {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.payment .payment_nav .renner_cards .swap span, .payment .payment_nav .other_ways .swap span {
  font-weight: bold;
}

.payment .payment_nav .renner_cards .swap strong, .payment .payment_nav .other_ways .swap strong {
  display: block;
  font-weight: bold;
}

.payment .payment_nav .renner_cards .row, .payment .payment_nav .other_ways .row {
  display: flex;
  margin: 0;
}

.payment .payment_nav .renner_cards .title, .payment .payment_nav .other_ways .title {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.payment .payment_nav .other_ways {
  max-width: 370px;
  padding-left: 7px;
  border-left: 1px solid #dcdcdc;
}

.payment .payment_nav .other_ways .handle_item:last-child {
  margin-right: 0;
}

.payment .payment_nav .renner_cards {
  justify-content: center;
}

.payment .payment_nav .renner_cards .handle_item:last-child {
  padding-right: 7px;
}

.payment .payment_nav .renner_cards .handle_item:nth-child(3).active {
  border-right: 0;
}

#map {
  height: 400px;
  max-width: 640px;
  width: 100%;
  margin-top: 8%;
}

.confirm_order .two_columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 10px;
}

.confirm_order .two_columns .cart {
  width: 420px;
  align-self: baseline;
}

.confirm_order .two_columns .cart .ebit {
  display: block;
  margin-bottom: 20px;
}

.confirm_order .two_columns .cart .ebit img {
  display: block;
}

.confirm_order .two_columns .resume {
  background-color: #f5f5f5;
  padding: 30px 35px 10px;
}

.confirm_order .two_columns .resume.info {
  border: 1px solid #e0e0e0;
  background: #fff;
}

.confirm_order .two_columns .resume.info .pre_venda {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.8;
  background-color: #000;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.confirm_order .two_columns .resume.info .pre_venda strong {
  font-weight: 700;
}

.confirm_order .two_columns .resume.info .product_cart {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.confirm_order .two_columns .resume.info .product_cart .media {
  max-width: 70px;
}

.confirm_order .two_columns .resume.info .product_cart .product_info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.confirm_order .two_columns .resume.info .product_cart .product_info .sku_tag {
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 2px;
}

.confirm_order .two_columns .resume.info .product_cart .product_info .name {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 170px;
  color: #2a2a2a;
  text-transform: uppercase;
}

.confirm_order .two_columns .resume.info .product_cart .price_item {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.confirm_order .two_columns .resume.info .product_cart .price_item .old_price {
  display: block;
  color: #c2c2c2;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: 300;
}

.confirm_order .two_columns .resume.info .product_cart .price_item .best_price {
  display: block;
  color: #363636;
  font-size: 15px;
  font-weight: 700;
}

.confirm_order .two_columns .resume.info .row {
  flex-direction: column;
}

.confirm_order .two_columns .resume.info .text {
  font-size: 12px;
  color: #414141;
}

.confirm_order .two_columns .resume.info .link {
  text-decoration: underline;
  color: #363636;
  font-weight: 700;
}

.confirm_order .two_columns .resume.info .head_text {
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 3px;
}

.confirm_order .two_columns .resume .row_buttons {
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
}

.confirm_order .two_columns .resume .row_buttons .end_buy {
  font-size: 12px;
}

.confirm_order .two_columns .resume .row_buttons .one_click {
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  border-color: #363636;
}

.confirm_order .two_columns .resume .credit_info {
  color: #363636;
  opacity: 0.6;
  font-size: 12px;
}

.confirm_order .two_columns .resume .form_global {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.confirm_order .two_columns .resume .form_global.active .info_box {
  max-height: 300px;
}

.confirm_order .two_columns .resume .form_global .info_box {
  text-align: right;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.confirm_order .two_columns .resume .form_global .info_box .info {
  white-space: nowrap;
  font-size: 12px;
  color: #363636;
  font-weight: 400;
  margin-top: 10px;
  background-color: #e0e0e0;
  padding: 10px 20px;
}

.confirm_order .two_columns .resume .form_global .info_box .cep {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
}

.confirm_order .two_columns .resume .form_global .info_box .form_check {
  position: relative;
  margin: 10px 2px 5px 0;
}

.confirm_order .two_columns .resume .form_global .info_box .form_check .input_check {
  display: none;
}

.confirm_order .two_columns .resume .form_global .info_box .form_check .input_check:checked ~ .wrap:before {
  content:'\e904';
}

.confirm_order .two_columns .resume .form_global .info_box .form_check .wrap {
  font-size: 13px;
  font-weight: 300;
  color: #363636;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
}

.confirm_order .two_columns .resume .form_global .info_box .form_check .wrap:after {
  content:"";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

.confirm_order .two_columns .resume .form_global .info_box .form_check .wrap:before {
  content:"";
  position: absolute;
  right: 3px;
  font-size: 7px;
  margin-top: -3.5px;
  top: 50%;
}

.confirm_order .two_columns .resume .form_global .icon-closed.add_item {
  transform: rotate(45deg);
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.confirm_order .two_columns .resume .form_global.form_cupom.active .cupom {
  display: flex;
}

.confirm_order .two_columns .resume .form_global.form_cupom .cupom {
  font-size: 12px;
  color: rgba(42, 42, 42, 0.6);
  text-transform: uppercase;
  align-items: center;
  display: none;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
}

.confirm_order .two_columns .resume .form_global.form_cupom .cupom .icon-closed {
  opacity: 0.7;
  margin-left: 10px;
  font-size: 15px;
}

.confirm_order .two_columns .resume .form_global.hidden_form .form_item {
  overflow: hidden;
  max-width: 0;
  transition: all ease-in 0.3s;
  display: flex;
}

.confirm_order .two_columns .resume .form_global.hidden_form .form_item input {
  width: 130px;
}

.confirm_order .two_columns .resume .form_global.hidden_form.active .form_item {
  max-width: 220px;
  height: auto;
  margin-left: 10px;
}

.confirm_order .two_columns .resume .form_global.hidden_form.active .add_item {
  transform: rotate(-270deg);
}

.confirm_order .two_columns .resume .form_global .focus .label_text {
  top: -15px;
  font-size: 12px;
}

.confirm_order .two_columns .resume .form_global .label_text {
  left: 0;
  top: 5px;
}

.confirm_order .two_columns .resume .form_global .button {
  position: static;
  margin-left: 10px;
}

.confirm_order .two_columns .resume .form_global input {
  background-color: transparent;
  padding: 0;
  height: 30px;
  max-width: 130px;
}

.confirm_order .two_columns .resume .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  letter-spacing: 3px;
}

.confirm_order .two_columns .resume .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.confirm_order .two_columns .resume .price_resume {
  display: flex;
  flex-direction: column;
  text-align: right;
  max-width: 160px;
}

.confirm_order .two_columns .resume .price_resume .best_price {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}

.confirm_order .two_columns .resume .price_resume .instalment {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
  opacity: 0.6;
}

.confirm_order .two_columns .resume .price_resume .instalment small {
  font-weight: 700;
  font-size: 12px;
  display: block;
}

.confirm_order .two_columns .resume .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
}

.confirm_order .order {
  max-width: 420px;
  border: 1px solid #e0e0e0;
  padding: 40px 35px 0;
}

.confirm_order .order .info_delivery {
  color: #363636;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
  background-color: #e0e0e0;
  text-align: right;
  padding: 20px 15px;
  margin-top: 20px;
}

.confirm_order .order .row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.confirm_order .order .row:last-child {
  border-bottom: 0;
}

.confirm_order .order .row .price {
  font-weight: 700;
  font-size: 14px;
}

.confirm_order .order .row .info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(42, 42, 42, 0.6);
  display: flex;
  line-height: 18px;
  flex-direction: column;
  text-align: right;
}

.confirm_order .order .row .info strong {
  margin-bottom: 15px;
}

.confirm_order .order .row .info #frete-info {
  margin-top: 2em;
  font-size: 12px;
}

.confirm_order .order .row .subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.confirm_order .order .row .subtitle strong {
  font-weight: bold;
}

.confirm_order .order .order_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}

.confirm_order .order .order_number small {
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.confirm_order .order .order_number strong {
  font-size: 40px;
  font-weight: 700;
  margin: 5px auto;
}

.confirm_order .wrapper {
  max-width: 890px;
  margin: 0 auto;
}

.confirm_order .wrapper a {
  color: #363636;
  text-decoration: none !important;
}

.separator {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.separator a {
  display: block;
  padding: 10px;
}

.separator span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.separator .icon-right2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(90deg);
}

.message {
  margin-top: 50px;
}

.message .ebit {
  display: table;
  text-align: center;
  margin: 50px auto;
}

.message .ebit img {
  display: block;
}

.message .title {
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1b;
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.message .text {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
}

.message .text strong {
  font-weight: 900;
}

.message .welcome {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.4px;
}

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

.add_item:hover, .add_item:focus {
  text-decoration: none !important;
  color: initial;
}

.input_text2 {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  left: 30px;
  top: 15px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.checkout_2 {
  display: none;
}

.checkout_2.active {
  display: block;
}

.subtitle_card {
  border-top: none !important;
}

#mensagem-envio {
  color: rgba(42, 42, 42, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

#mensagem-envio .subtitle {
  color: #000;
}

#mensagem-envio .subtitle, #mensagem-envio .info {
  display: inline-block;
  width: 48%;
}

#mensagem-envio .texto {
  display: block;
  font-style: italic;
  text-align: right;
  margin: 2em auto;
  width: 100%;
}

#mensagem-envio .texto .assinatura-mensagem {
  display: block;
  margin-top: 2em;
}

body.account {
  background: #f1f1f1;
}

body.account .row_group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

body.account span.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

body.account .row_head {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.account .row_head span {
  min-width: 160px;
  padding: 0 20px;
}

body.account .row_item {
  margin-bottom: 5px;
}

body.account .row_item a {
  font-size: 14px;
  background-color: #f5f5f5;
  letter-spacing: 0.4px;
  padding: 17px 20px 17px 0;
  transition: background-color 0.3s linear;
  display: flex;
  align-items: center;
}

body.account .row_item a:after {
  content:"\e91c";
  margin-left: auto;
}

body.account .row_item a:hover {
  background-color: #d9d8d8;
}

body.account .row_item span {
  padding: 0 20px;
  min-width: 160px;
}

body.account .btn-action {
  background: #2a2a2a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  width: 160px !important;
  padding: 6px;
  text-align: center !important;
  transition: all 0.3s;
}

body.account .btn-action:hover {
  background: rgba(0, 0, 0, 0.7);
}

body.account .btn-action i {
  margin-right: 5px;
}

body.account #header {
  background: none;
}

body.account > .content {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.4px;
  background-color: #f1f1f1;
  padding: 20px 0 40px;
}

body.account > .content .wrapper {
  position: relative;
  display: flex;
  padding: 0;
}

body.account .flex_table {
  display: flex;
  flex-wrap: wrap;
}

body.account .flex_table.table_size_2 .flex_row > * {
  width: 50%;
}

body.account .flex_table.table_size_3 .flex_row > * {
  width: 33.33%;
}

body.account .flex_table.table_size_4 .flex_row > * {
  width: 25%;
}

body.account .flex_table.table_size_5 .flex_row > * {
  width: 20%;
}

body.account .flex_table.table_size_6 .flex_row > * {
  width: 16.66%;
}

body.account .flex_table .flex_row {
  flex: 1 1 100%;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

body.account .flex_table .flex_row.header {
  padding: 20px 0;
}

body.account .flex_table .flex_row:not(.header) {
  min-height: 60px;
  padding: 15px 0;
}

body.account .flex_table .flex_row .header, body.account .flex_table .flex_row.header > * {
  margin-right: 0;
}

body.account .flex_table .flex_row > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.account .flex_row {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

body.account .flex_row .header, body.account .flex_row.header > * {
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

body.account .flex_row .right {
  margin-left: auto;
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

body.account .flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.account .card {
  padding: 30px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  flex: 0 0 100%;
}

body.account .card.half {
  flex: 0 0 49.5%;
  margin-top: 20px;
}

body.account .card.half .title {
  font-weight: bold;
}

body.account .card.secondary {
  border: none;
}

body.account .card.secondary > div {
  background-color: #f1f1f1;
}

body.account .card.negative {
  border: none;
  color: #fff;
  background-color: #d2232a;
  font-size: 12px;
  text-transform: none;
}

body.account .card.negative strong {
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

body.account .card.ghost {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 20px 0;
}

body.account .card.small {
  padding: 15px;
  min-height: 30px;
}

body.account .card > *:not(:last-child) {
  margin-bottom: 30px;
}

body.account .card_row {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

body.account .card_row:last-child:not(:only-child) {
  border-bottom: none;
  padding-bottom: 0;
}

body.account .card_title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 25px;
}

body.account .button_primary {
  padding: 15px 30px;
  font-weight: normal;
}

body.account .button_primary i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 11px;
}

body.account .button {
  text-transform: uppercase;
  padding: 0;
  height: 45px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 1.4px;
  text-decoration: none !important;
}

body.account .account-content .title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}

body.account .steps {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
}

body.account .steps li {
  width: 100%;
  min-width: 150px;
}

body.account .steps li > * {
  padding-top: 10px;
}

body.account .steps li:last-child .check:after {
  width: 150%;
}

body.account .steps i {
  display: block;
}

body.account .steps span {
  display: block;
  width: 90px;
  margin: 0 auto;
}

body.account .steps .icon {
  opacity: 1;
  font-size: 36px;
  height: 46px;
}

body.account .steps .check {
  position: relative;
  font-size: 8px;
  color: #fff;
}

body.account .steps .check:before {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 20px;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 1;
}

body.account .steps .check:after {
  content:"";
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  left: -50%;
  top: 18.5px;
  background-color: #000;
}

body.account .steps .name {
  font-size: 14px;
  letter-spacing: 1.2px;
}

body.account .steps .date {
  color: #b4b4b4;
  font-size: 12px;
}

body.account .steps .active ~ li {
  z-index: 0;
}

body.account .steps .active ~ li .icon {
  opacity: 0.3;
}

body.account .steps .active ~ li .check:after {
  background-color: #b4b4b4;
}

body.account .steps .active ~ li .check:before {
  font-size: 0;
  background-color: #b4b4b4;
}

body.account .steps:not(.-full) li:first-child .check:after {
  display: none;
}

body.account .steps:not(.-full) li:last-child .check:after {
  width: 100%;
}

body.account .status {
  font-size: 18px;
  text-align: center;
}

body.account .status span {
  font-weight: bold;
}

body.account .actions {
  display: none;
  display: flex;
}

body.account .actions li {
  margin-right: 9px;
}

body.account .info {
  display: block;
  text-align: center;
}

body.account .info a {
  display: inline-block;
  padding: 10px;
}

body.account .info small {
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.8px;
}

body.account .info i {
  font-size: 22px;
  color: color2;
  vertical-align: middle;
  margin: 0 10px;
}

body.account .preorder {
  padding: 10px;
  white-space: nowrap;
}

body.account .preorder i {
  vertical-align: top;
  font-size: 36px;
  height: 46px;
  margin-right: 20px;
}

body.account .preorder .order-info {
  display: inline-block;
  vertical-align: top;
}

body.account .preorder .name {
  display: block;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}

body.account .preorder .date {
  display: block;
  color: #b4b4b4;
  font-size: 12px;
}

body.account .coupon_summary i {
  font-size: 30px;
  margin-right: 10px;
}

body.account .coupon_summary span {
  margin-right: 5px;
}

body.account .coupons {
  padding-left: 42px;
  padding-right: 20px;
}

body.account .coupons .right {
  font-style: italic;
}

body.account .coupons .right.title {
  font-style: normal;
}

body.account .coupons p {
  margin-top: -4px;
  font-style: normal;
}

body.account .accordion .accordion-header {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 10px 0 20px;
  align-items: flex-end;
}

body.account .accordion .accordion-header span {
  padding: 0 20px;
  min-width: 160px;
}

body.account .accordion .accordion-item {
  margin-bottom: 3px;
}

body.account .accordion .accordion-item.active .accordion-title {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}

body.account .accordion .accordion-item.active .accordion-title:hover {
  background-color: #d9d8d8;
}

body.account .accordion .accordion-item.active .accordion-title > i {
  transform: rotate(90deg);
}

body.account .accordion .accordion-item.active .accordion-content {
  transition: max-height 0.3s linear;
  max-height: 1500px;
}

body.account .accordion .accordion-title {
  font-size: 14px;
  background-color: #f5f5f5;
  letter-spacing: 0.4px;
  padding: 17px 0;
  text-decoration: none !important;
  transition: background-color 0.3s linear;
}

body.account .accordion .accordion-title > i {
  margin-left: auto;
  margin-right: 20px;
}

body.account .accordion .accordion-title span {
  padding: 0 20px;
}

body.account .accordion .accordion-title:hover {
  background-color: #d9d8d8;
}

body.account .accordion .accordion-title.flex_row span {
  padding: 0 20px;
  min-width: 160px;
}

body.account .accordion .accordion-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
}

body.account .accordion .accordion-content > *:not(:last-child) {
  margin-bottom: 30px;
}

body.account .accordion .accordion-content:before, body.account .accordion .accordion-content:after {
  content:"";
  display: block;
  height: 25px;
}

body.account .accordion .num {
  letter-spacing: 1.2px;
}

body.account .tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

body.account .tabs .tab-title {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  white-space: nowrap;
  padding: 15px 30px;
  margin: auto 1px 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #a2a2a2;
  background-color: #eaeaea;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.3s linear;
}

body.account .tabs .tab-title.active {
  color: #363636;
  background-color: #fff;
  margin: auto -1px 0;
  padding: 20px 30px 16px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}

body.account .tabs .tab-title.active:first-of-type {
  margin-left: 1px;
}

body.account .tabs .tab-content {
  border-top: 1px solid #e0e0e0;
  min-height: 300px;
  display: none;
  padding: 30px 0;
  width: 100%;
  flex-basis: auto;
}

body.account .tabs .tab-content > *:not(:last-child) {
  margin-bottom: 30px;
}

body.account .tabs .tab-content.active {
  display: block;
}

body.account .tab-parent > .tab-content {
  display: none;
  transition: opacity 0.3s linear;
}

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

body.account .form_identification .form_item label {
  width: 100%;
}

body.account .row_product {
  word-wrap: break-word;
  flex-flow: wrap;
}

body.account .row_product img {
  display: block;
  height: 100%;
  max-height: 94px;
  width: auto;
  max-width: 94px;
  border: 1px solid #e8e8e8;
}

body.account .row_product .media {
  flex-shrink: 0;
}

body.account .row_product .product_info {
  flex: 1 1 50%;
  padding: 0 15px;
}

body.account .row_product .name {
  margin-bottom: 10px;
  font-weight: bold;
}

body.account .row_product .sku_tag {
  color: #919191;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
}

body.account .row_product .old_price {
  font-size: 11px;
  color: #919191;
  text-decoration: line-through;
  font-weight: 300;
  margin-bottom: 2px;
  margin-top: 10px;
}

body.account .row_product .price {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

body.account .row_product .product_status {
  margin-top: 19px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  margin-left: auto;
  width: 100%;
}

body.account .row_product .product_status p {
  background-color: #f5f5f5;
  padding: 14px;
  font-weight: 800;
}

body.account .row_product .product_status .card {
  padding: 10px;
}

body.account .row_product .oncheck {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}

body.account .select_style {
  border-bottom: 2px solid #000;
  background: transparent;
  color: #000;
  position: relative;
  font-size: 14px;
  padding: 0 !important;
}

body.account .select_style:after {
  content:"\e91c";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  pointer-events: none;
}

body.account .select_style select {
  text-transform: lowercase;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-style: italic;
  color: #000;
  width: 100%;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

body.account address, body.account .address {
  margin-top: 20px;
}

body.account address label, body.account .address label {
  font-weight: bold;
}

body.account address small, body.account .address small {
  font-size: 11.7px;
  font-style: italic;
}

body.account address .card, body.account .address .card {
  margin-top: 20px;
}

body.account address p, body.account .address p, body.account address label, body.account .address label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
}

body.account address .card, body.account .address .card {
  background: #efefef;
}

body.account address .card small, body.account .address .card small {
  font-style: normal;
}

body.account .flex_table .address p, body.account .flex_table .address label {
  max-width: 300px;
}

body.account .addresses {
  justify-content: space-between;
  margin-top: -30px;
}

body.account .addresses li {
  display: flex;
  position: relative;
  min-width: 280px;
  border: 1px solid #e0e0e0;
  margin-top: 30px;
  align-items: center;
  flex: 0 1 47.434%;
}

body.account .addresses .address {
  margin-top: 0;
  padding: 20px;
  line-height: 20px;
  width: 75%;
}

body.account .addresses .edit {
  display: flex;
  height: 100.4%;
  margin-left: -0.4px;
  padding: 15px;
  background-color: #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
}

body.account .addresses .edit i {
  font-size: 25px;
  margin-bottom: 10px;
}

body.account .addresses .edit span {
  font-size: 12px;
  text-decoration: underline;
}

body.account .addresses .delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  font-size: 20px;
  color: #919191;
}

body.account .empty {
  padding: 50px 20px;
  text-align: center;
}

body.account .empty > *:not(:last-child) {
  margin-bottom: 60px;
}

body.account .empty span {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

body.account .oneclick {
  display: inline-block;
}

body.account .oneclick .address {
  margin-top: 0;
}

body.account .oneclick > strong {
  display: block;
  margin-bottom: 10px;
}

body.account .oneclick > .card {
  margin-bottom: 30px;
  white-space: nowrap;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

body.account .oneclick > .card i, body.account .oneclick > .card strong, body.account .oneclick > .card span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

body.account .oneclick > .card i {
  font-size: 20px;
  margin-right: 10px;
}

body.account .oneclick > .card .card_flag {
  height: 30px;
  width: 30px;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.account .oneclick > .card .card_flag.hipercard {
  background-image: url("../static/images/checkout/hipercard.png");
}

body.account .oneclick > .card .card_flag.diners {
  background-image: url("../static/images/checkout/flag_diners.png");
}

body.account .oneclick > .card .card_flag.elo {
  background-image: url("../static/images/checkout/elo.png");
}

body.account .oneclick > .card .card_flag.amex {
  background-image: url("../static/images/checkout/american_express.jpg");
}

body.account .oneclick > .card .card_flag.master {
  background-image: url("../static/images/checkout/flag_master.png");
}

body.account .oneclick > .card .card_flag.visa {
  background-image: url("../images/checkout/visa.png");
}

body.account .settings {
  justify-content: space-between;
  flex-wrap: wrap;
}

body.account .settings > div {
  white-space: nowrap;
  flex: 0 1 27%;
  margin-bottom: 20px;
}

body.account .settings p, body.account .settings .select_style {
  margin-top: 30px;
}

body.account .radios.vertical input[type=radio] {
  display: none !important;
}

body.account .exchange {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

body.account .exchange input[type=checkbox] {
  display: none !important;
}

body.account .gender input:checked + label {
  font-weight: bold;
}

body.account .agreement {
  margin-top: 15px;
}

body.account .agreement label {
  font-size: 13px;
  font-style: italic;
}

body.account .agreement i {
  font-style: normal;
}

body.account .form_global {
  flex-wrap: wrap;
}

body.account .form_global .form_item {
  flex: 0 1 31.5%;
  margin-right: 1.5%;
  margin-top: 13px;
}

@media only screen and (max-width: 1279px) {
  body.account .form_global .form_item {
    flex: 0 1 49%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 991px) {
  body.account .form_global .form_item {
    flex: 0 1 100%;
    margin-right: 0%;
  }
}
body.account .form_global .form_item label {
  margin-bottom: 0;
}

body.account .form_global .form_item.-large {
  flex-basis: 46.5%;
}

body.account .form_global.-small .form_item {
  margin-top: 20px;
}

body.account .form_global.-small .form_action {
  margin-top: 40px;
  margin-bottom: 10px;
}

body.account .form_global .form_action.-two_buttons {
  display: flex;
  align-items: center;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

body.account .form_global .form_action.-two_buttons > * {
  width: 48%;
}

body.account .form_global .form_action.-two_buttons button {
  font-size: 12px !important;
}

body.account .form_global [required=required] + .label_text:after {
  content:'\00a0*';
  display: inline-block;
  vertical-align: top;
}

body.account .form_global .two_action {
  width: 100%;
  margin-bottom: 0;
  justify-content: flex-start;
}

body.account .form_global .two_action a {
  white-space: nowrap;
  flex: 0 1 234px;
  margin-right: 20px;
  flex: 0 1 31.5%;
  margin-right: 1.5%;
}

@media only screen and (max-width: 1279px) {
  body.account .form_global .two_action a {
    flex: 0 1 49%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 991px) {
  body.account .form_global .two_action a {
    flex: 0 1 100%;
    margin-right: 0%;
  }
}
body.account .form_global .two_action a span {
  font-weight: bold;
}

body.account .form_global input[type=radio], body.account .form_global input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}

body.account .form_global.submitted input:invalid {
  box-shadow: none;
}

body.account .form_global.submitted input:invalid[type=text], body.account .form_global.submitted input:invalid[type=password] {
  color: color2;
  border-color: color2;
}

body.account .form_global.submitted input:invalid + i, body.account .form_global.submitted input:invalid + i + span, body.account .form_global.submitted input:invalid + label {
  color: color2;
}

body.account .checkbox + label {
  padding: 20px 30px 20px 0;
  margin: 0;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
}

body.account .checkbox + label.row_product {
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.1s linear;
}

body.account .checkbox + label:before {
  content:"";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: auto 13px auto 2px;
  background-color: #fff;
  vertical-align: top;
  box-shadow: 0 0 0 1px #000;
}

body.account .checkbox:checked + label.row_product {
  background-color: #f5f5f5;
}

body.account .checkbox:checked + label:before {
  content:'\e904';
  font-size: 8px;
  text-indent: 3px;
  line-height: 19px;
  box-sizing: border-box;
}

body.account .checkbox:checked + label .oncheck {
  opacity: 1;
  visibility: visible;
}

body.account .radio + label {
  position: relative;
  padding-left: 38px;
  line-height: 28px;
  margin-bottom: 0;
  flex: 1 1 auto;
  cursor: pointer;
}

body.account .radio + label:before {
  margin-left: 2px;
  content:"";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
  border: 14px solid #fff;
  box-shadow: 0 0 0.5px 1px #000;
  transition: all 250ms ease;
}

body.account .radio + label:hover:before {
  background: #363636;
  border: 12px solid #fff;
}

body.account .radio + label.radio_top {
  margin-top: 5px;
}

body.account .radio + label.radio_top p, body.account .radio + label.radio_top strong {
  display: block;
  margin-bottom: 25px;
}

body.account .radio + label.radio_top:before {
  top: 0;
  margin-top: -5px;
}

body.account .radio:checked + label:before {
  background: #363636;
  border: 9px solid #fff;
}

body.account .lightbox {
  font-weight: 300;
}

body.account .lightbox .content {
  max-width: 900px;
  margin: 2% auto 2%;
}

body.account .lightbox .formbox {
  flex-grow: 0;
  margin-right: 40px;
}

body.account .lightbox .formbox:last-child {
  margin-right: 0;
}

body.account .lightbox .formbox .select {
  position: relative;
}

body.account .lightbox .formbox .select select {
  padding-right: 42px;
}

body.account .lightbox .formbox .select:after {
  content:"\e91c";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  pointer-events: none;
}

body.account .lightbox .formbox .multi-input {
  white-space: nowrap;
  display: flex;
}

body.account .lightbox .formbox .multi-input span, body.account .lightbox .formbox .multi-input input, body.account .lightbox .formbox .multi-input select {
  display: inline-block;
  margin-right: 10px;
}

body.account .lightbox .formbox .multi-input span:last-child, body.account .lightbox .formbox .multi-input input:last-child, body.account .lightbox .formbox .multi-input select:last-child {
  margin-right: 0;
}

body.account .lightbox .formbox label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

body.account .lightbox .formbox span {
  display: block;
  color: #000;
  border: 1px solid #e0e0e0;
}

body.account .lightbox .formbox select, body.account .lightbox .formbox input {
  padding: 10px;
  font-size: 12px;
  width: 100%;
  background-color: transparent;
  font-weight: normal;
  border: none;
}

body.account .lightbox .card.secondary {
  margin: 30px 0 40px;
  display: inline-flex;
}

body.account .lightbox .exchange .checkbox + label:before {
  margin-left: 15px;
}

body.account .troca_facil .-big {
  font-size: 60px;
  margin-top: 40px;
}

body.account .troca_facil .-big em {
  font-weight: 300;
  color: #ce0415;
}

body.account .troca_facil p {
  width: 537px;
  margin: 0 auto;
}

body.account .troca_facil .card {
  background: url("../images/bg_troca_facil.png") no-repeat #fff;
}

body.account .troca_facil .steps {
  margin-top: 50px;
}

body.account .troca_facil .steps span {
  display: block;
  width: 90%;
  margin: 0 auto;
}

body.account .troca_facil .actions {
  justify-content: flex-start;
  max-width: 770px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 80px;
}

body.account .troca_facil .actions.scrolled {
  max-width: 900px;
}

body.account .troca_facil .actions li {
  flex: 0 0 250px;
}

body.account .troca_facil .actions li:nth-child(4) {
  flex: 0 0 130px;
}

body.account .troca_facil .button {
  background: transparent;
}

body.account .troca_facil .back {
  display: inline-grid;
  background: none;
  border: 0;
  padding: 0 10px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
}

body.account .troca_facil .back i {
  font-weight: bold;
  font-size: 20px;
}

body.account .troca_facil .back span {
  font-size: 12px;
  margin-top: 10px;
}

body.account .troca_facil .back:hover span {
  text-decoration: underline;
}

body.account .troca-content {
  width: 1066;
  padding: 0 30px;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

body.account .troca-content .card-lighbox {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}

body.account .troca-content .label {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.account .troca-content .list {
  line-height: 24px;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: justify;
}

body.account .troca-content .important {
  color: #ce0415;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

body.account .troca-content .primary {
  margin: 25px 0;
  max-width: 914px;
}

body.account .troca-content .second {
  margin: 20px 0 20px 0;
}

body.account .troca-content .button_primary {
  display: table;
  margin-top: 25px;
}

body.account .troca-content .card.secondary {
  margin-top: 20px;
}

body.account .troca-content .card > *:not(:last-child) {
  margin-bottom: 0;
}

body.account .troca-content .card .title-card-secondary {
  margin-bottom: 10px;
}

body.account .sku_tag {
  font-weight: normal;
}

body.account .radios {
  display: inline-flex;
  justify-content: space-around;
  float: left;
  margin-left: 5px;
  width: 100%;
}

body.account .radios input[type=radio], body.account .radios div > label {
  display: inline-block;
  vertical-align: middle;
}

body.account .radios.vertical {
  flex-direction: column;
}

body.account .radios.vertical > label {
  display: block;
  margin-top: 20px;
}

body.account .radios strong {
  font-size: 12px;
  text-transform: uppercase;
}

body.account .protocol {
  margin-top: 30px;
}

body.account .col_1 {
  width: 8.33333%;
}

body.account .col_2 {
  width: 16.66667%;
}

body.account .col_3 {
  width: 25%;
}

body.account .col_4 {
  width: 33.33333%;
}

body.account .col_5 {
  width: 41.66667%;
}

body.account .col_6 {
  width: 50%;
}

body.account .col_7 {
  width: 58.33333%;
}

body.account .col_8 {
  width: 66.66667%;
}

body.account .col_9 {
  width: 75%;
}

body.account .col_10 {
  width: 83.33333%;
}

body.account .col_11 {
  width: 91.66667%;
}

body.account .col_12 {
  width: 100%;
}

body.account .-centered {
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

body.account .-full {
  width: 100%;
}

body.account .-updating {
  opacity: 0.7;
}

body.account .-zebra > *:nth-child(even) {
  background-color: #f5f5f5;
}

body.account .-light {
  color: #919191;
}

body.account .-lighter {
  color: #e0e0e0;
}

body.account .-highlight {
  font-weight: 800;
}

body.account .-big {
  font-size: 30px;
}

body.account .-comfy {
  line-height: 170%;
}

body.account .-scrollable {
  display: block;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}

body.account .-scrollable::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body.account .-scrollable::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body.account .-scrollable::-webkit-scrollbar-thumb {
  background-color: #919191;
}

body.account strong {
  font-weight: 600;
}

#account-menu {
  margin-right: 42px;
  order: -1;
}

#account-menu li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}

#account-menu li:last-child {
  border-bottom: none;
}

#account-menu li.active a {
  color: #2c2c2c;
}

#account-menu li.active a span {
  font-weight: 700;
}

#account-menu a {
  display: block;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
  text-decoration: none !important;
  color: #363636;
}

#account-menu i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  border-radius: 100%;
  color: #747474;
}

#account-menu i:before {
  display: block;
  padding: 25% 0;
}

#account-menu span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
}

#account-menu .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
  min-width: 26px;
  height: 26px;
  border-radius: 500px;
  background-color: #d2232a;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  line-height: 1.4;
}

.account-content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.account-content .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.account-content .form_item.card.small {
  padding: 0;
}

.account-content .form_item.gender .radios, .account-content .form_item.type .radios {
  margin-left: 0;
}

.account-content .form_item.gender .radios > div, .account-content .form_item.type .radios > div {
  width: 50%;
  text-align: center;
  padding: 8px 4px;
}

.account-content .form_item.gender .radios > div:nth-child(2), .account-content .form_item.type .radios > div:nth-child(2) {
  border-left: 1px solid #fff;
}

.account-content .form_item label {
  display: block;
}

.account-content .form_item .input_text {
  padding: 12px 15px 13px 15px;
}

.account-content .form_item .label_text {
  top: 15px;
  left: 10px;
}

.account-content .form_item.focus .label_text {
  left: 10px;
}

.exchange .row_product {
  display: flex !important;
  width: calc(100% - 4px);
  margin: 0 auto !important;
  flex-flow: initial !important;
}

.exchange ~ .radios {
  margin-left: 0 !important;
}

#deposit_toggle span.select:after {
  margin-top: -12px;
}

.date, h4.status span, .price, .card_row .right, .order-id, .product_status {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.wish_head {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wish_head .help_info {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin-top: 5px;
  display: block;
}

.wish_head .title {
  font-size: 24px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 1.8px;
}

.wish_head .title i {
  font-size: 22px;
  margin-right: 5px;
}

.list_info {
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 20px;
}

.list_info .name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #363636;
}

.list_info .list_desc {
  text-align: center;
  max-width: 745px;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(54, 54, 54, 0.6);
  letter-spacing: 0.8px;
  line-height: 18px;
  margin-top: 20px;
}

.list_info .list_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.list_info .list_actions a {
  display: flex;
  width: auto;
  align-items: center;
  margin-right: 61px;
}

.list_info .list_actions a:last-child {
  margin-right: 0;
}

.list_info .list_actions a span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.list_info .list_actions a i {
  font-size: 20px;
  margin-right: 10px;
}

.list_info .create_date {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 30px;
  color: #363636;
  display: block;
}

.form_wish {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_wish .form_item {
  width: 100%;
  max-width: 320px;
}

.form_wish .form_item input {
  width: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 20px;
  letter-spacing: 0.8px;
  font-style: italic;
}

.form_wish .action {
  background: #fff;
  border: 0;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 17px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 20px;
}

.my-list .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #363636;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-list .row_check {
  margin: 20px 0;
}

.my-list .row_check.featured {
  padding: 20px 0;
  background: #f5f5f5;
}

.my-list .row_check .input_check {
  display: none;
}

.my-list .row_check .input_check:checked ~ .wrap:before {
  opacity: 1;
}

.my-list .row_check .wrap {
  position: relative;
  padding-left: 60px;
}

.my-list .row_check .wrap:after {
  content:"";
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
}

.my-list .row_check .wrap:before {
  content:'\e904';
  font-size: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 25px;
  opacity: 0;
  transition: all ease-in 0.2s;
}

.my-list .row_check .text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.8px;
}

.my-list .row_check .text a {
  font-weight: bold;
  text-decoration: underline;
}

.my-list .form_global {
  max-width: 1060px;
  margin: 0 auto;
}

.my-list .form_global .card {
  display: flex;
  width: 470px;
}

.my-list .form_global .card .action {
  padding: 35px 22px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.my-list .form_global .card .action i {
  font-size: 25px;
}

.my-list .form_global .card .action span {
  text-decoration: underline;
  margin-top: 5px;
}

.my-list .form_global .card .text {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 35px 20px 20px;
}

.my-list .form_global .card span {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 20px;
}

.my-list .form_row {
  display: flex;
  margin-bottom: 40px;
}

.my-list .form_row .form_item {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
}

.my-list .form_row .form_item:first-child {
  margin-left: 0;
}

.container-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.checkout .hidden, .account .hidden {
  display: initial !important;
}

.checkout .row, .account .row {
  margin: 0;
}

.checkout .row label, .account .row label {
  width: 100%;
  margin-bottom: 0;
}

.checkout ul, .account ul {
  list-style-type: none;
}

.ui-datepicker {
  background: #fff;
  width: 315px;
  box-shadow: 5px 9px 30px rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td {
  color: #3a3a3a;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background: #eee;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td:hover a {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #5c5c5c;
  background: none;
  cursor: default;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable a, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled a {
  cursor: default;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
  background: #363636;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-header {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 0;
  transform: rotate(180deg);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 1;
  font-size: 18px;
  margin: 0 25px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  order: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

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

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("../static/images/mcsb-dot.png");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("../static/images/mcsb-black-dot.png");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-slide--complete {
  padding: 0 !important;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.check_card_2 {
  transition-duration: 2s;
  transition-timing-function: ease-out;
}

.check_card_1 .check_card_2 {
  width: 50%;
  text-size: 10px;
}

.action_1.check_card_2, .action_1.check_card_1 {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  transition: all 250ms ease 0s;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 550 !important;
  font-size: 9px !important;
  width: 180px !important;
}

.action_1.check_card_2:after, .action_1.check_card_1:after {
  content:"\f105";
  display: inline-block;
  font: normal normal normal 14px/0.6 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 14px;
  transition: all 250ms ease 0s;
}

.action_1.check_card_2:hover, .action_1.check_card_1:hover {
  background-color: #363636;
  text-decoration: none;
  color: #fff;
}

.action_1.check_card_2:hover:after, .action_1.check_card_1:hover:after {
  transform: translateX(5px);
}

.action_1.check_card_2:active, .action_1.check_card_1:active {
  background-color: #222;
}

.gift_subtitle {
  margin: 10px;
  font-size: 11px;
}

.gift_title {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #363636;
}

.input_message {
  display: block;
  width: 100%;
  height: 90px;
  padding: 0 8px;
  border: 1px solid #dbdbdb;
  resize: none;
  font-size: 12px;
  font-style: italic;
  padding: 5px 0 0 8px;
}

.gift_label {
  margin: 5px !important;
}

.gift_head {
  margin: 20px;
}

.gift_bag {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.gift_bag + .row > label {
  background-color: #2a2a2a;
}

.gift_btns a {
  font-weight: bold !important;
  font-size: 11px !important;
}

.gift_side_label {
  margin: 0 !important;
  padding: 15px !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #9d9e9f !important;
}

.social.adjust2 {
  margin-top: 0 !important;
}

.social.adjust2 .addthis_inline_share_toolbox .at-style-responsive {
  width: 100%;
}

.social.adjust2 .addthis_inline_share_toolbox .at-share-btn-elements {
  display: flex;
  justify-content: space-between;
}

.doubleLeftIcon {
  position: absolute;
  font-size: 11px !important;
  left: 105px;
  background: #f8f8f8;
  bottom: 11px;
  border-radius: 20px;
}

.area.gourmet-space-live {
  position: relative;
  z-index: 200;
}

body article.product .more-info .panel-title h3:first-child {
  float: left;
}

body article.product .more-info .panel-title h3:nth-of-type(2) {
  float: right;
}

.shelf .product .img-wrapper {
  width: 100%;
}

.shelf .product .img-wrapper a.anchor img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.civilian_march {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  height: 80px;
  align-items: center;
  background-color: #fff;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  border: 1px solid #e0e0e0;
  transition: all 0.5s linear;
  z-index: 9999;
}

.civilian_march p {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0;
}

.civilian_march p a {
  text-decoration: underline;
}

.civilian_march p input[type=checkbox] {
  width: 25px;
  height: 15px;
  border-radius: 0;
}

.seo-footer section.newsletter h2.icon-wrapper {
  height: 45px;
}

.product-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}

.product-badge img {
  width: 100%;
  height: 100%;
}