﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connect {
  background: #3fb8af;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

html {
  //line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.bootstrap-iso button,
.bootstrap-iso input {
  overflow: visible;
}

.bootstrap-iso button,
.bootstrap-iso select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.bootstrap-iso button:-moz-focusring,
.bootstrap-iso [type="button"]:-moz-focusring,
.bootstrap-iso [type="reset"]:-moz-focusring,
.bootstrap-iso [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.bootstrap-iso fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

.bootstrap-iso progress {
  display: inline-block;
  vertical-align: baseline;
}

.bootstrap-iso textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  border: none;
}

.btn:focus {
  outline: 0;
}

.bootstrap-iso .btn-primary {
  color: #fff;
  background: #000;
}

.img-full {
  width: 100%;
  max-width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: 0;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal
  .swal2-buttonswrapper.swal2-loading
  :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px 0 15px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
  margin: 20px auto;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type="number"] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps
  .swal2-progresscircle.swal2-activeprogressstep
  ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 4px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.valign {
  vertical-align: middle;
}

.no_padding {
  padding: 0;
}

.padding-right-1px {
  padding-right: 1px;
}

.padding-right-normal {
  padding-right: 25px;
}

.padding-left-1px {
  padding-left: 1px;
}

.padding-left-small {
  padding-left: 12.5px;
}

.padding-left-normal {
  padding-left: 25px;
}

.padding-top-small {
  padding-top: 12.5px;
}

.padding-top-normal {
  padding-top: 25px;
}

.padding-top-medium {
  padding-top: 50px;
}

.padding-top-large {
  padding-top: 75px;
}

.padding-bottom-large {
  padding-bottom: 75px;
}

.padding-bottom-medium {
  padding-bottom: 50px;
}

.padding-bottom-small {
  padding-bottom: 12.5px;
}

.padding-right-large {
  padding-right: 75px;
}

.margin--small {
  margin: 10px 0;
}

.margin--medium {
  margin: 20px 0;
}

.margin--large {
  margin: 40px 0;
}

.margin-top-small {
  margin-top: 12.5px;
}

.margin-top-normal {
  margin-top: 25px;
}

.margin-top-medium {
  margin-top: 50px;
}

.margin-top-medium-large {
  margin-top: 75px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-small {
  margin-bottom: 12.5px;
}

.margin-bottom-normal {
  margin-bottom: 25px;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}

.margin-bottom-medium-large {
  margin-bottom: 75px;
}

.margin-bottom-large {
  margin-bottom: 100px;
}

.bg-black {
  background-color: #000;
}

.border-right-black-1 {
  border-right: 1px solid #000;
}

.border-left-black-1 {
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .border-left-mobile-0 {
    border-left: 0;
  }
}

.scroll-y-after-180px {
  overflow-y: auto;
  max-height: 180px;
}

.width-50-percent {
  width: 50%;
}

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff"),
    url("../fonts/Montserrat-Thin.ttf") format("truetype"),
    url("../fonts/Montserrat-Thin.svg#svgFontName") format("svg");
  font-weight: 100;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ThinItalic.eot");
  src: url("../fonts/Montserrat-ThinItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ThinItalic.woff") format("woff"),
    url("../fonts/Montserrat-ThinItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-ThinItalic.svg#svgFontName") format("svg");
  font-weight: 100;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff"),
    url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"),
    url("../fonts/Montserrat-ExtraLight.svg#svgFontName") format("svg");
  font-weight: 200;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLightItalic.eot");
  src: url("../fonts/Montserrat-ExtraLightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff"),
    url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-ExtraLightItalic.svg#svgFontName") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Light.svg#svgFontName") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.eot");
  src: url("../fonts/Montserrat-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-LightItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-LightItalic.woff") format("woff"),
    url("../fonts/Montserrat-LightItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-LightItalic.svg#svgFontName") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#svgFontName") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff"),
    url("../fonts/Montserrat-Italic.ttf") format("truetype"),
    url("../fonts/Montserrat-Italic.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg#svgFontName") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-MediumItalic.woff") format("woff"),
    url("../fonts/Montserrat-MediumItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-MediumItalic.svg#svgFontName") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#svgFontName") format("svg");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BoldItalic.woff") format("woff"),
    url("../fonts/Montserrat-BoldItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-BoldItalic.svg#svgFontName") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBold.svg#svgFontName") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBoldItalic.svg#svgFontName") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff"),
    url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"),
    url("../fonts/Montserrat-ExtraBold.svg#svgFontName") format("svg");
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.eot");
  src: url("../fonts/Montserrat-ExtraBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff"),
    url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-ExtraBoldItalic.svg#svgFontName") format("svg");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff"),
    url("../fonts/Montserrat-Black.ttf") format("truetype"),
    url("../fonts/Montserrat-Black.svg#svgFontName") format("svg");
  font-weight: 900;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BlackItalic.woff") format("woff"),
    url("../fonts/Montserrat-BlackItalic.ttf") format("truetype"),
    url("../fonts/Montserrat-BlackItalic.svg#svgFontName") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Italic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: url("../fonts/PlayfairDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Bold.woff") format("woff"),
    url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"),
    url("../fonts/PlayfairDisplay-Bold.svg#svgFontName") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-BoldItalic.eot");
  src: url("../fonts/PlayfairDisplay-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff"),
    url("../fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"),
    url("../fonts/PlayfairDisplay-BoldItalic.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Black.eot");
  src: url("../fonts/PlayfairDisplay-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Black.woff") format("woff"),
    url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"),
    url("../fonts/PlayfairDisplay-Black.svg#svgFontName") format("svg");
  font-weight: 600;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-BlackItalic.eot");
  src: url("../fonts/PlayfairDisplay-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-BlackItalic.woff") format("woff"),
    url("../fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype"),
    url("../fonts/PlayfairDisplay-BlackItalic.svg#svgFontName") format("svg");
  font-weight: 600;
  font-style: italic;
}

.font-playfair-display {
  font-family: "Playfair Display", serif;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Hairline.eot");
  src: url("../fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Hairline.woff2") format("woff2"),
    url("../fonts/Lato-Hairline.woff") format("woff"),
    url("../fonts/Lato-Hairline.ttf") format("truetype"),
    url("../fonts/Lato-Hairline.svg#svgFontName") format("svg");
  font-weight: 100;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-HairlineItalic.eot");
  src: url("../fonts/Lato-HairlineItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Lato-HairlineItalic.woff2") format("woff2"),
    url("../fonts/Lato-HairlineItalic.woff") format("woff"),
    url("../fonts/Lato-HairlineItalic.ttf") format("truetype"),
    url("../fonts/Lato-HairlineItalic.svg#svgFontName") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.ttf") format("truetype"),
    url("../fonts/Lato-Light.svg#svgFontName") format("svg");
  font-weight: 200;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.eot");
  src: url("../fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-LightItalic.woff2") format("woff2"),
    url("../fonts/Lato-LightItalic.woff") format("woff"),
    url("../fonts/Lato-LightItalic.ttf") format("truetype"),
    url("../fonts/Lato-LightItalic.svg#svgFontName") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.ttf") format("truetype"),
    url("../fonts/Lato-Regular.svg#svgFontName") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Italic.woff2") format("woff2"),
    url("../fonts/Lato-Italic.woff") format("woff"),
    url("../fonts/Lato-Italic.ttf") format("truetype"),
    url("../fonts/Lato-Italic.svg#svgFontName") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.ttf") format("truetype"),
    url("../fonts/Lato-Bold.svg#svgFontName") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.eot");
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-BoldItalic.woff2") format("woff2"),
    url("../fonts/Lato-BoldItalic.woff") format("woff"),
    url("../fonts/Lato-BoldItalic.ttf") format("truetype"),
    url("../fonts/Lato-BoldItalic.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff"),
    url("../fonts/Lato-Black.ttf") format("truetype"),
    url("../fonts/Lato-Black.svg#svgFontName") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.eot");
  src: url("../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-BlackItalic.woff2") format("woff2"),
    url("../fonts/Lato-BlackItalic.woff") format("woff"),
    url("../fonts/Lato-BlackItalic.ttf") format("truetype"),
    url("../fonts/Lato-BlackItalic.svg#svgFontName") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Icon Font";
  src: url("../fonts/icomoon.eot?pumkl7");
  src: url("../fonts/icomoon.eot?pumkl7#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?pumkl7") format("truetype"),
    url("../fonts/icomoon.woff?pumkl7") format("woff"),
    url("../fonts/icomoon.svg?pumkl7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ocra";
  src: url("../fonts/OCRAStd.eot");
  src: url("../fonts/OCRAStd.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OCRAStd.woff2") format("woff2"),
    url("../fonts/OCRAStd.woff") format("woff"),
    url("../fonts/OCRAStd.ttf") format("truetype"),
    url("../fonts/OCRAStd.svg#OCRAStd") format("svg");
}

h1,
.h1 {
  font-size: 4.0625rem;
  line-height: 5.07813rem;
  font-weight: 400;
  font-style: italic;
}

.landing h1,
.landing .h1 {
  font-size: 5.625rem;
  line-height: 7.03125rem;
}

h2,
.h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 400;
  font-style: italic;
}

.landing h2,
.landing .h2 {
  font-size: 4.0625rem;
  line-height: 5.67813rem;
}

@media screen and (max-width: 767px) {
  .landing h2,
  .landing .h2 {
    font-size: 2.75rem;
    line-height: 3.4375rem;
  }
}

.carousel.carousel--curated h2,
.carousel.carousel--curated .h2 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .section-header--mobile h2,
  .section-header--mobile .h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .section-banner.section-banner--slanted h2,
  .section-banner.section-banner--slanted .h2 {
    margin-left: -5%;
  }
}

h3,
.h3 {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-style: italic;
  font-family: ;
}

.landing h3,
.landing .h3 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

@media screen and (max-width: 767px) {
  .landing h3,
  .landing .h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  [lang="zh"] .landing h3,
  [lang="zh"] .landing .h3 {
    line-height: 2.875rem;
  }
}

@media screen and (max-width: 767px) {
  .category h3,
  .category .h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.bootstrap-iso h4,
.bootstrap-iso .h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: italic;
  font-family: ;
}

.landing h4,
.landing .h4 {
  font-size: 1.875rem;
  line-height: 2.34375rem;
}

.bootstrap-iso h5,
.bootstrap-iso .h5 {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.landing h5,
.landing .h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.bootstrap-iso p {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

p.lead {
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.landing p {
  font-family: ;
}

[class^="icon-"],
[class*=" icon-"] {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "Icon Font", Sans-serif;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Woman:before {
  content: "\e900";
}

.icon-Man:before {
  content: "\e901";
}

.icon-Kids:before {
  content: "\e902";
}

.icon-chevron-left:before {
  content: "\e903";
}

.icon-chevron-right:before {
  content: "\e904";
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;

  font-size: 100%;
}

html.slidedOpen,
body.slidedOpen {
  overflow: hidden;
}

#main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

main {
  position: relative;
}

.error-page {
  padding: 50px 0;
  text-align: center;
}

.error-page h1 {
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .error-page {
    padding: 0 0 12.5px;
  }

  .error-page h1 {
    font-size: 35px;
  }
}

.error-page__list {
  margin-top: 20px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px !important;
}

.error-page__list:first-of-type {
  margin-top: 30px;
}

.error-page__list small {
  font-size: 13px;
  letter-spacing: 1px;
}

.error-page__list a {
  display: inline-block;
  margin: 0 5px;
  color: #d11249;
  font-weight: 400;
}

.error-page__list span {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 480px) {
  .error-page__list small {
    display: block;
    margin: 20px auto 10px;
  }
}

.header.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.footer {
  width: 100%;
  height: auto;
  background: #222;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .footer {
    position: relative;
    padding: 10px 0;
  }
}

.footer-columns {
  display: table;
  width: 100%;
  margin: auto;
}

.footer-columns.second-row {
  display: flex;
}

.footer-columns__half {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: left;
  float: none;
  padding: 5px 15px;
}

.footer-columns--info .footer-columns__half {
  padding: 0;
}

.footer-columns__half--left,
.footer-columns__half--right {
  display: table;
  width: 100%;
  margin: auto;
  table-layout: fixed;
}

.footer-columns__half--big {
  display: table;
  width: 100%;
  margin: auto;
}

.footer-column {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  float: none;
  padding: 5px 15px;
}

.footer-column.footer-column--social {
  max-width: 125px;
}

.footer-column.footer-column--payment {
  max-width: 170px;
  padding-right: 45px;
}

.footer-column--big {
  min-width: 220px;
  max-width: 220px;
}

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

.footer-column_list.footer-column_list--payment {
  margin-bottom: 10px;
}

.footer-column__category {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Lato", "Arial", Sans-serif;
  color: #fff;
  min-height: 45px;
  max-height: 45px;
}

.footer-row--mobile .footer-column__category {
  font-weight: 300;
  min-height: 25px;
  max-height: 25px;
}

.footer-column__category .white-plus::after {
  content: "+";
  float: right;
  color: #fff;
  padding-right: 6.25px;
}

.footer-column__category .white-minus::after {
  content: "-";
  float: right;
  color: #fff;
  padding-right: 6.25px;
}

.footer-column__copyright {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
  color: #555555;
}

.footer-column_listitem {
  padding: 4px 0;
}

.footer-column_listitem img {
  width: 42px;
}

.footer-column_list--payment .footer-column_listitem {
  display: block;
  padding: 0px 6px 6px 0px;
  width: 33.333%;
  float: left;
}

.footer-column_list--payment .footer-column_listitem img {
  width: 100%;
}

.footer-column_list--payment .footer-column_listitem i {
  font-size: 1.375rem;
  line-height: 1.71875rem;
}

@media (max-width: 767px) {
  .footer-column_list--payment .footer-column_listitem {
    width: 20%;
  }
}

.footer-column_list--payment--sub .footer-column_listitem {
  margin-bottom: 10px;
}

.footer-column_list--payment--sub .footer-column_listitem img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.footer-column_list--info .footer-column_listitem {
  float: left;
  margin-right: 20px;
}

.footer-column_list--info .footer-column_listitem:first-child {
  list-style: none;
  padding-left: 0;
}

.footer-column_listitem a {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
  color: #999;
}

.footer-column_listitem a:hover {
  color: #d11249;
}

.footer-column_listitem a.social-media:hover i {
  color: #ddd;
}

.footer-column_copy span {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
  color: #999;
}

.footer-column_subscription {
  margin: 20px 0;
}

.footer-column_subscription input[type="text"] {
  min-height: 50px;
  max-height: 50px;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
}

.footer-column_subscription input[type="text"]::focus {
  outline: none;
}

.footer-column_subscription .isc-form__checkbox {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
  color: #999;
}

.footer-column_subscription .isc-form__checkbox .iscCheckbox {
  margin-top: -1px;
  transform: scale(0.8);
  transform-origin: 0;
  margin-right: 3px;
}

.footer-column_subscription .isc-form__checkbox a {
  color: #d11249;
}

.footer-column_subscription div.checkbox a:hover {
  color: #d11249;
}

.footer-column_listitem {
  padding: 4px 0;
}

.footer-column_list--socialmedia .footer-column_listitem {
  display: inline-block;
  padding: 0px 15px 0px 5px;
}

.footer-column_list--socialmedia .footer-column_listitem i {
  font-size: 1.375rem;
  line-height: 1.71875rem;
}

.footer-column_list--info {
  list-style: disc;
  list-style-position: inside;
}

.footer-columns--info a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
  font-family: "Lato", "Arial", Sans-serif;
  color: #555555;
}

.footer-columns__half--logo {
  text-align: right;
}

.footer-columns__half--logo img {
  padding-right: 20px;
}

.mobile-accordion {
  margin-bottom: 50px;
}

.footer-row--mobile .panel-heading,
.footer-row--mobile .panel,
.footer-row--mobile .panel-group,
.footer-row--mobile .panel-default {
  background: #222;
}

[data-page="microsite"] .footer-row--mobile .panel-heading,
[data-page="microsite"] .footer-row--mobile .panel,
[data-page="microsite"] .footer-row--mobile .panel-group,
[data-page="microsite"] .footer-row--mobile .panel-default {
  background-color: #222;
}

.footer-row--mobile .panel-default {
  border: none;
}

.footer-row--mobile .panel-heading {
  border-bottom: 1px solid #999;
  border-bottom-style: outset;
  padding: 15px 0;
}

.footer-row--mobile .panel-collapse > .panel-body {
  border-top: none !important;
}

.footer-row--mobile a {
  text-decoration: none;
}

.footer-row--mobile a::active,
.footer-row--mobile a::hover,
.footer-row--mobile a::focus,
.footer-row--mobile a::visited {
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-row--third-row {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(153, 153, 153, 0.3);
  }
}

@media (max-width: 767px) {
  .footer-columns__half--logo {
    display: none;
  }
}

.footer-columns__half--mobilelogo {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-columns__half--mobilelogo {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-columns__half--footerbottom {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-columns__half--footerbottom .footer-column {
    width: 100%;
    padding: 0;
    display: block;
  }

  .footer-columns__half--footerbottom .footer-column .footer-column_list--info {
    text-align: center;
    margin-bottom: -15px;
  }

  .footer-columns__half--footerbottom
    .footer-column
    .footer-column_list--info
    .footer-column_listitem {
    float: none !important;
    display: inline-block;
    margin: 0;
    margin-left: -4px;
    padding: 0;
    font-size: 11px;
  }

  .footer-columns__half--footerbottom
    .footer-column
    .footer-column_list--info
    .footer-column_listitem
    a::before {
    content: "";
    background-color: #555555;
    color: red;
    font-weight: bold;
    width: 3px;
    height: 3px;
    display: inline-block;
    margin: 0 10px 0;
    position: relative;
    border-radius: 1100px;
    top: -3px;
  }

  .footer-columns__half--footerbottom
    .footer-column
    .footer-column_list--info
    .footer-column_listitem:first-of-type
    a::before {
    content: none;
  }

  .footer-columns__half--footerbottom .footer-column .footer-column__copyright {
    width: 100%;
    font-size: 11px;
    text-align: center;
  }
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.header.fixed {
  top: 0;
  position: fixed;
}

.fixed .header__promotion {
  display: none;
}

.header-promo {
  margin: 20px auto;
  text-align: center;
}

.header-promo--description {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 300;
  font-family: ;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .header-promo--description {
    text-align: center;
  }
}

.widget-category__icon [class^="icon-"] {
  font-size: 32px !important;
}

.widget-categories {
  height: 186px !important;
  padding: 0 !important;
}

.widget-category {
  padding: 0 !important;
}

.widget {
  padding: 10px !important;
  height: 83% !important;
}

.widget-arrow {
  margin-top: 2px !important;
}

.copy-vertical {
  margin-top: -41px !important;
}

.widget-category__clear {
  padding: 5px !important;
}

.category-right-container {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .category-right-container {
    padding-left: 0;
    padding-right: 0;
  }

  .category-right-container > div {
    margin: auto;
  }

  .category-right-container div.refine-category {
    margin-top: 0px;
  }

  .category .section-banner {
    margin-top: 0;
  }

  .category .new-arrivals .section-header {
    margin-top: 25px;
  }

  .category .travel-exclusive,
  .category .featured-brands {
    padding-top: 0;
  }

  .category .travel-exclusive .section-header,
  .category .featured-brands .section-header {
    margin-top: 25px;
  }
}

div.travel-exclusive {
  padding-top: 50px;
}

main.registration .section-header__description {
  max-width: none;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  line-height: 1.4rem;
}

main.registration .section-header__description__mobile {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  padding-left: 15px;
  padding-right: 15px;
}

.linkCRcls,
.signUpCRcls {
  cursor: pointer;
}

.product__left {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .product__left {
    display: none;
  }
}

.product__right {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .product__right {
    padding-top: 35px;
  }
}

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

@media (min-width: 768px) {
  main.product .modal-content {
    margin-top: 200px !important;
  }
}

main.product .max-alcohol-tooltip + .tooltip > .tooltip-inner {
  max-width: 500px;
}

main.product .select2-search__field {
  display: none !important;
}

main.product .product-details__content {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.bagPage header.header .info_banners,
.bagPage header.header .desktop-header-search,
.bagPage header.header .header-navigation,
.bagPage header.header .shop-head,
.bagPage header.header .header-info-handheld {
  display: none !important;
}

@media (max-width: 767px) {
  .bagPage header.header .header-navigation {
    display: block !important;
  }
}

.bag-header {
  background: #f4f4f4;
  padding: 30px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bag-header {
    display: none;
  }
}

.bag-header .bag-header__logo img {
  width: 120px;
  height: auto;
}

.bag-header .bag-header__action {
  float: right;
}

.bag-header .bag-header__action button {
  margin: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .bag-title {
    text-align: center;
  }
}

.bag-mobile-elements {
  display: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .bag-mobile-elements {
    display: block;
  }
}

.bag-mobile-elements .btn--mobile-checkout {
  margin-top: 10px;
}

.bag-nav {
  font-family: "Montserrat", "Arial", Sans-serif;
  margin: 35px 0;
}

.bag-nav a {
  font-weight: 300;
  font-size: 12px;
  color: #999;
}

.bag-nav a img {
  height: 10px;
  width: auto;
  margin-right: 5px;
  margin-top: -3px;
}

.cart-list {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  margin: 15px 0 65px 0;
}

.cart-list .cart-list__head {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}

.cart-list .cart-list__head .iscCheckbox {
  vertical-align: top;
  margin-top: 6px;
}

.cart-list .cart-list__head .cart-list__title {
  display: inline-block;
  font-family: ;
  font-size: 21px;
  font-weight: 300;
}

.cart-list .cart-list__head .cart-list__title .cart-list__name {
  margin-left: 5px;
}

.cart-list .cart-list__head .cart-list__title .cart-list__name img {
  height: 18px;
  width: auto;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-list
    .cart-list__head
    .cart-list__title
    .cart-list__name
    .cart-list__count {
    display: block;
    font-size: 18px;
    padding: 5px 0;
    position: relative;
    left: 30px;
  }
}

.cart-list .cart-list__head .cart-list__total {
  float: right;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .cart-list .cart-list__head .cart-list__total {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}

.cart-list .cart-item__source {
  font-size: 12px;
  font-weight: 500;
  color: #d11249;
  text-transform: uppercase;
  padding-left: 26px;
  padding-bottom: 0px;
  padding-top: 20px;
}

.cart-items .cart-list__shipping-meter {
  padding: 10px 20px 6px;
  background: #f4f4f4;
  font-weight: 300;
  margin: 20px 0;
}

.cart-items .cart-list__shipping-meter .cart-list__shipping-meter__desc {
  width: 60%;
  float: left;
}

.cart-items .cart-list__shipping-meter .cart-list__shipping-meter__desc b {
  color: #d11249;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cart-items .cart-list__shipping-meter .cart-list__shipping-meter__desc {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.cart-items .cart-list__shipping-meter .cart-list__shipping-meter__bar {
  width: 40%;
  float: left;
  font-size: 14px;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .cart-items .cart-list__shipping-meter .cart-list__shipping-meter__bar {
    width: 100%;
    float: none;
  }
}

.cart-items .cart-list__shipping-meter .cart-list__shipping-meter__bar table {
  width: 100%;
}

.cart-items
  .cart-list__shipping-meter
  .cart-list__shipping-meter__bar
  table
  .cart-list__shipping-meter__bar-ctn {
  padding-right: 20px;
}

.cart-items
  .cart-list__shipping-meter
  .cart-list__shipping-meter__bar
  table
  .cart-list__shipping-meter__left {
  width: 1%;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.cart-items .cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.cart-items .cart-item .iscCheckbox {
  vertical-align: top;
  margin-right: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .cart-items .cart-item .iscCheckbox {
    margin-right: 5px;
    margin-top: -3px;
  }
}

.cart-items .cart-item .cart-item__wishlist {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #d11249;
  margin-bottom: 15px;
}

.cart-items .cart-item .cart-item__img {
  width: 50px;
  height: auto;
  border: 1px solid #ddd;
  vertical-align: top;
  margin-right: 10px;
}

.cart-items .cart-item .cart-item__info {
  display: inline-block;
  width: 50%;
  margin-top: -4px;
}

.cart-items .cart-item .cart-item__info .cart-item__brand {
  font-weight: 300;
}

.cart-items .cart-item .cart-item__info .cart-item__name {
  font-weight: 500;
}

.cart-items .cart-item .cart-item__info .cart-item__name a {
  color: #111;
}

@media (max-width: 1200px) {
  .cart-items .cart-item .cart-item__info {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .cart-items .cart-item .cart-item__info {
    width: 65%;
  }
}

.cart-items .cart-item .cart-item__attrs {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.cart-items .cart-item .cart-item__attrs .cart-item__attr {
  display: block;
  margin: 5px 0;
}

.cart-items .cart-item .cart-item__attrs .cart-item__attr dt {
  display: inline;
  font-weight: 500;
}

.cart-items .cart-item .cart-item__attrs .cart-item__attr dd {
  display: inline;
  font-weight: 300;
}

.cart-items .cart-item .cart-item__lowstock {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #d11249;
}

.cart-items .cart-item .cart-item__actions {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
  width: 19%;
}

@media (max-width: 767px) {
  .cart-items .cart-item .cart-item__actions {
    width: 100%;
  }
}

.cart-items .cart-item .cart-item__actions .cart-item__qty {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
}

.cart-items .cart-item .cart-item__actions a {
  font-size: 12px;
  color: #d11249;
  text-decoration: underline;
  font-weight: 300;
}

@media (max-width: 991px) {
  .cart-items .cart-item .cart-item__actions {
    float: right;
  }
}

@media (max-width: 767px) {
  .cart-items .cart-item .cart-item__actions {
    float: none;
    width: 90%;
    text-align: left;
    padding-left: 64px;
  }

  .cart-list--fixed .cart-items .cart-item .cart-item__actions {
    margin-top: 0;
    margin-left: 0;
    padding-left: 65px;
  }
}

.cart-items .cart-item .cart-item__prices {
  display: inline-block;
  float: right;
  vertical-align: top;
  text-align: right;
  margin-top: 8px;
  margin-left: 30px;
  width: 14%;
}

@media (max-width: 767px) {
  .cart-items .cart-item .cart-item__prices {
    width: 100%;
  }
}

.cart-list--fixed .cart-items .cart-item .cart-item__prices {
  margin-top: 0;
  margin-left: 15%;
}

.cart-items .cart-item .cart-item__prices .cart-item__discounted {
  text-decoration: line-through;
  color: #999;
}

.cart-items .cart-item .cart-item__prices .cart-item__finalprice {
  font-weight: 500;
}

@media (max-width: 767px) {
  .cart-items .cart-item .cart-item__prices {
    float: none;
    width: 65%;
    text-align: left;
    padding-left: 34px;
    margin-bottom: 20px;
  }

  .cart-list--fixed .cart-items .cart-item .cart-item__prices {
    margin-top: 0;
    margin-left: 0;
    padding-left: 65px;
  }
}

.cart-items .cart-item .cart-item__remove {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 0;
  width: 12px;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
}

.cart-items .cart-item.cart-item-oos .cart-item__oos-layer {
  z-index: 9;
  position: absolute;
  left: 0%;
  bottom: 0%;
  right: 0%;
  height: 25px;
  text-align: center;
  background-color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 200;
  padding-top: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  .cart-items .cart-item.cart-item-oos .cart-item__oos-layer {
    left: -15px;
    right: -15px;
    height: 60px;
    padding-top: 15px;
  }
}

.cart-items
  .cart-item.cart-item-oos
  .cart-item__oos-layer
  .cart-item__oos-layer__similar-link,
.cart-items
  .cart-item.cart-item-oos
  .cart-item__oos-layer
  .cart-item__oos-layer__remove {
  color: #fff;
  text-decoration: underline;
}

.cart-items .cart-item-oos:after {
  content: " ";
  z-index: 8;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(221, 221, 221, 0.7);
}

@media (max-width: 767px) {
  .cart-items .cart-item-oos:after {
    left: -15px;
    top: -1px;
    right: -15px;
  }
}

.cart-items .cart-item__oos-layer__similar-items {
  display: none;
  background-color: #fff;
  position: relative;
  padding: 20px 20px;
  border: solid 1px #999;
}

@media (max-width: 767px) {
  .cart-items .cart-item__oos-layer__similar-items {
    margin-left: -15px;
    margin-right: -15px;
    border-right: none;
    border-left: none;
  }
}

.cart-items .cart-item__oos-layer__similar-items h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.cart-items .cart-item__oos-layer__similar-items button.close {
  right: 20px;
  top: 30px;
  position: absolute;
  opacity: 1;
}

.cart-items .cart-item__oos-layer__similar-items button.close img {
  width: 12px;
}

.cart-items .cart-item__oos-layer__similar-items .cart-products {
  margin: 0px 0px;
}

.bag-coupon label {
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.bag-coupon .bag-coupon__input {
  margin-bottom: 20px;
  position: relative;
}

.bag-coupon .bag-coupon__input input {
  padding: 10px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  width: 100%;
}

.bag-coupon .bag-coupon__input button {
  padding: 10px;
  height: 38px;
  border: none;
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", "Arial", Sans-serif;
  position: absolute;
  top: 1px;
  right: 1px;
}

.bag-coupon .bag-coupon__invalid-text {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  display: none;
}

.bag-coupon .bag-coupon__applied,
.bag-coupon .bag-coupon__removed {
  display: none;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  margin: -17px 0px 23px;
}

.bag-coupon .bag-coupon__applied dt,
.bag-coupon .bag-coupon__removed dt {
  font-weight: 300;
  width: 65%;
  display: inline-block;
}

.bag-coupon .bag-coupon__applied dd,
.bag-coupon .bag-coupon__removed dd {
  width: 32%;
  float: right;
  text-align: right;
}

.bag-coupon .bag-coupon__applied dd a,
.bag-coupon .bag-coupon__removed dd a {
  color: #d11249;
  text-decoration: underline;
}

.bag-promotion {
  padding: 25px;
  background: #f4f4f4;
  font-family: "Montserrat", "Arial", Sans-serif;
  max-width: 320px;
  width: 100%;
  margin-bottom: 35px;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .bag-promotion {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .bag-promotion.bag-promotion--desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .bag-promotion {
    max-width: 9999px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    float: none;
    margin-bottom: 0;
  }

  .bag-promotion.bag-promotion--mobile {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 25px;
  }
}

.bag-promotion__title {
  font-family: ;
  font-style: italic;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.bag-promotion--mobile .bag-promotion__title {
  display: none;
}

.bag-promotion__list .bag-promotion__single {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}

.bag-promotion--mobile .bag-promotion__list .bag-promotion__single {
  text-align: center;
}

.bag-promotion__list .bag-promotion__single:last-of-type {
  margin-bottom: 0;
}

.bag-promotion__list .bag-promotion__single .bag-promotion__progress {
  margin-top: 10px;
}

.bag-promotion--mobile
  .bag-promotion__list
  .bag-promotion__single
  .bag-promotion__progress {
  margin-top: 5px;
}

.bag-promotion__list .bag-promotion__single .bag-promotion__progress table {
  width: 100%;
}

.bag-promotion__list
  .bag-promotion__single
  .bag-promotion__progress
  table
  .bag-promotion__bar {
  padding-right: 20px;
}

.bag-promotion__list
  .bag-promotion__single
  .bag-promotion__progress
  table
  .bag-promotion__left {
  width: 1%;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.cart-products {
  margin: 45px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}

.cart-products:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}

.cart-products h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.cart-products .cart-products__desc {
  font-weight: 300;
}

.cart-products .cart-products__desc b {
  font-weight: 500;
}

.cart-products .productOverview {
  padding: 20px;
}

@media (max-width: 767px) {
  .cart-products .productOverview {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .cart-products .productOverview .productOverview__product {
    font-size: 12px;
    margin-top: 10px;
    line-height: normal;
  }
}

.checkoutPage header.header .top_bar,
.checkoutPage header.header .info_banners,
.checkoutPage header.header .desktop-header-search,
.checkoutPage header.header .header-navigation,
.checkoutPage header.header .shop-head,
.checkoutPage header.header .header-info-handheld {
  display: none !important;
}

@media (max-width: 767px) {
  .checkoutPage header.header .header-navigation {
    display: block !important;
  }
}

.checkout-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.checkout-col {
  width: 100%;
  max-width: 700px;
  margin-bottom: 35px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.checkout-col p {
  font-family: ;
  font-size: 18px;
  line-height: normal;
}

.checkout-col .checkout-text-spliter {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin: 35px auto;
}

.checkout-col .checkout-text-spliter span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  top: 20px;
}

.checkout-col .login-alternative {
  text-align: center;
}

.checkout-col .login-form-links {
  margin: 35px 0;
}

.checkout-col .login-form-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-col .login-form-links ul li {
  display: block;
  margin: 5px 0;
}

.checkout-col .login-form-links ul li a {
  clear: both;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.cr-card-hero {
  padding: 50px 0;
  max-width: 400px;
  margin: 0 auto;
}

.cr-card-hero img {
  width: 100%;
  margin-bottom: 35px;
}

.cr-card-hero .cr-card-hero__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.other-program {
  margin-top: 45px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 10px;
}

.other-program .other-program__title {
  font-family: ;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 20px;
}

.other-program .other-program__title .other-program__title_name {
  max-width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .other-program .other-program__title .other-program__title_name {
    max-width: 300px;
    width: 70%;
  }
}

.other-program .other-program__title i {
  float: right;
  font-size: 28px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .other-program .other-program__title i {
    margin-top: 10px;
  }
}

.other-program .other-program__loytalt {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.other-program .other-program__loytalt .other-program__loytalt__img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 80px;
}

.other-program .other-program__loytalt .other-program__loytalt__img img {
  max-width: 100%;
}

.other-program .other-program__loytalt .other-program__loytalt__text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .other-program .other-program__loytalt .other-program__loytalt__text {
    margin-top: 0px;
    font-size: 12px;
  }
}

.other-program .other-program__loytalt .other-program__loytalt__text a {
  display: block;
  margin-top: 20px;
  color: #d11249;
  outline: 0;
}

.other-program .other-program__content {
  display: none;
  font-size: 14px;
  font-weight: 300;
}

.other-program .other-program__content .other-program__desc {
  margin-bottom: 20px;
}

.other-program .other-program__cardno {
  max-width: 500px;
  display: none;
  margin-bottom: 20px;
}

.other-program .other-program__cardno .btn-remove-card {
  display: none;
}

.other-program .other-program__cardno .added-card-hint {
  margin-top: -20px;
  display: none;
  font-style: italic;
}

.other-program .other-program__cardno .added-card-hint span {
  display: block;
  margin-top: 30px;
  font-size: 13px;
}

.other-program .other-program__cardno .added-card-error {
  margin-top: -20px;
  display: none;
}

.other-program .other-program__brands {
  max-width: 500px;
  margin-top: 35px;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .other-program .other-program__brands .other-program__brand-buttons {
    display: none;
  }
}

.other-program .other-program__brands .other-program__select {
  display: none;
}

@media (max-width: 767px) {
  .other-program .other-program__brands .other-program__select {
    display: block;
  }
}

.other-program .other-program__brands .other-program__brand {
  width: 120px;
  height: 75px;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.other-program
  .other-program__brands
  .other-program__brand
  .other-program__checked {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  border: 2px solid #d11249;
  background: #fff;
  color: #d11249;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  border-radius: 100px;
  opacity: 0;
}

.other-program .other-program__brands .other-program__brand.active {
  background-color: #f4f4f4;
}

.other-program .other-program__brands .other-program__brand.inserted {
  border: 1px solid #d11249;
  background-color: #f4f4f4;
}

.other-program
  .other-program__brands
  .other-program__brand.inserted
  .other-program__checked {
  opacity: 1;
}

@media (max-width: 767px) {
  .other-program .other-program__brands .other-program__brand {
    width: 31%;
    margin: 1%;
  }
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--dfs {
  background-image: url("../images/registration/logo-dfs-bw.png");
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--dfs:hover,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--dfs.active,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--dfs.inserted {
  background-image: url("../images/registration/logo-dfs.png");
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--shilla {
  background-image: url("../images/registration/logo-shilla-bw.png");
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--shilla:hover,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--shilla.active,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--shilla.inserted {
  background-image: url("../images/registration/logo-shilla.png");
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--ntuc {
  background-image: url("../images/registration/logo-ntuc-bw.png");
}

.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--ntuc:hover,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--ntuc.active,
.other-program
  .other-program__brands
  .other-program__brand.other-program__brand--ntuc.inserted {
  background-image: url("../images/registration/logo-ntuc.png");
}

.other-program .other-program__brand--added {
  position: absolute;
  font-style: italic;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.home-delivery-detail.horizontal__spliter {
  width: 100%;
  height: 1px;
  left: 50%;
  border-top: 1px solid #ddd;
  padding-top: 35px;
}

@media (min-width: 767px) {
  .isc-form__section-title--billing {
    margin-bottom: 110px !important;
  }
}

@media (max-width: 991px) {
  .isc-form__section-title--billing {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 767px) {
  .isc-form__section-title--billing {
    margin-bottom: 20px !important;
  }
}

.address-selecter__sub-actions i {
  paddding-right: 10px;
}

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

.checkout-header {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .checkout-header {
    display: none;
  }
}

.checkout-header .checkout-header__logo img {
  width: 120px;
}

.payment__tab-sections {
  margin: 35px 0;
}

.payment__tab-sections .payment__tabs {
  border-bottom: 1px solid #ddd;
}

.payment__tab-sections .payment__tabviews .payment__tabview .payment__tabtitle {
  display: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  cursor: pointer;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-plus.png");
  background-size: 10px;
}

@media (max-width: 767px) {
  .payment__tab-sections
    .payment__tabviews
    .payment__tabview
    .payment__tabtitle {
    display: none;
  }
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview
  .payment__tabtitle.active {
  background-image: url("../images/product/icon-minus.png");
  background-size: 10px;
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview
  .payment__tabcontent {
  padding: 40px 0;
  display: none;
}

@media (max-width: 767px) {
  .payment__tab-sections
    .payment__tabviews
    .payment__tabview
    .payment__tabcontent {
    padding: 40px 0px;
  }
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview
  .payment__tabcontent
  .payment__tabcontent__feature-table {
  border-top: solid 3px #ddd;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview
  .payment__tabcontent
  .payment__tabcontent__feature-table
  .payment__tabcontent__feature-table__key {
  padding: 10px 15px 10px 15px;
  border: solid 3px #ddd;
  border-right: none;
  border-top: none;
  font-weight: 500;
}

@media (max-width: 767px) {
  .payment__tab-sections
    .payment__tabviews
    .payment__tabview
    .payment__tabcontent
    .payment__tabcontent__feature-table
    .payment__tabcontent__feature-table__key {
    border-right: solid 3px #ddd;
  }
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview
  .payment__tabcontent
  .payment__tabcontent__feature-table
  .payment__tabcontent__feature-table__value {
  border: solid 3px #ddd;
  border-top: none;
  font-weight: 300;
  padding: 10px 15px 10px 15px;
}

@media (min-width: 768px) {
  .payment__tab-sections
    .payment__tabviews
    .payment__tabview
    .payment__tabcontent
    .payment__tabcontent__feature-table
    .payment__tabcontent__feature-table__row {
    display: flex;
    flex-wrap: wrap;
  }
}

.payment__tab-sections
  .payment__tabviews
  .payment__tabview:first-of-type
  .payment__tabcontent {
  display: block;
}

.payment__tab {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Montserrat", "Arial", Sans-serif;
  display: inline-block;
  padding: 7px 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  transition: border 0.3s;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .payment__tabs--2tabs .payment__tab {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    margin-left: -3px;
  }
}

.payment__tab img {
  display: inline-block;
  height: 15px;
  width: auto;
}

.payment__tab.active {
  border-bottom: 2px solid #ee1b58;
  font-weight: 500;
}

.credit-cards__proceed {
  display: none;
}

@media (min-width: 767px) {
  .credit-cards__proceed {
    max-width: 500px;
  }
}

.credit-cards__proceed .credit-cards__cvv {
  margin: 35px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.credit-cards__proceed .credit-cards__cvv .credit-cards__cvv__label {
  margin-right: 10px;
  font-weight: 300;
  display: inline-block;
}

.credit-cards__proceed .credit-cards__cvv input {
  padding: 15px 25px;
  outline: 0;
  border: 1px solid #999;
  width: 120px;
}

.credit-cards__proceed .btns {
  margin-top: 0;
}

p.credit-cards__proceed {
  margin: 2.1875rem 0;
}

.order-summary--details {
  margin-left: 30px;
  max-width: 320px;
}

@media (max-width: 1200px) {
  .order-summary--details {
    margin-left: 0px;
  }
}

.order-summary-accrodions {
  font-family: "Montserrat", "Arial", Sans-serif;
}

.order-summary-accrodions .order-summary-accrodions__tab {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.order-summary-accrodions .order-summary-accrodions__tab:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__title {
  font-family: ;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  background: url(../images/icons/icon-summary-acc-closed.png) right 10px center
    no-repeat;
  background-size: 10px auto;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__title.active {
  background: url(../images/icons/icon-summary-acc-opened.png) right 10px center
    no-repeat;
  background-size: 10px auto;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__content {
  padding-top: 5px;
  padding-bottom: 20px;
  display: none;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__detail__title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__detail {
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0 10px;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__detail
  dt {
  display: block;
  font-weight: 500;
  display: block;
  float: left;
  width: 40%;
  vertical-align: top;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__detail
  dd {
  display: block;
  float: right;
  vertical-align: top;
  text-align: right;
  width: 60%;
}

.order-summary-accrodions
  .order-summary-accrodions__tab
  .order-summary-accrodions__edit {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
}

.billing-details.disable-form {
  position: relative;
}

.billing-details.disable-form:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.flight-hint {
  margin-bottom: 10px;
  margin-top: -10px;
  display: none;
}

.adding-new-address {
  display: none;
}

.isc-accordion-arrow {
  margin-bottom: 2.1875rem;
}

@media (min-width: 768px) {
  .isc-accordion-arrow {
    margin-bottom: 65px;
  }
}

.isc-accordion-arrow,
.isc-accordion-arrow.isc-accordion.panel-group .panel-body,
.isc-accordion-arrow.isc-accordion.panel-group .panel-body p {
  color: #333;
}

.isc-accordion-arrow .payment__sectiontitle {
  margin-bottom: 0;
  font-style: normal;
}

.isc-accordion-arrow.isc-accordion.panel-group .panel:first-child {
  border-top: 1px solid #ddd;
}

.isc-accordion-arrow.isc-accordion.panel-group
  .panel:first-child
  .panel-heading {
  padding: 20px 0;
}

.isc-accordion-arrow.isc-accordion.panel-group .panel-heading a:after {
  font-family: FontAwesome;
  content: "\f106";
}

.isc-accordion-arrow.isc-accordion.panel-group
  .panel-heading
  a.collapsed:after {
  content: "\f107";
}

.isc-accordion-arrow.isc-accordion.panel-group .panel-body,
.isc-accordion-arrow.isc-accordion.panel-group .panel-body p {
  font-size: 0.875rem;
}

.isc-accordion-arrow.isc-accordion.panel-group .panel-body strong {
  font-weight: 500;
}

.isc-accordion-arrow.isc-accordion.panel-group .panel-body--italic {
  font-style: italic;
  font-size: 0.75rem;
}

.isc-accordion-arrow.isc-accordion.panel-group .panel-body--pink {
  color: #d11249;
}

.isc-accordion-arrow .isc-form {
  max-width: none;
  margin-bottom: 0;
}

.isc-accordion-arrow label {
  font-weight: 300;
}

.isc-accordion-arrow #reward-points th,
.isc-accordion-arrow #reward-points td {
  padding: 10px;
  vertical-align: top;
}

.isc-accordion-arrow #reward-points th {
  font-weight: 300;
}

.isc-accordion-arrow #reward-points td {
  font-weight: 500;
}

.isc-accordion-arrow #reward-points .isc-border-red,
.isc-accordion-arrow #reward-points .isc-row {
  margin-bottom: 20px;
}

.isc-accordion-arrow #reward-points .isc-row {
  flex-flow: row wrap;
}

@media (max-width: 768px) {
  .isc-accordion-arrow #reward-points .isc-row .isc-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .isc-accordion-arrow #reward-points .isc-row .isc-column {
    flex: 1 1 auto;
  }

  .isc-accordion-arrow #reward-points .isc-row .isc-column:first-child {
    max-width: 11.875rem;
    flex: 0 0 11.875rem;
  }
}

.isc-accordion-arrow #reward-points .isc-row label {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .isc-accordion-arrow #reward-points .isc-select {
    width: auto;
    padding-right: 2rem;
  }
}

.isc-accordion-arrow #reward-points .isc-range {
  margin-bottom: 2rem;
}

@media (max-width: 480px) {
  .isc-accordion-arrow #reward-points .isc-range {
    padding: 0 15px;
  }
}

.isc-accordion-arrow #reward-points .noUi-tooltip {
  display: block;
  top: 21px;
  bottom: auto;
  padding: 0 10px;
  border: 0;
  background: #fff;
  color: #d11249;
}

.isc-accordion-arrow #reward-points .noUi-tooltip:before,
.isc-accordion-arrow #reward-points .noUi-tooltip:after {
  display: none;
}

.isc-accordion-arrow #reward-points .isc-form__checkbox {
  margin: 0;
}

.isc-accordion-arrow #gift-card input {
  width: 100%;
  height: 50px;
  padding-left: 0.625rem;
}

.isc-accordion-arrow #gift-card .help-block {
  font-size: 0.8125rem;
  font-style: italic;
}

.isc-accordion-arrow #gift-card .btn-link {
  padding: 0;
  color: #d11249;
  text-transform: none;
}

.isc-accordion-arrow #gift-card .gift-card-undo {
  text-decoration: underline;
}

.isc-accordion-arrow #gift-card .btns {
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}

.isc-accordion-arrow #gift-card .fl_wrap {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .isc-accordion-arrow #gift-card .col-md-9 {
    margin-bottom: 10px;
  }
}

.isc-border-red {
  border: 1px solid #d11249;
}

.flight-checker .flight-hint-departure {
  color: #55b555;
}

.flight-checker .flight-hint-arrival {
  color: #5858d4;
}

.flight-checker img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: top;
}

.flight-checker .flight-not-found {
  padding: 10px;
  margin: 10px 0px;
  color: #fff;
  border-radius: 5px;
  background-color: #d86262;
}

.flight-checker .flight-not-found p {
  line-height: normal;
  font-weight: 300;
  font-size: 12px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.flight-checker .flight-icon {
  float: left;
}

.flight-checker .flight-details {
  margin-bottom: 10px;
}

.thankyou-section {
  margin: 60px 0;
}

@media (min-width: 767px) {
  .thankyou-section {
    text-align: center;
  }
}

.thankyou-section h2 {
  max-width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .thankyou-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

.thankyou-section .thankyou-section__orderdetails {
  max-width: 240px;
  margin: 0 auto 35px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

@media (max-width: 767px) {
  .thankyou-section .thankyou-section__orderdetails {
    margin: 0 0 35px;
  }
}

.thankyou-section
  .thankyou-section__orderdetails
  .thankyou-section__orderdetail {
  text-align: left;
  margin-bottom: 5px;
}

.thankyou-section
  .thankyou-section__orderdetails
  .thankyou-section__orderdetail
  dt {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  width: 125px;
}

.thankyou-section
  .thankyou-section__orderdetails
  .thankyou-section__orderdetail
  dd {
  display: inline-block;
  font-weight: 300;
}

.thankyou-section
  .thankyou-section__orderdetails
  .thankyou-section__orderdetail
  dd
  a {
  color: #d11249;
  text-decoration: underline;
}

.thankyou-section .thankyou__subheader {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
  font-family: ;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.thankyou-section .thankyou-section__img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 35px auto 0;
}

.thankyou-section .thankyou-section__img img {
  width: 100%;
  height: auto;
}

.how-to-collect {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 767px) {
  .how-to-collect {
    width: 120%;
    margin-left: -10%;
  }
}

.how-to-collect .isc-form__tabs {
  max-width: 400px;
  margin: 0 auto;
}

.how-to-collect .isc-form__tabs .isc-form__tab {
  width: 49%;
}

.how-to-collect .how-to-collect__title {
  font-weight: 500;
}

.how-to-collect .how-to-collect__booth {
  margin-bottom: 35px;
}

.how-to-collect .how-to-collect__desc {
  max-width: 400px;
  margin: 35px auto;
}

.how-to-collect .how-to-collect__steps {
  max-width: 600px;
  margin: 0 auto;
}

.how-to-collect .how-to-collect__step {
  font-family: ;
  font-weight: 300;
}

.how-to-collect .how-to-collect__step td {
  text-align: left;
  padding: 10px;
}

.how-to-collect .how-to-collect__step td img {
  width: 70px;
}

.how-to-collect img {
  width: 100%;
  height: auto;
}

.how-to-collect__contact {
  padding: 20px;
  background: #f4f4f4;
  font-size: 12px;
}

.thankyou-misc {
  position: relative;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .thankyou-misc .thankyou-section {
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .thankyou-misc .thankyou-section h2 {
    margin-top: 0;
  }
}

.thankyou-misc .thankyou-misc__spliter {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #999;
  top: 0;
  left: 50%;
}

@media (max-width: 768px) {
  .thankyou-misc .thankyou-misc__spliter {
    display: none;
  }
}

.thankyou-misc .thankyou__subheader {
  min-height: 48px;
  max-width: 480px;
}

.hero-carousel-white .carousel__arrows {
  color: #fff;
}

.hero-carousel-white .carousel__pagination-item {
  opacity: 0.5;
}

.hero-carousel-white .carousel__pagination-item,
.hero-carousel-white .carousel__pagination-item.active {
  background-color: #fff;
}

.hero-carousel-white .carousel__pagination-item.active {
  opacity: 1;
}

.carousel__list.carousel-no-js .carousel__item {
  width: 50%;
}

@media (min-width: 480px) {
  .carousel__list.carousel-no-js .carousel__item {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .carousel__list.carousel-no-js .carousel__item {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .carousel__list.carousel-no-js .carousel__item {
    width: 20%;
  }
}

.carousel__list.carousel-no-js.threes .carousel__item {
  width: 50%;
}

@media (min-width: 480px) {
  .carousel__list.carousel-no-js.threes .carousel__item {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .carousel__list.carousel-no-js.threes .carousel__item {
    width: 33%;
  }
}

@media (min-width: 1440px) {
  .carousel__list.carousel-no-js.threes .carousel__item {
    width: 25%;
  }
}

.carousel__list.carousel-no-js.threes .carousel__item .productOverview__image {
  width: 85%;
  height: auto;
}

.carousel__list.carousel-no-js.fours {
  text-align: left;
}

.carousel__list.carousel-no-js.fours .carousel__item {
  width: 50%;
}

@media (min-width: 480px) {
  .carousel__list.carousel-no-js.fours .carousel__item {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .carousel__list.carousel-no-js.fours .carousel__item {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .carousel__list.carousel-no-js.fours .carousel__item {
    width: 25%;
  }
}

.carousel__list.carousel-no-js.fours .carousel__item .productOverview__image {
  width: 85%;
  height: auto;
}

.modal-full {
  padding-right: 0 !important;
}

.modal-full .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-full .modal-content {
  display: flex;
  flex-direction: column;
}

.modal-full .modal-body {
  flex: 1 0 auto;
}

.modal-full .modal-title {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  text-transform: uppercase;
}

.modal-full .close {
  float: left;
  font-size: 0.8125rem;
  height: 1.375rem;
  opacity: 1;
}

.modal-full .modal-content {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-full .modal-footer {
  padding: 0;
}

.modal-full legend {
  text-align: center;
}

.modal-full form.isc-form label.isc-form__checkbox {
  padding-left: 0;
  line-height: 0.4rem;
}

.modal-full form.isc-form label.isc-form__checkbox .iscCheckbox {
  right: 0;
  left: auto;
  margin-right: 0;
}

.modal-full .btn--secondary {
  background-color: #999;
}

.noUi-horizontal {
  height: 4px;
  margin-bottom: 12.5px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: -6px;
  left: -8px;
  border: 1px solid #d11249;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-target {
  background-color: #ddd;
  border: 0;
  box-shadow: none;
}

.noUi-connect {
  background-color: #d11249;
}

.noUi-handle:focus {
  outline: none;
}

.noUi-tooltip {
  display: none;
  padding: 10px;
  background: #f4f4f4;
  border-color: #ddd;
}

.noUi-tooltip:after,
.noUi-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.noUi-tooltip:after {
  border-top-color: #f4f4f4;
  border-width: 8px;
  margin-left: -8px;
}

.noUi-tooltip:before {
  border-top-color: #ddd;
  border-width: 9px;
  margin-left: -9px;
}

.isc-row {
  display: flex;
  justify-content: space-between;
}

.isc-row.isc-align-middle {
  align-items: center;
}

.isc-row.isc-align-bottom {
  align-items: flex-end;
}

.isc-column {
  flex: 1 1 0;
}

.isc-column.isc-shrink {
  flex: 0 0 auto;
}

.isc-column.isc-xs-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.isc-column.isc-xs-5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.isc-column.isc-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.isc-column.isc-xs-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.isc-column.isc-xs-8 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media (min-width: 768px) {
  .isc-column.isc-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.isc-no-underline:hover,
.isc-no-underline:focus {
  text-decoration: none;
}

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

.isc-form.isc-form-filter {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.isc-form.isc-form-filter .refine-header {
  margin: 0 0 25px;
}

.isc-form.isc-form-filter .btn-link {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}

.isc-form.isc-form-filter fieldset {
  padding: 0;
}

.isc-form.isc-form-filter fieldset + fieldset {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.isc-form.isc-form-filter fieldset + fieldset legend {
  float: left;
}

.isc-form.isc-form-filter legend {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 0;
  margin-bottom: 15px;
}

.isc-form.isc-form-filter .refine-search-title,
.isc-form.isc-form-filter .blog .nav-tabs > li,
.blog .isc-form.isc-form-filter .nav-tabs > li {
  position: relative;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.12em;
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 8px;
}

.isc-form.isc-form-filter .refine-search-title::after,
.isc-form.isc-form-filter .blog .nav-tabs > li::after,
.blog .isc-form.isc-form-filter .nav-tabs > li::after {
  position: absolute;
  top: 0;
  right: 0;
}

.isc-form.isc-form-filter .isc-range {
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.isc-form.isc-form-filter .isc-range label {
  letter-spacing: 0.12em;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.isc-form.isc-form-filter .isc-range .noUi-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

.isc-form.isc-form-filter.hidden-xs label.isc-form__checkbox {
  margin: 0 0 6.25px;
}

.isc-background-blue {
  background-color: #058cf5;
}

.isc-text-blue,
.isc-text-blue:hover,
.isc-text-blue:focus {
  color: #058cf5 !important;
}

.isc-background-green {
  background-color: #04b7a4;
}

.isc-text-green,
.isc-text-green:hover,
.isc-text-green:focus {
  color: #04b7a4 !important;
}

.isc-background-red {
  background-color: #d11249;
}

.isc-text-red,
.isc-text-red:hover,
.isc-text-red:focus {
  color: #d11249 !important;
}

.isc-background-pink {
  background-color: #f1799b;
}

.isc-text-pink,
.isc-text-pink:hover,
.isc-text-pink:focus {
  color: #f1799b !important;
}

.isc-background-black {
  background-color: #000;
}

.isc-text-black,
.isc-text-black:hover,
.isc-text-black:focus {
  color: #000 !important;
}

.isc-background-white {
  background-color: #fff;
}

.isc-text-white,
.isc-text-white:hover,
.isc-text-white:focus {
  color: #fff !important;
}

.isc-background-light-gray {
  background-color: #f4f4f4;
}

.isc-text-light-gray,
.isc-text-light-gray:hover,
.isc-text-light-gray:focus {
  color: #f4f4f4 !important;
}

.isc-background-gray {
  background-color: #666;
}

.isc-text-gray,
.isc-text-gray:hover,
.isc-text-gray:focus {
  color: #666 !important;
}

.isc-background-dark-gray {
  background-color: #111;
}

.isc-text-dark-gray,
.isc-text-dark-gray:hover,
.isc-text-dark-gray:focus {
  color: #111 !important;
}

.brand-landing .small-carousel {
  margin-top: 6.25px;
}

@media (max-width: 768px) {
  .brand-landing .small-carousel .carousel__inner {
    font-size: 0;
  }
}

.brand-landing .small-carousel .carousel__item > div {
  padding-left: 3.125px;
  padding-right: 3.125px;
}

.brand-landing .small-carousel .carousel__item img {
  max-width: 100%;
}

.brand-landing .small-carousel .carousel__item:first-child > div {
  margin-left: -6.25px;
}

.brand-landing .small-carousel .carousel__item:last-child > div {
  margin-right: -6.25px;
}

.brand-landing .refine-category {
  margin: 25px 0;
}

.brand-landing .carousel-bottom-filters {
  margin-bottom: 25px;
}

.dashboard {
  margin: 50px auto;
}

.dashboard .iscBreadcrumb {
  margin-top: 0;
}

.dashboard-detail .dashboard-detail__title {
  margin-top: 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .dashboard-detail .order-summary {
    margin-left: 0;
    margin-right: 0;
  }
}

.dashboard-section {
  position: relative;
  margin-bottom: 70px;
}

.dashboard-section .dashboard-section__title {
  margin-top: 0;
  margin-bottom: 25px;
}

.dashboard-section .dashboard-section__sub {
  font-family: ;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.dashboard-section .dashboard-section__sub .dashboard-section__sub-actions {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  float: right;
}

.dashboard-section .dashboard-section__sub .dashboard-section__sub-actions a {
  color: #d11249;
}

.dashboard-section .dashboard-section__mobileactions {
  display: none;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 25px 0;
}

.dashboard-section .dashboard-section__mobileactions a {
  color: #d11249;
}

@media (max-width: 767px) {
  .dashboard-section .dashboard-section__mobileactions {
    display: block;
  }
}

.dashboard-section .dashboard-section__text {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}

.dashboard-section .dashboard-section__text .dashboard-section__text-actions {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  float: right;
}

.dashboard-section .dashboard-section__text .dashboard-section__text-actions a {
  color: #d11249;
}

.dashboard-section .dashboard-section__main-btn {
  position: absolute;
  top: 0;
  right: 0px;
  margin: 0;
}

@media (max-width: 767px) {
  .dashboard-section .dashboard-section__main-btn {
    position: relative;
    width: 100%;
  }
}

.staff-detail .staff-detail__card {
  width: 100%;
  margin-bottom: 35px;
}

.staff-detail .staff-detail__card img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__card img {
    width: 80%;
  }
}

.staff-detail .staff-detail__checkboxes {
  margin-bottom: 25px;
}

.staff-detail .staff-detail__checkboxes .isc-form__toplabel {
  font-size: 16px;
  font-weight: 400;
}

.staff-detail .staff-detail__checkboxes .isc-form__checkbox {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__checkboxes .isc-form__checkbox {
    font-size: 12px;
  }
}

.staff-detail .staff-detail__checkboxes .isc-form__checkbox img {
  width: 25px;
  margin-top: -5px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__checkboxes .isc-form__checkbox img {
    margin-right: 5px;
  }
}

.dashboard-section--small {
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .dashboard-section--small {
    max-width: 100%;
  }
}

.pagination > li {
  display: inline-block;
  padding: 6px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 0 2px;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #000;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-bottom: 2px solid #d11249;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #d11249;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.isc-filter-bar {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .isc-filter-bar {
    font-size: 11px;
  }
}

.isc-filter-bar .isc-filter-bar__title {
  font-family: ;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.isc-filter-bar .form-group + .form-group {
  margin-left: 1.5em;
}

.isc-filter-bar label {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.5em;
}

@media (max-width: 767px) {
  .isc-filter-bar label {
    font-size: 11px;
  }
}

.isc-filter-bar .isc-select {
  width: auto;
  height: 1.9375rem;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px 0 15px;
  border-color: #ddd;
  color: #000;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' ?><svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10' height='20' viewBox='0 0 18 28'><path style='fill: %23000000' d='M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z'></path></svg>")
    right 10px center no-repeat !important;
}

@media (max-width: 768px) {
  .isc-filter-bar {
    margin-top: 15px;
  }
}

.sub-category .refine-search a.btn-link {
  text-transform: uppercase;
}

.sub-category .isc-max-height {
  max-height: 180px;
  overflow: auto;
}

.isc-background-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.isc-background-stripes {
  padding-bottom: 15px;
  background: repeating-linear-gradient(
    -45deg,
    #ffe8e8,
    #ffe8e8 2px,
    #fff 2px,
    #fff 8px
  );
}

.isc-background-stripes .section-header {
  margin: 0;
}

.isc-background-stripes .section-header__main {
  margin: 60px 0 0;
}

.isc-background-stripes .section-header__main span {
  margin-top: -30px;
  background-color: transparent;
}

.isc-background-stripes .container-fluid {
  margin-top: -10px;
}

.isc-background-stripes .container-fluid .isc-background-white {
  padding-top: 30px;
  padding-bottom: 15px;
}

.isc-background-stripes a {
  display: block;
  padding-top: 7.5px;
}

.isc-background-stripes img {
  display: inline-block;
}

.isc-background-stripes .productOverview__brand,
.isc-background-stripes .productOverview__price {
  margin-top: 0;
}

.isc-background-stripes .productOverview__product {
  min-height: 0;
}

.isc-background-stripes .productOverview__price {
  color: #d11249;
}

.isc-background-stripes .productOverview__price del {
  color: #ddd;
  margin-right: 1em;
}

.isc-blog {
  display: block;
}

.isc-blog + .isc-blog {
  margin-top: 2.1875rem;
}

.isc-blog .isc-background-cover {
  height: 5.3125rem;
}

@media (min-width: 667px) {
  .isc-blog .isc-background-cover {
    height: 8.75rem;
  }
}

@media (min-width: 1024px) {
  .isc-blog .isc-background-cover {
    height: 10.375rem;
  }
}

.isc-blog .isc-blog-content {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.isc-blog .fa-bookmark.pull-right {
  color: #d11249;
}

.isc-blog .fa-bookmark-o {
  color: #ddd;
}

.isc-blog h3 {
  font-size: 1rem;
  line-height: 1.2;
  max-height: 2.4rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
  .isc-blog h3 {
    font-size: 1.6875rem;
    max-height: 4.05rem;
  }
}

.isc-blog .isc-excerpt {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.5;
  max-height: 3.65625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 667px) {
  .isc-blog .isc-excerpt {
    display: none;
  }
}

.isc-ol .isc-blog [class*="col-"] {
  padding-left: 0;
  padding-right: 0.9375rem;
}

.isc-ol .isc-blog .isc-background-cover {
  height: 4.875rem;
}

.isc-ol .isc-blog h3 {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  max-height: 2.4rem;
  -webkit-line-clamp: 2;
  font-weight: 300;
}

.isc-blog:hover h3 {
  text-decoration: underline;
}

.isc-blog:hover .isc-background-cover {
  position: relative;
}

.isc-blog:hover .isc-background-cover:after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

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

.isc-ol li {
  counter-increment: item;
  margin-bottom: 0.9375rem;
  padding-left: 3.125rem;
  position: relative;
}

.isc-ol li article {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.9375rem;
}

.isc-ol li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  color: #ddd;
  font-family: ;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  line-height: 1;
}

.isc-tag {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

.section-banner--slanted .isc-tag {
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1;
}

.blog .refine-category {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.blog .refine-category .btns span {
  float: none;
}

.blog .refine-category .btns span.glyphicon-chevron-down {
  float: right;
}

.blog .dropdown-menu > .active > a,
.blog .dropdown-menu > .active > a:focus,
.blog .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #333;
}

.blog .nav-tabs {
  display: inline-block;
  margin-bottom: 10px;
  border: 0;
}

.blog .nav-tabs > li {
  line-height: 1.7rem;
  font-weight: 400 !important;
}

.blog .nav-tabs .active a,
.blog .nav-tabs .active a:focus {
  color: #d11249;
}

.blog .nav-tabs > li.active > a,
.blog .nav-tabs > li.active > a:focus,
.blog .nav-tabs > li.active > a:hover {
  border-color: transparent;
}

.blog .nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.blog .nav > li > a:focus,
.blog .nav > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.blog .isc-background-cover {
  display: flex;
}

.blog .isc-background-cover:hover,
.blog .isc-background-cover:focus {
  text-decoration: none;
  position: relative;
}

.blog .isc-background-cover:hover h2,
.blog .isc-background-cover:focus h2 {
  text-decoration: underline;
}

.blog .isc-background-cover:hover:after,
.blog .isc-background-cover:focus:after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.blog .isc-background-cover > article {
  flex: 1 1 auto;
  position: relative;
}

.blog .isc-background-cover > article .article-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
}

.blog .isc-background-cover h2 {
  margin: 0;
  color: #fff;
  line-height: 1.125;
}

.blog .isc-background-cover .badge {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 3px 10px;
}

.blog .hero-carousel .isc-background-cover {
  text-align: left;
  bottom: 0;
  height: 331px;
  padding: 0 50px;
}

.blog .hero-carousel .isc-background-cover h2 {
  font-size: 29px;
}

.blog .isc-featured {
  padding: 0;
}

.blog .isc-featured .isc-background-cover {
  align-items: flex-end;
  padding: 12px;
}

.blog .isc-featured .isc-column__left > .isc-background-cover {
  height: 18.75rem;
}

.blog .isc-featured .isc-column__left > .isc-background-cover h2 {
  font-size: 2.5rem;
}

.blog .isc-featured .isc-column__right .isc-background-cover {
  height: 9.375rem;
}

.blog .isc-featured .isc-column__right .isc-background-cover h2 {
  font-size: 1.8125rem;
}

.blog .isc-featured .isc-xs-6:first-child {
  padding-left: 12px;
  padding-right: 12px;
}

.blog .load-more {
  text-align: center;
  margin-top: 30px;
}

.blog .load-more .more-link:hover {
  color: #d11249;
  text-decoration: underline;
}

.blog .section-header {
  font-weight: 300;
}

.blog .blog-search-form + .section-header p {
  font-family: ;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .blog .blog-search-form + .section-header {
    margin-bottom: 4.375rem;
  }
}

.blog h1.section-header__main {
  margin: 0.9375rem 0;
}

@media (min-width: 768px) {
  .blog h1.section-header__main {
    margin: 1.25rem 0;
  }
}

.blog nav,
.blog nav h1 {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
}

.blog nav h1,
.blog nav li {
  line-height: 2.3077;
}

.blog nav h1,
.blog nav strong {
  font-weight: 500;
}

.blog nav h1 {
  margin: 0;
  font-style: normal;
}

.blog nav li a {
  color: #111;
  font-weight: 300;
}

.blog nav > a {
  color: #d11249;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.blog .isc_pagination {
  margin: 4.375rem 0;
}

.blog .isc-featured {
  margin-bottom: 60px;
}

.blog .hero-carousel {
  margin-bottom: 30px;
}

.blog-search-form.isc-search-form {
  max-width: 38.4375rem;
  margin: 1.875rem auto 0;
  border: 1px solid #999;
  background-color: #fff;
}

.blog-search-form.isc-search-form .input-group-addon svg path {
  fill: #999;
  stroke: #999;
}

@media (min-width: 768px) {
  .blog-search-form.isc-search-form {
    margin-top: 4.375rem;
  }
}

main[data-page="blog"] .col-sm-4 header.section-header.section-header--lined {
  margin-top: 0px;
}

main[data-page="blog-article"]
  .col-sm-4
  header.section-header.section-header--lined {
  margin-top: 0px;
}

main[data-page="blog-article"] h1.section-header__main {
  margin-top: 20px;
}

main[data-page="blog-article"] > .section h2.section-header__main {
  font-size: 2.5rem;
  line-height: 5.67813rem;
  position: relative;
  display: block;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 15px;
}

[class*="col-"] > section:first-child .section-header--lined {
  margin-top: 0;
}

.isc-circle.fa {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #666;
}

.isc-circle.fa:before {
  font-size: 9px;
  line-height: 27px;
}

.blog-article .section-banner--slanted {
  margin-top: 0;
}

.blog-article .section-header__description + .product-social__media {
  margin-top: 10px;
}

.blog-article .product-social--left {
  float: left;
}

@media screen and (max-width: 768px) {
  .blog-article .product-social--left {
    float: none;
    text-align: left;
  }
}

.blog-article .product-social--right {
  float: right;
}

@media screen and (max-width: 768px) {
  .blog-article .product-social--right {
    padding-top: 15px;
    float: none;
    text-align: right;
  }
}

.blog-article .product-social .product-social__media {
  margin-right: 0;
}

.blog-article .product-social .product-social__media a:hover,
.blog-article .product-social .product-social__media a:active,
.blog-article .product-social .product-social__media a:focus {
  background: #999;
  color: #fff;
}

.blog-article [class*="col-"] section.isc-blog {
  margin-top: 20px;
}

.blog-article [class*="col-"] section.isc-blog footer {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-article [class*="col-"] section.isc-blog footer .product-social--left a {
  color: #d11249;
}

.blog-article .isc-blog-content {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.blog-article .isc-blog-content,
.blog-article .isc-blog-content p,
.blog-article .isc-blog-content figcaption {
  font-family: ;
  font-size: 18px;
  line-height: 1.6667;
}

.blog-article .isc-blog-content p {
  margin-bottom: 30px;
}

.blog-article .isc-blog-content p:first-child:first-letter {
  float: left;
  font-size: 90.0018px;
  line-height: 1;
  padding-right: 0.1em;
}

.blog-article .isc-blog-content a {
  color: #d11249;
}

.blog-article .isc-blog-content blockquote {
  color: #d11249;
  font-size: 24px;
  text-align: center;
  border-left: 0;
  margin: 30px 0;
}

.blog-article .isc-blog-content figure {
  margin: 0 0 30px;
}

.blog-article .isc-blog-content figcaption {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  border-left: 1px solid #000;
  padding-left: 0.5em;
  margin-top: 1em;
}

.blog-article .isc-blog-content img.pull-left,
.blog-article .isc-blog-content img.pull-right {
  max-width: 50%;
  margin-top: 9px;
}

.blog-article .isc-blog-content img.pull-left {
  margin-right: 1em;
}

.blog-article .isc-blog-content h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.blog-article .similar-articles .carousel__list {
  display: flex;
}

.blog-article .similar-articles a,
.blog-article .similar-articles article {
  height: 100%;
}

.blog-article .similar-articles a {
  display: block;
  padding: 15px;
}

.blog-article .similar-articles article {
  display: flex;
  flex-direction: column;
}

.blog-article .similar-articles h2 {
  flex: 1 0 auto;
}

.blog-article .similar-articles .isc-background-cover {
  height: 192px;
}

.blog-article .similar-articles h2,
.blog-article .similar-articles .isc-category {
  padding: 15px 30px;
  text-align: center;
}

.blog-article .similar-articles h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}

.blog-article .similar-articles .isc-category {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.blog-article footer.product-social__media {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  z-index: 1000;
}

.blog-article footer.product-social__media a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}

mark {
  background-color: transparent;
  color: #d11249;
  padding: 0;
}

.isc-accordion.panel-group,
.isc-accordion.panel-group .panel-title {
  font-family: "Montserrat", "Arial", Sans-serif;
}

.isc-accordion.panel-group .panel {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}

.isc-accordion.panel-group .panel + .panel {
  margin-top: 15px;
}

.isc-accordion.panel-group .panel-heading {
  padding: 0 0 15px;
  background-color: transparent;
}

.isc-accordion.panel-group .panel-heading a {
  display: block;
  padding-right: 1rem;
  position: relative;
}

.isc-accordion.panel-group .panel-heading a:after {
  position: absolute;
  content: "–";
  top: 0;
  right: 0;
  font-size: 1.3em;
  line-height: 1;
}

.isc-accordion.panel-group .panel-heading a.collapsed:after {
  content: "+";
}

.isc-accordion.panel-group .panel-title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.isc-accordion.panel-group .panel-title a:hover,
.isc-accordion.panel-group .panel-title a:focus {
  text-decoration: none;
}

.isc-accordion.panel-group .panel-body {
  padding: 0 0 30px;
  font-weight: 300;
}

.isc-accordion.panel-group .panel-body,
.isc-accordion.panel-group .panel-body p,
.isc-accordion.panel-group .panel-body li,
.isc-accordion.panel-group .panel-body a {
  color: #777;
  font-size: 0.8125rem;
}

.isc-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.isc-accordion.panel-group p,
.isc-accordion.panel-group li {
  margin-bottom: 15px;
}

.isc-accordion.panel-group li,
.isc-accordion.panel-group li p {
  line-height: 1.538;
}

.isc-accordion.panel-group .support-excerpt .support-excerpt__title {
  min-height: auto;
}

.isc-accordion.panel-group .row .isc-row {
  flex-wrap: wrap;
  flex-direction: row;
}

@media (min-width: 768px) {
  .isc-accordion.panel-group .row .isc-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.customer-care #top-guides .isc-row {
  flex-flow: row wrap;
}

.customer-care #top-guides a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #111;
}

.customer-care #top-guides a:hover,
.customer-care #top-guides a:focus {
  text-decoration: none;
}

.customer-care #top-guides a img.img-responsive-flex {
  max-width: 100%;
  display: flex;
  min-height: 120px;
}

.customer-care #top-guides svg {
  width: auto;
  height: 6.25rem;
}

.customer-care #top-guides h2 {
  font-size: 1.0625rem;
  line-height: 1.08;
  margin: 15px 0 0;
}

.customer-care #top-guides p {
  flex-grow: 1;
  font-family: ;
}

.customer-care #top-guides u {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.customer-care #topics .panel-title {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .customer-care > header .isc-background-cover {
    margin-bottom: 0.9375rem;
  }

  .customer-care > header .isc-background-cover .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .customer-care > header .container > h1 {
    font-size: 3.375rem;
  }
}

@media (min-width: 768px) {
  .customer-care > header .isc-background-cover {
    height: 30rem;
  }

  .customer-care > header .container > p {
    font-size: 1.25rem;
    line-height: normal;
  }

  .customer-care #top-guides header {
    display: table;
    width: 100%;
    margin: 30px 0 15px;
  }

  .customer-care #top-guides h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6875rem;
  }
}

.customer-care .isc-excerpt-more {
  margin: 30px auto;
}

.customer-care-search-form-container .isc-background-cover {
  height: 18.75rem;
  position: relative;
  z-index: 3;
}

.customer-care-search-form-container .isc-background-cover .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 38.4375rem;
  text-align: center;
  color: #fff;
}

.customer-care-search-form-container .isc-background-cover .container > h1 {
  margin: 0 0 1rem;
  line-height: 1.1;
}

.customer-care-search-form-container .isc-background-cover .container > p {
  font-family: ;
  line-height: normal;
}

@media (min-width: 768px) {
  .customer-care-search-form-container .isc-background-cover .container > div {
    position: relative;
  }
}

.customer-care-search-form .form-control,
.isc-search-form .form-control {
  height: 2.5rem;
  border-right: 0;
  box-shadow: none;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.customer-care-search-form .form-control,
.customer-care-search-form .form-control::placeholder,
.isc-search-form .form-control,
.isc-search-form .form-control::placeholder {
  color: #111;
}

.customer-care-search-form .form-control,
.customer-care-search-form .input-group-addon,
.isc-search-form .form-control,
.isc-search-form .input-group-addon {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.customer-care-search-form .input-group-addon svg,
.isc-search-form .input-group-addon svg {
  width: 1.0625rem;
  height: 1.0625rem;
}

.customer-care-search-form .input-group-addon svg path,
.isc-search-form .input-group-addon svg path {
  fill: #111;
  stroke: #111;
}

.customer-care-search-form .form-control,
.isc-search-form .form-control {
  padding-left: 1.875rem;
}

.customer-care-search-form .input-group-addon,
.isc-search-form .input-group-addon {
  padding-right: 1.875rem;
}

@media (max-width: 767px) {
  .customer-care-search-form,
  .isc-search-form {
    background-color: #f4f4f4;
  }
}

@media (min-width: 768px) {
  .customer-care-search-form,
  .isc-search-form {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .customer-care .customer-care-search-form,
  .customer-care .isc-search-form {
    margin-top: 3.75rem;
  }
}

.customer-care-search-results {
  padding: 30px 30px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.customer-care-search-results a:hover,
.customer-care-search-results a:focus {
  text-decoration: none;
}

.customer-care-search-results article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.customer-care-search-results h1,
.customer-care-search-results p {
  font-size: 0.875rem;
}

.customer-care-search-results h1 {
  margin: 0 0 15px;
  color: #111;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.customer-care-search-results p {
  margin-bottom: 20px;
  color: #666;
}

.customer-care-search-results .text-center a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .customer-care-search-results {
    position: absolute;
    left: 0;
    text-align: left;
    border: 1px solid #fff;
  }
}

#customer-care-footer {
  margin-top: 3.125rem;
  padding: 1.25rem 0;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
  font-weight: 300;
}

#customer-care-footer a {
  color: #d11249;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #customer-care-footer {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  #customer-care-footer {
    margin-top: 5rem;
    padding: 2.1875rem 0;
  }
}

dl.isc-read-more {
  margin-bottom: 3.125rem;
}

dl.isc-read-more dt,
dl.isc-read-more dd {
  background-color: #fff;
}

dl.isc-read-more dt {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3889;
  margin-bottom: 0.9375rem;
  padding-right: 1em;
}

dl.isc-read-more dt:after {
  position: absolute;
  content: "-";
  top: 0;
  right: 0;
  font-size: 1.2em;
}

dl.isc-read-more dt.collapsed:after {
  content: "+";
}

dl.isc-read-more dt.collapsed + dd > div {
  height: 39px !important;
  overflow: hidden;
}

dl.isc-read-more dd {
  color: #777;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 13px;
  padding-bottom: 19.5px;
  border-bottom: 1px solid #ddd;
}

dl.isc-read-more dd > div {
  transition: height 0.35s;
  height: 100%;
}

dl.isc-read-more dd,
dl.isc-read-more dd p {
  line-height: 1.5;
}

dl.isc-read-more dd p:last-child {
  margin-bottom: 0;
}

dl.isc-read-more dd + dt {
  margin-top: 0.9375rem;
}

dl.isc-read-more p {
  margin-bottom: 19.5px;
}

dl.isc-read-more mark {
  color: #d11249;
  font-style: italic;
  background-color: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  dl.isc-read-more dt {
    font-size: 1.3125rem;
  }
}

.search-result > .isc-background-cover {
  height: 15rem;
}

.search-result h2 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}

.search-result .list-unstyled li {
  margin-bottom: 1rem;
}

.search-result .list-unstyled a {
  color: #111;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}

.search-result .list-unstyled b {
  font-weight: 500;
}

.search-result .isc_pagination {
  text-align: center;
}

@media (min-width: 768px) {
  .search-result .section-header__main {
    margin: 0;
  }

  .search-result h2 {
    margin-top: 0;
  }

  .search-result .affix {
    position: fixed !important;
    top: 1.875rem;
  }
}

.promotionPage .shop-head {
  display: none;
}

.promotion-header {
  margin-top: 10px;
  margin-bottom: 55px;
}

.promotion-header .promotion-header_desc {
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.promotion-header .promotion-header__banner img {
  width: 100%;
}

.promotion-header .section-header__main {
  line-height: normal;
}

.promotion-header .section-header__main span {
  font-size: 48px;
}

@media (max-width: 767px) {
  .promotion-header .section-header__main span {
    font-size: 32px;
    padding: 0;
  }
}

.promotion-header a {
  color: #d11249;
  text-decoration: underline;
}

.promotion-section {
  margin-bottom: -70px;
}

.promotion-menu-mobile {
  padding: 20px 0px 10px 0px;
  background-color: #fff;
}

.promotion-menu-mobile select {
  background-color: #f4f4f4 !important;
  border: none;
}

.promotion-menu-mobile .promotion-menu-mobile__title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 15px;
}

.promotionPage div.promotion-section[id]:before {
  display: block;
  content: " ";
  margin-top: -300px;
  height: 300px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .promotionPage div.promotion-section[id]:before {
    margin-top: -100px;
    height: 100px;
  }
}

.search-results__keyword {
  color: #d11249;
}

.search-results__brandresults {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.brandresults-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 36px;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .search-results--brandsimages .brandresults-list {
    display: block;
    overflow-x: auto;
  }
}

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

.brandresults-list__half {
  display: table-cell;
  width: 50%;
}

.brandresults__listitem {
  padding: 15px;
  text-align: center;
  min-width: 75px;
  max-width: 186px;
}

.search-results--brandsnames .brandresults__listitem {
  padding: 15px 30px;
  text-align: center;
  min-width: 100px;
  max-width: 220px;
}

.search-results--brandsimages .brandresults__listitem {
  padding: 15px;
  text-align: center;
  min-width: 75px;
  max-width: 186px;
}

@media screen and (max-width: 767px) {
  .search-results--brandsimages .brandresults__listitem {
    min-width: 180px;
    max-width: 180px;
    padding: 10px;
  }
}

.search-results--brandsimages .brandresults__listitem img {
  width: 100%;
  margin: 0 auto;
}

.brandresults__listitem--desktop {
  display: inline-table;
}

@media screen and (max-width: 1200px) {
  .brandresults__listitem--desktop {
    min-width: 80px;
    max-width: 150px;
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .brandresults__listitem--desktop {
    min-width: 80px;
    max-width: 120px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brandresults__listitem--desktop {
    display: table-cell;
  }
}

.brandresults__listitem.brandresults__listitem--mobile {
  padding: 5px;
  text-align: left;
}

.search-results__brandresults--brand {
  font-family: ;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
}

.brandname-link,
.brandname-link span {
  color: #000;
}

.brandname-link a,
.brandname-link a:active,
.brandname-link a:focus,
.brandname-link a:visited {
  color: #000;
  text-decoration: none;
}

.brandname-link a:hover {
  text-decoration: underline;
}

.search-keyword a,
.search-keyword a:active,
.search-keyword a:focus,
.search-keyword a:visited {
  color: #d11249;
  text-decoration: none;
}

.search-keyword a:hover {
  text-decoration: underline;
}

.search-results--bestsellers,
.search-results--brandsingle {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .search-results--mobile {
    margin-bottom: 0;
  }
}

.keyword-suggestions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-header__description.keyword-suggestions__warning {
  margin: 5px auto;
}

.keyword-suggestions__warning,
.keyword-suggestions__topsearches,
.keyword-suggestions__popularctgs {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .keyword-suggestions__warning,
  .keyword-suggestions__topsearches,
  .keyword-suggestions__popularctgs {
    margin: 24px auto;
  }
}

.keyword-suggestions__topsearches--title,
.keyword-suggestions__topsearches--list {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .keyword-suggestions__topsearches--title,
  .keyword-suggestions__topsearches--list {
    display: block;
  }
}

.keyword-suggestions__topsearches--title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.keyword-suggestions__topsearches--listwrapper {
  padding: 10px 8px;
}

.keyword-suggestions__topsearches--listitem {
  display: inline-block;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.keyword-suggestions__topsearches--border {
  border-right: 1px solid #666;
}

.search-results__brandcount {
  font-family: ;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
  font-style: italic;
  margin-bottom: 20px;
}

.search-results__brandimage img {
  width: 100%;
}

.featured-promotions .carousel__inner {
  padding-bottom: 30px;
}

.featured-promotions .carousel__arrows {
  top: 30%;
}

.featured-promotions .carousel__pagination {
  bottom: 0;
  margin-bottom: 5px;
}

.featured-promotions__title {
  font-family: ;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
}

.featured-promotions__itemimg {
  max-width: 100%;
  padding: 5px 15px;
}

.featured-promotions__itemname {
  margin-top: 12.5px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 15px;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-transform: uppercase;
}

.cta-contact {
  padding: 40px 15px;
  background: #f4f4f4;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.cta-contact a {
  color: #d11249;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cta-contact a {
    font-family: "Montserrat", "Arial", Sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 5px;
  }
}

.support-section {
  margin: 30px auto;
}

.support-section .support-section__header {
  margin-bottom: 50px;
}

.support-section .support-section__header .support-section__title {
  font-family: ;
  font-size: 2.1875rem;
  line-height: 2.73438rem;
  font-style: italic;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .support-section .support-section__header .support-section__title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.support-section
  .support-section__header
  .support-section__title.support-section__title--large {
  font-size: 3.125rem;
  line-height: 3.90625rem;
}

.support-section .support-section__header .support-section__desc {
  font-family: ;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.support-menu {
  font-family: "Montserrat", "Arial", Sans-serif;
  position: relative;
  margin-top: 40px;
}

.support-menu .support-menu__header {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #111;
  margin-bottom: 20px;
}

.support-menu ul {
  margin: 0;
  padding: 0;
}

.support-menu ul li {
  font-weight: 300;
  display: block;
  margin: 0;
}

.support-menu ul li a {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #999;
  cursor: pointer;
}

.support-menu ul li a:hover,
.support-menu ul li a:focus {
  background: none;
}

.support-menu ul li.active a {
  background: none;
  color: #d11249;
}

.support-full {
  display: block;
}

.support-half,
.mobile-searcher__form.support-half {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .support-half,
  .mobile-searcher__form.support-half {
    display: block;
  }
}

.support-half--left {
  width: 65%;
}

@media screen and (max-width: 480px) {
  .support-half--left {
    width: 100%;
  }
}

.support-half--right,
.mobile-searcher__form.support-half--right {
  width: 35%;
}

@media screen and (max-width: 480px) {
  .support-half--right,
  .mobile-searcher__form.support-half--right {
    width: 100%;
  }
}

.support-section__subheader {
  font-family: ;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: 300;
}

.support .active {
  color: #cf1148;
}

.support .support-body {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.isc-form.isc-form--contactus {
  margin: 35px auto;
  position: relative;
}

.isc-form.isc-form--contactus .required-field {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.02em;
}

.isc-form.isc-form--contactus .fl_wrap--nomargin {
  margin-bottom: 0;
}

.isc-form.isc-form--contactus .fl_wrap--textarea {
  height: 300px;
}

.isc-form.isc-form--contactus .fl_wrap--textarea .fl_label {
  white-space: normal !important;
  word-wrap: break-word !important;
}

.isc-form.isc-form--contactus textarea {
  resize: none;
  display: block;
  height: 300px;
}

.isc-form.isc-form--contactus .uploaded-images p {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.02em;
}

.isc-form.isc-form--contactus .uploaded-image-remove {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  padding: 0;
  color: #d11249;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
  .isc-form.isc-form--contactus .upload-button-container {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .isc-form.isc-form--contactus .upload-button {
    position: absolute;
    bottom: 0;
  }
}

.isc-form.isc-form--contactus .footnote {
  display: block;
  margin: 0 auto 42.5px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {
  .table-container {
    display: table;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .table-cell-container {
    display: table-cell;
    width: 50%;
    height: 100%;
  }
}

.contact-us-container {
  position: relative;
}

.faq-articles {
  position: relative;
  left: 0;
  top: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.faq-articles-v2 {
  position: absolute;
  top: 48%;
  margin-left: 74%;
}

@media screen and (max-width: 768px) {
  .faq-articles-v2 {
    position: relative;
    left: 0;
    margin-left: 0;
    top: 10px;
  }
}

.faq-articles__list ul {
  margin: 10px 0;
  list-style: none;
  padding-left: 0;
}

.faq-articles__icon {
  vertical-align: top;
}

.faq-articles__icon i {
  color: #666;
  font-size: 20px;
  padding-right: 8px;
}

.faq-articles__header {
  font-weight: 600;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  letter-spacing: 0.02em;
}

.faq-articles__icon,
.faq-articles__list,
.faq-enquirydetails__description {
  display: inline-block;
}

.faq-articles__link {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  padding: 0;
  color: #d11249;
  text-transform: none;
}

.faq-enquirydetails {
  position: relative;
  left: 0;
  top: 0;
  margin-top: -10px;
  padding-bottom: 10px;
}

.faq-enquirydetails-v2 {
  position: absolute;
  top: 60%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .faq-enquirydetails-v2 {
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

.faq-enquirydetails__description span {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  letter-spacing: 0.02em;
}

.faq-enquirydetails__description i {
  color: #666;
  font-size: 20px;
  padding-right: 8px;
}

.live-chat {
  position: fixed;
  bottom: 10%;
  right: auto;
  z-index: -1;
  left: 50%;
  margin: auto auto auto 325px;
  transform: translateX(-50%);
}

.live-chat img {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 480px) {
  .live-chat {
    right: -20px;
    bottom: 0px;
    left: auto;
    z-index: 2;
  }

  .live-chat img {
    width: 60px;
    height: 60px;
  }
}

.btns {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  min-width: 170px;
  min-height: 50px;
  padding: 5px 25px;
  border: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.btns:focus {
  outline: 0;
}

.btn--primary {
  background-color: #d11249;
}

.btn--primary:hover {
  background-color: #ee1b58;
}

.btn--secondary {
  background-color: #111;
}

.btn--secondary:hover {
  background-color: #666;
}

.btn--hollow {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
  border: 1px solid #d11249;
  color: #d11249;
  background-color: #fff;
}

.btn--hollow:hover,
.btn--hollow:active,
.btn--hollow:focus {
  border: 1px solid #000;
  color: #111;
}

.btn--hollow:hover i,
.btn--hollow:active i,
.btn--hollow:focus i {
  color: #111;
}

.btn--hollow i {
  color: #d11249;
  background-color: #fff;
}

.btn--disabled {
  color: #666;
  background-color: #ddd;
  cursor: not-allowed;
}

.btn--disabled:hover {
  color: #666;
  background-color: #ddd;
}

.btn--full {
  min-width: 100%;
  max-width: 100%;
}

.btn--auto {
  min-width: auto;
  min-height: 50px;
}

.btn--small {
  min-height: initial;
  max-height: initial;
  padding: 10px 45px;
}

.btn--large {
  width: 100%;
  max-width: 500px;
}

.btn--tiny--landscape {
  width: 100%;
  min-width: 0px;
  min-height: 0px;
  margin: 0px;
  padding: 5px;
}

.btn--icon {
  min-width: 300px;
  padding: 5px 25px;
}

.btn--icon i {
  padding-right: 8px;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  line-height: 2px;
}

.btn--unstyled {
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-transform: capitalize;
}

.tag-group .tag {
  margin: 0 12.5px 12.5px 0;
}

.tag-group.search__listItem .tag {
  margin: 0 0 0.25rem 0;
}

.tag {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  min-width: 120px;
  min-height: 40px;
}

.tag:focus {
  outline: 0;
}

a.tag {
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  line-height: 2.1875rem;
  text-align: center;
}

a.tag:hover,
a.tag:focus {
  text-decoration: none;
}

.tag--primary {
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
}

.tag--primary:hover {
  border: 1px solid #d11249;
  color: #d11249;
}

.tag--secondary {
  min-width: 90px;
  min-height: 35px;
  border: 1px solid #ddd;
  color: #d11249;
  background-color: white;
  font-weight: bolder;
}

.tag--secondary:hover {
  border-color: #999;
}

.tag--disabled {
  border: 1px solid #999;
  color: #999;
  background-color: #fff;
}

.tag--icon {
  padding: 10px 15px;
  text-transform: uppercase;
}

.tag--icon:hover,
.tag--icon.selected {
  border: 1px solid #d11249;
  color: #d11249;
}

.tag--icon i {
  padding-right: 8px;
}

.tag--rounded {
  border-radius: 5px;
}

.more-link {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  padding: 15px 50px;
  border: 0;
  color: #d11249;
  background-color: transparent;
  font-weight: 400;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.more-link span {
  text-decoration: underline;
}

.more-link:focus {
  outline: 0;
  color: #d11249;
  text-decoration: none;
}

.more-link__text,
.more-link__arrow {
  display: inline-block;
}

main.registration-success a.btns.btn--primary.btn--full.margin--medium {
  display: block;
  text-align: center;
  padding-top: 20px;
}

.flash-sale_modalbtn {
  color: #000;
  text-decoration: none;
}

.flash-sale_modalbtn:active,
.flash-sale_modalbtn:focus,
.flash-sale_modalbtn:hover {
  color: #000;
  text-decoration: none;
}

.carousel-item {
  padding: 0 10px;
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  margin: 20px auto;
}

.carousel-items--big .carousel-item__details {
  margin-top: -100px;
}

.carousel-items--review .carousel-item__details {
  padding: 30px 20px;
}

.carousel-item__details .carousel-item__details--stars {
  margin-top: 15px;
}

.carousel-item__image img {
  width: 100%;
  margin: auto;
}

.carousel-items--review .carousel-item__image img {
  padding: 0;
}

.carousel-item__brand {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-style: italic;
  font-family: ;
}

.carousel-items--big .carousel-item__brand {
  margin-top: 20px;
}

.carousel-item__product {
  font-size: 1.0625rem;
  line-height: 1.32813rem;
  font-weight: 300;
  font-family: ;
}

.carousel-item__price {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .carousel-item__price {
    margin-top: 5px;
  }
}

.carousel-items--big .carousel-item__price {
  padding: 10px 20px;
}

@media (max-width: 374px) {
  .carousel-items--big .carousel-item__price {
    padding: 10px 20px 40px 10px;
  }
}

.carousel-item--price--discounted {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

@media (max-width: 991px) {
  .carousel-item--price--discounted {
    font-size: 1.1875rem;
    line-height: 1.48438rem;
  }
}

@media (max-width: 374px) {
  .carousel-item--price--discounted {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.carousel-item--price--original {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-decoration: line-through;
}

@media (max-width: 991px) {
  .carousel-item--price--original {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 374px) {
  .carousel-item--price--original {
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.carousel-item--price--currency {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .carousel-item--price--currency {
    font-size: 0.6875rem;
    line-height: 0.85938rem;
  }
}

.carousel-item__background {
  display: table;
  margin: auto;
}

.carousel-item__background--solid,
.carousel-item__background--image {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  float: none;
  width: 50%;
}

.carousel-item__background--pink {
  background-color: #ff7c69;
}

.carousel-item__background--yellow {
  background-color: #faf701;
}

.carousel-item__details--grey {
  padding: 15px 20px;
  background-color: #f4f4f4;
}

.carousel-item__details--padded {
  padding: 66px 0;
}

@media screen and (max-width: 1024px) {
  .carousel-item__details--padded {
    padding: 55px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .carousel-item__details--padded {
    padding: 92px 0;
    height: 286px;
  }
}

.carousel-item__iframe iframe {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 768px) {
  .carousel-item__iframe iframe {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-item__iframe iframe {
    height: 200px;
  }
}

.carousel-item--review {
  vertical-align: middle;
  text-align: center;
  float: none;
}

.carousel-item__details--title {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  font-weight: 200;
  font-family: ;
}

.carousel-item__details--tag {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 15px 30px 15px;
  border: none;
  background: transparent;
}

.carousel-item__details--tag:focus {
  outline: 0;
}

.carousel-item__image--full {
  background-image: url("../images/carousel/ishopchangi/full_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item__image--full-2 {
  background-image: url("../images/carousel/ishopchangi/full_bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item__image--auto {
  margin-top: 25px;
}

.carousel-item__image--auto img {
  width: auto;
  max-width: 75%;
  height: auto !important;
}

@media (max-width: 1200px) {
  .carousel-item__image--auto {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .carousel-item__image--auto {
    max-width: 65%;
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .carousel-item__image--auto {
    max-width: 65%;
    margin-top: 70px;
  }
}

@media (max-width: 374px) {
  .carousel-item__image--auto {
    margin-top: 70px;
  }
}

.carousel-item__details--generic {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: ;
  padding: 5px;
}

.carousel-item__details--review {
  font-size: 1.3125rem;
  line-height: 1.64063rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: ;
  padding: 5px;
}

.carousel-item__details--customer {
  font-size: 1.3125rem;
  line-height: 1.64063rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-style: italic;
  font-family: ;
  padding: 5px;
}

.carousel-top-filters {
  z-index: 2;
  margin-bottom: 25px;
}

.carousel-top-filters span {
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-bottom-filters {
  z-index: 2;
  margin-top: 25px;
  text-transform: uppercase;
}

.carousel-bottom-filters span a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .carousel-bottom-filters {
    margin-top: 0;
  }
}

.divider {
  display: block;
  border: none;
  border-top: 1px solid #999;
  border-width: 1px;
  margin: 50px auto 25px auto;
}

hr.divider--grey {
  border-style: none;
  border-top: 1px solid #999;
}

hr.divider--lightGrey {
  border-style: none;
  border-top: 1px solid #ddd;
}

.divider--small {
  margin: 10px auto;
}

.header-bar .lang-icon {
  margin-right: 12px;
}

.header-bar .lang-icon img {
  max-width: 3%;
  vertical-align: text-top;
}

.header-bar .shopping-bag-icon img {
  max-width: 1.8%;
  vertical-align: baseline;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -90%;
  z-index: 1000;
  width: 80%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.mobile-menu .mobile-menu__viewall {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  color: #000;
  font-weight: 300;
  color: #d11249;
}

.mobile-menu .mobile-menu__main {
  padding-top: 30px;
  overflow: auto;
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu .mobile-menu__main .mobile-menu__menulist--sub {
  display: none;
}

.mobile-menu .mobile-menu__sub {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.04em;
  color: #000;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 100%;
}

.mobile-menu .mobile-menu__sub .mobile-menu__menutitle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  margin-bottom: 10px;
}

.mobile-menu .mobile-menu__sub .mobile-menu__menutitle i {
  position: absolute;
  top: 25px;
  left: 15px;
}

.mobile-submenu,
.mobile-submenu-innerlevel {
  display: block;
  margin: 0;
  padding: 20px 20px 0;
  list-style: none;
  clear: both;
  display: none;
}

.mobile-submenu li a,
.mobile-submenu-innerlevel li a {
  display: block;
  padding: 10px 0;
}

.mobile-miscmenu {
  display: block;
  margin: 0;
  padding: 20px 15px 0;
  list-style: none;
  clear: both;
  display: none;
}

.mobile-miscmenu li a {
  display: block;
  padding: 5px 0;
}

.mobile-menu__title {
  font-size: 1.875rem;
  line-height: 2.34375rem;
  letter-spacing: 0.04em;
  font-family: ;
  text-align: center;
  font-weight: 400;
  font-style: italic;
}

.mobile-menu__enter {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.mobile-menu__login,
.mobile-menu__signup {
  display: table-cell;
  text-align: center;
  float: none;
}

.mobile-menu__login .btns,
.mobile-menu__signup .btns {
  padding: 5px 5px;
}

.mobile-menu__login {
  padding-right: 5px;
}

.mobile-menu__signup {
  padding-left: 5px;
}

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

.mobile-menu__menuitem {
  padding: 13px 0;
}

.mobile-menu__menuitem.active > a {
  color: #d11249;
}

.mobile-menu__menuitem .language-selector {
  margin-right: 25px;
}

.mobile-menu__menuitem .language-selector.selected {
  color: #d11249;
}

.mobile-menu__menuitem--changirewards,
.mobile-menu__menuitem--changirewards span {
  color: #6950a2;
}

.mobile-menu__menulist a {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.04em;
  color: #000;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
}

.menuitem__name,
.submenu__name {
  width: 80%;
}

.menuitem__arrow {
  width: 20%;
  text-align: right;
}

.active .menuitem__arrow i {
  transform: rotate(180deg);
}

.mobile-submenu-inner .mobile-menu__menuitem.active .submenu__arrow i {
  transform: rotate(180deg);
}

.menuitem__flag {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
}

.menuitem__icon {
  position: relative;
  top: -1px;
  height: 16px;
  margin-left: 5px;
}

[data-page="category"]
  .section.best-sellers:first-child
  .section-header.section-header--lined {
  margin-top: 0px;
}

.section--grey {
  background-color: #eee;
}

.section-header {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 50px auto 20px auto;
  font-family: ;
  text-align: center;
}

.section-header a {
  color: inherit;
  text-decoration: none;
}

.section-header a:hover {
  color: #d11249;
}

@media (max-width: 767px) {
  .section-header {
    margin: 10px auto 10px auto;
  }
}

.section-banner--slanted .section-header {
  background: transparent;
}

.section-header.section-header--excerpt {
  margin: 25px auto;
}

.section-header--flush {
  margin-top: 0;
}

.section-header--flush .section-header__main {
  margin: 0;
}

.section-banner--full img {
  min-width: 100%;
}

.section-header--lined {
  overflow: hidden;
}

.section-header--lined .section-header__main::before {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #000;
}

.section-header--banner {
  position: relative;
  max-width: 65%;
  margin-top: -4%;
  padding: 5px 5px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section-header--banner {
    margin-top: -6%;
  }
}

@media screen and (max-width: 767px) {
  .carousel.carousel--curated .section-header--banner {
    max-width: 100%;
  }
}

.section--grey .section-header--banner {
  background-color: #eee;
}

.section-banner--slanted .section-header--banner::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  display: block;
  width: 110%;
  height: 100%;
  content: "";
  background-color: #fff;
  transform: skewX(-28deg);
  transform-origin: 0% 25%;
}

@media (max-width: 767px) {
  .section-banner--slanted .section-header--banner::before {
    left: -10%;
  }
}

.section-header--banner--mobile {
  margin-top: -10%;
}

.section-header--small {
  max-width: 50%;
  margin-bottom: 75px;
}

.section-banner--slanted .section-header--small .section-header__sub {
  margin-top: 5px;
}

.section-header--mobile {
  margin: 15px auto;
}

.section-header--searchresults {
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 767px) {
  .section-header--searchresults {
    margin: 15px auto;
  }
}

.search-results--nobrands .section-header--searchresults {
  margin: 10px auto 40px auto;
}

@media screen and (max-width: 767px) {
  .search-results--nobrands .section-header--searchresults {
    margin: 10px auto 30px auto;
  }
}

.search-results--brandsingle .section-header--searchresults {
  margin: 5px auto 15px auto;
}

.section-header--searchresults .section-header__main {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.section-banner {
  margin: 50px auto 0px auto;
}

.section-header__sub {
  font-size: 2.5rem;
  line-height: 3.125rem;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  font-weight: 400;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .section-header__sub {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: -26px;
  }
}

.section-header--excerpt .section-header__sub {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
  margin-bottom: -25px;
}

.section-header__main {
  font-size: 4.0625rem;
  line-height: 5.67813rem;
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .section-header__main {
    font-size: 2.1875rem;
    line-height: 2.73438rem;
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
}

.section-header--excerpt .section-header__main {
  font-size: 2.1875rem;
  line-height: 2.73438rem;
  letter-spacing: 0.02em;
}

.section-header__main span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
}

.section--grey .section-header__main span {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .carousel.carousel--curated .section-header__main {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .section-header__main.section-header__main--longmobilefix {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.section-header__main--small {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
}

.section-header__normal {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .section-header__smallfont {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.section-header__description {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  font-family: ;
  font-size: 1.0625rem;
  line-height: 1.32813rem;
}

.section-header--excerpt .section-header__description {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: ;
  line-height: 2;
}

.article-excerpt .section-header__description {
  text-align: justify;
}

.section-header__description--second {
  margin-top: 20px;
}

.article-excerpt {
  margin: 0px auto 25px auto;
}

.article-excerpt .more-link {
  text-align: center;
}

.article-excerpt.container.section div h1 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.article-excerpt.container.section div h2 {
  font-size: 1.8125rem;
  line-height: 2.26563rem;
}

.article-excerpt__box {
  padding: 0 25px;
  text-align: center;
}

.article-excerpt__box img {
  margin: 0 auto;
}

.carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.carousel img {
  user-select: none;
  pointer-events: none;
}

.carousel__inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.carousel--destroyed .carousel__inner {
  overflow-x: auto;
  width: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.carousel--destroyed .carousel__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.carousel--destroyed .carousel__inner::before,
.carousel--destroyed .carousel__inner::after {
  display: inline-block;
  width: 25px;
  content: " ";
}

.carousel__list {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  min-width: 100%;
  text-align: center;
}

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

.category-promo .carousel__list {
  text-align: left;
}

.carousel__list li.carousel__item {
  margin-right: 0px;
}

.carousel__item {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.carousel__item .img-responsive {
  display: block;
  margin: 0 auto;
}

.carousel__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: auto;
}

.carousel--product .carousel__arrows {
  top: 120px;
  position: absolute;
}

.carousel--curated .carousel__arrows {
  top: 40%;
}

@media screen and (max-width: 480px) {
  .carousel--curated .carousel__arrows {
    top: 26%;
  }
}

@media screen and (max-width: 320px) {
  .carousel--curated .carousel__arrows {
    top: 22%;
  }
}

.carousel--search-results .carousel__arrows {
  margin-top: -35px;
}

.carousel__arrow {
  font-size: 1.875rem;
  line-height: 2.34375rem;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  appearance: none;
}

.carousel--curated .carousel__arrow {
  padding: 30px 15px;
  color: #fff;
  background-color: #111;
}

@media screen and (max-width: 480px) {
  .carousel--curated .carousel__arrow {
    padding: 12px 8px 8px;
    font-size: 16px;
  }
}

.carousel__arrow.disabled {
  cursor: default;
  color: #ddd;
}

.carousel__arrow--prev {
  left: -25px;
}

.hero-carousel .carousel__arrow--prev {
  left: 25px;
  margin-top: -20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.hero-carousel:hover .carousel__arrow--prev {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .carousel__arrow--prev {
    left: 0;
  }
}

.carousel--curated .carousel__arrow--prev {
  left: 40px;
}

@media screen and (max-width: 767px) {
  .carousel--curated .carousel__arrow--prev {
    left: 0px;
  }
}

.carousel__arrow--next {
  right: -25px;
}

.hero-carousel .carousel__arrow--next {
  right: 25px;
  margin-top: -20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.hero-carousel:hover .carousel__arrow--next {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .carousel__arrow--next {
    right: 0;
  }
}

.carousel--curated .carousel__arrow--next {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .carousel--curated .carousel__arrow--next {
    right: 0px;
  }
}

.carousel__pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .carousel__pagination {
    bottom: 12px;
  }
}

.carousel__pagination-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #999;
  cursor: pointer;
}

.carousel__pagination-item.active {
  background-color: #000;
}

.carousel__item__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9;
}

.carousel__item:hover .carousel__item__overlay {
  opacity: 0.1;
}

.carousel__item__overlay-blog {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  left: 10px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9;
}

.carousel__item:hover .carousel__item__overlay-blog {
  opacity: 0.1;
}

.carousel__item__overlay-blog-article {
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: 15px;
  left: 15px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9;
}

.carousel__item:hover .carousel__item__overlay-blog-article {
  opacity: 0.1;
}

.productOverview {
  width: 100%;
  height: auto;
  padding: 25px;
  margin-top: 6.25px;
  margin-bottom: 6.25px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .productOverview {
    padding: 12.5px;
  }
}

.productOverview .wishlist-icon {
  float: right;
  margin-top: -12.5px;
  margin-right: -12.5px;
  background-image: url("../..../images/icon-fav-default.png");
  width: 16px;
  height: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .productOverview .wishlist-icon {
    margin-top: 0;
    margin-right: 0;
  }
}

.productOverview .wishlist-icon:hover,
.productOverview .wishlist-icon-active,
.productOverview .InWishList {
  background-image: url("../..../images/icon-fav-hover.png");
}

.productOverview .out-of-stock {
  background-color: #999;
}

.productOverview:hover .out-of-stock,
.productOverview:focus .out-of-stock {
  background-color: #111;
}

.productOverview:hover .out-of-stock .default,
.productOverview:focus .out-of-stock .default {
  display: none;
}

.productOverview:hover .out-of-stock .hover,
.productOverview:focus .out-of-stock .hover {
  display: block !important;
}

.productOverviewShadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.productOverview__image {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto 12.5px;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .productOverview__image {
    width: 100%;
    height: auto;
  }
}

.featured-brands .productOverview__image {
  width: 100%;
  height: auto;
}

.productOverview_labelWrapper {
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.productOverview__exclusiveLabel {
  margin: 0 auto 12.5px;
  vertical-align: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 35px;
}

.productOverview__exclusiveLabel.img-responsive {
  display: inline;
}

.productOverview_labelWrapper--single .productOverview__exclusiveLabel {
  left: auto;
}

.productOverview__brand {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  display: block;
  margin-top: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: ;
}

.productOverview__product {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  min-height: 3.4375rem;
  font-weight: 300;
  font-family: ;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .productOverview__product {
    min-height: 70px;
  }
}

.productOverview__price {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  margin-top: 10px;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.productOverview__approx {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  margin-top: 5px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.productOverview__colors {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-style: italic;
  line-height: 21.5px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-top: 20px;
}

.reviewInfobox {
  position: relative;
  width: 100%;
  height: auto;
}

.reviewInfobox::before {
  display: block;
  width: 100%;
  padding-top: 120%;
  content: "";
}

.reviewInfobox > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.reviewInfobox > * {
  width: 95%;
  height: 95%;
}

.reviewInfobox__image {
  position: relative;
  width: 100%;
  height: 55%;
  background-size: cover;
  background-position: center;
}

.reviewInfobox__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-color: #ddd;
}

.flashSale {
  margin-top: 25px;
  width: 100%;
  height: auto;
  text-align: center;
}

.flashSale__item {
  font-size: 1.625rem;
  line-height: 2.03125rem;
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.isc-spinner-wrapper {
  display: inline-block;
  position: relative;
  left: 10px;
  margin-right: 10px;
  top: 1px;
  border: 1px solid #ddd;
}

.isc-spinner-wrapper * {
  user-select: none;
}

.isc-spinner-wrapper input {
  height: 45px;
  border: none;
  background: #fff;
  text-align: center;
  width: 110px;
  outline: none;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: bold;
}

.isc-spinner-wrapper input::-webkit-inner-spin-button,
.isc-spinner-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.isc-spinner-wrapper .btn-plus,
.isc-spinner-wrapper .btn-minus {
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  color: #000;
  font-size: 14px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.isc-spinner-wrapper .btn-minus {
  top: 0;
  left: 0px;
}

.isc-spinner-wrapper .btn-plus {
  top: 0;
  right: 0px;
}

.isc-spinner-wrapper.small input {
  height: 30px;
  width: 70px;
  font-size: 12px;
}

.isc-spinner-wrapper.small .btn-plus,
.isc-spinner-wrapper.small .btn-minus {
  width: 10px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.isc-spinner-wrapper.small .btn-minus {
  left: 5px;
}

.isc-spinner-wrapper.small .btn-plus {
  right: 5px;
}

.iscRadio-controller {
  cursor: pointer;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: block;
}

.iscRadio-controller.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.iscRadio-controller .iscRadio {
  width: 15px;
  height: 15px;
  background: url("../assets/radio-unchecked.png") center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition: background 0.3s;
}

#filter-modal .iscRadio-controller .iscRadio,
#sort-modal .iscRadio-controller .iscRadio {
  position: absolute;
  right: 0;
}

.iscRadio-controller .iscRadio.checked {
  background: url("../assets/radio-checked.png") center no-repeat;
  background-size: 100% auto;
}

.iscRadio-controller .iscRadio input {
  display: none;
  position: relative;
  top: 15px;
}

.iscRadio-controller.checked {
  color: #ee1b58;
}

.iscRadio-controller.checked .iscRadio {
  background: url("../assets/radio-checked.png") center no-repeat;
  background-size: 100% auto;
}

.iscRadio-twinRadio .iscRadio-controller {
  width: 50%;
  float: left;
  border: 1px solid #666;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.iscRadio-twinRadio .iscRadio-controller:first-of-type {
  margin-right: -1px;
}

.iscRadio-twinRadio .iscRadio-controller:last-of-type {
  width: calc(50% + 1px);
}

.iscRadio-twinRadio .iscRadio-controller.checked {
  background: #000;
  color: #fff;
}

.iscRadio-twinRadio .iscRadio-controller .iscRadio {
  display: none;
}

@media (max-width: 767px) {
  .product-attr__inputs--radiobox .iscRadio-controller {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    border: 2px solid #ddd;
    margin: 5px 0 !important;
  }

  .product-attr__inputs--radiobox .iscRadio-controller .iscRadio {
    display: none;
  }

  .product-attr__inputs--radiobox .iscRadio-controller.checked {
    border: 2px solid #ee1b58;
  }
}

.iscRadio-icon {
  position: relative;
  top: 4px;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .product-attr__inputs--radiobox .iscRadio-icon {
    float: left;
    margin-left: 70px;
    margin-right: -70px;
  }
}

@media (max-width: 340px) {
  .product-attr__inputs--radiobox .iscRadio-icon {
    float: left;
    margin-left: 50px;
    margin-right: -50px;
  }
}

.checked .iscRadio-icon {
  background-position: -18px;
}

.iscRadio-icon.iscRadio-icon--depart {
  background-image: url("../assets/icon-depart.png");
}

.iscRadio-icon.iscRadio-icon--arrival {
  background-image: url("../assets/icon-arrival-big.png");
}

.iscRadio-icon.iscRadio-icon--truck {
  background-image: url("../assets/icon-truck.png");
}

.iscCheckbox-controller {
  cursor: pointer;
}

.iscCheckbox {
  width: 15px;
  height: 15px;
  background: url("../assets/checkbox-unchecked.png") center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  top: 3px;
  transition: background 0.3s;
}

.iscCheckbox.checked {
  background: url("../assets/checkbox-checked.png") center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .iscCheckbox.iscCheckbox--thumb {
    width: 20px;
    height: 20px;
  }
}

.iscCheckbox input {
  display: none;
  position: relative;
  top: 15px;
}

.iscColors .iscColor {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  margin: 0 1px;
  cursor: pointer;
  transition: border 0.3s;
}

@media (max-width: 767px) {
  .iscColors .iscColor {
    margin: 0 3.5%;
    width: 40px;
    height: 40px;
  }
}

.iscColors .iscColor .iscColor-inner {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  top: 4px;
  left: 4px;
}

@media (max-width: 767px) {
  .iscColors .iscColor .iscColor-inner {
    width: 30px;
    height: 30px;
  }
}

.iscColorpicker input {
  display: none;
}

.iscThumbnailpicker .row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.iscThumbnailpicker .col-xs-2 {
  padding: 0.375rem;
}

.iscThumbnailpicker a {
  display: inline-block;
  padding: 0.125rem;
  border: 1px solid transparent;
}

.iscThumbnailpicker a:hover,
.iscThumbnailpicker a:focus {
  border-color: #d11249;
}

.iscThumbnailpicker .img-responsive {
  display: inline-block;
  border: 1px solid #eaeaea;
}

@media (max-width: 1199px) {
  .iscThumbnailpicker .row {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .iscThumbnailpicker .col-xs-2 {
    width: 20%;
    padding: 0.1875rem;
  }
}

.select2 {
  width: 100% !important;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-align: left;
  margin: 10px 0;
  font-weight: 300;
  outline: 0;
  overflow: hidden;
}

.fl_wrap .select2 {
  margin: 0;
}

.select2-selection {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #666;
  border-radius: 0px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px;
  font-size: 13px;
  color: #666;
}

.fl_wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 62px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  width: 33px;
  border-left: none;
  background: url(../images/icons/select-downarrow.png) center no-repeat;
  background-size: 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  background: url(../assets/select2-arrow-up.png) center no-repeat !important;
  background-size: 8px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ddd transparent transparent transparent;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #ddd;
}

.select2-results__option {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #666;
}

.isc-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  padding: 10px 0px 10px 10px;
  height: 50px;
  border: 1px solid #000;
  background: url("../images/icons/select-downarrow.png") right 10px center
    no-repeat !important;
  border-radius: 0;
  background-size: 12px !important;
  color: #666;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 400px) {
  .isc-select {
    font-size: 0.8125rem;
    line-height: 1.01563rem;
    padding-left: 10px;
  }
}

.isc-select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0) {
  .isc-select {
    background: none\9;
    padding: 20px 0px 20px 15px\9;
  }
}

.tooltip {
  opacity: 1 !important;
}

.tooltip.top .tooltip-arrow {
  border: none;
  width: 13px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/tooltip-arrow-bottom.png");
  background-size: 100%;
}

.tooltip.bottom .tooltip-arrow {
  border: none;
  width: 13px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/tooltip-arrow-top.png");
  background-size: 100%;
}

.tooltip.left .tooltip-arrow {
  border: none;
  width: 7px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/tooltip-arrow-right.png");
  background-size: 100%;
}

.tooltip.right .tooltip-arrow {
  border: none;
  width: 7px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/tooltip-arrow-left.png");
  background-size: 100%;
}

.tooltip .tooltip-inner {
  max-width: 220px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
  color: #000;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
}

.tooltip .tooltip-inner a {
  color: #ee1b58;
  text-decoration: underline;
}

.tooltip .tooltip-inner small {
  font-size: 0.9233em;
}

.isc-progressbar {
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #ddd;
  margin: 10px 0;
  overflow: hidden;
}

.isc-progressbar .isc-progressbar__progress {
  width: 0;
  height: 5px;
  background: #ee1b58;
}

.swal2-modal {
  padding: 50px !important;
  border-radius: 0;
}

@media (max-width: 767px) {
  .swal2-modal {
    padding: 50px 20px !important;
  }
}

.swal2-modal .swal2-title {
  font-size: 24px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.swal2-modal .swal2-content {
  color: #000;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.swal2-modal .swal2-content a {
  color: #d11249;
}

.swal2-modal button {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 13px !important;
  padding: 15px 25px !important;
  outline: 0;
}

.swal2-modal button.swal2-confirm {
  background: #d11249 !important;
  width: 90%;
}

@media (min-width: 767px) {
  .swal2-modal button.swal2-confirm {
    max-width: 170px;
  }
}

.swal2-modal button.swal2-close {
  font-size: 24px !important;
  padding: 0 !important;
}

.swal2-modal button.swal2-cancel {
  background: #000 !important;
  width: 90%;
}

@media (min-width: 767px) {
  .swal2-modal button.swal2-cancel {
    max-width: 170px;
  }
}

.mfb-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 998;
}

.mfb-wrapper {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 999;
}

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

.mfb-toggle {
  position: relative;
  background-color: #d11249;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.mfb-toggle:active {
  background-color: #000;
}

.mfb-toggle .mfb-toggle__active {
  display: none;
}

.active .mfb-toggle .mfb-toggle__inactive {
  display: none;
}

.active .mfb-toggle .mfb-toggle__active {
  display: inline-block;
}

.mfb-subs {
  position: absolute;
  left: 5px;
  bottom: 75px;
  z-index: 1;
  transition: bottom 0.2s;
  bottom: 55px;
}

.active .mfb-subs {
  bottom: 65px;
}

.mfb-subs .mfb-item {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", "Arial", Sans-serif;
  position: relative;
  transition: margin 0.2s, opacity 0.2s;
  margin-bottom: -50px;
  opacity: 0;
}

.active .mfb-subs .mfb-item {
  margin-bottom: 15px;
  opacity: 1;
}

.mfb-subs .mfb-item .mfb-item__button {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 1000px;
  text-align: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.mfb-subs .mfb-item .mfb-item__text {
  position: absolute;
  top: 28%;
  right: 60px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.mfb-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mfb-toggle .mfb-icon {
  margin-top: 10px;
}

.mfb-subs .mfb-icon {
  margin-top: 10px;
  width: 30px;
  height: 30px;
}

.mfb-icon.mfb-icon--default {
  background-image: url(../assets/fab-icon-default.png);
}

.mfb-icon.mfb-icon--user {
  background-image: url(../assets/fab-icon-user.png);
}

.mfb-icon.mfb-icon--pen {
  background-image: url(../assets/fab-icon-pen.png);
}

.mfb-icon.mfb-icon--eye {
  background-image: url(../assets/fab-icon-eye.png);
}

.mfb-icon.mfb-icon--question {
  background-image: url(../assets/fab-icon-question.png);
}

.mfb-icon.mfb-icon--close {
  background-image: url(../assets/fab-icon-close.png);
}

.toaster {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 20px 20px;
  background: #d11249;
  color: white;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 13px;
  top: 0;
  left: 0;
}

@media (min-width: 767px) {
  .toaster {
    position: relative;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 20px;
  }
}

.toaster a {
  color: white;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .toaster a {
    color: #d11249;
  }
}

.toaster .toaster__content {
  width: 90%;
}

@media (min-width: 767px) {
  .toaster .toaster__content {
    width: 100%;
  }
}

.toaster .toaster__closer {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  right: 0px;
  background: url(../assets/btn-close-toaster.png) center no-repeat;
  background-size: 30%;
}

@media (min-width: 767px) {
  .toaster .toaster__closer {
    display: none;
  }
}

.toaster .toaster__action {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: -40px;
  left: 0;
  background: #d11249;
  text-align: center;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  font-family: "Montserrat", "Arial", Sans-serif;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

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

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../assets/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../assets/photoswipe/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(../assets/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__ths {
  position: absolute !important;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0px;
  z-index: 99;
  text-align: left;
}

.pswp__ths .pswp__th {
  width: 50px;
  height: 70px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  opacity: 0.7;
}

.pswp__ths .pswp__th.active {
  transform: scale(1);
  opacity: 1;
}

select::-ms-value {
  background: transparent;
  color: #666;
}

.isc-form {
  max-width: 500px;
  margin: 0px 0 35px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.isc-form .isc-select {
  border: 1px solid #666;
  color: #666;
  font-size: 1rem;
  line-height: 1.25rem;
}

.isc-form .isc-select option {
  color: #111;
}

.isc-form.isc-form--freewidth {
  max-width: 100%;
}

.isc-form.isc-form--thin {
  max-width: 350px;
}

.isc-form.isc-form--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.isc-form .isc-form__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.isc-form .isc-form__title.isc-form__title--straight {
  font-style: normal;
  font-weight: 400;
}

.isc-form .isc-form__desc {
  font-family: ;
  font-size: 20px;
  line-height: normal;
  margin: 20px 0 35px;
}

.isc-form .isc-form__text {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: -10px 0 35px;
  font-weight: 300;
}

.isc-form .isc-form__section {
  margin-bottom: 100px;
}

.isc-form .isc-form__section.isc-form__section--last {
  margin-bottom: 35px;
}

.isc-form .isc-form__section hr {
  margin: 40px 0;
}

.isc-form .isc-form__section-title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
}

.isc-form .isc-form__section-title img {
  height: 20px;
  width: auto;
  margin-right: 10px;
  margin-top: -3px;
}

.isc-form .isc-form__section-title .delivery-address i {
  font-size: 25px;
  padding-right: 10px;
}

.isc-form .isc-form__section-title .btn-add-new-address {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #d11249;
}

.isc-form .isc-form--section-subtitle {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.isc-form .isc-form__section-title--add {
  margin-bottom: 0;
}

.isc-form .isc-form__hint {
  font-weight: 300;
  font-size: 12px;
}

.isc-form .isc-form__hint.isc-form__hint--center {
  text-align: center;
}

.isc-form .isc-form__hint--center a {
  color: #d11249;
  text-decoration: underline;
}

.isc-form label.isc-form__checkbox {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  position: relative;
  padding-left: 25px;
  margin: 25px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.isc-form label.isc-form__checkbox .iscCheckbox {
  position: absolute;
  top: 2px;
  left: 0px;
}

.isc-form label.isc-form__checkbox a {
  color: #d11249;
  text-decoration: underline;
}

.isc-form label.isc-form__checkbox--alt {
  margin: 10px 0;
}

.isc-form .isc-form__actions {
  text-align: left;
  max-width: 500px;
}

.isc-form .isc-form__toplabel {
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.isc-form .isc-form__fieldset {
  position: relative;
  width: 100%;
}

.isc-form .isc-form__fieldset .fl_wrap {
  width: 75%;
}

@media (max-width: 767px) {
  .isc-form .isc-form__fieldset .fl_wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}

.isc-form .isc-form__fieldset .fl_wrap .isc-form__fieldset__link {
  position: absolute;
  right: 0;
  top: 55px;
  font-size: 14px;
  color: #999;
}

.isc-form .isc-form__fieldset button {
  min-width: auto;
  margin: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 23%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .isc-form .isc-form__fieldset button {
    width: 100%;
    position: relative;
    height: auto;
  }
}

.fl_wrap {
  position: relative;
}

.fl_wrap button {
  position: absolute;
  width: 50px;
  height: 48px;
  top: 1px;
  right: 1px;
  background: #000;
  border: none;
  z-index: 5;
}

.fl_wrap button img {
  width: 45%;
  height: auto;
}

.isc-form__2col {
  position: relative;
}

.isc-form__2col .isc-form__2col__spliter {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  left: 50%;
  border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
  .isc-form__2col .isc-form__2col__spliter {
    display: none !important;
  }
}

.isc-form__2col .isc-form__2col__left {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .isc-form__2col .isc-form__2col__left {
    width: 100%;
    float: none;
  }
}

.isc-form__2col .isc-form__2col__right {
  width: 43%;
  float: right;
}

@media (max-width: 767px) {
  .isc-form__2col .isc-form__2col__right {
    width: 100%;
    float: none;
  }
}

.isc-form__fields-container div.fl_wrap:last-child {
  margin-bottom: 0;
}

.isc-form__fields-container p {
  line-height: 1.8rem;
}

.isc-form__dob-container .isc-form__date-container {
  padding-left: 0px;
}

.isc-form__dob-container .isc-form__month-container {
  padding-left: 0px;
  padding-right: 0px;
}

.isc-form__dob-container .isc-form__year-container {
  padding-right: 0px;
}

.isc-form__rewards-outer-container {
  background-color: #666;
}

.isc-form__rewards-container-fluid {
  background-color: #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.fl_wrap .isc-form__label {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.isc-form__navpills::before {
  background-color: #ddd;
  height: 1px;
  content: " ";
  width: 100%;
  top: 43px;
  position: relative;
}

.isc-select--alt {
  border: 1px solid #ddd;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.isc-select--alt option {
  color: #111;
}

.isc-input {
  width: 100px;
  height: 45px;
  border: 1px solid #111;
  padding: 10px;
  outline: none;
}

.isc-link {
  color: #d11249 !important;
}

input[disabled],
select[disabled] {
  background-color: #eee !important;
  -webkit-text-fill-color: #666;
}

input[disabled].fl_select,
select[disabled].fl_select {
  z-index: 2 !important;
}

input::-ms-clear {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.table {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.table th {
  background: #f4f4f4;
  padding: 15px 15px !important;
  border-bottom: 0 !important;
  vertical-align: top !important;
}

.table td {
  padding: 15px 15px !important;
  border-top: 1px solid #f4f4f4 !important;
}

.table td a {
  color: #d11249;
  text-decoration: underline;
}

.table tfoot {
  font-size: 16px;
  font-weight: 500;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

.isc_pagination {
  text-align: right;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.isc_pagination a,
.isc_pagination span {
  display: inline-block;
  padding: 7px 5px;
}

.isc_pagination a {
  color: inherit;
  text-decoration: none;
}

.isc_pagination .current {
  border-bottom: 2px solid #d11249;
}

@media screen and (max-width: 767px) {
  .isc_pagination {
    text-align: center;
    font-size: 16px;
  }
}

.search {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

.search__col {
  padding: 0;
}

.search_bar {
  position: relative;
}

.search__btn {
  width: 100%;
  height: 40px;
  border: 0;
  color: #fff;
  background: #000 url("../images/icons/icon-search.png") no-repeat center;
  background-size: 35%;
}

.search__btn.isc-no-background {
  min-width: 2.5rem;
  background: #000;
}

.search__btn.isc-no-background svg path {
  fill: #fff;
  stroke: #fff;
}

.search__input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: none;
}

.search__input:focus {
  border-color: #000;
  color: #000;
  outline: none;
  box-shadow: none;
}

.search__input::-webkit-input-placeholder {
  font-weight: 400;
}

.search__input:-moz-placeholder {
  font-weight: 400;
}

.search__input::-moz-placeholder {
  font-weight: 400;
}

.search__input:-ms-input-placeholder {
  font-weight: 400;
}

.search__dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.search__dropdown.open {
  display: block;
}

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

.search__listItem--large {
  margin-bottom: 20px;
}

.search__listItem {
  margin-bottom: 10px;
}

.search__listItem:last-child {
  margin-bottom: 0;
}

.search-item {
  width: 100%;
  padding: 0 12.5px 0.3125rem;
  border-bottom: 1px solid #f4f4f4;
}

.search-item__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.search-item__link:hover,
.search-item__link:focus {
  color: inherit;
  text-decoration: none;
}

.search-item__image {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
}

.search-item__image img {
  display: block;
  width: 60%;
}

.search-item__description {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  font-family: "Montserrat", sans-serif;
}

.search-item__brand {
  color: #999;
  font-style: italic;
}

.alphabets {
  display: inline-block;
  min-width: 18px;
  padding: 2px;
}

.alphabets a {
  color: #666;
  font-weight: 800;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.alphabets a.disabled {
  opacity: 0.5;
  cursor: default;
}

.alphabets a.disabled:hover {
  text-decoration: none;
}

.mobile-category {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
}

.mobile-category__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.mobile-category__title {
  font-size: 0.9375rem;
  line-height: 1rem;
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
}

.mobile-category__icon {
  display: inline-block;
  width: 100%;
  max-width: 17px;
  vertical-align: top;
}

.table {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
}

.tr--gray {
  background: #eee;
}

.th__header {
  font-weight: 500;
}

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

.td__copy {
  text-align: center;
}

.wishlist {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.wishlist.wishlist--disabled {
  z-index: -1;
}

.wishlist-notification {
  display: none;
  margin-bottom: 25px;
  padding: 12.5px;
  color: #111;
  background-color: #ddd;
  text-align: center;
}

.wishlist-notification p,
.wishlist-notification a {
  display: inline-block;
}

.wishlist-notification p {
  margin: 0;
}

.wishlist-notification a {
  color: #d11249;
  text-decoration: underline;
}

.wishlist-header {
  display: table;
  width: 100%;
  padding: 12.5px;
  background-color: #eee;
}

.wishlist-header__title {
  display: table-cell;
  width: 50%;
}

.wishlist-header__title span {
  display: inline-block;
  vertical-align: baseline;
}

.wishlist-header__title .iscCheckbox {
  top: 0;
  vertical-align: baseline;
}

.wishlist--friends .wishlist-header__title {
  width: 75%;
}

@media screen and (max-width: 667px) {
  .wishlist-header__title {
    width: 100%;
  }

  .wishlist--friends .wishlist-header__title {
    width: 100%;
  }
}

.wishlist-header__mobile-toggle {
  position: relative;
  top: 5px;
  right: 5px;
  display: none;
  float: right;
  color: #999;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .wishlist-header__mobile-toggle {
    display: inline-block;
  }
}

.wishlist-header__select-all {
  display: inline-block;
  padding-right: 25px;
}

.wishlist-header__icon {
  margin-left: 6.25px;
  vertical-align: bottom;
}

.wishlist-header__name {
  font-size: 1.3125rem;
  line-height: 1.64063rem;
  margin: 0 6.25px;
  font-weight: 100;
  font-family: ;
}

@media screen and (max-width: 667px) {
  .wishlist-header__name {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.wishlist-header__count {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  display: inline-block;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  vertical-align: baseline;
}

.wishlist-header__updated {
  padding-left: 27.5px;
}

.wishlist-header__updated--alt {
  padding-left: 5px;
}

.wishlist-header__edit-bar {
  display: table-cell;
  width: 50%;
  text-align: right;
}

.wishlist--friends .wishlist-header__edit-bar {
  width: 25%;
}

@media screen and (max-width: 480px) {
  .wishlist-header__edit-bar {
    display: none;
  }
}

.wishlist-header__edit-bar--mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100% !important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}

.wishlist-header__edit-bar--mobile.open {
  display: flex;
}

.wishlist-header__edit-bar--mobile > span {
  display: block;
  width: 100%;
  height: auto;
  padding: 18.75px;
  border-bottom: 1px solid #999;
  background-color: #fff;
  align-self: flex-end;
  text-align: left;
}

.wishlist-header__edit-bar--mobile > span .fa {
  margin-right: 25px;
}

.wishlist-header__divider {
  display: inline-block;
  font-weight: 100;
  vertical-align: middle;
}

.wishlist-header__default {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #999;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.wishlist-header__default a {
  color: #d11249;
  text-decoration: underline;
}

.wishlist-header__toggle::after {
  display: block;
  content: "+";
}

.open .wishlist-header__toggle::after {
  content: "-";
}

.wishlist-inner {
  width: 100%;
  border: 1px solid #ddd;
}

.wishlist-recent {
  padding: 12.5px;
  font-size: 0;
  text-align: center;
}

.open .wishlist-recent {
  display: none;
}

.wishlist-recent__title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-align: left;
}

.wishlist-recent__item {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  width: 20%;
  padding: 25px;
}

.wishlist-recent__item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .wishlist-recent__item {
    padding: 6.25px;
  }
}

.wishlist-recent__btn {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  margin: auto;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.wishlist-recent__btn--alt {
  display: none;
}

@media screen and (max-width: 667px) {
  .wishlist-recent__btn--alt {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-appearance: none;
  }
}

.wishlist-content {
  display: none;
  font-size: 0;
}

.open .wishlist-content {
  display: block;
}

.wishlist-content__nav {
  display: none;
  padding: 12.5px;
  border-bottom: 1px solid #ddd;
}

.wishlist-content__nav.show {
  display: block;
}

.wishlist-content__selected {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  display: inline-block;
  width: 35%;
  color: #999;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
}

@media screen and (max-width: 667px) {
  .wishlist-content__selected {
    margin-top: 12.5px;
    width: 100%;
  }
}

.wishlist-content__btns {
  display: inline-block;
  width: 65%;
  font-size: initial;
  text-align: right;
}

@media screen and (max-width: 667px) {
  .wishlist-content__btns {
    width: 100%;
  }
}

.wishlist-content__btn {
  margin: 0 5px;
}

@media screen and (max-width: 480px) {
  .wishlist-content__btn {
    font-size: 0.625rem;
    line-height: 0.78125rem;
    min-width: 95px;
    padding: 5px;
    margin: 0;
  }

  .wishlist-content__btn:last-of-type {
    min-width: 120px;
  }
}

.wishlist-items {
  font-size: initial;
}

.wishlist-items .wishlist-item {
  border-bottom: 1px solid #ddd;
}

.wishlist-items .wishlist-item:last-of-type {
  border-bottom: 0;
}

.wishlist-item {
  display: table;
  width: 100%;
  height: auto;
  padding: 25px 12.5px;
  text-align: left;
}

.wishlist-item--alt {
  border-top: 1px solid #ddd;
}

.wishlist-item--multiple {
  border-bottom: 1px solid #ddd;
}

.wishlist-item--multiple .wishlist-item__price {
  margin-top: 10px;
  float: none;
}

.wishlist-item--unavailable {
  position: relative;
}

.wishlist-item--unavailable::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  content: "";
  background-color: rgba(221, 221, 221, 0.75);
}

.wishlist-item__check {
  display: table-cell;
  width: 5%;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .wishlist-item__check {
    width: 9%;
  }
}

.wishlist-item__image {
  display: table-cell;
  width: 10%;
  vertical-align: top;
}

.wishlist-item__image div {
  height: auto;
  padding: 6.25px;
  border: 1px solid #ddd;
}

.wishlist-item__image img {
  display: block;
  width: 100%;
  height: auto;
}

.wishlist-item--single .wishlist-item__image {
  width: 20%;
}

.wishlist-item--single .wishlist-item__image div {
  border: 0;
}

@media screen and (max-width: 480px) {
  .wishlist-item__image {
    width: 20%;
  }
}

.wishlist-item__info {
  display: table-cell;
  width: 85%;
  padding-left: 25px;
  font-family: "Montserrat", "Arial", Sans-serif;
  vertical-align: top;
}

.wishlist-item--alt .wishlist-item__info {
  width: 70%;
}

.wishlist-item--single .wishlist-item__info {
  width: 80%;
}

.wishlist-item--multiple .wishlist-item__info {
  width: 40%;
}

.wishlist-item__brand {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

.wishlist-item--alt .wishlist-item__brand {
  font-style: italic;
  text-transform: capitalize;
  font-family: ;
}

.wishlist-item__product {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  display: block;
  margin-top: 6.25px;
  font-weight: 500;
}

.wishlist-item--alt .wishlist-item__product {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
  font-family: ;
}

.wishlist-item--single .wishlist-item__product {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.wishlist-item__product a {
  color: #000;
  font-weight: 500;
}

.wishlist-item__product a:hover {
  color: #d11249;
  text-decoration: underline;
}

.wishlist-item__details {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wishlist-item__details li {
  margin: 6.25px 0;
}

.wishlist-item__price {
  float: right;
  font-weight: 500;
}

.wishlist-item--alt .wishlist-item__price {
  float: none;
}

@media screen and (max-width: 480px) {
  .wishlist-item__price {
    float: none;
  }
}

.wishlist-item__note {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: inline-block;
  margin: 10px 0;
  color: #d11249;
  font-weight: 300;
}

.wishlist-item__remove {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 6.25px;
  border: 4px solid #fff;
  border-top: 0;
  color: #fff;
  background-color: #d11249;
  text-align: center;
}

.wishlist-item__remove p {
  display: block;
  margin: 0;
}

.wishlist-item__remove span {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .wishlist-item__remove p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.wishlist-item__quantity {
  display: table-cell;
  width: 10%;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-align: center;
  vertical-align: top;
}

.wishlist-item__quantity small {
  display: block;
}

.wishlist-item__quantity--alt small {
  display: inline-block;
}

.wishlist-item__collection {
  width: 100%;
}

.wishlist-item__delete-btn {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  display: table-cell;
  width: 10%;
  text-align: right;
  vertical-align: top;
  cursor: pointer;
}

.wishlist-item__delete-btn span {
  display: block;
  line-height: 0.5;
}

.wishlist-message {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  margin: auto;
  color: #000;
  text-align: center;
}

.wishlist-message a {
  color: #d11249;
  text-decoration: underline;
}

.wishlist-message a:hover {
  color: #d11249;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .wishlist-message {
    top: 0;
    width: 80%;
    height: 100px;
  }

  .wishlist-message a {
    display: block;
  }
}

.wishlist-group {
  position: relative;
  z-index: 1;
}

.wishlist-group .wishlist {
  margin-bottom: 50px;
}

.wishlist-group .wishlist:last-of-type {
  margin-bottom: 0;
}

.wishlist-group__add {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  color: #d11249;
  cursor: pointer;
}

@media screen and (max-width: 667px) {
  .wishlist-group__add {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    z-index: inherit;
  }
}

.wishlist-group__add--mobile {
  top: -60px;
  right: 5px;
  float: right;
}

.wishlist-pills {
  font-size: 0;
  text-align: center;
}

.wishlist-pills li + li {
  margin-left: 0;
}

.wishlist-pills li {
  display: inline-block;
  float: none;
}

.wishlist-pills li a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  min-width: 150px;
  border: 1px solid #999;
  border-radius: 25px 0 0 25px;
  color: #999;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.wishlist-pills li.active a,
.wishlist-pills li.active a:focus,
.wishlist-pills li.active a:hover {
  border: 1px solid #d11249;
  color: #fff;
  background-color: #d11249;
}

.wishlist-pills li:last-of-type a {
  border-radius: 0 25px 25px 0;
}

@media screen and (max-width: 667px) {
  .wishlist-pills li a {
    font-size: 0.6875rem;
    line-height: 0.85938rem;
    min-width: 130px;
  }
}

.wishlist-table {
  margin-top: 25px;
}

.wishlist-collection__options button {
  width: 100%;
  max-width: 176px;
  height: 46px;
  margin-bottom: 12.5px;
}

.wishlist-collection__options .collection-point__options-icon {
  position: relative;
  top: 0;
  width: 18px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.wishlist-collection__options .collection-point__options-icon--depart {
  background-image: url("../assets/icon-depart.png");
}

.wishlist-collection__options .collection-point__options-icon--arrival {
  background-image: url("../assets/icon-arrival.png");
}

.wishlist-collection__options .collection-point__options-icon--truck {
  background-image: url("../assets/icon-truck.png");
}

.wishlist-collection__options .collection-point__options-text {
  position: relative;
  top: -2px;
}

.wishlist-social-icons {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.wishlist-social-icon {
  display: inline-block;
  min-width: 100px;
  margin: 15px 15px;
}

.wishlist-social-icon img {
  display: block;
  width: 100%;
  max-width: 50px;
  height: auto;
  margin: 0 auto 10px;
}

.wishlist-social-icon span {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  display: block;
  margin: auto;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.wishlist-social-icon a {
  color: #666;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .wishlist-social-icon {
    margin: 25px 30px;
  }
}

@media screen and (max-width: 768px) {
  .wishlist-social-icon {
    margin: 25px 30px;
  }
}

@media screen and (max-width: 480px) {
  .wishlist-social-icon {
    margin: 25px 20px;
  }
}

@media screen and (max-width: 375px) {
  .wishlist-social-icon {
    margin: 25px 20px;
  }
}

.wishlist-mobile-table {
  display: block;
}

.wishlist-mobile-table__items {
  display: block;
  padding: 25px 12.5px;
  border-bottom: 1px solid #ddd;
}

.wishlist-mobile-table__items:last-of-type {
  border-bottom: 0;
}

.wishlist-mobile-table__item {
  display: table;
  width: 100%;
  padding: 6.25px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.wishlist-mobile-table__item strong {
  font-weight: 500;
}

.wishlist-mobile-table__item a {
  color: #d11249;
  text-decoration: underline;
}

.wishlist-mobile-table__item span {
  display: table-cell;
  width: 50%;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.wishlist-link {
  font-size: 1.125rem;
  line-height: 1.40625rem;
  display: inline-block;
  color: #d11249;
  text-decoration: underline;
}

.tabs {
  position: relative;
  width: 100%;
  height: auto;
}

.tabs-nav {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

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

.tabs-nav__inner {
  position: relative;
  display: block;
}

@media screen and (max-width: 667px) {
  .tabs-nav__inner {
    display: inline-flex;
    justify-content: space-between;
  }
}

.tabs-nav--mobile .tabs-nav__inner {
  display: none;
}

.tabs-nav__item {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: inline-block;
  padding: 12.5px;
  border-bottom: 2px solid transparent;
  font-family: "Montserrat", "Arial", Sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: border-color 300ms ease;
  cursor: pointer;
}

.tabs-nav__item.active {
  border-color: #ee1b58;
}

@media screen and (max-width: 667px) {
  .tabs-nav__item {
    font-size: 0.6875rem;
    line-height: 0.85938rem;
    display: flex;
    float: none;
    justify-content: space-between;
  }
}

.tabs-nav__item--right {
  float: right;
}

.tabs-nav__dropdown {
  font-size: 1rem;
  line-height: 1.25rem;
  display: none;
  width: 100%;
  height: 50px;
  padding: 10px 0 10px 10px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: #eee url("../images/icons/select-downarrow.png") calc(100% - 15px)
    center no-repeat;
  background-size: 12px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.tabs-nav--mobile .tabs-nav__dropdown {
  display: block;
}

.tabs-nav__dropdown--wishlist {
  background: #eee url("../images/icons/select-downarrow.png") calc(100% - 15px)
    center no-repeat;
  background-size: 12px;
}

.tabs-nav__icon {
  width: 10%;
  text-align: right;
}

.tabs-items {
  position: relative;
}

.tabs-item {
  display: none;
}

.tabs-item.active {
  display: block;
}

.reset-password {
  width: 100%;
  max-width: 75%;
  margin: auto;
  font-family: ;
  text-align: center;
}

.reset-password p {
  margin: 0 auto 25px;
  font-family: ;
}

.reset-password span {
  display: block;
  margin: 0 auto 25px;
  color: #666;
  font-weight: 200;
  font-size: 13px;
  font-family: "Montserrat", "Arial", Sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 667) {
  .reset-password {
    max-width: 100%;
  }
}

.reset-password__title {
  margin: 25px auto;
  color: #111;
  line-height: 1;
}

.reset-password__title span {
  display: block;
  margin: 0;
  color: #111;
  font-weight: 500;
  font-size: 60%;
  font-family: ;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .reset-password__title {
    font-size: 4 0px;
  }
}

.reset-password__fieldset {
  max-width: 65%;
  margin: 25px auto;
}

.reset-password__fieldset--large {
  max-width: 80%;
}

.top_bar {
  background-color: #000;
  color: #fff;
  padding: 5px 0px 2px 0px;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 200;
  margin-bottom: 25px;
}

#main.bagPage .top_bar {
  margin-bottom: 0px;
}

.top_bar .currency {
  margin-right: 20px;
}

.top_bar .rewards-icon,
.top_bar .wishlist-icon {
  margin-right: 5px;
  margin-top: 1px;
}

.top_bar .user-icon {
  margin-right: 5px;
}

.top_bar .separator {
  margin-left: 10px;
  margin-right: 10px;
}

.top_bar .sign-up {
  margin-right: 15px;
}

.top_bar .wishlist-btn {
  margin-right: 25px;
}

.top_bar .pink-hover-link {
  color: #fff;
}

.top_bar .pink-hover-link:hover span.shopping-bag_text {
  text-decoration: underline;
}

.top_bar .pink-hover-link:hover .shopping-bag-icon.active {
  background-image: url("../images/icons/icon-bag-pink.png");
}

.top_bar .pink-hover-link .glyphicon-heart.wishlist-icon.active {
  color: #d11249;
}

.top_bar .shopping-bag-icon {
  background-image: url("../images/icons/icon-bag.png");
  background-repeat: no-repeat;
  background-size: 10px 12px;
  padding-left: 15px;
  background-position: 0px 2px;
}

.header-bar {
  display: table;
  margin: auto;
}

.header-bar_menuitems {
  display: table-cell;
}

.header-bar_menuitem {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.header-bar_menuitem .dropdown-toggle {
  outline: 0;
  border: none;
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  color: #fff;
  background: transparent;
}

.header-bar_menuitem .dropdown-toggle.focus,
.header-bar_menuitem .dropdown-toggle:focus,
.header-bar_menuitem .dropdown-toggle:active,
.header-bar_menuitem .dropdown-toggle:hover {
  outline: 0;
  color: #fff;
}

.header-bar_menuitem .dropdown-menu {
  background: #000;
  padding: 10px 0px;
  min-width: 75px;
}

.header-bar_menuitem .dropdown-item {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  display: block;
  padding: 5px 5px;
}

.header-bar_menuitem.header-bar_menuitem--rewards img {
  width: 15px;
  margin-right: 5px;
}

.header-bar_menuitem.header-bar_menuitem--rewards a {
  color: #fff;
}

.header-bar_menuitem--lang div.dropdown button,
.header-bar_menuitem--currency div.dropdown button {
  font-family: "Montserrat", "Arial", Sans-serif;
}

.header-bar_menuitem--flag {
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-right: 5px;
  width: 15px;
}

.shopping-bag-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.shopping-bag-icon .shopping-bag-icon__itemcount {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 100px;
  background-color: #d11249;
  color: #fff;
  position: absolute;
  top: -3px;
  right: -28px;
  text-align: center;
  line-height: 22px;
}

.info_banners {
  background-color: #e8e8e8;
  width: 100%;
  height: 50px;
  margin: 0px auto;
}

.info_banner {
  min-height: 100%;
  max-height: 100%;
}

.info_banner--left {
  background-image: url("../images/header/info_banner/left.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.info_banner--right {
  float: right;
  background-image: url("../images/header/info_banner/right.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.info_banner--middle {
  text-align: center;
  position: relative;
}

.banner-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
}

.banner-text--desktop {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .banner-text--desktop {
    width: 100%;
  }
}

.header-info-handheld {
  padding: 10px 0;
  background: #f1f1f1;
  position: relative;
}

.header-info-handheld::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.header-info-handheld::-webkit-scrollbar-thumb {
  background: #ff0000;
}

.header-info-handheld .header-info-handheld__fade {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0px;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    left,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 0.5) 10%,
    #f1f1f1 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 0.5) 10%,
    #f1f1f1 100%
  );
  background: linear-gradient(
    to right,
    rgba(241, 241, 241, 0) 0%,
    rgba(241, 241, 241, 0.5) 10%,
    #f1f1f1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f1f1', endColorstr='#f1f1f1', GradientType=1);
}

.header-info-handheld .container {
  overflow-x: auto;
  width: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
}

.header-info-handheld .container::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.item-tabs {
  margin: auto;
  margin-bottom: 50px;
  display: table;
}

.item-tabs__image {
  position: relative;
}

.item-tabs__image img {
  min-width: 100%;
  max-width: 100%;
}

.item-tabs__image button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.item-tabs__image,
.item-tabs__tabs {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.item-tabs__tabs {
  background: #fff;
}

.item-tabs__tabs .nav-tabs {
  min-height: 65px;
  max-height: 65px;
}

.item-tabs__tabs li:last-child a {
  border: none !important;
}

.item-tabs__tabs li.active {
  background-color: #fff;
  border: none !important;
}

.item-tabs__tabs li.active a::hover,
.item-tabs__tabs li.active a::focus,
.item-tabs__tabs li.active a::active {
  background-color: #fff;
  border: none !important;
}

.item-tabs__tabs li a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-transform: uppercase;
  color: #000;
  background-color: #ddd;
  padding: 20px 10px;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-right: 1px solid #fff;
  border-radius: 0 !important;
}

.items__title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-style: italic;
  font-family: ;
  padding: 5px 50px;
}

.items__list {
  list-style: none;
  padding: 0;
}

.list-item {
  padding: 15px;
  position: relative;
}

.details-wrapper {
  display: table;
}

.list-item__image,
.list-item__details {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.list-item__image img.img-responsive,
.list-item__details img.img-responsive {
  width: 100%;
}

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

.list-item__details--brand {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-style: italic;
  font-family: ;
}

.list-item__details--product {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  font-family: ;
}

.list-item__details--price {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-top: 10px;
}

.newuser-guide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.newuser-guide__step,
.newuser-guide__arrow {
  top: 0;
  display: inline-block;
  min-height: 100px;
  max-height: 380px;
  text-align: center;
}

.newuser-guide__step img,
.newuser-guide__arrow img {
  margin: 0 auto;
}

.newuser-guide__step {
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .newuser-guide__step {
    width: 100%;
  }
}

.newuser-guide__arrow {
  position: relative;
  left: 19%;
  width: 10%;
}

.newuser-guide__arrow img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: auto;
}

.newuser-guide__step--image {
  padding: 15px 10px;
  margin-left: -40px;
}

@media screen and (max-width: 480px) {
  .newuser-guide__step--image {
    margin-left: 0;
  }
}

.newuser-guide__step--description {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0.02em;
  padding: 15px 20px;
  font-weight: 300;
  font-family: ;
  line-height: 1.5;
}

.desktop-header-search {
  padding: 0 0 20px;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .desktop-header-search {
    padding: 0;
    margin-top: 0;
  }
}

.desktop-header-search .logo img {
  max-width: 70%;
}

@media screen and (max-width: 480px) {
  .fixed .desktop-header-search {
    padding: 0;
  }
}

.scrollable-navbar {
  overflow: hidden;
}

.scrollable-navbar-wrapper {
  position: relative;
  height: 50px;
  padding: 0;
}

.scrollable-navbar-wrapper .btn-navbar-scrollNext {
  position: absolute;
  right: -30px;
  top: 14px;
  width: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s;
}

.scrollable-navbar-wrapper .btn-navbar-scrollNext.disabled {
  opacity: 0.2;
}

.scrollable-navbar-wrapper .btn-navbar-scrollPrev {
  position: absolute;
  left: -30px;
  top: 14px;
  width: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s;
}

.scrollable-navbar-wrapper .btn-navbar-scrollPrev.disabled {
  opacity: 0.2;
}

.sub-menu {
  padding: 5px 20px;
}

.sub-menu__title {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sub-menu__title span {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
}

.sub-menu__title span a {
  color: #111;
  text-decoration: none;
}

.sub-menu__title span a:hover {
  color: #d11249;
  text-decoration: underline;
}

[lang="zh"] .sub-menu__title span a {
  font-size: 1.1em;
}

.sub-menu__title .travel-section-header {
  margin-bottom: 10px;
  text-align: left;
}

.sub-menu__title .travel-section-header span a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sub-menu__menuitems {
  padding: 0px 0px 10px 0px;
  list-style: none;
}

.sub-menu__menuitem {
  padding: 5px 0;
  max-width: 150px;
}

@media (max-width: 767px) {
  .sub-menu__menuitem {
    max-width: unset;
  }
}

.keep-the-space {
  visibility: hidden;
}

.category-submenu .sub-menu__menuitem {
  max-width: none;
}

.category-submenu a:hover {
  background: transparent !important;
}

.sub-menu__menuitem a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  color: #666;
  text-transform: none;
  text-align: left;
}

.sub-menu__menuitem a.brandlist__brandname {
  text-transform: uppercase;
}

.sub-menu__menuitem a:hover {
  color: #d11249;
}

.sub-menu__menuitem--brands {
  padding-left: 0;
}

.view_all a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  color: #d11249;
  text-decoration: underline;
}

.sub-menu__title .view-all-link a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
  color: #d11249;
  text-transform: uppercase;
}

.brandslist-container {
  max-height: 300px;
  overflow: hidden;
}

.sub-menu__brandslist {
  position: relative;
  max-height: 300px;
  list-style: none;
  padding-left: 0;
  overflow-y: auto;
}

.no-results-error {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 200;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-style: italic;
  color: #999;
}

.no-results-error span {
  text-transform: unset;
}

.sub-menu__promobox {
  min-height: 80px;
  position: relative;
}

.sub-menu__promobox--1 {
  background-image: url("../images/header/sub_menu/promoboxes/promo_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sub-menu__promobox--2 {
  background-image: url("../images/header/sub_menu/promoboxes/promo_2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0px 15px 0px 15px;
}

.sub-menu__promobox--3 {
  background-image: url("../images/header/sub_menu/promoboxes/promo_3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.promobox_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 18px;
  color: #fff;
  text-align: left;
  top: -10px;
}

.promobox_text--header {
  font-weight: 300;
  font-style: italic;
  font-family: ;
  font-size: 2rem;
  line-height: 2.5rem;
}

.promobox_text--paragraph {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.header-navigation .navbar {
  margin-bottom: 0;
  height: 50px;
}

.header-navigation .navbar-inverse {
  background-color: #000;
}

.header-navigation .nav > li.active a.main-menu,
.header-navigation .nav > li:hover a.main-menu {
  color: #d11249;
}

.header-navigation .main-navbar .text-orange a {
  color: #f26522;
}

.header-navigation .main-navbar .text-orange a:hover {
  color: #f26522;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .header-navigation .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }

  .header-navigation .navbar-nav.navbar-nav--thin {
    max-width: 600px;
  }

  .header-navigation .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
  }

  .header-navigation .navbar-nav > li:last-child a {
    padding-right: 0;
  }

  .header-navigation .navbar-nav li.active a {
    background: transparent;
  }

  .header-navigation .navbar-nav.navbar-nav--scrollable > li > a {
    white-space: nowrap;
  }

  .header-navigation .navbar-nav .main-menu {
    padding: 0px 4px;
    height: 50px;
    color: #fff;
    font-family: "Montserrat", "Arial", Sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.17188rem;
    line-height: 49px;
  }

  .header-navigation .navbar {
    border-radius: 0;
  }

  .header-navigation .navbar-collapse {
    padding: 0;
  }

  .header-navigation .navbar-toggle {
    float: left;
    margin-left: 10px;
    margin-right: 0px;
  }

  .header-navigation .nav > li.dropdown:hover,
  .header-navigation .nav > li.dropdown.open {
    position: static;
  }

  .header-navigation .nav > li.dropdown:hover .dropdown-toggle,
  .header-navigation .nav > li.dropdown.open .dropdown-toggle {
    position: relative;
  }

  .header-navigation .nav > li.dropdown:hover .dropdown-toggle:after,
  .header-navigation .nav > li.dropdown.open .dropdown-toggle:after,
  .header-navigation .nav > li.dropdown.active-menu .dropdown-toggle:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -5px;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    -moz-transform: scale(0.999);
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-navigation .nav > li.dropdown:hover .sub-menu-container,
  .header-navigation .nav > li.dropdown.open .sub-menu-container {
    position: absolute;
    top: 49px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
    -moz-box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
    box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
    z-index: 888;
  }

  .header-navigation .nav > li.dropdown:hover .sub-menu,
  .header-navigation .nav > li.dropdown.open .sub-menu {
    display: table;
    border-radius: 0px;
    border: none;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    float: none !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu,
  .header-navigation .nav > li.dropdown.open .sub-menu {
    width: 750px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu,
  .header-navigation .nav > li.dropdown.open .sub-menu {
    width: 970px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu,
  .header-navigation .nav > li.dropdown.open .sub-menu {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu-container--bybrands,
  .header-navigation .nav > li.dropdown.open .sub-menu-container--bybrands {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 888;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu-container--bybrands,
  .header-navigation .nav > li.dropdown.open .sub-menu-container--bybrands {
    width: 750px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu-container--bybrands,
  .header-navigation .nav > li.dropdown.open .sub-menu-container--bybrands {
    width: 970px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu-container--bybrands,
  .header-navigation .nav > li.dropdown.open .sub-menu-container--bybrands {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .header-navigation .nav > li.dropdown:hover .sub-menu--bybrands,
  .header-navigation .nav > li.dropdown.open .sub-menu--bybrands {
    min-width: 480px;
    max-width: 480px;
    display: table;
    border-radius: 0px;
    border: none;
    text-align: right;
    right: 0;
    position: relative;
    float: right !important;
    margin-top: -1px;
  }

  .header-navigation .dropdown-menu {
    -webkit-box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
    -moz-box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
    box-shadow: -10px 0px -4px 1px rgba(170, 170, 170, 0.77);
  }

  .header-navigation .dropdown-menu > li {
    display: table-cell;
    padding: 15px;
    width: 300px;
  }

  .header-navigation .dropdown-menu.sub-menu--promoboxes > li {
    display: table-cell;
    padding: 15px 0px 15px 0px;
    width: 33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .header-navigation .dropdown-menu > li {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-navigation .navbar-default {
    background-color: #fff !important;
    padding: 8px;
  }

  .header-navigation .navbar-header {
    position: relative;
  }

  .header-navigation .handheld-navigation {
    color: #fff;
  }

  .header-navigation .handheld-navigation_item {
    position: relative;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: -2px;
  }

  .header-navigation .handheld-navigation_item img {
    height: 60%;
    width: auto;
  }

  .header-navigation .handheld-navigation_item a {
    color: #fff;
    text-decoration: none;
  }

  .header-navigation .handheld-navigation_item.handheld-navigation_item--user {
    position: relative;
    left: 20px;
  }

  .header-navigation
    .handheld-navigation_item.handheld-navigation_item--search {
    position: relative;
    right: 20px;
  }

  .header-navigation .mobile-hamburger {
    border: none;
    max-height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }

  .header-navigation .mobile-hamburger:focus,
  .header-navigation .mobile-hamburger:hover {
    background-color: transparent;
  }

  .header-navigation .mobile-hamburger .icon-bar {
    width: 23px;
    height: 2px;
    margin: 6px 0;
  }

  .header-navigation .handheld-navigation_item--search {
    text-align: left;
  }

  .header-navigation .mobile_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.375rem;
    line-height: 1.71875rem;
  }

  .header-navigation .handheld-navigation_item--logo img {
    max-height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header-navigation .catNavbar .nav > li {
  text-transform: uppercase;
}

.header-navigation .catNavbar .nav > li a.main-menu {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #000;
  padding: 15px 10px;
}

.header-navigation .catNavbar .nav > li.active a.main-menu,
.header-navigation .catNavbar .nav > li:hover a.main-menu {
  color: #d11249;
}

.header-navigation .catNavbar .sub-menu__list span {
  display: block;
  margin-bottom: 20px;
}

.category {
  margin-bottom: 25px;
}

.full-page-banner {
  position: relative;
  color: #fff;
}

.full-page-banner .banner-text {
  height: 100%;
  position: absolute;
  padding-left: 2%;
  padding-right: 7%;
  padding-top: 2.5%;
}

.full-page-banner .banner-text .section-header__sub {
  margin-bottom: 0px;
}

.full-page-banner .banner-text .section-header__main span {
  background: none;
  padding-left: 0;
}

.full-page-banner .banner-text .section-header__description {
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  line-height: 1.3rem;
}

.banner-image {
  margin-top: -1px;
  overflow: hidden;
}

.banner-image img {
  height: 244px;
}

.refine-search-item {
  margin-bottom: 25px;
}

.refine-search-item .plus::after {
  content: "+";
  float: right;
}

.refine-search-item .minus::after {
  content: "-";
  float: right;
}

.refine-search-title,
.blog .nav-tabs > li {
  position: relative;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.12em;
  cursor: pointer;
  text-transform: uppercase;
}

.refine-search-title::after,
.blog .nav-tabs > li::after {
  position: absolute;
  top: 0;
  right: 0;
}

.refine-search-title a,
.blog .nav-tabs > li a {
  color: #000;
  text-decoration: none;
}

.refine-search-title a.active,
.blog .nav-tabs > li a.active,
.refine-search-title a:hover,
.blog .nav-tabs > li a:hover {
  color: #d11249;
}

.refine-search-brands-title {
  line-height: 2;
}

.refine-search-list ul {
  padding: 0;
  list-style: none;
}

.refine-search-list li {
  margin-bottom: 5px;
}

.refine-search-list a {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.02em;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}

.refine-search-list a:hover {
  text-decoration: underline;
}

.refine-search-list .refine-view-all a {
  color: #d11249;
  text-decoration: underline;
}

.category-view-all a {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.12em;
}

.category-view-all a:hover {
  color: #d11249;
}

.refine-header {
  font-family: "Playfair";
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
  margin-top: 50px;
  margin-bottom: 15px;
}

.refine-category {
  margin-top: 0;
}

.refine-category .btns {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  text-transform: uppercase;
  text-align: left;
}

.refine-category .btns span {
  float: right;
}

.refine-category ul.dropdown-menu {
  width: 100%;
  background-color: #ddd;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  margin-top: -1px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  position: static;
  padding-left: 5px;
}

.refine-category ul.dropdown-menu li {
  padding-bottom: 7px;
}

.refine-category .category-view-all a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 5px;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
}

.refine-search__category {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #d11249;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 10px;
}

.promoOverview__exclusive {
  font-family: ;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  letter-spacing: 0.02em;
  color: #000;
  font-style: italic;
  padding-bottom: 5px;
  text-align: center;
}

.category-promo {
  background-color: #eee;
}

.category-promo .carousel__arrow--prev {
  left: 6.25px;
}

.category-promo .carousel__arrow--next {
  right: 6.25px;
}

.category-promo .carousel__arrow {
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.promoOverview {
  padding: 25px 35px;
}

@media screen and (max-width: 480px) {
  .promoOverview {
    padding: 25px 35px 40px;
  }
}

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

.promoOverview .promoOverview__image {
  width: 100%;
  padding-right: 10px;
}

.promoOverview .promoOverview__brand {
  font-family: "Playfair";
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.promoOverview .promoOverview__description {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  max-height: 75px;
  text-align: left;
}

.promoOverview .promoOverview__shopnow a {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #d11249;
}

@media screen and (max-width: 990px) and (min-width: 768px) {
  .promoOverview {
    padding: 25px;
  }

  .promoOverview .promoOverview__brand {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .promoOverview .promoOverview__description,
  .promoOverview .promoOverview__shopnow a {
    font-size: 0.625rem;
    line-height: 0.78125rem;
    margin-bottom: 5px;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.product-gallery {
  margin-bottom: 25px;
}

.product-gallery img {
  height: auto;
}

.product-gallery .product-gallery__main {
  width: 100%;
  margin-bottom: 8px;
}

.product-gallery .product-gallery__main img {
  display: block;
  width: 100%;
  height: auto;
}

.product-gallery .product-gallery__thumbnails {
  width: 100%;
  position: relative;
}

.product-gallery .product-gallery__thumbnails img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .product-gallery .product-gallery__thumbnails {
    overflow: hidden;
  }
}

.product-gallery .product-gallery__thumbnails .product-gallery__prev {
  position: absolute;
  top: 30%;
  left: -20px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-left.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.product-gallery
  .product-gallery__thumbnails
  .product-gallery__prev.swiper-button-disabled {
  opacity: 0.3;
}

.product-gallery .product-gallery__thumbnails .product-gallery__next {
  position: absolute;
  top: 30%;
  right: -20px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-right.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.product-gallery
  .product-gallery__thumbnails
  .product-gallery__next.swiper-button-disabled {
  opacity: 0.3;
}

.product-gallery .product-gallery__thumbnails .product-gallery__thumbnail {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.product-gallery
  .product-gallery__thumbnails
  .product-gallery__thumbnail.active {
  opacity: 1;
}

.product-gallery
  .product-gallery__thumbnails
  .product-gallery__thumbnail.product-gallery__thumbnail--vt {
  opacity: 1;
}

.product-gallery
  .product-gallery__thumbnails
  .product-gallery__thumbnail.product-gallery__thumbnail--vt
  .vt-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/product/icon-vt.png) center
    no-repeat;
  background-size: 70%;
}

.product-social__media {
  display: inline-block;
  margin-right: 20px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.product-social__media span {
  margin-right: 10px;
  display: inline-block;
}

.product-social__media a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  border-radius: 100px;
  margin: 0 5px;
}

.product-social__media a:hover.product-social__media__facebook {
  background: #426dac;
}

.product-social__media a:hover.product-social__media__twitter {
  background: #58aaee;
}

.product-social__media a:hover.product-social__media__email {
  background: #f38022;
}

.product-social__media a:hover.product-social__media__bookmark {
  background: #d11249;
}

.product-social__media.product-social__media--mobile {
  display: none;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .product-social__media.product-social__media--mobile {
    display: block;
  }
}

.product-info {
  position: relative;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .product-info {
    padding: 0px;
  }
}

.product-fav {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-fav {
    right: 10px;
    top: -10px;
  }
}

@media (max-width: 320px) {
  .product-fav {
    top: -20px;
  }
}

.product-fav i {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s;
}

.product-fav .product-fav__active {
  color: #d11249;
  opacity: 0;
}

.product-fav:hover .product-fav__inactive,
.product-fav.active .product-fav__inactive {
  opacity: 0;
}

.product-fav:hover .product-fav__active,
.product-fav.active .product-fav__active {
  opacity: 1;
}

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

.product-title .product-title__main {
  font-family: ;
  margin-top: 5px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

@media (max-width: 767px) {
  .product-title .product-title__main {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}

.product-title .product-title__sub {
  font-family: "Montserrat", "Arial", Sans-serif;
  color: #ee1b58;
}

@media (max-width: 320px) {
  .product-title .product-title__sub {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.product-rating {
  margin: 15px 0;
  text-align: center;
}

.product-rating span.star {
  color: #ddd;
}

.product-rating span.star.on {
  color: #faf701;
}

.product-rating .product-rating__count {
  margin-left: 10px;
  display: inline-block;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.product-rating .product-rating__count:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .product-rating.product-rating--desktop {
    display: none;
  }
}

.product-rating.product-rating--mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-rating.product-rating--mobile {
    display: block;
  }
}

.product-price {
  text-align: center;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.product-price .product-price__final {
  font-size: 24px;
}

.product-price .product-price__discounter {
  position: relative;
  top: -2px;
  font-size: 18px;
  text-decoration: line-through;
  color: #ddd;
}

.product-price .product-price__converted {
  font-size: 18px;
  font-weight: 300;
}

.product-price .product-price__staff {
  margin-top: 10px;
  font-size: 20px;
}

.product-price .product-price__staff span {
  font-size: 18px;
  font-weight: 300;
}

.product-reward {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  margin: 25px 0;
}

.product-reward .product-reward__figure {
  font-weight: bold;
}

.product-reward .product-reward__btn {
  cursor: pointer;
}

.product-attrs hr {
  width: 50px;
  border: none;
  border-top: 1px solid #000;
}

@media (max-width: 767px) {
  .product-attrs hr {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product-attrs .product-attr__hint {
  margin: 5px 0px 10px 0px;
  font-size: 13px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
}

.product-attrs .product-attr__hint b {
  font-weight: 500;
}

.product-attrs .product-attr {
  text-align: center;
  margin-bottom: 25px;
}

.product-attrs .product-attr .product-attr__title {
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-attrs .product-attr .product-attr__inputs label {
  margin: 0 7px 6px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  display: inline-block;
}

@media (max-width: 767px) {
  .product-attrs .product-attr .product-attr__inputs label {
    margin: 0 10px 6px;
  }
}

.product-attrs .product-attr .product-attr__inputs a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}

.product-attrs .product-attr .product-attr__inputs select {
  border-color: #ddd;
}

.product-attrs .product-attr .product-attr__inputs .isc-margin-bottom {
  margin-bottom: 0.6875rem;
}

.product-attrs .product-attr .product-attr__inputs .row {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}

.product-attrs .product-attr .product-attr__inputs .col-xs-6 {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.product-attrs .product-attr.product-attr--leftright {
  width: 100%;
  display: flex;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .product-attrs .product-attr.product-attr--leftright {
    display: block;
    margin-bottom: 20px;
  }
}

.product-attrs .product-attr.product-attr--leftright .product-attr__title {
  width: 40%;
  padding-right: 5%;
  height: 50px;
  text-align: left;
  margin: 0px 0;
  box-sizing: border-box;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .product-attrs .product-attr.product-attr--leftright .product-attr__title {
    width: 100%;
    padding: 0;
    height: 30px;
    text-align: center;
  }

  .product-attrs
    .product-attr.product-attr--leftright
    .product-attr__title
    .chosen-color-name {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .product-attrs
    .product-attr.product-attr--leftright
    .product-attr__title.align-to-attr {
    padding-top: 0px;
    line-height: 50px;
    text-align: right;
  }
}

.product-attrs .product-attr.product-attr--leftright .product-attr__inputs {
  width: 60%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .product-attrs .product-attr.product-attr--leftright .product-attr__inputs {
    width: 100%;
    text-align: center;
  }
}

.product-attrs
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .select2 {
  margin: 0;
}

.product-attrs
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .isc-spinner-wrapper {
  left: 0;
}

.product-attrs
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__title {
  padding-top: 0;
}

.product-attrs
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .product-attrs
    .product-attr.product-attr--leftright.iscColorpicker
    .product-attr__inputs {
    text-align: center;
  }
}

.product-attrs
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs
  .chosen-color-name {
  margin-bottom: 10px;
  display: block;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.product-qty {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 500;
}

.product-qty.product-qty--leftright {
  width: 100%;
  display: flex;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .product-qty.product-qty--leftright {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.product-qty.product-qty--leftright .product-qty__title {
  width: 40%;
  padding-right: 5%;
  height: 50px;
  text-align: left;
  margin: 0px 0;
  font-size: 13px;
  box-sizing: border-box;
  padding-top: 13px;
}

@media screen and (max-width: 767px) {
  .product-qty.product-qty--leftright .product-qty__title {
    display: inline-block;
    text-align: center;
    width: auto;
  }
}

.product-qty.product-qty--leftright .product-qty__inputs {
  width: 60%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .product-qty.product-qty--leftright .product-qty__inputs {
    display: inline-block;
    text-align: center;
    width: auto;
  }
}

.product-qty.product-qty--leftright .product-qty__inputs .select2 {
  margin: 0;
}

.product-qty.product-qty--leftright .product-qty__inputs .isc-spinner-wrapper {
  left: 0;
}

.product-qty .product-qty__controller {
  font-size: 12px;
  white-space: nowrap;
}

.product-qty .product-qty__controller .isc-spinner-wrapper {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .product-qty .product-qty__controller {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.product-qty .product-qty__misc {
  display: inline-block;
  font-weight: 300;
  width: 80%;
  font-size: 13px;
}

.product-qty .product-qty__misc a {
  color: inherit;
  text-decoration: underline;
}

.product-qty .product-qty__hint {
  width: 100%;
  padding-top: 25px;
  text-align: center;
  float: none;
  clear: both;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #d11249;
}

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

.product-addcart .product-addcart__misc {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #ee1b58;
}

.product-addcart .product-addcart__misc a {
  color: #ee1b58;
  text-decoration: underline;
}

.product-addcart .product-addcart__hint {
  margin: 0px 0 25px;
  font-weight: 300;
  font-size: 13px;
  padding: 0 20px;
  font-family: "Montserrat", "Arial", Sans-serif;
  max-width: 400px;
  margin: 0 auto;
}

.merchant-attrs {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
  .merchant-attrs {
    margin: 20px -5px 20px;
  }
}

.merchant-attrs .merchant-attr {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.merchant-attrs .merchant-attr .merchant-attr__icon {
  float: left;
  width: 50px;
}

.merchant-attrs .merchant-attr .merchant-attr__icon img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .merchant-attrs .merchant-attr .merchant-attr__icon {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

.merchant-attrs .merchant-attr .merchant-attr__text {
  margin-top: 8px;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  max-width: 140px;
}

@media (max-width: 991px) {
  .merchant-attrs .merchant-attr .merchant-attr__text {
    text-align: center;
    margin: 0 auto;
  }
}

.product-tags--mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-tags--mobile {
    display: block !important;
  }
}

.product-mobile-slides {
  position: relative;
  display: none;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .product-mobile-slides {
    display: block !important;
  }
}

.product-mobile-slides img {
  max-width: 100%;
}

.product-mobile-slides .product-gallery__prev {
  position: absolute;
  top: 45%;
  left: 10px;
  width: 10px;
  height: 40px;
  background: url(../images/product/arrow-left.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 9999;
}

.product-mobile-slides .product-gallery__prev.swiper-button-disabled {
  opacity: 0.3;
}

.product-mobile-slides .product-gallery__next {
  position: absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 40px;
  background: url(../images/product/arrow-right.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 9999;
}

.product-mobile-slides .product-gallery__next.swiper-button-disabled {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .extra-collecting-options .select2 {
    margin: 0;
  }

  .extra-collecting-options
    .select2-container--default
    .select2-selection--single {
    border-width: 2px;
    background-color: rgba(221, 221, 221, 0.5);
  }
}

.extra-collecting-options .collection-point__info {
  font-weight: 300;
  font-size: 13px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.product-notify-link {
  margin-bottom: 15px;
  margin-top: -15px;
}

.product-notify-link a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 300;
}

.collection-point-tooltip {
  cursor: pointer;
}

.product_disc_price .product-price__discounter,
.product-price__final {
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  top: unset;
}

.product_disc_price .product-price__final {
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  top: unset;
  color: #d11249;
}

.product-table {
  width: 100%;
  height: auto;
  margin: 20px auto;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.product-table__row {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 20px;
}

.product-table__row:nth-of-type(odd) {
  background-color: #eee;
}

.product-table__cell {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  display: table-cell;
  padding: 5px;
  text-align: center;
  color: rgba(17, 17, 17, 0.5);
}

.product-table__cell:first-of-type {
  width: 12%;
  text-align: left;
  color: rgba(17, 17, 17, 0.6);
}

.product-details {
  margin: 35px 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .product-details {
    border-bottom: none;
  }
}

.product-details .product-details__tabs {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .product-details .product-details__tabs {
    display: none;
  }
}

.product-details .product-details__tabs .product-details__tab {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Montserrat", "Arial", Sans-serif;
  display: inline-block;
  padding: 7px 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  transition: border 0.3s;
}

.product-details .product-details__tabs .product-details__tab img {
  display: inline-block;
  height: 15px;
  width: auto;
}

.product-details .product-details__tabs .product-details__tab.active {
  border-bottom: 2px solid #ee1b58;
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__title {
  display: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  cursor: pointer;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-plus.png");
  background-size: 10px;
}

@media (max-width: 767px) {
  .product-details
    .product-details__views
    .product-details__view
    .product-details__title {
    display: block;
  }
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__title.active {
  background-image: url("../images/product/icon-minus.png");
  background-size: 10px;
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__content {
  padding: 20px;
  display: none;
}

@media (max-width: 767px) {
  .product-details
    .product-details__views
    .product-details__view
    .product-details__content {
    padding: 15px;
  }
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__content
  .product-details__content__feature-table {
  border-top: solid 3px #ddd;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__content
  .product-details__content__feature-table
  .product-details__content__feature-table__key {
  padding: 10px 15px 10px 15px;
  border: solid 3px #ddd;
  border-right: none;
  border-top: none;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-details
    .product-details__views
    .product-details__view
    .product-details__content
    .product-details__content__feature-table
    .product-details__content__feature-table__key {
    border-right: solid 3px #ddd;
  }
}

.product-details
  .product-details__views
  .product-details__view
  .product-details__content
  .product-details__content__feature-table
  .product-details__content__feature-table__value {
  border: solid 3px #ddd;
  border-top: none;
  font-weight: 300;
  padding: 10px 15px 10px 15px;
}

@media (min-width: 768px) {
  .product-details
    .product-details__views
    .product-details__view
    .product-details__content
    .product-details__content__feature-table
    .product-details__content__feature-table__row {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-details
  .product-details__views
  .product-details__view:first-of-type
  .product-details__content {
  display: block;
}

.shop-head {
  position: relative;
  margin: 10px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .shop-head {
    display: none;
  }
}

.shop-head__items {
  display: flex;
  justify-content: space-between;
}

.shop-head__item {
  display: inline-block;
  width: auto;
  padding: 0 5px;
  flex: 1 1 0;
  vertical-align: top;
}

.shop-head--mobile .shop-head__item {
  width: 100%;
  text-align: center;
}

.shop-head__item a {
  color: #000;
  text-decoration: none;
}

.shop-head__link {
  display: block;
  color: #000;
  text-decoration: none;
}

.shop-head__link:hover {
  color: #d11249;
}

.shop-head__link:hover .shop-head__icon--bag {
  background-image: url("../images/product/icon-basket-hover.png");
}

.shop-head__link:hover .shop-head__icon--airport {
  background-image: url("../images/product/icon-airport-hover.png");
}

.shop-head__link:hover .shop-head__icon--heart {
  background-image: url("../images/product/icon-heart-hover.png");
}

.shop-head__link:hover .shop-head__icon--hand {
  background-image: url("../images/product/icon-hand-hover.png");
}

.shop-head__link:hover .shop-head__icon--money {
  background-image: url("../images/product/icon-money-hover.png");
}

.shop-head__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
}

.shop-head__icon img {
  max-width: 100%;
  height: auto;
}

.shop-head--mobile .shop-head__icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
}

.shop-head__icon.shop-head__icon--bag {
  background-image: url("../images/product/icon-basket.png");
}

.shop-head__icon.shop-head__icon--airport {
  background-image: url("../images/product/icon-airport.png");
}

.shop-head__icon.shop-head__icon--heart {
  background-image: url("../images/product/icon-heart.png");
}

.shop-head__icon.shop-head__icon--hand {
  background-image: url("../images/product/icon-hand.png");
}

.shop-head__icon.shop-head__icon--money {
  background-image: url("../images/product/icon-money.png");
}

.shop-head__text {
  position: relative;
  top: -9px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}

.shop-head--mobile .shop-head__text {
  top: 5px;
  width: auto;
  max-width: 160px;
  font-size: 10px;
  text-align: center;
  vertical-align: top;
}

.shop-head__text a {
  color: #000;
}

.shop-head__text a:hover {
  color: #d11249;
  text-decoration: none;
}

@media (max-width: 767px) {
  .shop-head__text {
    margin: 0 -5px;
    font-size: 12px;
    text-align: center;
  }
}

.product-tags {
  position: relative;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

.product-tags .product-tag {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 8px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url("../assets/icon-tick.png");
  background-size: 10px;
  color: #666;
  padding: 0px 10px 0px 25px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: background-color 0.3s;
}

.product-tags .product-tag:hover {
  text-decoration: none;
}

.iscBreadcrumb {
  margin: 15px 0;
  font-size: 12px;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.iscBreadcrumb a {
  color: #000;
}

.iscBreadcrumb .iscBreadcrumb__spliter {
  margin: 0 5px;
}

.iscBreadcrumb .iscBreadcrumb__current {
  color: #999;
}

.mini-cart {
  position: absolute;
  top: 40px;
  right: -30px;
  width: 450px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  text-align: left;
  z-index: 9999;
  display: none;
}

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

.mini-cart .mini-cart__item__wishlist {
  color: #d11249;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 400;
}

.mini-cart .mini-cart__arrow {
  position: absolute;
  width: 17px;
  height: 13px;
  top: -12px;
  right: 35px;
  background: url(../images/header/minicart/mini-cart-arrow.png) center
    no-repeat;
  background-size: 100%;
}

.mini-cart .mini-cart__content {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.mini-cart .mini-cart__content .mini-cart__headsup {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.mini-cart .mini-cart__content .mini-cart__headsup .mini-cart__count {
  font-weight: 500;
}

.mini-cart .mini-cart__items {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.mini-cart .mini-cart__items .scrollbar-inner {
  height: 180px;
  overflow: hidden;
}

.mini-cart .mini-cart__end {
  font-weight: 500;
  padding-top: 10px;
  text-transform: uppercase;
}

.mini-cart .mini-cart__end span {
  text-transform: uppercase;
}

.mini-cart .mini-cart__end .mini-cart__total {
  float: right;
  text-align: right;
}

.mini-cart .mini-cart__end .mini-cart__total .mini-cart__total__approx {
  font-weight: 300;
}

.mini-cart .mini-cart__promotion {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.mini-cart .mini-cart__promotion .mini-cart__promotion__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.mini-cart .mini-cart__item__flight {
  position: absolute;
  right: 129px;
  top: 10px;
}

.mini-cart__promotion__item {
  margin-bottom: 15px;
}

.mini-cart__promotion__item ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
}

.mini-cart__promotion__item ul.mini-cart__promotion__item__promo {
  list-style: none;
  list-style-image: url("../images/icons/tag.png");
}

.mini-cart__promotion__item ul.mini-cart__promotion__item__free-delivery {
  list-style: none;
  list-style-image: url("../images/icons/truck.png");
}

.mini-cart__promotion__item ul li b {
  font-weight: 500;
}

.mini-cart__promotion__item ul .mini-cart__promotion__code {
  font-weight: 500;
  color: #d11249;
}

.mini-cart__promotion__item .mini-cart__promotion__condition {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.mini-cart__item {
  position: relative;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.mini-cart__item .mini-cart__item__image {
  width: 50px;
  height: auto;
  border: 1px solid #ddd;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.mini-cart__item .mini-cart__item__image img {
  max-width: 100%;
  display: block;
}

.mini-cart__item .mini-cart__item__info {
  width: 210px;
  margin-top: -2px;
  margin-bottom: 10px;
}

.mini-cart__item .mini-cart__item__info .mini-cart__item__brand {
  font-weight: 500;
}

.mini-cart__item .mini-cart__item__info .mini-cart__item__promotion a {
  text-decoration: underline;
  color: #d11249;
}

.mini-cart__item .mini-cart__item__actions {
  position: absolute;
  top: 0px;
  right: 0;
  width: 160px;
}

.mini-cart__item .mini-cart__item__actions .isc-spinner-wrapper {
  margin-top: 7px;
  left: 39px;
}

.mini-cart__item .mini-cart__item__actions .mini-cart__item__price {
  width: 55px;
  float: right;
  font-weight: 500;
  text-align: right;
  height: 50px;
  line-height: 50px;
}

.mini-cart-mobile
  .mini-cart__item
  .mini-cart__item__actions
  .mini-cart__item__price {
  position: absolute;
  right: 0;
  width: 55px;
}

.mini-cart__item .mini-cart__item__actions input.isc-spinner.small,
.mini-cart__item .mini-cart__item__actions input.small {
  width: 55px;
}

.mini-cart__item .mini-cart__item__remove {
  position: absolute;
  top: -0px;
  right: 0;
  font-size: 12px;
  color: #999;
}

.mini-cart__item .mini-cart__item__fixed {
  position: absolute;
  top: 0px;
  right: 0;
  height: 50px;
  line-height: 47px;
  width: 160px;
}

.mini-cart__item .mini-cart__item__fixed .mini-cart__item__qty {
  width: 50px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  float: left;
  margin-left: 45px;
}

.mini-cart-mobile
  .mini-cart__item
  .mini-cart__item__fixed
  .mini-cart__item__qty {
  display: none;
}

.mini-cart__item .mini-cart__item__fixed .mini-cart__item__price {
  margin-left: 20px;
  float: right;
  width: 40px;
  font-weight: 500;
  text-align: right;
}

.mini-cart-mobile {
  position: absolute;
  top: 62px;
  left: 0px;
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  text-align: left;
  z-index: 10000;
  display: none;
}

.mini-cart-mobile .mini-cart__arrow {
  position: absolute;
  width: 17px;
  height: 13px;
  top: -12px;
  right: 8%;
  background: url(../images/header/minicart/mini-cart-mobile-arrow.png) center
    no-repeat;
  background-size: 100%;
}

.mini-cart-mobile .mini-cart__content {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.mini-cart-mobile .mini-cart__content .mini-cart__headsup {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.mini-cart-mobile .mini-cart__content .mini-cart__headsup .mini-cart__count {
  font-weight: 500;
}

.mini-cart-mobile .mini-cart__content .mini-cart__items {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.mini-cart-mobile .mini-cart__end {
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mini-cart-mobile .mini-cart__end span {
  text-transform: uppercase;
}

.mini-cart-mobile .mini-cart__end .mini-cart__total {
  float: right;
}

.mini-cart-mobile .mini-cart__actions {
  padding-bottom: 10px;
}

.product-reviews {
  font-family: "Montserrat", "Arial", Sans-serif;
}

.product-reviews .product-review {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .product-reviews .product-review {
    border-bottom: 1px solid #ddd;
  }
}

.product-reviews .product-review:last-of-type {
  border-bottom: none;
}

.product-reviews .product-review .product-review__head {
  float: left;
  width: 14%;
  margin-right: 1%;
}

@media (max-width: 991px) {
  .product-reviews .product-review .product-review__head {
    float: none;
    width: 100%;
  }
}

.product-reviews .product-review .product-review__head .product-review__name {
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-reviews .product-review .product-review__head .product-review__name {
    width: 60%;
    float: left;
  }
}

.product-reviews .product-review .product-review__head .product-review__rating {
  margin: 0px 0 15px;
  text-align: left;
}

.product-reviews
  .product-review
  .product-review__head
  .product-review__rating
  span.star {
  color: #ddd;
}

.product-reviews
  .product-review
  .product-review__head
  .product-review__rating
  span.star.on {
  color: #faf701;
}

@media (max-width: 767px) {
  .product-reviews
    .product-review
    .product-review__head
    .product-review__rating {
    width: 40%;
    float: right;
    text-align: right;
  }
}

.product-reviews .product-review .product-review__content {
  float: left;
  width: 45%;
}

@media (max-width: 991px) {
  .product-reviews .product-review .product-review__content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .product-reviews .product-review .product-review__content {
    width: 100%;
    float: none;
    font-size: 12px;
  }
}

.product-reviews .product-review .product-review__time {
  float: left;
  width: 15%;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .product-reviews .product-review .product-review__time {
    width: 40%;
    float: right;
    margin-left: 0;
    font-size: 12px;
    color: #999;
    text-align: right;
  }
}

.product-reviews .product-review .product-review__collection {
  float: left;
  width: 18%;
  margin-left: 2%;
}

.product-reviews .product-review .product-review__collection b {
  display: block;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-reviews .product-review .product-review__collection {
    width: 60%;
    float: left;
    margin-left: 0;
    font-size: 12px;
  }

  .product-reviews .product-review .product-review__collection b {
    display: inline;
    font-weight: 500;
  }
}

.product-review-actions {
  text-align: center;
  margin-top: -30px;
}

.product-review-actions i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.product-review-actions a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  color: #d11249;
}

@media (max-width: 767px) {
  .product-review-actions {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .product-review--header {
    display: none;
  }
}

.product-review--header .product-review__name,
.product-review--header .product-review__content,
.product-review--header .product-review__time,
.product-review--header .product-review__collection {
  font-size: 15px;
  font-weight: 500;
}

.product-review__pagination {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}

.product-review__pagination span,
.product-review__pagination a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
}

.product-review__pagination span i,
.product-review__pagination a i {
  font-size: 11px;
  margin-right: 0;
}

.product-review__pagination span {
  background-color: #999;
  color: white;
  border-radius: 100px;
}

.product-review__pagination a {
  background-color: #ee1b58;
  color: white;
  border-radius: 100px;
  transition: background-color 0.2s;
}

.product-review__pagination a:hover {
  text-decoration: none;
  background-color: #000;
}

.curatedCollection {
  position: relative;
  width: 100%;
  height: auto;
}

.curatedCollection::before,
.curatedCollection::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1344px;
  height: 60%;
  margin: auto;
  content: "";
  background-image: url("../images/pattern.jpg");
  top: 47%;
}

@media screen and (max-width: 767px) {
  .curatedCollection::before,
  .curatedCollection::after {
    top: 33%;
    height: 30%;
  }
}

@media screen and (max-width: 320px) {
  .curatedCollection::before,
  .curatedCollection::after {
    top: 30%;
  }
}

.curatedCollection ul.carousel__pagination {
  bottom: -20px;
}

.product-promo-carousels {
  position: relative;
  box-sizing: border-box;
  margin-top: 35px;
  margin-bottom: 35px;
  background: #f4f4f4;
  background-color: #eee;
}

.product-promo-carousels .carousel__arrow--prev {
  left: 6.25px;
}

.product-promo-carousels .carousel__arrow--next {
  right: 6.25px;
}

.product-promo-carousels .carousel__arrow {
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.product-promo-carousels.product-promo-carousels--mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-promo-carousels.product-promo-carousels--mobile {
    display: block;
  }
}

main.product .product-promo-carousels.product-promo-carousels--mobile {
  display: none;
}

@media (max-width: 767px) {
  main.product .product-promo-carousels.product-promo-carousels--mobile.active {
    display: block;
  }
}

.product-promo-carousel__prev {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-left.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.product-promo-carousel__prev.swiper-button-disabled {
  opacity: 0.3;
}

@media (max-width: 991px) and (min-width: 767px) {
  .product-promo-carousel__prev {
    left: -20px;
  }
}

.product-promo-carousels--mobile .product-promo-carousel__prev {
  display: none;
}

.product-promo-carousel__next {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-right.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.product-promo-carousel__next.swiper-button-disabled {
  opacity: 0.3;
}

@media (max-width: 991px) and (min-width: 767px) {
  .product-promo-carousel__next {
    right: -20px;
  }
}

.product-promo-carousels--mobile .product-promo-carousel__next {
  display: none;
}

.product-promo-carousel__pagination {
  text-align: center;
  margin-top: 10px;
  display: none;
}

@media (max-width: 767px) {
  .product-promo-carousel__pagination {
    display: block;
  }
}

.product-promo-carousel__pagination .swiper-pagination-bullet-active {
  background: #111;
}

.product-promo-carousels__title {
  padding-top: 20px;
  font-family: ;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.product-promo-carousel {
  font-family: "Montserrat", "Arial", Sans-serif;
}

.product-promo-carousel .product-promo-carousel__img {
  width: 40%;
  float: left;
  margin-right: 20px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .product-promo-carousel .product-promo-carousel__img {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 15px;
  }
}

.product-promo-carousels--mobile
  .product-promo-carousel
  .product-promo-carousel__img {
  width: 50%;
}

.product-promo-carousel .product-promo-carousel__img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) and (min-width: 767px) {
  .product-promo-carousel .product-promo-carousel__text {
    width: 100%;
    clear: both;
    padding: 0 3px;
  }
}

.product-promo-carousel
  .product-promo-carousel__text
  .product-promo-carousel__name {
  font-family: ;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: -5px;
}

.product-promo-carousels--mobile
  .product-promo-carousel
  .product-promo-carousel__text
  .product-promo-carousel__name {
  font-size: 16px;
}

.product-promo-carousel
  .product-promo-carousel__text
  .product-promo-carousel__desc {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 15px;
}

.product-promo-carousels--mobile
  .product-promo-carousel
  .product-promo-carousel__text
  .product-promo-carousel__desc {
  font-size: 13px;
}

.product-promo-carousel .product-promo-carousel__text a {
  font-size: 13px;
  font-weight: 300;
  color: #d11249;
}

.product-promo-carousel
  .product-promo-carousel__text
  a.product-promo-carousel__link {
  text-decoration: underline;
}

.product-promo-carousels--mobile
  .product-promo-carousel
  .product-promo-carousel__text
  a.product-promo-carousel__link {
  display: none;
}

.mobile-searcher {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.mobile-searcher .mobile-searcher__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.mobile-searcher__form {
  width: 100%;
  padding: 10px;
  height: 63px;
  position: relative;
  background: #fff;
  z-index: 2;
  top: -63px;
  transition: top 0.3s;
}

.mobile-searcher__form.mobile-searcher__form--brandlist {
  padding: 10px 0;
}

.mobile-searcher__form.mobile-searcher__form--brandlist form {
  width: 100%;
}

.mobile-searcher__form.open {
  top: 0;
}

.mobile-searcher__form form {
  position: relative;
  width: 85%;
}

.mobile-searcher__form form .mobile-searcher__field {
  width: 100%;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  height: 43px;
}

.mobile-searcher__form form .mobile-searcher__button {
  width: 30px;
  height: auto;
  position: absolute;
  top: 6px;
  right: 6px;
}

.mobile-searcher__form .mobile-searcher__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 2.5%;
  text-align: center;
  line-height: 40px;
}

.mobile-searcher__form .mobile-searcher__close img {
  width: 40%;
  height: auto;
}

.mobile-searcher__form--full {
  top: 0;
  padding: 15px 0 0 0;
  margin-bottom: 15px;
  height: 50px;
}

.mobile-searcher__form--full form {
  width: 100%;
}

.mobile-searcher__form--full form,
.mobile-searcher__form--full form .mobile-searcher__field {
  border: 1px solid #ddd;
}

.mobile-searcher__trend {
  position: relative;
  background: #fff;
  font-family: "Montserrat", "Arial", Sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
  box-sizing: border-box;
  max-height: 100%;
  top: -100%;
  transition: top 0.4s;
}

.mobile-searcher__trend.open {
  top: -40px;
}

.mobile-searcher__trend .mobile-searcher__trend__title {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile-searcher__trend .mobile-searcher__trend__items {
  margin-bottom: 15px;
  margin-top: 10px;
}

.mobile-searcher__trend .mobile-searcher__trend__items a {
  display: block;
  padding: 5px 0;
  color: #d11249;
  font-size: 13px;
}

.mobile-searcher__trend .mobile-searcher__trend__closer {
  background: #f4f4f4;
  color: #999;
  font-weight: 300;
  font-size: 12px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
  padding: 10px;
  text-align: center;
}

.mobile-searcher__trend .mobile-searcher__trend__closer i {
  margin: 0 10px;
}

.FlowupLabels .fl_wrap {
  width: 100%;
  min-height: 50px;
  margin-bottom: 25px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.FlowupLabels .fl_wrap i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 18px;
  color: #666;
  z-index: 2;
}

.FlowupLabels .fl_wrap .fl_wrap__function-icon {
  cursor: pointer;
}

.FlowupLabels .fl_wrap .fl_wrap__img-icon {
  width: auto;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}

.fl_link {
  margin-top: -20px;
  margin-bottom: 25px;
  text-align: right;
}

.fl_link a {
  color: #d11249;
  font-size: 14px;
  text-decoration: underline;
}

.FlowupLabels .fl_label,
.FlowupLabels .fl_select_label {
  top: 15px;
  left: 10px;
  pointer-events: none;
  color: #999;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: text;
  padding-right: 2rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -transition: all 0.05s linear;
}

@media screen and (max-width: 400px) {
  .FlowupLabels .fl_label,
  .FlowupLabels .fl_select_label {
    font-size: 0.8125rem;
    line-height: 1.01563rem;
    top: 17px;
  }
}

.FlowupLabels .fl_label img,
.FlowupLabels .fl_select_label img {
  width: auto;
  height: 15px;
  margin-top: -2px;
  margin-right: 5px;
  transition: all 0.05s;
}

.FlowupLabels .fl_select {
  z-index: 4 !important;
}

.FlowupLabels .fl_select_label {
  color: #999;
}

.fl_input {
  background: none;
  color: #999;
  border: 1px solid #999;
  border-radius: 0;
  padding: 20px 0 3px 10px;
  outline: 0;
  transition: all 0.2s;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.focused .fl_input,
.populated .fl_input {
  color: #666;
  border: 1px solid #666;
}

.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label,
.FlowupLabels .fl_wrap.focused .fl_select_label,
.FlowupLabels .fl_wrap.populated .fl_select_label,
.no-js .FlowupLabels .fl_select_label {
  top: 8px;
  font-size: 0.625rem;
  line-height: 0.78125rem;
  color: #666;
}

.FlowupLabels .fl_wrap.focused .fl_label img,
.FlowupLabels .fl_wrap.populated .fl_label img,
.no-js .FlowupLabels .fl_label img,
.FlowupLabels .fl_wrap.focused .fl_select_label img,
.FlowupLabels .fl_wrap.populated .fl_select_label img,
.no-js .FlowupLabels .fl_select_label img {
  width: 0px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.focused .fl_select_label {
  color: #999;
}

.FlowupLabels .fl_wrap.error .fl_label,
.FlowupLabels .fl_wrap.error .fl_select_label {
  color: #d11249;
}

.FlowupLabels .fl_wrap.fl_wrap--brandsearch {
  min-height: 44px;
}

.FlowupLabels .fl_wrap.fl_wrap--brandsearch .fl_label {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  top: 14px;
}

.FlowupLabels .fl_wrap.fl_wrap--brandsearch .fl_input {
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.FlowupLabels .fl_wrap.fl_wrap--brandsearch.focused .fl_label,
.FlowupLabels .fl_wrap.fl_wrap--brandsearch.populated .fl_label,
.FlowupLabels .fl_wrap.fl_wrap--brandsearch.focused .fl_select_label {
  top: 5px;
  font-size: 0.5625rem;
  line-height: 0.70313rem;
}

.registration a.error-red,
.account a.error-red {
  color: #d11249;
}

.registration form.isc-form,
.account form.isc-form {
  max-width: none;
}

.registration form.isc-form .reg-form__changi-rewards,
.account form.isc-form .reg-form__changi-rewards {
  margin-bottom: 0 !important;
}

.registration .section-header__main,
.registration .section-header__sub,
.account .section-header__main,
.account .section-header__sub {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.registration .g-recaptcha,
.account .g-recaptcha {
  transform: scale(0.96);
  transform-origin: 0 0;
}

.registration .reg-form__radio,
.account .reg-form__radio {
  width: 100%;
  cursor: pointer;
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #666;
}

.registration .reg-form__radio input[type="radio"],
.account .reg-form__radio input[type="radio"] {
  display: none;
}

.registration .reg-form__radio-checked,
.account .reg-form__radio-checked {
  color: #d11249;
  border: 1px solid #d11249;
}

.reg-form__p {
  line-height: 1.8rem;
}

.reg-form__fields-container div.fl_wrap:last-child {
  margin-bottom: 0;
}

.reg-form__dob-container .reg-form__date-container {
  padding-left: 0px;
}

.reg-form__dob-container .reg-form__month-container {
  padding-left: 0px;
  padding-right: 0px;
}

.reg-form__dob-container .reg-form__year-container {
  padding-right: 0px;
}

.reg-form__rewards-outer-container {
  background-color: #666;
}

.reg-form__rewards-container-fluid {
  background-color: #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
}

.reg-form__rewards-container .fl_input,
.reg-form__rewards-container .isc-select {
  background-color: #fff;
}

@media screen and (max-width: 375px) {
  .reg-form__rewards-container .country-code__select {
    font-size: 0.6875rem;
    line-height: 0.85938rem;
    padding-left: 5px;
  }
}

.reg-form__country-code-container {
  padding-right: 0;
}

.reg-form__mobile-no-container {
  padding-left: 0;
  margin-left: -1px;
}

.isc-form__error {
  color: #d11249;
  font-weight: 300;
  font-size: 14px;
}

.isc-form__error.isc-form__error--password {
  margin-top: 10px;
  font-size: 12px;
  display: none;
}

.isc-form__error.Terms_not_tick {
  line-height: 1.75em;
}

.isc-form__inlineerror {
  color: #d11249;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  padding-left: 5px;
  font-weight: 300;
}

.isc-form__inlineerror::before {
  content: "* ";
}

.isc-form__inlineerror ol,
.isc-form__inlineerror ul {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
}

.fl_wrap .reg-form__label {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.reg-form__navpills::before {
  background-color: #ddd;
  height: 1px;
  content: " ";
  width: 100%;
  top: 40px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .reg-form__navpills::before {
    top: 47px;
  }
}

.reg-form__navpills > li.active > a,
.reg-form__navpills > li.active > a:focus,
.reg-form__navpills > li.active > a:hover {
  font-weight: 700;
  color: #000;
  background: transparent;
  border-bottom: 2px solid #d11249;
}

.reg-form__navpills > li > a {
  border-radius: 0;
  text-transform: uppercase;
  color: #666;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 500px) {
  .reg-form__navpills > li > a {
    font-size: 0.625rem;
    line-height: 0.78125rem;
    padding-left: 10px;
    padding-right: 10px;
    width: 110px;
    text-align: center;
  }
}

.registration-success .section-header__main {
  font-size: 3.25rem;
  line-height: 4.0625rem;
}

.registration-success .section-header__sub {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.registration-success .reg-form__p {
  text-align: center;
}

@media screen and (max-width: 440px) {
  .registration-success .section-header__main {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 440px) {
  .registration-success .section-header__sub {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

label[for="country_code_link"] {
  font-size: 14px;
}

@media (max-width: 1200px) {
  label[for="country_code_link"] {
    font-size: 10px;
  }
}

.checkout-steps {
  background: #f4f4f4;
  padding: 20px 0;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .checkout-steps {
    margin-bottom: 40px;
  }
}

.checkout-step {
  width: 25%;
  float: left;
  padding: 0px 0;
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  border-right: 1px solid #ddd;
  vertical-align: top;
  opacity: 0.6;
}

.checkout-step:last-of-type {
  border: none;
}

.checkout-step a {
  color: inherit;
  text-decoration: none;
}

.checkout-step .checkout-step__text {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .checkout-step .checkout-step__text {
    display: none;
  }
}

.checkout-step .checkout-step__text--mobile {
  display: none;
}

@media (max-width: 991px) {
  .checkout-step .checkout-step__text--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .checkout-step .checkout-step__text--mobile {
    font-size: 13px;
  }
}

.checkout-steps--step-1 .checkout-step.checkout-step--1,
.checkout-steps--step-2 .checkout-step.checkout-step--1,
.checkout-steps--step-3 .checkout-step.checkout-step--1,
.checkout-steps--step-4 .checkout-step.checkout-step--1 {
  opacity: 1;
}

.checkout-steps--step-2 .checkout-step.checkout-step--2,
.checkout-steps--step-3 .checkout-step.checkout-step--2,
.checkout-steps--step-4 .checkout-step.checkout-step--2 {
  opacity: 1;
}

.checkout-steps--step-3 .checkout-step.checkout-step--3,
.checkout-steps--step-4 .checkout-step.checkout-step--3 {
  opacity: 1;
}

.checkout-steps--step-4 .checkout-step.checkout-step--4 {
  opacity: 1;
}

.checkout-step__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  margin: 0 5px;
}

.checkout-step__icon.checkout-step__icon--account {
  background-image: url("../images/icons/icon-account.png");
}

.checkout-steps--step-1[data-done="true"]
  .checkout-step__icon.checkout-step__icon--account,
.checkout-steps--step-2 .checkout-step__icon.checkout-step__icon--account,
.checkout-steps--step-3 .checkout-step__icon.checkout-step__icon--account,
.checkout-steps--step-4 .checkout-step__icon.checkout-step__icon--account {
  background-image: url("../images/icons/icon-finished.png");
}

.checkout-step__icon.checkout-step__icon--personal-detail {
  background-image: url("../images/icons/icon-personal-detail.png");
}

.checkout-steps--step-2[data-done="true"]
  .checkout-step__icon.checkout-step__icon--personal-detail,
.checkout-steps--step-3
  .checkout-step__icon.checkout-step__icon--personal-detail,
.checkout-steps--step-4
  .checkout-step__icon.checkout-step__icon--personal-detail {
  background-image: url("../images/icons/icon-finished.png");
}

.checkout-step__icon.checkout-step__icon--flight-details {
  background-image: url("../images/icons/icon-flight-details.png");
}

.checkout-steps--step-3[data-done="true"]
  .checkout-step__icon.checkout-step__icon--flight-details,
.checkout-steps--step-4
  .checkout-step__icon.checkout-step__icon--flight-details {
  background-image: url("../images/icons/icon-finished.png");
}

.checkout-step__icon.checkout-step__icon--summary {
  background-image: url("../images/icons/icon-summary.png");
}

.checkout-steps--step-4[data-done="true"]
  .checkout-step__icon.checkout-step__icon--summary {
  background-image: url("../images/icons/icon-finished.png");
}

.checkout-steps--step-2[data-done="false"] .checkout-step--1 a:hover,
.checkout-steps--step-3[data-done="false"] .checkout-step--1 a:hover,
.checkout-steps--step-4[data-done="false"] .checkout-step--1 a:hover {
  color: #d11249;
}

.checkout-steps--step-2[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__text,
.checkout-steps--step-3[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__text,
.checkout-steps--step-4[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__text {
  text-decoration: underline;
}

.checkout-steps--step-2[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__icon.checkout-step__icon--account,
.checkout-steps--step-3[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__icon.checkout-step__icon--account,
.checkout-steps--step-4[data-done="false"]
  .checkout-step--1
  a:hover
  .checkout-step__icon.checkout-step__icon--account {
  background-image: url("../images/icons/icon-finished-pink.png");
}

.checkout-steps--step-3[data-done="false"] .checkout-step--2 a:hover,
.checkout-steps--step-4[data-done="false"] .checkout-step--2 a:hover {
  color: #d11249;
}

.checkout-steps--step-3[data-done="false"]
  .checkout-step--2
  a:hover
  .checkout-step__text,
.checkout-steps--step-4[data-done="false"]
  .checkout-step--2
  a:hover
  .checkout-step__text {
  text-decoration: underline;
}

.checkout-steps--step-3[data-done="false"]
  .checkout-step--2
  a:hover
  .checkout-step__icon.checkout-step__icon--personal-detail,
.checkout-steps--step-4[data-done="false"]
  .checkout-step--2
  a:hover
  .checkout-step__icon.checkout-step__icon--personal-detail {
  background-image: url("../images/icons/icon-finished-pink.png");
}

.checkout-steps--step-4[data-done="false"] .checkout-step--3 a:hover {
  color: #d11249;
}

.checkout-steps--step-4[data-done="false"]
  .checkout-step--3
  a:hover
  .checkout-step__text {
  text-decoration: underline;
}

.checkout-steps--step-4[data-done="false"]
  .checkout-step--3
  a:hover
  .checkout-step__icon.checkout-step__icon--flight-details {
  background-image: url("../images/icons/icon-finished-pink.png");
}

.isc-form__tab-sections {
  margin: 35px 0;
}

.isc-form__tabs {
  border-bottom: 1px solid #ddd;
}

.isc-form__tabview {
  display: none;
}

.isc-form__tabview.active {
  display: block;
}

.isc-form__tabview:first-of-type .isc-form__tabcontent {
  display: block;
}

.isc-form__tabtitle {
  display: none;
  margin-bottom: -1px;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: url("/assets/images/product/icon-plus.png") no-repeat right 10px;
  background-size: 10px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", "Arial", Sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 767px) {
  .isc-form__tabtitle {
    display: none;
  }
}

.isc-form__tabtitle.active {
  background-image: url("/assets/images/product/icon-minus.png");
  background-size: 10px;
}

.isc-form__tabcontent {
  position: relative;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .isc-form__tabcontent {
    padding: 40px 0;
  }
}

.isc-form__tabcontent__feature-table {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  border-top: solid 3px #ddd;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.isc-form__tabcontent__feature-table .isc-form__tabcontent__feature-table__key {
  padding: 10px 15px;
  border: solid 3px #ddd;
  border-top: 0;
  border-right: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .isc-form__tabcontent__feature-table
    .isc-form__tabcontent__feature-table__key {
    border-right: solid 3px #ddd;
  }
}

.isc-form__tabcontent__feature-table
  .isc-form__tabcontent__feature-table__value {
  padding: 10px 15px;
  border: solid 3px #ddd;
  border-top: 0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .isc-form__tabcontent__feature-table
    .isc-form__tabcontent__feature-table__row {
    display: flex;
    flex-wrap: wrap;
  }
}

.isc-form__tab {
  display: inline-block;
  margin-bottom: -1px;
  margin-left: -4px;
  padding: 7px 20px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
  font-size: 12px;
  font-family: "Montserrat", "Arial", Sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: border 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .isc-form__tab {
    padding: 7px 12px;
    font-size: 10px;
    text-align: center;
  }

  .isc-form__tabs--2tabs .isc-form__tab {
    box-sizing: border-box;
    width: 50%;
    margin-left: -3px;
    text-align: center;
  }
}

.isc-form__tab img {
  display: inline-block;
  width: auto;
  height: 15px;
}

.isc-form__tab.active {
  border-bottom: 2px solid #ee1b58;
  font-weight: 500;
}

@media (max-width: 767px) {
  .order-list .order-list__total,
  .order-list .order-list__cp,
  .order-list .order-list__action {
    display: none;
  }
}

.order-list[data-pagination="false"] .isc_pagination {
  display: none;
}

.order-headsup {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 25px;
  border: 1px solid #d11249;
}

@media screen and (max-width: 767px) {
  .order-headsup {
    padding: 15px;
  }
}

.order-headsup .order-headsup__inner {
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__inner {
    height: 39px;
    overflow: hidden;
  }
}

.order-headsup.open .order-headsup__inner {
  height: auto;
}

.order-headsup .order-headsup__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__title {
    padding-bottom: 0px;
    border-bottom: none;
  }
}

.order-headsup .order-headsup__title .order-headsup__title__title {
  font-size: 18px;
  font-weight: 500;
  float: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__title .order-headsup__title__title {
    font-size: 14px;
  }
}

.order-headsup .order-headsup__title .order-headsup__actions {
  float: right;
  width: 30%;
  text-align: right;
}

.order-headsup .order-headsup__title .order-headsup__actions a {
  color: #d11249;
  text-decoration: underline;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .order-headsup .order-headsup__title .order-headsup__actions {
    font-size: 11px;
  }
}

.order-headsup .order-headsup__content {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__content {
    font-size: 12px;
    padding-top: 5px;
  }
}

.order-headsup .order-headsup__content dt {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__content dt {
    display: inline-block;
  }
}

.order-headsup .order-headsup__content dd {
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .order-headsup .order-headsup__content dd {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.order-detail-section .order-items-list .order-items-list__myitems a {
  color: #000;
  text-decoration: none;
}

.order-detail-section .order-items-list .order-items-list__myitems a:hover {
  text-decoration: underline;
}

.order-detail-section .order-items-list .order-items-list__myitems span {
  text-transform: uppercase;
  color: #d11249;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.order-headsup__toggle {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  width: 100%;
  color: #d11249;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-size: 24px;
  margin-bottom: -15px;
  display: none;
}

.order-headsup__toggle .fa-angle-up {
  display: none;
}

.open .order-headsup__toggle .fa-angle-up {
  display: inline;
}

.open .order-headsup__toggle .fa-angle-down {
  display: none;
}

@media screen and (max-width: 767px) {
  .order-headsup__toggle {
    display: block;
  }
}

.order-detail-section {
  margin: 50px auto;
}

.order-detail-section .order-detail-section__title {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
}

.order-detail-section .order-detail-section__title img {
  height: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .order-detail-section .order-detail-section__title {
    text-align: center;
    font-size: 22px;
  }

  .order-detail-section .order-detail-section__title img {
    height: 30px;
    margin-right: 10px;
  }
}

.order-detail-section .order-detail-section__top {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .order-detail-section .order-detail-section__top {
    padding-left: 0px;
  }
}

.order-detail-section .order-detail-section__datas {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .order-detail-section .order-detail-section__datas {
    margin-bottom: 35px;
    text-align: center;
  }
}

.order-detail-section .order-detail-section__data {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
}

.order-detail-section .order-detail-section__data dt,
.order-detail-section .order-detail-section__data dd {
  display: inline-block;
  vertical-align: top;
}

.order-detail-section .order-detail-section__data dt {
  width: 38%;
}

@media screen and (max-width: 767px) {
  .order-detail-section .order-detail-section__data dt {
    width: auto;
  }
}

.order-detail-section .order-detail-section__data dd {
  width: 58%;
}

@media screen and (max-width: 767px) {
  .order-detail-section .order-detail-section__data dd {
    width: auto;
  }
}

.order-items-list .order-items-list__mobileview {
  display: none;
}

.order-items-list .order-items-list__mobileview b {
  display: block;
}

.order-items-list .order-items-list__mobileview dt,
.order-items-list .order-items-list__mobileview dd {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .order-items-list .order-items-list__mobileview {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .order-items-list .order-items-list__myitems,
  .order-items-list .order-items-list__qty,
  .order-items-list .order-items-list__unit,
  .order-items-list .order-items-list__total {
    display: none;
  }
}

.order-items-list tfoot dd {
  float: right;
}

.print-order {
  text-align: right;
  margin-bottom: 10px;
  margin-top: -30px;
}

.print-order a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  color: #d11249;
}

.print-logo {
  display: none;
  margin-bottom: 30px;
}

.print-logo img {
  width: 100px;
}

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

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

.account-summary {
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px;
  padding-top: 30px;
  background-position-x: 0;
}

@media (max-width: 767px) {
  .account-summary {
    height: 80px;
    padding-top: 15px;
  }

  .account-summary.account-summary-desktop {
    background-position-x: 40000px;
  }
}

@media (min-width: 768px) {
  .account-summary.account-summary-mobile {
    background-position-x: 40000px;
  }
}

.account-summary.account-summary-mobile {
  padding-top: 0;
}

.account-summary .account-summary--greetings {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  float: left;
  font-size: 1.4375rem;
  line-height: 1.79688rem;
  text-align: right;
  padding-right: 30px;
}

.account-summary
  .account-summary--greetings
  .account-summary--greetings--header {
  color: #d11249;
}

.account-summary .account-summary--details {
  text-align: left;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
  position: relative;
}

.account-summary .account-summary--details .account-summary--details--header {
  color: #d11249;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.account-summary .account-summary--details .account-summary--details--text {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
}

.account-summary .account-summary--details:before {
  content: " ";
  height: 56px;
  border: solid 1px #666;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .account-summary .account-summary--details {
    display: none;
  }
}

.account-menu {
  padding: 25px;
  background: #f4f4f4;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .account-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .account-menu {
    max-width: 9999px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    float: none;
    margin-bottom: 0;
  }
}

.account-menu .account-menu__title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.account-menu .account-menu__title a {
  color: #d11249;
}

.account-menu .account-menu__title i {
  float: right;
  font-size: 20px;
  position: relative;
  top: 7px;
}

.account-menu .account-menu__menu {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.account-menu .account-menu__menu li a {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0;
  color: #000;
}

.account-menu .account-menu__menu li a .account-menu__icon {
  display: inline-block;
  width: 30px;
  height: 17px;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.account-menu
  .account-menu__menu
  li
  a
  .account-menu__icon.account-menu__icon--bag {
  background-image: url(../images/account/icon-bag.png);
}

.account-menu
  .account-menu__menu
  li
  a
  .account-menu__icon.account-menu__icon--cr {
  background-image: url(../images/account/icon-cr.png);
}

.account-menu .account-menu__menu li a i {
  font-size: 18px;
  margin-right: 5px;
  width: 25px;
}

.account-menu .account-menu__menu li a:hover {
  color: #d11249;
  text-decoration: none;
}

.account-menu .account-menu__menu li a:hover i {
  color: #000;
}

.account-menu .account-menu__menu li a.active {
  font-weight: 500;
  color: #d11249;
}

.account-menu .account-menu__menu li a.active i {
  color: #000;
}

.account-menu[data-active="account-menu__my-account-dashboard"]
  .account-menu__my-account-dashboard {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__my-account-dashboard"]
  .account-menu__my-account-dashboard
  i {
  color: #000;
}

.account-menu[data-active="account-menu__view-orders"]
  .account-menu__view-orders {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__view-orders"]
  .account-menu__view-orders
  i {
  color: #000;
}

.account-menu[data-active="account-menu__account-details"]
  .account-menu__account-details {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__account-details"]
  .account-menu__account-details
  i {
  color: #000;
}

.account-menu[data-active="account-menu__change-password"]
  .account-menu__change-password {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__change-password"]
  .account-menu__change-password
  i {
  color: #000;
}

.account-menu[data-active="account-menu__addresses"] .account-menu__addresses {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__addresses"]
  .account-menu__addresses
  i {
  color: #000;
}

.account-menu[data-active="account-menu__payment-options"]
  .account-menu__payment-options {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__payment-options"]
  .account-menu__payment-options
  i {
  color: #000;
}

.account-menu[data-active="account-menu__changi-rewards"]
  .account-menu__changi-rewards {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__changi-rewards"]
  .account-menu__changi-rewards
  i {
  color: #000;
}

.account-menu[data-active="account-menu__wishlist"] .account-menu__wishlist {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__wishlist"] .account-menu__wishlist i {
  color: #000;
}

.account-menu[data-active="account-menu__reviews"] .account-menu__reviews {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__reviews"] .account-menu__reviews i {
  color: #000;
}

.account-menu[data-active="account-menu__referrals"] .account-menu__referrals {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__referrals"]
  .account-menu__referrals
  i {
  color: #000;
}

.account-menu[data-active="account-menu__gift-cards"]
  .account-menu__gift-cards {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__gift-cards"]
  .account-menu__gift-cards
  i {
  color: #000;
}

.account-menu[data-active="account-menu__preferences"]
  .account-menu__preferences {
  font-weight: 500;
  color: #d11249;
}

.account-menu[data-active="account-menu__preferences"]
  .account-menu__preferences
  i {
  color: #000;
}

.account-menu-mobile {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -50px;
  margin-bottom: 50px;
  padding: 25px 15px;
  background-color: #f4f4f4;
}

.account-menu-mobile select {
  background-color: #fff !important;
  border: none;
}

.account-menu-mobile .account-menu-mobile__title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 15px;
}

.order-progress {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 12px;
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .order-progress {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
  }
}

.order-progress .order-progress__step {
  width: 33%;
  float: left;
  text-align: center;
  position: relative;
}

.order-progress .order-progress__step .order-progress__line {
  position: absolute;
  z-index: 0;
  border-top: 5px solid #d11249;
  width: 100%;
  top: 8px;
  left: 47.5%;
}

.order-progress .order-progress__step .order-progress__tick {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 3px solid #d11249;
  color: #d11249;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  background: #fff;
}

.order-progress .order-progress__step .order-progress__text a {
  display: block;
  color: #d11249;
  text-decoration: underline;
}

.address-selecter {
  margin-bottom: 5px;
}

.address-selecter .address-selecter__sub-actions {
  font-weight: 300;
}

.address-selecter .address-selecter__sub-actions a {
  color: #d11249;
}

.new-address-adder {
  display: none;
}

.address-section {
  margin-bottom: 35px;
}

.address-blk {
  position: relative;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 10px;
  margin: 25px auto;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.address-blk.address-blk--default {
  border: 1px solid #d11249;
  background: #f4f4f4;
}

.address-selecter .address-blk {
  cursor: pointer;
}

.address-selecter .address-blk:hover,
.address-selecter .address-blk.active {
  border: 1px solid #d11249;
  background: #f4f4f4;
}

.address-blk .address-blk__address div {
  margin: 3px auto 0;
}

.address-blk .address-blk__address div.address-blk__name {
  font-weight: 500;
}

.address-blk .address-blk__actions {
  margin-top: 15px;
}

.address-blk .address-blk__actions a {
  color: #d11249;
  margin: 0 3px;
  text-decoration: none;
}

.address-blk .address-blk__actions a:hover {
  color: #000;
}

.address-blk .address-blk__actions a.disabled {
  color: #999;
  cursor: default;
}

.address-blk .address-blk__actions .address-blk__edit {
  float: left;
}

@media screen and (max-width: 767px) {
  .address-blk .address-blk__actions .address-blk__edit {
    float: none;
  }
}

.address-blk .address-blk__actions .address-blk__default {
  float: right;
}

@media screen and (max-width: 767px) {
  .address-blk .address-blk__actions .address-blk__default {
    float: none;
  }
}

.address-blk__icon {
  border: 1px solid #d11249;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #d11249;
  font-size: 18px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
}

.address-blk--default .address-blk__icon {
  display: block;
}

.active .address-blk__icon {
  display: block;
}

.credit-cards {
  font-family: "Montserrat", "Arial", Sans-serif;
  position: relative;
}

.credit-cards .swiper-container {
  width: 95%;
  margin: 0 auto;
}

.credit-cards .credit-cards__prev {
  position: absolute;
  top: 30%;
  left: 0px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-left.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.credit-cards .credit-cards__prev.swiper-button-disabled {
  opacity: 0.3;
}

.credit-cards .credit-cards__next {
  position: absolute;
  top: 30%;
  right: 0px;
  width: 6px;
  height: 30px;
  background: url(../images/product/arrow-right.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.credit-cards .credit-cards__next.swiper-button-disabled {
  opacity: 0.3;
}

.credit-cards .iscRadio-controller {
  font-weight: 300;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  margin-left: -10px;
}

.credit-cards .swiper-slide {
  text-align: center;
}

.credit-cards .swiper-slide.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.credit-card {
  font-family: "ocra";
  max-width: 220px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.account-saved-cards .credit-card {
  max-width: 250px;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .credit-card {
    max-width: 188px;
  }
}

.credit-card img {
  width: 100%;
  height: auto;
}

.credit-card .credit-card__no {
  position: absolute;
  top: 52%;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 13px;
}

.credit-card .credit-card__no span {
  margin-left: 10px;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .credit-card .credit-card__no {
    font-size: 10px;
  }
}

.credit-card .credit-card__goodthru {
  position: absolute;
  top: 68%;
  color: white;
  font-size: 8px;
  left: 51%;
}

.credit-card .credit-card__name {
  position: absolute;
  bottom: 10%;
  color: white;
  font-size: 8px;
  left: 7%;
  text-transform: uppercase;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .credit-card .credit-card__name {
    font-size: 7px;
  }
}

.account-saved-cards {
  margin: 35px auto;
}

@media (max-width: 767px) {
  .account-saved-cards .swiper-wrapper {
    width: 100% !important;
    height: auto;
    display: block;
  }
}

.account-saved-cards .swiper-slide {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.account-saved-cards .swiper-slide.account-saved-cards__default {
  background: #f4f4f4;
  border: 1px solid #d11249;
}

@media (max-width: 767px) {
  .account-saved-cards .swiper-slide {
    float: none;
    display: block;
    margin-bottom: 25px;
    padding: 20px 5px;
  }
}

@media (max-width: 767px) {
  .account-saved-cards .credit-cards__prev,
  .account-saved-cards .credit-cards__next {
    display: none;
  }
}

.credit-card__label {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 400;
}

.account-saved-cards__default .credit-card__label {
  color: #d11249;
  font-weight: 500;
}

.credit-card__actions {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .credit-card__actions {
    font-size: 14px;
  }
}

.credit-card__actions a {
  color: #d11249;
  margin: 0 3px;
}

.payment__title {
  margin-bottom: 20px;
}

.payment__section {
  margin-top: 10px;
  margin-bottom: 50px;
}

.payment__sectiontitle {
  font-family: ;
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 10px;
}

.payment__sectiontitle img {
  height: 20px;
  width: auto;
  margin-right: 10px;
  margin-top: -3px;
}

.payment__desc {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.payment__attr {
  margin: 20px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.payment__attr label {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.payment__options {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.payment__options .payment__option {
  width: 13.4%;
  height: 65px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #ddd;
  float: left;
  margin: 0.4%;
  cursor: pointer;
  transition: all 0.3s;
}

.payment__options .payment__option.disabled {
  pointer-events: none;
  opacity: 0.45;
}

@media (max-width: 767px) {
  .payment__options .payment__option {
    width: 31%;
    margin: 1%;
  }
}

.payment__options .payment__option.payment__option--visa {
  background-image: url("../images/registration/logo-visa-bw.png");
}

.payment__options .payment__option.payment__option--visa:hover,
.payment__options .payment__option.payment__option--visa.active {
  background-image: url("../images/registration/logo-visa.png");
}

.payment__options .payment__option.payment__option--master {
  background-image: url("../images/registration/logo-master-bw.png");
}

.payment__options .payment__option.payment__option--master:hover,
.payment__options .payment__option.payment__option--master.active {
  background-image: url("../images/registration/logo-master.png");
}

.payment__options .payment__option.payment__option--amex {
  background-image: url("../images/registration/logo-amex-bw.png");
}

.payment__options .payment__option.payment__option--amex:hover,
.payment__options .payment__option.payment__option--amex.active {
  background-image: url("../images/registration/logo-amex.png");
}

.payment__options .payment__option.payment__option--jcb {
  background-image: url("../images/registration/logo-jcb-bw.png");
}

.payment__options .payment__option.payment__option--jcb:hover,
.payment__options .payment__option.payment__option--jcb.active {
  background-image: url("../images/registration/logo-jcb.png");
}

.payment__options .payment__option.payment__option--union {
  background-image: url("../images/registration/logo-unionpay-bw.png");
}

.payment__options .payment__option.payment__option--union:hover,
.payment__options .payment__option.payment__option--union.active {
  background-image: url("../images/registration/logo-unionpay.png");
}

.payment__options .payment__option.payment__option--alipay {
  background-image: url("../images/registration/logo-alipay-bw.png");
}

.payment__options .payment__option.payment__option--alipay:hover,
.payment__options .payment__option.payment__option--alipay.active {
  background-image: url("../images/registration/logo-alipay.png");
}

.payment__options .payment__option.payment__option--applepay {
  background-image: url("../images/registration/logo-applepay-bw.png");
}

.payment__options .payment__option.payment__option--applepay:hover,
.payment__options .payment__option.payment__option--applepay.active {
  background-image: url("../images/registration/logo-applepay.png");
}

.payment__options .payment__option.payment__option--samsungpay {
  background-image: url("../images/registration/logo-samsung-bw.png");
}

.payment__options .payment__option.payment__option--samsungpay:hover,
.payment__options .payment__option.payment__option--samsungpay.active {
  background-image: url("../images/registration/logo-samsung.png");
}

.payment__options .payment__option.payment__option--wechatpay {
  background-image: url("../images/registration/logo-wechatpay-bw.png");
}

.payment__options .payment__option.payment__option--wechatpay:hover,
.payment__options .payment__option.payment__option--wechatpay.active {
  background-image: url("../images/registration/logo-wechatpay.png");
}

.payment__options .payment__option.payment__option--amex {
  background-image: url("../images/registration/logo-amex-bw.png");
}

.payment__options .payment__option.payment__option--amex:hover,
.payment__options .payment__option.payment__option--amex.active {
  background-image: url("../images/registration/logo-amex.png");
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.payment__gateway {
  display: none;
}

.payment__gateway .payment__gateway__content {
  padding: 35px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.payment__gateway .payment__gateway__content i {
  animation: infinite-spinning 2s infinite linear;
}

.new-credit-card {
  font-family: "ocra";
  max-width: 350px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .new-credit-card {
    max-width: 287px;
  }

  .edit-saved-card .new-credit-card {
    max-width: 350px;
  }
}

.edit-saved-card .new-credit-card {
  margin-bottom: 35px;
}

.new-credit-card .new-credit-card__master,
.new-credit-card .new-credit-card__visa,
.new-credit-card .new-credit-card__amex,
.new-credit-card .new-credit-card__jcb {
  display: none;
}

.new-credit-card[data-type="visa"] .new-credit-card__visa {
  display: block;
}

.new-credit-card[data-type="visa"] .new-credit-card__empty,
.new-credit-card[data-type="visa"] .new-credit-card__master,
.new-credit-card[data-type="visa"] .new-credit-card__amex,
.new-credit-card[data-type="visa"] .new-credit-card__jcb {
  display: none;
}

.new-credit-card[data-type="master"] .new-credit-card__master {
  display: block;
}

.new-credit-card[data-type="master"] .new-credit-card__empty,
.new-credit-card[data-type="master"] .new-credit-card__visa,
.new-credit-card[data-type="master"] .new-credit-card__amex,
.new-credit-card[data-type="master"] .new-credit-card__jcb {
  display: none;
}

.new-credit-card[data-type="amex"] .new-credit-card__amex {
  display: block;
}

.new-credit-card[data-type="amex"] .new-credit-card__empty,
.new-credit-card[data-type="amex"] .new-credit-card__master,
.new-credit-card[data-type="amex"] .new-credit-card__visa,
.new-credit-card[data-type="amex"] .new-credit-card__jcb {
  display: none;
}

.new-credit-card[data-type="jcb"] .new-credit-card__jcb {
  display: block;
}

.new-credit-card[data-type="jcb"] .new-credit-card__empty,
.new-credit-card[data-type="jcb"] .new-credit-card__master,
.new-credit-card[data-type="jcb"] .new-credit-card__visa,
.new-credit-card[data-type="jcb"] .new-credit-card__amex {
  display: none;
}

.new-credit-card img {
  width: 100%;
  height: auto;
}

.new-credit-card .new-credit-card__no {
  position: absolute;
  top: 52%;
  left: 4%;
  color: white;
  width: 90%;
  text-align: left;
  font-size: 18px;
}

.new-credit-card .new-credit-card__no span {
  margin: 0 13px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .new-credit-card .new-credit-card__no {
    font-size: 15px;
  }

  .new-credit-card .new-credit-card__no span {
    margin: 0 10px;
  }
}

.new-credit-card .unioncard_noleft_lessfont {
  left: 1%;
  font-size: 16px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .new-credit-card .unioncard_noleft_lessfont {
    font-size: 13px;
  }
}

.new-credit-card .new-credit-card__goodthru {
  position: absolute;
  top: 67%;
  color: white;
  font-size: 14px;
  left: 51%;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .new-credit-card .new-credit-card__goodthru {
    font-size: 12px;
  }
}

.new-credit-card .new-credit-card__name {
  position: absolute;
  bottom: 8%;
  color: white;
  font-size: 14px;
  left: 7%;
  text-transform: uppercase;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .new-credit-card .new-credit-card__name {
    font-size: 12px;
  }
}

#new-credit-card-name {
  text-transform: uppercase;
}

.checkoutPage .payment__gateway > form {
  padding-top: 2.5rem;
}

@media (max-width: 480px) {
  .checkoutPage .payment__gateway__content .btns {
    width: 100%;
  }
}

.wishlists {
  margin: 35px auto;
}

.wishlist-status {
  padding: 20px 20px 0 20px;
  background: #f4f4f4;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

@media (max-width: 767px) {
  .wishlist-status {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.wishlist-status [class^="col-"] {
  margin-bottom: 20px;
}

.wishlist-status a {
  color: #d11249;
  text-decoration: underline;
}

.my-changi-reward {
  margin: 35px 0;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.my-changi-reward .my-changi-reward__left {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__card {
  margin-bottom: 25px;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__card img {
  width: 100%;
  height: auto;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__type {
  font-weight: 500;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__cardno {
  margin-bottom: 15px;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__new {
  font-size: 12px;
}

.my-changi-reward .my-changi-reward__left .my-changi-reward__new a {
  color: #d11249;
  text-decoration: underline;
}

.my-changi-reward .my-changi-reward__right {
  text-align: center;
}

.my-changi-reward .my-changi-reward__right .my-changi-reward__points {
  font-family: ;
  font-size: 65px;
  font-style: italic;
  margin-top: -50px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .my-changi-reward .my-changi-reward__right .my-changi-reward__points {
    margin-top: -25px;
  }
}

.my-changi-reward .my-changi-reward__right .my-changi-reward__sub {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.my-changi-reward .my-changi-reward__right .my-changi-reward__text {
  font-size: 14px;
  font-weight: 300;
}

.my-changi-reward .my-changi-reward__progress-wrapper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.my-changi-reward .my-changi-reward__progress {
  margin-left: -15%;
  margin-right: -15%;
}

@media screen and (max-width: 767px) {
  .my-changi-reward .my-changi-reward__progress {
    margin-left: -10%;
    margin-right: -10%;
  }
}

.my-changi-reward .my-changi-reward__progress .my-changi-reward__milestone {
  width: 33.333%;
  text-align: center;
  float: left;
  font-size: 12px;
}

.my-changi-reward .my-changi-reward__progress .my-changi-reward__milestone img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.my-changi-reward #btn-cancel-updating-card {
  background-color: #ccc;
}

.my-changi-reward .isc-form__section-title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
}

.my-changi-reward .isc-form__section-title img {
  height: 20px;
  width: auto;
  margin-right: 10px;
  margin-top: -3px;
}

.my-changi-reward .title-left {
  text-align: left !important;
}

.my-changi-reward #arcTextDiv {
  width: 100px;
  position: absolute;
  top: 62px;
  left: 102px;
  z-index: 1;
}

.my-changi-reward #arcSideTextDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

@media (max-device-width: 550px) {
  .my-changi-reward #arcSideTextDiv {
    height: auto;
    margin-top: 20px;
  }
}

.my-changi-reward .text-grey {
  color: #666666;
}

.my-changi-reward .text-white {
  color: #ffffff;
}

.my-changi-reward .text-purple {
  color: #663396;
}

.my-changi-reward .text-gold {
  color: #ac9c6e;
}

.my-changi-reward .bg-purple {
  background-color: #663396 !important;
}

.my-changi-reward .bg-gold {
  background-color: #ac9c6e !important;
}

.my-changi-reward .bg-grey {
  background-color: #666666 !important;
}

.my-changi-reward .text-platinum {
  color: #8b878e;
}

.perferences-group {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.perferences-group .isc-form__checkbox {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.perferences-group .perferences-group--sub {
  padding-left: 30px;
  margin-bottom: 25px;
}

.perferences-group .perferences-group--sub:last-of-type {
  margin-bottom: 0;
}

.perferences-group .isc-select {
  max-width: 300px;
  font-size: 13px;
}

.perferences-group button {
  max-width: 400px !important;
}

.order-summary-col {
  height: auto;
  max-width: 320px;
  width: 100%;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .order-summary-col {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .order-summary-col {
    max-width: 100%;
  }
}

.order-summary {
  padding: 25px;
  background: #f4f4f4;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .order-summary {
    max-width: 9999px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    float: none;
    margin-bottom: 0;
  }
}

.order-summary a {
  color: #d11249;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.order-summary hr {
  border-top: 1px solid #ddd;
}

.order-summary .order-summary__title {
  font-family: ;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.order-summary .order-summary__title a {
  color: #d11249;
}

.order-summary .order-summary__title i {
  float: right;
  font-size: 20px;
  position: relative;
  top: 7px;
}

.order-summary .order-summary__divider {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.order-summary .order-summary__item {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .order-summary .order-summary__item {
    font-size: 13px;
  }
}

.order-summary .order-summary__item dt {
  font-weight: 300;
  width: 65%;
  display: inline-block;
}

.order-summary .order-summary__item dd {
  width: 29%;
  display: inline-block;
  text-align: right;
  float: right;
}

.order-summary .order-summary__item.redemption-summary dt {
  width: 60%;
}

.order-summary .order-summary__item.redemption-summary dd {
  width: 40%;
}

.order-summary .order-summary__subitems {
  font-size: 12px;
  padding-left: 20px;
  display: none;
}

@media (max-width: 991px) {
  .order-summary .order-summary__subitems {
    padding-left: 5px;
  }
}

.order-summary .order-summary__subitems .order-summary__subitem {
  margin: 10px 0;
}

.order-summary .order-summary__subitems .order-summary__subitem dd {
  font-weight: 300;
}

.promot-excerpt__pagniation {
  position: relative;
  top: -40px;
  clear: both;
  text-align: center;
}

.promot-excerpt__pagniation span {
  font-family: "Montserrat", "Arial", Sans-serif;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

.promot-excerpt__pagniation span.active {
  color: #d11249;
}

@media (max-width: 767px) {
  .promot-excerpt-mobile-swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .promot-excerpt-mobile-swiper .swiper-wrapper {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    text-align: left;
  }

  .promot-excerpt-mobile-swiper .swiper-wrapper .swiper-slide {
    display: inline-block;
    margin-left: -4px;
    width: 33.33333%;
    padding: 0 15px;
  }
}

.promot-excerpt-shelf {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .promot-excerpt-shelf {
    margin-left: auto;
    margin-right: auto;
  }
}

.promot-excerpt-shelf .promot-excerpt {
  padding: 0 15px;
  width: 33.333%;
  float: left;
}

@media (max-width: 767px) {
  .promot-excerpt-shelf .promot-excerpt {
    width: 100%;
    padding: 0 0px;
    margin-right: 10px;
  }
}

.promot-excerpt {
  text-align: center;
  margin-bottom: 80px;
}

.promot-excerpt.promot-excerpt--small {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .promot-excerpt.promot-excerpt--small {
    width: 49.5%;
    display: inline-block;
    margin-right: 0;
  }
}

.promot-excerpt.promot-excerpt--popup {
  cursor: pointer;
}

.promot-excerpt .promot-excerpt__img img {
  width: 100%;
  height: auto;
}

.promot-excerpt .promot-excerpt__title {
  font-family: ;
  font-size: 19px;
  font-style: italic;
  margin: 15px 0;
  min-height: 60px;
}

@media (max-width: 991px) {
  .promot-excerpt .promot-excerpt__title {
    min-height: 114px;
  }
}

@media (max-width: 767px) {
  .promot-excerpt .promot-excerpt__title {
    min-height: auto;
    height: auto;
  }
}

.promot-excerpt .promot-excerpt__text {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 13px;
  min-height: 40px;
}

@media (max-width: 767px) {
  .promot-excerpt .promot-excerpt__text {
    min-height: auto;
    height: auto;
  }
}

.promot-excerpt .promot-excerpt__misc {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin-top: 15px;
}

.promot-excerpt .promot-excerpt__misc a {
  color: #d11249;
  text-decoration: underline;
}

.promot-excerpt .btns {
  margin-bottom: 0;
}

.promot-nav {
  margin: 35px auto;
  max-width: 610px;
  border: 2px solid #ddd;
  border-radius: 1000px;
  padding: 5px;
}

@media (max-width: 767px) {
  .promot-nav {
    border: none;
  }
}

.promot-nav .promot-nav__item {
  cursor: pointer;
  float: left;
  width: 33.3333333%;
  height: 50px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  border-right: 2px solid #ddd;
  text-align: center;
  transition: color 0.3s;
}

.promot-nav .promot-nav__item:active,
.promot-nav .promot-nav__item:hover {
  color: #d11249;
}

.promot-nav .promot-nav__item:last-of-type {
  border-right: 0;
}

.promot-nav .promot-nav__item .promot-nav__item__icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.promot-nav
  .promot-nav__item
  .promot-nav__item__icon.promot-nav__item__icon--ongoing {
  background-image: url(../images/promotion/icon-ongoing-campaigns.png);
}

.promot-nav
  .promot-nav__item
  .promot-nav__item__icon.promot-nav__item__icon--special {
  background-image: url(../images/promotion/icon-special-deals.png);
}

.promot-nav
  .promot-nav__item
  .promot-nav__item__icon.promot-nav__item__icon--partner {
  background-image: url(../images/promotion/icon-partner-deals.png);
}

@media (max-width: 767px) {
  .promot-nav .promot-nav__item .promot-nav__item__icon {
    display: none;
  }
}

.promot-nav .promot-nav__item .promot-nav__item__text {
  vertical-align: top;
  text-align: left;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px;
  display: inline-block;
}

@media (max-width: 767px) {
  .promot-nav .promot-nav__item .promot-nav__item__text {
    text-align: center;
  }
}

.promot-banner {
  width: 100%;
  height: auto;
  margin: 25px auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .promot-banner {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.promot-banner a[data-banner] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.promot-banner .promot-banner__main {
  position: relative;
  float: left;
  width: 66.66666%;
  height: auto;
  background: #333;
}

@media (max-width: 767px) {
  .promot-banner .promot-banner__main {
    width: 100%;
    float: none;
    margin-bottom: 8px;
  }
}

.promot-banner .promot-banner__main .promot-banner__mainbanner {
  position: relative;
  width: 100%;
  height: 100%;
}

.promot-banner .promot-banner__sub {
  position: relative;
  float: right;
  width: calc(33.33333% - 8px);
  height: auto;
}

@media (max-width: 767px) {
  .promot-banner .promot-banner__sub {
    width: 100%;
    float: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.promot-banner
  .promot-banner__sub
  .promot-banner__sub-wrapper
  .promot-banner__subbanner {
  position: relative;
  width: 100%;
  background: #333;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .promot-banner
    .promot-banner__sub
    .promot-banner__sub-wrapper
    .promot-banner__subbanner {
    width: calc(50% - 4px);
    float: left;
    margin-right: 8px;
  }

  .promot-banner
    .promot-banner__sub
    .promot-banner__sub-wrapper
    .promot-banner__subbanner:last-of-type {
    margin-right: 0;
  }
}

.support-excerpt {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 35px;
}

.support-excerpt .support-excerpt__icon {
  margin-bottom: 30px;
}

.support-excerpt .support-excerpt__icon img {
  width: 100%;
  max-width: 150px;
}

.support-excerpt .support-excerpt__title {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
  min-height: 68px;
}

@media (max-width: 991px) {
  .support-excerpt .support-excerpt__title {
    min-height: 102px;
  }
}

@media (max-width: 767px) {
  .support-excerpt .support-excerpt__title {
    min-height: 0px;
  }
}

.support-excerpt .support-excerpt__text {
  font-size: 15px;
  font-weight: 300;
  min-height: 90px;
}

.support-excerpt .support-excerpt__text a {
  color: #d11249;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .support-excerpt .support-excerpt__text {
    min-height: 0;
  }
}

.support-excerpt.support-excerpt--mobilerow {
  clear: both;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .support-excerpt.support-excerpt--mobilerow {
    text-align: left;
  }

  .support-excerpt.support-excerpt--mobilerow .support-excerpt__icon {
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
  }

  .support-excerpt.support-excerpt--mobilerow .support-excerpt__icon img {
    width: 80px;
  }

  .support-excerpt.support-excerpt--mobilerow .support-excerpt__content {
    float: left;
    width: calc(100% - 100px);
  }

  .support-excerpt.support-excerpt--mobilerow .support-excerpt__title {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .support-excerpt.support-excerpt--mobilerow .support-excerpt__text {
    font-size: 15px;
    font-weight: 300;
    min-height: 0px;
  }
}

.support-info {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 480px) {
  .support-info {
    padding-bottom: 20px;
  }
}

.support-info .support-info__icon {
  margin-bottom: 30px;
}

.support-info .support-info__icon img {
  width: 100%;
  max-width: 110px;
}

.support-info .support-info__title {
  font-family: ;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .support-info .support-info__title {
    min-height: 102px;
  }
}

@media (max-width: 767px) {
  .support-info .support-info__title {
    min-height: 0px;
  }
}

@media screen and (max-width: 480px) {
  .support-info .support-info__title {
    padding-bottom: 5px;
  }
}

.support-info .support-info__text {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 200;
  margin-bottom: 10px;
  color: #999;
}

.support-info .support-info__text a {
  color: #d11249;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .support-info .support-info__text {
    min-height: 0;
  }
}

.support-info.support-info__guarantees--full {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .support-info.support-info__guarantees--full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.support-info.support-info__guarantees--full .support-info__guarantees--left {
  display: inline-block;
  width: 10%;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .support-info.support-info__guarantees--full .support-info__guarantees--left {
    margin-bottom: 0px;
    margin-right: 20px !important;
  }
}

.support-info.support-info__guarantees--full .support-info__guarantees--right {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding-left: 10px;
  text-align: left;
}

.support-info.support-info__guarantees--full .support-info__icon img {
  width: unset;
  max-width: 53px;
  max-height: 53px;
}

.support-info.support-info__guarantees--full .support-info__title,
.support-info.support-info__guarantees--full .support-info__text {
  min-height: 20px;
}

.support-info.support-info--mobilerow {
  clear: both;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .support-info.support-info--mobilerow {
    text-align: left;
  }

  .support-info.support-info--mobilerow .support-info__icon {
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
  }

  .support-info.support-info--mobilerow .support-info__icon img {
    width: 80px;
  }

  .support-info.support-info--mobilerow .support-info__content {
    float: left;
    width: calc(100% - 100px);
  }

  .support-info.support-info--mobilerow
    .support-info__content.support-info__guarantees--right {
    width: calc(100% - 80px);
  }

  .support-info.support-info--mobilerow .support-info__title {
    font-size: 1.0625rem;
    line-height: 1.32813rem;
    margin-bottom: 0px;
  }

  .support-info.support-info--mobilerow .support-info__text {
    font-size: 0.9375rem;
    line-height: 1.17188rem;
    font-weight: 200;
    min-height: 0px;
  }
}

@media screen and (max-width: 480px) {
  .support-info.support-info--mobilerow {
    text-align: center;
  }

  .support-info.support-info--mobilerow .support-info__icon {
    float: none;
    margin: 0 auto;
  }

  .support-info.support-info--mobilerow .support-info__icon img {
    width: 80px;
  }

  .support-info.support-info--mobilerow .support-info__content {
    float: none;
    width: calc(100% - 100px);
    margin: 15px auto 0;
  }
}

.hiws {
  margin-top: 35px;
  margin-bottom: 35px;
}

.hiws .hiw {
  position: relative;
  text-align: center;
  max-width: 200px;
  height: 180px;
  margin: 0 auto 30px;
}

.hiws .hiw .hiw__arrow {
  position: absolute;
  width: 35px;
  height: auto;
  top: 25%;
  right: -40px;
}

@media (max-width: 767px) {
  .hiws .hiw .hiw__arrow {
    display: none;
  }
}

.hiws .hiw .hiw__img {
  margin-bottom: 30px;
}

.hiws .hiw .hiw__img img {
  width: auto;
  max-height: 70px;
}

.hiws .hiw .hiw__text {
  font-weight: 300;
  font-size: 14px;
}

.hiws .hiw .hiw__no {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #111;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hts-three-items {
  margin-top: 15px;
  margin-bottom: 35px;
}

.hts-four-steps {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hts-three-item {
  position: relative;
  text-align: center;
  max-width: 200px;
  margin: 0 auto 10px;
}

.hts-three-item--wrapper {
  display: table;
}

.hts-three-item__no {
  display: table-cell;
  vertical-align: top;
  width: 17%;
  margin-right: 5px;
}

.hts-three-item__bg,
.hts-four-step__no {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #111;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hts-three-item__img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  margin-bottom: 30px;
}

.hts-three-item__img img {
  width: auto;
  max-height: 70px;
}

.hts-three-item__text,
.hts-four-step__text {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 200;
}

.hts-four-step {
  position: relative;
  text-align: center;
  max-width: 200px;
  height: 180px;
  margin: 0 auto 5px;
}

.hts-four-step__arrow {
  position: absolute;
  width: 35px;
  height: auto;
  top: 25%;
  right: -40px;
}

@media (max-width: 767px) {
  .hts-four-step__arrow {
    display: none;
  }
}

.hts-four-step__img {
  margin-bottom: 30px;
}

.hts-four-step__img img {
  width: auto;
  max-height: 70px;
}

@media (min-width: 768px) {
  .support-body section[id]:before {
    display: block;
    content: " ";
    margin-top: -300px;
    height: 300px;
    visibility: hidden;
  }

  .support-body section[id].anchor-section-1:before {
    display: block;
    content: " ";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
  }

  .support-body section[id].anchor-section-2:before {
    display: block;
    content: " ";
    margin-top: -350px;
    height: 350px;
    visibility: hidden;
  }

  .support-body section[id].anchor-section-3:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
  }
}

.collection-points .tab-pane:not(.active) {
  display: none;
}

.collection-points .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.collection-points .nav-tabs > li {
  float: none;
}

.collection-points .nav-tabs li.active .nav-tabs__icon--one {
  display: inline-block;
}

.collection-points .nav-tabs li.active .nav-tabs__icon--two {
  display: none;
}

.collection-points .nav-tabs__tab img {
  width: auto;
  height: 20px;
}

.collection-points .nav-tabs__tab .nav-tabs__icon--one {
  display: none;
}

.collection-points .nav-tabs__tab .nav-tabs__icon--two {
  display: inline-block;
}

.collection-points .nav-tabs--main li a {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  color: #000;
  padding: 10px 5px;
}

@media screen and (max-width: 480px) {
  .collection-points .nav-tabs--main li a {
    padding: 10px 15px;
  }
}

.collection-points .nav-tabs--main li.active,
.collection-points .nav-tabs--main li.active a,
.collection-points .nav-tabs.nav-justified > .active > a {
  background: transparent;
  border-bottom: 1px solid #d11249;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #000;
}

.collection-points .nav-tabs--main li a:hover,
.collection-points .nav-tabs.nav-justified > .active > a:focus,
.collection-points .nav-tabs.nav-justified > .active > a:hover {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #000;
}

.collection-points .tabs-pill {
  text-align: center;
}

.collection-points .tabs-pill .nav-tabs {
  border-radius: 50px;
  border: none;
  width: 40%;
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 480px) {
  .collection-points .tabs-pill .nav-tabs {
    width: 80%;
  }
}

.collection-points .tabs-pill .nav-tabs li:first-child a {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.collection-points .tabs-pill .nav-tabs li:nth-child(2) a {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.collection-points .tabs-pill .nav-tabs li {
  display: table-cell;
  width: 50%;
  margin: 0 auto;
}

.collection-points .tabs-pill .nav-tabs li a,
.collection-points .tabs-pill .nav-tabs li a:focus,
.collection-points .tabs-pill .nav-tabs li a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ddd;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.collection-points .tabs-pill .nav-tabs li.active a,
.collection-points .tabs-pill .nav-tabs li.active a:focus,
.collection-points .tabs-pill .nav-tabs li.active a:hover {
  background-color: #d11249;
  border: 1px solid #d11249;
  color: #fff;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.collection-points .support-section__tabs .tab-content,
.collection-points .support-section__subtab {
  margin: 35px auto;
}

.collection-points .support-section__subtab--img img {
  width: 100%;
}

.collection-points .support-section__subtab--header {
  font-family: ;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #000;
}

.collection-points .support-section__subtab--subheader {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #000;
  margin-bottom: 5px;
}

.collection-points .support-section__subtab--subcopy {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #111;
}

.collection-points .support-section__twocols {
  display: table;
}

.collection-points .support-section__subtab--img,
.collection-points .support-section__subtab--copy {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .collection-points .support-section__subtab--img,
  .collection-points .support-section__subtab--copy {
    display: block;
  }
}

.collection-points .support-section__subtab--img {
  width: 60%;
  padding-right: 30px;
}

@media screen and (max-width: 480px) {
  .collection-points .support-section__subtab--img {
    width: 100%;
    margin: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.collection-points .support-section__subtab--copy {
  width: 40%;
}

@media screen and (max-width: 480px) {
  .collection-points .support-section__subtab--copy {
    width: 100%;
  }
}

.collection-points .categorization-wrapper {
  display: table;
}

.collection-points .categorization--left,
.collection-points .categorization--right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.collection-points .categorization-inner-wrapper {
  display: table;
}

.collection-points .categorization-inner__icon,
.collection-points .categorization-inner__copy {
  display: table-cell;
  vertical-align: top;
}

.collection-points .categorization-inner__icon {
  width: 10%;
}

.collection-points .categorization-inner__copy {
  width: 90%;
  padding-left: 5px;
}

.collection-points .categorization {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #000;
}

.collection-points .support-section__subtab--shoplisting {
  list-style: none;
  padding-left: 0;
}

.collection-points .support-section__subtab--shoplisting li {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: #000;
  padding: 3px;
}

.choose-login-type a,
.onechangi-login a,
.returning-customers a {
  color: #d11249;
}

.choose-login-type .login-warning,
.onechangi-login .login-warning,
.returning-customers .login-warning {
  text-align: center;
}

.choose-login-type .login-btns {
  margin: 25px 0 45px 0;
}

.onechangi-login .login-btns {
  margin-top: 25px;
}

@media screen and (max-width: 667px) {
  .login-btn--onechangi {
    margin-bottom: 20px;
  }
}

.returning-customers-form {
  max-width: 550px;
  margin: 45px auto;
}

.returning-customers-form .login-btns {
  margin: 15px 0 35px 0;
}

.isc-form--login-returning-customer {
  margin: auto;
  text-align: right;
}

.isc-form--login-returning-customer .login-btn--forgotpsw {
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  margin-top: -10px;
  padding: 0 0 20px 0;
  border: 0;
  color: #999;
  font-weight: 400;
  font-family: "Montserrat", "Arial", Sans-serif;
  background-color: transparent;
}

.brand-search-wrapper {
  margin: 15px 0 0 0;
}

.brand-search-wrapper .fl_wrap {
  margin-bottom: 0;
}

.widget-wrapper {
  position: fixed;
  right: 0;
  top: 32%;
  height: 225px;
  z-index: 8888;
  transform: translateX(0px);
  transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opactiy 1000ms ease;
  opacity: 1;
}

.widget-wrapper a,
.widget-wrapper a.active,
.widget-wrapper a.focus,
.widget-wrapper a.hover {
  text-decoration: none;
  cursor: pointer;
}

.widget-wrapper.open {
  transform: translateX(-100px);
}

@media screen and (max-width: 480px) {
  .widget-wrapper {
    opacity: 0.8;
  }

  .widget-wrapper.open {
    opacity: 1;
  }
}

.widget,
.widget-categories {
  display: inline-block;
}

.widget {
  position: absolute;
  right: 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-transform: uppercase;
  padding: 10px;
  width: 50px;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media screen and (max-width: 480px) {
  .widget {
    width: 40px;
    height: 70%;
  }
}

.widget-arrow {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.95313rem;
  margin-top: 12px;
  transition: transform 250ms ease;
}

.open .widget-arrow {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-left: 2px;
}

@media screen and (max-width: 480px) {
  .widget-arrow {
    font-size: 0.9375rem;
    line-height: 1.17188rem;
    margin: 0;
  }
}

.copy-vertical {
  width: 160px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  transform-origin: right bottom 0;
  float: right;
  text-align: center;
  margin-top: -32px;
  height: 22px;
}

@media screen and (max-width: 480px) {
  .copy-vertical {
    font-size: 0.625rem;
    line-height: 0.78125rem;
    height: 14px;
  }
}

.widget-categories {
  top: 35%;
  height: 225px;
  width: 100px;
  margin-right: -100px;
  padding: 5px 8px;
  background: #f4f4f4;
}

.widget-categories a {
  color: #000;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-decoration: none;
}

.widget-categories a:hover {
  color: #d11249;
}

@media screen and (max-width: 480px) {
  .widget-categories {
    height: auto;
  }
}

.widget-category {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.widget-category.widget-category__clear {
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  .widget-category {
    padding: 7.5px;
  }
}

.widget-category__icon {
  height: 30px;
}

@media screen and (max-width: 480px) {
  .widget-category__icon {
    display: none;
  }
}

.widget-category__icon [class^="icon-"] {
  font-size: 34px;
}

.widget-category__name {
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

.widget-category__clear {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.top-maintenance_msg {
  background-color: #fff9ba;
  padding: 5px 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 300;
  font-family: Montserrat, Arial, Sans-serif;
}

.top-maintenance_msg #maintenance_msg_close {
  text-align: right;
  height: 0px;
  margin-right: 5px;
  margin-top: 0px;
  font-weight: 700;
}

.top-maintenance_msg #maintenance_msg_close a {
  text-decoration: none;
}

.modal--flashsale,
.modal--flashsale-part-2,
.modal--collection-point,
.modal--product-quick-view {
  text-align: center;
}

.modal--flashsale .modal-content,
.modal--flashsale-part-2 .modal-content,
.modal--collection-point .modal-content,
.modal--product-quick-view .modal-content {
  border-radius: 0;
}

.modal--flashsale .modal-header,
.modal--flashsale-part-2 .modal-header,
.modal--collection-point .modal-header,
.modal--product-quick-view .modal-header {
  border-bottom: none;
}

.modal--flashsale .modal-header,
.modal--flashsale-part-2 .modal-header,
.modal--collection-point .modal-header,
.modal--product-quick-view .modal-header {
  padding: 20px 20px 0;
}

.modal--flashsale .modal-body,
.modal--flashsale-part-2 .modal-body,
.modal--collection-point .modal-body,
.modal--product-quick-view .modal-body {
  padding: 0 30px 20px;
}

.modal--flashsale .modal-body .modal-body--product-info,
.modal--flashsale-part-2 .modal-body .modal-body--product-info,
.modal--collection-point .modal-body .modal-body--product-info,
.modal--product-quick-view .modal-body .modal-body--product-info {
  margin-top: 0;
}

.modal--flashsale
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media,
.modal--flashsale-part-2
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media,
.modal--collection-point
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media,
.modal--product-quick-view
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media {
  display: block;
  text-align: left;
}

.modal--flashsale .modal-body .modal-body--product-info .product__right,
.modal--flashsale-part-2 .modal-body .modal-body--product-info .product__right,
.modal--collection-point .modal-body .modal-body--product-info .product__right,
.modal--product-quick-view
  .modal-body
  .modal-body--product-info
  .product__right {
  padding-top: 0;
}

.modal--flashsale .modal-footer,
.modal--flashsale-part-2 .modal-footer,
.modal--collection-point .modal-footer,
.modal--product-quick-view .modal-footer {
  border-top: none;
}

.modal--flashsale .modal-title,
.modal--flashsale-part-2 .modal-title,
.modal--collection-point .modal-title,
.modal--product-quick-view .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
}

.modal--flashsale .modal-paragraph,
.modal--flashsale-part-2 .modal-paragraph,
.modal--collection-point .modal-paragraph,
.modal--product-quick-view .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
}

.modal--flashsale .collection-point,
.modal--flashsale-part-2 .collection-point,
.modal--collection-point .collection-point,
.modal--product-quick-view .collection-point {
  margin: 18px 0;
}

.modal--flashsale .collection-point__options button,
.modal--flashsale-part-2 .collection-point__options button,
.modal--collection-point .collection-point__options button,
.modal--product-quick-view .collection-point__options button {
  width: 179px;
}

@media screen and (max-width: 767px) {
  .modal--flashsale .collection-point__options button,
  .modal--flashsale-part-2 .collection-point__options button,
  .modal--collection-point .collection-point__options button,
  .modal--product-quick-view .collection-point__options button {
    width: 100%;
    position: relative;
    margin: 5px 0px 5px 0px;
  }
}

.modal--flashsale .collection-point__options button.tag--icon,
.modal--flashsale-part-2 .collection-point__options button.tag--icon,
.modal--collection-point .collection-point__options button.tag--icon,
.modal--product-quick-view .collection-point__options button.tag--icon {
  padding: 10px 10px 15px;
}

@media screen and (max-width: 767px) {
  .modal--flashsale .collection-point__options button.tag--icon,
  .modal--flashsale-part-2 .collection-point__options button.tag--icon,
  .modal--collection-point .collection-point__options button.tag--icon,
  .modal--product-quick-view .collection-point__options button.tag--icon {
    padding: 20px 10px 20px;
  }
}

.modal--flashsale
  .collection-point__options
  button:focus
  .collection-point__options-icon,
.modal--flashsale
  .collection-point__options
  button:hover
  .collection-point__options-icon,
.modal--flashsale
  .collection-point__options
  button:visited
  .collection-point__options-icon,
.modal--flashsale-part-2
  .collection-point__options
  button:focus
  .collection-point__options-icon,
.modal--flashsale-part-2
  .collection-point__options
  button:hover
  .collection-point__options-icon,
.modal--flashsale-part-2
  .collection-point__options
  button:visited
  .collection-point__options-icon,
.modal--collection-point
  .collection-point__options
  button:focus
  .collection-point__options-icon,
.modal--collection-point
  .collection-point__options
  button:hover
  .collection-point__options-icon,
.modal--collection-point
  .collection-point__options
  button:visited
  .collection-point__options-icon,
.modal--product-quick-view
  .collection-point__options
  button:focus
  .collection-point__options-icon,
.modal--product-quick-view
  .collection-point__options
  button:hover
  .collection-point__options-icon,
.modal--product-quick-view
  .collection-point__options
  button:visited
  .collection-point__options-icon {
  background-position: -18px;
}

.modal--flashsale .collection-point__options-icon,
.modal--flashsale-part-2 .collection-point__options-icon,
.modal--collection-point .collection-point__options-icon,
.modal--product-quick-view .collection-point__options-icon {
  position: relative;
  top: 4px;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.checked .modal--flashsale .collection-point__options-icon,
.checked .modal--flashsale-part-2 .collection-point__options-icon,
.checked .modal--collection-point .collection-point__options-icon,
.checked .modal--product-quick-view .collection-point__options-icon {
  background-position: -18px;
}

.modal--flashsale
  .collection-point__options-icon.collection-point__options-icon--depart,
.modal--flashsale-part-2
  .collection-point__options-icon.collection-point__options-icon--depart,
.modal--collection-point
  .collection-point__options-icon.collection-point__options-icon--depart,
.modal--product-quick-view
  .collection-point__options-icon.collection-point__options-icon--depart {
  background-image: url("../assets/icon-depart.png");
}

.modal--flashsale
  .collection-point__options-icon.collection-point__options-icon--arrival,
.modal--flashsale-part-2
  .collection-point__options-icon.collection-point__options-icon--arrival,
.modal--collection-point
  .collection-point__options-icon.collection-point__options-icon--arrival,
.modal--product-quick-view
  .collection-point__options-icon.collection-point__options-icon--arrival {
  background-image: url("../assets/icon-arrival.png");
}

.modal--flashsale
  .collection-point__options-icon.collection-point__options-icon--truck,
.modal--flashsale-part-2
  .collection-point__options-icon.collection-point__options-icon--truck,
.modal--collection-point
  .collection-point__options-icon.collection-point__options-icon--truck,
.modal--product-quick-view
  .collection-point__options-icon.collection-point__options-icon--truck {
  background-image: url("../assets/icon-truck.png");
}

@media screen and (max-width: 767px) {
  .modal--flashsale .collection-point__options-icon,
  .modal--flashsale-part-2 .collection-point__options-icon,
  .modal--collection-point .collection-point__options-icon,
  .modal--product-quick-view .collection-point__options-icon {
    position: absolute;
    left: 20%;
    top: 34%;
  }
}

@media screen and (max-width: 767px) {
  .modal--flashsale .collection-point__options-text,
  .modal--flashsale-part-2 .collection-point__options-text,
  .modal--collection-point .collection-point__options-text,
  .modal--product-quick-view .collection-point__options-text {
    margin-left: 20px;
  }
}

.modal--flashsale .collection-point__title,
.modal--flashsale-part-2 .collection-point__title,
.modal--collection-point .collection-point__title,
.modal--product-quick-view .collection-point__title {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
}

.modal--flashsale .redeemed__message,
.modal--flashsale-part-2 .redeemed__message,
.modal--collection-point .redeemed__message,
.modal--product-quick-view .redeemed__message {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.modal--flashsale .collection-point__info,
.modal--flashsale-part-2 .collection-point__info,
.modal--collection-point .collection-point__info,
.modal--product-quick-view .collection-point__info {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0px 10px 0px;
}

.modal--flashsale .redeemed,
.modal--flashsale-part-2 .redeemed,
.modal--collection-point .redeemed,
.modal--product-quick-view .redeemed {
  margin: 10px 0px;
}

.modal--flashsale .redeemed .redeemed__message,
.modal--flashsale-part-2 .redeemed .redeemed__message,
.modal--collection-point .redeemed .redeemed__message,
.modal--product-quick-view .redeemed .redeemed__message {
  font-size: 0.6875rem;
  line-height: 0.85938rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-bottom: 20px;
}

.modal--flashsale .redeemed .redeemed__product-details,
.modal--flashsale-part-2 .redeemed .redeemed__product-details,
.modal--collection-point .redeemed .redeemed__product-details,
.modal--product-quick-view .redeemed .redeemed__product-details {
  margin: 10px 0px 0px 10px;
  text-align: left;
  width: 60%;
}

.modal--flashsale
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__brand,
.modal--flashsale-part-2
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__brand,
.modal--collection-point
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__brand,
.modal--product-quick-view
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__brand {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
  font-style: italic;
  font-family: ;
}

.modal--flashsale
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__name,
.modal--flashsale-part-2
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__name,
.modal--collection-point
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__name,
.modal--product-quick-view
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__name {
  font-size: 1.0625rem;
  line-height: 1.32813rem;
  font-weight: 300;
  font-family: ;
  margin-top: 10px;
}

.modal--flashsale
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price,
.modal--flashsale-part-2
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price,
.modal--collection-point
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price,
.modal--product-quick-view
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  margin-top: 10px;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.modal--flashsale
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price
  .redeemed__product-details__original,
.modal--flashsale-part-2
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price
  .redeemed__product-details__original,
.modal--collection-point
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price
  .redeemed__product-details__original,
.modal--product-quick-view
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__price
  .redeemed__product-details__original {
  color: #999;
  text-decoration: line-through;
}

.modal--flashsale
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__savings,
.modal--flashsale-part-2
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__savings,
.modal--collection-point
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__savings,
.modal--product-quick-view
  .redeemed
  .redeemed__product-details
  .redeemed__product-details__savings {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  color: #d11249;
  margin-top: 10px;
  text-transform: uppercase;
}

.modal--flashsale .collection-point__error,
.modal--flashsale-part-2 .collection-point__error,
.modal--collection-point .collection-point__error,
.modal--product-quick-view .collection-point__error {
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
  color: #d11249;
}

@media screen and (min-width: 768px) {
  .modal--flashsale-part-2 .modal-dialog {
    width: 680px;
  }
}

.inst-popup__button {
  cursor: pointer;
}

.inst-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}

.inst-popup .inst-popup__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.inst-popup .inst-popup__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.inst-popup .inst-popup__inner .inst-popup__ctn {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 400px;
  margin: 30px auto;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__head {
  padding: 10px;
  background: #fff;
  height: 60px;
  box-sizing: border-box;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__head
  .inst-popup__avatar {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 3000px;
  margin-right: 10px;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__head
  .inst-popup__avatar
  img {
  width: 100%;
  height: auto;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__head
  .inst-popup__name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__head
  .inst-popup__closer {
  position: absolute;
  width: 15px;
  height: 25px;
  top: 17px;
  right: 17px;
  background: url("../assets/btn-close-inst.png") center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__img img {
  width: 100%;
  height: auto;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__likes {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__text {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__text a {
  color: #d11249;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
  margin-bottom: 20px;
}

.inst-popup .inst-popup__inner .inst-popup__ctn .inst-popup__content {
  padding: 20px;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__content
  .inst-popup__actions
  a {
  display: inline-block;
  padding: 7px 10px;
  color: white;
  font-size: 12px;
  background: #f38022;
  font-weight: 300;
  border-radius: 50%;
  margin-right: 10px;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__content
  .inst-popup__actions
  a:hover {
  text-decoration: none;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__content
  .inst-popup__actions
  a.inst-popup__action-facebook {
  background: #426dac;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__content
  .inst-popup__actions
  a.inst-popup__action-twitter {
  background: #58aaee;
}

.inst-popup
  .inst-popup__inner
  .inst-popup__ctn
  .inst-popup__content
  .inst-popup__actions
  a.inst-popup__action-email {
  background: #f38022;
}

.modal--logininfo .modal-content {
  border-radius: 0;
}

.modal--logininfo .modal-header {
  border-bottom: none;
}

.modal--logininfo .modal-header {
  padding: 20px 20px 0;
}

.modal--logininfo .modal-body {
  padding: 0px 15px 20px;
}

.modal--logininfo .modal-footer {
  border-top: none;
}

.modal--logininfo .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
  text-align: center;
}

.modal--logininfo .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
  text-align: left;
}

.modal--logininfo a {
  color: #d11249;
  text-decoration: underline;
}

.modal--logininfo .logininfo-container {
  display: block;
}

.modal--logininfo .logininfo-btn {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 667px) {
  .modal--logininfo .logininfo-btn {
    display: block;
    width: 100%;
  }
}

.modal--logininfo .logininfo-btn--left {
  padding-right: 10px;
}

@media screen and (max-width: 667px) {
  .modal--logininfo .logininfo-btn--left {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.modal--logininfo .logininfo-btn--right {
  padding-left: 10px;
}

@media screen and (max-width: 667px) {
  .modal--logininfo .logininfo-btn--right {
    padding-left: 0;
  }
}

.modal--notify-me-known-email,
.modal--notify-me-unknown-email,
.modal--confirm-email {
  text-align: center;
}

@media (min-width: 768px) {
  .modal--notify-me-known-email .modal-dialog.modal-sm,
  .modal--notify-me-unknown-email .modal-dialog.modal-sm,
  .modal--confirm-email .modal-dialog.modal-sm {
    width: 400px;
  }
}

.modal--notify-me-known-email .fl_wrap:last-of-type,
.modal--notify-me-unknown-email .fl_wrap:last-of-type,
.modal--confirm-email .fl_wrap:last-of-type {
  margin-bottom: -20px;
}

.modal--notify-me-known-email .modal-content,
.modal--notify-me-unknown-email .modal-content,
.modal--confirm-email .modal-content {
  border-radius: 0;
}

.modal--notify-me-known-email .modal-header,
.modal--notify-me-unknown-email .modal-header,
.modal--confirm-email .modal-header {
  border-bottom: none;
}

.modal--notify-me-known-email .modal-header,
.modal--notify-me-unknown-email .modal-header,
.modal--confirm-email .modal-header {
  padding: 20px 20px 0;
}

.modal--notify-me-known-email .modal-body,
.modal--notify-me-unknown-email .modal-body,
.modal--confirm-email .modal-body {
  padding: 0px 30px 20px;
}

.modal--notify-me-known-email .modal-body .btns.btn--secondary span,
.modal--notify-me-unknown-email .modal-body .btns.btn--secondary span,
.modal--confirm-email .modal-body .btns.btn--secondary span {
  font-weight: 300;
}

.modal--notify-me-known-email .modal-footer,
.modal--notify-me-unknown-email .modal-footer,
.modal--confirm-email .modal-footer {
  border-top: none;
}

.modal--notify-me-known-email .modal-title,
.modal--notify-me-unknown-email .modal-title,
.modal--confirm-email .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
}

.modal--notify-me-known-email .modal-paragraph,
.modal--notify-me-unknown-email .modal-paragraph,
.modal--confirm-email .modal-paragraph {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
}

.modal--notify-me-known-email .modal-paragraph b,
.modal--notify-me-unknown-email .modal-paragraph b,
.modal--confirm-email .modal-paragraph b {
  font-weight: 500;
}

.modal--notify-me-known-email .change-email-link a,
.modal--notify-me-unknown-email .change-email-link a,
.modal--confirm-email .change-email-link a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  font-weight: 300;
}

.modal--notify-me-known-email .email-input,
.modal--notify-me-unknown-email .email-input,
.modal--confirm-email .email-input {
  margin-top: 25px;
}

.modal--notify-me-known-email .email-input input,
.modal--notify-me-unknown-email .email-input input,
.modal--confirm-email .email-input input {
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  border: solid 1px #999;
}

.modal--notify-me-known-email .email-input input::-webkit-input-placeholder,
.modal--notify-me-unknown-email .email-input input::-webkit-input-placeholder,
.modal--confirm-email .email-input input::-webkit-input-placeholder {
  color: #999;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .modal--flashsale-part-2 .modal-dialog {
    width: 680px;
  }
}

@media screen and (max-width: 767px) {
  [data-page="microsite"].modal-open #main .wrapper-mac .content-mac,
  [data-page="microsite"] #main .wrapper-mac .sidebar-mac {
    z-index: auto;
  }
}

.modal--added-to-favor .btn--create-list,
.modal--wishlist-move .btn--create-list,
.modal--wishlist-bag .btn--create-list,
.modal--wishlist-bag-quantity .btn--create-list,
.modal--wishlist-bag-multiple .btn--create-list,
.modal--wishlist-bag-multiple-quantity .btn--create-list,
.modal--wishlist-added-single .btn--create-list,
.modal--wishlist-added-single .btn--create-list,
.modal--wishlist-added-multiple .btn--create-list,
.modal--wishlist-share .btn--create-list,
.modal--wishlist-share-custom .btn--create-list,
.modal--wishlist-added .btn--create-list,
.modal--wishlist-edit .btn--create-list,
.modal--wishlist-edit-alt .btn--create-list,
.modal--new-wishlist .btn--create-list {
  display: none;
}

.modal--wishlist,
.modal--added-to-favor,
.modal--wishlist-move,
.modal--wishlist-bag,
.modal--wishlist-bag-quantity,
.modal--wishlist-bag-multiple,
.modal--wishlist-bag-multiple-quantity,
.modal--wishlist-added-single,
.modal--wishlist-added-single,
.modal--wishlist-added-multiple,
.modal--wishlist-share,
.modal--wishlist-share-custom,
.modal--wishlist-added,
.modal--wishlist-edit,
.modal--wishlist-edit-alt,
.modal--new-wishlist {
  text-align: center;
}

.modal--wishlist .isc-form,
.modal--added-to-favor .isc-form,
.modal--wishlist-move .isc-form,
.modal--wishlist-bag .isc-form,
.modal--wishlist-bag-quantity .isc-form,
.modal--wishlist-bag-multiple .isc-form,
.modal--wishlist-bag-multiple-quantity .isc-form,
.modal--wishlist-added-single .isc-form,
.modal--wishlist-added-single .isc-form,
.modal--wishlist-added-multiple .isc-form,
.modal--wishlist-share .isc-form,
.modal--wishlist-share-custom .isc-form,
.modal--wishlist-added .isc-form,
.modal--wishlist-edit .isc-form,
.modal--wishlist-edit-alt .isc-form,
.modal--new-wishlist .isc-form {
  margin-bottom: 10px;
}

.modal--wishlist .isc-form .fl_wrap,
.modal--added-to-favor .isc-form .fl_wrap,
.modal--wishlist-move .isc-form .fl_wrap,
.modal--wishlist-bag .isc-form .fl_wrap,
.modal--wishlist-bag-quantity .isc-form .fl_wrap,
.modal--wishlist-bag-multiple .isc-form .fl_wrap,
.modal--wishlist-bag-multiple-quantity .isc-form .fl_wrap,
.modal--wishlist-added-single .isc-form .fl_wrap,
.modal--wishlist-added-single .isc-form .fl_wrap,
.modal--wishlist-added-multiple .isc-form .fl_wrap,
.modal--wishlist-share .isc-form .fl_wrap,
.modal--wishlist-share-custom .isc-form .fl_wrap,
.modal--wishlist-added .isc-form .fl_wrap,
.modal--wishlist-edit .isc-form .fl_wrap,
.modal--wishlist-edit-alt .isc-form .fl_wrap,
.modal--new-wishlist .isc-form .fl_wrap {
  margin-bottom: 15px;
}

.modal--wishlist .isc-form__checkbox,
.modal--added-to-favor .isc-form__checkbox,
.modal--wishlist-move .isc-form__checkbox,
.modal--wishlist-bag .isc-form__checkbox,
.modal--wishlist-bag-quantity .isc-form__checkbox,
.modal--wishlist-bag-multiple .isc-form__checkbox,
.modal--wishlist-bag-multiple-quantity .isc-form__checkbox,
.modal--wishlist-added-single .isc-form__checkbox,
.modal--wishlist-added-single .isc-form__checkbox,
.modal--wishlist-added-multiple .isc-form__checkbox,
.modal--wishlist-share .isc-form__checkbox,
.modal--wishlist-share-custom .isc-form__checkbox,
.modal--wishlist-added .isc-form__checkbox,
.modal--wishlist-edit .isc-form__checkbox,
.modal--wishlist-edit-alt .isc-form__checkbox,
.modal--new-wishlist .isc-form__checkbox {
  width: auto;
  display: inline-block !important;
  margin: 0 !important;
}

.modal--wishlist .select2-dropdown li,
.modal--added-to-favor .select2-dropdown li,
.modal--wishlist-move .select2-dropdown li,
.modal--wishlist-bag .select2-dropdown li,
.modal--wishlist-bag-quantity .select2-dropdown li,
.modal--wishlist-bag-multiple .select2-dropdown li,
.modal--wishlist-bag-multiple-quantity .select2-dropdown li,
.modal--wishlist-added-single .select2-dropdown li,
.modal--wishlist-added-single .select2-dropdown li,
.modal--wishlist-added-multiple .select2-dropdown li,
.modal--wishlist-share .select2-dropdown li,
.modal--wishlist-share-custom .select2-dropdown li,
.modal--wishlist-added .select2-dropdown li,
.modal--wishlist-edit .select2-dropdown li,
.modal--wishlist-edit-alt .select2-dropdown li,
.modal--new-wishlist .select2-dropdown li {
  text-align: left;
  padding: 12px 8px;
}

.modal--wishlist .select2-dropdown li i,
.modal--added-to-favor .select2-dropdown li i,
.modal--wishlist-move .select2-dropdown li i,
.modal--wishlist-bag .select2-dropdown li i,
.modal--wishlist-bag-quantity .select2-dropdown li i,
.modal--wishlist-bag-multiple .select2-dropdown li i,
.modal--wishlist-bag-multiple-quantity .select2-dropdown li i,
.modal--wishlist-added-single .select2-dropdown li i,
.modal--wishlist-added-single .select2-dropdown li i,
.modal--wishlist-added-multiple .select2-dropdown li i,
.modal--wishlist-share .select2-dropdown li i,
.modal--wishlist-share-custom .select2-dropdown li i,
.modal--wishlist-added .select2-dropdown li i,
.modal--wishlist-edit .select2-dropdown li i,
.modal--wishlist-edit-alt .select2-dropdown li i,
.modal--new-wishlist .select2-dropdown li i {
  width: 20px;
  margin-left: 10px;
}

.modal--wishlist .select2-dropdown li span.red,
.modal--added-to-favor .select2-dropdown li span.red,
.modal--wishlist-move .select2-dropdown li span.red,
.modal--wishlist-bag .select2-dropdown li span.red,
.modal--wishlist-bag-quantity .select2-dropdown li span.red,
.modal--wishlist-bag-multiple .select2-dropdown li span.red,
.modal--wishlist-bag-multiple-quantity .select2-dropdown li span.red,
.modal--wishlist-added-single .select2-dropdown li span.red,
.modal--wishlist-added-single .select2-dropdown li span.red,
.modal--wishlist-added-multiple .select2-dropdown li span.red,
.modal--wishlist-share .select2-dropdown li span.red,
.modal--wishlist-share-custom .select2-dropdown li span.red,
.modal--wishlist-added .select2-dropdown li span.red,
.modal--wishlist-edit .select2-dropdown li span.red,
.modal--wishlist-edit-alt .select2-dropdown li span.red,
.modal--new-wishlist .select2-dropdown li span.red {
  color: #d11249;
}

.modal--wishlist .modal-content,
.modal--added-to-favor .modal-content,
.modal--wishlist-move .modal-content,
.modal--wishlist-bag .modal-content,
.modal--wishlist-bag-quantity .modal-content,
.modal--wishlist-bag-multiple .modal-content,
.modal--wishlist-bag-multiple-quantity .modal-content,
.modal--wishlist-added-single .modal-content,
.modal--wishlist-added-single .modal-content,
.modal--wishlist-added-multiple .modal-content,
.modal--wishlist-share .modal-content,
.modal--wishlist-share-custom .modal-content,
.modal--wishlist-added .modal-content,
.modal--wishlist-edit .modal-content,
.modal--wishlist-edit-alt .modal-content,
.modal--new-wishlist .modal-content {
  border-radius: 0;
}

.modal--wishlist .modal-content .select2,
.modal--added-to-favor .modal-content .select2,
.modal--wishlist-move .modal-content .select2,
.modal--wishlist-bag .modal-content .select2,
.modal--wishlist-bag-quantity .modal-content .select2,
.modal--wishlist-bag-multiple .modal-content .select2,
.modal--wishlist-bag-multiple-quantity .modal-content .select2,
.modal--wishlist-added-single .modal-content .select2,
.modal--wishlist-added-single .modal-content .select2,
.modal--wishlist-added-multiple .modal-content .select2,
.modal--wishlist-share .modal-content .select2,
.modal--wishlist-share-custom .modal-content .select2,
.modal--wishlist-added .modal-content .select2,
.modal--wishlist-edit .modal-content .select2,
.modal--wishlist-edit-alt .modal-content .select2,
.modal--new-wishlist .modal-content .select2 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modal--wishlist .modal-content .select2,
  .modal--added-to-favor .modal-content .select2,
  .modal--wishlist-move .modal-content .select2,
  .modal--wishlist-bag .modal-content .select2,
  .modal--wishlist-bag-quantity .modal-content .select2,
  .modal--wishlist-bag-multiple .modal-content .select2,
  .modal--wishlist-bag-multiple-quantity .modal-content .select2,
  .modal--wishlist-added-single .modal-content .select2,
  .modal--wishlist-added-single .modal-content .select2,
  .modal--wishlist-added-multiple .modal-content .select2,
  .modal--wishlist-share .modal-content .select2,
  .modal--wishlist-share-custom .modal-content .select2,
  .modal--wishlist-added .modal-content .select2,
  .modal--wishlist-edit .modal-content .select2,
  .modal--wishlist-edit-alt .modal-content .select2,
  .modal--new-wishlist .modal-content .select2 {
    width: 80% !important;
  }
}

.modal--wishlist .modal-content .select2 i,
.modal--added-to-favor .modal-content .select2 i,
.modal--wishlist-move .modal-content .select2 i,
.modal--wishlist-bag .modal-content .select2 i,
.modal--wishlist-bag-quantity .modal-content .select2 i,
.modal--wishlist-bag-multiple .modal-content .select2 i,
.modal--wishlist-bag-multiple-quantity .modal-content .select2 i,
.modal--wishlist-added-single .modal-content .select2 i,
.modal--wishlist-added-single .modal-content .select2 i,
.modal--wishlist-added-multiple .modal-content .select2 i,
.modal--wishlist-share .modal-content .select2 i,
.modal--wishlist-share-custom .modal-content .select2 i,
.modal--wishlist-added .modal-content .select2 i,
.modal--wishlist-edit .modal-content .select2 i,
.modal--wishlist-edit-alt .modal-content .select2 i,
.modal--new-wishlist .modal-content .select2 i {
  width: 20px;
  margin-left: 10px;
}

.modal--wishlist .modal-header,
.modal--added-to-favor .modal-header,
.modal--wishlist-move .modal-header,
.modal--wishlist-bag .modal-header,
.modal--wishlist-bag-quantity .modal-header,
.modal--wishlist-bag-multiple .modal-header,
.modal--wishlist-bag-multiple-quantity .modal-header,
.modal--wishlist-added-single .modal-header,
.modal--wishlist-added-single .modal-header,
.modal--wishlist-added-multiple .modal-header,
.modal--wishlist-share .modal-header,
.modal--wishlist-share-custom .modal-header,
.modal--wishlist-added .modal-header,
.modal--wishlist-edit .modal-header,
.modal--wishlist-edit-alt .modal-header,
.modal--new-wishlist .modal-header {
  border-bottom: none;
}

.modal--wishlist .modal-header,
.modal--added-to-favor .modal-header,
.modal--wishlist-move .modal-header,
.modal--wishlist-bag .modal-header,
.modal--wishlist-bag-quantity .modal-header,
.modal--wishlist-bag-multiple .modal-header,
.modal--wishlist-bag-multiple-quantity .modal-header,
.modal--wishlist-added-single .modal-header,
.modal--wishlist-added-single .modal-header,
.modal--wishlist-added-multiple .modal-header,
.modal--wishlist-share .modal-header,
.modal--wishlist-share-custom .modal-header,
.modal--wishlist-added .modal-header,
.modal--wishlist-edit .modal-header,
.modal--wishlist-edit-alt .modal-header,
.modal--new-wishlist .modal-header {
  padding: 20px 20px 0;
}

.modal--wishlist .modal-body,
.modal--added-to-favor .modal-body,
.modal--wishlist-move .modal-body,
.modal--wishlist-bag .modal-body,
.modal--wishlist-bag-quantity .modal-body,
.modal--wishlist-bag-multiple .modal-body,
.modal--wishlist-bag-multiple-quantity .modal-body,
.modal--wishlist-added-single .modal-body,
.modal--wishlist-added-single .modal-body,
.modal--wishlist-added-multiple .modal-body,
.modal--wishlist-share .modal-body,
.modal--wishlist-share-custom .modal-body,
.modal--wishlist-added .modal-body,
.modal--wishlist-edit .modal-body,
.modal--wishlist-edit-alt .modal-body,
.modal--new-wishlist .modal-body {
  padding: 0px 30px 20px;
}

.modal--wishlist .modal-footer,
.modal--added-to-favor .modal-footer,
.modal--wishlist-move .modal-footer,
.modal--wishlist-bag .modal-footer,
.modal--wishlist-bag-quantity .modal-footer,
.modal--wishlist-bag-multiple .modal-footer,
.modal--wishlist-bag-multiple-quantity .modal-footer,
.modal--wishlist-added-single .modal-footer,
.modal--wishlist-added-single .modal-footer,
.modal--wishlist-added-multiple .modal-footer,
.modal--wishlist-share .modal-footer,
.modal--wishlist-share-custom .modal-footer,
.modal--wishlist-added .modal-footer,
.modal--wishlist-edit .modal-footer,
.modal--wishlist-edit-alt .modal-footer,
.modal--new-wishlist .modal-footer {
  border-top: none;
}

.modal--wishlist .modal-title,
.modal--added-to-favor .modal-title,
.modal--wishlist-move .modal-title,
.modal--wishlist-bag .modal-title,
.modal--wishlist-bag-quantity .modal-title,
.modal--wishlist-bag-multiple .modal-title,
.modal--wishlist-bag-multiple-quantity .modal-title,
.modal--wishlist-added-single .modal-title,
.modal--wishlist-added-single .modal-title,
.modal--wishlist-added-multiple .modal-title,
.modal--wishlist-share .modal-title,
.modal--wishlist-share-custom .modal-title,
.modal--wishlist-added .modal-title,
.modal--wishlist-edit .modal-title,
.modal--wishlist-edit-alt .modal-title,
.modal--new-wishlist .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
}

.modal--wishlist .modal-paragraph,
.modal--added-to-favor .modal-paragraph,
.modal--wishlist-move .modal-paragraph,
.modal--wishlist-bag .modal-paragraph,
.modal--wishlist-bag-quantity .modal-paragraph,
.modal--wishlist-bag-multiple .modal-paragraph,
.modal--wishlist-bag-multiple-quantity .modal-paragraph,
.modal--wishlist-added-single .modal-paragraph,
.modal--wishlist-added-single .modal-paragraph,
.modal--wishlist-added-multiple .modal-paragraph,
.modal--wishlist-share .modal-paragraph,
.modal--wishlist-share-custom .modal-paragraph,
.modal--wishlist-added .modal-paragraph,
.modal--wishlist-edit .modal-paragraph,
.modal--wishlist-edit-alt .modal-paragraph,
.modal--new-wishlist .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .modal--added-to-favor .modal-dialog,
  .modal--wishlist .modal-dialog {
    width: 580px;
  }

  .modal--new-wishlist .modal-dialog {
    width: 480px;
  }
}

.favoredItem {
  margin-bottom: 30px;
}

.favoredItem .favoredItem__img {
  float: left;
  width: 100px;
  height: auto;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .favoredItem .favoredItem__img {
    margin-bottom: 100px;
  }
}

.favoredItem .favoredItem__img img {
  width: 100%;
  height: auto;
}

.favoredItem .favoredItem__info {
  text-align: left;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-top: -4px;
  font-weight: 300;
}

.favoredItem .favoredItem__info .favoredItem__brand {
  color: #d11249;
  font-size: 12px;
}

.favoredItem .favoredItem__info .favoredItem__name {
  font-family: ;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .favoredItem .favoredItem__info .favoredItem__name {
    font-size: 18px;
  }
}

.favoredItem .favoredItem__info .favoredItem__attrs {
  margin-bottom: 20px;
}

.favoredItem .favoredItem__info .favoredItem__attr {
  margin-bottom: 2px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .favoredItem .favoredItem__info .favoredItem__attr {
    font-size: 12px;
  }
}

.favoredItem .favoredItem__info .favoredItem__attr dt {
  display: inline-block;
}

.favoredItem .favoredItem__info .favoredItem__attr dd {
  display: inline-block;
}

.favoredItem .favoredItem__info .favoredItem__price {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .favoredItem .favoredItem__info .favoredItem__price {
    font-size: 14px;
  }
}

.modal--terms-and-conditions,
.modal--newsletter-terms-and-conditions {
  text-align: center;
}

.modal--terms-and-conditions .modal-dialog,
.modal--newsletter-terms-and-conditions .modal-dialog {
  position: relative;
  max-height: 90%;
  overflow: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.modal--terms-and-conditions .modal-content,
.modal--newsletter-terms-and-conditions .modal-content {
  border-radius: 0;
  border: 0;
}

.modal--terms-and-conditions .modal-header,
.modal--newsletter-terms-and-conditions .modal-header {
  border-bottom: none;
}

.modal--terms-and-conditions .modal-header,
.modal--newsletter-terms-and-conditions .modal-header {
  padding: 20px 20px 0;
}

.modal--terms-and-conditions .modal-body,
.modal--newsletter-terms-and-conditions .modal-body {
  padding: 0px 30px 20px;
  position: relative;
}

.modal--terms-and-conditions .modal-body .modal-body--product-info,
.modal--newsletter-terms-and-conditions .modal-body .modal-body--product-info {
  margin-top: 20px;
}

.modal--terms-and-conditions
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media,
.modal--newsletter-terms-and-conditions
  .modal-body
  .modal-body--product-info
  .product__left
  .product-social__media {
  display: block;
  text-align: left;
}

.modal--terms-and-conditions .modal-footer,
.modal--newsletter-terms-and-conditions .modal-footer {
  border-top: none;
}

.modal--terms-and-conditions .modal-title,
.modal--newsletter-terms-and-conditions .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
}

.modal--terms-and-conditions .modal-paragraph,
.modal--newsletter-terms-and-conditions .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .modal--added-to-favor .modal-dialog {
    width: 580px;
  }
}

.terms-and-conditions {
  text-align: left;
  margin: 20px 0 50px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 14px;
}

.terms-and-conditions ul li {
  margin-bottom: 15px;
}

.modal-global-message,
.modal-global-collection-point,
.modal-global-loading {
  text-align: center;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .modal-global-message:before,
  .modal-global-collection-point:before,
  .modal-global-loading:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .modal-global-message .modal-dialog,
  .modal-global-collection-point .modal-dialog,
  .modal-global-loading .modal-dialog {
    width: 700px;
  }
}

.modal-global-message .modal-dialog,
.modal-global-collection-point .modal-dialog,
.modal-global-loading .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-global-message .modal-content,
.modal-global-collection-point .modal-content,
.modal-global-loading .modal-content {
  border-radius: 0;
}

.modal-global-message .modal-header,
.modal-global-collection-point .modal-header,
.modal-global-loading .modal-header {
  border-bottom: none;
}

.modal-global-message .modal-header,
.modal-global-collection-point .modal-header,
.modal-global-loading .modal-header {
  padding: 20px 20px 0;
}

.modal-global-message .modal-body,
.modal-global-collection-point .modal-body,
.modal-global-loading .modal-body {
  padding: 0px 15px 20px;
}

.modal-global-message .modal-body .product-attr,
.modal-global-collection-point .modal-body .product-attr,
.modal-global-loading .modal-body .product-attr {
  text-align: center;
  margin-bottom: 25px;
}

.modal-global-message .modal-body .product-attr .product-attr__title,
.modal-global-collection-point .modal-body .product-attr .product-attr__title,
.modal-global-loading .modal-body .product-attr .product-attr__title {
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", "Arial", Sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal-global-message .modal-body .product-attr .product-attr__inputs label,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  label,
.modal-global-loading .modal-body .product-attr .product-attr__inputs label {
  margin: 0 7px 6px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", "Arial", Sans-serif;
  display: inline-block;
}

@media (max-width: 767px) {
  .modal-global-message .modal-body .product-attr .product-attr__inputs label,
  .modal-global-collection-point
    .modal-body
    .product-attr
    .product-attr__inputs
    label,
  .modal-global-loading .modal-body .product-attr .product-attr__inputs label {
    margin: 0 10px 6px;
  }
}

.modal-global-message .modal-body .product-attr .product-attr__inputs a,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  a,
.modal-global-loading .modal-body .product-attr .product-attr__inputs a {
  color: #d11249;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}

.modal-global-message .modal-body .product-attr .product-attr__inputs select,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  select,
.modal-global-loading .modal-body .product-attr .product-attr__inputs select {
  border-color: #ddd;
}

.modal-global-message
  .modal-body
  .product-attr
  .product-attr__inputs
  .isc-margin-bottom,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  .isc-margin-bottom,
.modal-global-loading
  .modal-body
  .product-attr
  .product-attr__inputs
  .isc-margin-bottom {
  margin-bottom: 0.6875rem;
}

.modal-global-message .modal-body .product-attr .product-attr__inputs .row,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  .row,
.modal-global-loading .modal-body .product-attr .product-attr__inputs .row {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}

.modal-global-message .modal-body .product-attr .product-attr__inputs .col-xs-6,
.modal-global-collection-point
  .modal-body
  .product-attr
  .product-attr__inputs
  .col-xs-6,
.modal-global-loading
  .modal-body
  .product-attr
  .product-attr__inputs
  .col-xs-6 {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.modal-global-message .modal-body .product-attr.product-attr--leftright,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright,
.modal-global-loading .modal-body .product-attr.product-attr--leftright {
  width: 100%;
  display: flex;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .modal-global-message .modal-body .product-attr.product-attr--leftright,
  .modal-global-collection-point
    .modal-body
    .product-attr.product-attr--leftright,
  .modal-global-loading .modal-body .product-attr.product-attr--leftright {
    display: block;
    margin-bottom: 20px;
  }
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__title,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__title,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__title {
  width: 40%;
  padding-right: 5%;
  height: 50px;
  text-align: left;
  margin: 0px 0;
  box-sizing: border-box;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .modal-global-message
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title,
  .modal-global-collection-point
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title,
  .modal-global-loading
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title {
    width: 100%;
    padding: 0;
    height: 30px;
    text-align: center;
  }

  .modal-global-message
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title
    .chosen-color-name,
  .modal-global-collection-point
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title
    .chosen-color-name,
  .modal-global-loading
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__title
    .chosen-color-name {
    display: inline !important;
  }
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs {
  width: 60%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .modal-global-message
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__inputs,
  .modal-global-collection-point
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__inputs,
  .modal-global-loading
    .modal-body
    .product-attr.product-attr--leftright
    .product-attr__inputs {
    width: 100%;
    text-align: center;
  }
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .select2,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .select2,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .select2 {
  margin: 0;
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .isc-spinner-wrapper,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .isc-spinner-wrapper,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright
  .product-attr__inputs
  .isc-spinner-wrapper {
  left: 0;
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__title,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__title,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__title {
  padding-top: 0;
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .modal-global-message
    .modal-body
    .product-attr.product-attr--leftright.iscColorpicker
    .product-attr__inputs,
  .modal-global-collection-point
    .modal-body
    .product-attr.product-attr--leftright.iscColorpicker
    .product-attr__inputs,
  .modal-global-loading
    .modal-body
    .product-attr.product-attr--leftright.iscColorpicker
    .product-attr__inputs {
    text-align: center;
  }
}

.modal-global-message
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs
  .chosen-color-name,
.modal-global-collection-point
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs
  .chosen-color-name,
.modal-global-loading
  .modal-body
  .product-attr.product-attr--leftright.iscColorpicker
  .product-attr__inputs
  .chosen-color-name {
  margin-bottom: 10px;
  display: block;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.modal-global-message .modal-body .product-attr .product-attr__hint,
.modal-global-collection-point .modal-body .product-attr .product-attr__hint,
.modal-global-loading .modal-body .product-attr .product-attr__hint {
  margin: 5px 0px 10px 0px;
  font-size: 13px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
}

.modal-global-message .modal-body .modal-footer,
.modal-global-collection-point .modal-body .modal-footer,
.modal-global-loading .modal-body .modal-footer {
  border-top: none;
}

.modal-global-message .modal-body .modal-title,
.modal-global-collection-point .modal-body .modal-title,
.modal-global-loading .modal-body .modal-title {
  font-size: 1.6875rem;
  line-height: 2.10938rem;
  font-weight: 400;
  font-family: ;
  padding: 10px 0;
  text-align: center;
}

.modal-global-message .modal-body .modal-paragraph,
.modal-global-collection-point .modal-body .modal-paragraph,
.modal-global-loading .modal-body .modal-paragraph {
  font-size: 0.9375rem;
  line-height: 1.17188rem;
  font-weight: 200;
  font-family: "Montserrat", "Arial", Sans-serif;
  padding: 10px 0;
  text-align: center;
}

.modal-global-message .modal-body .modal-paragraph ul,
.modal-global-message .modal-body .modal-paragraph li,
.modal-global-collection-point .modal-body .modal-paragraph ul,
.modal-global-collection-point .modal-body .modal-paragraph li,
.modal-global-loading .modal-body .modal-paragraph ul,
.modal-global-loading .modal-body .modal-paragraph li {
  text-align: left;
}

.modal-global-message .modal-body a,
.modal-global-collection-point .modal-body a,
.modal-global-loading .modal-body a {
  color: #d11249;
  text-decoration: underline;
}

.modal-global-message .modal-body .message-button,
.modal-global-collection-point .modal-body .message-button,
.modal-global-loading .modal-body .message-button {
  margin-top: 20px;
}

.modal-global-message .modal-body .message-button button.disabled,
.modal-global-collection-point .modal-body .message-button button.disabled,
.modal-global-loading .modal-body .message-button button.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.modal-global-message .modal-body .confirmation-buttons,
.modal-global-collection-point .modal-body .confirmation-buttons,
.modal-global-loading .modal-body .confirmation-buttons {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 667px) {
  .modal-global-message .modal-body .confirmation-buttons .btns,
  .modal-global-collection-point .modal-body .confirmation-buttons .btns,
  .modal-global-loading .modal-body .confirmation-buttons .btns {
    min-width: 100px;
  }
}

.modal-global-message .modal-body .product-attrs hr,
.modal-global-collection-point .modal-body .product-attrs hr,
.modal-global-loading .modal-body .product-attrs hr {
  width: 50px;
  border: none;
  border-top: 1px solid #000;
}

@media (max-width: 767px) {
  .modal-global-message .modal-body .product-attrs hr,
  .modal-global-collection-point .modal-body .product-attrs hr,
  .modal-global-loading .modal-body .product-attrs hr {
    width: 100%;
    margin-bottom: 30px;
  }
}

.modal-global-message .modal-body .product-attrs .product-attr__hint,
.modal-global-collection-point .modal-body .product-attrs .product-attr__hint,
.modal-global-loading .modal-body .product-attrs .product-attr__hint {
  margin: 5px 0px 10px 0px;
  font-size: 13px;
  font-family: "Montserrat", "Arial", Sans-serif;
  font-weight: 300;
}

.modal-global-message .modal-body .product-attrs .product-attr__hint b,
.modal-global-collection-point .modal-body .product-attrs .product-attr__hint b,
.modal-global-loading .modal-body .product-attrs .product-attr__hint b {
  font-weight: 500;
}

.chatbot-icon {
  display: block;
}

.chatbot-icon * {
  fill: #4384f5;
}

.button-chatbot {
  -webkit-appearance: none;
  display: inline-block;
  color: inherit;
  background: transparent;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  padding: 0px;
}

.button-chatbot-area {
  display: flex;
  width: 60px;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  color: #000;
  border-radius: 50%;
  background: #fff;
  left: 5px;
  top: 5px;
}

.chatbot-position {
  opacity: 1;
  visibility: visible;
  z-index: 8000;
  position: fixed;
  bottom: 0px;
  width: 84px;
  height: 84px;
  max-width: 100%;
  max-height: calc(100% - 0px);
  min-height: 0px;
  min-width: 0px;
  background-color: transparent;
  border: 0px;
  overflow: hidden;
  right: 0px;
  transition: none 0s ease 0s !important;
}

.modal-widget-chat .modal-dialog {
  height: inherit;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) and (orientation: portrait) {
  .modal-widget-chat .modal-dialog {
    margin: auto;
    padding: 15px;
  }
}

.modal-widget-chat {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
}

@media (min-width: 768px) and (orientation: portrait) {
  .modal-widget-chat {
    top: auto;
    left: auto;
    height: auto;
  }
}

.modal-widget {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-widget-chat iframe {
  width: 1px;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

.modal-widget-chat .modal-body {
  padding: 0;
  height: 100%;
}

@media (min-width: 768px) and (orientation: portrait) {
  .modal-widget-chat .modal-body {
    min-width: 460px;
    height: 500px;
  }
}

@media (min-width: 992px) {
  .modal-widget-chat .modal-body {
    min-width: 460px;
    height: 500px;
  }

  .modal-widget-chat {
    top: auto;
    left: auto;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .modal-widget-chat {
    bottom: 15px;
    right: 15px;
  }
}

.modal-widget-chat .modal-content {
  height: 100%;
  border: unset;
}

.modal-widget-chat .modal-content .close {
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 9000;
  background: url(../images/x.png) 50% no-repeat;
  background-image: url(../images/btn-chat-close.png);
  background-size: 100%;
  border-radius: 100%;
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 55px;
  opacity: 1;
}

.modal-widget-chat .modal-content .close:hover {
  background-image: url(../images/btn-chat-close-active.png);
}
