@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,500,700");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .actions-toolbar > .action, .action-gift,
input,
select {
  overflow: visible; }

button, .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  margin: 0; }

button, .actions-toolbar > .action, .action-gift,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"], button, .actions-toolbar > .action, .action-gift {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"], button, .actions-toolbar > .action, .action-gift,
html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

button::-moz-focus-inner, .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, .actions-toolbar > .action:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -22.5px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
  min-width: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }

.slick-prev:before, .slick-next:before {
  font-family: 'diamonds-theme';
  font-size: 45px;
  line-height: 1;
  color: #f2aab5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 991px) {
    .slick-prev:before, .slick-next:before {
      font-size: 25px; } }

.slick-arrow {
  width: 36px;
  height: 36px; }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    border: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 0.6; }
  .slick-arrow.slick-disabled {
    opacity: 0.3; }

.slick-prev {
  left: 0; }
  .full-slideshow .slick-prev {
    left: 15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: "\e91a"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e91b"; }

.slick-next {
  right: 0; }
  .full-slideshow .slick-next {
    right: 15px; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: "\e91b"; }
    [dir="rtl"] .slick-next:before {
      content: "\e91a"; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 5px;
  width: 100%;
  line-height: 1;
  margin-bottom: 10px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .slick-dots li button, .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
      border: 0;
      background: transparent;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      -webkit-box-shadow: none;
              box-shadow: none;
      min-width: 0; }
      .slick-dots li button:hover, .slick-dots li .actions-toolbar > .action:hover, .slick-dots li .action-gift:hover, .slick-dots li button:focus, .slick-dots li .actions-toolbar > .action:focus, .slick-dots li .action-gift:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .slick-dots li button:hover:before, .slick-dots li .actions-toolbar > .action:hover:before, .slick-dots li .action-gift:hover:before, .slick-dots li button:focus:before, .slick-dots li .actions-toolbar > .action:focus:before, .slick-dots li .action-gift:focus:before {
          background-color: #52264c;
          border-top: #52264c 1px solid; }
      .slick-dots li button:before, .slick-dots li .actions-toolbar > .action:before, .slick-dots li .action-gift:before {
        content: '';
        width: 40px;
        height: 2px;
        border-top: #fff 1px solid;
        background-color: #ccc;
        display: block; }
    .slick-dots li.slick-active button:before, .slick-dots li.slick-active .actions-toolbar > .action:before, .slick-dots li.slick-active .action-gift:before {
      background-color: #52264c;
      border-top: #52264c 1px solid; }
    @media only screen and (max-width: 991px) {
      .slick-dots li {
        margin: 0 3px; }
        .slick-dots li button, .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
          padding: 5px 0; }
          .slick-dots li button:before, .slick-dots li .actions-toolbar > .action:before, .slick-dots li .action-gift:before {
            width: 20px; } }

ul.slider .slick-dots {
  position: absolute;
  bottom: 0; }
  ul.slider .slick-dots li button:hover:before, ul.slider .slick-dots li .actions-toolbar > .action:hover:before, ul.slider .slick-dots li .action-gift:hover:before, ul.slider .slick-dots li button:focus:before, ul.slider .slick-dots li .actions-toolbar > .action:focus:before, ul.slider .slick-dots li .action-gift:focus:before {
    background-color: deeppink; }
  ul.slider .slick-dots li button:before, ul.slider .slick-dots li .actions-toolbar > .action:before, ul.slider .slick-dots li .action-gift:before {
    border-radius: 0; }
  ul.slider .slick-dots li.slick-active button:before, ul.slider .slick-dots li.slick-active .actions-toolbar > .action:before, ul.slider .slick-dots li.slick-active .action-gift:before {
    background-color: deeppink; }

@media only screen and (min-width: 992px) {
  .side-promo-box .single-slide .slick-prev, .side-promo-box .single-slide .slick-next,
  .side-slide-promo .slick-prev,
  .side-slide-promo .slick-next {
    top: 120px; } }

.single-slide > li {
  float: left; }

.single-slide .slick-next {
  right: -10px; }

.single-slide .slick-prev {
  left: -10px; }

.single-slide {
  padding-bottom: 15px; }
  .single-slide .product-item {
    margin-bottom: 0; }
  .single-slide .slick-dots {
    margin-bottom: 0; }

.full-slide {
  overflow: hidden; }
  .full-slide > .full-slide__item + .full-slide__item {
    display: none; }
  .full-slide .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 0;
    padding: 0;
    width: auto; }
    .full-slide .slick-dots li {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      padding-left: 1px;
      padding-right: 1px;
      margin: 0; }
      .full-slide .slick-dots li button, .full-slide .slick-dots li .actions-toolbar > .action, .full-slide .slick-dots li .action-gift {
        padding-top: 2px;
        padding-bottom: 2px; }
        .full-slide .slick-dots li button, .full-slide .slick-dots li .actions-toolbar > .action, .full-slide .slick-dots li .action-gift, .full-slide .slick-dots li button:before, .full-slide .slick-dots li .actions-toolbar > .action:before, .full-slide .slick-dots li .action-gift:before {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

input, button, .actions-toolbar > .action, .action-gift,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a.disable, a.disabled {
    cursor: not-allowed; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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;
  line-height: normal;
  margin-bottom: 5px; }
  p:last-child {
    margin-bottom: 0; }

.lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #52264c; }
  @media (min-width: 768px) {
    .lead {
      font-size: 18px; } }

small,
.small {
  font-size: 13px; }

.text-left,
.txt-left,
.a-left {
  text-align: left; }

.text-right,
.txt-right,
.a-right {
  text-align: right; }

.text-center,
.txt-center,
.a-center {
  text-align: center; }

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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: 0; }

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  .container:before, .container:after {
    content: "\20";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1180px;
      width: 100%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .container-fluid {
      padding-left: 10px;
      padding-right: 10px; } }
  .container-fluid:before, .container-fluid:after {
    content: "\20";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: "\20";
    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: 20px;
  padding-right: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left;
  font-weight: 300; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-right: 5px; }
  fieldset[disabled] label {
    opacity: 0.4; }

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

input[type="radio"],
input[type="checkbox"],
input[type="radio"] + span.radio-mark,
input[type="checkbox"] + span.checkbox-mark {
  margin: 0;
  margin-top: 1px \9;
  line-height: normal;
  width: 20px;
  height: 20px;
  display: inline-block; }
  @media only screen and (max-width: 991px) {
    input[type="radio"],
    input[type="checkbox"],
    input[type="radio"] + span.radio-mark,
    input[type="checkbox"] + span.checkbox-mark {
      width: 14px;
      height: 14px; } }

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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: white solid 2px;
    outline-offset: 0; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 0.5; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.selectBox-dropdown:focus {
  border-color: #66afe9;
  outline: white solid 2px;
  outline-offset: 0; }

@media (max-width: 767px) {
  .form-control {
    margin-bottom: 10px; } }

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px;
  text-align: left; }
  .form-group .form-inline {
    margin-bottom: 10px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative; }

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

.radio-label {
  cursor: pointer;
  position: relative; }
  .radio-label input[type="radio"] {
    position: absolute;
    visibility: hidden; }
  .radio-label > span {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block; }

.checkbox-label {
  cursor: pointer;
  position: relative; }
  .checkbox-label input[type="checkbox"] {
    position: absolute;
    visibility: hidden; }
  .checkbox-label > span {
    vertical-align: text-bottom;
    line-height: 17px;
    display: inline-block; }

.only-symbol {
  min-width: 0; }

.form-inline .radio-label,
.form-inline .checkbox-label {
  min-width: 6em; }

.form-group > label > span {
  vertical-align: middle; }

.form-group > label input[type="radio"],
.form-group > label input[type="checkbox"] {
  position: absolute;
  visibility: hidden; }

.radio > label > span,
.checkbox > label > span {
  vertical-align: middle;
  line-height: normal;
  display: inline-block; }

[type="checkbox"],
[type="radio"] {
  vertical-align: text-bottom; }

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

.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.33333;
  border-radius: 0; }

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

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

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

.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.33333; }

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

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

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

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  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;
  font-size: 12px; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .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: -20px;
  margin-right: -20px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: "\20";
    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: 20px; }

@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; } }

.checkbox-agree .addon .checkbox-label,
.checkbox-agree .addon span.link {
  display: inline-block;
  vertical-align: middle; }

.checkbox-agree .addon .checkbox-label {
  margin-right: 0; }

button, .actions-toolbar > .action, .action-gift,
.button,
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  button:active, .actions-toolbar > .action:active, .action-gift:active, button.active, .actions-toolbar > .active.action, .active.action-gift,
  .button:active,
  .button.active,
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  button.disabled, .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .actions-toolbar > .action[disabled], .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift,
  .button.disabled,
  .button[disabled],
  fieldset[disabled]
  .button,
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled]
  .btn {
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

a.button,
a.btn,
a.btn-link {
  text-decoration: 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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
  min-width: 120px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  min-width: 66px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  min-width: 66px; }

.btn-base {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  min-width: 44px; }

.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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     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: 9;
  display: none;
  float: left;
  width: 100%;
  min-width: 160px;
  padding: 0;
  margin: 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);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

.open > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.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.42857;
  color: #777777;
  white-space: nowrap; }

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: "\20";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: "\20";
  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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0; }

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

ul.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  ul.nav:before, ul.nav:after {
    content: "\20";
    display: table; }
  ul.nav:after {
    clear: both; }
  ul.nav > li {
    position: relative;
    display: block; }
    ul.nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: #52264c; }
      ul.nav > li > a:hover, ul.nav > li > a:focus {
        text-decoration: none;
        color: #52264c; }
    ul.nav > li.disabled > a {
      color: #777777; }
      ul.nav > li.disabled > a:hover, ul.nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  ul.nav .open > a, ul.nav .open > a:hover, ul.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  ul.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  ul.nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #52264c; }
  .nav-tabs > li {
    float: left; }
    .nav-tabs > li > a {
      margin-right: 4px;
      line-height: 1.42857;
      border-bottom: 4px solid transparent; }
      .banner-tab .nav-tabs > li > a {
        border-width: 0;
        background-color: #ccc;
        -webkit-transition: background-color .5s;
        -o-transition: background-color .5s;
        transition: background-color .5s; }
      .nav-tabs > li > a:hover {
        border-color: transparent; }
        .banner-tab .nav-tabs > li > a:hover {
          background-color: #52264c;
          color: #fff; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      border-color: #52264c;
      cursor: default; }
      .banner-tab .nav-tabs > li.active > a, .banner-tab .nav-tabs > li.active > a:hover, .banner-tab .nav-tabs > li.active > a:focus {
        background-color: #52264c;
        color: #fff; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 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: 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: 0 0 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: "\20";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: "\20";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

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

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

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

.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .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: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #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: 767px) {
    .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, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

.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: 0;
  border-top-left-radius: 0; }

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: "\20";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span,
    .pager li > strong {
      display: inline-block;
      min-width: 32px;
      line-height: 32px;
      height: 32px;
      text-align: center;
      border: 1px solid #ddd; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .jump > a,
  .pager .jump > span {
    float: none; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.media,
.media-body {
  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;
  width: auto; }

.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: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item,
.actions-toolbar > .list-group-item.action,
.list-group-item.action-gift {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading,
  .actions-toolbar > .list-group-item.action .list-group-item-heading,
  .list-group-item.action-gift .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  .actions-toolbar > .list-group-item.action:hover,
  .list-group-item.action-gift:hover,
  button.list-group-item:focus,
  .actions-toolbar > .list-group-item.action:focus,
  .list-group-item.action-gift:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }


button.list-group-item,
.actions-toolbar > .list-group-item.action,
.list-group-item.action-gift {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success,
.actions-toolbar > .list-group-item-success.action,
.list-group-item-success.action-gift {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading,
  .actions-toolbar > .list-group-item-success.action .list-group-item-heading,
  .list-group-item-success.action-gift .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  .actions-toolbar > .list-group-item-success.action:hover,
  .list-group-item-success.action-gift:hover,
  button.list-group-item-success:focus,
  .actions-toolbar > .list-group-item-success.action:focus,
  .list-group-item-success.action-gift:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  .actions-toolbar > .list-group-item-success.active.action,
  .list-group-item-success.active.action-gift,
  button.list-group-item-success.active:hover,
  .actions-toolbar > .list-group-item-success.active.action:hover,
  .list-group-item-success.active.action-gift:hover,
  button.list-group-item-success.active:focus,
  .actions-toolbar > .list-group-item-success.active.action:focus,
  .list-group-item-success.active.action-gift: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,
.actions-toolbar > .list-group-item-info.action,
.list-group-item-info.action-gift {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading,
  .actions-toolbar > .list-group-item-info.action .list-group-item-heading,
  .list-group-item-info.action-gift .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  .actions-toolbar > .list-group-item-info.action:hover,
  .list-group-item-info.action-gift:hover,
  button.list-group-item-info:focus,
  .actions-toolbar > .list-group-item-info.action:focus,
  .list-group-item-info.action-gift:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  .actions-toolbar > .list-group-item-info.active.action,
  .list-group-item-info.active.action-gift,
  button.list-group-item-info.active:hover,
  .actions-toolbar > .list-group-item-info.active.action:hover,
  .list-group-item-info.active.action-gift:hover,
  button.list-group-item-info.active:focus,
  .actions-toolbar > .list-group-item-info.active.action:focus,
  .list-group-item-info.active.action-gift: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,
.actions-toolbar > .list-group-item-warning.action,
.list-group-item-warning.action-gift {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading,
  .actions-toolbar > .list-group-item-warning.action .list-group-item-heading,
  .list-group-item-warning.action-gift .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  .actions-toolbar > .list-group-item-warning.action:hover,
  .list-group-item-warning.action-gift:hover,
  button.list-group-item-warning:focus,
  .actions-toolbar > .list-group-item-warning.action:focus,
  .list-group-item-warning.action-gift:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  .actions-toolbar > .list-group-item-warning.active.action,
  .list-group-item-warning.active.action-gift,
  button.list-group-item-warning.active:hover,
  .actions-toolbar > .list-group-item-warning.active.action:hover,
  .list-group-item-warning.active.action-gift:hover,
  button.list-group-item-warning.active:focus,
  .actions-toolbar > .list-group-item-warning.active.action:focus,
  .list-group-item-warning.active.action-gift: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,
.actions-toolbar > .list-group-item-danger.action,
.list-group-item-danger.action-gift {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading,
  .actions-toolbar > .list-group-item-danger.action .list-group-item-heading,
  .list-group-item-danger.action-gift .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  .actions-toolbar > .list-group-item-danger.action:hover,
  .list-group-item-danger.action-gift:hover,
  button.list-group-item-danger:focus,
  .actions-toolbar > .list-group-item-danger.action:focus,
  .list-group-item-danger.action-gift:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  .actions-toolbar > .list-group-item-danger.active.action,
  .list-group-item-danger.active.action-gift,
  button.list-group-item-danger.active:hover,
  .actions-toolbar > .list-group-item-danger.active.action:hover,
  .list-group-item-danger.active.action-gift:hover,
  button.list-group-item-danger.active:focus,
  .actions-toolbar > .list-group-item-danger.active.action:focus,
  .list-group-item-danger.active.action-gift: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: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: "\20";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .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: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.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: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.action-close,
.close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #52264c;
  text-shadow: 0 1px 0 #fff;
  min-width: 0;
  display: inline-block; }
  .action-close > span,
  .close > span {
    display: inline-block; }
  .action-close:hover, .action-close:focus,
  .close:hover,
  .close:focus {
    color: #52264c;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none; }

button.action-close, .actions-toolbar > .action-close.action, .action-close.action-gift,
button.close,
.actions-toolbar > .close.action,
.close.action-gift {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
  .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    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; }
  .modal-header:before, .modal-header:after {
    content: "\20";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header .sub-head {
    margin-top: 10px; }

.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 9; }

.modal-title {
  margin: 0;
  line-height: 1.42857;
  font-size: 16px; }

.modal-body {
  position: relative;
  padding: 15px; }
  @media (min-width: 992px) {
    .modal-body {
      padding: 20px; } }

.modal-footer {
  padding: 15px;
  text-align: center; }
  .modal-footer:before, .modal-footer:after {
    content: "\20";
    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-dialog .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

@media (min-width: 992px) {
  .modal-dialog {
    width: 600px; } }

@media (max-width: 767px) {
  .modal-dialog {
    width: 90%; } }

@media (min-width: 480px) {
  .modal-sm {
    width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg {
    width: 900px; } }

.modal:not(.fullscreen) {
  text-align: center; }
  .modal:not(.fullscreen):before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal:not(.fullscreen) .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

.modal.fullscreen .modal-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  @media only screen and (max-width: 639px) {
    .modal.fullscreen .modal-dialog {
      width: unset;
      margin: 15px; }
      .modal.fullscreen .modal-dialog .modal-title {
        margin-bottom: 20px;
        color: #52264c; }
        .modal.fullscreen .modal-dialog .modal-title:before {
          content: '';
          display: block;
          width: 4px;
          height: 30px;
          position: absolute;
          top: 0;
          left: -15px;
          background-color: #537800; } }
  .modal.fullscreen .modal-dialog .modal-content {
    height: 100%; }
  .modal.fullscreen .modal-dialog .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    position: absolute;
    padding: 15px; }
  .modal.fullscreen .modal-dialog .modal-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0; }
    .modal.fullscreen .modal-dialog .modal-header .close {
      margin-top: 3px;
      margin-right: 0; }

.modal-sm .modal-header,
.modal-sm .modal-footer {
  background-color: #fff;
  border: none; }

#login-confirm-modal .modal-footer .button,
#login-confirm-modal .modal-footer button,
#login-confirm-modal .modal-footer .actions-toolbar > .action,
#login-confirm-modal .modal-footer .action-gift {
  width: 100%;
  max-width: 240px;
  margin-bottom: 12px; }

.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.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.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.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: "\20";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: "\20";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: "\20";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: "\20";
    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;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    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: "\20";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

* {
  margin: 0;
  padding: 0; }
  *:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

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

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

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

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

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

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #656565;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42857;
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 12px; } }

p {
  margin-top: 0; }

p {
  margin-bottom: 0.5em;
  line-height: 1.5; }

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

b,
strong {
  font-weight: 500; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: #0c0c0c; }

small,
.small {
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    small,
    .small {
      font-size: 10px; } }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h2 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h3 {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem; }

h4 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h5 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #656565;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1; }

a,
.alink {
  color: #f2aab5;
  text-decoration: none;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s; }
  a:hover,
  .alink:hover {
    color: #52264c;
    text-decoration: none; }
  a:active,
  .alink:active {
    color: #52264c;
    text-decoration: none; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

dt {
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

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

code {
  background: #f0f0f0;
  color: #434343;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #434343;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #434343;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #656565;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.42857;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #656565;
    line-height: 1.42857;
    font-size: 1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px 10px; }

button, .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #fff;
  border: 1px solid #f2aab5;
  color: #f2aab5;
  cursor: pointer;
  display: inline-block;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-weight: 500;
  margin: 0;
  padding: 7px 15px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: color .5s, background .5s, border .5s;
  -o-transition: color .5s, background .5s, border .5s;
  transition: color .5s, background .5s, border .5s; }
  button:focus, .actions-toolbar > .action:focus, .action-gift:focus, button:active, .actions-toolbar > .action:active, .action-gift:active {
    border: 1px solid #52264c;
    color: #52264c; }
  button:hover, .actions-toolbar > .action:hover, .action-gift:hover {
    border: 1px solid #52264c;
    color: #52264c; }
  button.disabled, .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .actions-toolbar > .action[disabled], .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff6666; }

div.mage-error[generated] {
  color: #ff0000;
  font-size: 1.2rem; }

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

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

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

.u-title-underline {
  margin-bottom: 30px; }
  .u-title-underline::after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 1px #f2aab5 solid;
    margin: auto;
    padding-top: 30px; }
  @media only screen and (max-width: 991px) {
    .u-title-underline {
      margin-bottom: 20px; }
      .u-title-underline:after {
        padding-top: 20px;
        width: 50px; } }

@media only screen and (min-width: 768px) {
  .mobile-item,
  .slick-slide .mobile-item {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .desktop-item,
  .slick-slide .desktop-item {
    display: none !important; } }

.home-products-grid {
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .home-products-grid {
      padding-left: 20px;
      padding-right: 20px; } }
  .home-products-grid .block-title-wrapper strong {
    font-size: 30px;
    color: #52264c;
    letter-spacing: .5rem; }
    @media only screen and (max-width: 991px) {
      .home-products-grid .block-title-wrapper strong {
        font-size: 20px;
        margin-bottom: 40px; } }
  .home-products-grid .subtitle {
    margin: 20px 0px !important;
    font-size: 18px; }
    @media only screen and (max-width: 991px) {
      .home-products-grid .subtitle {
        font-size: 12px; } }
  .home-products-grid .main-photo-container {
    background-image: url(../images/homePage/bg-purple-gradient.png);
    background-repeat: repeat-x;
    background-position: 0 210px; }
    @media only screen and (max-width: 991px) {
      .home-products-grid .main-photo-container {
        display: none; } }
    .home-products-grid .main-photo-container .product-image-main {
      min-width: 400px; }
  .home-products-grid .products-grid {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .home-products-grid .products-grid {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1580px; } }
    @media only screen and (max-width: 767px) {
      .home-products-grid .products-grid {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 639px) {
      .home-products-grid .products-grid {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .home-products-grid .products-grid .product-item-photo {
      pointer-events: none; }
      @media only screen and (max-width: 1279px) {
        .home-products-grid .products-grid .product-item-photo {
          pointer-events: auto; } }
    .home-products-grid .products-grid .target {
      cursor: pointer; }
    .home-products-grid .products-grid .block-title {
      display: none; }
    .home-products-grid .products-grid .block-content .slick-arrow:before {
      color: #000; }
    @media only screen and (max-width: 1579px) {
      .home-products-grid .products-grid .block-content .slick-next {
        right: -50px; }
      .home-products-grid .products-grid .block-content .slick-prev {
        left: -50px; } }
    @media only screen and (max-width: 639px) {
      .home-products-grid .products-grid .block-content .slick-next {
        right: 0px; }
      .home-products-grid .products-grid .block-content .slick-prev {
        left: 0px; } }

.page-wrapper {
  width: 100%;
  min-width: 320px; }

.container-full, .container-full.page-main {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.full-slide {
  margin-bottom: 80px; }
  .full-slide img {
    width: 100%; }

.banner-title {
  width: 100%;
  font-size: 30px !important; }
  .banner-title a {
    color: #52264c; }
    .banner-title a:hover {
      color: #f2aab5; }
  @media only screen and (max-width: 991px) {
    .banner-title {
      font-size: 20px !important; } }
  @media only screen and (max-width: 639px) {
    .banner-title {
      margin-bottom: 10px; }
      .banner-title:after {
        padding-top: 10px; } }

.banner-subtitle {
  width: 100%;
  font-size: 20px !important; }
  .banner-subtitle a {
    color: #52264c; }
    .banner-subtitle a:hover {
      color: #f2aab5; }
  @media only screen and (max-width: 991px) {
    .banner-subtitle {
      font-size: 14px !important; } }
  @media only screen and (max-width: 639px) {
    .banner-subtitle {
      margin-bottom: 10px; } }

.banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .banner-link:hover .banner-title,
  .banner-link:hover .banner-subtitle,
  .banner-link:hover .see-more {
    color: #f2aab5; }

.banner-description {
  width: 100%;
  font-size: 20px !important; }
  @media only screen and (max-width: 767px) {
    .banner-description {
      font-size: 12px !important; } }

.slides-small-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .slides-small-text__img-container {
    width: 66.66667%;
    margin-bottom: 80px; }
  .slides-small-text__text-container {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px; }
    .slides-small-text__text-container .container-wrapper {
      width: 300px; }
  .slides-small-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #656565;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.6; }
  .slides-small-text .container-wrapper {
    width: 100%; }
  @media only screen and (max-width: 1279px) {
    .slides-small-text__img-container {
      margin-bottom: 60px; }
    .slides-small-text__text-container {
      margin-bottom: 60px; }
      .slides-small-text__text-container .container-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
  @media only screen and (max-width: 639px) {
    .slides-small-text__img-container {
      width: 100%;
      margin-bottom: 30px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .slides-small-text__text-container {
      width: 100%;
      margin-bottom: 30px; }
      .slides-small-text__text-container .container-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }

.slides-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .slides-half__img-container {
    width: 50%;
    margin-bottom: 80px; }
  .slides-half__text-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px; }
  .slides-half__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #656565;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.6; }
  .slides-half .container-wrapper {
    width: 100%; }
  @media only screen and (max-width: 1279px) {
    .slides-half__img-container {
      margin-bottom: 60px; }
    .slides-half__text-container {
      margin-bottom: 60px; }
      .slides-half__text-container .container-wrapper {
        padding-left: 45px;
        padding-right: 45px; } }
  @media only screen and (max-width: 639px) {
    .slides-half__img-container {
      width: 100%;
      margin-bottom: 30px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .slides-half__text-container {
      width: 100%;
      margin-bottom: 30px; }
      .slides-half__text-container .container-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }

.d-video {
  padding: 70px 0 20px 0; }
  .d-video__container {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .d-video__container {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1580px; } }
    @media only screen and (max-width: 767px) {
      .d-video__container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 639px) {
      .d-video__container {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .d-video__wrapper {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px; }
  .d-video__text-box {
    text-align: center;
    margin-bottom: 10px; }
  .d-video__text {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 6px; }
  @media only screen and (max-width: 767px) {
    .d-video__wrapper {
      margin-bottom: 60px; } }

.d-video__video-box {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .cms-home .d-video__video-box {
    width: 648px; }
  .d-video__video-box iframe,
  .d-video__video-box .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.banner-block-wrapper {
  margin-bottom: 80px; }

.banner-block {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .banner-block__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 120px;
    padding-top: 75px;
    padding-bottom: 75px; }
  .banner-block__left {
    width: 50%; }
    .banner-block__left .placeholder {
      width: 100%;
      height: 0;
      padding-bottom: 46.875%; }
      @media only screen and (max-width: 639px) {
        .banner-block__left .placeholder {
          display: none; } }
  .banner-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #656565;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: unset;
        flex-direction: unset;
    padding: 15px; }
  @media only screen and (min-width: 1440px) {
    .banner-block__inner {
      width: 550px;
      margin-right: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .banner-block__right {
    padding-right: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 30px; }
  .banner-block__inner {
    width: 500px; } }
  @media only screen and (max-width: 767px) {
    .banner-block__right {
      padding-right: 20px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 35px;
      padding-bottom: 35px; }
    .banner-block__inner {
      width: 220px;
      max-width: 100%; } }
  @media only screen and (max-width: 639px) {
    .banner-block__right {
      padding-top: 5px;
      padding-bottom: 5px; } }

.see-more {
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
  color: #52264c; }
  .see-more:hover {
    color: #f2aab5; }
  @media only screen and (max-width: 991px) {
    .see-more {
      font-size: 12px; } }

.img-block,
.info-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .img-block,
    .info-block {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1580px; } }
  @media only screen and (max-width: 767px) {
    .img-block,
    .info-block {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 639px) {
    .img-block,
    .info-block {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .img-block__container,
  .info-block__container {
    width: 50%;
    margin-bottom: 80px; }
    .img-block__container:nth-child(odd),
    .info-block__container:nth-child(odd) {
      padding-right: 20px; }
    .img-block__container:nth-child(even),
    .info-block__container:nth-child(even) {
      padding-left: 20px; }
  @media only screen and (max-width: 991px) {
    .img-block__container:nth-child(odd),
    .info-block__container:nth-child(odd) {
      padding-right: 10px; }
    .img-block__container:nth-child(even),
    .info-block__container:nth-child(even) {
      padding-left: 10px; } }
  @media only screen and (max-width: 991px) {
    .img-block__container,
    .info-block__container {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 639px) {
    .img-block__container,
    .info-block__container {
      width: 100%;
      padding: 0 !important;
      margin-bottom: 30px; } }

.img-block__inner-wrapper,
.info-block__inner-wrapper {
  display: block;
  position: relative; }

.img-block__inner-info,
.info-block__inner-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img-block__inner-info .text,
  .info-block__inner-info .text {
    width: 100%; }
  .img-block__inner-info p,
  .info-block__inner-info p {
    margin-bottom: 0.5em; }

@media only screen and (max-width: 639px) {
  .img-block,
  .info-block {
    padding-left: 20px;
    padding-right: 20px; } }

.info-block__text-card {
  border: solid 20px #f7f7f7; }

.info-block__inner a {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
  transition: border-color 0.6s; }
  .info-block__inner a:hover {
    border-color: #52264c; }

.info-block__inner-info .image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .info-block__inner-info .image i {
    font-size: 100px;
    color: #52264c; }

.info-block__inner-info .text {
  color: #52264c;
  font-size: 18px; }

.info-block__inner-info p:last-child {
  letter-spacing: .3rem; }

@media only screen and (max-width: 991px) {
  .info-block__text-card {
    border: solid 10px #f7f7f7; }
  .info-block__inner-info {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    .info-block__inner-info .image i {
      font-size: 60px; }
    .info-block__inner-info .text .image-text {
      margin-bottom: 5px; }
    .info-block__inner-info .text p:not(.image-text) {
      font-size: 14px; }
  .info-block .thumbs {
    width: 60px;
    height: 60px; } }

.img-block__inner-info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.img-block .banner-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.img-block .text {
  padding: 25px 40px; }

.img-block .text-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 60px;
  letter-spacing: .3rem; }
  .img-block .text-inner h2,
  .img-block .text-inner h4 {
    line-height: 1.5; }
    @media only screen and (min-width: 1280px) {
      .img-block .text-inner h2,
      .img-block .text-inner h4 {
        font-size: 16px; } }

.img-block .u-title-underline {
  margin-bottom: 20px; }
  .img-block .u-title-underline:after {
    padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .img-block .u-title-underline {
      font-size: 20px !important; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .img-block .u-title-underline {
      margin-bottom: 10px; }
      .img-block .u-title-underline:after {
        padding-top: 10px; } }

@media only screen and (max-width: 991px) {
  .img-block .subtitle {
    font-size: 12px; } }

.img-block .d-description {
  color: #666666; }

@media only screen and (min-width: 1280px) {
  .img-block .text {
    padding: 40px 85px; } }

@media only screen and (max-width: 991px) {
  .img-block .text {
    padding: 10px; }
  .img-block .text-inner {
    padding: 15px; } }

.img-sliders > .slides-small-text__img-block + .slides-small-text__img-block {
  display: none; }

.img-sliders > .slides-half__img-block + .slides-half__img-block {
  display: none; }

.txt-sliders > .slides-small-text__text-block + .slides-small-text__text-block {
  display: none; }

.txt-sliders > .slides-half__text-block + .slides-half__text-block {
  display: none; }

.sliders-sync > .slider {
  position: relative; }

.sliders-sync .slick-dots {
  margin-bottom: -5px;
  padding: 0; }

.sliders-sync .u-title-underline {
  margin-bottom: 0; }

.sliders-sync .subtitle,
.sliders-sync .d-description,
.sliders-sync .see-more {
  display: block;
  margin-top: 30px;
  margin-bottom: 0; }

.sliders-sync .d-description {
  font-size: 16px; }

.sliders-sync .see-more {
  color: #52264c; }

.sliders-sync .txt-sliders .slick-dots {
  margin-top: 30px; }

@media only screen and (min-width: 1280px) {
  .sliders-sync .txt-sliders {
    padding-top: 30px;
    padding-bottom: 30px;
    position: static; }
    .sliders-sync .txt-sliders .slick-dots {
      position: absolute;
      bottom: 50px;
      width: 100%;
      left: 0; } }

@media only screen and (max-width: 1024px) {
  .sliders-sync .heading-h1 {
    font-size: 20px; } }

@media only screen and (max-width: 1024px) {
  .sliders-sync .subtitle,
  .sliders-sync .d-description,
  .sliders-sync .see-more {
    margin-top: 20px; }
  .sliders-sync .d-description {
    font-size: 12px; }
  .sliders-sync .txt-sliders .slick-dots {
    margin-top: 20px; } }

.full-slide .slick-prev {
  left: 50px; }

.full-slide .slick-next {
  right: 50px; }

@media only screen and (max-width: 1579px) {
  .full-slide .slick-prev {
    left: 30px; }
  .full-slide .slick-next {
    right: 30px; } }

@media only screen and (max-width: 1024px) {
  .full-slide .slick-arrow {
    display: none !important; } }

.sliders-sync .slick-prev {
  left: 50px; }

.sliders-sync .slick-next {
  right: 50px; }

@media only screen and (max-width: 1579px) {
  .sliders-sync .slick-prev {
    left: 30px; }
  .sliders-sync .slick-next {
    right: 30px; } }

@media only screen and (max-width: 1024px) {
  .sliders-sync .slick-prev {
    left: 15px; }
  .sliders-sync .slick-next {
    right: 15px; } }

.pc-only__m {
  display: none; }
  @media only screen and (min-width: 768px) {
    .pc-only__m {
      display: block; } }

.pc-only__l {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .pc-only__l {
      display: block; } }

.section-margin {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .section-margin {
      margin-bottom: 80px; } }
  .section-margin-none {
    margin-bottom: 0 !important; }
  .section-margin-last {
    margin-bottom: 40px; }
  .section-margin-mb {
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .section-margin-mb {
        margin-bottom: 0; } }
  .section-margin-s {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .section-margin-s {
        margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .mb-only {
    display: none; } }

@media only screen and (min-width: 1280px) {
  .mb-tablet-only {
    display: none; } }

.u-title-doubleline {
  text-align: center;
  border-top: 1px solid #52264c;
  border-bottom: 1px solid #52264c;
  letter-spacing: .3rem;
  margin: 0 20px 20px;
  padding: 20px 10px;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .u-title-doubleline {
      width: 65%;
      margin: auto;
      margin-bottom: 30px;
      padding: 30px 50px;
      word-break: keep-all; } }
  @media only screen and (min-width: 1280px) {
    .u-title-doubleline {
      width: 47%;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1580px) {
    .u-title-doubleline {
      width: 33%; } }

.bg-opacity-primary:hover {
  background: #f2aab5 !important;
  border: 1px solid #f2aab5 !important;
  opacity: 0.9; }

.bg-opacity-secondary:hover {
  background: #52264c !important;
  border: 1px solid #52264c !important;
  opacity: 0.9; }

.slider-wrapper {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .slider-wrapper {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .slider-wrapper .cms-banner-block-wrapper {
      margin-bottom: 0; } }

.cms-page-view .action.primary,
.cms-page-view .action.secondary {
  width: 100%;
  text-align: center; }

.cms-align {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  letter-spacing: .3rem; }
  @media only screen and (min-width: 1580px) {
    .cms-align {
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1580px; } }
  @media only screen and (max-width: 1579px) {
    .cms-align {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  .cms-align-small {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    letter-spacing: .3rem; }
    @media only screen and (min-width: 1280px) {
      .cms-align-small {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1280px; } }
    @media only screen and (max-width: 1279px) {
      .cms-align-small {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .cms-align.mb-full {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cms-align.mb-full {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1580px; } }
    @media only screen and (max-width: 767px) {
      .cms-align.mb-full {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 639px) {
      .cms-align.mb-full {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (min-width: 768px) {
    .cms-align.tab-small {
      width: 580px; } }
  @media only screen and (min-width: 1280px) {
    .cms-align.tab-small {
      width: 1045px; } }
  @media only screen and (min-width: 1580px) {
    .cms-align.tab-small {
      width: 1580px; } }
  .cms-align-full.secondary {
    background: #52264c; }
    .cms-align-full.secondary * {
      color: #fff; }

.cms-media-wrapper, .cms-table-wrapper {
  padding-bottom: 30px;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .cms-media-wrapper, .cms-table-wrapper {
      width: 500px; } }
  @media only screen and (min-width: 1280px) {
    .cms-media-wrapper, .cms-table-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 1580px) {
    .cms-media-wrapper, .cms-table-wrapper {
      width: 1200px; } }
  .cms-media-wrapper:last-child, .cms-table-wrapper:last-child {
    margin-bottom: 0; }

.cms-404-wrapper {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .cms-404-wrapper {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1280px) {
    .cms-404-wrapper {
      margin-bottom: 40px; } }
  .cms-404-wrapper .cms-banner-block-img {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cms-404-wrapper .cms-banner-block-img {
        width: 500px; } }
    @media only screen and (min-width: 1280px) {
      .cms-404-wrapper .cms-banner-block-img {
        width: 900px; } }
    @media only screen and (min-width: 1580px) {
      .cms-404-wrapper .cms-banner-block-img {
        width: auto; } }

.cms-text-block-wrapper {
  width: 100%;
  margin: auto;
  letter-spacing: .3rem; }
  @media only screen and (min-width: 768px) {
    .cms-text-block-wrapper {
      width: 270px; } }
  @media only screen and (min-width: 1280px) {
    .cms-text-block-wrapper {
      width: 385px; } }
  @media only screen and (min-width: 1580px) {
    .cms-text-block-wrapper {
      width: 800px;
      padding: 0 70px; } }
  .cms-align-full .cms-text-block-wrapper {
    width: 100%;
    margin: auto;
    padding: 30px 20px; }
    @media only screen and (min-width: 768px) {
      .cms-align-full .cms-text-block-wrapper {
        width: 500px; } }
    @media only screen and (min-width: 1280px) {
      .cms-align-full .cms-text-block-wrapper {
        width: 780px; } }
    @media only screen and (min-width: 1580px) {
      .cms-align-full .cms-text-block-wrapper {
        width: 800px;
        padding: 0 70px; } }
    @media only screen and (min-width: 768px) {
      .cms-align-full .cms-text-block-wrapper {
        margin-bottom: 0px; } }
    @media only screen and (min-width: 1280px) {
      .cms-align-full .cms-text-block-wrapper {
        padding: 55px 70px; } }

.cms-text-block {
  margin-bottom: 20px; }
  .cms-text-block:last-child {
    margin-bottom: 0; }

.cms-block-content {
  font-size: 14px;
  margin-bottom: 20px; }
  .cms-block-content:last-child {
    margin-bottom: 0; }
  .cms-block-content.small {
    font-size: 10px; }

.cms-block-title {
  font-size: 20px; }
  .cms-block-title.large {
    font-size: 24px; }
  .cms-block-title.small {
    font-size: 16px; }

.cms-block-subtitle {
  font-size: 16px;
  margin-bottom: 15px; }
  .cms-block-subtitle.small {
    display: block;
    font-size: 12px;
    color: #52264c;
    margin-bottom: 0; }

.cms-block-description {
  margin-bottom: 20px;
  font-size: 14px; }

.cms-banner-block-wrapper {
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .cms-banner-block-wrapper {
      margin-bottom: 80px; } }
  .cms-banner-block-wrapper.section-margin-l {
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .cms-banner-block-wrapper.section-margin-l {
        margin: 120px 0; } }

.cms-banner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cms-banner-block.layout-2columns-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 5px; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-img {
      margin-bottom: 0; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left {
        margin: -20px 20px 0;
        padding: 0; }
        .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left .cms-banner-block__inner {
          min-height: 280px;
          padding: 30px 20px; }
    .cms-banner-block.layout-2columns-right .cms-banner-block__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: none; }
  .cms-banner-block.layout-2columns-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 5px; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-img {
      margin-bottom: 0;
      height: 100%; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right {
        margin: -20px 20px 0;
        padding: 0; }
        .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right .cms-banner-block__inner {
          min-height: 280px;
          padding: 30px 20px; }
    .cms-banner-block.layout-2columns-left .cms-banner-block__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: none; }
  .cms-banner-block.layout-3columns-center i {
    display: block;
    font-size: 60px;
    color: #52264c;
    margin-bottom: 20px; }
  .cms-banner-block.layout-3columns-center .secondary {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .layout-3columns-center .cms-banner-block-center .cms-banner-block__inner {
    padding: 30px 20px; }

.cms-banner-block-img {
  margin-bottom: 0px;
  width: 100%;
  text-align: center; }
  .cms-banner-block-img.bg-img {
    margin-bottom: 0;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    position: absolute;
    z-index: -1; }
  .cms-banner-block-img.left, .cms-banner-block-img.right {
    margin-bottom: 0; }
  .cms-banner-block-img.mb-only {
    margin-bottom: 20px; }
  .cms-banner-block-img.pc-only__m {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1280px) {
      .cms-banner-block-img.pc-only__m {
        margin-bottom: 0px; } }

.cms-banner-block-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 1;
  width: inherit; }

.cms-banner-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  z-index: 1;
  padding: 30px 0; }
  .cms-banner-block-right.secondary {
    background: #52264c; }
  .cms-banner-block-right.bg-opacity {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    width: 100%;
    padding: 30px 20px; }
    .cms-banner-block-right.bg-opacity .cms-banner-block__inner {
      padding: 0px;
      background: none;
      min-height: unset;
      -webkit-box-shadow: none;
              box-shadow: none; }

.cms-banner-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  z-index: 1;
  padding: 30px 0; }
  .cms-banner-block-left.secondary {
    background: #52264c; }
  .cms-banner-block-left.bg-opacity-full {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    margin: 0 20px; }
    .cms-banner-block-left.bg-opacity-full .cms-banner-block__inner {
      padding: 0px;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.cms-banner-block-mutiple-left, .cms-banner-block-mutiple-right {
  margin: -10px 20px 0; }
  .cms-banner-block-mutiple-left .cms-banner-block__inner, .cms-banner-block-mutiple-right .cms-banner-block__inner {
    -webkit-box-shadow: 0 0 10px #999;
            box-shadow: 0 0 10px #999;
    min-height: 280px;
    padding: 20px; }
  .cms-banner-block-mutiple-left .u-title-underline:after, .cms-banner-block-mutiple-right .u-title-underline:after {
    margin: unset; }
  .cms-banner-block-mutiple-left.mobile-full, .cms-banner-block-mutiple-right.mobile-full {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: auto;
    top: 0;
    bottom: 0; }

.cms-banner-block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background: #fff;
  letter-spacing: .3rem;
  text-align: center;
  width: 100%;
  padding: 0 20px; }
  .secondary .cms-banner-block__inner {
    background: #52264c; }
    .secondary .cms-banner-block__inner * {
      color: #fff !important; }
  .cms-banner-block-mutiple-left .cms-banner-block__inner, .cms-banner-block-mutiple-right .cms-banner-block__inner {
    text-align: left;
    background: #52264c; }
    .cms-banner-block-mutiple-left .cms-banner-block__inner *,
    .cms-banner-block-mutiple-right .cms-banner-block__inner * {
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .cms-banner-block-mutiple-left .cms-banner-block__inner .action.primary {
      width: 100%;
      text-align: center; } }

.cms-photo-block-wrapper {
  position: relative; }
  .cms-photo-block-wrapper:last-child {
    margin-bottom: 60px; }
    @media only screen and (min-width: 1280px) {
      .cms-photo-block-wrapper:last-child {
        margin-bottom: 80px; } }

.cms-photo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cms-photo-block.secondary {
    background: #52264c; }
    .cms-photo-block.secondary * {
      color: #fff; }
  .cms-photo-block-left {
    margin: 20px 20px 0;
    padding-top: 40px; }
  .cms-photo-block-right {
    margin: 20px 20px 0;
    padding-top: 40px; }

.cms-photo-block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  background: #fff;
  letter-spacing: .3rem;
  text-align: center;
  width: 100%;
  padding: 40px 20px 0; }
  .secondary .cms-photo-block__inner {
    background: #52264c; }
  .cms-photo-block__inner img {
    margin-bottom: 20px;
    width: 40%; }

.cms-photo-block-img {
  margin-bottom: 0px; }
  .cms-photo-block-img.bg-img {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    position: absolute;
    z-index: -1;
    top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%; }
  .cms-photo-block-img.left {
    background: #fff;
    margin: 0 20px 20px;
    padding: 40px 20px 60px; }
    .cms-photo-block-img.left img {
      -webkit-box-shadow: 0 0 5px #000;
              box-shadow: 0 0 5px #000;
      background: #fff;
      padding: 5px; }
  .cms-photo-block-img.right {
    background: #52264c;
    margin: 0 20px 20px;
    padding: 40px 20px 60px; }
    .cms-photo-block-img.right img {
      -webkit-box-shadow: 0 0 5px #000;
              box-shadow: 0 0 5px #000;
      background: #fff;
      padding: 5px; }
  .cms-photo-block-img.secondary {
    background: #52264c; }

.cms-photo-block-img-wrap {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 95%;
  margin: auto; }
  .right .cms-photo-block-img-wrap {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg); }

.cms-description {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px; }

.cms-font-style-wrapper {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 1280px) {
    .cms-font-style-wrapper {
      margin-bottom: 80px; } }
  .cms-font-style-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cms-font-style-wrapper .cms-font-style-text-block {
    width: 100%;
    min-height: 250px;
    background: #52264c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .cms-font-style-wrapper .cms-font-style-text-block * {
      color: #fff; }
  .cms-font-style-wrapper .cms-font-style-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .cms-font-style-wrapper .cms-font-style-img-container {
    width: 47%; }
  .cms-font-style-wrapper .cms-font-style-img-box {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc; }
  .cms-font-style-wrapper .cms-font-style-text-box {
    border: 2px solid #52264c;
    padding: 20px;
    color: #52264c;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.cms-video-block-wrapper {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cms-video-block-wrapper {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1580px; } }
  @media only screen and (max-width: 767px) {
    .cms-video-block-wrapper {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 639px) {
    .cms-video-block-wrapper {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.cms-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .cms-video-wrapper {
      margin-bottom: 80px; } }
  .cms-video-wrapper .video-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    padding-bottom: 47.5%; }

.cms-hot-seller-wrapper {
  margin-bottom: 60px;
  overflow: hidden; }
  @media only screen and (min-width: 1280px) {
    .cms-hot-seller-wrapper {
      margin-bottom: 80px; } }

.cms-img-block {
  position: relative;
  width: 50%;
  float: left;
  display: inline-block; }
  .cms-img-block img {
    padding: 10px;
    width: 100%; }
  .cms-img-block h1 {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
  .cms-img-block:first-child img {
    padding: 0; }
  .cms-img-block:last-child img {
    padding: 0; }
  .cms-img-block:hover {
    opacity: 0.9; }

.cms-more-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f2aab5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cms-more-links-wrapper * {
    color: #fff; }
  .cms-more-links-wrapper .u-title-underline:after {
    border-color: #fff; }
  .cms-more-links-wrapper .cms-block-content {
    margin-bottom: 15px; }
  .cms-more-links-wrapper.secondary {
    display: block;
    background: #fff; }
    .cms-more-links-wrapper.secondary .cms-more-links-container {
      padding-top: 0; }
    .cms-more-links-wrapper.secondary .cms-more-link-item {
      margin-bottom: 20px; }
  .cms-more-links-wrapper.inner .cms-more-links-container {
    padding: 30px 20px 0; }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .cms-more-links-wrapper.no-route .action.primary {
    padding-left: 30px;
    padding-right: 30px;
    min-width: unset; } }

.cms-more-links-container {
  text-align: center;
  letter-spacing: .3rem;
  padding: 30px 20px;
  width: 100%; }

.cms-more-link-item {
  margin-bottom: 30px; }
  .cms-more-link-item:last-child {
    margin-bottom: 0; }

.cms-more-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cms-pick-up-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 0px #ccc;
          box-shadow: 0 0 10px 0px #ccc;
  padding: 10px;
  margin: 5px 0; }
  .cms-pick-up-wrapper.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cms-pick-up-wrapper .cms-pick-up-img-block {
    border: 2px solid #52264c; }
  .cms-pick-up-wrapper .cms-pick-up-text-block {
    padding: 20px 10px; }
  .cms-pick-up-wrapper .step-num {
    color: #52264c;
    font-size: 30px;
    margin-bottom: 10px; }
  .cms-pick-up-wrapper .cms-block-subtitle {
    color: #52264c; }

.cms-text-list-wrapper {
  margin-bottom: 60px;
  background: #f7f7f7; }
  @media only screen and (min-width: 1280px) {
    .cms-text-list-wrapper {
      margin-bottom: 80px; } }
  .cms-text-list-wrapper .cms-text-list-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 30px 0; }
    @media only screen and (min-width: 580px) {
      .cms-text-list-wrapper .cms-text-list-block {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 580px; } }
    @media only screen and (max-width: 579px) {
      .cms-text-list-wrapper .cms-text-list-block {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

.cms-text-list {
  list-style: none;
  counter-reset: li;
  text-align: left; }
  .cms-text-list .cms-text-item {
    font-size: 14px;
    padding: 10px 20px;
    border-top: 1px solid #ccc; }
    .cms-text-list .cms-text-item:last-child {
      border-bottom: 1px solid #ccc; }
    .cms-text-list .cms-text-item:before {
      content: "\2e" counter(li);
      counter-increment: li;
      display: inline-block;
      width: 1em;
      margin-right: 0.5em;
      direction: rtl;
      color: #f2aab5;
      font-size: 16px; }
    .cms-text-list .cms-text-item:hover {
      background: #52264c; }
    @media only screen and (max-width: 479px) {
      .cms-text-list .cms-text-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.cms-image-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cms-image-list .items {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .cms-image-list .items a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .cms-image-list .items span {
      position: absolute;
      z-index: 1;
      background: #52264c;
      color: #fff;
      font-size: 16px;
      margin: auto;
      margin-bottom: 15px;
      padding: 10px 30px;
      bottom: 0px;
      line-height: initial;
      word-break: keep-all;
      right: 0;
      left: 0;
      text-align: center;
      width: 124px; }

.cms-step-wrapper {
  margin-bottom: 60px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .cms-step-wrapper {
      margin-bottom: 80px; } }
  .cms-step-wrapper .cms-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
  .cms-step-wrapper .cms-step-items {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    width: auto;
    padding: 10px;
    position: relative;
    margin: 5px; }
  .cms-step-wrapper .cms-step-img-block {
    border: 2px solid #52264c;
    margin-bottom: 30px; }
  .cms-step-wrapper .cms-block-subtitle {
    color: #52264c; }
  .cms-step-wrapper .step-arr {
    display: none;
    background: #52264c;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 3;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: -30px;
    z-index: 1;
    border: 2px #fff solid; }
    .cms-step-wrapper .step-arr i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 6px;
      right: 0px;
      font-size: 25px; }

.cms-image-list-wrapper {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .cms-image-list-wrapper {
      margin-bottom: 80px; } }

.cms-table-wrapper {
  overflow: auto; }
  .cms-table-wrapper .table-container {
    text-align: center;
    border-collapse: collapse;
    color: #666; }
    .cms-table-wrapper .table-container th,
    .cms-table-wrapper .table-container td {
      vertical-align: inherit;
      text-align: center;
      word-break: keep-all; }
  .cms-table-wrapper .header-row {
    color: #52264c; }
    .cms-table-wrapper .header-row th {
      padding: 10px; }
  .cms-table-wrapper .border-cell {
    padding: 10px;
    border-bottom: 20px solid #fff; }
    .cms-table-wrapper .border-cell:nth-child(odd) {
      background: #52264c; }
    .cms-table-wrapper .border-cell:nth-child(even) {
      background: rgba(82, 38, 76, 0.6); }
  .cms-table-wrapper .content-row td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px; }
    .cms-table-wrapper .content-row td.text-left {
      border-right: none; }
  .cms-table-wrapper .text-purple {
    color: #52264c; }
  .cms-table-wrapper .text-left {
    text-align: left !important; }

@media only screen and (min-width: 768px) {
  .cms-page-view .action.primary,
  .cms-page-view .action.secondary {
    width: auto;
    min-width: 160px;
    padding-right: 40px;
    padding-left: 40px; }
  .cms-banner-block__inner {
    max-width: 500px; }
    .secondary .cms-banner-block__inner {
      min-height: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .cms-banner-block.layout-2columns-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-img {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 70%; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-m {
        width: 65%; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l {
        width: 77%; }
        .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right {
          width: 37%;
          margin: 0; }
          .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right .cms-banner-block__inner {
            min-height: 220px;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            right: 0;
            -webkit-box-shadow: 0px 0px 10px #ccc;
                    box-shadow: 0px 0px 10px #ccc; }
  .cms-banner-block.layout-2columns-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-right.secondary,
    .cms-banner-block.layout-2columns-right .cms-banner-block-left.secondary {
      height: 280px;
      margin: auto; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-img {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 70%; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-m {
        width: 65%; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l {
        width: 77%; }
        .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left {
          width: 37%;
          margin: 0; }
          .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left .cms-banner-block__inner {
            min-height: 220px;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            left: 0;
            -webkit-box-shadow: 0px 0px 10px #ccc;
                    box-shadow: 0px 0px 10px #ccc; }
  .cms-banner-block.layout-3columns-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cms-banner-block.layout-3columns-center i {
      margin-bottom: 20px; }
    .cms-banner-block.layout-3columns-center .cms-banner-block-img {
      width: 33%; }
    .cms-banner-block.layout-3columns-center .secondary {
      background: #52264c; }
      .cms-banner-block.layout-3columns-center .secondary .action.primary {
        width: initial;
        margin: auto;
        padding-right: 20px;
        padding-left: 20px; }
  .layout-3columns-center .cms-banner-block-center {
    width: 260px;
    min-height: 300px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    background: #fff; }
    .layout-3columns-center .cms-banner-block-center .cms-banner-block__inner {
      padding: 30px 20px; }
  .cms-banner-block.mb-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .cms-banner-block-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cms-banner-block-right .cms-banner-block__inner {
      padding: 20px 30px;
      max-width: 355px;
      -webkit-box-shadow: 0 0 10px #ccc;
              box-shadow: 0 0 10px #ccc;
      width: 355px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      height: 240px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .cms-banner-block-right.bg-opacity {
      width: 65%;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0; }
      .cms-banner-block-right.bg-opacity .cms-banner-block__inner {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        max-height: none;
        min-height: auto; }
  .cms-banner-block-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cms-banner-block-left .cms-banner-block__inner {
      padding: 20px 30px;
      max-width: 355px;
      -webkit-box-shadow: 0 0 10px #ccc;
              box-shadow: 0 0 10px #ccc;
      width: 355px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      height: 240px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .cms-banner-block-left.bg-opacity-full {
      left: 2rem; }
      .cms-banner-block-left.bg-opacity-full .cms-banner-block__inner {
        padding: 30px 0px; }
  .cms-banner-block-left-align, .cms-banner-block-right-align {
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cms-banner-block.mutiple {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cms-banner-block-mutiple-left {
    position: absolute;
    width: 355px;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .cms-banner-block-mutiple-left .cms-banner-block__inner {
      min-height: 240px;
      top: 0;
      bottom: 0;
      position: absolute;
      margin: auto;
      height: 240px; }
      .cms-banner-block-mutiple-left .cms-banner-block__inner.col-l {
        height: 310px;
        min-height: 310px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        .cms-banner-block-mutiple-left .cms-banner-block__inner.col-l {
          height: 350px;
          min-height: 350px; } }

@media only screen and (min-width: 768px) {
      .cms-banner-block-mutiple-left .cms-banner-block__inner.col-xl {
        height: 425px;
        min-height: 425px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        .cms-banner-block-mutiple-left .cms-banner-block__inner.col-xl {
          height: 470px;
          min-height: 470px; } }

@media only screen and (min-width: 768px) {
  .cms-banner-block-mutiple-right {
    position: absolute;
    width: 355px;
    left: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .cms-banner-block-mutiple-right .cms-banner-block__inner {
      min-height: 240px;
      top: 0;
      bottom: 0;
      position: absolute;
      margin: auto;
      height: 240px; }
  .cms-banner-block.update-plan {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .cms-banner-block.update-plan .cms-banner-block-img {
      height: 350px; }
      .cms-banner-block.update-plan .cms-banner-block-img img {
        height: inherit; }
    .cms-banner-block.update-plan .cms-banner-block-mutiple-left,
    .cms-banner-block.update-plan .cms-banner-block-mutiple-right {
      width: 375px; }
      .cms-banner-block.update-plan .cms-banner-block-mutiple-left .cms-banner-block__inner,
      .cms-banner-block.update-plan .cms-banner-block-mutiple-right .cms-banner-block__inner {
        min-height: 350px; } }

@media only screen and (min-width: 768px) {
  .cms-banner-block-img.left {
    position: absolute;
    left: 0;
    width: 55%;
    top: 55px;
    margin-bottom: 0; }
  .cms-banner-block-img.right {
    position: absolute;
    right: 0;
    width: 55%;
    top: 55px;
    margin-bottom: 0; }
  .cms-banner-block-img.bg-img {
    position: relative; }
  .cms-banner-block-img.pc-only {
    margin-bottom: 30px; }
  .cms-video-wrapper .video-container {
    padding-bottom: 33.25%; }
  .cms-more-links-wrapper.secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .cms-more-links-wrapper.secondary .cms-more-links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cms-more-links-wrapper.secondary .cms-more-link-item {
      margin: 0 10px; }
  .cms-more-links-container .cms-more-link-item {
    margin-bottom: 0; }
  .cms-more-links-container.columns-2 {
    width: 500px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .cms-more-links-container.columns-2 .cms-more-links {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .cms-more-links-container.columns-2 .cms-more-link-item {
      width: 200px; }
    .cms-more-links-container.columns-2 .action.secondary,
    .cms-more-links-container.columns-2 .action.primary {
      min-width: 200px; } }

@media only screen and (min-width: 768px) {
  .cms-more-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .cms-img-block {
    width: 25%;
    float: left; }
    .cms-img-block img {
      padding: 25px; }
    .cms-img-block ~ p {
      padding: 15px 0;
      clear: both; }
    .cms-img-block:first-child {
      width: 50%; }
      .cms-img-block:first-child h1 {
        font-size: 30px; }
    .cms-img-block:nth-last-child(3) {
      clear: both; }
    .cms-img-block:last-child {
      width: 50%;
      float: none; }
      .cms-img-block:last-child h1 {
        font-size: 30px; }
  .cms-pick-up-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    margin-bottom: 30px; }
    .cms-pick-up-wrapper.mobile-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .cms-pick-up-wrapper .cms-pick-up-img-block {
      width: 49%; }
    .cms-pick-up-wrapper .cms-pick-up-text-block {
      padding: 20px;
      width: 49%; }
  .cms-font-style-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .cms-font-style-wrapper.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .cms-font-style-wrapper .cms-font-style-text-block {
      width: 48.5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0px; }
    .cms-font-style-wrapper .cms-font-style-img-block {
      width: 48.5%; }
  .cms-image-list .items {
    width: 25%; }
  .cms-photo-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .cms-photo-block-left {
      position: absolute;
      width: 350px;
      right: 2rem;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      top: 0;
      bottom: 0; }
    .cms-photo-block-right {
      position: absolute;
      width: 350px;
      left: 2rem;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      top: 0;
      bottom: 0; }
  .cms-photo-block-img.bg-img {
    min-height: 400px;
    height: auto;
    position: relative; }
  .cms-photo-block-img.left {
    background: none;
    padding: 10px;
    position: absolute;
    left: 3rem;
    width: 320px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cms-photo-block-img.left img {
      padding: 10px; }
  .cms-photo-block-img.right {
    padding: 10px;
    position: absolute;
    right: 3rem;
    width: 320px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cms-photo-block-img.right img {
      padding: 10px; }
  .cms-photo-block__inner {
    padding: 40px 15px; }
    .cms-photo-block__inner img {
      width: 30%; }
  .cms-step-wrapper .cms-step-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cms-step-wrapper .cms-step-items {
    width: 23%;
    padding: 10px;
    min-height: 380px;
    margin: 5px; }
  .cms-step-wrapper .cms-step-img-block {
    margin-bottom: 40px; }
  .cms-step-wrapper .cms-block-content {
    padding: 20px; }
  .cms-step-wrapper .step-arr {
    display: block; }
  .cms-step-wrapper .cms-step-bg {
    background: #ccc;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 300px;
    top: 100px; } }

@media only screen and (min-width: 1280px) {
  .cms-page-view .action.primary,
  .cms-page-view .action.secondary {
    line-height: 36px;
    padding-right: 20px;
    padding-left: 20px; }
  .cms-no-route .action.primary,
  .cms-no-route .action.secondary {
    width: unset;
    min-width: 160px;
    line-height: 36px;
    padding-right: 20px;
    padding-left: 20px; }
  .cms-banner-block__inner {
    max-width: none; }
    .secondary .cms-banner-block__inner {
      min-height: 350px; }
  .cms-banner-block-img {
    margin-bottom: 0; }
    .cms-banner-block-img.bg-img {
      min-height: 460px; }
    .cms-banner-block-img.left, .cms-banner-block-img.right {
      width: 50%;
      top: 0; }
    .cms-banner-block-img.pc-only {
      margin-bottom: 0px; }
  .cms-block-title {
    font-size: 30px; }
    .cms-block-title.large {
      font-size: 40px; }
    .cms-block-title.small {
      font-size: 22px; }
  .cms-block-subtitle {
    font-size: 22px;
    margin-bottom: 20px; }
    .cms-block-subtitle.small {
      font-size: 18px; }
  .cms-block-content {
    font-size: 18px;
    margin-bottom: 30px; }
    .cms-block-content.small {
      font-size: 14px; }
    .cms-block-content.mid {
      font-size: 16px; }
  .cms-block-description {
    margin-bottom: 30px;
    font-size: 18px; }
  .cms-banner-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .cms-banner-block.layout-2columns-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-right.secondary,
    .cms-banner-block.layout-2columns-left .cms-banner-block-left.secondary {
      height: 350px; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-img {
      width: 65%; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-m {
        width: 55%; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l {
        width: 77%; }
        .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right {
          width: 40%; }
          .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right .cms-banner-block__inner {
            min-height: 350px; }
  .cms-banner-block.layout-2columns-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-right.secondary,
    .cms-banner-block.layout-2columns-right .cms-banner-block-left.secondary {
      height: 350px; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-img {
      width: 65%; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-m {
        width: 55%; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l {
        width: 77%; }
        .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left {
          width: 40%; }
          .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left .cms-banner-block__inner {
            min-height: 350px; }
  .cms-banner-block.layout-3columns-center i {
    margin-bottom: 30px; }
  .cms-banner-block-center {
    position: absolute;
    width: 800px;
    height: 400px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .layout-3columns-center .cms-banner-block-center {
      width: 500px;
      min-height: 480px; }
  .cms-banner-block-right {
    right: 0;
    width: 49%; }
    .cms-banner-block-right .cms-banner-block__inner {
      max-width: none;
      padding: 55px 70px;
      width: 100%; }
    .cms-banner-block-right.bg-opacity {
      width: 55%; }
  .cms-banner-block-left {
    left: 0;
    width: 49%; }
    .cms-banner-block-left .cms-banner-block__inner {
      max-width: none;
      padding: 55px 70px;
      width: 100%; }
    .cms-banner-block-left.bg-opacity-full {
      left: 2rem; }
      .cms-banner-block-left.bg-opacity-full .cms-banner-block__inner {
        padding: 55px 60px; }
  .cms-banner-block-mutiple-left {
    width: 625px;
    right: 3rem; }
    .cms-banner-block-mutiple-left .cms-banner-block__inner {
      min-height: 400px;
      height: 400px;
      padding: 55px 70px; }
      .cms-banner-block-mutiple-left .cms-banner-block__inner.col-l {
        min-height: 400px;
        height: 400px; }
      .cms-banner-block-mutiple-left .cms-banner-block__inner.col-xl {
        min-height: 500px;
        height: 500px; }
  .cms-banner-block-mutiple-right {
    width: 625px;
    left: 3rem; }
    .cms-banner-block-mutiple-right .cms-banner-block__inner {
      min-height: 400px;
      height: 400px;
      padding: 55px 70px; }
  .cms-banner-block__inner {
    padding: 55px 70px;
    min-height: 360px; }
  .cms-description {
    margin-bottom: 30px;
    font-size: 18px; }
  .cms-text-block-wrapper {
    width: 800px; }
  .cms-more-links-wrapper .cms-block-content {
    margin-bottom: 20px; }
  .cms-more-links-wrapper.secondary .cms-more-link-item {
    margin: 0 20px; }
  .cms-more-links-wrapper.inner .cms-more-links-container {
    padding: 40px 0 0; }
  .cms-more-links-container {
    padding: 60px 0;
    width: 1000px; }
    .cms-more-links-container .cms-more-linls {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cms-more-links-container.columns-2 {
      width: 700px; }
    .cms-more-links-container .cms-more-link-item {
      max-width: 280px;
      margin: 0 20px; }
  .cms-img-block h1 {
    margin-bottom: 25px; }
  .cms-img-block:first-child h1 {
    font-size: 50px;
    margin-bottom: 60px; }
  .cms-img-block:last-child h1 {
    font-size: 50px;
    margin-bottom: 60px; }
  .cms-pick-up-wrapper {
    margin-bottom: 40px; }
    .cms-pick-up-wrapper .cms-pick-up-text-block {
      padding: 20px 70px; }
    .cms-pick-up-wrapper .step-num {
      font-size: 50px;
      margin-bottom: 20px; }
  .cms-font-style-wrapper .cms-font-style-text-block {
    padding: 55px 70px; }
  .cms-font-style-wrapper .cms-font-style-text-box {
    padding: 30px;
    font-size: 18px; }
  .cms-text-list-wrapper .cms-text-list-block {
    max-width: 1070px;
    padding: 55px 0; }
  .cms-text-list .cms-text-item {
    font-size: 16px;
    padding: 10px 40px; }
    .cms-text-list .cms-text-item:before {
      font-size: 22px; }
  .cms-image-list .items span {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 30px 70px;
    bottom: 0px;
    width: 228px; }
  .cms-photo-block__inner {
    padding: 30px 70px; }
    .cms-photo-block__inner img {
      width: auto; }
  .cms-photo-block-left {
    width: 585px;
    right: 3rem; }
  .cms-photo-block-right {
    width: 585px;
    left: 3rem; }
  .cms-photo-block-img.left {
    left: 6rem;
    width: 520px; }
    .cms-photo-block-img.left img {
      padding: 15px; }
  .cms-photo-block-img.right {
    right: 6rem;
    width: 520px; }
    .cms-photo-block-img.right img {
      padding: 15px; }
  .cms-photo-block-img.bg-img {
    min-height: 600px; }
  .cms-step-wrapper .cms-step-block {
    margin-left: 20px;
    margin-right: 20px; }
  .cms-step-wrapper .cms-step-items {
    width: 24%;
    padding: 10px;
    min-height: 560px; }
  .cms-step-wrapper .cms-step-img-block {
    margin-bottom: 40px; }
  .cms-step-wrapper .cms-block-content {
    padding: 0 25px 20px; }
  .cms-step-wrapper .cms-step-bg {
    height: 400px;
    top: 150px; } }

@media only screen and (min-width: 1580px) {
  .cms-banner-block.layout-2columns-left .cms-banner-block-img {
    width: auto; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-m {
      width: auto; }
    .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l {
      width: auto; }
      .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right {
        width: 40%; }
        .cms-banner-block.layout-2columns-left .cms-banner-block-img.img-l ~ .cms-banner-block-right .cms-banner-block__inner {
          min-height: 400px; }
  .cms-banner-block.layout-2columns-right .cms-banner-block-img {
    width: auto; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-m {
      width: auto; }
    .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l {
      width: auto; }
      .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left {
        width: 40%; }
        .cms-banner-block.layout-2columns-right .cms-banner-block-img.img-l ~ .cms-banner-block-left .cms-banner-block__inner {
          min-height: 400px; }
  .cms-banner-block.layout-3columns-center i {
    font-size: 125px;
    margin-bottom: 40px; }
  .cms-banner-block.layout-3columns-center .cms-banner-block-img {
    width: auto; }
  .layout-3columns-center .cms-banner-block-center {
    width: 600px;
    min-height: 600px; }
    .layout-3columns-center .cms-banner-block-center .cms-banner-block__inner {
      padding: 30px 70px; }
  .cms-banner-block-mutiple-left {
    width: 900px;
    right: 16.5rem; }
  .cms-banner-block-mutiple-right {
    width: 900px;
    left: 16.5rem; }
  .cms-banner-block-right.bg-opacity {
    width: 47%; }
  .cms-banner-block-left.bg-opacity-full {
    left: 17rem;
    width: 730px; }
    .cms-banner-block-left.bg-opacity-full .cms-banner-block__inner {
      padding: 55px 0; }
  .cms-banner-block__inner {
    min-height: 400px;
    max-height: none; }
  .cms-banner-block-img.bg-img {
    min-height: 600px; }
  .cms-banner-block-img.left, .cms-banner-block-img.right {
    width: auto; }
  .cms-photo-block-left {
    width: 730px;
    right: 16.5rem; }
  .cms-photo-block-right {
    width: 730px;
    left: 16.5rem; }
  .cms-photo-block-img.left {
    left: 16.5rem;
    width: 655px; }
    .cms-photo-block-img.left img {
      padding: 20px; }
  .cms-photo-block-img.right {
    right: 16.5rem;
    width: 655px; }
    .cms-photo-block-img.right img {
      padding: 20px; }
  .cms-step-wrapper .cms-step-block {
    margin-left: 0;
    margin-right: 0; } }

.cms-banner-block,
.cms-photo-block {
  position: relative; }
  .cms-banner-block .static-link,
  .cms-photo-block .static-link {
    display: block;
    color: transparent;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

.breadcrumbs {
  margin: 40px 0;
  letter-spacing: .3rem; }
  .breadcrumbs .items {
    font-size: 1.2rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #656565;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #656565;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #f2aab5;
      text-decoration: none; }
    .breadcrumbs a:active {
      color: #656565;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 300;
    color: #000; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 18px;
      content: "\2f";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs {
      display: none; } }

button:active, .actions-toolbar > .action:active, .action-gift:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

a.action.primary,
a.action.secondary {
  display: inline-block;
  text-decoration: none; }
  a.action.primary:hover, a.action.primary:active, a.action.primary:focus,
  a.action.secondary:hover,
  a.action.secondary:active,
  a.action.secondary:focus {
    text-decoration: none; }

button.primary, .actions-toolbar > .primary.action, .primary.action-gift,
.action.primary {
  background-image: none;
  background: #f2aab5;
  border: 1px solid #f2aab5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-weight: 500;
  padding: 7px 15px;
  height: 50px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: color .5s, background .5s, border .5s;
  -o-transition: color .5s, background .5s, border .5s;
  transition: color .5s, background .5s, border .5s; }
  button.primary:focus, .actions-toolbar > .primary.action:focus, .primary.action-gift:focus, button.primary:active, .actions-toolbar > .primary.action:active, .primary.action-gift:active,
  .action.primary:focus,
  .action.primary:active {
    background: #52264c;
    border: #52264c;
    color: #fff; }
  button.primary:hover, .actions-toolbar > .primary.action:hover, .primary.action-gift:hover,
  .action.primary:hover {
    background: #52264c;
    border: 1px solid #52264c;
    color: #fff; }
  button.primary.disabled, .actions-toolbar > .primary.disabled.action, .primary.disabled.action-gift, button.primary[disabled], .actions-toolbar > .primary.action[disabled], .primary.action-gift[disabled],
  fieldset[disabled] button.primary,
  fieldset[disabled] .actions-toolbar > .primary.action,
  fieldset[disabled] .primary.action-gift,
  .action.primary.disabled,
  .action.primary[disabled],
  fieldset[disabled]
  .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

button.secondary, .actions-toolbar > .secondary.action, .secondary.action-gift,
.action.secondary {
  background-image: none;
  background: #f2aab5;
  border: 1px solid #f2aab5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-weight: 500;
  padding: 7px 15px;
  height: 50px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: color .5s, background .5s, border .5s;
  -o-transition: color .5s, background .5s, border .5s;
  transition: color .5s, background .5s, border .5s;
  background: #52264c; }
  button.secondary:focus, .actions-toolbar > .secondary.action:focus, .secondary.action-gift:focus, button.secondary:active, .actions-toolbar > .secondary.action:active, .secondary.action-gift:active,
  .action.secondary:focus,
  .action.secondary:active {
    background: #52264c;
    border: #52264c;
    color: #fff; }
  button.secondary:hover, .actions-toolbar > .secondary.action:hover, .secondary.action-gift:hover,
  .action.secondary:hover {
    background: #52264c;
    border: 1px solid #52264c;
    color: #fff; }
  button.secondary.disabled, .actions-toolbar > .secondary.disabled.action, .secondary.disabled.action-gift, button.secondary[disabled], .actions-toolbar > .secondary.action[disabled], .secondary.action-gift[disabled],
  fieldset[disabled] button.secondary,
  fieldset[disabled] .actions-toolbar > .secondary.action,
  fieldset[disabled] .secondary.action-gift,
  .action.secondary.disabled,
  .action.secondary[disabled],
  fieldset[disabled]
  .action.secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button.secondary:hover, .actions-toolbar > .secondary.action:hover, .secondary.action-gift:hover,
  .action.secondary:hover {
    background: #f2aab5;
    border: 1px solid #f2aab5; }

@media only screen and (max-width: 991px) {
  button, .actions-toolbar > .action, .action-gift, button.primary, .actions-toolbar > .primary.action, .primary.action-gift,
  .action.primary, button.secondary, .actions-toolbar > .secondary.action, .secondary.action-gift,
  .action.secondary {
    height: 30px;
    font-size: 12px;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px; } }

.line_button_connect {
  color: #fff;
  background: #00b300;
  border: #00b300 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .3rem;
  font-weight: 500; }
  .line_button_connect:focus, .line_button_connect:active, .line_button_connect:hover {
    color: #fff;
    background: #33c233;
    border: #33c233 1px solid; }
  .line_button_connect i:before {
    font-size: 40px; }
  @media only screen and (max-width: 1024px) {
    .line_button_connect i:before {
      font-size: 30px; } }

.facebook_button_connect {
  color: #fff;
  background: #4267b2;
  border: #4267b2 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .3rem;
  font-weight: 500; }
  .facebook_button_connect:focus, .facebook_button_connect:active, .facebook_button_connect:hover {
    color: #fff;
    background: #6885c1;
    border: #6885c1 1px solid; }
  .facebook_button_connect i:before {
    font-size: 40px; }
  @media only screen and (max-width: 1024px) {
    .facebook_button_connect i:before {
      font-size: 30px; } }

.abs-reset-list, .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0; }

.abs-flex-row, .flex-row, .fieldset.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.abs-flex-row-xs, .flex-row-xs, .fieldset.flex-row-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.abs-col, .flex-row .col {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.abs-col-xs, .col-xs {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #fff;
  border: 1px solid #f2aab5;
  color: #f2aab5;
  cursor: pointer;
  display: inline-block;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-weight: 500;
  margin: 0;
  padding: 7px 15px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: color .5s, background .5s, border .5s;
  -o-transition: color .5s, background .5s, border .5s;
  transition: color .5s, background .5s, border .5s;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    border: 1px solid #52264c;
    color: #52264c; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    border: 1px solid #52264c;
    color: #52264c; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled],
  .block-bundle-summary .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
  .block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after, .block-giftregistry-shared .item-options dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: both;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: both;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title, .contact-container .block .block-title {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  color: #52264c;
  letter-spacing: .3rem; }
  .abs-login-block-title strong, .login-container .block .block-title strong, .contact-container .block .block-title strong {
    font-weight: 500; }
  @media only screen and (max-width: 991px) {
    .abs-login-block-title, .login-container .block .block-title, .contact-container .block .block-title {
      font-size: 16px; } }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  color: #52264c;
  letter-spacing: .3rem; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    font-weight: 500 !important; }

.abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: #ccc 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
    float: right;
    font-size: 16px;
    padding-top: 5px; }
  .abs-account-blocks .block-title:before, .account .column.main .block:not(.widget) .block-title:before, .multicheckout .block-title:before, .paypal-review .block .block-title:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title:before, .sales-guest-view .column.main .block:not(.widget) .block-title:before, .abs-account-blocks .block-title:after, .account .column.main .block:not(.widget) .block-title:after, .multicheckout .block-title:after, .paypal-review .block .block-title:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title:after, .sales-guest-view .column.main .block:not(.widget) .block-title:after {
    content: "\20";
    display: table; }
  .abs-account-blocks .block-title:after, .account .column.main .block:not(.widget) .block-title:after, .multicheckout .block-title:after, .paypal-review .block .block-title:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title:after, .sales-guest-view .column.main .block:not(.widget) .block-title:after {
    clear: both; }
  @media only screen and (max-width: 991px) {
    .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
      font-size: 16px; }
      .abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
        font-size: 12px; } }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 16px;
  color: #000; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }
  @media only screen and (max-width: 991px) {
    .abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
      font-size: 12px; } }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-account-blocks .block-content .box-content, .account .column.main .block:not(.widget) .block-content .box-content, .multicheckout .block-content .box-content, .paypal-review .block .block-content .box-content, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box-content, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box-content, .sales-guest-view .column.main .block:not(.widget) .block-content .box-content {
  font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .abs-account-blocks .block-content .box-content, .account .column.main .block:not(.widget) .block-content .box-content, .multicheckout .block-content .box-content, .paypal-review .block .block-content .box-content, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box-content, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box-content, .sales-guest-view .column.main .block:not(.widget) .block-content .box-content {
      font-size: 10px; } }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "\e607";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "\e618";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      right: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      right: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block-banners,
.block-banners-inline {
  margin-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
    .sidebar .widget:not(:last-child), .block-banners,
    .block-banners-inline {
      margin-bottom: 20px; } }

.abs-remove-button-for-blocks, .sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filtered .item .action.remove {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filtered .item .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "\e616";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filtered .item .action.remove:active:before {
    color: #303030; }

.abs-product-link, .product.name a {
  font-weight: 300; }
  .abs-product-link > a, .product.name a > a {
    color: #656565;
    text-decoration: none; }
    .abs-product-link > a:hover, .product.name a > a:hover {
      color: #656565;
      text-decoration: none; }
    .abs-product-link > a:active, .product.name a > a:active {
      color: #656565;
      text-decoration: none; }

.abs-reset-left-margin, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop {
    margin-left: 100%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 100%; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, ._has-datepicker ~ .ui-datepicker-trigger span, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action .counter-label, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .block-reorder .product-item .label, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .block-search .label, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .item-options:before, .minicart-items .product-item > .product:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .fieldset .fullname .field:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .page-header .header.panel:before, .footer .copyright:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .page-header .header.panel:after, .footer .copyright:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .page-header .header.panel:after, .footer .copyright:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-giftregistry-items .col.product:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-giftregistry-items .col.product:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-giftregistry-items .col.product:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
    .product-add-form .fieldset .fields > .field:not(.choice) > .label {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
    .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
    .product-add-form .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block;
      color: #000; }
    .abs-revert-field-type-desktop .fieldset > .field > .control .input-text, .product-add-form .fieldset > .field > .control .input-text,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .control .input-text,
    .product-add-form .fieldset .fields > .field > .control .input-text {
      color: #666666; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
    .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .actions-toolbar > .action.split, .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .actions-toolbar > .action + .action.toggle, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "\e607";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "\e618";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #656565;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #52264c; }

.abs-button-l, .bundle-actions .action.primary, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.42857;
  padding: 0;
  color: #f2aab5;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 300; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #52264c;
    text-decoration: none; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #52264c;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #52264c; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove, .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-giftregistry-share .action.remove[disabled], .form-giftregistry-edit .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .cart-summary .block.giftcard .action.check[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .table-comparison .wishlist.split.button > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-share .action.remove,
  .form-giftregistry-share fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-edit .action.remove,
  .form-giftregistry-edit fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove,
  .form-add-invitations fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove,
  .form-create-return fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove,
  .form.send.friend fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show,
  fieldset[disabled] .cart-summary .block.giftcard .action.check,
  .cart-summary .block.giftcard fieldset[disabled] .action.check,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #f2aab5;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    -webkit-box-shadow: none;
            box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
  background: #fff;
  border: 1px solid #f2aab5;
  color: #f2aab5; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .cart-summary .actions-toolbar > .primary .action-gift:focus, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .cart-summary .actions-toolbar > .primary .action-gift:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    border: 1px solid #52264c;
    color: #52264c; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    border: 1px solid #52264c;
    color: #52264c; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 7px 15px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-summary .price-including-tax, .gift-summary .price-including-tax, .gift-options .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .weee,
.gift-summary .weee,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before {
    content: "\28" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after {
    content: "\e621"; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621"; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 500;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "\e61c";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "\e622";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after {
      content: "\e621"; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle, .no-display {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; } }

.abs-status, .return-status, .order-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .toolbar-giftregistry-results .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #afafaf;
  font-size: 1.2rem;
  white-space: nowrap; }

.abs-shopping-cart-items .action, .block-cart-failed .action, .cart-container .form-cart .action {
  height: 40px;
  width: 170px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3rem;
  cursor: pointer; }
  .abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border: 2px solid #f2aab5;
    color: #f2aab5;
    display: inline-block;
    padding: 7px 15px;
    line-height: 1.5; }
    .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
      text-decoration: none; }
    .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
      -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
              box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
    .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
      color: #52264c;
      border-color: #52264c; }
  .abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
    float: left;
    margin-left: 20px;
    border-width: 2px; }
  .abs-shopping-cart-items .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear {
    display: none; }

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .abs-shopping-cart-items-mobile .action.continue, .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .abs-shopping-cart-items-mobile .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input, .form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 30px); }

@media only screen and (min-width: 768px) {
  .abs-field-date-input, .abs-field-date input, .field.date input, .form-giftregistry-search .fields-specific-options .datetime-picker {
    width: calc(100% - 45px); } }

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative; }
  .abs-field-tooltip input, .field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #656565; }
  .abs-checkout-tooltip-content-position-top:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .abs-checkout-tooltip-content-position-top-mobile:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before {
      border-bottom-color: #656565; }
    .abs-checkout-tooltip-content-position-top-mobile:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  color: #52264c;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: .3rem; }

.abs-sidebar-totals .mark, .cart-totals .mark, .opc-block-summary .table-totals .mark {
  font-weight: 300;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 300; }

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
    font-weight: 300; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 500; }

.abs-sidebar-totals .msrp, .cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e621"; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 1.8rem;
    font-weight: 300; }

.abs-discount-block > .content, .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: "\e617"; }

.abs-discount-block.active > .content, .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 25px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block;
      color: #000; }
    .fieldset > .field > .control .input-text,
    .fieldset > .fields > .field > .control .input-text {
      color: #666666; }
    .fieldset > .field > .label + br,
    .fieldset > .fields > .field > .label + br {
      display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 1px;
        font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
        font-size: 16px;
        height: 40px;
        line-height: 1.42857;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 10px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 1.2rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: "\e618";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal;
      vertical-align: text-bottom; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #ff0000;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #656565;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  height: 40px; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    font-family: 'diamonds-theme';
    content: '\e909';
    right: 0;
    position: absolute;
    font-size: 20px;
    top: 5px;
    color: #999; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 29px; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field .description {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 100%;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: .3rem; } }

@media only screen and (min-width: 1280px) {
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    font-size: 30px;
    top: 0; } }

@media only screen and (max-width: 991px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    font-size: 12px;
    height: 30px; }
  select {
    font-size: 12px;
    height: 30px; }
  textarea {
    font-size: 12px; } }

.field.note {
  font-size: 14px;
  color: #999;
  letter-spacing: .3rem; }
  @media only screen and (max-width: 1024px) {
    .field.note {
      font-size: 10px; } }

.field .control.indent {
  padding-left: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative; }

.field.terms div.mage-error {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: -5rem;
  top: 3px;
  margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .field.terms div.mage-error {
      top: -1px; } }

.field.gender .radio-inline {
  position: initial; }

.field.gender div.mage-error {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: -5rem;
  top: 5px;
  margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .field.gender div.mage-error {
      top: 0px; } }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

body.page-layout-1column .page-title-wrapper,
body.page-layout-cms-custom .page-title-wrapper,
body.page-layout-category-landing .page-title-wrapper,
body.page-layout-category-2021 .page-title-wrapper {
  text-align: center; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    padding-bottom: 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .columns .sidebar-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .columns .sidebar-additional {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media only screen and (max-width: 1024px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer__bottom-mobile,
  .d-nav-main,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .page-title-wrapper .banner-box-wrapper .text-container {
    padding-left: 20px;
    padding-right: 20px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative; } }

@media only screen and (min-width: 1025px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .d-nav-main,
  .footer__top,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .page-main,
  .page-title-wrapper .banner-box-wrapper .text-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  .footer__bottom {
    max-width: 100%; }
  .page-main {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block;
    margin-left: -20px;
    margin-right: -20px; }
    .columns:before, .columns:after {
      content: "\20";
      display: table; }
    .columns:after {
      clear: both; }
  .column.main {
    min-height: 300px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media only screen and (min-width: 1025px) and (min-width: 768px) {
    .column.main {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

@media only screen and (min-width: 1025px) {
    .page-layout-1column .column.main {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-3columns .column.main {
      width: 50%;
      display: inline-block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-left .column.main {
      width: 75%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-right .column.main {
      width: 75%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .sidebar-main {
    padding-left: 20px;
    padding-right: 20px; } }
  @media only screen and (min-width: 1025px) and (min-width: 768px) {
    .sidebar-main {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

@media only screen and (min-width: 1025px) {
    .page-layout-3columns .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 20px;
    padding-right: 20px; } }
  @media only screen and (min-width: 1025px) and (min-width: 768px) {
    .sidebar-additional {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

@media only screen and (min-width: 1025px) {
    .page-layout-3columns .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .blog-index-index .sidebar-additional,
    .blog-post-view .sidebar-additional {
      padding: 0; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .panel.header {
    padding: 10px 20px; } }

@media only screen and (min-width: 1280px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .footer__top,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .page-main,
  .page-title-wrapper .banner-box-wrapper .text-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  .header.content,
  .d-nav-main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0;
    width: 100%; } }

@media only screen and (min-width: 1580px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .d-nav-main,
  .footer__top,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .page-main,
  .page-title-wrapper .banner-box-wrapper .text-container {
    max-width: 1540px; } }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.message.info {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #f2aab5; }
    .message.info a:hover {
      color: #52264c; }
    .message.info a:active {
      color: #52264c; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #c07600;
    content: "\e602";
    font-family: "icons-blank-theme";
    margin: -20px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 18px;
    left: 0;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #f2aab5;
  color: #ff0000;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #f2aab5; }
    .message.error a:hover {
      color: #52264c; }
    .message.error a:active {
      color: #52264c; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #b30000;
    content: "\e602";
    font-family: "icons-blank-theme";
    margin: -20px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 18px;
    left: 0;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #f2aab5; }
    .message.warning a:hover {
      color: #52264c; }
    .message.warning a:active {
      color: #52264c; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #c07600;
    content: "\e602";
    font-family: "icons-blank-theme";
    margin: -20px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 18px;
    left: 0;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #f2aab5; }
    .message.notice a:hover {
      color: #52264c; }
    .message.notice a:active {
      color: #52264c; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #c07600;
    content: "\e602";
    font-family: "icons-blank-theme";
    margin: -20px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 18px;
    left: 0;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #f2aab5; }
    .message.success a:hover {
      color: #52264c; }
    .message.success a:active {
      color: #52264c; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #006400;
    content: "\e610";
    font-family: "icons-blank-theme";
    margin: -20px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 18px;
    left: 0;
    width: 40px;
    position: absolute;
    text-align: center; }

.page-messages-wrapper {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-messages-wrapper .message-box {
    width: 400px;
    background: #fff;
    border: #ccc 1px solid;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding-left: 20px; }
    .page-messages-wrapper .message-box > *:first-child:before {
      position: static;
      display: block;
      margin: 20px auto; }
    .page-messages-wrapper .message-box button.primary, .page-messages-wrapper .message-box .actions-toolbar > .primary.action, .page-messages-wrapper .message-box .primary.action-gift {
      margin-top: 15px;
      margin-bottom: 15px;
      height: 40px;
      line-height: unset;
      letter-spacing: .3rem; }

@media only screen and (max-width: 1024px) {
  .page-messages-wrapper .message-box {
    width: 290px;
    padding: 20px 0; } }

@media only screen and (max-width: 639px) {
  .page-messages-wrapper .messages {
    margin: auto;
    width: 90%; }
  .page-messages-wrapper .message-box {
    width: auto;
    max-width: 100%;
    margin: auto; } }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  background: #727272; }

.nav-toggle {
  opacity: 1;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #52264c;
  left: 15px;
  position: absolute;
  top: 12px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .nav-toggle {
      display: block !important; } }
  .nav-toggle:before {
    font-family: 'diamonds-theme';
    content: '\e913'; }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  @media only screen and (min-width: 768px) {
    .nav-toggle {
      top: 15px; } }

.active.nav-toggle::before {
  z-index: 10;
  position: absolute;
  content: '\e916'; }

@media only screen and (max-width: 991px) {
  .navigation {
    padding: 0; }
    .navigation .parent .level-top {
      position: relative;
      display: block;
      text-decoration: none; }
      .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "\e622";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px; }
      .navigation .parent .level-top.ui-state-active:after {
        content: "\e621"; }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px); }
    .nav-sections .switcher {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem;
      font-weight: 700;
      margin: 0;
      padding: 0.8rem 3.5rem 0.8rem 2rem; }
      .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px; }
      .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1; }
    .nav-sections .switcher-trigger strong {
      position: relative;
      display: block;
      text-decoration: none; }
      .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "\e622";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px; }
    .nav-sections .switcher-trigger.active strong:after {
      content: "\e621"; }
    .nav-sections .switcher-dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      padding: 10px 0; }
    .nav-sections .header.links {
      margin: 0;
      padding: 0;
      list-style: none none;
      border-bottom: 1px solid #d1d1d1; }
      .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0; }
        .nav-sections .header.links li.greet.welcome {
          border-top: 1px solid #d1d1d1;
          font-weight: 700;
          padding: 0.8rem 20px; }
        .nav-sections .header.links li > a {
          border-top: 1px solid #d1d1d1; }
      .nav-sections .header.links a,
      .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 20px; }
      .nav-sections .header.links .header.links {
        border: 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      -webkit-transition: left 0.3s;
      -o-transition: left 0.3s;
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    background: #656565;
    border: solid #585858;
    border-width: 0 0 1px 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom: 0; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
  .nav-sections-item-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation {
    background: #727272;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 10px 0 10px 15px; }
    .navigation a,
    .navigation a:hover {
      color: #575757;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem; }
      .navigation .level0 > .level-top {
        font-weight: 500;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 600; }
      .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px; }
        .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin-left: -8px; }
    .navigation li.level0:last-child {
      border-bottom: 1px solid #d1d1d1; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      font-weight: 300;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      -webkit-transition: left 0.3s ease-out;
      -o-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            color: #575757;
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; } }

@media only screen and (min-width: 1025px) {
  .nav-toggle {
    display: none;
    opacity: 0; }
  .nav-sections {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 25px; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content {
    display: block !important; }
  .nav-sections-item-content > * {
    display: none; }
  .nav-sections-item-content > .navigation {
    display: block; }
  .navigation {
    background: #727272;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3; }
    .navigation:empty {
      display: none; }
    .navigation ul {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      margin: 0 10px 0 0;
      display: inline-block;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
          color: #656565;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #656565;
        text-decoration: none;
        display: inline-block; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #d1d1d1;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 500;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px; }
        .navigation .level0 .submenu > ul {
          margin-top: 11px; }
          .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
            content: '';
            display: block;
            overflow: hidden;
            position: absolute; }
          .navigation .level0 .submenu > ul:before {
            color: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #d1d1d1;
            color: #d1d1d1;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          color: #575757;
          padding: 8px 20px; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: #656565;
            color: #656565;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          border-color: #ff5501;
          border-style: solid;
          border-width: 0 0 0 3px; }
        .navigation .level0 .submenu .submenu {
          top: 0 !important;
          left: 100% !important; }
        .navigation .level0 .submenu .submenu-reverse {
          left: auto !important;
          right: 100%; }
      .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        .navigation .level0.more:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 26px;
          line-height: inherit;
          color: inherit;
          content: "\e607";
          font-family: "icons-blank-theme";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .navigation .level0.more:before {
          display: none; }
        .navigation .level0.more:after {
          cursor: pointer;
          padding: 8px 12px;
          position: relative;
          z-index: 1; }
        .navigation .level0.more:hover > .submenu {
          overflow: visible !important; }
        .navigation .level0.more li {
          display: block; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; } }

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

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 500; }

.pages .item {
  font-size: 2.2rem;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  color: #52264c;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #52264c; }
  .pages a.page:hover {
    color: #f2aab5;
    text-decoration: none; }
  .pages a.page:active {
    color: #f2aab5; }

.pages strong.page {
  font-size: 2.2rem;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 32px;
  color: #f2aab5;
  display: inline-block;
  font-weight: 500;
  padding: 0 4px; }

.pages .action {
  color: #f2aab5;
  display: inline-block;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #f2aab5; }
  .pages .action:hover {
    color: #f2aab5;
    text-decoration: none; }
  .pages .action:active {
    color: #f2aab5; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #f2aab5; }
    .pages .action.next:active:before {
      color: #f2aab5; }
    .pages .action.next > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #f2aab5;
      content: "\e608";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.next:hover:before {
      color: #f2aab5; }
    .pages .action.next:active:before {
      color: #f2aab5; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #f2aab5; }
    .pages .action.previous:active:before {
      color: #f2aab5; }
    .pages .action.previous > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #f2aab5;
      content: "\e617";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.previous:hover:before {
      color: #f2aab5; }
    .pages .action.previous:active:before {
      color: #f2aab5; }

.pages .action {
  width: 34px; }
  .pages .action.previous {
    margin-right: 0px; }
  .pages .action.next {
    margin-left: 0px; }
  .pages .action:hover {
    opacity: 0.6; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "\e616";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: inherit; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  display: block;
  line-height: 1; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 1.1rem; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 1.1rem; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    height: 40px;
    padding: 5px 20px 5px 20px;
    color: #656565;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #afafaf;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #afafaf;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #656565;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: white;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px; }

@media only screen and (min-width: 1025px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #656565;
        font-weight: 300;
        line-height: 20px;
        font-size: 1.6rem;
        color: #656565;
        text-decoration: none;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px 5px 20px; }
        .product.data.items > .item.title > .switch:hover {
          color: #f2aab5;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #656565;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #fcfcfc; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: white;
        color: #f2aab5; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 6px; }
    .product.data.items > .item.content {
      background: white;
      margin-top: 31px;
      padding: 20px 20px 20px 20px;
      border: 0;
      border-top: 1px solid #d1d1d1; } }

@media only screen and (max-width: 768px) {
  .product.data.items {
    margin: 0;
    padding: 0; }
    .product.data.items > .item.title {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: none;
      width: 100%; }
      .product.data.items > .item.title > .switch {
        display: block; }
    .product.data.items > .item.content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 0 5px; }
    .product.data.items > .item.title > .switch {
      height: 40px;
      padding: 5px 20px 5px 20px;
      color: #656565;
      font-weight: 600;
      line-height: 40px;
      font-size: 1.8rem;
      color: #afafaf;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #afafaf;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #656565;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: #fcfcfc; }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
      background: white;
      padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: white;
      border: 1px solid #d1d1d1;
      margin: 0 0 5px;
      padding: 20px 20px 20px 20px; }
    .product.data.items .data.item {
      display: block; } }

@media only screen and (min-width: 1280px) {
  .product.data.items > .item.title > .switch {
    letter-spacing: .3rem; } }

.table-wrapper {
  margin-bottom: 20px; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
    letter-spacing: .3rem; }
  .table:not(.cart):not(.totals) > tbody > tr > td.col.status, .table:not(.cart):not(.totals) > tbody > tr > td.col.actions {
    letter-spacing: .3rem; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px; }
  .table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 300; }

@media only screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
      border: none;
      display: block; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
        display: none; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
        display: block; }
        .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
          display: block;
          border-bottom: 1px solid #ccc; }
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:last-child {
            border-bottom: 1px solid #ccc; }
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
            border-bottom: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 5px 0; }
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
              padding-right: 10px;
              content: attr(data-th);
              color: #000;
              font-weight: 300; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 20px; }
        .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child:before {
          content: '';
          padding: 0; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
        display: none; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
      display: block; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
          content: '';
          display: table; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
          clear: both; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
          padding-top: 20px; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%; }
  .data-table-definition-list thead {
    display: none; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #656565;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #fff;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #bbb;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; } }

@font-face {
  font-family: "jf-jinxuan", "Open Sans";
  src: url("../fonts/opensans/light/opensans-300.eot");
  src: url("../fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../fonts/opensans/light/opensans-300.woff") format("woff"), url("../fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../fonts/opensans/light/opensans-300.svg#jf-jinxuan, Open Sans") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "jf-jinxuan", "Open Sans";
  src: url("../fonts/opensans/regular/opensans-400.eot");
  src: url("../fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../fonts/opensans/regular/opensans-400.woff") format("woff"), url("../fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../fonts/opensans/regular/opensans-400.svg#jf-jinxuan, Open Sans") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "jf-jinxuan", "Open Sans";
  src: url("../fonts/opensans/semibold/opensans-600.eot");
  src: url("../fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../fonts/opensans/semibold/opensans-600.svg#jf-jinxuan, Open Sans") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "jf-jinxuan", "Open Sans";
  src: url("../fonts/opensans/bold/opensans-700.eot");
  src: url("../fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../fonts/opensans/bold/opensans-700.woff") format("woff"), url("../fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../fonts/opensans/bold/opensans-700.svg#jf-jinxuan, Open Sans") format("svg");
  font-weight: 700;
  font-style: normal; }

.heading-h1 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.heading-h2 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.heading-h3 {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem; }

.heading-h4 {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.heading-h5 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.heading-h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2rem; }

@media only screen and (min-width: 768px) {
  h1,
  .heading-h1 {
    font-size: 30px;
    margin-bottom: 30px; } }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.page-title-wrapper .page-title {
  font-size: 40px;
  line-height: 1; }
  @media only screen and (max-width: 991px) {
    .page-title-wrapper .page-title {
      font-size: 24px; } }

body.page-layout-1column .page-title-wrapper .page-title:after,
body.page-layout-cms-custom .page-title-wrapper .page-title:after,
body.page-layout-category-landing .page-title-wrapper .page-title:after,
body.page-layout-category-2021 .page-title-wrapper .page-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #f2aab5;
  margin: 27px auto 40px auto; }
  @media only screen and (max-width: 991px) {
    body.page-layout-1column .page-title-wrapper .page-title:after,
    body.page-layout-cms-custom .page-title-wrapper .page-title:after,
    body.page-layout-category-landing .page-title-wrapper .page-title:after,
    body.page-layout-category-2021 .page-title-wrapper .page-title:after {
      width: 50px;
      margin: 17px auto 30px auto; } }

body.page-layout-1column .page-title-wrapper.product .page-title:after,
body.page-layout-cms-custom .page-title-wrapper.product .page-title:after,
body.page-layout-category-landing .page-title-wrapper.product .page-title:after,
body.page-layout-category-2021 .page-title-wrapper.product .page-title:after {
  display: none; }

body.page-layout-1column .page-title-wrapper.product .page-title > .base:after,
body.page-layout-cms-custom .page-title-wrapper.product .page-title > .base:after,
body.page-layout-category-landing .page-title-wrapper.product .page-title > .base:after,
body.page-layout-category-2021 .page-title-wrapper.product .page-title > .base:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #f2aab5;
  margin: 27px auto 40px auto; }
  @media only screen and (max-width: 991px) {
    body.page-layout-1column .page-title-wrapper.product .page-title > .base:after,
    body.page-layout-cms-custom .page-title-wrapper.product .page-title > .base:after,
    body.page-layout-category-landing .page-title-wrapper.product .page-title > .base:after,
    body.page-layout-category-2021 .page-title-wrapper.product .page-title > .base:after {
      width: 50px;
      margin: 17px auto 30px auto; } }

.text-gray-light {
  color: #999; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 1000; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 14.8rem;
  z-index: 1002; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 1002;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 25rem auto;
    width: 32.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    border: 1px solid #ccc; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem; }
    .modal-popup .modal-footer button, .modal-popup .modal-footer .actions-toolbar > .action, .modal-popup .modal-footer .action-gift {
      min-width: 70px;
      height: 40px;
      letter-spacing: .3rem; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 1002;
    left: 35rem; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

@media only screen and (max-width: 639px) {
  .modal-popup.modal-slide {
    left: 44px; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #f2aab5;
    content: "\e616";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-family: "diamonds-theme" !important;
    content: '\e914';
    font-size: 30px; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #4c4c4c; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 10px; }

.modal-slide .action-close {
  padding: 1.5rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: #fff;
  opacity: 0.9;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
  background: #fff;
  opacity: .9;
  content: '';
  display: block; }

@media only screen and (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    -o-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 1002;
    left: auto;
    overflow: auto;
    -webkit-box-shadow: 1px 0px 3px 3px #ccc;
            box-shadow: 1px 0px 3px 3px #ccc; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      width: 50%;
      right: 0;
      left: auto;
      margin-bottom: 0; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto;
      min-height: 100%;
      background: #fff; }
    .custom-slide .action-close {
      margin: 15px 20px; }
      .custom-slide .action-close:before {
        font-size: 22px;
        color: #52264c;
        font-weight: bold; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: fade(#333, 55%); }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup.modal-slide .modal-title {
    margin-top: 30px;
    border-bottom: none; }
  .modal-popup.modal-slide .modal-content {
    padding: 0 20px; }
    .modal-popup.modal-slide .modal-content .control._with-tooltip .input-text {
      width: 100%; }
  .modal-popup.modal-slide .action-close {
    margin: 15px 20px;
    padding: 0; }
    .modal-popup.modal-slide .action-close:before {
      font-size: 22px;
      color: #52264c;
      font-weight: bold; }
  .modal-popup.modal-slide .modal-footer {
    margin: 0;
    padding: 0 20px; }
    .modal-popup.modal-slide .modal-footer .action {
      width: 100%;
      height: 30px; }
      .modal-popup.modal-slide .modal-footer .action.primary {
        margin-bottom: 10px; }
      .modal-popup.modal-slide .modal-footer .action.secondary {
        border: none; }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 500; } }

@media only screen and (max-width: 639px) {
  .custom-slide._show {
    width: inherit;
    left: 44px; } }

@media only screen and (min-width: 1280px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; } }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 1.6rem; }
    .block-cart-failed .block-title strong {
      font-weight: 500; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 639px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "\e616";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    color: #f2aab5;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:hover {
      color: #52264c;
      text-decoration: none; }
    .column .block-addbysku .action.remove:active {
      color: #52264c;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #52264c; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #f2aab5;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintree .hosted-control:disabled {
    opacity: 0.5; }
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27; }
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400; }
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem; }
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem; }
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../Magento_Braintree/images/paypal-small.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  .braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .braintree-paypal-account .payment-method-type {
    font-weight: 500; }
  .braintree-paypal-account .payment-method-description {
    color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300; }
  .action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
    background: none;
    border: none; }
  .action-braintree-paypal-logo:hover {
    background: none;
    border: none; }
  .action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled],
  fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .action-braintree-paypal-logo img {
    margin: 0;
    width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-actions {
  display: none; }
  .bundle-actions + .action {
    display: none; }

.bundle-options-container {
  clear: both; }
  .bundle-options-container .legend.title {
    color: #52264c;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  .bundle-options-container .input-text.qty {
    height: 40px;
    text-align: center;
    width: 80px;
    margin: 0 5px; }
  .bundle-options-container .minus,
  .bundle-options-container .plus {
    font-size: 15px;
    cursor: pointer; }
  .bundle-options-container .selected img {
    border: 2px solid #52264c; }
  .bundle-options-container .product-options-wrapper select.bundle.option {
    max-width: 380px;
    padding: 10px 0;
    overflow: scroll;
    height: 160px;
    letter-spacing: .3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (max-width: 1024px) {
      .bundle-options-container .product-options-wrapper select.bundle.option {
        max-width: unset; } }
    .bundle-options-container .product-options-wrapper select.bundle.option option {
      padding: 10px 20px; }
  .bundle-options-container .fieldset-bundle-options .field.option {
    border-bottom: 1px solid #ccc; }
    .bundle-options-container .fieldset-bundle-options .field.option .label h2 {
      display: inline; }
  .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info {
    margin: 20px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .price-box {
      width: auto; }
    .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .child-product-name {
      letter-spacing: .3rem;
      margin-bottom: 10px; }
      .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .child-product-name a span {
        border: 1px solid #f2aab5;
        padding: 5px; }
      .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .child-product-name a:hover span {
        border-color: #52264c; }
    .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .image-child-bundle .inner {
      color: #656565;
      font-size: 12px; }
      .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .image-child-bundle .inner:nth-last-child(2) {
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        word-break: keep-all; }
  .bundle-options-container .control.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .bundle-options-container .control.wrap .nested {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .bundle-options-container .control.wrap .owl-carousel {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .bundle-options-container .action.back {
    margin-bottom: 30px;
    display: none; }
  .bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 500; }
  .bundle-options-container .bundle-options-wrapper .price-label {
    letter-spacing: .3rem; }
  .bundle-options-container .block-bundle-summary {
    top: unset !important; }
    .bundle-options-container .block-bundle-summary .title {
      padding-bottom: 5px;
      color: #ccc;
      font-size: 10px; }
      .bundle-options-container .block-bundle-summary .title .price-label {
        letter-spacing: .3rem; }
    .bundle-options-container .block-bundle-summary .content .old-price {
      line-height: initial; }
      .bundle-options-container .block-bundle-summary .content .old-price .price-container {
        margin-bottom: 0; }
    .bundle-options-container .block-bundle-summary .content .special-price {
      margin-top: 0; }
    .bundle-options-container .block-bundle-summary .content .price-container {
      color: #000; }
      .bundle-options-container .block-bundle-summary .content .price-container + span {
        color: #000; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      color: #52264c;
      font-weight: 500;
      line-height: 1.1;
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 2rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        color: #52264c;
        font-weight: 300;
        line-height: 1.1;
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 1rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested {
    float: right; }
    .bundle-options-container .nested .field.qty {
      margin-top: 0; }
      .bundle-options-container .nested .field.qty .label {
        margin: 0 0 5px;
        display: inline-block;
        color: #000;
        letter-spacing: .3rem; }
  .bundle-options-container p.required {
    color: #e02b27;
    display: none; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

.multilineselect {
  border: 1px solid silver;
  margin: 0px;
  padding: 10px 0;
  height: 160px;
  overflow: scroll;
  width: 100%;
  letter-spacing: .3rem;
  -ms-flex-order: 2;
      order: 2;
  -webkit-box-ordinal-group: 3; }
  .multilineselect li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 10px 20px;
    cursor: default; }
    .multilineselect li.selected {
      color: #000;
      background-color: #ccc; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 20px; }
  .bundle-options-container .block-bundle-summary {
    position: relative; }
    .bundle-options-container .block-bundle-summary .title {
      width: 70%;
      margin: auto; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
  .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right
  .bundle-options-container .block-bundle-summary,
  .page-layout-3columns
  .bundle-options-container .block-bundle-summary {
    width: 48%; } }

@media only screen and (min-width: 1280px) {
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 0; }
  .bundle-options-container .block-bundle-summary .title {
    width: auto;
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px; }
  .bundle-options-container .block-bundle-summary .content .price-container {
    display: inline-block;
    margin-bottom: 20px; }
    .bundle-options-container .block-bundle-summary .content .price-container .price {
      font-size: 22px; }
    .bundle-options-container .block-bundle-summary .content .price-container + span {
      font-size: 22px; }
  .bundle-options-container .fieldset-bundle-options {
    padding-bottom: 20px; }
    .bundle-options-container .fieldset-bundle-options .field.option {
      padding-bottom: 20px; }
    .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info {
      margin-bottom: 0; }
      .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .image-child-bundle .inner {
        font-size: 16px; }
        .bundle-options-container .fieldset-bundle-options .multiple-option-bundle-info .image-child-bundle .inner:nth-last-child(2) {
          margin-bottom: 20px; }
  .bundle-options-container .control.wrap {
    display: block; } }

.top-list-wrapper {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    .top-list-wrapper {
      display: none; } }
  .top-list-wrapper .top-list {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
    .top-list-wrapper .top-list li {
      padding: 20px 30px;
      font-size: 16px;
      letter-spacing: .3rem; }
      .top-list-wrapper .top-list li .top-item-link {
        color: #656565;
        font-weight: 300; }
        .top-list-wrapper .top-list li .top-item-link:hover {
          color: #f2aab5;
          text-decoration: none; }

.banner-box-wrapper {
  position: relative;
  margin-bottom: 80px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0; }
  .banner-box-wrapper .img-box-container .img-small {
    display: none; }
  @media only screen and (max-width: 639px) {
    .banner-box-wrapper .img-box-container {
      width: 100%; }
      .banner-box-wrapper .img-box-container .img-large {
        display: none; }
      .banner-box-wrapper .img-box-container .img-small {
        display: block;
        width: 100%; } }
  .banner-box-wrapper .img-box-container img {
    width: 100%; }
  .banner-box-wrapper .text-container {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 50%;
    height: 100%;
    text-align: center; }
    .banner-box-wrapper .text-container .text-inner-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 95px;
      height: inherit; }
      @media only screen and (min-width: 1921px) {
        .banner-box-wrapper .text-container .text-inner-info {
          padding-left: 200px; } }
      @media only screen and (max-width: 1579px) {
        .banner-box-wrapper .text-container .text-inner-info {
          padding-left: 20px; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-box-wrapper .text-container .text-inner-info {
    padding-right: 100px; } }
    .banner-box-wrapper .text-container .text-inner {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 120px 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: .3rem; }
      @media only screen and (max-width: 1579px) {
        .banner-box-wrapper .text-container .text-inner {
          padding: 80px 40px; } }
      @media only screen and (max-width: 1024px) {
        .banner-box-wrapper .text-container .text-inner {
          padding: 20px 20px; } }
  .banner-box-wrapper .subtitle {
    margin-bottom: 20px; }
  .banner-box-wrapper .see-more {
    margin-bottom: 20px; }
  .banner-box-wrapper .d-description {
    color: #656565; }
  @media only screen and (max-width: 1024px) {
    .banner-box-wrapper h1.u-title-underline {
      font-size: 20px; }
    .banner-box-wrapper .subtitle {
      margin-bottom: 10px;
      font-size: 12px; }
    .banner-box-wrapper .see-more {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 639px) {
    .banner-box-wrapper .text-container {
      width: 100%;
      height: 50%;
      bottom: 0;
      top: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .banner-box-wrapper .text-container .text-inner-info {
        padding-left: 0;
        width: 100%;
        height: 100%;
        padding: 0 30px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 30px; }
        .banner-box-wrapper .text-container .text-inner-info .text-inner {
          width: 100%; } }

.banner-block-wrapper {
  position: relative; }
  .banner-block-wrapper.bottom {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .banner-block-wrapper.bottom {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1580px; } }
    @media only screen and (max-width: 767px) {
      .banner-block-wrapper.bottom {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 639px) {
      .banner-block-wrapper.bottom {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 1280px) {
      .banner-block-wrapper.bottom {
        padding-right: 0;
        padding-left: 0; } }
    .banner-block-wrapper.bottom span:hover {
      color: #f2aab5; }

.category-page-title {
  margin-bottom: 80px;
  text-align: center; }
  .category-page-title .banner-title {
    font-size: 40px;
    letter-spacing: .5rem; }
    @media only screen and (max-width: 1024px) {
      .category-page-title .banner-title {
        font-size: 24px; } }

.category-lastest-gird {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .category-lastest-gird {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
      max-width: 1580px; } }
  @media only screen and (max-width: 767px) {
    .category-lastest-gird {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 639px) {
    .category-lastest-gird {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 639px) {
    .category-lastest-gird {
      padding-right: 20px;
      padding-left: 20px; } }
  .category-lastest-gird .block-title h3, .category-lastest-gird .block-title h2 {
    font-size: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1280px) {
      .category-lastest-gird .block-title h3, .category-lastest-gird .block-title h2 {
        font-size: 30px;
        margin-bottom: 30px; } }
  .category-lastest-gird .block-title,
  .category-lastest-gird .subtitle {
    letter-spacing: .3rem; }

.products {
  margin: 30px 0; }
  .products.products-grid {
    clear: both; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    width: 49%; }
    .catalogsearch-result-index .products-grid .product-item {
      width: 100%; }
  .product-item-name {
    display: block;
    margin: 0 0 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-size: 22px;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 991px) {
      .product-item-name {
        font-size: 16px; } }
    .product-item-name .product-item-link {
      color: #52264c; }
      .product-item-name .product-item-link:hover {
        color: #f2aab5; }
  .product-item-info {
    max-width: 100%;
    text-align: center; }
    .page-products .product-item-info {
      width: 300px;
      margin: auto; }
    .product-item-info .actions-secondary {
      position: relative; }
  .product-item-actions {
    display: none; }
    .product-item-actions .actions-secondary > .action:before {
      margin: 0; }
  .product-item-details {
    text-align: center; }
    .product-item-details .swatch-attribute {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
  .product-item-description {
    margin: 25px 0; }
  .product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0; }
  .product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase; }
  .product-item .price-box {
    margin: 10px 0 25px; }
    .product-item .price-box .price {
      font-size: 16px;
      font-weight: 300;
      white-space: nowrap; }
      @media only screen and (max-width: 1024px) {
        .product-item .price-box .price {
          font-size: 12px; } }
    .product-item .price-box .red:not(.replace_red) .price {
      color: #f20458; }
    .product-item .price-box .price-label {
      font-size: 12px; }
      .product-item .price-box .price-label:after {
        content: ':'; }
  .product-item .price-final_price {
    color: #666666; }
  .product-item .special-price .price,
  .product-item .minimal-price .price {
    font-size: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      .product-item .special-price .price,
      .product-item .minimal-price .price {
        font-size: 12px; } }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 300; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #f2aab5;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 300; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    display: block;
    white-space: nowrap; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }
  .product-item .action.tocompare {
    right: 0px;
    position: absolute;
    bottom: 20px;
    z-index: 10; }
    .product-item .action.tocompare:before {
      font-family: 'diamonds-theme';
      content: '\e926';
      color: #ccc;
      font-size: 20px;
      -webkit-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s; }
    .product-item .action.tocompare:hover:before {
      color: #52264c; }
    .widget-product-grid .product-item .action.tocompare,
    .products-related .product-item .action.tocompare {
      right: 25%; }
    .product-item .action.tocompare span {
      display: none; }
  .product-item .tocart {
    white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .column.main .product-item {
    padding-left: 20px; } }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px; }

.price-container .weee:before {
  content: "\28" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.products-list .product-item {
  display: table;
  width: 100%; }
  .products-list .product-item-info {
    display: table-row; }
  .products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%; }
  .products-list .product-item-details {
    display: table-cell;
    vertical-align: top; }

@media only screen and (max-width: 639px) {
  .products-list .product-item {
    table-layout: fixed; }
    .products-list .product-item-photo {
      padding: 0 10px 10px 0;
      width: 30%; } }

@media only screen and (min-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 30px; }
  .products-grid .product-item-actions {
    margin: 10px 0; }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%; }
    .product-item-actions .actions-primary + .actions-secondary > * {
      white-space: normal; }
  .product-item-actions .actions-primary {
    display: table-cell; }
  .products-grid .product-item {
    width: 33.3333%; }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-category-2021 .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 32.667%; } }

@media only screen and (min-width: 768px) {
  .page-products .products-grid .product-item {
    width: 32.667%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; }
  .product-item .action.tocompare {
    bottom: 35px;
    right: 30px; } }

@media only screen and (min-width: 1280px) {
  .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .products-grid .product-item,
  .page-layout-category-2021 .products-grid .product-item {
    width: 16.6666%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products .products-grid .product-items {
    margin: 0; }
  .page-products .products-grid .product-item {
    padding: 0;
    width: 33.333%; }
    .page-products .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; }
  .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-category-2021 .products-grid .product-item {
    margin-left: 0;
    width: 32.667%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
      margin-left: 1%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; }
  .product-item .action.tocompare {
    bottom: 20px; } }

.product-item .product_short_desc {
  color: #656565;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .product-item .product_short_desc {
      font-size: 14px;
      line-height: 1.5; } }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0;
  display: none; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.catalogsearch-result-index .toolbar-wrapper.top .toolbar-products ~ .amount-wrapper .toolbar-amount {
  display: block;
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    .catalogsearch-result-index .toolbar-wrapper.top .toolbar-products ~ .amount-wrapper .toolbar-amount {
      font-size: 10px;
      margin-left: 0;
      padding-top: 5px; } }

.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .products.wrapper ~ .toolbar-products {
      display: none; } }
  .toolbar-wrapper .toolbar-products {
    position: absolute;
    top: -5px;
    right: 0; }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.sorter {
  padding: 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    .sorter {
      font-size: 10px;
      margin-bottom: 0;
      padding-top: 6px; } }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }

.sorter-options {
  margin: 0 20px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  color: #f2aab5;
  font-size: 30px; }
  .sorter-action:before {
    font-family: 'diamonds-theme';
    content: '\e90b'; }
  .sorter-action span {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .sorter-action {
      font-size: 20px; } }

.sorter-action.sort-desc:before {
  content: "\e614";
  content: '\e924'; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar .pages {
    float: left; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: block;
    float: left;
    margin-right: 20px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #afafaf;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 300;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .modes-mode:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: inherit;
      color: #afafaf;
      content: "\e60d";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #afafaf; }
    .modes-mode:not(.active):hover {
      color: #afafaf;
      background: #dedede; }
    .modes-mode:last-child {
      border-right: 1px solid #d1d1d1; }
    .modes-mode.active {
      color: #d8d8d8; }
  .mode-list:before {
    content: "\e60b"; }
  .limiter {
    float: right; }
    .products.wrapper ~ .toolbar .limiter {
      display: block; } }

.toolbar-wrapper {
  position: relative; }
  .block.filter .toolbar-wrapper {
    position: static; }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  cursor: pointer; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fotorama-focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-duration: unset;
       -o-transition-duration: unset;
          transition-duration: unset;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  -webkit-transition-duration: 333ms;
       -o-transition-duration: 333ms;
          transition-duration: 333ms; }

.transitionDurationZero {
  -webkit-transition-duration: unset;
       -o-transition-duration: unset;
          transition-duration: unset; }

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 900;
  cursor: pointer; }
  .fotorama__arr:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__arr:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #68a8e0;
              box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__arr--prev {
    left: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
  .fotorama__arr--next {
    right: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0.1;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.fotorama__arr--disabled {
  opacity: .1 !important; }

.fotorama__arr__arr {
  background-image: unset !important;
  font-family: 'diamonds-theme'; }
  .fotorama__arr .fotorama__arr__arr {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 1000; }
    .ie9 .fotorama__arr .fotorama__arr__arr {
      margin: -40px 0 0 -40px; }
  .fotorama__arr__arr:before {
    font-size: 40px;
    color: #f2aab5;
    top: 16%;
    left: 24%;
    position: absolute; }
    @media only screen and (max-width: 479px) {
      .fotorama__arr__arr:before {
        font-size: 25px; } }
  .fotorama__arr__arr:hover {
    opacity: 0.6; }
  .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -80px; }
    .fotorama__arr--prev .fotorama__arr__arr:before {
      content: '\e91a'; }
  .fotorama__arr--next .fotorama__arr__arr {
    background-position: -160px -80px; }
    .fotorama__arr--next .fotorama__arr__arr:before {
      content: '\e91b'; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#000, 0.5); }
    .fotorama__caption a:hover {
      color: #000;
      border-color: fade(#000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  width: 20px;
  height: 1px;
  background: #ccc;
  border-top: 1px solid #ccc; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #68a8e0;
              box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #52264c;
    border-color: #52264c; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000;
  background-image: unset !important;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: #f2aab5; }
  .fotorama__fullscreen-icon:before {
    font-family: 'diamonds-theme';
    content: '\e914';
    font-size: 35px;
    top: 15px;
    position: absolute;
    left: 22px; }
  .fotorama__fullscreen-icon:hover {
    color: #52264c;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
            transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
            transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.gallery-placeholder .loading-mask {
  position: static;
  padding: 0 0 50%; }

.gallery-placeholder .loader img {
  position: absolute; }

.fotorama__wrap--css3 .fotorama__html {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width, height, top, left;
    -o-transition-property: width, height, top, left;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      -webkit-transition-property: width, height, bottom, right, top, left;
      -o-transition-property: width, height, bottom, right, top, left;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      -webkit-transition-property: none;
      -o-transition-property: none;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #bbb;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 20px;
    height: 30px;
    margin: 0px 3px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
            animation: spinner 24s infinite linear; }

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

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

.gallery-placeholder__image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 550px; }
  @media only screen and (max-width: 1024px) {
    .gallery-placeholder__image {
      max-width: 300px; } }
  @media only screen and (max-width: 479px) {
    .gallery-placeholder__image {
      max-width: 250px; } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 550px; }
  @media only screen and (max-width: 1024px) {
    .fotorama__stage {
      max-height: 300px; } }
  @media only screen and (max-width: 479px) {
    .fotorama__stage {
      max-height: 250px; } }
  .modals-wrapper + .fotorama-item .fotorama__stage {
    max-height: 850px; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__stage__frame:after {
    font-family: 'diamonds-theme';
    content: '\e912';
    position: absolute;
    right: 15%;
    bottom: 2rem;
    font-size: 25px;
    color: #ccc;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }
    @media only screen and (max-width: 1024px) {
      .fotorama__stage__frame:after {
        font-size: 15px; } }
    .fotorama--fullscreen .fotorama__stage__frame:after {
      display: none; }
  .fotorama__stage__frame:hover:after {
    color: #52264c; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #68a8e0;
              box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0 0 3px 1px #68a8e0;
              box-shadow: 0 0 3px 1px #68a8e0;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
      .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
      .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        margin: -15px 0 0 -15px; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 30px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-position: -25px -265px; }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-position: -25px -350px; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1000;
    cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  -webkit-transform: translate3d(80px, -80px, 0);
          transform: translate3d(80px, -80px, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0;
  text-align: center; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000;
  background-image: unset !important;
  font-family: 'diamonds-theme';
  font-size: 35px;
  color: #f2aab5;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s; }
  .fotorama__zoom-in:hover,
  .fotorama__zoom-out:hover {
    color: #52264c; }
  .fotorama__zoom-in:before,
  .fotorama__zoom-out:before {
    top: 15px;
    position: absolute;
    left: 22px; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }
  .fotorama__fullscreen .fotorama__zoom-out:before {
    content: '\e90f'; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }
  .fotorama__fullscreen .fotorama__zoom-in:before {
    content: '\e90e'; }

@media only screen and (min-width: 640px) {
  .small-only {
    display: none; } }

.page-title-wrapper {
  margin-bottom: 50px; }
  .page-title-wrapper .banner-box-wrapper {
    margin-bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .page-title-wrapper .banner-box-wrapper .page-title {
      line-height: 1.3; }
      .page-title-wrapper .banner-box-wrapper .page-title:last-child:after {
        margin-bottom: 0; }
    .page-title-wrapper .banner-box-wrapper .d-description {
      font-size: 18px;
      letter-spacing: 3.6px;
      line-height: 23px; }
    .page-title-wrapper .banner-box-wrapper .banner-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
    .page-title-wrapper .banner-box-wrapper .text-container {
      position: relative;
      width: 100%; }
      .page-title-wrapper .banner-box-wrapper .text-container .text-inner-info {
        min-height: 500px;
        width: 560px;
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-title-wrapper .banner-box-wrapper .text-container .text-inner {
        background-color: transparent;
        padding: 40px 80px; }
  .page-title-wrapper .slick-dots li button, .page-title-wrapper .slick-dots li .actions-toolbar > .action, .page-title-wrapper .slick-dots li .action-gift {
    height: 30px; }

@media only screen and (max-width: 1579px) {
  .page-title-wrapper .banner-box-wrapper .text-container .text-inner-info {
    min-height: 334px;
    width: 496px; }
  .page-title-wrapper .banner-box-wrapper .text-container .text-inner {
    padding: 20px 48px; } }

@media only screen and (max-width: 1024px) {
  .page-title-wrapper {
    margin-bottom: 28px; }
    .page-title-wrapper .banner-box-wrapper .page-title:after {
      margin-bottom: 20px; }
    .page-title-wrapper .banner-box-wrapper .d-description {
      font-size: 12px;
      letter-spacing: 2.4px;
      line-height: 16px; }
    .page-title-wrapper .banner-box-wrapper .text-container {
      padding-left: 30px;
      padding-right: 30px; }
      .page-title-wrapper .banner-box-wrapper .text-container .text-inner-info {
        min-height: 250px;
        width: 346px; }
      .page-title-wrapper .banner-box-wrapper .text-container .text-inner {
        padding: 20px 43px; } }

@media only screen and (max-width: 639px) {
  .page-title-wrapper .banner-box-wrapper .text-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-title-wrapper .banner-box-wrapper .text-container .text-inner-info {
      min-height: 600px;
      width: 280px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 60px; }
    .page-title-wrapper .banner-box-wrapper .text-container .text-inner {
      padding: 20px 0; } }

.swatch-option:last-child {
  margin-right: 0; }

.category-recommend-gird,
.u-title-underline.banner-title.all-product {
  text-align: center; }

.category-recommend-gird .recommend-title,
.u-title-underline.banner-title.all-product {
  margin-bottom: 40px; }

.category-recommend-gird .widget-product-grid .product-item .action.tocompare {
  right: 5px;
  bottom: 5px; }

.category-recommend-gird .widget-product-grid .product-item .swatch-attribute-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.category-recommend-gird .widget-product-grid .product-item .product-item-info {
  max-width: 240px; }

.category-recommend-gird .widget-product-grid .product-item .product-image-container {
  position: relative; }
  .category-recommend-gird .widget-product-grid .product-item .product-image-container:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 50px 50px; }

.category-recommend-gird .widget-product-grid .product-item:nth-child(1) .product-image-container:before {
  background-image: url(../images/category/top1.png); }

.category-recommend-gird .widget-product-grid .product-item:nth-child(2) .product-image-container:before {
  background-image: url(../images/category/top2.png); }

.category-recommend-gird .widget-product-grid .product-item:nth-child(3) .product-image-container:before {
  background-image: url(../images/category/top3.png); }

.category-recommend-gird .widget-product-grid .product-item:nth-child(4) .product-image-container:before {
  background-image: url(../images/category/top4.png); }

@media only screen and (min-width: 1025px) {
  .category-recommend-gird .widget-product-grid .products-grid.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media only screen and (max-width: 1024px) {
  .category-recommend-gird .widget-product-grid {
    padding-left: 20px;
    padding-right: 20px; }
    .category-recommend-gird .widget-product-grid .product-item .product-image-photo {
      max-width: 100%; }
    .category-recommend-gird .widget-product-grid .product-item .product-item-info {
      padding-left: 24px;
      padding-right: 24px; }
    .category-recommend-gird .widget-product-grid .product-item .product-image-container:before {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
  .category-recommend-gird .recommend-title,
  .u-title-underline.banner-title.all-product {
    margin-bottom: 30px; } }

@media only screen and (max-width: 639px) {
  .category-recommend-gird .widget-product-grid .product-item .product-item-info {
    padding-left: 30px;
    padding-right: 30px; } }

.old-price,
.old.price {
  margin-bottom: 5px;
  display: block; }
  .old-price .price-label,
  .old.price .price-label {
    color: #ccc;
    font-size: 14px; }
    @media only screen and (max-width: 1024px) {
      .old-price .price-label,
      .old.price .price-label {
        font-size: 12px; } }
  .old-price .price-wrapper,
  .old.price .price-wrapper {
    -webkit-text-decoration: line-through #ccc;
            text-decoration: line-through #ccc;
    color: #ccc; }
    .old-price .price-wrapper .price,
    .old.price .price-wrapper .price {
      font-size: 14px;
      color: #ccc; }
      @media only screen and (max-width: 1024px) {
        .old-price .price-wrapper .price,
        .old.price .price-wrapper .price {
          font-size: 10px; } }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "\28" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 500; }

.category-image {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0; }
  .category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.category-image,
.category-description {
  margin-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .category-image,
    .category-description {
      margin-bottom: 60px; } }

.category-description {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .3rem; }
  @media only screen and (max-width: 1024px) {
    .category-description {
      font-size: 12px;
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 479px) {
    .category-description {
      width: 100%; } }

.page-title-wrapper h1,
.page-title-wrapper .page-title {
  font-size: 40px;
  letter-spacing: .5rem; }
  @media only screen and (max-width: 1024px) {
    .page-title-wrapper h1,
    .page-title-wrapper .page-title {
      font-size: 24px; } }
  .catalog-category-view .page-title-wrapper h1,
  .catalogsearch-result-index .page-title-wrapper h1,
  .amlocator-index-index .page-title-wrapper h1,
  .checkout-cart-index .page-title-wrapper h1,
  .checkout-index-index .page-title-wrapper h1,
  .checkout-onepage-success .page-title-wrapper h1, .catalog-category-view
  .page-title-wrapper .page-title,
  .catalogsearch-result-index
  .page-title-wrapper .page-title,
  .amlocator-index-index
  .page-title-wrapper .page-title,
  .checkout-cart-index
  .page-title-wrapper .page-title,
  .checkout-index-index
  .page-title-wrapper .page-title,
  .checkout-onepage-success
  .page-title-wrapper .page-title {
    margin-bottom: 0 !important; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 240px;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    .product-image-photo {
      max-width: 130px; } }
  @media only screen and (max-width: 639px) {
    .slick-slide .product-image-photo {
      max-width: 180px; } }
  @media only screen and (max-width: 369px) {
    .product-image-photo {
      max-width: 90px; } }

.product-info-wrapper {
  margin-bottom: 60px; }

.page-layout-1column .product.media {
  width: 100%; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #afafaf;
  font-size: 1.2rem;
  margin: 10px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

.product.info.detailed {
  clear: both;
  margin-bottom: 30px; }
  .product.info.detailed .product.data.items .item.content {
    letter-spacing: .1rem;
    word-break: break-all; }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 4px 5px 10px 5px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 4px 30px 10px 0; }

.product.attribute.description {
  clear: both;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1024px) {
    .product.attribute.description {
      width: 70%; } }
  @media only screen and (max-width: 479px) {
    .product.attribute.description {
      width: 100%; } }
  .product.attribute.description .title {
    font-size: 30px;
    letter-spacing: .3rem;
    color: #52264c; }
    @media only screen and (max-width: 1024px) {
      .product.attribute.description .title {
        font-size: 20px; } }
  .product.attribute.description .content {
    font-size: 14px; }
    @media only screen and (max-width: 1024px) {
      .product.attribute.description .content {
        font-size: 10px; } }
    .product.attribute.description .content h3 {
      font-size: 3rem; }

.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857;
  margin-bottom: 10px; }

.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
  display: none; }

.product-info-main .product-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-info-main .sku {
  color: #ccc;
  font-size: 12px; }

.product-info-main .action.tocompare {
  height: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-right: 1px solid #ccc;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-info-main .action.tocompare:before {
    font-size: 20px; }
  .product-info-main .action.tocompare span {
    padding-left: 10px; }

.product-info-main .action.mailto {
  font-size: 40px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: 20px; }

.product-info-main .social-share-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 30px; }

.product-info-main .social-share-link {
  min-width: 100px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .product-info-main .social-share-link .line-wrapper {
    position: relative;
    overflow: hidden; }
    .product-info-main .social-share-link .line-wrapper.active .btn-line {
      color: #52264c; }
  .product-info-main .social-share-link .facebook-share {
    background-image: none;
    font-size: 40px; }
  .product-info-main .social-share-link .btn-line {
    font-size: 40px;
    color: #f2aab5;
    float: right;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }
  .product-info-main .social-share-link .iframe-wrapper {
    opacity: 0.001 !important;
    width: 40px;
    position: absolute;
    z-index: 2;
    right: 0;
    right: 0;
    margin-top: 5px;
    padding-left: 5px; }

.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #afafaf; }
  .product-info-main .product.attribute.sku > .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all; }
  .product-info-main .product.attribute.sku .type {
    margin-right: 5px; }

.product-info-main .product.attribute.overview {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .product-info-main .product.attribute.overview {
      font-size: 10px; } }
  .product-info-main .product.attribute.overview > .value {
    font-size: 16px; }
    .product-info-main .product.attribute.overview > .value p {
      letter-spacing: .3rem; }

.product-info-main .product.alert {
  margin: 10px 0; }

.product-info-main .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-info-main .price-final_price {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: initial; }
  @media only screen and (max-width: 1024px) {
    .product-info-main .price-final_price {
      font-size: 12px; } }
  .product-info-main .price-final_price .price-wrapper .price {
    font-size: 22px; }
    @media only screen and (max-width: 1024px) {
      .product-info-main .price-final_price .price-wrapper .price {
        font-size: 16px; } }
  .product-info-main .price-final_price .old-price .price-wrapper .price {
    font-size: 14px;
    color: #ccc; }
    @media only screen and (max-width: 1024px) {
      .product-info-main .price-final_price .old-price .price-wrapper .price {
        font-size: 10px; } }

.product-info-main .red:not(.replace_red) .price-final_price .price-wrapper .price {
  color: #f20458; }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  margin-bottom: 5px; }
  .product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-main .price-box .weee + .price-excluding-tax .price,
  .product-info-main .price-box .weee .price,
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-weight: 500; }

.product-info-main .price-box .price-configured_price > .price-label,
.product-options-bottom .price-box .price-configured_price > .price-label {
  color: #f20458; }

.product-info-main .price-box .price-label,
.product-options-bottom .price-box .price-label {
  letter-spacing: .3rem; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 5px 0 10px; }
  .product-info-main .special-price .price-container,
  .product-options-bottom .special-price .price-container {
    color: #000;
    font-size: 16px; }
    @media only screen and (max-width: 1024px) {
      .product-info-main .special-price .price-container,
      .product-options-bottom .special-price .price-container {
        font-size: 12px; } }
  .product-info-main .special-price .price-label + .price-wrapper,
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }
    .product-info-main .special-price .price-label + .price-wrapper .price,
    .product-options-bottom .special-price .price-label + .price-wrapper .price {
      font-size: 22px; }
      @media only screen and (max-width: 1024px) {
        .product-info-main .special-price .price-label + .price-wrapper .price,
        .product-options-bottom .special-price .price-label + .price-wrapper .price {
          font-size: 16px; } }

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0; }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 15px; }
    .product-info-main .box-tocart .field.qty .label,
    .product-options-bottom .box-tocart .field.qty .label {
      color: #000;
      letter-spacing: .3rem; }
    .product-info-main .box-tocart .field.qty .minus,
    .product-options-bottom .box-tocart .field.qty .minus {
      font-size: 15px;
      cursor: pointer; }
      .product-info-main .box-tocart .field.qty .minus.disabled,
      .product-options-bottom .box-tocart .field.qty .minus.disabled {
        color: #ccc; }
    .product-info-main .box-tocart .field.qty .plus,
    .product-options-bottom .box-tocart .field.qty .plus {
      font-size: 15px;
      cursor: pointer; }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    height: 40px;
    text-align: center;
    width: 80px;
    margin: 0 5px; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
    padding-top: 25px; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0; }

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  color: #666666; }
  .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover {
    color: #52264c; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }
  .prices-tier .price-container {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 1.4rem;
      font-weight: 500; }

.ui-dialog-titlebar-close {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #f2aab5;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:hover {
    color: #52264c;
    text-decoration: none; }
  .ui-dialog-titlebar-close:active {
    color: #52264c;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #52264c; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #f2aab5;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.block.related .title {
  text-align: center;
  color: #52264c; }
  .block.related .title [role="heading"] {
    font-size: 30px;
    letter-spacing: .3rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .block.related .title [role="heading"] {
        font-size: 20px; } }

.block.related .block-actions {
  display: none; }

.block.related .field.choice {
  display: none; }

.block.related .action.select {
  margin: 0 5px; }

.block.related .slick-prev:before,
.block.related .slick-next:before {
  color: #000; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }

.sidebar .product-items .product-item-info {
  position: relative;
  width: auto; }
  .sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0; }

.sidebar .product-items .product-item-name {
  margin-top: 0; }

.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px; }

.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #afafaf;
  font-size: 1.2rem;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .catalog-product-view .column.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-product-view .product.media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; }
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none; } }

@media only screen and (min-width: 768px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table; }
    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
      display: table-cell; }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
      display: table-cell;
      padding-top: 25px;
      text-align: center;
      vertical-align: bottom; }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px; }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto; }
  .sidebar .product-items .product-item-details {
    margin: 0; }
  .sidebar .product-items .product-item-actions {
    clear: left; } }

@media only screen and (min-width: 768px) {
  .product-info-main {
    float: right; }
  .product.media {
    margin: auto;
    margin-bottom: 60px; }
  .page-layout-1column .product-info-main {
    width: 50%; }
  .page-layout-1column .product.media {
    width: 70%; }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

@media only screen and (min-width: 1025px) {
  .page-layout-1column .product.media {
    width: 52%; }
  .product-info-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product.info.detailed {
    width: 50%;
    margin-right: 40px; }
    .product.info.detailed .product.data.items .item.title {
      margin: 0 5px 0 5px; }
      .product.info.detailed .product.data.items .item.title .switch {
        padding: 10px 6px; }
      .product.info.detailed .product.data.items .item.title:nth-child(1) {
        margin-left: 30px; }
    .product.info.detailed .product.data.items .item.content {
      margin-top: 45px;
      font-size: 16px;
      padding: 20px 45px; }
      .product.info.detailed .product.data.items .item.content .value {
        font-size: 16px; }
  .product-info-main {
    border-left: 1px solid;
    padding-left: 40px; }
    .product-info-main .box-tocart {
      margin-top: 0; }
      .product-info-main .box-tocart .field.qty {
        float: left; }
        .product-info-main .box-tocart .field.qty .control {
          border-right: 1px solid #ccc;
          padding-right: 30px; }
      .product-info-main .box-tocart .sku {
        float: left;
        line-height: 7.5;
        font-size: 14px;
        padding-left: 15px; }
      .product-info-main .box-tocart .actions {
        float: left;
        padding-top: 0;
        clear: both;
        margin-right: 20px; }
      .product-info-main .box-tocart .action {
        float: left;
        width: 200px; } }

@media only screen and (min-width: 1580px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; }
  .product.info.detailed {
    width: 37.5%; }
    .product.info.detailed .product.data.items .item.title:nth-child(1) {
      margin-left: 30px; }
    .product.info.detailed .product.data.items .item.content {
      padding: 20px 35px; }
  .page-layout-1column .product-info-main {
    width: 40%; } }

@media only screen and (max-width: 1024px) {
  .product.data.items .item.title .switch {
    font-size: 14px;
    color: #656565; }
    .product.data.items .item.title .switch:before {
      font-family: 'diamonds-theme';
      content: '\e91f';
      position: absolute;
      right: 20px; }
  .product.data.items .item.title.active .switch,
  .product.data.items .item.title.active .switch:hover,
  .product.data.items .item.title.active .switch:focus {
    color: #52264c; }
    .product.data.items .item.title.active .switch:before,
    .product.data.items .item.title.active .switch:hover:before,
    .product.data.items .item.title.active .switch:focus:before {
      content: '\e91e'; }
  .product.data.items .item.content {
    padding: 20px 10rem;
    border: none;
    font-size: 14px; }
  .product-info-main {
    float: left;
    width: 100% !important; }
    .product-info-main .product.attribute.overview {
      width: 70%;
      margin-bottom: 30px;
      margin-right: auto;
      margin-left: auto;
      padding: 0; }
      .product-info-main .product.attribute.overview .value {
        font-size: 14px; }
    .product-info-main .price-box {
      width: 70%;
      margin-right: auto;
      margin-left: auto; }
    .product-info-main .box-tocart {
      display: block;
      text-align: left; }
      .product-info-main .box-tocart .field.qty {
        display: block;
        text-align: center; }
      .product-info-main .box-tocart .sku {
        text-align: center; }
      .product-info-main .box-tocart .actions {
        display: block;
        margin-bottom: 10px;
        text-align: center; }
      .product-info-main .box-tocart .action {
        text-align: center; }
      .product-info-main .box-tocart .action.primary,
      .product-info-main .box-tocart .action.reservation {
        width: 70% !important; }
    .product-info-main .product-action-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 60px; }
    .product-info-main .social-share-link {
      min-width: 50px;
      width: 70px; }
      .product-info-main .social-share-link .facebook-share {
        font-size: 30px;
        width: 30px;
        height: 30px; }
      .product-info-main .social-share-link .btn-line {
        font-size: 30px; }
      .product-info-main .social-share-link .iframe-wrapper {
        width: 30px;
        margin-top: 0;
        padding-left: 0; }
    .product-info-main .action.mailto {
      font-size: 30px;
      margin-left: 10px; }
    .product-info-main .action.tocompare {
      height: 30px; } }

@media only screen and (max-width: 479px) {
  .product-info-main .product.attribute.overview,
  .product-info-main .price-box {
    width: 100%; }
  .product-info-main .box-tocart .action.reservation,
  .product-info-main .box-tocart .action.tocart {
    width: 100% !important; }
  .product.data.items .item.content {
    padding: 20px 3rem; } }

@media only screen and (max-width: 369px) {
  .product-info-main .action.tocompare {
    padding-right: 20px;
    word-break: keep-all; }
  .product-info-main .social-share-title {
    padding-left: 20px;
    word-break: keep-all; } }

.block-compare {
  position: fixed;
  left: 20px;
  z-index: 11;
  margin-bottom: 0;
  background: #52264c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 140px;
  padding: 0;
  opacity: 0; }
  .block-compare.active {
    bottom: 0 !important; }
    .block-compare.active .block-title:after {
      content: '\e91c'; }
  .block-compare .block-title {
    cursor: pointer;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #fff;
    padding: 5px 10px; }
    .block-compare .block-title:after {
      font-family: 'diamonds-theme';
      content: '\e91d';
      color: #fff;
      font-size: 14px; }
    .block-compare .block-title strong,
    .block-compare .block-title span {
      color: #fff;
      font-size: 12px; }
    .block-compare .block-title .actions-toolbar {
      display: none; }
      .block-compare .block-title .actions-toolbar .secondary {
        display: block;
        font-size: 12px; }
        .block-compare .block-title .actions-toolbar .secondary .action.clear {
          margin: 0;
          color: #fff; }
  .block-compare .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px; }
    .block-compare .block-content .product-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .block-compare .block-content .product-item {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-right: 0px;
      margin-bottom: 5px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: auto; }
    .block-compare .block-content .product-item-name {
      margin: 0;
      height: 40px;
      width: 40px;
      text-align: center;
      background: #fff; }
    .block-compare .block-content .icon-close-b {
      color: #fff;
      background: transparent;
      height: 25px;
      width: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-size: 16px; }
    .block-compare .block-content .actions-toolbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px;
      margin-top: 5px; }
      .block-compare .block-content .actions-toolbar .primary {
        display: block;
        margin: 0;
        width: auto; }
        .block-compare .block-content .actions-toolbar .primary .action.compare {
          background: #f2aab5;
          color: #fff;
          height: 40px;
          line-height: 40px;
          margin: 0;
          padding: 10px 20px;
          font-size: 10px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          .block-compare .block-content .actions-toolbar .primary .action.compare:hover {
            border: 1px solid #f2aab5; }
      .block-compare .block-content .actions-toolbar .secondary {
        text-align: right;
        font-size: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        padding: 3px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .block-compare .block-content .actions-toolbar .secondary .action.clear {
          color: #fff; }

@media only screen and (min-width: 1280px) {
  .block-compare {
    padding: 5px 10px;
    width: 325px; }
    .block-compare .block-title {
      padding: 0;
      border-bottom: none; }
      .block-compare .block-title strong,
      .block-compare .block-title span {
        font-size: 16px; }
      .block-compare .block-title:after {
        display: none; }
      .block-compare .block-title .actions-toolbar {
        display: block;
        margin: 0; }
        .block-compare .block-title .actions-toolbar .secondary {
          display: block;
          font-size: 12px; }
          .block-compare .block-title .actions-toolbar .secondary .action.clear {
            margin: 0;
            color: #fff; }
    .block-compare .block-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0; }
      .block-compare .block-content .product-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .block-compare .block-content .product-item {
        background: #fff;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 0;
        margin-right: 5px; }
      .block-compare .block-content .icon-close-b {
        color: #999;
        position: absolute;
        background: #fff;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 0; }
        .block-compare .block-content .icon-close-b:hover {
          opacity: 1; }
      .block-compare .block-content .actions-toolbar {
        margin: 0; }
        .block-compare .block-content .actions-toolbar .primary {
          display: block;
          width: 80px; }
          .block-compare .block-content .actions-toolbar .primary .action.compare {
            background: #f2aab5;
            color: #fff;
            height: 40px;
            font-size: 14px;
            line-height: unset;
            margin: 0; }
            .block-compare .block-content .actions-toolbar .primary .action.compare:hover {
              border: 1px solid #f2aab5; }
        .block-compare .block-content .actions-toolbar .secondary {
          display: none; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: auto; }
  .table-comparison .cell.label {
    border-right: 1px solid #ccc !important;
    min-width: 150px; }
    @media only screen and (min-width: 1280px) {
      .table-comparison .cell.label {
        min-width: 250px; } }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid #d1d1d1; }
  .table-comparison .cell {
    padding: 15px;
    word-break: break-all;
    padding: 30px 0 30px 30px;
    width: 150px;
    max-width: 150px; }
    @media only screen and (min-width: 1280px) {
      .table-comparison .cell {
        padding: 40px 0 40px 40px;
        width: 250px;
        max-width: 250px; } }
    .table-comparison .cell .attribute.value {
      width: 100%;
      letter-spacing: .3rem;
      word-break: break-all; }
    .table-comparison .cell.product.info {
      background: #fff;
      text-align: center;
      position: relative; }
      .table-comparison .cell.product.info:first-child {
        padding-left: 40px; }
      .table-comparison .cell.product.info .action.delete {
        position: absolute;
        top: 0;
        right: 0;
        color: #656565; }
        .table-comparison .cell.product.info .action.delete span {
          display: none; }
      .table-comparison .cell.product.info .sku {
        font-size: 10px;
        letter-spacing: .3rem; }
      .table-comparison .cell.product.info .special-price .price-container .price {
        font-size: 16px;
        color: #666666; }
      .table-comparison .cell.product.info .old-price .price,
      .table-comparison .cell.product.info .old-price .price-wrapper {
        font-size: 14px; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #d1d1d1; }
    .table-comparison .cell.label {
      padding-left: 0px; }
      .table-comparison .cell.label .attribute.label {
        display: block;
        width: 100%;
        word-wrap: break-word;
        color: #000;
        font-size: 14px;
        letter-spacing: .3rem; }
    .table-comparison .cell.attribute {
      font-size: 1.4rem; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
    @media only screen and (max-width: 991px) {
      .table-comparison .product-image-photo {
        max-width: 100px; } }
  .table-comparison .price-box .old-price,
  .table-comparison .price-box .special-price {
    display: block; }
  .table-comparison .product-item-actions .actions-primary {
    display: block; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-item-name a {
    color: #52264c; }
    .table-comparison .product-item-name a:hover {
      color: #f2aab5; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 1.2rem;
      padding: 5px 8px;
      font-size: 1.1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions {
    margin: 15px 0 0; }
    .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
      margin-top: 10px; }
  .table-comparison .action.tocart {
    width: auto;
    white-space: nowrap;
    letter-spacing: .3rem; }
    @media only screen and (min-width: 1280px) {
      .table-comparison .action.tocart {
        width: 200px; } }

.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

@media only screen and (min-width: 1280px) {
  .product.info.detailed .product.data.items .item.title:nth-child(1) {
    margin-left: 40px; } }

.page-title-wrapper.product .product_short_desc {
  color: #656565;
  font-size: 16px;
  line-height: 1.8;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .page-title-wrapper.product .product_short_desc {
      font-size: 14px;
      line-height: 1.5; } }

.block-category-event {
  background: #f0f0f0;
  color: #656565;
  padding: 10px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 10px; }
  .block-category-event .block-title {
    margin: 0 0 10px; }
    .block-category-event .block-title strong {
      font-size: 1.5rem;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 1.8rem;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 1rem;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 1.8rem; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 40px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 1.8rem;
        content: '\2013';
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px; }
  .block-category-event .block-title {
    margin: 0; }
    .block-category-event .block-title strong {
      font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 5rem;
      right: 10px; } }

.block-search {
  margin-bottom: 0; }
  .block-search .block-title {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .label {
    display: inline-block;
    text-decoration: none;
    display: inline-block;
    float: right; }
    .block-search .label > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .label:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #f2aab5;
      content: "\e615";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .label:hover:before {
      color: #333; }
    .block-search .label:active:before {
      color: #333; }
    .block-search .label.active + .control input {
      position: static; }
  .block-search .action.search {
    display: none; }
  .block-search .control {
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px; }
  .block-search input {
    margin: 15px 0; }
  .block-search .nested {
    display: none; }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3; }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      border-top: 1px solid #e5e5e5;
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 10px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #ccc;
        background: #fff; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
        background: #e8e8e8; }
      .search-autocomplete ul li .amount {
        color: #656565;
        position: absolute;
        right: 7px;
        top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }
  .form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
    .form.search.advanced .fields.range .field:first-child .control:after {
      content: ' \2013 ';
      display: inline-block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }
  .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.search.summary {
  margin-bottom: 10px; }

.search.no-result {
  text-align: center; }
  .search.no-result .message.notice {
    background: #fff;
    color: #000;
    font-size: 14px;
    letter-spacing: .3rem;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .search.no-result .message.notice {
        font-size: 10px; } }
    .search.no-result .message.notice:before {
      display: none; }
  .search.no-result button.action, .search.no-result .actions-toolbar > .action, .search.no-result .action.action-gift {
    width: 170px; }
    @media only screen and (max-width: 1024px) {
      .search.no-result button.action, .search.no-result .actions-toolbar > .action, .search.no-result .action.action-gift {
        height: 40px; } }
    @media only screen and (max-width: 639px) {
      .search.no-result button.action, .search.no-result .actions-toolbar > .action, .search.no-result .action.action-gift {
        height: 30px;
        width: 120px; } }

@media only screen and (max-width: 767px) {
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search #search {
    position: absolute;
    top: 4px;
    border: none; }
    .block-search #search:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .block-search .label {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0; } }

@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .block-search {
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4; }
    .block-search .control {
      border-top: 0;
      margin: 0;
      padding: 0 0 25px; }
    .block-search .nested {
      display: block;
      padding-top: 5px;
      position: absolute; }
    .block-search input {
      margin: 0;
      border: none; }
      .block-search input::-webkit-input-placeholder {
        color: #c2c2c2; }
      .block-search input:-moz-placeholder {
        color: #c2c2c2; }
      .block-search input::-moz-placeholder {
        color: #c2c2c2; }
      .block-search input:-ms-input-placeholder {
        color: #c2c2c2; }
    .block-search input:focus,
    .block-search input:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      border-bottom: solid 1px #ccc; }
    .block-search .action.search {
      display: inline-block;
      text-decoration: none;
      background-image: none;
      background: none;
      -moz-box-sizing: content-box;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      line-height: inherit;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-shadow: none;
      font-weight: 300;
      padding: 5px 0;
      position: absolute;
      right: 10px;
      top: 0;
      z-index: 1;
      line-height: 30px; }
      .block-search .action.search > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 3rem;
        line-height: 22px;
        color: #f2aab5;
        content: "\e615";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-search .action.search:hover:before {
        color: inherit; }
      .block-search .action.search:active:before {
        color: inherit; }
      .block-search .action.search:focus, .block-search .action.search:active {
        background: none;
        border: none; }
      .block-search .action.search:hover {
        background: none;
        border: none; }
      .block-search .action.search.disabled, .block-search .action.search[disabled],
      fieldset[disabled] .block-search .action.search {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
      .block-search .action.search.disabled, .block-search .action.search[disabled] {
        opacity: 1; }
        .block-search .action.search.disabled:before, .block-search .action.search[disabled]:before {
          color: #f2aab5; }
      .block-search .action.search:before {
        font-family: 'diamonds-theme' !important;
        content: '\e908' !important;
        font-size: 30px;
        overflow: visible; }
      .block-search .action.search:focus:before {
        color: #333; }
  .search-autocomplete {
    margin-top: 0; } }

@media only screen and (max-width: 1024px) {
  .catalogsearch-result-index .page-title-wrapper {
    margin-top: 30px; } }

.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px; }
  .cart-summary > .title {
    display: none;
    color: #52264c;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block.shipping {
      display: none; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 15px 0 25px 5px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 10px; }
        .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }

.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
  letter-spacing: .3rem; }
  .cart-totals .table-wrapper .totals {
    color: #000;
    font-size: 16px;
    font-weight: 400; }
  .cart-totals .table-wrapper .shipping,
  .cart-totals .table-wrapper .totals-tax {
    display: none; }
  .cart-totals .table-wrapper .grand.totals {
    color: #52264c;
    font-size: 20px; }
  .cart-totals .table-wrapper th {
    border: none; }
  .cart-totals .table-wrapper th,
  .cart-totals .table-wrapper td {
    font-weight: 400;
    border: none; }

.cart.table-wrapper .items thead th {
  border-bottom: none;
  padding-bottom: 20px; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 20px;
  letter-spacing: .3rem; }
  .cart.table-wrapper .col.qty {
    text-align: center; }
    .cart.table-wrapper .col.qty .input-text {
      margin-top: -5px;
      height: 40px;
      text-align: center;
      width: 80px; }
    .cart.table-wrapper .col.qty i {
      font-size: 15px; }
      .cart.table-wrapper .col.qty i:hover {
        cursor: pointer; }
    .cart.table-wrapper .col.qty .minus.disabled {
      color: #ccc; }
  .cart.table-wrapper .col.subtotal {
    text-align: right; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: right;
  white-space: normal;
  border: none; }

.cart.table-wrapper .item .col.item {
  min-height: 75px;
  padding: 25px 0 10px 75px;
  border-top: none; }

.cart.table-wrapper .item .col.qty,
.cart.table-wrapper .item .col.item-actions > .actions-toolbar {
  text-align: center; }

.cart.table-wrapper .item .col.item-actions {
  display: none; }

.cart.table-wrapper .item.cart {
  border: none; }
  .cart.table-wrapper .item.cart .col {
    line-height: unset;
    padding-top: 40px;
    color: #656565;
    border: none; }
    .cart.table-wrapper .item.cart .col.price, .cart.table-wrapper .item.cart .col.sku, .cart.table-wrapper .item.cart .col.subtotal {
      letter-spacing: unset; }
    .cart.table-wrapper .item.cart .col.qty {
      padding-top: 33px; }
    .cart.table-wrapper .item.cart .col.item-actions .action-edit,
    .cart.table-wrapper .item.cart .col.item-actions .action-delete {
      font-size: 14px;
      color: #656565;
      cursor: pointer; }
      .cart.table-wrapper .item.cart .col.item-actions .action-edit:hover,
      .cart.table-wrapper .item.cart .col.item-actions .action-delete:hover {
        color: #f2aab5; }
    .cart.table-wrapper .item.cart .col .price-including-tax,
    .cart.table-wrapper .item.cart .col .price-excluding-tax {
      line-height: unset; }
  .cart.table-wrapper .item.cart .message.error > div {
    position: relative;
    text-align: left; }
    .cart.table-wrapper .item.cart .message.error > div:before {
      margin: -12px;
      left: -25px;
      top: 0;
      font-size: 16px; }
  .cart.table-wrapper .item.cart:last-child {
    border-bottom: 1px solid #ccc; }
    .cart.table-wrapper .item.cart:last-child .col.item {
      padding-bottom: 40px; }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px; }
  .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
    text-decoration: none; }
  .cart.table-wrapper .actions-toolbar > .action:last-child {
    margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 300; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name {
  font-size: 14px;
  letter-spacing: .3rem;
  text-align: left;
  margin-bottom: 0; }

.cart.table-wrapper .product-item-name + .item-options {
  font-size: 14px;
  letter-spacing: .3rem;
  color: #666666;
  font-style: italic; }
  @media only screen and (max-width: 1024px) {
    .cart.table-wrapper .product-item-name + .item-options {
      font-size: 12px; } }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container .form-cart {
  float: none;
  width: 100%; }

.cart-container .main.actions {
  overflow: hidden;
  float: left; }

.cart-container .cart-discount {
  clear: left;
  margin: auto; }
  .cart-container .cart-discount .fieldset.coupon {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cart-container .cart-discount .field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px; }
  .cart-container .cart-discount .title {
    display: none; }
  .cart-container .cart-discount .content {
    position: relative; }
    .cart-container .cart-discount .content .label {
      color: #000;
      font-weight: 400;
      letter-spacing: .3rem;
      width: 100%; }
  .cart-container .cart-discount .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .cart-container .cart-discount .actions-toolbar .action {
      height: 30px;
      border-width: 2px;
      width: 100%; }

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%;
    font-size: 16px;
    line-height: unset; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 20px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1; }

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

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .product-image-container,
.order-items.table-wrapper .product-image-container {
  width: 100px !important; }

.cart.table-wrapper .product-item-photo,
.order-items.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 100px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%; }

.cart.table-wrapper .product-item-details,
.order-items.table-wrapper .product-item-details {
  white-space: normal;
  margin-bottom: 0; }

.cart.table-wrapper .product-item-name a,
.order-items.table-wrapper .product-item-name a {
  text-align: left;
  font-size: 16px;
  color: #52264c;
  display: inline-block;
  font-weight: 400; }
  @media only screen and (max-width: 1024px) {
    .cart.table-wrapper .product-item-name a,
    .order-items.table-wrapper .product-item-name a {
      font-size: 12px; } }
  .cart.table-wrapper .product-item-name a:hover,
  .order-items.table-wrapper .product-item-name a:hover {
    color: #f2aab5; }

@media only screen and (min-width: 768px) {
  .cart-container:before, .cart-container:after {
    content: '';
    display: table; }
  .cart-container:after {
    clear: both; }
  .cart-container .widget {
    float: left; }
  .cart-container .cart-discount {
    float: left;
    width: 70%;
    margin: auto; }
    .cart-container .cart-discount .field {
      margin-bottom: 0; }
    .cart-container .cart-discount .actions-toolbar .action {
      height: 40px;
      width: auto; }
  .cart-summary {
    float: right;
    position: relative;
    width: 32%; }
    .column.main .cart-summary .actions-toolbar {
      margin-left: 0; }
      .column.main .cart-summary .actions-toolbar > .secondary {
        float: none; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 20px;
      margin: 0 0 10px; }
      .cart-summary .block .fieldset .field:not(.choice) > .label {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .cart-summary .block .fieldset .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .cart-summary .block .fieldset .field > .label {
        margin: 0 0 5px;
        display: inline-block;
        color: #000; }
      .cart-summary .block .fieldset .field > .control .input-text {
        color: #666666; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; }
  .cart.table-wrapper .product-image-container {
    width: 100px !important; }
  .cart.table-wrapper .product-item-photo,
  .order-items.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%; }
  .cart.table-wrapper .product-item-details,
  .order-items.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%; } }

@media only screen and (min-width: 1280px) {
  .cart-container .cart-discount {
    width: 500px; }
    .cart-container .cart-discount .control {
      padding: 0; }
  .cart.table-wrapper th.item {
    padding-left: 40px; }
  .cart.table-wrapper .item .col.item {
    padding: 40px 8px 10px 40px; }
  .cart.table-wrapper .item .col.item-actions {
    display: block; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper tr.item-actions {
    display: none; }
  .cart-totals .table-wrapper .totals {
    font-size: 22px; }
  .cart-totals .table-wrapper .grand.totals {
    font-size: 30px; } }

@media only screen and (min-width: 1580px) {
  .cart.table-wrapper th.item {
    padding-left: 120px; }
  .cart.table-wrapper .item .col.item {
    padding-left: 120px; } }

@media only screen and (max-width: 1024px) {
  .cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cart-container .main.actions {
      float: none;
      text-align: center;
      margin-bottom: 20px; }
      .cart-container .main.actions .action.continue {
        width: 70%;
        float: none;
        font-size: 12px;
        line-height: 2; }
      .cart-container .main.actions .action.update {
        width: 70%;
        float: none;
        margin: auto;
        font-size: 12px; }
    .cart-container .cart-discount .control .input-text {
      height: 40px; }
    .cart-container .checkout-methods-items .action.primary {
      height: 40px;
      line-height: 1;
      font-size: 12px; }
  .cart-summary {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    float: none;
    width: 70%;
    margin: auto;
    padding: 0; }
  .cart.table-wrapper .item.cart .col {
    padding-top: 30px; }
    .cart.table-wrapper .item.cart .col.item {
      padding-left: 10px; }
    .cart.table-wrapper .item.cart .col.qty {
      padding-top: 39px; }
      .cart.table-wrapper .item.cart .col.qty .input-text {
        width: 60px;
        height: 30px; }
  .cart.table-wrapper .items thead tr {
    border-top: 1px solid #ccc; }
  .cart.table-wrapper .items thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold; }
    .cart.table-wrapper .items thead th.item-actions {
      border-bottom: 1px solid #ccc; }
    .cart.table-wrapper .items thead th:first-child {
      padding-left: 20px; }
  .cart.table-wrapper tr.item-actions {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc; }
    .cart.table-wrapper tr.item-actions td {
      padding-bottom: 40px; }
    .cart.table-wrapper tr.item-actions .action-edit,
    .cart.table-wrapper tr.item-actions .action-delete {
      color: #656565;
      padding: 10px; }
    .cart.table-wrapper tr.item-actions .action-delete {
      padding-left: 20px; }
  .cart-totals .table-wrapper .grand.totals .mark {
    padding-top: 10px; } }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper thead tr {
    border-top: none;
    display: none; }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .cart.table-wrapper .col.sku {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    padding: 5px 0; }
    .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before, .cart.table-wrapper .col.sku:before {
      content: attr(data-th);
      display: block;
      font-weight: 500;
      padding-bottom: 10px;
      color: #000; }
  .cart.table-wrapper .col.msrp {
    white-space: normal; }
  .cart.table-wrapper .item.cart .col:not(.item-actions) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 120px;
    padding-top: 0;
    padding-bottom: 10px; }
    .cart.table-wrapper .item.cart .col:not(.item-actions).qty {
      padding-top: 0;
      text-align: left; }
  .cart.table-wrapper .item.cart .col.item {
    padding-top: 30px;
    min-height: 0;
    padding-left: 120px;
    padding-bottom: 10px !important; }
  .cart-container .main.actions .action.continue {
    width: 90%;
    margin-bottom: 10px;
    height: 30px;
    line-height: 1; }
  .cart-container .main.actions .action.update {
    width: 90%;
    height: 30px;
    line-height: 1; }
  .cart-container .cart-discount {
    width: 90%;
    margin: auto;
    margin-bottom: 20px; }
    .cart-container .cart-discount .field {
      margin-bottom: 0; }
    .cart-container .cart-discount .control .input-text {
      height: 30px; }
  .cart-container .checkout-methods-items .action.primary {
    height: 30px;
    padding: 0; }
  .cart-summary {
    width: 90%; }
  .cart-totals .table-wrapper .grand.totals .mark {
    padding-top: 20px; }
  .cart-totals .table-wrapper th,
  .cart-totals .table-wrapper td {
    padding: 10px 0; }
  .cart.table-wrapper .col.item,
  .cart.table-wrapper .col.name,
  .cart.table-wrapper .col.sku,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.item,
  .order-items.table-wrapper .col.name,
  .order-items.table-wrapper .col.sku,
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
    border-top: none;
    position: relative; } }

.block-minicart .items-total {
  float: left;
  margin: 0 10px; }
  .block-minicart .items-total .count,
  .block-minicart .items-total .count + span {
    font-weight: 500;
    font-size: 16px; }

.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right; }
  .block-minicart .subtotal .label {
    font-size: 16px; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 500;
  color: #000; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0 10px 15px; }
    .block-minicart .block-content > .actions > .primary .action.primary {
      display: block;
      margin-bottom: 15px;
      width: 100%;
      font-size: 16px;
      line-height: unset;
      padding: 7px 15px;
      height: 40px;
      letter-spacing: .3rem; }
      @media only screen and (max-width: 1024px) {
        .block-minicart .block-content > .actions > .primary .action.primary {
          font-size: 12px; } }
      .block-minicart .block-content > .actions > .primary .action.primary:last-child {
        margin-bottom: 0; }
  .block-minicart .block-content > .actions .secondary .action {
    cursor: pointer;
    color: #52264c;
    letter-spacing: .3rem;
    font-weight: 400;
    font-size: 16px; }
    .block-minicart .block-content > .actions .secondary .action:hover {
      color: #f2aab5; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: unset;
      color: #f2aab5;
      content: "\e611";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #52264c; }
    .minicart-wrapper .action.showcart:active:before {
      color: #52264c; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: unset;
        color: #f2aab5;
        content: "\e611";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #52264c; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #52264c; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .minicart-wrapper .block-minicart li {
      margin: 0; }
      .minicart-wrapper .block-minicart li:hover {
        cursor: pointer; }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .minicart-wrapper .block-minicart:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .minicart-wrapper .block-minicart:before {
      right: 10px;
      top: -12px; }
    .minicart-wrapper .block-minicart:after {
      right: 9px;
      top: -14px; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  .nav-toggle .minicart-wrapper {
    position: absolute;
    right: -5px;
    top: 9px; }
  .minicart-wrapper .block-minicart {
    padding: 15px;
    right: 0;
    width: 320px;
    z-index: 1001; }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after, .minicart-wrapper .block-minicart:before {
      display: none; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
    text-align: right; }
    .minicart-wrapper .product .actions > .primary,
    .minicart-wrapper .product .actions > .secondary {
      display: inline; }
    .minicart-wrapper .product .actions .primary {
      position: absolute;
      right: 0;
      bottom: 5px; }
    .minicart-wrapper .product .actions .secondary {
      position: absolute;
      top: 5px;
      right: 0; }
  .minicart-wrapper .action.close {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    display: none; }
    .minicart-wrapper .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: inherit;
      content: "\e616";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.close:hover:before {
      color: inherit; }
    .minicart-wrapper .action.close:active:before {
      color: inherit; }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: none;
      border: none; }
    .minicart-wrapper .action.close:hover {
      background: none;
      border: none; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap; }
    .minicart-wrapper .action.showcart:before {
      font-family: 'diamonds-theme' !important;
      content: '\e901' !important;
      font-size: 30px; }
    .minicart-wrapper .action.showcart.active:before {
      color: #52264c; }
    .minicart-wrapper .action.showcart:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .minicart-wrapper .action .counter.qty {
    background: #52264c;
    color: #fff;
    font-size: 10px;
    height: 15px;
    line-height: 1.2;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 15px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -3px; }
    @media only screen and (max-width: 1024px) {
      .minicart-wrapper .action .counter.qty {
        right: 0px;
        top: -7px; } }
    .minicart-wrapper .action .counter.qty.empty {
      display: none; }
    .minicart-wrapper .action .counter.qty .loader > img {
      max-width: 24px; }
    .nav-toggle .minicart-wrapper .action .counter.qty {
      background: #f2aab5;
      color: #52264c;
      margin: 0; }

.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -15px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    padding: 10px 20px 20px; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #ccc; }
  .minicart-items .product-item-pricing .label {
    display: inline-block;
    font-size: 16px;
    margin-right: 0;
    color: #656565;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 1024px) {
      .minicart-items .product-item-pricing .label {
        font-size: 12px; } }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: inherit;
      content: "\e622";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: "\e621"; }
  .minicart-items .product-item-name {
    font-weight: 300;
    margin: 0 0 10px; }
    .minicart-items .product-item-name a {
      cursor: pointer;
      color: #52264c;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (max-width: 1024px) {
        .minicart-items .product-item-name a {
          font-size: 12px; } }
      .minicart-items .product-item-name a:hover {
        color: #f2aab5; }
  .minicart-items .product-item-details {
    position: relative;
    padding-left: 88px;
    text-align: left; }
    .minicart-items .product-item-details .price {
      font-weight: 500;
      font-size: 16px; }
      @media only screen and (max-width: 1024px) {
        .minicart-items .product-item-details .price {
          font-size: 12px; } }
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax {
      margin: 5px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 1.1rem; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 10px; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: inherit;
      content: "\e622";
      font-family: "icons-blank-theme";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .options {
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 400; }
  .minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 30px;
    height: 20px;
    font-size: 16px;
    border-width: 0 0 2px 0;
    border-color: #ccc;
    padding: 0; }
  .minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
    height: auto;
    border: none;
    padding: 5px 10px; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    color: #ccc;
    font-size: 14px;
    cursor: pointer; }
    .minicart-items .action.edit:hover, .minicart-items .action.delete:hover {
      color: #f2aab5; }
  .minicart-items .action.delete {
    font-family: 'diamonds-theme'; }
    .minicart-items .action.delete span {
      display: none; }
    .minicart-items .action.delete:before {
      content: '\e914'; }

@media only screen and (max-width: 1024px) {
  .minicart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; } }

@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px; } }

@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px; }
    .minicart-wrapper .block-minicart {
      right: -15px; } }

.checkout-index-index .page-header {
  margin-bottom: 0; }

.checkout-index-index .page-title-wrapper {
  display: none; }

.checkout-container {
  margin: 0 0 20px; }
  .checkout-container .opc-wrapper + .actions-toolbar {
    display: block; }

.opc-wrapper {
  margin: 0 0 20px; }
  .opc-wrapper #checkoutSteps .shipping-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: .3rem;
    font-weight: 400;
    margin-bottom: 60px; }
    .opc-wrapper #checkoutSteps .shipping-information .ship-to,
    .opc-wrapper #checkoutSteps .shipping-information .ship-via,
    .opc-wrapper #checkoutSteps .shipping-information .billing-information {
      width: 100%; }
  .opc-wrapper #checkoutSteps .shipping-information-title,
  .opc-wrapper #checkoutSteps .billing-information-title {
    font-size: 12px;
    color: #52264c;
    margin: 20px 0 5px; }
  .opc-wrapper #checkoutSteps .billing-address-details,
  .opc-wrapper #checkoutSteps .shipping-information-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 20px; }
    .opc-wrapper #checkoutSteps .billing-address-details .title,
    .opc-wrapper #checkoutSteps .shipping-information-content .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 10px;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      font-size: 12px; }
      .opc-wrapper #checkoutSteps .billing-address-details .title span:after,
      .opc-wrapper #checkoutSteps .shipping-information-content .title span:after {
        content: ':'; }
    .opc-wrapper #checkoutSteps .billing-address-details .content,
    .opc-wrapper #checkoutSteps .shipping-information-content .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 10px; }
    .opc-wrapper #checkoutSteps .billing-address-details .value,
    .opc-wrapper #checkoutSteps .shipping-information-content .value {
      font-size: 10px; }
  .opc-wrapper .opc-payment {
    margin-bottom: 60px; }
  .opc-wrapper .checkout-invoice-type .invoice-error {
    color: #e02b27; }
    .opc-wrapper .checkout-invoice-type .invoice-error span:before {
      content: '*'; }
  .opc-wrapper .checkout-invoice-type .invoice-container {
    margin-bottom: 60px; }
    .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item {
      padding: 0 20px;
      margin-bottom: 10px; }
      .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item .children-input {
        margin-top: 10px;
        padding-left: 25px; }
      .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item:first-child {
        margin-top: 20px; }
      .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item .label {
        color: #000;
        margin-bottom: 10px; }
      .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item input[type="radio"] {
        vertical-align: middle; }
    .opc-wrapper .checkout-invoice-type .invoice-container .child-input {
      margin-bottom: 20px; }

.checkout-onepage-success .checkout-success {
  max-width: 500px;
  text-align: center;
  margin: auto;
  letter-spacing: .3rem;
  font-size: 14px; }
  .checkout-onepage-success .checkout-success p {
    line-height: 1.5; }
    .checkout-onepage-success .checkout-success p .c-pp {
      color: #52264c; }
    .checkout-onepage-success .checkout-success p .c-pk {
      color: #f2aab5; }
  .checkout-onepage-success .checkout-success .actions-toolbar {
    float: none;
    margin-top: 40px; }
    .checkout-onepage-success .checkout-success .actions-toolbar .primary {
      float: none; }
    .checkout-onepage-success .checkout-success .actions-toolbar .action {
      border: 2px solid #f2aab5;
      width: 150px;
      line-height: 2;
      height: 50px;
      padding: 7px 15px;
      font-size: 16px; }

.checkout-onepage-success .print {
  display: none; }

.checkout-onepage-failure .checkout-failure {
  max-width: 500px;
  text-align: center;
  margin: auto;
  letter-spacing: .3rem;
  font-size: 14px; }

.checkout-onepage-failure p {
  line-height: 1.5; }
  .checkout-onepage-failure p .failure-message {
    color: #000; }

.checkout-onepage-failure .actions-toolbar {
  float: none;
  margin-top: 40px; }
  .checkout-onepage-failure .actions-toolbar .primary {
    float: none; }
  .checkout-onepage-failure .actions-toolbar .action {
    border: 2px solid #f2aab5;
    width: 150px;
    line-height: 2;
    height: 50px;
    padding: 7px 15px;
    font-size: 16px; }

@media only screen and (max-width: 1024px) {
  .checkout-index-index input[type="checkbox"] {
    width: 20px; }
  .opc-wrapper .step-title {
    font-size: 16px; }
  .checkout-container .opc-wrapper + .actions-toolbar {
    width: 75%;
    margin: auto; } }

@media only screen and (max-width: 639px) {
  .checkout-index-index input[type="checkbox"] {
    width: 20px; }
  .opc-wrapper .step-title {
    font-size: 18px;
    padding-bottom: 15px; }
  .opc-wrapper .checkout-shipping-address .step-title {
    margin-bottom: 20px; }
  .checkout-container .opc-wrapper + .actions-toolbar {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper #checkoutSteps .shipping-information .ship-to,
  .opc-wrapper #checkoutSteps .shipping-information .ship-via,
  .opc-wrapper #checkoutSteps .shipping-information .billing-information {
    width: 30%; }
  .opc-wrapper #checkoutSteps .billing-address-details,
  .opc-wrapper #checkoutSteps .shipping-information-content {
    padding-left: 0; }
  .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item .children-input {
    width: 40%; } }

@media only screen and (min-width: 1280px) {
  .opc-wrapper {
    width: 66.66667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 30px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1579px) {
    .opc-wrapper #checkoutSteps .shipping-information .ship-to,
    .opc-wrapper #checkoutSteps .shipping-information .ship-via,
    .opc-wrapper #checkoutSteps .shipping-information .billing-information {
      width: 48%; } }

@media only screen and (min-width: 1280px) {
    .opc-wrapper #checkoutSteps .shipping-information-title,
    .opc-wrapper #checkoutSteps .billing-information-title {
      font-size: 16px;
      margin: 0px 0 5px; }
    .opc-wrapper #checkoutSteps .billing-address-details .title,
    .opc-wrapper #checkoutSteps .shipping-information-content .title {
      font-size: 16px; }
    .opc-wrapper #checkoutSteps .billing-address-details .content,
    .opc-wrapper #checkoutSteps .shipping-information-content .content {
      font-size: 16px; }
    .opc-wrapper #checkoutSteps .billing-address-details .value,
    .opc-wrapper #checkoutSteps .shipping-information-content .value {
      font-size: 16px; }
    .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item {
      margin-bottom: 20px;
      padding: 0; }
      .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item .children-input {
        width: 60%; }
  .checkout-index-index .page-title-wrapper {
    display: block; }
  .checkout-container .opc-wrapper + .actions-toolbar {
    display: none; } }

@media only screen and (min-width: 1580px) {
  .opc-wrapper #checkoutSteps .shipping-information .ship-to,
  .opc-wrapper #checkoutSteps .shipping-information .ship-via,
  .opc-wrapper #checkoutSteps .shipping-information .billing-information {
    width: 30%; }
  .opc-wrapper .checkout-invoice-type .invoice-container .invoice-item .children-input {
    width: 50%; } }

.opc-estimated-wrapper {
  margin: 0 0 15px;
  padding: 20px 0px;
  background: #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .opc-estimated-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: -100%;
    background: #f7f7f7;
    display: block; }
  .opc-estimated-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
    background: #f7f7f7;
    display: block; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    font-weight: 500;
    float: left;
    color: #52264c; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    border: none;
    background: transparent;
    height: auto; }
    .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
      color: #f2aab5; }
  .opc-estimated-wrapper .minicart-wrapper .action .counter.qty {
    right: 10px;
    top: 5px; }

@media only screen and (min-width: 1280px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1050px;
  margin: auto;
  margin-bottom: 80px;
  display: none; }

.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px; }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0; }
  .opc-progress-bar-item > span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    opacity: 0.3;
    letter-spacing: .3rem;
    text-align: left;
    padding-top: 5px;
    color: #52264c;
    font-weight: 400;
    font-size: 2.2rem; }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      font-size: 30px;
      width: 45px;
      height: 45px;
      content: '';
      left: -55px;
      position: absolute;
      top: 0;
      background: #52264c; }
    .opc-progress-bar-item > span:after {
      height: 26px;
      content: counter(i);
      counter-increment: i;
      color: #fff;
      font-weight: 400;
      font-size: 3rem;
      text-align: center;
      top: 3px;
      text-indent: 5px; }
  .opc-progress-bar-item._active > span {
    opacity: 1; }
    .opc-progress-bar-item._active > span:before {
      background: #52264c; }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #656565; }

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: auto; } }

@media only screen and (min-width: 1280px) {
  .opc-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff6666; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 300; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 3px;
        position: absolute;
        top: 9px; } }

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  padding: 20px 0; }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-header .modal-title {
    padding: 0 30px 20px;
    font-size: 16px; }

.checkout-index-index .modal-popup .modal-inner-wrap .field-tooltip {
  display: none; }

.checkout-index-index .modal-popup .modal-inner-wrap .actions-toolbar {
  display: none; }

.checkout-index-index #opc-new-shipping-address .field.street {
  clear: both; }
  .checkout-index-index #opc-new-shipping-address .field.street .control .label {
    display: none; }

.checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.country_id"] {
  display: none; }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px; }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px; } }

@media only screen and (min-width: 1280px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    width: 515px;
    margin: 5rem auto; }
    .checkout-index-index .modal-popup .modal-inner-wrap .modal-header .modal-title {
      font-size: 22px; }
    .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
      font-size: 14px;
      width: 120px; }
    .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
      font-size: 14px;
      border: none; }
  .checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.city"], .checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.region"], .checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.postcode"] {
    float: left;
    width: 32%; }
  .checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.region"] {
    padding: 0 2%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .checkout-index-index #opc-new-shipping-address .field[name="shippingAddress.telephone"] input {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-header .modal-title {
    padding: 0 20px 0px; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #656565; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: inherit;
      color: #bbb;
      content: "\e623";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #656565; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #656565; }
  .field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #656565;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #f4f4f4;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #323232; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #f4f4f4;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #656565; }
    .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px; }

.opc-wrapper .shipping-address-items {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .opc-wrapper .shipping-address-items:after {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }

.opc-wrapper .shipping-address-item {
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 15px;
  -webkit-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  width: 50%;
  border: 1px solid #ccc;
  font-size: 12px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  margin-top: 30px;
  letter-spacing: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .opc-wrapper .shipping-address-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
    .opc-wrapper .shipping-address-item .title span:after {
      content: ':'; }
  .opc-wrapper .shipping-address-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .opc-wrapper .shipping-address-item .action-select-wrap {
    width: auto;
    position: relative;
    margin-right: 10px; }
    .opc-wrapper .shipping-address-item .action-select-wrap input {
      opacity: 0;
      -webkit-appearance: none; }
    .opc-wrapper .shipping-address-item .action-select-wrap label {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      background: #fff;
      border: 1px solid #ccc; }
      .opc-wrapper .shipping-address-item .action-select-wrap label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 7px;
        background: transparent;
        top: 4px;
        left: 3px;
        border: 3px solid #000;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .opc-wrapper .shipping-address-item .action-select-wrap label:hover:after {
        opacity: 1; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #52264c;
    border-width: 2px;
    color: #666666; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-wrap .action-select-shipping-item + label:after {
      opacity: 1; }

.opc-wrapper .action-show-popup {
  height: 40px;
  width: 150px;
  border-width: 2px;
  letter-spacing: .3rem;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto; }

.opc-wrapper .action-select-shipping-item:active, .opc-wrapper .action-select-shipping-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

.checkout-shipping-address .fieldset.address {
  max-width: 500px; }

.checkout-shipping-address .field[name="shippingAddress.city"],
.checkout-shipping-address .field[name="shippingAddress.region"],
.checkout-shipping-address .field[name="shippingAddress.postcode"] {
  width: 32%;
  float: left; }

.checkout-shipping-address .field[name="shippingAddress.region"] {
  padding: 0 2%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.checkout-shipping-address .field[name="shippingAddress.country_id"] {
  display: none; }

.checkout-shipping-address .field.street {
  clear: both; }
  .checkout-shipping-address .field.street .control .label {
    display: none; }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px; }
  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px; }

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

@media only screen and (max-width: 1024px) {
  .opc-wrapper .action-show-popup {
    width: 100px;
    height: 30px;
    font-size: 10px;
    line-height: 0.5; } }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 15px 35px 15px 18px;
    width: 100%; }
    .opc-wrapper .shipping-address-item.selected-item {
      border-bottom-width: 2px; }
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "\e606";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right; }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px; }
  .opc-wrapper .shipping-address-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .opc-wrapper .shipping-address-item {
    width: 30%; }
    .opc-wrapper .shipping-address-item:before {
      height: calc(100% - 20px);
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item:before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
      display: none; }
  .table-checkout-shipping-method {
    width: auto; } }

@media only screen and (min-width: 1280px) and (max-width: 1579px) {
  .opc-wrapper .shipping-address-items {
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .opc-wrapper .shipping-address-items .shipping-address-item {
      width: 48%;
      margin-bottom: 0; }
      .opc-wrapper .shipping-address-items .shipping-address-item:last-child {
        margin-bottom: 20px; } }

@media only screen and (min-width: 1280px) {
  .opc-wrapper .shipping-address-item {
    font-size: 16px; }
  .table-checkout-shipping-method {
    min-width: 500px; } }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #f2aab5;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 0 0 20px;
    width: 33.33333%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.opc-block-shipping-information {
  padding: 0 30px; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 2px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #f2aab5;
        content: "\e606";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #656565; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #f2aab5; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  padding: 22px 30px;
  margin: 0 0 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .opc-block-summary > .title {
    display: none; }
  .opc-block-summary .table-totals {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid #ccc !important; }
  .opc-block-summary .mark {
    letter-spacing: .3rem; }
    .opc-block-summary .mark .value {
      color: #656565;
      display: block; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 300; }
  .opc-block-summary .grand.totals {
    color: #52264c; }
    .opc-block-summary .grand.totals .mark {
      vertical-align: middle;
      font-size: 22px; }
    .opc-block-summary .grand.totals .amount {
      font-size: 30px; }
  .opc-block-summary .totals.shipping,
  .opc-block-summary .totals-tax {
    display: none; }
  .opc-block-summary .totals.sub,
  .opc-block-summary .totals.sub + .totals {
    color: #000;
    font-weight: 400; }
    .opc-block-summary .totals.sub .mark,
    .opc-block-summary .totals.sub + .totals .mark {
      padding-top: 40px;
      font-size: 16px;
      vertical-align: middle; }
    .opc-block-summary .totals.sub .amount,
    .opc-block-summary .totals.sub + .totals .amount {
      padding-top: 40px;
      font-size: 22px; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .items-in-cart {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .opc-block-summary .items-in-cart > .title {
      border-bottom: 1px solid #d1d1d1;
      padding: 0 40px 20px 0;
      cursor: pointer;
      display: block;
      text-decoration: none;
      margin-bottom: 0;
      position: relative;
      padding-bottom: 20px;
      color: #52264c;
      font-weight: 400;
      font-size: 22px;
      letter-spacing: .3rem; }
      .opc-block-summary .items-in-cart > .title > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-summary .items-in-cart > .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 12px;
        color: inherit;
        content: "\e622";
        font-family: "icons-blank-theme";
        margin: 3px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-summary .items-in-cart > .title:after {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 40px;
        color: #656565; }
      .opc-block-summary .items-in-cart > .title strong {
        font-weight: 300;
        margin: 0; }
    .opc-block-summary .items-in-cart.active > .title:after {
      content: "\e621"; }
    .opc-block-summary .items-in-cart .product {
      position: relative; }
  .opc-block-summary .minicart-items {
    overflow: hidden; }
  .opc-block-summary .minicart-items-wrapper {
    margin: -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0; }
  .column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0; }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 15px;
    width: 100%; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left;
    letter-spacing: .3rem; }
  .opc-block-summary .product-item .product-item-name {
    font-size: 16px;
    color: #52264c;
    margin-bottom: 15px; }
  .opc-block-summary .product-item .details-sku {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 15px; }
  .opc-block-summary .product-item .details-qty {
    color: #666666; }
  .opc-block-summary .product-item .product.options {
    letter-spacing: .3rem; }
    .opc-block-summary .product-item .product.options .toggle {
      font-size: 16px;
      margin-bottom: 15px; }
      .opc-block-summary .product-item .product.options .toggle:after {
        font-size: 45px; }
    .opc-block-summary .product-item .product.options .item-options {
      color: #666666;
      font-style: italic;
      font-size: 16px;
      letter-spacing: .3rem; }
      .opc-block-summary .product-item .product.options .item-options .label {
        float: left; }
        .opc-block-summary .product-item .product.options .item-options .label:after {
          content: ''; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 300; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 1rem; }
  .opc-block-summary .actions-toolbar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    z-index: 1;
    display: none; }
    .opc-block-summary .actions-toolbar .primary {
      width: 100%; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid #d1d1d1;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 1280px) {
  .opc-block-summary .actions-toolbar {
    display: block; }
  .opc-summary-wrapper .modal-header {
    display: none; }
    .opc-summary-wrapper .modal-header .action-close {
      display: none; } }

@media only screen and (max-width: 1024px) {
  .opc-block-summary {
    padding-right: 7px; }
    .opc-block-summary .minicart-items-wrapper {
      max-height: -webkit-min-content;
      max-height: -moz-min-content;
      max-height: min-content; }
    .opc-block-summary .items-in-cart > .title {
      font-size: 16px;
      margin-top: 30px;
      border-bottom: 0;
      padding-bottom: 0; }
      .opc-block-summary .items-in-cart > .title:after {
        top: unset; }
    .opc-block-summary .product-item {
      border: none !important; }
      .opc-block-summary .product-item .product.options .toggle {
        font-size: 12px; }
      .opc-block-summary .product-item .product.options .item-options {
        font-size: 12px; }
    .opc-block-summary .totals.sub .mark,
    .opc-block-summary .totals.sub + .totals .mark {
      font-size: 12px; }
    .opc-block-summary .totals.sub .amount,
    .opc-block-summary .totals.sub + .totals .amount {
      font-size: 16px; }
    .opc-block-summary .grand.totals .mark {
      font-size: 12px; }
    .opc-block-summary .grand.totals .amount {
      font-size: 20px; } }

.authentication-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 1002; }

.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 300; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }
  .block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #fff;
      border: 1px solid #c1c1c1;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #c1c1c1;
      content: attr(data-label);
      display: inline-block;
      left: 50%;
      letter-spacing: normal;
      padding: 0 0.2rem;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0; }

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    -o-transition: transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      -o-transition: transform linear 0.1s, visibility 0s linear 0s;
      transition: transform linear 0.1s, visibility 0s linear 0s;
      transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
      visibility: visible; }
  .authentication-wrapper {
    width: 33.33333%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 1.6rem;
    border-bottom: 0;
    margin-bottom: 25px; }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0; }
    .block-authentication .actions-toolbar > .primary .action {
      margin-right: 0; }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem; }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; }
  .popup-authentication .block-authentication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .popup-authentication .block[class] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%; }
    .popup-authentication .block[class] + .block {
      border-left: 1px solid #c1c1c1;
      border-top: 0;
      margin: 0;
      padding: 10px 0 0 40px; }
      .popup-authentication .block[class] + .block::before {
        left: 0;
        top: 50%; }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; } }

.checkout-payment-method .step-title {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  color: #52264c;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .3rem;
  width: 100%; }

.checkout-payment-method .step-title + .payment-method {
  margin-top: 20px; }

.checkout-payment-method .payment-method {
  padding: 0 20px;
  margin-bottom: 10px; }
  .checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 0; }
  .checkout-payment-method .payment-method._active .payment-method-content {
    display: block; }

.checkout-payment-method .payment-method-title {
  margin: 0;
  color: #000; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px; }
  .checkout-payment-method .payment-method-title input[type="radio"] {
    vertical-align: middle; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

.billing-address-same-as-shipping-block {
  margin-bottom: 20px; }
  .billing-address-same-as-shipping-block .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
    .billing-address-same-as-shipping-block .title span:after {
      content: ':'; }
  .billing-address-same-as-shipping-block .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5px; }
    .billing-address-same-as-shipping-block .info-container .space {
      width: 20px;
      margin-right: 15px; }
  .billing-address-same-as-shipping-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .billing-address-same-as-shipping-block .action-select-wrap {
    position: relative;
    margin-top: 30px; }
    .billing-address-same-as-shipping-block .action-select-wrap .btn-wrap {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      background: #fff;
      border: 1px solid #ccc;
      margin: 0; }
      .billing-address-same-as-shipping-block .action-select-wrap .btn-wrap:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 7px;
        background: transparent;
        top: 4px;
        left: 3px;
        border: 3px solid #000;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .billing-address-same-as-shipping-block .action-select-wrap .btn-wrap:hover:after {
        opacity: 1; }
    .billing-address-same-as-shipping-block .action-select-wrap label:not(.btn-wrap) {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      vertical-align: top;
      margin: 0;
      margin-left: 10px;
      line-height: 1; }
  .billing-address-same-as-shipping-block input[type=checkbox] {
    opacity: 0; }
  .billing-address-same-as-shipping-block input[type=checkbox]:checked + label:after {
    opacity: 1; }

.checkout-billing-address .field-select-billing {
  max-width: 500px; }

.checkout-billing-address .billing-address-form .step-title {
  margin-bottom: 20px; }

.checkout-billing-address .billing-address-form .fieldset.address {
  max-width: 500px; }

.checkout-billing-address .billing-address-form .field[name="billingAddress.city"],
.checkout-billing-address .billing-address-form .field[name="billingAddress.region"],
.checkout-billing-address .billing-address-form .field[name="billingAddress.postcode"] {
  width: 32%;
  float: left; }

.checkout-billing-address .billing-address-form .field[name="billingAddress.region"] {
  padding: 0 2%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.checkout-billing-address .billing-address-form .field[name="billingAddress.country_id"] {
  display: none; }

.checkout-billing-address .billing-address-form .field.street {
  clear: both; }
  .checkout-billing-address .billing-address-form .field.street .control .label {
    display: none; }

.checkout-billing-address .billing-address-form .field.save-address .checkbox {
  vertical-align: text-top; }

.checkout-billing-address .billing-address-form .field.save-address .label {
  width: auto; }

@media only screen and (max-width: 1024px) {
  .billing-address-same-as-shipping-block .action-select-wrap label:not(.btn-wrap) {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; } }

@media only screen and (min-width: 1280px) {
  .checkout-payment-method .payment-method {
    padding: 0;
    margin-bottom: 20px; }
    .checkout-payment-method .payment-method:first-child {
      margin-top: 40px; }
  .checkout-payment-method .step-title {
    font-size: 22px;
    margin-bottom: 20px; }
  .checkout-payment-method .step-title + .payment-method {
    margin-top: 25px; }
  .checkout-payment-method .payment-method-title input[type="radio"] {
    vertical-align: bottom; } }

.checkout-payment-method .payment-option {
  padding-top: 20px;
  border-top: 1px solid #ccc; }
  .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: "\e621"; }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer;
    display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #f2aab5;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: #f2aab5;
      content: "\e622";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #656565; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #f2aab5; }

.checkout-payment-method .payment-option-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px; }

.checkout-payment-method .form-discount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .checkout-payment-method .form-discount .label {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: .3rem;
    width: 100%; }
  .checkout-payment-method .form-discount .control {
    width: 100%; }
  .checkout-payment-method .form-discount .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .checkout-payment-method .form-discount .actions-toolbar .primary {
      width: 100%; }
    .checkout-payment-method .form-discount .actions-toolbar .action {
      width: 100%;
      height: 30px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 500; }
      .checkout-payment-method .credit-card-types .item._active img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: -15px; }
    .checkout-payment-method .payment-option .payment-option-title {
      padding: 15px; }
    .checkout-payment-method .payment-option .payment-option-content {
      padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; }
  .checkout-payment-method .form-discount {
    width: 75%;
    margin: auto; } }

@media only screen and (min-width: 1280px) {
  .checkout-payment-method .form-discount {
    width: auto;
    margin: inherit; }
    .checkout-payment-method .form-discount .actions-toolbar .action {
      height: 40px; } }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

body.account-1col form.password,
.single-form-wrapper > form.form {
  max-width: 100%;
  width: 470px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  body.account-1col form.password button.primary, body.account-1col form.password .actions-toolbar > .primary.action, body.account-1col form.password .primary.action-gift,
  .single-form-wrapper > form.form button.primary,
  .single-form-wrapper > form.form .actions-toolbar > .primary.action,
  .single-form-wrapper > form.form .primary.action-gift {
    width: 100%; }
  @media only screen and (max-width: 991px) {
    body.account-1col form.password,
    .single-form-wrapper > form.form {
      width: 500px; } }

.social-wrapper .or {
  display: block; }

.reservation-info {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }
  .reservation-info .product-name {
    color: #52264c; }
  .reservation-info .sku {
    color: #666; }
  @media only screen and (min-width: 768px) {
    .reservation-info {
      margin-bottom: 30px; } }

.form-address-edit #region_id {
  display: none; }

.form-edit-account,
.form-newsletter-manage,
.form-address-edit {
  margin-left: -20px;
  margin-right: -20px; }
  .form-edit-account:before, .form-edit-account:after,
  .form-newsletter-manage:before,
  .form-newsletter-manage:after,
  .form-address-edit:before,
  .form-address-edit:after {
    content: "\20";
    display: table; }
  .form-edit-account:after,
  .form-newsletter-manage:after,
  .form-address-edit:after {
    clear: both; }
  .form-edit-account .legend,
  .form-newsletter-manage .legend,
  .form-address-edit .legend {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #52264c;
    border-bottom: #ccc 1px solid;
    letter-spacing: .3rem; }
    .form-edit-account .legend > span,
    .form-newsletter-manage .legend > span,
    .form-address-edit .legend > span {
      font-weight: 500 !important; }
  .form-edit-account > fieldset.fieldset,
  .form-newsletter-manage > fieldset.fieldset,
  .form-address-edit > fieldset.fieldset {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
  .form-edit-account .actions-toolbar,
  .form-newsletter-manage .actions-toolbar,
  .form-address-edit .actions-toolbar {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    .form-edit-account .actions-toolbar:before, .form-edit-account .actions-toolbar:after,
    .form-newsletter-manage .actions-toolbar:before,
    .form-newsletter-manage .actions-toolbar:after,
    .form-address-edit .actions-toolbar:before,
    .form-address-edit .actions-toolbar:after {
      content: "\20";
      display: table; }
    .form-edit-account .actions-toolbar:after,
    .form-newsletter-manage .actions-toolbar:after,
    .form-address-edit .actions-toolbar:after {
      clear: both; }
    .form-edit-account .actions-toolbar .primary,
    .form-newsletter-manage .actions-toolbar .primary,
    .form-address-edit .actions-toolbar .primary {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .form-edit-account .actions-toolbar .primary,
        .form-newsletter-manage .actions-toolbar .primary,
        .form-address-edit .actions-toolbar .primary {
          width: 160px !important; } }
  @media only screen and (max-width: 991px) {
    .form-edit-account > fieldset.fieldset > .field,
    .form-edit-account > fieldset.fieldset > .fieldset,
    .form-edit-account > fieldset.fieldset > .message,
    .form-edit-account .actions-toolbar .primary,
    .form-newsletter-manage > fieldset.fieldset > .field,
    .form-newsletter-manage > fieldset.fieldset > .fieldset,
    .form-newsletter-manage > fieldset.fieldset > .message,
    .form-newsletter-manage .actions-toolbar .primary,
    .form-address-edit > fieldset.fieldset > .field,
    .form-address-edit > fieldset.fieldset > .fieldset,
    .form-address-edit > fieldset.fieldset > .message,
    .form-address-edit .actions-toolbar .primary {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.block-addresses-default {
  letter-spacing: .3rem; }

.block.block-addresses-list .block-content {
  letter-spacing: .3rem; }

.form-edit-account > fieldset.fieldset .field.choice,
.form-address-edit > fieldset.fieldset .field.choice {
  padding-left: 20px;
  letter-spacing: .3rem; }

@media only screen and (min-width: 992px) {
  .form-edit-account > fieldset.fieldset,
  .form-address-edit > fieldset.fieldset {
    width: 50%; }
    .form-edit-account > fieldset.fieldset .field,
    .form-address-edit > fieldset.fieldset .field {
      max-width: 450px; } }

.form-edit-account .password-info {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }

body.account .column.main .actions-toolbar .primary button, body.account .column.main .actions-toolbar .primary .actions-toolbar > .action, body.account .column.main .actions-toolbar .primary .action-gift {
  width: 100%;
  margin: 0;
  letter-spacing: .3rem; }
  @media only screen and (min-width: 992px) {
    body.account .column.main .actions-toolbar .primary button, body.account .column.main .actions-toolbar .primary .actions-toolbar > .action, body.account .column.main .actions-toolbar .primary .action-gift {
      width: 160px !important; } }

body.account .column.main .actions-toolbar .primary button.add, body.account .column.main .actions-toolbar .primary .actions-toolbar > .add.action, body.account .column.main .actions-toolbar .primary .add.action-gift,
body.account .column.main .actions-toolbar .primary button.return,
body.account .column.main .actions-toolbar .primary .actions-toolbar > .return.action,
body.account .column.main .actions-toolbar .primary .return.action-gift {
  margin-bottom: 40px; }

.login-container {
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .login-container .block-customer-login {
    border-bottom: 1px solid #ccc; }
  .login-container .action.remind {
    letter-spacing: .3rem;
    color: #000; }
  .login-container button.primary, .login-container .actions-toolbar > .primary.action, .login-container .primary.action-gift,
  .login-container .snetwork-btns button,
  .login-container .snetwork-btns .actions-toolbar > .action,
  .login-container .snetwork-btns .action-gift {
    letter-spacing: .3rem;
    width: 100%;
    margin: 29px 0; }
  @media only screen and (min-width: 768px) {
    .login-container .block-customer-login {
      border-bottom: none; } }

.social-wrapper {
  letter-spacing: .3rem; }

.contact-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .contact-container:not(.ringsizecard) .block {
    margin-bottom: 40px !important; }
  .contact-container button.primary, .contact-container .actions-toolbar > .primary.action, .contact-container .primary.action-gift {
    width: 100%;
    margin: 29px 0; }

.form-create-account .actions-toolbar > .action.primary {
  margin: 0; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
  font-size: 10px; }
  @media only screen and (min-width: 1280px) {
    .block-addresses-list .items.addresses > .item {
      font-size: 14px; } }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px;
  display: none; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background: #fff; }

.account-nav .item {
  margin: 3px 0 25px;
  letter-spacing: .3rem; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    display: block;
    padding: 0 18px 0 15px;
    font-weight: 300;
    color: #000;
    font-size: 12px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      color: #f2aab5; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    font-weight: 300; }
  .account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem; }
  @media only screen and (max-width: 991px) {
    .account-nav .item {
      margin: 10px 0; }
      .account-nav .item a,
      .account-nav .item > strong {
        padding: 7px 30px; } }
  @media only screen and (min-width: 992px) {
    .account-nav .item a,
    .account-nav .item > strong {
      border-left: 3px solid transparent;
      font-size: 18px; }
    .account-nav .item.current a,
    .account-nav .item.current strong {
      border-color: #f2aab5;
      color: #f2aab5; }
    .account-nav .item.current a {
      border-color: #f2aab5; } }

@media only screen and (max-width: 991px) {
  .account-nav {
    margin-bottom: 30px; }
    .sticky-active .account-nav {
      position: fixed;
      top: 54px;
      width: 100%;
      left: 0;
      background: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
              box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
      z-index: 1; }
      .sticky-active .account-nav .title {
        padding: 5px 25px; }
        .sticky-active .account-nav .title:after {
          right: 25px; }
        .sticky-active .account-nav .title.active {
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .sticky-active .account-nav .content {
        margin: 0; }
    .account-nav .title {
      padding: 0 5px;
      line-height: 1;
      color: #52264c;
      position: relative;
      cursor: pointer; }
      .account-nav .title:after {
        font-family: 'diamonds-theme';
        content: '\e91f';
        position: absolute;
        right: 5px; }
      .account-nav .title.active:after {
        content: '\e91e'; }
    .account-nav .content {
      display: none;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
              box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
      margin-left: -20px;
      margin-right: -20px; }
      .account-nav .content.active {
        display: block; }
    .account-nav .items {
      padding-top: 23px;
      padding-bottom: 13px; } }

@media only screen and (min-width: 992px) {
  .account-nav .title {
    display: none; } }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px; }
  .block .title strong {
    color: #52264c;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 2rem; }
    .column.main .block .title strong {
      font-size: 18px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 40px; }
  @media only screen and (max-width: 1024px) {
    .block .box-actions {
      margin-top: 20px; } }
  .block .box-actions a.action + a.action {
    border-left: #ccc 1px solid;
    padding-left: 20px;
    margin-left: 20px; }

.field.password .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .field.password .control .mage-error {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .field.password .control .input-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    z-index: 2; }

.password-strength-meter {
  margin-top: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: .2rem; }
  .password-strength-meter:before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    height: 5px; }
  .password-strength-meter:after {
    content: '';
    background-color: #f4f4f4;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 5px; }
  .password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 10px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (max-width: 1024px) {
  .contact-container .block-contact-info {
    margin-bottom: 30px !important; }
  .contact-container .block-contact-form {
    border-top: #ccc 1px solid;
    padding-top: 30px; }
    .contact-container .block-contact-form .form.contact fieldset.fieldset,
    .contact-container .block-contact-form .form.contact .actions-toolbar {
      width: 500px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .contact-container.ringsizecard .block-contact-form {
    padding-top: 0;
    border: none; }
  .contact-container.ringsizecard .block-contact-info .row.description {
    border-top: #ccc 1px solid;
    padding-top: 30px; } }

@media only screen and (min-width: 1025px) {
  .login-container,
  .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 982px; }
    .login-container > .block,
    .contact-container > .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .login-container > .block:nth-child(2n+1),
      .contact-container > .block:nth-child(2n+1) {
        border-right: #ccc 1px solid;
        padding-right: 20px; }
      .login-container > .block:nth-child(2n+0),
      .contact-container > .block:nth-child(2n+0) {
        border-left: #ccc 1px solid;
        padding-left: 20px; }
    .login-container .block.login .actions-toolbar > .primary,
    .contact-container .block.login .actions-toolbar > .primary {
      margin-bottom: 0;
      margin-right: 30px; }
    .login-container .block.login .actions-toolbar > .secondary,
    .contact-container .block.login .actions-toolbar > .secondary {
      float: left; }
  .snetwork-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .snetwork-btns .modal-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
      .snetwork-btns .modal-btn button, .snetwork-btns .modal-btn .actions-toolbar > .action, .snetwork-btns .modal-btn .action-gift {
        width: 100%; } }

@media only screen and (min-width: 768px) {
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left; }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      margin-bottom: 20px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item .item.actions {
        font-size: 16px; }
      .block-addresses-list .items.addresses > .item a.action + a.action {
        border-left: #ccc 1px solid;
        padding-left: 20px;
        margin-left: 20px; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        float: right; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; } }

.page-title-wrapper ~ .block-contact-form {
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .page-title-wrapper ~ .block-contact-form {
      width: 75%; } }
  @media only screen and (min-width: 1280px) {
    .page-title-wrapper ~ .block-contact-form {
      width: 500px; } }

.page-title-wrapper .control-label,
.page-title-wrapper .form-group {
  padding: 0; }

.block-contact-info .row {
  margin: 0; }
  .block-contact-info .row .col-md-8 {
    padding: 0; }
    .block-contact-info .row .col-md-8 ul {
      padding: 0 20px; }

.block-contact-info .inner-left {
  margin-bottom: 30px;
  letter-spacing: .3rem; }
  @media only screen and (min-width: 1280px) {
    .block-contact-info .inner-left {
      padding-right: 20px;
      margin-bottom: 35px; } }

.block-contact-form .panel-body {
  padding: 0 !important; }

.block-contact-form .form-group {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .contact-container .block-contact-form .form-group {
      width: 75%; } }
  @media only screen and (max-width: 639px) {
    .contact-container .block-contact-form .form-group {
      width: 100%; } }
  .block-contact-form .form-group.city, .block-contact-form .form-group.region, .block-contact-form .form-group.postcode {
    width: 33.3333%;
    float: left; }
    @media only screen and (max-width: 639px) {
      .block-contact-form .form-group.city, .block-contact-form .form-group.region, .block-contact-form .form-group.postcode {
        width: 30%; } }
    .block-contact-form .form-group.city .col-md-6, .block-contact-form .form-group.region .col-md-6, .block-contact-form .form-group.postcode .col-md-6 {
      padding-right: 0; }
  @media only screen and (max-width: 639px) {
    .block-contact-form .form-group.region {
      margin: 0 5% !important; } }
  @media only screen and (min-width: 768px) {
    .block-contact-form .form-group.postcode {
      padding-right: 20px; } }

@media only screen and (max-width: 1024px) {
  .block-contact-form textarea {
    min-height: 100px !important; } }

.block-contact-form .form-control {
  height: 40px;
  -webkit-appearance: none;
  border-radius: none; }
  @media only screen and (max-width: 1024px) {
    .block-contact-form .form-control {
      height: 30px; } }

.block-contact-form .row {
  margin: 0; }
  .block-contact-form .row.description {
    letter-spacing: .3rem; }
    .block-contact-form .row.description .col-md-8 {
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .block-contact-form .row.description .col-md-8 {
          padding: 0; } }
      .block-contact-form .row.description .col-md-8 h4 {
        line-height: 1.5;
        text-align: left;
        font-size: 16px;
        color: #656565; }
        @media only screen and (max-width: 1024px) {
          .block-contact-form .row.description .col-md-8 h4 {
            font-size: 12px; } }
      .block-contact-form .row.description .col-md-8 ul {
        font-size: 16px;
        list-style: none;
        padding: 0 20px;
        margin-bottom: 20px;
        position: relative; }
        @media only screen and (max-width: 1024px) {
          .block-contact-form .row.description .col-md-8 ul {
            font-size: 12px; } }
        .block-contact-form .row.description .col-md-8 ul li:before {
          content: '・';
          position: absolute;
          left: 0; }

.block-contact-form .control-label {
  color: #000;
  letter-spacing: .3rem;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .block-contact-form .control-label {
      font-size: 12px; } }
  @media only screen and (max-width: 639px) {
    .block-contact-form .control-label {
      padding-right: 0;
      padding-left: 0; }
      .block-contact-form .control-label ~ .col-md-6 {
        padding-right: 0;
        padding-left: 0; } }

.block-contact-form .radio-inline {
  margin-left: 20px; }
  .block-contact-form .radio-inline:nth-child(even) {
    margin-left: 40px; }

.block-contact-form .btn-default {
  border: none;
  background: #f2aab5;
  color: #fff;
  width: 100%; }
  .block-contact-form .btn-default:hover {
    background: #52264c;
    color: #fff; }
  .block-contact-form .btn-default:active {
    background: #52264c;
    color: #fff; }

.account.sales-order-history .block-title {
  font-size: 16px;
  color: #52264c;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px; }

.account.sales-order-history .toolbar.top {
  float: right; }
  .account.sales-order-history .toolbar.top .pager {
    margin: 0; }
  .account.sales-order-history .toolbar.top .toolbar-amount {
    display: block;
    padding: 0;
    margin: 0; }

.account.sales-order-history .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 1280px) {
  .account.sales-order-history .page-title-wrapper {
    float: left; }
  .account.sales-order-history .block-title {
    display: none; }
  .account.sales-order-history .table-wrapper.orders-history thead tr:first-child {
    border-top: 1px solid #ccc; }
  .account.sales-order-history .toolbar.top {
    margin-bottom: 0;
    margin-top: 20px; } }

.account.sales-order-view .table-wrapper.order-items .table-order-items tbody .product-item-details {
  text-align: left; }

.account.sales-order-view .table-wrapper.order-items .table-order-items tbody .col.qty .title {
  display: none; }

@media only screen and (max-width: 767px) {
  .account.sales-order-view .table-wrapper.order-items .table-order-items tbody .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 120px;
    padding-top: 0;
    padding-bottom: 10px; }
  .account.sales-order-view .table-wrapper.order-items .table-order-items tbody .product-item-details {
    text-align: left; }
  .account.sales-order-view .table-wrapper.order-items .table-order-items tbody .product-item-name {
    margin: 0; }
  .account.sales-order-view .table-wrapper.order-items .table-order-items tbody td:last-child:before {
    content: attr(data-th) !important; } }

.pccform [type="submit"] {
  border: none;
  background: #f2aab5;
  color: #fff;
  width: 100%; }
  .pccform [type="submit"]:hover {
    background: #52264c;
    color: #fff; }
  .pccform [type="submit"]:active {
    background: #52264c;
    color: #fff; }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px; }

.gift-message .field {
  margin-bottom: 20px; }
  .gift-message .field .label {
    color: #666666;
    font-weight: 300; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 10px 20px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; }
  .action-gift:hover, .action-gift:active, .action-gift:focus {
    text-decoration: none; }
  .action-gift:last-child {
    margin-right: 0; }
  .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action-gift:hover:after {
    color: inherit; }
  .action-gift:active:after {
    color: inherit; }
  .action-gift.active:after, .action-gift._active:after {
    content: "\e621"; }

.cart.table-wrapper .gift-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: block; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: "\e621"; }
  .gift-item-block .title {
    font-weight: 500;
    border-radius: 3px;
    background-image: none;
    background: #fff;
    border: 1px solid #f2aab5;
    color: #f2aab5;
    cursor: pointer;
    display: inline-block;
    font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 7px 15px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: color .5s, background .5s, border .5s;
    -o-transition: color .5s, background .5s, border .5s;
    transition: color .5s, background .5s, border .5s;
    display: inline-block;
    text-decoration: none; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "\e622";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      border: 1px solid #52264c;
      color: #52264c; }
    .gift-item-block .title:hover {
      border: 1px solid #52264c;
      color: #52264c; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
              box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 300;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: "\e621"; }

.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (max-width: 639px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin-bottom: 20px; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 20px; }
        .gift-options .actions-toolbar .secondary .action-cancel {
          display: block;
          float: left;
          margin-top: 6px; }
      .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; } }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px; }
  .cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px; }
    .cart-summary .form.giftregistry .fieldset .field .control {
      float: none;
      width: auto; }
  .cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 60px; }
  .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1; }

.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px; }
  .block-giftregistry-shared-items .col .price-box {
    display: inline-block; }
  .block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 500;
    white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px; }

@media only screen and (max-width: 639px) {
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px; }
    .form-giftregistry-search .fieldset > .fields-specific-options > .field {
      margin: 0 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
        margin: 0; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        content: '';
        display: table; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        clear: both; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        letter-spacing: .3rem; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; } }

.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 10px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 38px;
      line-height: 4rem;
      color: #494949;
      content: "\e629";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }
  .gift-wrapping-title .action-remove {
    margin-left: 5px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 5px; }
  .gift-options-content .fieldset > .field:before {
    display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title,
  .table-order-review .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content,
  .table-order-review .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img,
    .table-order-review .gift-wrapping .content > img {
      float: left;
      margin: 0 10px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 500; }

.order-options .item {
  padding-bottom: 20px; }

.order-options .product {
  margin-bottom: 10px; }

.order-options .product-image-container {
  float: left;
  padding-right: 10px; }

.order-options .gift-wrapping {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    .gift-options-cart-item .gift-wrapping + .gift-message,
    .cart-gift-item .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

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

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

.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 300; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "\e61c";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px; }
  .table-invitations .col {
    width: 50%; } }

.block.filter {
  margin-bottom: 40px;
  position: relative; }
  .block.filter .filter-title {
    margin-bottom: 20px;
    padding-left: 40px;
    color: #ccc;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    cursor: pointer; }
    .block.filter .filter-title:before {
      font-family: 'diamonds-theme';
      content: '\e90a';
      font-size: 30px;
      padding-right: 20px; }
    .block.filter .filter-title:hover {
      color: #f2aab5; }
    .block.filter .filter-title strong {
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .block.filter .filter-title strong {
          font-size: 12px; } }
    @media only screen and (max-width: 1024px) {
      .block.filter .filter-title {
        font-size: 12px; }
        .block.filter .filter-title:before {
          font-size: 20px; } }
    @media only screen and (max-width: 479px) {
      .block.filter .filter-title {
        padding-left: 10px; }
        .block.filter .filter-title:before {
          padding-right: 10px; } }
  .block.filter .filter-content {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f7f7f7;
    clear: both;
    margin: 0 40px; }
    @media only screen and (max-width: 479px) {
      .block.filter .filter-content {
        margin: 0 10px; } }
    .block.filter .filter-content:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      left: -100%;
      background: #f7f7f7; }
    .block.filter .filter-content:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      right: -100%;
      background: #f7f7f7; }

.block-subtitle {
  display: none;
  margin-bottom: 10px; }

.filter-current {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 18px; }
  .filter-current .item {
    margin-bottom: 10px; }
  .filter-current .filter-label {
    display: block;
    font-weight: 500;
    min-width: 115px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.3rem;
    margin: 0 0 10px;
    word-break: break-all;
    float: left;
    clear: both; }
  .filter-current .filter-value {
    margin: 0 0 25px;
    float: left;
    color: #666666; }
  .filter-current .action.remove {
    margin-left: 20px;
    float: left; }
  .filter-current + .filter-actions {
    font-size: 18px;
    clear: both; }

.filter-options {
  margin: 0;
  padding: 60px 0;
  overflow: hidden; }
  .filter-options .filter-options-title {
    margin: 0 0 10px;
    word-break: break-all;
    float: left;
    clear: both;
    min-width: 115px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.3rem; }
  .filter-options .filter-options-content {
    margin: 0 0 25px;
    float: left; }
    .filter-options .filter-options-content .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .filter-options .filter-options-content .item {
      margin-bottom: 3px;
      padding-right: 20px; }
      .filter-options .filter-options-content .item a {
        color: #666666;
        font-size: 18px; }
        @media only screen and (max-width: 1024px) {
          .filter-options .filter-options-content .item a {
            font-size: 12px; } }
        .filter-options .filter-options-content .item a:hover {
          color: #f2aab5; }
      .filter-options .filter-options-content .item:last-child {
        padding-right: 0; }
  .filter-options .count {
    color: #afafaf;
    display: none; }
    .filter-options .count:before {
      content: '('; }
    .filter-options .count:after {
      content: ')'; }

.filtered .items {
  margin: 15px 0; }

.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative; }
  .filtered .item .label {
    font-weight: 500; }
  .filtered .item .action.remove {
    left: -6px;
    position: absolute;
    top: 0; }

.filtered + .actions {
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media only screen and (max-width: 1024px) {
  .filter-current {
    font-size: 12px; }
    .filter-current .filter-label {
      float: none; }
    .filter-current .filter-value {
      padding-left: 20px; }
    .filter-current + .filter-actions {
      font-size: 12px; }
  .filter-options .filter-options-title {
    font-size: 12px;
    float: none; }
  .filter-options .filter-options-content {
    float: none;
    padding-left: 20px; } }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      color: #52264c;
      font-weight: 300;
      line-height: 1.1;
      font-size: 1.8rem;
      margin-top: 0;
      margin-bottom: 1rem; }
  .map-popup .popup-content {
    margin: 10px 0 0; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "\e616";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

button.map-show-info, .actions-toolbar > .map-show-info.action, .map-show-info.action-gift {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #f2aab5;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus, button.map-show-info:active, .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    background: none;
    border: none; }
  button.map-show-info:hover, .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:hover, .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #52264c;
    text-decoration: none; }
  button.map-show-info:active, .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    color: #52264c;
    text-decoration: none; }
  button.map-show-info:hover, .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #52264c; }
  button.map-show-info:hover, .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover, button.map-show-info:active, .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active, button.map-show-info:focus, .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    color: #f2aab5;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 10px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .wishlist.split.button .actions-toolbar > .action + .action.toggle, .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #656565;
      content: "\e622";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #52264c; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #656565;
        content: "\e621";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #52264c; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: "\e601"; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #52264c; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid #b2b2b2;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      color: #52264c;
      font-weight: 300;
      line-height: 1.1;
      font-size: 1.8rem;
      margin-top: 0;
      margin-bottom: 1rem; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "\e616";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
  .block-wishlist-management .wishlist-notice {
    color: #afafaf;
    display: inline-block;
    margin-right: 20px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem; }
  .block-wishlist-info-items .block-title > strong {
    font-weight: 300; }

.block-wishlist-info-items .product-item {
  width: 100%; }

.block-wishlist-info-items .product-item-photo {
  margin-left: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }
  .block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: 0 -15px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #d1d1d1;
        background: #f5f5f5;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 5px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 2.6rem; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 20px; }
      .wishlist.window.popup .field:not(.choice) > .label {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0 0 5px;
        display: inline-block;
        color: #000; }
      .wishlist.window.popup .field > .control .input-text {
        color: #666666; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .block-wishlist-management {
    margin-bottom: 20px; }
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #656565;
      display: table;
      margin-bottom: 15px;
      width: 100%; }
      .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%; }
      .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top; }
        .block-wishlist-management .wishlist-select-items .item {
          display: inline-block;
          margin-right: 10px;
          padding: 5px 10px 10px; }
          .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0; }
        .block-wishlist-management .wishlist-select-items .current {
          border-bottom: 3px solid #f2aab5;
          font-weight: 600; }
      .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none; }
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 4rem; }
    .block-wishlist-management .wishlist-info {
      float: left; }
    .block-wishlist-management .wishlist-toolbar {
      float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
    .products-grid.wishlist .product-item-checkbox + .product-item-name {
      margin-left: 25px; } }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 300; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 300;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 300; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #d8d8d8; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 500; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.2rem;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 300; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 10px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; } }

.block.newsletter {
  margin-bottom: 40px; }
  .block.newsletter .form.subscribe {
    display: table;
    width: 100%; }
  .block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  .block.newsletter .field {
    margin: 0; }
    .block.newsletter .field .control {
      display: inline-block;
      text-decoration: none;
      display: block; }
      .block.newsletter .field .control:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #c2c2c2;
        content: "\e61d";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block.newsletter .field .control:before {
        position: absolute; }
  .block.newsletter input {
    padding-left: 35px; }
  .block.newsletter .title {
    display: none; }
  .block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%; }
  .block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px; }

@media only screen and (min-width: 768px) {
  .block.newsletter {
    width: 32%; }
    .block.newsletter .field {
      margin-right: 5px; }
      .block.newsletter .field .control {
        width: 100%; }
    .block.newsletter .action.subscribe {
      border-radius: 3px; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama__product-video--loading:after {
  visibility: hidden; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      content: "";
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        color: #ff5501;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -10px;
        line-height: 28px;
        content: "";
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #ff5501;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: "\e605"; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    color: #52264c;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  .block.add.review .legend {
    color: #52264c;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 auto; }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #fff;
  border: 1px solid #f2aab5;
  color: #f2aab5; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    border: 1px solid #52264c;
    color: #52264c; }
  .review-form .action.submit.primary:hover {
    border: 1px solid #52264c;
    color: #52264c; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    color: #52264c;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2rem; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  .review-item:last-child {
    border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  color: #52264c;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; } }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 300; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 29px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; } }

.table.table-order-items > thead > tr > th,
.table.table-order-items > thead > tr > td,
.table.table-order-items > tbody > tr > th,
.table.table-order-items > tbody > tr > td {
  padding: 15px 20px; }
  .table.table-order-items > thead > tr > th:first-child,
  .table.table-order-items > thead > tr > td:first-child,
  .table.table-order-items > tbody > tr > th:first-child,
  .table.table-order-items > tbody > tr > td:first-child {
    padding-left: 40px; }
  .table.table-order-items > thead > tr > th:last-child,
  .table.table-order-items > thead > tr > td:last-child,
  .table.table-order-items > tbody > tr > th:last-child,
  .table.table-order-items > tbody > tr > td:last-child {
    padding-right: 40px; }

.table.table-order-items > thead > tr:first-child > td,
.table.table-order-items > tbody > tr:first-child > td {
  padding-top: 30px; }

.table.table-order-items > thead > tr:last-child > td,
.table.table-order-items > tbody > tr:last-child > td {
  padding-bottom: 30px; }

.table.table-order-items > tfoot > tr > td {
  padding: 0; }

.table.table-order-items .order_totals {
  margin-left: auto;
  width: auto; }
  .table.table-order-items .order_totals > tbody > tr > th {
    border: none !important;
    padding: 8px 25px 8px 0 !important;
    text-align: left; }
  .table.table-order-items .order_totals > tbody > tr > td {
    border: none !important;
    padding: 8px 0 8px 25px !important; }
  .table.table-order-items .order_totals .grand_total {
    color: #52264c; }
  .table.table-order-items .order_totals .subtotal,
  .table.table-order-items .order_totals .discount {
    color: #000; }
  .table.table-order-items .order_totals .shipping,
  .table.table-order-items .order_totals .totals-tax {
    display: none !important; }
  .table.table-order-items .order_totals .mark {
    letter-spacing: .3rem; }

.table.table-order-items th.actions:last-child,
.table.table-order-items td.actions:last-child {
  text-align: right; }

@media only screen and (max-width: 991px) {
  .table.table-order-items > thead > tr > th,
  .table.table-order-items > thead > tr > td,
  .table.table-order-items > tbody > tr > th,
  .table.table-order-items > tbody > tr > td,
  .table.table-order-items > tfoot > tr > th,
  .table.table-order-items > tfoot > tr > td {
    padding: 10px; }
    .table.table-order-items > thead > tr > th:first-child,
    .table.table-order-items > thead > tr > td:first-child,
    .table.table-order-items > tbody > tr > th:first-child,
    .table.table-order-items > tbody > tr > td:first-child,
    .table.table-order-items > tfoot > tr > th:first-child,
    .table.table-order-items > tfoot > tr > td:first-child {
      padding-left: 20px; }
    .table.table-order-items > thead > tr > th:last-child,
    .table.table-order-items > thead > tr > td:last-child,
    .table.table-order-items > tbody > tr > th:last-child,
    .table.table-order-items > tbody > tr > td:last-child,
    .table.table-order-items > tfoot > tr > th:last-child,
    .table.table-order-items > tfoot > tr > td:last-child {
      padding-right: 20px; }
  .table.table-order-items > thead > tr:first-child > td,
  .table.table-order-items > tbody > tr:first-child > td,
  .table.table-order-items > tfoot > tr:first-child > td {
    padding-top: 20px; }
  .table.table-order-items > thead > tr:last-child > td,
  .table.table-order-items > tbody > tr:last-child > td,
  .table.table-order-items > tfoot > tr:last-child > td {
    padding-bottom: 20px; } }

@media only screen and (max-width: 991px) {
  .table.table-order-items > tfoot > tr > td.order_totals_wrapper {
    width: 100% !important; }
  .table.table-order-items .order_totals {
    margin-right: auto;
    width: 100%;
    max-width: 500px; } }

.table-wrapper.orders-recent {
  margin-top: -20px; }
  @media only screen and (max-width: 639px) {
    .table-wrapper.orders-recent {
      margin-top: -15px; } }

.block-order-details-view {
  margin-bottom: 20px;
  letter-spacing: .3rem; }
  .block-order-details-view .box-order-billing-method .box-content {
    word-break: keep-all; }
  @media only screen and (min-width: 1580px) {
    .block-order-details-view .block-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .block-order-details-view .block-content > .box {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }

.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px; }
  .order-links .item {
    display: inline-block;
    margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.order-details-items {
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .order-details-items .order-title > strong {
    color: #52264c;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
    display: inline-block; }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }
  .order-details-items .table-order-items .product-item-name {
    margin-top: 0;
    margin-bottom: 5px;
    color: #52264c;
    font-size: 16px; }
    @media only screen and (max-width: 991px) {
      .order-details-items .table-order-items .product-item-name {
        font-size: 12px; } }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid #d1d1d1; }
  .order-details-items .table-order-items thead tr:first-child {
    border-top: 1px solid #ccc; }
    @media only screen and (max-width: 991px) {
      .order-details-items .table-order-items thead tr:first-child {
        color: #000; } }
  .order-details-items .item-options {
    font-size: 14px;
    font-style: italic;
    letter-spacing: .3rem;
    color: #999;
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .order-details-items .item-options {
        font-size: 10px; } }
    .order-details-items .item-options:before, .order-details-items .item-options:after {
      content: "\20";
      display: table; }
    .order-details-items .item-options:after {
      clear: both; }
    .order-details-items .item-options dt {
      margin: 0 0 0.2em;
      clear: left;
      float: left; }
      .order-details-items .item-options dt:after {
        content: '：'; }
    .order-details-items .item-options dd {
      margin: 0 0 0.2em;
      float: left; }
    .order-details-items .item-options.links dt {
      display: inline-block; }
      .order-details-items .item-options.links dt:after {
        content: ': '; }
    .order-details-items .item-options.links dd {
      margin: 0; }

.order-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 20px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 300; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }
  .block-order-details-view .box-content .payment-method .content > strong {
    font-weight: 300; }
    .block-order-details-view .box-content .payment-method .content > strong:after {
      content: ': '; }

.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

@media only screen and (max-width: 639px) {
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar:before, .account .toolbar:after {
    content: '';
    display: table; }
  .account .toolbar:after {
    clear: both; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items thead {
    display: block; }
    .order-details-items thead tr,
    .order-details-items thead td {
      display: block; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .table-order-items .qty {
    text-align: center; }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center; }
  .table-order-items.creditmemo .col.total {
    text-align: right; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -15px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; } }

@media only screen and (min-width: 1280px) {
  .opc-wrapper .form-discount {
    max-width: 500px; } }

.form.send.friend {
  margin: auto;
  width: 100%; }
  .form.send.friend .control {
    width: 100% !important; }
  .form.send.friend .fieldset {
    margin-bottom: 20px; }
    .form.send.friend .fieldset .legend {
      color: #52264c;
      letter-spacing: .3rem;
      font-size: 16px; }
    .form.send.friend .fieldset .additional .action.remove {
      top: 0;
      right: 0;
      left: unset;
      height: auto !important; }
    .form.send.friend .fieldset .actions-toolbar .primary,
    .form.send.friend .fieldset .actions-toolbar .secondary {
      float: none !important;
      display: block; }
      .form.send.friend .fieldset .actions-toolbar .primary .action,
      .form.send.friend .fieldset .actions-toolbar .secondary .action {
        height: 30px; }
  .form.send.friend .actions-toolbar .primary,
  .form.send.friend .actions-toolbar .secondary {
    float: none !important;
    display: block;
    cursor: pointer; }
    .form.send.friend .actions-toolbar .primary .action,
    .form.send.friend .actions-toolbar .secondary .action {
      height: 30px; }

.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top; }

@media only screen and (min-width: 768px) {
  .form.send.friend {
    width: 75%; }
    .form.send.friend .fieldset .additional .action.remove {
      top: 5px; } }

@media only screen and (min-width: 1280px) {
  .form.send.friend {
    width: 500px; }
    .form.send.friend .fieldset .legend {
      font-size: 22px; }
    .form.send.friend .fieldset .actions-toolbar .primary .action,
    .form.send.friend .fieldset .actions-toolbar .secondary .action {
      height: 40px; }
    .form.send.friend .actions-toolbar .primary .action,
    .form.send.friend .actions-toolbar .secondary .action {
      height: 40px; }
    .form.send.friend .actions-toolbar .primary {
      margin-bottom: 10px; } }

.catalog-product-view .swatch-attribute {
  margin-bottom: 20px; }

.catalog-category-view .swatch-attribute {
  margin-top: 5px; }

.swatch-attribute-label {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: .3rem; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
  display: none; }

.catalog-product-view .swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  padding: 1px 2px;
  width: 71px;
  height: 16px;
  float: left;
  margin: 0 10px 0px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  @media only screen and (max-width: 1024px) {
    .swatch-option {
      width: 35px !important;
      height: 5px !important; } }
  @media only screen and (max-width: 479px) {
    .swatch-option {
      min-width: 35px; } }

.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.selected {
  border: 1px solid #000;
  color: #52264c; }

.swatch-option.text.selected {
  background-color: #fff !important; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  outline: 1px solid #000;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 1px solid #000;
  border: 1px solid #fff; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin-bottom: 20px; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-link-layered:focus > div {
  -webkit-box-shadow: 0 0 3px 1px #68a8e0;
          box-shadow: 0 0 3px 1px #68a8e0; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../Magento_Swatches/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

.swatch-select {
  min-width: 200px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content; }

@media only screen and (max-width: 1024px) {
  .product-options-wrapper {
    width: 70%;
    margin: auto; }
  .swatch-attribute-label {
    font-size: 12px; }
  .swatch-select {
    min-width: 100%; } }

@media only screen and (max-width: 479px) {
  .product-options-wrapper {
    width: 100%; } }

.d-nav {
  margin-bottom: 15px;
  position: relative;
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .d-nav {
      margin-bottom: 0px; } }

@media only screen and (max-width: 1024px) {
  .d-nav-main {
    display: none; } }

.d-nav-main a:hover {
  color: #f2aab5; }

.d-nav-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.d-nav-main__item {
  padding: 10px;
  margin: 0 15px;
  position: inherit; }
  .d-nav-main__item:nth-child(1) {
    margin-left: 0; }
  .d-nav-main__item:nth-last-child(1) {
    margin-right: 0; }
  @media only screen and (max-width: 1279px) {
    .d-nav-main__item {
      padding: 5px;
      margin: 0 5px; } }

.d-nav-main__link:hover a {
  color: #f2aab5;
  text-decoration: none; }

.d-nav-main__item--active a {
  color: #000; }

.d-nav-main__item--active .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-nav-main__item-inner {
  border: none; }

.d-nav-main__item-inner__text {
  width: 50%; }

.d-nav-main__item-inner__text-lists {
  max-width: 770px;
  margin-left: auto;
  padding: 50px 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1579px) {
    .d-nav-main__item-inner__text-lists {
      padding: 35px 40px; } }

.d-nav-main__item-inner__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #656565; }
  .d-nav-main__item-inner__text-list ul {
    padding-right: 60px; }
    @media only screen and (max-width: 1579px) {
      .d-nav-main__item-inner__text-list ul {
        padding-right: 40px; } }
  .d-nav-main__item-inner__text-list li {
    padding-bottom: 10px; }
    .d-nav-main__item-inner__text-list li a,
    .d-nav-main__item-inner__text-list li span {
      font-size: 16px;
      color: #666666;
      letter-spacing: .3rem; }
      @media only screen and (max-width: 1024px) {
        .d-nav-main__item-inner__text-list li a,
        .d-nav-main__item-inner__text-list li span {
          font-size: 12px; } }

.d-nav-main__item-inner__title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
  word-break: keep-all; }
  .d-nav-main__item-inner__title a,
  .d-nav-main__item-inner__title span {
    letter-spacing: .5rem;
    font-size: 18px; }
    @media only screen and (max-width: 1024px) {
      .d-nav-main__item-inner__title a,
      .d-nav-main__item-inner__title span {
        font-size: 16px; } }

.d-nav-main__item-inner__content img {
  display: none; }

.d-nav-main__item-inner__text-block-question a,
.d-nav-main__item-inner__text-block-question span {
  letter-spacing: .3rem;
  color: #52264c;
  font-size: 18px;
  font-weight: 300; }
  @media only screen and (max-width: 1024px) {
    .d-nav-main__item-inner__text-block-question a,
    .d-nav-main__item-inner__text-block-question span {
      font-size: 13px; } }

.d-nav-main__item-inner__text-block-answer {
  letter-spacing: .3rem;
  font-size: 14px;
  color: #656565; }
  @media only screen and (max-width: 1024px) {
    .d-nav-main__item-inner__text-block-answer {
      font-size: 16px; } }

.d-nav-main__item-inner__img {
  width: 50%; }

.d-nav-main__link {
  font-size: 18px;
  color: #000;
  letter-spacing: .3rem; }
  .d-nav-main__link.no-link {
    cursor: default; }

.d-sidebar__container {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1060;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  width: 40%;
  padding: 0;
  overflow: auto; }
  .d-sidebar__container > * {
    padding-bottom: 10px; }
  .d-sidebar__container .welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px; }
    .d-sidebar__container .welcome a {
      color: #656565; }
  @media only screen and (max-width: 1024px) {
    body.active .d-sidebar__container {
      left: 0;
      z-index: 999;
      -webkit-box-shadow: 2px 2px 2px #ccc;
              box-shadow: 2px 2px 2px #ccc; }
    .d-sidebar__container .block-search {
      position: relative;
      width: 100%;
      padding: 0;
      border-bottom: 1px solid #ccc; }
      .d-sidebar__container .block-search input {
        margin: 0;
        border: none; }
        .d-sidebar__container .block-search input:focus {
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .d-sidebar__container .block-search label {
        display: none; }
      .d-sidebar__container .block-search .control {
        padding: 0 15px 15px;
        margin: 0;
        border-top: none;
        clear: unset; }
      .d-sidebar__container .block-search .action.search {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 300;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
        line-height: 30px; }
        .d-sidebar__container .block-search .action.search > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .d-sidebar__container .block-search .action.search:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 3rem;
          line-height: 22px;
          color: #f2aab5;
          content: "\e615";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .d-sidebar__container .block-search .action.search:hover:before {
          color: inherit; }
        .d-sidebar__container .block-search .action.search:active:before {
          color: inherit; }
        .d-sidebar__container .block-search .action.search:focus, .d-sidebar__container .block-search .action.search:active {
          background: none;
          border: none; }
        .d-sidebar__container .block-search .action.search:hover {
          background: none;
          border: none; }
        .d-sidebar__container .block-search .action.search.disabled, .d-sidebar__container .block-search .action.search[disabled],
        fieldset[disabled] .d-sidebar__container .block-search .action.search {
          cursor: not-allowed;
          pointer-events: none;
          opacity: 0.5; }
        .d-sidebar__container .block-search .action.search:before {
          font-family: 'diamonds-theme' !important;
          content: '\e908' !important;
          font-size: 30px;
          overflow: visible; }
        .d-sidebar__container .block-search .action.search.disabled, .d-sidebar__container .block-search .action.search[disabled] {
          opacity: 1; }
          .d-sidebar__container .block-search .action.search.disabled:before, .d-sidebar__container .block-search .action.search[disabled]:before {
            color: #f2aab5; } }
  @media only screen and (max-width: 639px) {
    .d-sidebar__container {
      width: 84%; } }

.d-sidebar-box {
  margin-bottom: 20px;
  padding: 0 20px; }
  @media only screen and (max-width: 324px) {
    .d-sidebar-box {
      padding: 0 10px; } }

.d-sidebar__list,
.d-sidebar__community {
  padding: 0 20px; }

.d-sidebar-box__row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.d-sidebar-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .d-sidebar-item .minicart-wrapper {
    margin: 0; }
    .d-sidebar-item .minicart-wrapper .action:before {
      font-family: 'diamonds-theme';
      content: '\e901';
      font-size: 25px; }
  .d-sidebar-item svg {
    width: 35px;
    height: 35px;
    fill: #f2aab5; }
  .d-sidebar-item p {
    color: #656565;
    letter-spacing: .3rem;
    margin-top: 5px;
    font-size: 13px;
    text-align: center; }
    @media only screen and (max-width: 324px) {
      .d-sidebar-item p {
        font-size: 12px; } }
  .d-sidebar-item i {
    font-size: 25px;
    color: #f2aab5; }

.d-sidebar__list li {
  list-style: none;
  color: #52264c;
  font-size: 16px;
  font-weight: bold;
  position: relative; }

.d-sidebar__list a {
  color: #52264c;
  font-size: 13px;
  letter-spacing: .3rem;
  padding: 10px 0;
  display: block; }

.d-sidebar__list button, .d-sidebar__list .actions-toolbar > .action, .d-sidebar__list .action-gift {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  padding: 12px 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.d-sidebar__list__v1 > li > button::after, .d-sidebar__list__v1 > li.actions-toolbar > .action::after, .d-sidebar__list__v1 > li > .action-gift::after {
  font-family: 'diamonds-theme';
  content: '\e91f';
  color: #52264c;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding-top: 2px; }

.d-sidebar__list__v1 button[aria-expanded="true"]::after, .d-sidebar__list__v1 .actions-toolbar > .action[aria-expanded="true"]::after, .d-sidebar__list__v1 .action-gift[aria-expanded="true"]::after {
  font-family: 'diamonds-theme';
  content: '\e91e'; }

.d-sidebar__list__v2 li {
  padding-left: 16px; }

.d-sidebar__list__v2 > li > button::after, .d-sidebar__list__v2 > li.actions-toolbar > .action::after, .d-sidebar__list__v2 > li > .action-gift::after {
  font-family: 'diamonds-theme';
  content: '\e91f';
  color: #52264c;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding-top: 2px; }

.d-sidebar__list__v2 button[aria-expanded="true"]::after, .d-sidebar__list__v2 .actions-toolbar > .action[aria-expanded="true"]::after, .d-sidebar__list__v2 .action-gift[aria-expanded="true"]::after {
  font-family: 'diamonds-theme';
  content: '\e91e'; }

.d-sidebar__list__v3 {
  margin: 20px 0; }
  .d-sidebar__list__v3 li {
    padding: 0;
    color: #656565; }
    .d-sidebar__list__v3 li a {
      color: #656565; }

.ww {
  position: absolute;
  top: 0;
  right: 10px; }

#back-to-top {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #52264c;
  background-color: #fff;
  display: block;
  position: fixed;
  z-index: 9999;
  right: 35px;
  bottom: 35px;
  display: none;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out; }
  #back-to-top:hover {
    background: #52264c; }
    #back-to-top:hover::before {
      color: #fff; }
  #back-to-top::before {
    font-family: 'diamonds-theme';
    content: '\e91c';
    background-size: cover;
    position: absolute;
    color: #52264c;
    font-size: 25px;
    top: 5%;
    left: 15%;
    z-index: 3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  @media only screen and (max-width: 1024px) {
    #back-to-top {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-left: -20px; } }
  #back-to-top.fixed {
    position: absolute; }

body.checkout-cart-index #back-to-top.fixed,
body.checkout-index-index #back-to-top.fixed {
  position: fixed; }

.footer-links li a {
  vertical-align: -webkit-baseline-middle; }

.da-social-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #52264c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .35s all ease-in-out;
  -o-transition: .35s all ease-in-out;
  transition: .35s all ease-in-out;
  opacity: 0; }
  .da-social-btn svg,
  .da-social-btn svg path,
  .da-social-btn svg rect {
    fill: #fff; }
  .da-social-btn [class^="icon-"], .da-social-btn [class*=" icon-"] {
    color: #fff;
    font-size: 50px; }
  .da-social-btn:hover {
    background-color: #f2aab5; }

.social-group-wrapper {
  position: fixed;
  z-index: 10000;
  bottom: 24px;
  right: 24px; }

#social-group-control {
  opacity: 1; }

.social-group-wrapper.active .da-social-btn {
  opacity: 1; }

.social-group-wrapper.active #social-group-control {
  background-color: #CCCCCC; }
  .social-group-wrapper.active #social-group-control svg,
  .social-group-wrapper.active #social-group-control svg path,
  .social-group-wrapper.active #social-group-control svg rect {
    fill: #52264c; }

.social-group-wrapper.active #social-group-ig {
  bottom: 65px; }

.social-group-wrapper.active #social-group-line {
  bottom: 130px; }

.social-group-wrapper.active #social-group-fb {
  bottom: 195px; }

body {
  background-color: #fff; }
  @media only screen and (min-width: 1025px) {
    body.sticky-active .logo-wrap img {
      width: 150px; }
    body.sticky-active .d-nav {
      margin-bottom: 5px;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 999;
      -webkit-box-shadow: 0px 3px 4px #ccc;
              box-shadow: 0px 3px 4px #ccc;
      top: 85px; } }
  body.active {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%; }

.page-wrapper {
  position: relative;
  -webkit-transition: .5s left;
  -o-transition: .5s left;
  transition: .5s left;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    body.active .page-wrapper {
      position: relative;
      left: 84%; }
      body.active .page-wrapper .nav-toggle:after {
        background: #fff;
        opacity: .9;
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1; } }

.page-header {
  position: relative;
  top: 0;
  z-index: 999;
  background-color: #fff; }
  body.sticky-active .page-header {
    position: fixed;
    top: 0;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: 0px 3px 4px #ccc;
            box-shadow: 0px 3px 4px #ccc;
    -webkit-animation: header-reveal 0.5s ease-in;
            animation: header-reveal 0.5s ease-in; }
  body.sticky-active.account .page-header,
  body.blog-index-index .page-header,
  body.blog-post-view .page-header {
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media only screen and (max-width: 1024px) {
    .account .page-header {
      margin-bottom: 20px; } }

.header.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 20px 0; }
  @media only screen and (max-width: 1024px) {
    .header.content {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 15px 20px; } }
  @media only screen and (max-width: 639px) {
    .header.content {
      padding-top: 15px; } }

.header__icon {
  height: 2.25rem;
  width: 2.25rem;
  fill: pink; }
  .header__icon:hover {
    fill: black; }
  .header__icon:active {
    fill: green; }

.header__location {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.sticky-active .header__location {
    margin-top: 7px; }
  .header__location a {
    display: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit; }
    .header__location a:hover {
      color: #f2aab5; }
  .header__location .icon-locator {
    font-size: 30px; }
  .header__location__text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #666666;
    letter-spacing: .3rem;
    padding-left: 10px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }
    .header__location__text:hover {
      color: #f2aab5; }
  @media only screen and (max-width: 1024px) {
    .header__location {
      display: none; } }

.logo-wrap {
  float: none;
  max-width: none;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  margin: 0;
  top: 27px; }
  @media only screen and (max-width: 1279px) {
    .logo-wrap {
      margin: auto;
      width: 60%;
      left: 19.5%;
      top: 0px; }
      .logo-wrap img {
        margin: auto;
        width: 140px; } }
  @media only screen and (max-width: 639px) {
    .logo-wrap {
      left: 18.5%; } }
  .logo-wrap img {
    display: block; }
  .page-print .logo-wrap {
    float: none; }

.logo {
  display: inline-block;
  float: none;
  margin: 0 auto; }

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  z-index: 10; }
  @media only screen and (max-width: 1024px) {
    .header__right {
      display: none; } }
  .sticky-active .header__right {
    margin-top: 0; }
  .header__right .link-account {
    font-size: 30px;
    color: #f2aab5; }
    .header__right .link-account:hover {
      color: #52264c; }
  .header__right .accout-wrapper {
    position: relative; }
  .header__right .welcome {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px; }
    .header__right .welcome .messgge {
      color: #000;
      font-size: 14px;
      font-weight: 300;
      padding-left: 10px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .header__right .list-action-authorization {
    display: none;
    position: absolute;
    left: 10px;
    top: 70%;
    background: #fff;
    border: 1px solid #f7f7f7;
    z-index: 5;
    margin-top: 5px;
    padding: 10px 0px;
    margin-left: 20px;
    width: inherit;
    min-width: 130px;
    overflow: hidden; }
    .header__right .list-action-authorization a {
      width: 100%;
      display: inline-block;
      padding: 5px 20px;
      text-align: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 14px;
      color: #000; }
      .header__right .list-action-authorization a:hover {
        color: #f2aab5; }
    .header__right .list-action-authorization.active {
      display: block;
      -webkit-box-shadow: 0px 0px 10px #ccc;
              box-shadow: 0px 0px 10px #ccc; }

@media only screen and (min-width: 1025px) {
  .header__right-tablet {
    display: none; } }

.header__visit {
  border: 1px #52264c solid;
  padding: 2px 4px;
  line-height: 1.5;
  letter-spacing: 2px;
  min-width: -webkit-max-content;
  display: -webkit-inline-box; }
  .header__visit a {
    color: #52264c;
    white-space: nowrap; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.action-skip-wrapper {
  height: 0;
  position: relative; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0; }
  .message.global.noscript a, .message.global.cookie a {
    color: #f2aab5; }
    .message.global.noscript a:hover, .message.global.cookie a:hover {
      color: #52264c; }
    .message.global.noscript a:active, .message.global.cookie a:active {
      color: #52264c; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3; }
  .message.global.cookie .actions {
    margin-top: 10px; }

.message.global.demo {
  margin: 0 0 10px;
  padding: 35px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #f2aab5; }
    .message.global.demo a:hover {
      color: #52264c; }
    .message.global.demo a:active {
      color: #52264c; }

.page-footer {
  margin-top: auto; }

.footer.content .links > li {
  margin: 0 0 8px; }

.footer.content .switcher-store {
  margin: 0 0 30px; }

.footer .copyright,
.footer .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
  font-size: 12px;
  color: #ccc;
  max-width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px; }

.footer__top-desktop {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .footer__top-desktop {
      display: none; } }

.footer__mobile {
  padding: 10px 0;
  border-top: 2px solid #52264c; }

.footer__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  list-style: none;
  margin-bottom: 15px; }
  .footer__top__link-item {
    padding: .5rem 2rem;
    letter-spacing: .3rem; }
    .footer__top__link-item a {
      color: #52264c; }
      .footer__top__link-item a:hover {
        color: #f2aab5; }

.footer__top__menu {
  list-style: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer__top__menu-item {
    padding: .5rem 2rem;
    letter-spacing: .3rem; }
    .footer__top__menu-item a {
      color: #656565; }
      .footer__top__menu-item a:hover {
        color: #000; }

.footer__bottom {
  border-top: 2px solid #52264c;
  padding-top: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .footer__bottom {
      padding-top: 0; } }
  @media only screen and (max-width: 1024px) {
    .footer__bottom-desktop {
      display: none; } }
  .footer__bottom-mobile {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1025px) {
      .footer__bottom-mobile {
        display: none; } }
    .footer__bottom-mobile__list {
      padding: 0 100px; }
      @media only screen and (max-width: 639px) {
        .footer__bottom-mobile__list {
          padding: 0; } }
      .footer__bottom-mobile__list li {
        list-style: none;
        color: #656565;
        font-size: 13px;
        font-weight: bold;
        padding: 10px 0; }
        .footer__bottom-mobile__list li a {
          color: inherit; }
        .footer__bottom-mobile__list li:nth-child(1) {
          padding-top: 20px; }
      .footer__bottom-mobile__list__v1 > li > span::after {
        font-family: 'diamonds-theme';
        content: '\e91f';
        color: #52264c;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        padding-top: 2px; }
      .footer__bottom-mobile__list__v1 span[aria-expanded="true"]::after {
        font-family: 'diamonds-theme';
        content: '\e91e'; }
      .footer__bottom-mobile__list__v2 li {
        padding-left: 16px; }
      .footer__bottom-mobile__list__v2 > li > span::after {
        font-family: 'diamonds-theme';
        content: '\e91f';
        color: #52264c;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        padding-top: 2px; }
      .footer__bottom-mobile__list__v2 span[aria-expanded="true"]::after {
        font-family: 'diamonds-theme';
        content: '\e91e'; }
      .footer__bottom-mobile__list__v3 li {
        padding-left: 16px; }
  .footer__bottom__community {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .footer__bottom__community {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer__bottom__community-item {
      padding: 1rem;
      list-style: none none; }
      .footer__bottom__community-item i {
        font-size: 40px; }

.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px; }
  .page-header .switcher .options,
  .page-footer .switcher .options {
    display: inline-block;
    position: relative; }
    .page-header .switcher .options:before, .page-header .switcher .options:after,
    .page-footer .switcher .options:before,
    .page-footer .switcher .options:after {
      content: '';
      display: table; }
    .page-header .switcher .options:after,
    .page-footer .switcher .options:after {
      clear: both; }
    .page-header .switcher .options .action.toggle,
    .page-footer .switcher .options .action.toggle {
      padding: 0;
      cursor: pointer;
      display: inline-block;
      text-decoration: none; }
      .page-header .switcher .options .action.toggle > span,
      .page-footer .switcher .options .action.toggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .switcher .options .action.toggle:after,
      .page-footer .switcher .options .action.toggle:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "\e622";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-header .switcher .options .action.toggle:hover:after,
      .page-footer .switcher .options .action.toggle:hover:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle:active:after,
      .page-footer .switcher .options .action.toggle:active:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle.active,
      .page-footer .switcher .options .action.toggle.active {
        display: inline-block;
        text-decoration: none; }
        .page-header .switcher .options .action.toggle.active > span,
        .page-footer .switcher .options .action.toggle.active > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .page-header .switcher .options .action.toggle.active:after,
        .page-footer .switcher .options .action.toggle.active:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22px;
          line-height: 22px;
          color: inherit;
          content: "\e621";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .page-header .switcher .options .action.toggle.active:hover:after,
        .page-footer .switcher .options .action.toggle.active:hover:after {
          color: inherit; }
        .page-header .switcher .options .action.toggle.active:active:after,
        .page-footer .switcher .options .action.toggle.active:active:after {
          color: inherit; }
    .page-header .switcher .options ul.dropdown,
    .page-footer .switcher .options ul.dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      background: #fff;
      border: 1px solid #bbb;
      margin-top: 4px;
      min-width: 160px;
      z-index: 100;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: none;
      position: absolute;
      top: 100%;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
      .page-header .switcher .options ul.dropdown li,
      .page-footer .switcher .options ul.dropdown li {
        margin: 0;
        padding: 0; }
        .page-header .switcher .options ul.dropdown li:hover,
        .page-footer .switcher .options ul.dropdown li:hover {
          background: #e8e8e8;
          cursor: pointer; }
      .page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98; }
      .page-header .switcher .options ul.dropdown:before,
      .page-footer .switcher .options ul.dropdown:before {
        right: 10px;
        top: -12px; }
      .page-header .switcher .options ul.dropdown:after,
      .page-footer .switcher .options ul.dropdown:after {
        right: 9px;
        top: -14px; }
    .page-header .switcher .options.active,
    .page-footer .switcher .options.active {
      overflow: visible; }
      .page-header .switcher .options.active ul.dropdown,
      .page-footer .switcher .options.active ul.dropdown {
        display: block; }
    .page-header .switcher .options ul.dropdown a,
    .page-footer .switcher .options ul.dropdown a {
      display: block;
      padding: 8px; }
      .page-header .switcher .options ul.dropdown a:hover,
      .page-footer .switcher .options ul.dropdown a:hover {
        text-decoration: none; }
  .page-header .switcher li,
  .page-footer .switcher li {
    font-size: 12px;
    margin: 0; }
  .page-header .switcher strong,
  .page-footer .switcher strong {
    font-weight: 300; }

.widget {
  clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0; }

.ui-datepicker td {
  padding: 0; }

select {
  -webkit-appearance: none;
  border-radius: none;
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    select {
      font-size: 12px; } }

select::-ms-expand {
  display: none; }

.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .select-wrap:before {
    font-family: 'diamonds-theme';
    content: '\e91d';
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 10px;
    border-left: none;
    z-index: 2; }
  .select-wrap.active:before {
    content: '\e91c'; }
  .select-wrap > select {
    padding-top: 0;
    padding-right: 38px;
    margin: 0; }
  .sorter .select-wrap {
    margin: 0 10px; }
    @media only screen and (min-width: 768px) {
      .sorter .select-wrap {
        margin: 0 20px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.pages .item {
  padding: 0 20px; }
  .pages .item.pages-item-previous, .pages .item.pages-item-previous {
    padding: 0; }

.pages .action.next:before {
  font-family: 'diamonds-theme';
  content: '\e91e';
  font-size: 22px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.pages .action.previous:before {
  font-family: 'diamonds-theme';
  content: '\e91e';
  font-size: 22px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media only screen and (max-width: 1024px) {
  .pages .item {
    font-size: 16px;
    padding: 0 10px; }
  .pages strong.page {
    font-size: 16px; } }

.messages .message:not(.message-box) {
  background: #f2aab5; }
  .messages .message:not(.message-box) div {
    color: #fff;
    position: relative; }
    .messages .message:not(.message-box) div:before {
      font-size: 16px;
      margin: -12px;
      left: -25px;
      top: 0; }

.message.info {
  background: #f2aab5; }
  .message.info > *:first-child {
    position: relative;
    color: #fff; }
  .message.info > *:first-child:before {
    font-family: 'diamonds-theme';
    color: #52264c;
    content: '\e917';
    font-size: 16px;
    margin: -12px;
    left: -25px;
    top: 0; }

.message.success > *:first-child:before {
  font-family: 'diamonds-theme';
  color: #52264c;
  content: '\e918'; }

.message.warning > *:first-child:before {
  font-family: 'diamonds-theme';
  color: #52264c;
  content: '\e917'; }

.message.error > *:first-child:before {
  font-family: 'diamonds-theme';
  color: #52264c;
  content: '\e915'; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%; }
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .navigation ul {
    padding: 0 8px; }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto; }
    .header.panel > .header.links > li {
      display: inline-block;
      vertical-align: top; }
    .header.panel > .header.links > li {
      font-size: 14px;
      margin: 0 0 0 15px; }
      .header.panel > .header.links > li.welcome,
      .header.panel > .header.links > li a {
        line-height: 1.4; }
      .header.panel > .header.links > li.welcome a {
        padding-left: 5px; }
  .page-header {
    border: 0; }
    .page-header .panel.wrapper {
      border-bottom: 1px solid #656565; }
    .page-header .header.panel {
      padding-bottom: 10px;
      padding-top: 10px; }
    .page-header .switcher {
      display: inline-block; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px; }
  .logo img {
    max-height: inherit; } }

@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .logo img {
    width: 230px;
    margin: auto; } }

@media only screen and (min-width: 768px) {
  .footer.content .block {
    float: right; }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top; }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top; } }

@media only screen and (min-width: 1280px) {
  .header.content {
    padding: 45px 20px 20px 20px; } }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #f2aab5;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
    background: none;
    border: none; }
  .my-credit-cards .action.delete:hover {
    background: none;
    border: none; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards .action.delete:hover {
    color: #52264c;
    text-decoration: none; }
  .my-credit-cards .action.delete:active {
    color: #52264c;
    text-decoration: none; }
  .my-credit-cards .action.delete:hover {
    color: #52264c; }
  .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
    background: none;
    border: 0; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    color: #f2aab5;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #f2aab5;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }
  .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #52264c;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:active {
    color: #52264c;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #52264c; }
  .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #f2aab5;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
      display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
      display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e601"; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

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

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 500; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }
  .products-grid.wishlist .product-item-actions > *:last-child {
    margin-right: 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #656565; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #656565; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px; }
    .products-grid.wishlist .product-item {
      padding: 20px 10px 20px 20px;
      position: relative; }
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px; }
      .products-grid.wishlist .product-item-name {
        font-size: 1.6rem; }
      .products-grid.wishlist .product-item-actions {
        display: block; }
        .products-grid.wishlist .product-item-actions .action {
          margin-right: 15px; }
          .products-grid.wishlist .product-item-actions .action:last-child {
            margin-right: 0; }
          .products-grid.wishlist .product-item-actions .action.edit {
            float: left; }
          .products-grid.wishlist .product-item-actions .action.delete {
            float: right; }
          .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
            margin-top: 7px; }
      .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description,
      .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px; }
      .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px; }
        .products-grid.wishlist .product-item .box-tocart .stock {
          margin-top: 7px; }
      .products-grid.wishlist .product-item .giftregisty-dropdown,
      .products-grid.wishlist .product-item .field.qty {
        display: none; }
    .products-grid.wishlist .product-image-container {
      max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
    .wishlist-index-index .product-item-info {
      width: auto; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px; }
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; } }

@media only screen and (min-width: 1280px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0; }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; } }

/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.blog-index-index .page-title,
.blog-category-view .page-title,
.blog-post-view .page-title,
.blog-tag-view .page-title {
  text-align: center; }

.blog-index-index .sidebar-title,
.blog-category-view .sidebar-title,
.blog-post-view .sidebar-title,
.blog-tag-view .sidebar-title {
  font-size: 12px;
  color: #52264c;
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 2;
  cursor: pointer;
  position: relative;
  letter-spacing: .3rem; }
  .blog-index-index .sidebar-title:after,
  .blog-category-view .sidebar-title:after,
  .blog-post-view .sidebar-title:after,
  .blog-tag-view .sidebar-title:after {
    font-family: 'diamonds-theme';
    content: '\e91f';
    position: absolute;
    right: 5px; }
  .blog-index-index .sidebar-title.active:after,
  .blog-category-view .sidebar-title.active:after,
  .blog-post-view .sidebar-title.active:after,
  .blog-tag-view .sidebar-title.active:after {
    content: '\e91e'; }

.blog-index-index .sidebar-content,
.blog-category-view .sidebar-content,
.blog-post-view .sidebar-content,
.blog-tag-view .sidebar-content {
  display: none;
  letter-spacing: .3rem; }
  .blog-index-index .sidebar-content.active,
  .blog-category-view .sidebar-content.active,
  .blog-post-view .sidebar-content.active,
  .blog-tag-view .sidebar-content.active {
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    padding: 20px 25px;
    margin-left: -20px;
    margin-right: -20px; }
  .blog-index-index .sidebar-content .block-title,
  .blog-category-view .sidebar-content .block-title,
  .blog-post-view .sidebar-content .block-title,
  .blog-tag-view .sidebar-content .block-title {
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0; }
    .blog-index-index .sidebar-content .block-title:after,
    .blog-category-view .sidebar-content .block-title:after,
    .blog-post-view .sidebar-content .block-title:after,
    .blog-tag-view .sidebar-content .block-title:after {
      font-family: 'diamonds-theme';
      content: '\e91f';
      position: absolute;
      right: 5px;
      top: 0; }
    .blog-index-index .sidebar-content .block-title.active:after,
    .blog-category-view .sidebar-content .block-title.active:after,
    .blog-post-view .sidebar-content .block-title.active:after,
    .blog-tag-view .sidebar-content .block-title.active:after {
      content: '\e91e'; }
    .blog-index-index .sidebar-content .block-title.active ~ div,
    .blog-index-index .sidebar-content .block-title.active ~ ul,
    .blog-category-view .sidebar-content .block-title.active ~ div,
    .blog-category-view .sidebar-content .block-title.active ~ ul,
    .blog-post-view .sidebar-content .block-title.active ~ div,
    .blog-post-view .sidebar-content .block-title.active ~ ul,
    .blog-tag-view .sidebar-content .block-title.active ~ div,
    .blog-tag-view .sidebar-content .block-title.active ~ ul {
      display: block; }
    .blog-index-index .sidebar-content .block-title strong,
    .blog-category-view .sidebar-content .block-title strong,
    .blog-post-view .sidebar-content .block-title strong,
    .blog-tag-view .sidebar-content .block-title strong {
      font-size: 12px; }
    .blog-index-index .sidebar-content .block-title ~ div,
    .blog-index-index .sidebar-content .block-title ~ ul,
    .blog-category-view .sidebar-content .block-title ~ div,
    .blog-category-view .sidebar-content .block-title ~ ul,
    .blog-post-view .sidebar-content .block-title ~ div,
    .blog-post-view .sidebar-content .block-title ~ ul,
    .blog-tag-view .sidebar-content .block-title ~ div,
    .blog-tag-view .sidebar-content .block-title ~ ul {
      display: none;
      margin: 20px 0;
      padding: 0 20px; }
    .blog-index-index .sidebar-content .block-title ~ div .item,
    .blog-category-view .sidebar-content .block-title ~ div .item,
    .blog-post-view .sidebar-content .block-title ~ div .item,
    .blog-tag-view .sidebar-content .block-title ~ div .item {
      margin-bottom: 20px; }
      .blog-index-index .sidebar-content .block-title ~ div .item:hover,
      .blog-category-view .sidebar-content .block-title ~ div .item:hover,
      .blog-post-view .sidebar-content .block-title ~ div .item:hover,
      .blog-tag-view .sidebar-content .block-title ~ div .item:hover {
        color: #f2aab5; }
  .blog-index-index .sidebar-content .widget.block,
  .blog-category-view .sidebar-content .widget.block,
  .blog-post-view .sidebar-content .widget.block,
  .blog-tag-view .sidebar-content .widget.block {
    padding: 0 20px; }
    .blog-index-index .sidebar-content .widget.block a,
    .blog-category-view .sidebar-content .widget.block a,
    .blog-post-view .sidebar-content .widget.block a,
    .blog-tag-view .sidebar-content .widget.block a {
      color: #52264c; }
      .blog-index-index .sidebar-content .widget.block a:hover,
      .blog-category-view .sidebar-content .widget.block a:hover,
      .blog-post-view .sidebar-content .widget.block a:hover,
      .blog-tag-view .sidebar-content .widget.block a:hover {
        color: #f2aab5; }

.blog-index-index .sidebar-additional,
.blog-category-view .sidebar-additional,
.blog-post-view .sidebar-additional,
.blog-tag-view .sidebar-additional {
  margin-bottom: 20px; }

@media only screen and (min-width: 1025px) {
  .blog-index-index.page-layout-news_category .sidebar-additional, .blog-index-index.page-layout-video_category .sidebar-additional,
  .blog-category-view.page-layout-news_category .sidebar-additional,
  .blog-category-view.page-layout-video_category .sidebar-additional,
  .blog-post-view.page-layout-news_category .sidebar-additional,
  .blog-post-view.page-layout-video_category .sidebar-additional,
  .blog-tag-view.page-layout-news_category .sidebar-additional,
  .blog-tag-view.page-layout-video_category .sidebar-additional {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .blog-index-index.page-layout-news_category .sidebar-additional .block-title, .blog-index-index.page-layout-video_category .sidebar-additional .block-title,
    .blog-category-view.page-layout-news_category .sidebar-additional .block-title,
    .blog-category-view.page-layout-video_category .sidebar-additional .block-title,
    .blog-post-view.page-layout-news_category .sidebar-additional .block-title,
    .blog-post-view.page-layout-video_category .sidebar-additional .block-title,
    .blog-tag-view.page-layout-news_category .sidebar-additional .block-title,
    .blog-tag-view.page-layout-video_category .sidebar-additional .block-title {
      border: none !important;
      text-align: center;
      pointer-events: none; }
      .blog-index-index.page-layout-news_category .sidebar-additional .block-title:after, .blog-index-index.page-layout-video_category .sidebar-additional .block-title:after,
      .blog-category-view.page-layout-news_category .sidebar-additional .block-title:after,
      .blog-category-view.page-layout-video_category .sidebar-additional .block-title:after,
      .blog-post-view.page-layout-news_category .sidebar-additional .block-title:after,
      .blog-post-view.page-layout-video_category .sidebar-additional .block-title:after,
      .blog-tag-view.page-layout-news_category .sidebar-additional .block-title:after,
      .blog-tag-view.page-layout-video_category .sidebar-additional .block-title:after {
        position: initial;
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        background-color: #f2aab5;
        margin: 27px auto 40px auto; }
      .blog-index-index.page-layout-news_category .sidebar-additional .block-title strong, .blog-index-index.page-layout-video_category .sidebar-additional .block-title strong,
      .blog-category-view.page-layout-news_category .sidebar-additional .block-title strong,
      .blog-category-view.page-layout-video_category .sidebar-additional .block-title strong,
      .blog-post-view.page-layout-news_category .sidebar-additional .block-title strong,
      .blog-post-view.page-layout-video_category .sidebar-additional .block-title strong,
      .blog-tag-view.page-layout-news_category .sidebar-additional .block-title strong,
      .blog-tag-view.page-layout-video_category .sidebar-additional .block-title strong {
        font-size: 30px; }
    .blog-index-index.page-layout-news_category .sidebar-additional ul.accordion, .blog-index-index.page-layout-video_category .sidebar-additional ul.accordion,
    .blog-category-view.page-layout-news_category .sidebar-additional ul.accordion,
    .blog-category-view.page-layout-video_category .sidebar-additional ul.accordion,
    .blog-post-view.page-layout-news_category .sidebar-additional ul.accordion,
    .blog-post-view.page-layout-video_category .sidebar-additional ul.accordion,
    .blog-tag-view.page-layout-news_category .sidebar-additional ul.accordion,
    .blog-tag-view.page-layout-video_category .sidebar-additional ul.accordion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .blog-index-index.page-layout-news_category .sidebar-additional ul.accordion li, .blog-index-index.page-layout-video_category .sidebar-additional ul.accordion li,
      .blog-category-view.page-layout-news_category .sidebar-additional ul.accordion li,
      .blog-category-view.page-layout-video_category .sidebar-additional ul.accordion li,
      .blog-post-view.page-layout-news_category .sidebar-additional ul.accordion li,
      .blog-post-view.page-layout-video_category .sidebar-additional ul.accordion li,
      .blog-tag-view.page-layout-news_category .sidebar-additional ul.accordion li,
      .blog-tag-view.page-layout-video_category .sidebar-additional ul.accordion li {
        padding-right: 30px; }
        .blog-index-index.page-layout-news_category .sidebar-additional ul.accordion li:last-child, .blog-index-index.page-layout-video_category .sidebar-additional ul.accordion li:last-child,
        .blog-category-view.page-layout-news_category .sidebar-additional ul.accordion li:last-child,
        .blog-category-view.page-layout-video_category .sidebar-additional ul.accordion li:last-child,
        .blog-post-view.page-layout-news_category .sidebar-additional ul.accordion li:last-child,
        .blog-post-view.page-layout-video_category .sidebar-additional ul.accordion li:last-child,
        .blog-tag-view.page-layout-news_category .sidebar-additional ul.accordion li:last-child,
        .blog-tag-view.page-layout-video_category .sidebar-additional ul.accordion li:last-child {
          padding-right: 0; }
        .blog-index-index.page-layout-news_category .sidebar-additional ul.accordion li a, .blog-index-index.page-layout-video_category .sidebar-additional ul.accordion li a,
        .blog-category-view.page-layout-news_category .sidebar-additional ul.accordion li a,
        .blog-category-view.page-layout-video_category .sidebar-additional ul.accordion li a,
        .blog-post-view.page-layout-news_category .sidebar-additional ul.accordion li a,
        .blog-post-view.page-layout-video_category .sidebar-additional ul.accordion li a,
        .blog-tag-view.page-layout-news_category .sidebar-additional ul.accordion li a,
        .blog-tag-view.page-layout-video_category .sidebar-additional ul.accordion li a {
          color: #fff;
          font-size: 1.6rem;
          background: #f2aab5;
          border: 1px solid #f2aab5;
          height: 50px;
          padding: 7px 15px;
          min-width: 150px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .blog-index-index.page-layout-news_category .sidebar-additional ul.accordion li a:hover, .blog-index-index.page-layout-video_category .sidebar-additional ul.accordion li a:hover,
          .blog-category-view.page-layout-news_category .sidebar-additional ul.accordion li a:hover,
          .blog-category-view.page-layout-video_category .sidebar-additional ul.accordion li a:hover,
          .blog-post-view.page-layout-news_category .sidebar-additional ul.accordion li a:hover,
          .blog-post-view.page-layout-video_category .sidebar-additional ul.accordion li a:hover,
          .blog-tag-view.page-layout-news_category .sidebar-additional ul.accordion li a:hover,
          .blog-tag-view.page-layout-video_category .sidebar-additional ul.accordion li a:hover {
            color: #fff;
            border-color: #52264c;
            background: #52264c; } }

@media only screen and (max-width: 991px) {
  .blog-index-index.sticky-active .sidebar-additional,
  .blog-category-view.sticky-active .sidebar-additional,
  .blog-post-view.sticky-active .sidebar-additional,
  .blog-tag-view.sticky-active .sidebar-additional {
    position: fixed;
    top: 54px;
    width: 100%;
    left: 0;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    z-index: 1; }
  .blog-index-index.sticky-active .sidebar-title,
  .blog-category-view.sticky-active .sidebar-title,
  .blog-post-view.sticky-active .sidebar-title,
  .blog-tag-view.sticky-active .sidebar-title {
    padding: 5px 25px; }
    .blog-index-index.sticky-active .sidebar-title.active:after,
    .blog-category-view.sticky-active .sidebar-title.active:after,
    .blog-post-view.sticky-active .sidebar-title.active:after,
    .blog-tag-view.sticky-active .sidebar-title.active:after {
      right: 25px; }
  .blog-index-index.sticky-active .sidebar-content.active,
  .blog-category-view.sticky-active .sidebar-content.active,
  .blog-post-view.sticky-active .sidebar-content.active,
  .blog-tag-view.sticky-active .sidebar-content.active {
    margin: 0;
    padding: 20px 25px; } }

.blog-index-index .columns,
.blog-category-view .columns,
.blog-post-view .columns,
.blog-tag-view .columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.post-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 1280px) {
    .blog-index-index .post-holder,
    .blog-category-view .post-holder,
    .blog-tag-view .post-holder {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .post-holder .post-left {
      width: 42.5%; }
    .post-holder .post-right {
      padding-left: 20px;
      width: 57.5%; } }
  .post-holder .post-image {
    width: 100%;
    cursor: pointer; }
    .post-holder .post-image:hover {
      -webkit-filter: brightness(90%);
              filter: brightness(90%); }
  .post-holder .post-header .post-info {
    padding: 0 0 10px 0; }
    .blog-post-view .post-holder .post-header .post-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .post-holder .post-header .post-info .item,
    .post-holder .post-header .post-info .dash {
      display: inline-block; }
    .post-holder .post-header .post-info .label {
      font-weight: 700; }
    .post-holder .post-header .post-info .value {
      font-style: italic; }

.post-list {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  border-top: 1px solid #ccc; }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body:not(.page-layout-news_category):not(.page-layout-video_category) .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body:not(.page-layout-news_category):not(.page-layout-video_category) .post-list .post-holder {
      width: 31%;
      border-bottom: none; } }

.post-list-wrapper {
  margin-bottom: 40px; }
  .post-list-wrapper .post-list {
    padding-left: 0; }

.post-list .post-content .post-read-more {
  padding-top: 20px;
  float: right; }
  @media only screen and (min-width: 1280px) {
    .post-list .post-content .post-read-more {
      padding-top: 40px; } }

.subcategory-links-wrapper ul,
.post-links-wrapper ul {
  list-style: none; }

.post-content .post-description img {
  margin: 15px 0; }

.post-content .post-description ul,
.post-content .post-description ol {
  list-style-position: inside; }

body:not(.blog-post-view) .post-content .post-description p,
.block.post-related .post-content .post-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  @media only screen and (min-width: 768px) {
    body:not(.blog-post-view) .post-content .post-description p,
    .block.post-related .post-content .post-description p {
      -webkit-line-clamp: 4; } }
  @media only screen and (min-width: 1280px) {
    body:not(.blog-post-view) .post-content .post-description p,
    .block.post-related .post-content .post-description p {
      -webkit-line-clamp: 5; } }

.post-content .post-description .post-ftimg-hld img {
  width: 100%;
  padding: 0;
  margin: 0; }

.page-layout-news_category .page-title-wrapper {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1280px) {
    .page-layout-news_category .page-title-wrapper {
      margin-bottom: 60px; } }

.page-layout-news_category .post-list-wrapper .post-list {
  border-top: none; }
  .page-layout-news_category .post-list-wrapper .post-list .post-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-layout-news_category .post-list-wrapper .post-list .post-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48.5%;
    padding: 0; }
    .page-layout-news_category .post-list-wrapper .post-list .post-item-left .post-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .page-layout-news_category .post-list-wrapper .post-list .post-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 48.5%; }
    .page-layout-news_category .post-list-wrapper .post-list .post-item-right .post-holder {
      width: 47.5%; }
      .page-layout-news_category .post-list-wrapper .post-list .post-item-right .post-holder .post-content {
        display: none; }
  .page-layout-news_category .post-list-wrapper .post-list .post-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1280px) {
      .page-layout-news_category .post-list-wrapper .post-list .post-holder {
        margin-bottom: 40px; } }
    .page-layout-news_category .post-list-wrapper .post-list .post-holder .post-right {
      width: 100%;
      padding: 20px; }
    .page-layout-news_category .post-list-wrapper .post-list .post-holder .post-left {
      width: 100%; }
    .page-layout-news_category .post-list-wrapper .post-list .post-holder .post-read-more {
      display: none; }
    .page-layout-news_category .post-list-wrapper .post-list .post-holder .post-content .post-description p {
      -webkit-line-clamp: 4; }
  .page-layout-news_category .post-list-wrapper .post-list .post-item-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-layout-news_category .post-list-wrapper .post-list .post-item-mb .post-holder {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .page-layout-news_category .post-list-wrapper .post-list .post-item-mb .post-holder {
          width: 48.5%; } }
      .page-layout-news_category .post-list-wrapper .post-list .post-item-mb .post-holder .post-content .post-description p {
        -webkit-line-clamp: 3; }
    .page-layout-news_category .post-list-wrapper .post-list .post-item-mb .post-title {
      padding: 0 0 10px; }

.page-layout-video_category .post-list {
  border-top: none; }

.page-layout-video_category .post-holder {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .page-layout-video_category .post-holder {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1280px) {
    .page-layout-video_category .post-holder {
      margin-bottom: 20px; } }
  .page-layout-video_category .post-holder:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .page-layout-video_category .post-holder:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .page-layout-video_category .post-holder .post-left {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-layout-video_category .post-holder .post-left {
        width: 60%; } }
  .page-layout-video_category .post-holder .post-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-layout-video_category .post-holder .post-right {
        width: 40%; } }
    .page-layout-video_category .post-holder .post-right .post-title:after {
      position: initial;
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      margin: 20px auto 10px;
      border-bottom: 1px #f2aab5 solid; }
      @media only screen and (min-width: 1280px) {
        .page-layout-video_category .post-holder .post-right .post-title:after {
          margin: 30px auto;
          padding-top: 0; } }
    .page-layout-video_category .post-holder .post-right .post-title a {
      -webkit-line-clamp: 3; }
  .page-layout-video_category .post-holder .post-header {
    text-align: center; }
  .page-layout-video_category .post-holder .post-header,
  .page-layout-video_category .post-holder .post-content {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-layout-video_category .post-holder .post-header,
      .page-layout-video_category .post-holder .post-content {
        width: 85%; } }
    @media only screen and (min-width: 1280px) {
      .page-layout-video_category .post-holder .post-header,
      .page-layout-video_category .post-holder .post-content {
        width: 67.5%; } }
  .page-layout-video_category .post-holder .post-description {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-layout-video_category .post-holder .post-description .post-text-hld {
      margin-bottom: 20px; }
      @media only screen and (min-width: 1280px) {
        .page-layout-video_category .post-holder .post-description .post-text-hld {
          margin-bottom: 40px; } }
    @media only screen and (min-width: 768px) {
      .page-layout-video_category .post-holder .post-description p {
        -webkit-line-clamp: 3; } }
    @media only screen and (min-width: 1280px) {
      .page-layout-video_category .post-holder .post-description p {
        -webkit-line-clamp: 5; } }
    .page-layout-video_category .post-holder .post-description .post-read-more {
      height: 30px;
      font-size: 12px;
      color: #fff;
      background: #f2aab5;
      border: 1px solid #f2aab5;
      padding: 7px 15px;
      min-width: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .page-layout-video_category .post-holder .post-description .post-read-more:hover {
        background: #52264c;
        border: 1px solid #52264c; }
      @media only screen and (min-width: 1280px) {
        .page-layout-video_category .post-holder .post-description .post-read-more {
          font-size: 1.6rem;
          height: 50px;
          width: auto; } }
  .page-layout-video_category .post-holder .d-video__video-box {
    padding-bottom: 62.5%; }

.page-layout-news_category .toolbar-blog-posts,
.page-layout-video_category .toolbar-blog-posts {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 50px; }
  @media only screen and (min-width: 1280px) {
    .page-layout-news_category .toolbar-blog-posts,
    .page-layout-video_category .toolbar-blog-posts {
      padding: 60px 0 80px 0; } }

@media only screen and (max-width: 495px) {
  .post-content .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0; } }

.post-list .post-header .post-title {
  margin: 0;
  padding: 10px 0; }
  @media only screen and (min-width: 1280px) {
    .post-list .post-header .post-title {
      padding: 0;
      margin-bottom: 20px; } }
  .post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 16px;
    color: #52264c;
    letter-spacing: .3rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media only screen and (min-width: 768px) {
      .post-list .post-header .post-title a {
        -webkit-line-clamp: 3; } }
    @media only screen and (min-width: 1280px) {
      .post-list .post-header .post-title a {
        -webkit-line-clamp: 2;
        font-size: 22px; } }
    .post-list .post-header .post-title a:hover {
      color: #f2aab5; }

.post-list .post-header .post-posed-date {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 12px; }
  @media only screen and (min-width: 1280px) {
    .post-list .post-header .post-posed-date {
      font-size: 14px;
      margin-bottom: 20px; } }

.post-list .post-content {
  letter-spacing: .3rem;
  font-size: 12px; }
  @media only screen and (min-width: 1280px) {
    .post-list .post-content {
      font-size: 14px; } }
  .post-list .post-content .post-text-hld a {
    color: #656565; }
    .post-list .post-content .post-text-hld a:hover {
      color: #000; }

.post-list .post-holder .post-header .addthis_toolbox {
  float: right;
  padding-top: 20px; }

.post-list .hidden {
  display: none; }

.post-related .block-title {
  margin-bottom: 20px;
  text-align: center;
  color: #52264c;
  letter-spacing: .3rem; }
  .post-related .block-title strong#block-relatedposts-heading {
    font-size: 20px; }
  @media only screen and (min-width: 1025px) {
    .post-related .block-title {
      margin-bottom: 30px; }
      .post-related .block-title strong#block-relatedposts-heading {
        font-size: 30px; } }

.post-related .block-content {
  list-style: none; }
  .post-related .block-content .post-title {
    margin-bottom: 15px; }
  .post-related .block-content .post-ftimg-hld {
    margin-bottom: 20px; }
    .post-related .block-content .post-ftimg-hld:hover {
      -webkit-filter: brightness(90%);
              filter: brightness(90%);
      cursor: pointer; }
  .post-related .block-content .post-item-link {
    color: #52264c;
    font-size: 16px;
    line-height: 1.5; }
    .post-related .block-content .post-item-link:hover {
      color: #f2aab5;
      cursor: pointer; }
  .post-related .block-content .post-posed-date {
    color: #ccc;
    font-size: 10px;
    margin-bottom: 15px; }
  .post-related .block-content .post-text-hld {
    margin-bottom: 15px;
    color: #656565;
    letter-spacing: .3rem; }
    .post-related .block-content .post-text-hld:hover {
      color: #000;
      cursor: pointer; }
  .post-related .block-content .post-read-more {
    float: right;
    letter-spacing: .3rem; }
    .post-related .block-content .post-read-more:hover {
      cursor: pointer; }
  .post-related .block-content .post-content {
    border: none; }
  .post-related .block-content .post-description {
    font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .post-related .block-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .post-related .block-content .post-description {
        width: auto !important; }
      .post-related .block-content .item {
        width: 31%; } }
  @media only screen and (min-width: 1280px) {
    .post-related .block-content .post-item-link {
      font-size: 18px; }
    .post-related .block-content .post-description {
      font-size: 14px; } }

.post-view .post-holder .post-header .addthis_toolbox {
  float: right; }

.post-view .post-info .post-categories {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  .post-view .post-info .post-categories .tag {
    color: #ccc;
    border: 2px solid #ccc;
    padding: 5px 10px;
    margin: 5px; }
    .post-view .post-info .post-categories .tag:hover {
      color: #f2aab5;
      border: 2px solid #f2aab5; }

.post-view .post-info .post-posed-date {
  margin-bottom: 10px;
  font-size: 10px;
  color: #ccc; }
  @media only screen and (min-width: 1280px) {
    .post-view .post-info .post-posed-date {
      font-size: 14px; } }

.post-view .post-content {
  border-bottom: 1px solid #ccc; }
  .post-view .post-content .post-description {
    margin: auto;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .post-view .post-content .post-description {
        width: 500px; } }
    @media only screen and (min-width: 1025px) {
      .post-view .post-content .post-description {
        width: 100%; } }
    @media only screen and (min-width: 1580px) {
      .post-view .post-content .post-description {
        width: 1025px; } }
    .post-view .post-content .post-description .post-ftimg-hld {
      margin-bottom: 20px; }
    .post-view .post-content .post-description .post-text-hld {
      letter-spacing: .3rem; }
      .post-view .post-content .post-description .post-text-hld p {
        font-size: 14px; }
        @media only screen and (min-width: 1580px) {
          .post-view .post-content .post-description .post-text-hld p {
            font-size: 18px; } }
  .post-view .post-content .social-share {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .post-view .post-content .social-share {
        width: 500px; } }
    @media only screen and (min-width: 1025px) {
      .post-view .post-content .social-share {
        width: 100%; } }
    @media only screen and (min-width: 1580px) {
      .post-view .post-content .social-share {
        margin-bottom: 60px;
        width: 1025px; } }
    .post-view .post-content .social-share .social-share-title {
      margin-right: 10px;
      letter-spacing: .3rem; }
    .post-view .post-content .social-share .icon-fb,
    .post-view .post-content .social-share .icon-line,
    .post-view .post-content .social-share .icon-mail {
      font-size: 30px;
      width: 30px;
      height: 30px;
      color: #f2aab5; }
      @media only screen and (min-width: 1280px) {
        .post-view .post-content .social-share .icon-fb,
        .post-view .post-content .social-share .icon-line,
        .post-view .post-content .social-share .icon-mail {
          font-size: 40px;
          width: 40px;
          height: 40px; } }
      .post-view .post-content .social-share .icon-fb:hover,
      .post-view .post-content .social-share .icon-line:hover,
      .post-view .post-content .social-share .icon-mail:hover {
        color: #52264c; }
    .post-view .post-content .social-share .fb-wrapper,
    .post-view .post-content .social-share .line-wrapper {
      position: relative;
      margin-right: 10px; }
      @media only screen and (min-width: 1280px) {
        .post-view .post-content .social-share .fb-wrapper,
        .post-view .post-content .social-share .line-wrapper {
          margin-right: 20px; } }
      .post-view .post-content .social-share .fb-wrapper:hover .icon-fb,
      .post-view .post-content .social-share .fb-wrapper:hover .icon-line,
      .post-view .post-content .social-share .line-wrapper:hover .icon-fb,
      .post-view .post-content .social-share .line-wrapper:hover .icon-line {
        color: #52264c; }
    .post-view .post-content .social-share .iframe-wrapper {
      width: 30px;
      height: 30px;
      overflow: hidden;
      opacity: 0.001 !important;
      position: absolute;
      top: 0;
      z-index: 2; }
      @media only screen and (min-width: 1280px) {
        .post-view .post-content .social-share .iframe-wrapper {
          width: 40px;
          height: 40px; } }

.post-view .post-bottom {
  margin-top: 30px; }

.post-view .post-nextprev-hld {
  margin-bottom: 30px; }
  .post-view .post-nextprev-hld .nextprev-link {
    font-weight: 700; }
  .post-view .post-nextprev-hld .prev-link {
    float: left; }
  .post-view .post-nextprev-hld .next-link {
    float: right; }

.post-view .post-gallery {
  margin: 15px 0 15px 0; }
  .post-view .post-gallery .gallery-image-hld {
    margin: 0 14px 14px 0;
    border: 1px solid #ccc;
    display: block;
    float: left; }
  .post-view .post-gallery .gallery-image {
    padding: 0;
    margin: 0;
    display: block; }

.post-view .block {
  margin-bottom: 30px; }

.widget.block-recent-posts .block-content .item {
  padding: 8px 0 0 0; }

.widget.block-categories ul {
  padding-left: 0;
  list-style: none; }

.widget.block-categories ul ul {
  margin-left: 20px; }

.widget.block-categories li {
  margin-bottom: 20px; }
  .widget.block-categories li:hover {
    color: #f2aab5; }

.widget.block-rss .rss-icon {
  float: left;
  width: 23px;
  padding-right: 10px; }

.widget.blog-search {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  float: right;
  /*padding-left: 15px;
    z-index: 4;*/ }

.widget.blog-search .block-content {
  margin-bottom: 0; }
  .widget.blog-search .block-content .form {
    position: relative; }

.widget.blog-search label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-decoration: none;
  display: inline-block;
  float: right; }

.widget.blog-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  clear: both; }

.widget.blog-search input {
  position: static;
  padding-right: 35px;
  margin: 0;
  left: -300%; }

.widget.blog-search .action.search {
  position: absolute;
  right: 10px;
  top: 0;
  top: calc(50% - 16px);
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url("../../../../../frontend/Magento/base/default/Magefan_Blog/images/search-icon.svg") no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5; }
  .widget.blog-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

/* Tag claud widget */
.widget.block-tagclaud {
  display: none; }
  .widget.block-tagclaud .tagclaud-hld {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px; }
  .widget.block-tagclaud span {
    color: #ccc;
    border: 2px solid #ccc;
    padding: 5px 10px;
    margin: 5px; }
    .widget.block-tagclaud span:hover {
      border: 2px solid #f2aab5;
      cursor: pointer; }
      .widget.block-tagclaud span:hover a {
        color: #f2aab5 !important; }
  .widget.block-tagclaud a {
    font-size: 14px;
    color: #ccc;
    letter-spacing: .3rem; }
    .widget.block-tagclaud a:hover {
      color: #f2aab5; }
  @media only screen and (min-width: 1025px) {
    .widget.block-tagclaud {
      display: block; } }

.blog-widget-recent .post-list {
  padding: 0;
  margin: 0; }

.blog-widget-recent .post-holder {
  width: 29%;
  float: left;
  margin: 5px; }

.blog-widget-recent .post-description .post-text-hld {
  max-height: 150px;
  min-height: 150px;
  overflow-y: auto; }

.blog-widget-recent-masonry .post-description .post-text-hld {
  max-height: none;
  min-height: 0; }

.blog-widget-recent-masonry .post-description .post-ftimg-hld {
  width: 100%;
  margin: 0; }

.mfblog-autoloader {
  text-align: center; }
  .mfblog-autoloader .mfblog-show-onload {
    display: none; }

@media only screen and (max-width: 419px) {
  #mfblog_gcomments {
    max-width: 345px;
    overflow-y: scroll; } }

.blog-category-view .category-content,
.blog-tag-view .tag-content {
  padding-left: 0; }

@media only screen and (min-width: 1025px) {
  .blog-index-index .sidebar-title,
  .blog-category-view .sidebar-title,
  .blog-post-view .sidebar-title,
  .blog-tag-view .sidebar-title {
    display: none; }
  .blog-index-index .sidebar-content,
  .blog-category-view .sidebar-content,
  .blog-post-view .sidebar-content,
  .blog-tag-view .sidebar-content {
    display: block; }
    .blog-index-index .sidebar-content.active,
    .blog-category-view .sidebar-content.active,
    .blog-post-view .sidebar-content.active,
    .blog-tag-view .sidebar-content.active {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0;
      padding: 0; }
    .blog-index-index .sidebar-content .block-title:after,
    .blog-category-view .sidebar-content .block-title:after,
    .blog-post-view .sidebar-content .block-title:after,
    .blog-tag-view .sidebar-content .block-title:after {
      content: ''; }
    .blog-index-index .sidebar-content .block-title ~ div,
    .blog-index-index .sidebar-content .block-title ~ ul,
    .blog-category-view .sidebar-content .block-title ~ div,
    .blog-category-view .sidebar-content .block-title ~ ul,
    .blog-post-view .sidebar-content .block-title ~ div,
    .blog-post-view .sidebar-content .block-title ~ ul,
    .blog-tag-view .sidebar-content .block-title ~ div,
    .blog-tag-view .sidebar-content .block-title ~ ul {
      display: block; }
    .blog-index-index .sidebar-content .block-title ~ div .item,
    .blog-category-view .sidebar-content .block-title ~ div .item,
    .blog-post-view .sidebar-content .block-title ~ div .item,
    .blog-tag-view .sidebar-content .block-title ~ div .item {
      margin-bottom: 0; }
    .blog-index-index .sidebar-content .block-title strong,
    .blog-category-view .sidebar-content .block-title strong,
    .blog-post-view .sidebar-content .block-title strong,
    .blog-tag-view .sidebar-content .block-title strong {
      font-size: 18px; }
    .blog-index-index .sidebar-content .widget.block a,
    .blog-category-view .sidebar-content .widget.block a,
    .blog-post-view .sidebar-content .widget.block a,
    .blog-tag-view .sidebar-content .widget.block a {
      color: #656565;
      font-size: 14px; }
  .widget.block-categories li {
    margin-bottom: 0; } }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "\e61c";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 300; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "\e616";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .block-title {
  display: none; }
  .blog-index-index .block.widget .block-title,
  .blog-category-view .block.widget .block-title,
  .blog-post-view .block.widget .block-title,
  .blog-tag-view .block.widget .block-title {
    display: block; }

.block.widget .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 3; } }

@media only screen and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 100% / 3; }
    .sidebar .block.widget .products-grid .product-item {
      margin-left: 0;
      width: 100%; }
      .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100% / 4; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 2; } }

@media only screen and (min-width: 1025px) {
  .block.widget .products-grid .product-item {
    width: 100% / 5; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100% / 6; }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
      margin-left: 0; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100% / 4; }
  .block.widget .products-grid .product-items {
    margin: 0; }
  .block.widget .products-grid .product-item {
    padding: 0;
    width: 24.439%; }
    .block.widget .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; }
  .blog-index-index .block.widget .block-title,
  .blog-category-view .block.widget .block-title,
  .blog-post-view .block.widget .block-title,
  .blog-tag-view .block.widget .block-title {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px; } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "\e617";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: "\e608"; }
      .block-event .block-content > .action.forward:before {
        margin-left: -20px; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 1.8rem;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 2.6rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          font-size: 1.8rem;
          content: '\2013';
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 1.8rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 10px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        display: block;
        font-weight: 300;
        margin: 10px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #f2aab5;
        border: 1px solid #f2aab5;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
        font-weight: 500;
        padding: 7px 15px;
        height: 50px;
        font-size: 1.6rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        vertical-align: middle;
        -webkit-transition: color .5s, background .5s, border .5s;
        -o-transition: color .5s, background .5s, border .5s;
        transition: color .5s, background .5s, border .5s;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          background: #52264c;
          border: #52264c;
          color: #fff; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background: #52264c;
          border: 1px solid #52264c;
          color: #fff; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

@font-face {
  font-family: 'diamonds-theme';
  src: url("../fonts/diamonds/diamonds-theme.eot?zb6mln");
  src: url("../fonts/diamonds/diamonds-theme.eot?zb6mln#iefix") format("embedded-opentype"), url("../fonts/diamonds/diamonds-theme.ttf?zb6mln") format("truetype"), url("../fonts/diamonds/diamonds-theme.woff?zb6mln") format("woff"), url("../fonts/diamonds/diamonds-theme.svg?zb6mln#diamond-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'diamonds-theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart:before {
  content: "\e926"; }

.icon-protect:before {
  content: "\e925"; }

.icon-desc:before {
  content: "\e924"; }

.icon-account:before {
  content: "\e900"; }

.icon-cart-link:before {
  content: "\e901"; }

.icon-news-m:before {
  content: "\e902"; }

.icon-propose:before {
  content: "\e903"; }

.icon-wed:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-compare:before {
  content: "\e926"; }

.icon-return:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-calendar:before {
  content: "\e909"; }

.icon-filter:before {
  content: "\e90a"; }

.icon-asc:before {
  content: "\e90b"; }

.icon-minus:before {
  content: "\e90c"; }

.icon-plus:before {
  content: "\e90d"; }

.icon-zoom-in:before {
  content: "\e90e"; }

.icon-zoom-out:before {
  content: "\e90f"; }

.icon-locator:before {
  content: "\e910"; }

.icon-news:before {
  content: "\e911"; }

.icon-full-screen:before {
  content: "\e912"; }

.icon-nav:before {
  content: "\e913"; }

.icon-close:before {
  content: "\e914"; }

.icon-close-m:before {
  content: "\e915"; }

.icon-close-b:before {
  content: "\e916"; }

.icon-error:before {
  content: "\e917"; }

.icon-checkmark:before {
  content: "\e918"; }

.icon-checkmark-b:before {
  content: "\e919"; }

.icon-left-open:before {
  content: "\e91a"; }

.icon-right-open:before {
  content: "\e91b"; }

.icon-up-open:before {
  content: "\e91c"; }

.icon-down-open:before {
  content: "\e91d"; }

.icon-up-open-b:before {
  content: "\e91e"; }

.icon-down-open-b:before {
  content: "\e91f"; }

.icon-fb:before {
  content: "\e920"; }

.icon-ig:before {
  content: "\e921"; }

.icon-line:before {
  content: "\e922"; }

.icon-mail:before {
  content: "\e923"; }
